﻿.nav{
    width: 100%;
    height: 40px;
    background-color: #F1F1F1;
}
/*div{*/
/*    border: 1px solid red;*/
/*}*/
.content{
    width: 1200px;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
}
/*左侧新闻列表布局*/
.content-list{
    width: 796px;
}
.list-border{
    width: 100%;
    height: 180px;
    border-bottom: 1px solid #E4E4E4;
}
.list-border:last-child{
    border-bottom: none;
}
.list-row{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.row-pic{
    width: 220px;
    height: 100%;
}
.row-new{
    width: 555px;
    height: 100%;
}

.row-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;

}
.new-title{
    height: 58px;
    font-weight: bold;
    font-size: 20px;
    color: #353535;
    text-align: justify;

}
.new-desc{
    height: 48px;
    font-size: 16px;
    color: #353535;
    margin-top: 15px;
    text-align: justify;
}
.new-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}
.new-date{
    font-size: 14px;
    color: #999999;
}
.new-label{
    display: flex;
    justify-content: flex-end;
}
.new-label a{
    height: 20px;
    background-color: #0050C7;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0 10px;
    border-radius: 5px;
    padding: 0 5px;
}
/*右侧布局*/
.content-right{
    width: 350px;
}
.main-container-list-container{
    margin-bottom: 60px;
}
.news-list-container-ul{
    list-style: disc;
    color:#ccc;
    font-size: 20px;
    margin-left: 20px;
}
.news-list-item{
    text-align: justify;
    margin-bottom: 20px;
    line-height: 22px !important;
}
.news-list-item a{
    display: block;
    height: 47px;
    vertical-align: top;
    font-size: 16px;
    color: #333;
}
.news-list-item p{
    font-size: 14px;
}
/** 拟态风按钮 **/
.more-bt-container{
    display: flex;
    line-height: 30px;
    justify-content: center;
    margin-top: 10px;
}
.more-bt{
    width: 120px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #8b8ea2;
    background: linear-gradient(135deg,#f1f1f1,#FFFFFF);
    border-radius: 5px;
    display: block;
    box-shadow: 3px 3px 4px rgba(0,0,0,.1),-3px -3px 4px rgba(255,255,255,.9);
}
.pageBox {text-align: center;margin-top:20px;}
.pageBox a {border:1px solid #DBDBDB;display:inline-block;margin-right:6px;color: #707070;width:34px;height:34px;
    line-height: 34px;}
.pageBox a:hover,.pageBox a:active{background:#024c9f;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #024c9f;border: 1px solid #024c9f;text-decoration: none;font-weight: bold}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}
/*引入栏目类别图片*/
/*资讯*/
.information-title-img{
    height: 65px;
    background: url("../img/title/16.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*国际*/
.theInternational-title-img{
    height: 65px;
    background: url("../img/title/3.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*招投标*/
.theBidding-title-img{
    height: 65px;
    background: url("../img/title/13.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*权威发布*/
.authorityIssued-title-img{
    height: 65px;
    background: url("../img/title/7.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*企业动态*/
.enterpriseDynamic-title-img{
    height: 65px;
    background: url("../img/title/6.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*外媒观点*/
.foreignMediaView-title-img{
    height: 65px;
    background: url("../img/title/11.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*科技专栏*/
.aColumnOfScienceAndTechnology-title-img{
    height: 65px;
    background: url("../img/title/5.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*专题报道*/
.specialReport-title-img{
    height: 65px;
    background: url("../img/title/18.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*数字孪生*/
.digitalTwin-title-img{
    height: 65px;
    background: url("../img/title/9.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*招标信息*/
.theBiddingInformation-title-img{
    height: 65px;
    background: url("../img/title/12.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*投标信息*/
.biddingInformation-title-img{
    height: 65px;
    background: url("../img/title/10.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*政策法规*/
.policiesAndRegulations-title-img{
    height: 65px;
    background: url("../img/title/14.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*标准规范*/
.standardSpecification-title-img{
    height: 65px;
    background: url("../img/title/1.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*公报简报*/
.theCommuniqueBriefing-title-img{
    height: 65px;
    background: url("../img/title/2.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*技术文档*/
.technicalDocumentation-title-img{
    height: 65px;
    background: url("../img/title/4.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}
/*最新*/
.theLatest-title-img{
    height: 65px;
    background: url("../img/title/17.png") no-repeat center center;
    margin-bottom: 16px;
    margin-top: 20px;
}