.contactBanner{
    width: 100%;
    height: 400px;
    background-image: url(../images/newsBanner.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contactBanner .tit{
    line-height: 400px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    font-family: SourceHanSansSC-Bold;
    text-align: center;

   
    height: 400px;
    background-image: url(../images/Icon/bannerLayer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.news{
    width: 100%;
    height: 1737px;
    background-color: #FFFFFF;
}

.news .newsCons{
    padding-top: 90px;
}

.news .newsCons .newsList .item{
    height: 190px;
    margin-bottom: 45px;
    cursor: pointer;
}
.news .newsCons .newsList .item .itemCover{
    width: 340px;
    height: 190px;
    margin-right: 40px;
    float: left;
}
.news .newsCons .newsList .item img{
    width: 100%;
    height: 100%;
}
.news .newsCons .newsList .item  .itemBox{
    float: left;
    width: 980px;
}

.news .newsCons .newsList .item .title{
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 30px;
}
.news .newsCons .newsList .item .summary{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    text-align: justify;
    margin-top: 20px;
}
.news .newsCons .newsList .item .date{
    font-size: 18px;
    font-family: DINPro;
    font-weight: 400;
    color: #808080;
    line-height: 34px;
    margin-top: 50px;
}





.newsDetails{
    width: 100%;
    background-color: #FFFFFF;
}
.newsDetails .newsDetailsBox{
    padding: 100px 0px 50px 0px;
}
.newsDetailsCons .head{
    text-align: center;
    padding-bottom: 35px;
    border-bottom: 2px solid #F5F5F5;
}
.newsDetailsCons .head p{
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    word-wrap: break-word;
    white-space:normal;
    word-break: break-all;

}
.newsDetailsCons .head span{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.newsDetailsCons .details{
    margin-top: 50px;
    width: 1000px;
    margin: 50px auto 0px;
    text-align: center;
}

.newsDetailsCons .details p{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    word-wrap: break-word;
    white-space:normal;
    word-break: break-all;
    text-align: left !important;
}

.newsDetailsCons .details img{
    /* width: 100%;
    height: 600px; */
    width: 80%;
    height: 80%;
    object-fit:scale-down;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.newsDetailsCons .detailList{
    padding-top: 50px;
    border-top: 2px solid #F5F5F5;
    overflow: hidden;
}

.newsDetailsCons .detailList .items .item{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}

.newsDetailsCons .detailList .detailBackBtn{
    width: 160px;
    height: 50px;
    border: 1px solid #D40C1C;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;


    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #D40C1C;
    margin-top: 10px;
}

