.content-title{
    font-size: 40px;
    font-family: "SourceHanSansCN";
    font-weight: bold;
    color: #333333;
    line-height: 70px;
    margin-top: 100px;
}
.news-list{
    width:70%;
    margin:0 auto;
    margin-bottom: 100px;

}
.news-trends-content-item{
    width:66.7vw;
    margin:0 auto;
    margin-top: 70px;
    display:flex;
    justify-content: space-between;
}

.news-trends-content-item .img-contain{
    width:15.625vw;
    height:9.375vw;
    /* display: none; */
    
}
.news-trends-content-item .img-contain img{
    width: 100%;
    height: 100%;
    /* width:0px; */
    border-radius: 10px;
    /* margin:100px; */
    /* display: none; */
}
.news-trends-content-item .news-contain{
    width:55%;
     margin-left:4vw; 
    transition: all 600ms;
    margin-top:50px;
}
.news-trends-content-item .other-contain{
    width:15%;
    text-align: left;
    margin-top: 50px;
}
.news-trends-content-item1{
    margin-top: 70px;
    display: block;
}

.news-trends-content-item-title{
    font-size: 24px;
    font-family:" Source Han Sans SC";
    font-weight: bold;
    color:#333;
    line-height: 40px;
   
}
.news-trends-content-item1-article1{
    font-size: 14px;
    font-family: "Source Han Sans SC";
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.other-contain-time{
    font-size: 16px;
    font-family: "DINPro";
    font-weight: 500;
    color: #999999;
    line-height: 32px;
}
.other-contain-more{
    font-size: 16px;
    font-family: "DINPro";
    font-weight: bold;
    color: #E94609;
    line-height: 70px;
    display: none;
}

/* 分页 */
.news-pagination{
    width:70%;
    margin:100px auto;
    /* border:1px solid red; */
}
.news-pagination-contain{
    width:50%;
    height:50px;
    /* border:1px solid green; */
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.news-pagination-contain a{
    width:30px;
    height:30px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-left:5px;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
}
.news-pagination-contain .on{
    background-color:#E94609;color:#fff;
}













/* 新闻详情页 */
.news-info{
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
.news-info-contain{
    margin:100px auto;
}
.news-info-title{
    font-size: 24px;
    font-family: "Source Han Sans SC";
    font-weight: bold;
    color: #333333;
    line-height: 56px;
    margin-top: 65px;
}
.news-info-time{
    font-size: 16px;
    font-family: "DINPro";
    font-weight: 500;
    color: #999999;
    line-height: 32px;
    margin-top: 20px;
}
.news-info .p1,.news-info .p2,.news-info .p3{
    font-size: 16px;
    font-family: "Source Han Sans SC";
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.news-info .img1,.news-info .img2{
    margin:90px auto;
}
.footer-nav{
    /* border:1px solid red; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.prev-text,.return-back,.next-text{
    font-size: 14px;
    font-family:"Source Han Sans SC" ;
    font-weight: 400;
    color: #999999;
    line-height: 56px;
}
.prev-text:hover,.return-back:hover,.next-text:hover{  
    color: #E94609;
}


.content-title1{
    font-size: 40px;
    font-family: "SourceHanSansCN";
    font-weight: bold;
    color: #333333;
    line-height: 70px;
}
.content-title-bg{
    font-size: 100px;
    font-family:" DINPro";
    font-weight: bold;
    color: #757677;
    line-height: 32px;
    opacity: 0.05;
}
@media screen and (max-width: 768px){
    .content-title-bg{
        font-size: 60px;
        line-height: 60px;
    }
    .content-title1{
        font-size: 32px;
        line-height: 32px;
        position: relative;
        top: -60px;
    }
    .news-list{
        width: 90%;
    }
    #contentInfoCon{
        margin-bottom: 15px;
    }
    .news-trends-content-item{
        margin-top:40px ;
        width: 90%;
        flex-wrap: wrap;
    }
    .news-trends-content-item .img-contain{
        width: 100%;
        height: auto;
    }
    .news-trends-content-item .news-contain{
        width: 100%;
        margin-left:0 ;
        margin-top: 20px;
    }
    .news-trends-content-item-title{
        font-size: 18px;
        line-height: 30px;
    }
    .news-trends-content-item .other-contain{
        margin-top: 20px;
    }
    .news-trends-content-item1-article1{
        margin-top: 10px;
    }
    .other-contain-more{
        line-height: 40px;
    }
    .news-info-title{
        font-size: 18px;
        margin-top: 30px;
        line-height: 40px;
    }
    .footer-nav{
        flex-wrap: wrap;
    }
    .prev-text, .return-back, .next-text{
        width: 100%;
        text-align: left;
        line-height: 35px;
    }
}