/* bannder图 */
.bannder{
    width: 100%;
    min-width: 1200px;
}
.bannder img{
    width: 100%;
}
/* 内容 */
.center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
}
/* 新闻中心 */
.center .c_left{
    width: 360px;
    height: auto;
}
.center .c_left .cl_top{
    width: 360px;
    height: 356px;
}
.center .c_left .cl_top h5{
    font-weight: normal;
    width: 360px;
    height: 90px;
    line-height: 90px;
    color: #2f63ba;
    font-size: 40px;
    border-bottom: 1px solid #bdbdbd;
}
.center .c_left .cl_top .option{
    width: 360px;
    margin-top: 27px;
}
.center .c_left .cl_top .option p{
    width:360px;
    height: 78px;
    font-size: 24px;
    line-height: 78px;
    text-align: center;
    border-bottom: 1px solid #bdbdbd;
    cursor: pointer;
}
.center .c_left .cl_top .option p span{
    margin-right: 15px;
}
.center .c_left .cl_top .option .selection{
    color: #fff;
    background: url(../img/icon_09.png) #2f63ba left center no-repeat;
}

/* 招投标 */
.center .c_left .cl_bottom{
    width: 360px;
    height: 438px;
    margin-top: 79px;
}
.center .c_left .cl_bottom h5{
    width: 360px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    font-weight: normal;
    color: #424242;
    border-top: 1px solid #bdbdbd;
    background-color: #eeeeee;
    text-align: center;
}
.center .c_left .cl_bottom h5 span{
    margin-right: 16px;
}
.center .c_left .cl_bottom .clb_list{
    width: 358px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
}
.center .c_left .cl_bottom .clb_list p{
    line-height: 36px;
    margin-top: 10px;
    padding: 0 15px 0 40px;
    background: url(../img/jianyou_10.png)left top no-repeat;
    background-position-x: 20px;
    background-position-y: 10px
}
/* <!-- 内容-内容 --> */
.center .c_right{
    width: 815px;
    height: auto;
}
.center .c_right .biaoti{
    width: 815px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    color: #2f63ba;
    border-bottom: 1px solid #bdbdbd;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
}
.center .c_right .biaoti p span{
    font-size: 22px;
    color: #5d5d5d;
}
.center .c_right .cr_bottom{
    width: 815px;
}
.center .c_right .cr_bottom p{
    width: 815px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.center .c_right .cr_bottom p span{
    font-size: 16px;
    color: #333333;
}
.center .c_right .cr_bottom div{
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 16px;
}
.center .c_right .cr_bottom .more{
    text-align: center;
    color:#000;
    margin-top:60px;
   
}
.center .c_right .cr_bottom .more li{
    display: inline-block;
    border:1px solid #e2e2e2;
    height:30px;
    line-height: 30px;
    text-align: center;
    margin:0 3px;
    font-size: 15px;
    cursor: pointer;
}
.center .c_right .cr_bottom .more i{
    font-size: 15px;
}
.center .c_right .cr_bottom .more li:hover{
    background: #1e63b1;
    color: #fff !important;
}
.center .c_right .cr_bottom .more .choose{
    background: #1e63b1;
    color: #fff;
}
.neirong{
    display: none;
}
.on{
    display: block;
}

.selection a{
    color:#fff !important;
}


.cr_bottom a{
    display: block;
    width: 100%;
}
.center .c_right .cr_bottom p a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.center .c_right .cr_bottom p span {
    font-size: 17px;
    float: right;
  	width: 60px;
    text-align: right;
}
.more li a{display: block;padding: 0 10px;box-sizing: border-box;}
.more li.on{background: #1e63b1;
    color: #fff !important;}
.more li.on a{
  color: #fff !important;
}
.more li:hover a{
    color:#fff !important;
}
.more li a:hover{
    color:#fff !important;
}