/* banner_1 */
.banner_1{
    height: 5.8rem;
}
.banner_1 img{
    height: 100%;
}

/* 新闻动态--通知公告 */
.tzggBox{
    width: 15.99rem;
    margin: 0.4rem auto 0;
}
.tzggBoxOne{
    width: 100%;
    height: 1.3rem;
    border: 0.01rem solid #E8E8E8;
    padding: 0.19rem 0.33rem 0.19rem 0.3rem;
    margin-bottom: 0.2rem;
}
.tzggBoxOne div:nth-child(1){
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.26rem;
}
.tzggBoxOne div:nth-child(2){
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.19rem;
    margin-top: 0.11rem;
    margin-bottom: 0.1rem;
    display: flex;
}
.tzggBoxOne div:nth-child(2) img{
    width: 0.16rem;
    height: 0.16rem;
    display: block;
    margin-right: 0.1rem;
}
.tzggBoxOne div:nth-child(3){
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 新闻动态--公司动态 */
.gsdtLb{
    width: 15.99rem;
    height: 4.62rem;
    margin: 0.5rem auto 0.6rem;
    display: flex;
    justify-content: space-between;
}

.gsdtLb-l{
    width: 7.84rem;
    height: 100%;
}
.gsdtLb-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gsdtLb-l .swiper{
    width: 100%;
    height: 100%;
}
.gsdtLb-l .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gsdtLb-r{
    width: 7.68rem;
    position: relative;
}
.gsdtLb-r .nr_2{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.26rem;
    margin-top: 0.8rem;
}
.gsdtLb-r .nr_3{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.3rem;
  
}
.gsdtLb-r .timeXq{
    height: 0.19rem;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}
.gsdtLb-r .timeXq div{
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
}
.gsdtLb-r .timeXq img{
    width: 0.13rem;
    height: 0.08rem;
    display: block;
    margin-left: 0.06rem;
}
/* 控制轮播图的左右按钮 */
.gsdtLb .swiper-button-prev::after,
.gsdtLb .swiper-button-next::after{
    display: none;
    position: relative;
    z-index: 999;
}
.gsdtLb .swiper-button-prev{
    position: absolute;
    top: 4.12rem;
    width: 0.5rem;
    height: 0.5rem;
    transform: rotate(180deg);
}
.gsdtLb .swiper-button-next{
    position: absolute;
    top: 4.12rem;
    right: 6.25rem;
    width: 0.5rem;
    height: 0.5rem;
}
.gsdtBox{
    width: 15.99rem;
    margin: 1.53rem auto 0;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.gsdtBox .gsdtBoxOne{
    width: 5.1rem;
    height: 100%;
    background: #fff;
    padding: 0.1rem;
    margin-right: 0.23rem;
}
.gsdtBoxOne .bigPic{
    width: 4.9rem;
    height: 2.68rem;
    overflow: hidden;
}
.gsdtBoxOne img{
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 3s;
    object-fit: cover;
}

.gsdtBoxOne .bigPic:hover img{
    transform: scale(1.1);
}
.gsdtBoxOne .name{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.26rem;
    margin-top: 0.2rem;
}
.gsdtBoxOne .timeXq{
    height: 0.19rem;
    margin-top: 0.1rem;
    display: flex;
    justify-content: space-between;
}
.gsdtBoxOne .timeXq div{
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
}
.gsdtBoxOne .timeXq img{
    width: 0.13rem;
    height: 0.08rem;
    display: block;
    margin-left: 0.06rem;
}

/* 新闻动态--视频中心 */
.videoMain{
    margin-bottom: 0.94rem;
}
.videoBox{
    position: relative;
}
.videoBox img:nth-child(2){
    width: 0.73rem;
    height: 0.73rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-70%);
}
.videoBox .name{
    text-align: center;
}


@media only screen and (max-width: 768px) {
.tzggBox{
        width: 7.1rem;
    }
    .gsdtBox{
        width: 7.1rem;
            margin: 0.53rem auto 0;
            justify-content: space-between;
    }
    /*.swiper{
          margin: 0 0.2rem!important;
    }*/
    .banner_1 {
    height: 3.41rem;
}
     .gsdtLb{
             width: 7.1rem;
             height: auto;
     }
     .gsdtLb-l{
         width: 3.5rem;
             height: 62%;
     }
     .gsdtLb-r{
         width: 3.5rem;
     }
     .gsdtLb-r .timeXq div{
         height: auto;
     }
     .gsdtLb-r .timeXq{
         flex-direction: column;
         margin-top: 0.1rem;
     }
     .gsdtLb-r .nr_2{
         margin-top: 0;
     }
     .gsdtLb .swiper-button-prev{
         top: 2.3rem;
         left: 0;
     }
     .gsdtLb .swiper-button-next{
         top: 2.3rem;
         right: 9.25rem;
     }
     .gsdtLb-r .nr_3{
         margin-top: 0.1rem;
     }
     .gsdtBox .gsdtBoxOne{
         width: 3.5rem;
         margin-right: 0;
     }
     .gsdtBoxOne .bigPic{
         width: 3.5rem;
     }
}