/* banner */
.banner {
    margin-top: 12rem;
    width: 100%;
    height: 30rem;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 30rem;
    overflow: hidden;
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
    height: 30rem;
    /* transition: 1s linear 2s; */
    transform: scale(1.1);
}

.banner .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 7.2rem;
    bottom: 1.6rem;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1);
}

.banner .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.container {
    padding: 0 4rem;
}

.row-1 {
    margin-top: 5rem;
}

.xwdt {
    width: 100%;
}

.news-title {
    width: 100%;
    height: 8.5rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid #ddd;
}

.news-title-left {
    height: 8.4rem;
    line-height: 8.4rem;
    font-weight: bold;
    font-size: 4.4rem;
    color: #932024;
    border-bottom: 0.6rem solid #932024;
}

.news-title-right {
    display: block;
    height: 8.4rem;
    line-height: 8.4rem;
    font-size: 2.8rem;
    color: #333;
}

.xwdt-con {
    width: 100%;
    padding-top: 4rem;
}

.xwdt-left {
    width: 100%;
    height: 53rem;
}

.xwdt-left .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.xwdt-left .swiper-pagination-bullet {
    background: #999999;
    opacity: 1;
}

.xwdt-left .swiper-pagination-bullet-active {
    background: #932024;
    opacity: 1;
}

.xwdt-left .swiper-slide .img {
    width: 100%;
    height: 41rem;
    overflow: hidden;
}

.xwdt-left .swiper-slide .img>img {
    width: 100%;
    height: 41rem;
}

.xwdt-left .module {
    padding-top: 4rem;
}

.xwdt-left .module .title {
    font-weight: bold;
    font-size: 2.8rem;
    color: #333333;
    line-height: 4rem;
    text-align: center;
}

.xwdt-left .module .time {
    display: none;
}
.xwdt-left .info{
    display: none;
}
.xwdt-list {
    width: 100%;
}

.xwdt-item {
    width: 100%;
    height: 13rem;
    margin-top: 3rem;
}

.xwdt-item>a {
    display: block;
    width: 100%;
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid #EDF1F7;
}

.xwdt-item .time {
    width: 8.4rem;
    height: 5rem;
    background: #EDF1F7;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: 400;
    font-size: 2.4rem;
    color: #333333;
    text-align: center;
    line-height: 5rem;
}

.xwdt-item .title {
    width: 56rem;
    font-weight: bold;
    font-size: 2.8rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.news {
    width: 100%;
    padding-top: 5rem;
}

.news-item {
    width: 100%;
    height: 10.8rem;
    margin-top: 3rem;
}

.news-item>a {
    display: block;
    width: 100%;
    height: 10.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item .news-item-left {
    height: 10.8rem;
    background: #932024;
    padding: 0.2rem;
    text-align: center;
}

.news-item .news-item-left span:nth-child(1) {
    display: block;
    background: #fff;
    color: #932024;
    width: 10.7rem;
    height: 5.2rem;
    line-height: 5.2rem;
    font-size: 2.2rem;
    text-align: center;
}

.news-item .news-item-left span:nth-child(2) {
    color: #fff;
    font-size: 2.6rem;
    line-height: 5.6rem;
}

.news-item-right {
    width: 53rem;
}

.news-item-right .title {
    width: 100%;
    font-weight: bold;
    font-size: 2.8rem;
    color: #131313;
    line-height: 3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-item-right .info {
    font-weight: 500;
    font-size: 2.6rem;
    color: #999999;
    line-height: 3rem;
    margin-top: 1.6rem;
}
.tzgg{
margin-top: 5rem;
}
.row-5,
.row-3 {
    width: 100%;
    margin-top: 5rem;
}
.zysz-list{
 margin-top: 2rem;
}
.zysz-item {
    margin-bottom: 2rem;
    padding: 2rem 0;
}

.zysz-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2.8rem;
    color: #fff;

}

.zysz-item img {
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1rem;
}
.zysz-item:nth-child(1) {
  background: #5470C6;
}

.zysz-item:nth-child(2) {
  background: #5C2BC8;
}

.zysz-item:nth-child(3) {
  background: #3B8EA2;
}

.zysz-item:nth-child(4) {
  background: #19AF69;
}


.zysz-item:nth-child(5) {
  background: #0952BA;
}

.zysz-item:nth-child(6) {
  background: #D03C3C;
}

.zysz-item:nth-child(7) {
  background: #D1AA61;
}
.xsyd-con {
    margin-top: 4rem;
}

.xsyd-con .swiper {
    display: none;
}

.xsyd-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xsyd-slide .swiper-slide {
    width: 32rem;
    margin-bottom: 3rem;
}

.xsyd-slide .swiper-slide .img {
    width: 100%;
    height: 23rem;
}

.xsyd-slide .swiper-slide .img>img {
    width: 100%;
    height: 23rem;
}

.xsyd-slide .swiper-slide .title {
    text-align: center;
    font-size: 2.8rem;
    color: #333333;
    line-height: 4rem;
    margin-top: 2.4rem;
}