/*头部*/

.bodys .btn-common:hover{
    background-color: #3498DB;
}
.select-button{
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 238px;
    height: 34px;
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 0 26px 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.select-down{
    position: absolute;
    top: 21px;
    right: 12px;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
}
.select-list{
    width: 238px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: 35px;
    overflow: hidden;
}
.select-list ul{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 240px;
}
.select-list ul li{
    width: auto;
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.select-list ul li.selected, .select-list ul li:hover{
    color: #fff;
    background: #3498db;
}
/* select-button*/
.select-button-disable{
    color: #ccc;
    width: 238px;
    height: 34px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
}
.select-down-disable{
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 34px;
}
.settleup .cw-icon{
    height: 36px;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
    border: 1px solid #e3e4e5;
}
.settleup .cw-icon .iconfont{
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    background: url("../images/gouwu.png") no-repeat ;
}
.settleup .ci-count{
    position: absolute;
    top: 5px;
    left: 140px;
    right: auto;
    display: inline-block;
    padding: 1px 2px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background-color: #f10215;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
    font-style: normal;
}
.settleup .cw-icon a{
    text-decoration: none;
}
.searchbox{
    right: 0;
    width: 800px;
    height: 80px;
    margin: 4px auto 0 auto;
    position: absolute;
    top: 0px;
}
.searchbox .items{
    width: 80px;
    margin: 0px;
    height: 44px;
    line-height: 44px;
    padding: 10px 0;
    border-width: 2px 1px 2px 2px;
    border-style: solid;
    border-color: #3498DB;
    border-right: 2px solid #ddd;
}
.bodys .settleup{
    margin-left: 70px;
    display: inline-block;
    width: 180px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 2px;
}

.bodys .btn-common{
    float: left;
    font: 16px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    height: 38px;
    width: 50px;
    color: #FFF;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    padding: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: url("../images/search1.png") no-repeat 0;
}
.bodys .btn-common:hover{
    background-color: #3498DB;
}

.menu{}
.menu li{
    float: left;
}
.menu li,
.menu li a{
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    color: #111;
}
.menu li a{
    width: 125px;
}
.menu li a.yes{
    background-color: #00883e;
    color: #fff;
    text-decoration: none;
    margin-top:-1px;
    border-top: 1px solid #00883e;
    border-left: 1px solid #00883e;
    border-right: 1px solid #00883e;
}
.menu li a.on{
    color: #00883e;
    text-decoration: none;
}
.menu li a:hover{
    background-color: #00883e;
    color: #fff;
    text-decoration: none;
}
.menu li .subbank{
    display:none;
    position:absolute;
    top:38px;
    left:-1px;
    z-index: 9999;
    background: #fff;
    border:1px solid #00883e;
}
.menu li .subbank ul li{
    float:left;
}
.menu li .subbank ul li:last-child{
}
.menu>ul>li:hover{
    margin-top:-1px;
    border-top:1px solid #00883e;
    border-left:1px solid #00883e;
    border-right:1px solid #00883e;
}
.menu>ul>li:hover .subbank{
    display:block;
}
.market-menu li a:hover{
    background-color: #fff;
    color: #00883e;
    text-decoration: none;
}
.tab_menus ul li{
    float: left;
    min-width: 70px;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
.tab_menus ul li.on{
    border-width: 3px 1px 1px;
    border-style: solid;
    border-color: #00883e #00883e #fff #00883e;
    line-height: 30px;
    font-weight: bold;
}

.mt1{
    margin-bottom: 30px;
}
.mt2{
    margin-top: 30px;
}


/*公告列表*/
.prolist:after, .prolist:before{
    content: "\20";
    display: table;
}
.prolist>ul{
    /* margin-left: -8px; */
}
.prolist li{
    border: 1px solid #ddd;
    float: left;
    width: 288px;
    position: relative;
    margin-left: 9px;
    margin-bottom: 9px;
}
.notice li{
    height: 185px;
}
.prolist li:hover{
    border: 1px solid #ff8a22;
}
.prolist li:hover .btn-link{
    display: block;
}
.prolist li a:hover{
    text-decoration: none;
}
.prolist li dl{
    margin: 10px 10px 0;
}
.prolist li dl dt{
    border-bottom: 1px dashed #ddd;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    font-size: 14px;
}
.prolist li dl dt .name{
    height: 36px;
    overflow: hidden;
    color: #666;
}
.prolist li dl dt .littleheigth{
    height: 22px;
    overflow: hidden;
}
.prolist li dl dt .name .new{
    display: inline-block;
    width: 35px;
    height: 15px;
    background: url(../images/new.gif) no-repeat;
}
.prolist li dl dt .h-tit{
    color: #888;
    font-style: normal;
}
.prolist li dl dd{
    color: #555;
    margin-bottom: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    font-size: 12px;
}
.prolist li dl dd span.deadline{
    font-weight: bold;
}
.prolist li dl dd em{
    color: #888;
    font-style: normal;
}
.prolist li .btn-link{
    background: #ff8a22;
    position: absolute;
    bottom: 10px;
    right: 12px;
    height: 26px;
    line-height: 24px;
    width: 70px;
    text-align: center;
    color: #FFF;
    display: none;
}
dd{
    display: block;
    margin-inline-start: 40px;
}





/*招标导航*/
.tab_menus{
    display: inline-block;
}
.tab_menus>a{
    right: 0;
    position: absolute;
    top: 0;
    margin-right: 10px;
    margin-top: 5px;
}
.tab_menus ul{}
.margint-10>.tab_menus>ul{
    border-bottom: 0px solid #E5E5E5;
}

.win-title .state.gray{background: #ddd}

.notice h3, .win-pub h3{
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: 1px solid #00883e;
}
.win-pub .detail>ul>li{
    float: left;
    width: 442px;
    line-height: 28px;
    padding-right: 20px;
    font-size: 12px;
}
.win-pub>ul>li:hover{
    background: #f4f4f4;
    margin: 0;
    padding: 0 20px;
}
.win-pub .detail label{
    color: #333;
}
.win-pub .detail label{
    color: #999;
}



.footer{
    clear: both;
}
.footer .mod-help{
    padding: 10px 35px 0 25px;
}
.footer .hi{
    width: 588px;
    margin: 0 auto;
}
.footer .hi ul li a{
    font-size: 14px;
}
.footer .mod-help ul li{
    float: left;
    min-width: 98px;
    line-height: 54px;
    font-size: 16px;
    color: #333;
}
.footer .hi ul li{
    line-height: 30px;
}
.footer .mod-help i{
    display: inline-block;
    width: 2px;
    font-style: normal;
    margin: 0 10px;
    font-size: 14px;
    color: #999;
}
.footer .mod-help.hi i{
    font-size: 12px;
}
.footer .mod-copyright{
    position: relative;
    padding: 0px 35px 15px 25px;
    border-bottom: 1px dotted #ddd;
}
.footer .mod-copyright p{
    line-height: 30px;
    color: #666;
    font-size: 14px;
}
.footer .mod-copyright.ci p{
    font-size: 12px;
}
.footer .qycode{
    position: absolute;
    top: 25px;
    right: 35px;
}






.bid .bid-label{
    color: #999;
    vertical-align: top;
    float: left;
    width: 70px;
}
.bid-right .content{
    width: 155px;
}
.bid-right .detail .content a{
    color: #111;
    text-decoration: none;
}
.bid-right .detail .content a:hover{
    color: #ff8a22;
}
.bid .count{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 32px;
    border-radius:2px;
    display: inline-block;
}
.bid .count .red{
    background:#ff565b;
}
.bid .count .green{
    background:#00883e;
}
.bid .count span{
    line-height: 32px;
    display: block;
    text-align: center;
    color:white;
}




.filter .filter-timesort input{
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 88px;
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
}
.index-chart>div{
    width: 1190px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.index-chart>h3, .index-table>h3{
    text-align: left;
    margin-left: 20px;
    font-size: 20px;
    line-height: 45px;
    color: #333;
}
.index-table>div{
    width: 990px;
    margin: 0 auto;
    text-align:center;
}
.index-table table{
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
}
.index-table tr{
    line-height: 30px;
}
.index-table th{
    line-height: 20px;
    background: #f5f5f5;
}
.index-table th,.index-table td{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.index-table table.dataTable.no-footer{
    border-bottom:0px solid #ddd !important;
}
.index-table table.dataTable thead th, table.dataTable thead td{
    border-bottom:1px solid #ddd !important;
}
.filter-cate{
    padding: 0px 10px 0 5px;
    border: 1px solid #ccc;
    position: relative;
    line-height: 38px;
}
.filter-cate .selected{
    width: 100px;
    margin: 0 15px;
}
.filter-cate .showcate{
    margin-top: 15px;
    margin-left: 20px;
    float: right;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-width: 0px 0px 0;
    border-color: #888 transparent transparent;
    border-style: solid dashed dashed;
}
.filter-cate, .filter-time, .filter-search{
    display: inline-block;
}
.filter-zt{
    display: inline-block;
}

.filter-time>span{
    margin: 0 20px;
}
.filter-time>input{
    text-align: center;
}
.filter-time .time-box{
    display: inline-block;
    position: relative;
}
.filter-time .time-box i{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 145px;
    top: 13px;
    cursor: pointer;
}
.filter input{
    line-height: 38px;
    height: 38px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    cursor: pointer;
    padding: 0 10px;
}
.filter .filter-field li{
    float: left;
    line-height: 38px;
    margin-right: 20px;
}
.filter .filter-field li>span{
    font-weight: bold;
}
.filter .btn-common{
    height: 38px;
    width: 50px;
    color: #FFF;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background: #3498DB;
}
.filter .txt_common{
    height: 38px;
    line-height: 38px;
    width: 180px;
    padding: 0 10px;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    outline: none;
}
.index-list table{
    display: inline-flex;
    word-wrap: break-word;
    word-break: break-all;
}
.index-list tr{
    font-size: 14px;
    line-height: 64px;
    border-bottom: 1px solid #f6f6f6;
}
.index-list tr:first-child{
    background: #fafafd;
    line-height: 56px;
}
.index-list td{
    text-align: center;
}
.index-list td>span{
    color: #ff8a22;
    width: 72px;
    line-height: 22px;
    display: inline-block;
}
.index-list tr:hover{
    background-color: #f9f9fc;
}
.index-list tr:hover span{
    text-align: center;
    display: block;
    width: 90px;
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
    color: #fff;
    background: #ff8a22;
    font-size: 14px;
    margin: 0 auto;
}
.index-list tr:hover a{
    color: #fff;
}
.index-list td>span a{
    color: #ff8a22;
}


/*新闻样式*/
.market-news {
    width: 100%;
    height: auto;
}
.bt2sb {
    border-top: 2px solid #007dda;
}
.market-news .news-icon.top3 {
    background-color: #007dda;
}
.market-news .news-icon {
    width: 5px;
    height: 5px;
    background-color: #999;
    margin: 30px 0 0 10px;
}
.market-news li {
    width: 48%;
    margin-right: 2%;
    height: auto;
    border-bottom: 1px dashed #ccc;
    border-right: none;
    padding: 0;
    float: left;
    position: relative;
    border-width: 0 1px 1px 0;
    position: relative;
}
.market-news>li>div {}
.el {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.market-news h5 {
    font-size: 14px;
    color: #333;
    width: 90%;
    overflow: hidden;
    height: 24px;
}
.market-news p {
    color: #999;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    width: 90%;
}
.bgf8 {
    background-color: #f8f8f8;
}

.mb30 {
    margin-bottom: 30px;
}
.service span{
    display: inline-block;
    margin: 30px 15px 45px 45px;
    width: 60px;height: 60px;
    background-image: url(../images/comming.png);
    background-repeat: no-repeat;
    float: left;
}
.service-background span{
    background-position: -97px -562px;
}
.service-author span{
    background-position: -216px -562px;
}
.service-resource span{
    background-position: -336px -562px;
}
.service-money span{
    background-position: -455px -562px;
}
.service-control span{
    background-position: -574px -562px;
}
.service ul li{
    float: left;width: 238px;height: 115px;
}
.service p{
    line-height: 115px;
    display: inline-block;
    font-size: 18px;
    color: #666;
}

@media (max-width: 778px){
    .footer .qycode {
        position: relative;
        top: 20px;
        right: 0;
    }
    .filter-company{
        width: 100%;
    }

}