@charset "UTF-8";


/*banner*/
.banner {
    background-image: url("../../images/news-details/banner-new.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 360px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: none;
}

.banner > div > span:nth-of-type(1),
.banner > div > span:nth-of-type(2),
.banner > div > span:nth-of-type(3) {
    font-family: MicrosoftYaHei;
    color: #ffffff;
}

.banner > div > span:nth-of-type(1) {
    font-size: 34px;
    line-height: 24px;
}

.banner > div > span:nth-of-type(2) {
    font-size: 30px;
    margin: 0 8px;
}

.banner > div > span:nth-of-type(3) {
    font-size: 24px;
}

.banner > div {
    position: relative;
}

.banner > div::before {
    content: '';
    width: 472px;
    height: 111px;
    border: solid 2px #ffffff;
    opacity: 0.26;
    position: absolute;
    left: -49px;
    top: -31px;
}

.banner > div::after {
    content: '';
    width: 472px;
    height: 111px;
    border: solid 2px #ffffff;
    opacity: 0.26;
    position: absolute;
    left: -39px;
    top: -21px;
}


/*面包屑*/
.crumbs-box{
    box-shadow: 0px 1px 8px 0px
    rgba(208, 208, 208, 0.35);
}
.crumbs-box>div{
    width: 1528px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
}
.crumbs-box>div>span:nth-of-type(1){
    position: relative;
    top: -3px;
    padding-right: 10px;
}
.crumbs-box>div>span,.crumbs-box>div>span>a{
    color: #999999;
}
.crumbs-box>div>span:nth-of-type(2)>a{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    transition: all 0.5s;
    color: #999999;
    margin: 0 4px;
}
.crumbs-box>div>span:nth-of-type(2)>a:hover{
    color: #17375e;
}

/*新闻内容*/
.content-box>div{
    width: 1528px;
    margin: 0 auto;
}
.content-box>div:nth-of-type(1){
    padding:78px 0 0;
}
.content-box>div:nth-of-type(2){
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 81px;
    border-top: 1px solid rgba(54,49,35,0.08);
}
.content-box>div:nth-of-type(2)>div span,
.content-box>div:nth-of-type(2)>div a{
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: #333333;
    opacity: 0.8;
}
.title{
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    text-align: center;
}
.time-data{
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 38px;
    color: #333333;
    opacity: 0.8;
    padding-bottom: 15px;
}
.content-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 0 23px;
}
.content-img>img{
    width: 49%;
}
.news-content{
    width: 80%;
    margin: 0 auto;
}
.news-content>p{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    /* opacity: 0.8; */
}
.back-btn{
    display: flex;
    justify-content: flex-end;
    padding: 57px 0 34px;
}
.back-btn>a{
    width: 150px;
    height: 50px;
    display: block;
    background-color: #17375e;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #fefeff;
    line-height: 50px;
    text-align: center;
}

/*响应式配置*/
@media (max-width: 1920px) {
}

@media (max-width: 1599px) {
    /*base*/
    .crumbs-box>div,.content-box>div:nth-of-type(1),.content-box>div:nth-of-type(2){
        width: 100%;
        padding: 0 50px;
    }

    /*新闻内容*/
    .content-box>div:nth-of-type(1){
        padding: 78px 50px 0;
    }
    .content-box>div:nth-of-type(2){
        padding:10px 50px 81px;
    }
}

@media (max-width: 1477px) {
}

@media (max-width: 1365px) {
}

@media (max-width: 1199px) {
    .news-content{
        width: 100%;
    }
}

@media (max-width: 990px) {
    /*banner*/
    .banner{
        margin: 0;
        height: 285px;
    }
    /*面包屑*/
    .crumbs-box>div{
        padding: 0 25px;
    }

    /*新闻内容*/
    .content-box>div:nth-of-type(1){
        padding: 40px 25px 0;
    }
    .content-box>div:nth-of-type(2){
        padding: 10px 25px 80px;
    }
}

@media (max-width: 767px) {
    /*banner*/
    .banner{
        height: 194px;
    }
    .banner > div > span:nth-of-type(1){
        font-size: 26px;
    }
    .banner > div > span:nth-of-type(2){
        font-size: 22px;
    }
    .banner > div > span:nth-of-type(3){
        font-size: 18px;
    }
    .banner > div::before{
        width: 315px;
        left: -19px;
        top: -29px;
    }
    .banner > div::after{
        width: 315px;
        left: -9px;
        top: -19px;
    }

    /*面包屑*/
    .crumbs-box>div{
        padding: 0 10px;
    }

    /*新闻内容*/
    .content-box>div:nth-of-type(1){
        padding: 35px 10px 0;
    }
    .content-box>div:nth-of-type(2){
        padding: 10px 10px 80px;
    }
    .back-btn{
        justify-content: center;
        padding: 40px 0 34px;
    }
    .back-btn>a{
        width: 120px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .content-img>img{
        width: 100%;
    }
    .content-img>img:nth-of-type(2){
        margin-bottom: 5px;
    }
}


/* 后加 */
.news-content-video{
    margin: 0 auto;
    text-align: center;
}
.news-content-video video{
    width: 720px;
}
@media (max-width:767px){
    .news-content-video video{
        width: 100%;
    }
    .title{
        font-size: 20px;
        line-height: 1.5;
    }
    .time-data{
        line-height: 1.5;
    }
}