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

/* 新闻动态--通知公告详情 */
.tzDetail{
    width: 15.99rem;
    margin: 0.5rem auto 0.58rem;
}
.title{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.26rem;
    text-align: center;
}
.time{
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.19rem;
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}
.content{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.3rem;
}

/* 新闻动态--公司动态详情 */
.gsDetail img{
    width: 5.9rem;
    height: 3.92rem;
    margin-left: calc((15.99rem - 5.9rem) / 2);
}

/*  */
.videoBox{
    width: 15.99rem;
    height: 8.24rem;
    margin: 0.5rem auto;
    position: relative;
}
.videoBox img{
    height: 100%;
}
.videoBox img:nth-child(2){
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}





@media only screen and (max-width: 768px) {
.banner_1 {
    height: 3.41rem;
    }
    .tzDetail{
            width: 6.99rem;
    }
    .videoBox{
        height: auto;
    }
    video {
    width: 7rem;
    height: 6rem;
    }
    .gsDetail img{
        margin-left: auto;
        margin-right: auto;
            width: 100%!important;
    height: 100%!important;
    }
}