@charset "utf-8";

/**首屏内容**/
/**左-热点关键词**/
.hotspot{
    width: 298px;
    height:260px;
    border:1px solid #e6ebed;
}
.left-column{
    float: left;
}
.hot-title{
    width:298px;
    height:33px;
    border-bottom: 1px solid #e6ebed;
    background-image: url("../../images/title_bg2.png");
    line-height: 33px;
    color: #c6000b;
    font-weight: bold;
}
.hot-title>i{
    margin:0 7px 0 14px;
}
/*.key-words{*/
/*padding:0 9px;*/
/*}*/
.key-list{
    height:120px;
}
.bottom-line{
    border-bottom: 1px solid #e6edeb;
}
.key-list p{
    height:36px;
    line-height: 36px;
}
.key-list p span{
    color: #000;
    font-size: 1.16em;
}
.key-list p i{
    color: #666666;
    float: right;
    margin-right: 10px;
}
.key-list p b{
    width:14px;
    height: 14px;
    float: left;
    margin: 11px 6px 0 14px;
    background-image: url("../../images/icons/icons.png");
}
.key-list p b.gczb{
    background-position: -18px -12px;
}
.key-list p b.hwzb{
    background-position: -38px -12px;
}
.key-list p b.fwzb{
    background-position: 0 -12px;
}
.key-list p b.zblx{
    background-position: -54px -12px;
}
.key-list ul{
    display: table;
    padding: 0;
}
.key-list ul li{
    width:74px;
    height:28px;
    line-height: 28px;
    float: left;
    text-align: center;
}
.key-list ul li a{
    padding:0 10px;
    border-right: 1px solid #cccccc;
}
.key-list ul li a:visited{
    color: #7d88a4;
}
.key-list ul li a:hover{
    text-decoration: underline;
}
.key-list ul li a.border-right{
    border-right: 0;
}
/**优秀供应商**/
.excellent{
    width:298px;
    height:218px;
    border:1px solid #e6edeb;
}
.excellent-title{
    height:29px;
    line-height: 29px;
    background-image: url("../../images/title_bg.png");
}
.excellent-title>a{
    font-size: 12px;
    float: right;
    margin-right: 10px;
}
.excellent-title>a:visited{
    color: #333;
}
.excellent-title>a:hover>span{
    color: #c6000b;
}
.excellent-title>a>span{
    color: #999999;
}
.excellent-title>i{
    width:14px;
    height:17px;
    display: block;
    float: left;
    background: url("../../images/icons/icons.png") -81px -12px;
    margin:7px 7px 0 14px;
}
.excellent>ul{
    width:282px;
    height:180px;
    padding:4px 8px 5px 8px;
}
.excellent>ul li{
    height:30px;
    line-height: 30px;
}
.excellent>ul li>span{
    width:53px;
    height:20px;
    display: inline-block;
    background: url("../../images/icons/icons.png") 0 -66px;
    vertical-align: middle;
    line-height: 20px;
    color: #ffffff;
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}
.excellent>ul li>span>b{
    padding-left: 20px;
}
.excellent>ul li>a{
    display:block;
    /*width:220px;*/
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*float: left;*/
}
.excellent>ul li>a:visited{
    color: #7d88a4;
}
.excellent>ul li>a:hover{
    text-decoration: underline;
}
/**中列-最新招标**/
.center-column{
    width:620px;
    float: left;
    margin-left: 20px;
}
.new-bid{
    width:620px;
    height:225px;
}
.newBid-nav{
    height:34px;
    border-bottom: 1px solid #c7000b;
}
.newBid-nav ul{
    display: table;
    float: left;
}
.newBid-nav ul li{
    float: left;
    width:80px;
    height:34px;
    line-height: 34px;
    text-align: center;
    font-size: 1.16em;
    position: relative;
}
.newBid-nav ul li:hover{
    cursor: pointer;
}
.newBid-nav ul li>i{
    position: absolute;
    bottom: 3px;
    width: 16px;
    height: 16px;
    color: #c6000b;
    display: none;
    left:32px;
}
.newBid-nav ul li>i.in{
    display: block;
}
.newBid-nav ul li.red1{
}
.newBid-nav ul li.red2{
}
.newBid-nav>a{
    background: url("../../images/icons/icons.png") -59px 0;
    float: right;
    height: 5px;
    margin-right: 10px;
    margin-top: 15px;
    width: 33px;
}
.newBid-list{
    width:620px;
    height:190px;
}
.newBid-list>div{
    width:618px;
    height:189px;
    border:1px solid #e6ebed;
    border-top: none;
    display: none;
}
.newBid-list>div.bidshow{
    display: block;
}
.newBid-list>div>ul{
    padding:0 10px;
}
.newBid-list>div>ul li{
    height:30px;
    line-height: 30px;
    border-bottom: 1px dashed #cccccc;
}
.newBid-list>div>ul li.no-line{
    border-bottom: 0;
}
.newBid-list>div>ul li span{
    float: left;
}
.newBid-list>div>ul li span.last-child{
    float: right;
    color: #999;
}
.newBid-list>div>ul li span.dian{
    width:3px;
    height:3px;
    display: inline-block;
    background-color: #e63b0d;
    margin-right: 10px;
    margin-top: 16px;
}
.newBid-list>div>ul li span.gg{
    margin-right: 10px;
}
.newBid-list>div>ul li span.info a{
    display:block;
    width:400px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newBid-list>div>ul li span.info a:visited{
    color: #7d88a4;
}
.newBid-list>div>ul li span.info a:hover{
    text-decoration: underline;
}
/*招标热点*/
.bid-hot{
    width:600px;
    height:517px;
    padding:0 10px;
}
.bidhot-title{
    height:30px;
    line-height: 30px;
}
.bidhot-title>i{
    font-size: 1.33em;
    color: #c6000b;
}
.bidhot-title>b{
    display: inline-block;
    width:77px;
    height:30px;
    vertical-align: bottom;
    background: url("../../images/icons/icons.png") -53px -206px;
}
.bidhot-title>span{
    color: #ff920b;
    float: right;
}
/*招标热点列表-签约业主、签约招标机构*/
.bidhot-list{
    width:600px;
    height:257px;
}
.bidhot-list>div{
    float: left;
    width:300px;
    height: 257px;
}
.bh-title{
    width:290px;
    padding-left: 10px;
    height:19px;
    line-height: 19px;
    background-color: #f5f7f8;
}
.bh-lunbo{
    width:280px;
    height:90px;
    padding:5px 10px;
}
.bh-lunbo>div{
    width:280px;
    height:90px;
    position: relative;
}
.bh-lunbo>div img{
    width:280px;
    height:90px;
}
.bh-lunbo>div>span{
    display: block;
    position: absolute;
    width:39px;
    height:42px;
    background: url("../../images/icons/icons.png") -1px -192px;
    top:0;
}
.bh-info{
    height:78px;
    width:280px;
    padding:0 10px;
}
.bh-info>p{
    line-height: 30px;
}
.bh-info>p>a{
    font-size: 1.16em;
    color: #020e65;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bh-info>p>a:hover{
    color: #c6000b;
    text-decoration: underline;
}
.bh-info>div{
    height:47px;
    line-height: 23px;
}
.bh-info>div>span{
    color: #999999;
}
.bh-info>div>a{
    color: #020e65;
}
.bh-info>div>a:hover{
    color: #c6000b;
    text-decoration: underline;
}
.bh-list{
    height:60px;
}
.bh-list ul{
    padding-top: 10px;
}
.bh-list ul li{
    line-height: 25px;
    height:25px;
}
.bh-list ul li>i{
    color:#3d67ad;
    font-weight:bold;
    float: left;
    padding-right: 5px;
}
.bh-list ul li>a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*float: left;*/
    /*width:280px;*/
}
.bh-list ul li>a:hover{
    text-decoration: underline;
}
.bidhot-lunbo,.bidhot-lunbo2{
    width:300px;
    height:238px;
    overflow: hidden;
    position: relative;
}
.lunbo-box,.lunbo-box2{
    height:238px;
    position: absolute;
}
.lunbo-box>div,.lunbo-box2>div{
    width:300px;
    height:238px;
    float: left;
}
/*.bh-tabs{*/
/*width: 134px;*/
/*height: 14px;*/
/*-webkit-border-radius: 7px;*/
/*-moz-border-radius: 7px;*/
/*border-radius: 7px;*/
/*position: absolute;*/
/*background-color: rgba(49,49,49,0.15);*/
/*top: 60px;*/
/*}*/
.bidhot-lunbo>a,.bidhot-lunbo2>a{
    width: 15px;
    height: 40px;
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
}
.bidhot-lunbo>a:hover,.bidhot-lunbo2>a:hover{
    background-color: rgba(0,0,0,0.5);
}
.bidhot-lunbo>a.bh-next,.bidhot-lunbo2>a.bh-next2{
    right:10px;
}
.bidhot-lunbo>a.bh-prev,.bidhot-lunbo2>a.bh-prev2{
    left:10px;
}
.sign-up{
    height:220px;
}
.sign-title{
    line-height: 30px;
    height:30px;
    text-align: center;
    background-color: #F5F7F9;
}
.sign-title a{
    display: block;
    color: #c6000b;
    font-size: 1.16em;
}
.sign-list{
    height:190px;
}
.sign-list table{
    width:600px;
    height:190px;
}
.td-width1{
    width:80px;
    text-align: center;
}
.td-width2{
    width:160px;
    padding-left: 20px;
}
.company>a{
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:140px;
}
.company>a:visited{
    color: #7d88a4;
}
.color6{
    color: #666666;
}
.color9{
    color: #999999;
}
.ljbm>a{
    width:58px;
    height:17px;
    line-height:17px;
    border:1px solid #c6000b;
    display: block;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-left: 10px;
    color: #c6000b;
}
.ljbm>a:hover{
    background-color: #c6000b;
    color: #ffffff;
}
/* .ljbm>a.bm{
    background-color: #c6000b;
    color: #ffffff;
} */
.ljbm>a.bm2{
    background-color: #EfEfEf;
    border:1px solid #EfEfEf;
    color: #999999;
}
/***右***/
.right-column{
    width:250px;
    float: left;
    margin-left: 20px;
}
.gysyz{
    width:248px;
    height:220px;
    border:1px solid #e6ebed;
}
.gysyz>ul{
    width:248px;
    height:35px;
}
.gysyz>ul li{
    line-height: 35px;
    float: left;
    width:124px;
    font-size: 14px;
    text-align: center;
    background-color: #eeeeee;
}
.gysyz>ul li:hover{
    cursor: pointer;
    background-color: #cccccc;
}
.gysyz>ul li.gys{
    color: #020e65;
    background-color: #ffffff;
}
.gysyz>div{
    width:248px;
    height:128px;
}
.gysyz>div>div{
    float: left;
    width:248px;
    height:128px;
}
.gysyz>div>div.yz{
    display: block;
}
.wsgys{
    width:100%;
    height:180px;
}
.wsgys>p{
    height:27px;
    line-height: 27px;
    padding-top: 15px;
}
.wsgys>p a{
    width:110px;
    height:27px;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    color: #27416d;
    background-color: #ECF1F8;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float: left;
}
.wsgys>p a.sec{
    margin-left: 8px;
}
.wsgys>p a:hover{
    color: #ffffff;
    background-color: #3B67AE;
}
.wsgys ul li{ background:#f9f9f9; border:1px solid #e6e6e6; width:68px; height:60px; border-radius:5px; float:left; margin-right:6px; margin-top:6px;}
.wsgys h1{ font-size:13px; text-align:center; line-height:30px; background:#f9f9f9; border-bottom:1px solid #e7e7e7;}
.ggy{
    height:40px;
    line-height: 43px;
    text-align: center;
    color: #ff920b;
	background:#f9f9f9;
}
.bid-query{
    height:195px;
    width:250px;
}
.bid-query>a{
    display: block;
    width:248px;
    height:43px;
    border:1px solid #e6ebed;
    background-color: #F5F7F9;
    line-height: 43px;
    color: #27416d;
    font-size: 16px;
}
.bid-query>a:hover{
    background-color: rgba(0,0,0,0.3);
}
.bq-m{
    margin-top: 5px;
}
.bid-query>a>span{
    display: inline-block;
    background-image: url("../../images/icons/icons.png");
    vertical-align: middle;
}
.bid-query>a>span.zzqytg{
    width:34px;
    height:28px;
    background-position: -87px -30px;
    margin:0 14px 0 12px;
}
.bid-query>a>span.zbsjk{
    width:20px;
    height:26px;
    background-position: -61px -30px;
    margin:0 19px 0 20px;
}
.bid-query>a>span.qysjk{
    width:23px;
    height:24px;
    background-position: 0 -30px;
    margin:0 18px;
}
.bid-query>a>span.fwxzcx{
    width:25px;
    height:30px;
    background-position: -30px -30px;
    margin:0 17px;
}
.member-bid{
    width:248px;
    height:368px;
    border:1px solid #e6ebed;
}
.mb-title{
    height: 29px;
    line-height: 29px;
    background-image: url("../../images/title_bg2.png");
    font-size: 1.16em;
}
.mb-title>span{
    margin-left: 10px;
}
.mb-title>a{
    width: 33px;
    height: 5px;
    float: right;
    background: url("../../images/icons/icons.png") -59px 0;
    margin-top: 12px;
    margin-right: 10px;
}
.mb-title>i{
    width: 11px;
    height: 13px;
    float: left;
    background: url("../../images/icons/icons.png") -103px -12px;
    margin-top: 8px;
    margin-left: 10px;
}
.mb-list{
    width:228px;
    padding:0 10px;
    height:339px;
    overflow:hidden;
}
.mb-list>div{
    height:339px;
}
.mb-list>div>div{
    height:339px;
    width:248px;
    float:left;
}
.mb-list>div>div>div{
    height:48px;
}
.mb-list>div>div>div>h4{
    padding-top: 10px;
}
.mb-list>div>div>div>h4>span{
    float: left;
    color: #c6000b;
}
.mb-list>div>div>div>h4>a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
.mb-list>div>div>div>h4>a:visited{
    color: #7d88a4;
}
.mb-list>div>div>div>h4>a:hover{
    text-decoration: underline;
}
.mb-list>div>div>div>p{
    color: #999999;
}
.mb-list>div>div>div>p>a{
    color: #999999;
}
/**1F**/
.first-floor{
    height:490px;
}
/**楼层导航**/
.floor-nav{
    height:29px;
    border-bottom: 1px solid #3d67ad;
}
.floor-nav>div{
    width:160px;
    height:29px;
    line-height: 29px;
    float: left;
}
.floor-nav>div>i{
    display:block;
    width:5px;
    height:29px;
    background-color: #3d67ad;
    float: left;
}
.floor-nav>div>span{
    font-size: 24px;
    color: #3d67ad;
    font-weight:bold;
    padding:0 10px 0 15px;
    float: left;
}
.floor-nav>div>b{
    font-size: 20px;
    font-weight: bold;
    color: #3d67ad;
    float: left;
    margin-top: -1px;
}
.floor-nav>div>a{
    font-size: 20px;
    font-weight: bold;
    color: #3d67ad;
    float: left;
    margin-top: -1px;
}
.floor-nav>ul{
    float: left;
    height:30px;
}
.floor-nav>ul li{
    float: left;
    height:29px;
    line-height: 29px;
    font-size: 1.16em;
}
.floor-nav>ul li>a{
    padding:0 10px;
    color: #333;
}
.floor-nav>ul li>a.s-line{
    border-right: 1px solid #cccccc;
}
/**招标信息**/
.zbxx{
    height:350px;
}
.xx-left{
    width:941px;
    height:350px;
    float: left;
}
.xx-right{
    width:248px;
    height:370px;
    border:1px solid #e6ebed;
    float: left;
    margin-left: 19px;
}
.xx-left>div{
    width:307px;
    height:350px;
    float: left;
}
.xx-list{
    width:1298px;
    height:218px;
}
.xx-list>ul{
    height:180px;
    padding:5px 0 6px 0;
}
.xx-list>ul li{
    height:30px;
    line-height: 30px;
}
.xx-list>ul li>i{
    float: left;
    margin: 0 10px;
    font-weight: bold;
    color: #3d67ad;
}
.xx-list>ul li>b{
    float: right;
    margin-right: 10px;
    color: #999999;
}
.xx-list>ul li>a{
    display: block;
    width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.xx-list>ul li>a:visited{
    color: #7d88a4;
}
.xx-list>ul li>a:hover{
    text-decoration: underline;
}



.xx-list2{
    width:100%;
    height:400px;
}
.xx-list2>ul{
    height:180px;
    padding:5px 0 6px 0;
}
.xx-list2>ul li{
    height:30px;
    line-height: 30px;
}
.xx-list2>ul li>i{
    float: left;
    margin: 0 10px;
    font-weight: bold;
    color: #3d67ad;
}
.xx-list2>ul li>b{
    float: right;
    margin-right: 10px;
    color: #999999;
}
.xx-list2>ul li>a{
    display: block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.xx-list2>ul li>a:visited{
    color: #7d88a4;
}
.xx-list2>ul li>a:hover{
    text-decoration: underline;
}




.xx-list3{
    width:100%;
    height:400px;
}
.xx-list3>ul{
    height:180px;
    padding:5px 0 6px 0;
}
.xx-list3>ul li{
    height:50px;
    line-height: 35px;
	margin-top:6px;
}
.xx-list3>ul li img{
    height:35px;
	width:35px;
	float:left;
	margin-left:5px;
	margin-right:10px;
	border-radius:50%;
	margin-left:10px;
}
.xx-list3>ul li>i{
    float: left;
    margin: 0 10px;
    font-weight: bold;
    color: #3d67ad;
}
.xx-list3>ul li>b{
    float: right;
    margin-right: 10px;
    color: #999999;
}
.xx-list3>ul li>a{
    display: block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.xx-list3>ul li>a:visited{
    color: #7d88a4;
}
.xx-list3>ul li>a:hover{
    text-decoration: underline;
}





.xx-list5{
    width:100%;
    height:400px;
}
.xx-list5>ul{
    height:180px;
    padding:5px 0 6px 0;
}
.xx-list5>ul li{
	width:200px;
    height:100px;
	float:left;
    line-height: 35px;
	margin-top:6px;
	text-align:center;
}
.xx-list5>ul li img{
	width:auto;
	height:60px;
	max-width:160px;
	margin-left:5px;
	margin-right:10px;
	margin-left:10px;
	text-align:center;
}
.xx-list5>ul li>i{
    float: left;
    margin: 0 10px;
    font-weight: bold;
    color: #3d67ad;
}
.xx-list5>ul li>b{
    float: right;
    margin-right: 10px;
    color: #999999;
}
.xx-list5>ul li>a{
    display: block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.xx-list5>ul li>a:visited{
    color: #7d88a4;
}
.xx-list5>ul li>a:hover{
    text-decoration: underline;
}



.xx-right ul li{
    height: 100px;
    line-height: 30px;
	padding-left:10px; padding-top:10px;
}
.xx-right ul li img{ width:100px; height:100px;}
.xx-right ul li .txt{ width:130px; float:right; line-height:20px;}
.xx-right ul li .txt a{ color:#666;}
.xx-right ul li .txt a:hover{ color:#333;}
.xx-right ul li>i{
    color: #c6000b;
    float: left;
}
.xx-right ul li>a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right:10px;
}
.xx-right ul li>a:hover{
    text-decoration: underline;
}

/***2F***/
.second-floor{
    height:455px;
}
.wtfb-box{
    height:415px;
}
.wtfb{
    width:940px;
    height:415px;
    float: left;
}
.wtfb-container,.wtfb-container2{
    width:940px;
    height:207px;
    overflow: hidden;
    position: relative;
}
.wtfb-container>div,.wtfb-container2>div{
    height:207px;
    position: absolute;
}
.wtfb-carousel,.wtfb-carousel2{
    width:940px;
    height:207px;
    float: left;
}
.wtfb-container>a,.wtfb-container2>a{
    width: 35px;
    height: 80px;
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 80px;
    color: #ffffff;
}
.wtfb-container>a:hover,.wtfb-container2>a:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
}
.wtfb-container>a.wt-next,.wtfb-container2>a.wt-next2{
    left:547px;
}
.wtfb-container>a.wt-next i,.wtfb-container>a.wt-prev i,.wtfb-container2>a.wt-next2 i,.wtfb-container2>a.wt-prev2 i{
    font-size: 24px;
}

.wtfb-lunbo{
    width:582px;
    height:188px;
    padding:9px 8px 9px 0;
    float: left;
}
.wtfb-lunbo>div{
    width:582px;
    height:188px;
    overflow: hidden;
    position: relative;
}
.wtfb-lunbo>div img{
    width:582px;
    height:188px;
}
.wtfb-lunbo>div>ul{
    width:582px;
    height:188px;
    position: absolute;
}
.wtfb-lunbo>div>ul li{
    width:582px;
    height:188px;
    float: left;
}
.wtfb-list{
    width:350px;
    height:207px;
    float: left;
}
.wtfb-title{
    height:29px;
    border-bottom: 1px solid #3d67ad;
    line-height: 29px;
}
.title-left{
    width: 220px;
    height:29px;
    overflow: hidden;
}
.title-left>i{
    color: #3d67ad;
    float: left;
}
.title-left>a{
    color: #3d67ad;
    font-size: 1.16em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.title-left>a:hover{
    color: #c6000b;
    text-decoration: underline;
}
.title-right>div{
    float:left;
}
.qianyue{
    width:26px;
    height:28px;
    background: url("../../images/icons/icons.png") 0 -160px;
}
.qy-name{
    width:102px;
    height:29px;
    text-align: center;
}
.qy-name>p{
    height:14px;
    line-height: 14px;
}
.qy-name>p.no10{
    font-family: Arial,Consolas,"Segoe UI";
    font-size: 10px;
}
.wtfb-menu{
    height:177px;
}
.wtfb-menu>ul li{
    height:29px;
    line-height: 29px;
}
.wtfb-menu>ul li>i{
    float: left;
    margin: 0 10px;
    font-weight: bold;
    color: #3d67ad;
}
.wtfb-menu>ul li>span{
    float: left;
    margin-right: 10px;
}
.wtfb-menu ul li>a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wtfb-menu ul li>a:hover{
    text-decoration: underline;
}
.wtfb-rank{
    width:250px;
    height:415px;
    float: left;
    margin-left: 20px;
}
.rank-title>i{
    width:13px;
    height:14px;
    background-position: -122px -12px;
}
.rank-list{
    width:248px;
    height:205px;
}
.rank-list>ul{
    height:168px;
    padding:4px 0;
}
.rank-list>ul li{
    height:24px;
    line-height: 24px;
}
.rank-list>ul li>i{
    margin:5px 7px 0 7px;
    width:16px;
    height:14px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    font-family: Arial,Consolas,"Segoe UI";
    font-size: 10px;
    font-weight: normal;
}
.rank-list>ul li>i.color-red{
    background-color: #f16d5e;
}
.rank-list>ul li>i.color-orange{
    background-color: #fea200;
}
.rank-list>ul li>i.color-yellow{
    background-color: #fcbe2c;
}
.rank-list>ul li>i.color-gray{
    background-color: #bbbbbb;
}
.rank-list>ul li>a{
    width:160px;
}
.rank-list2{
    height:207px;
    border-top:0;
}
.floor-nav>ul li.sqjryz{
    margin-left:40px;
}
.floor-nav>ul li.sqjryz>a{
    color: #c6000b;
}
.floor-nav > ul li.sqjryz > a:hover{
    text-decoration: underline;
}

/***3F***/
.xx-thirdfloor{
    width:1210px;
}
.xx-thirdfloor>div{
    width:295px;
}
.list-thirdfloor{
    width:293px;
}
.floor-nav > ul li.thirdfloor-more>a{
    background: url("../../images/icons/icons.png") -49px 0;
    display: block;
    height: 5px;
    margin-right: 10px;
    margin-top: 12px;
    width: 33px;
}

/***4F***/
.fourth-floor{
    height:474px;
}
.hqdz{
    height:434px;
}
.hqdz-list{
    height:212px;
}
.hqdz-list>div{
    width:293px;
    height:210px;
    border:1px solid #e6edeb;
    float: left;
}
.hqdz-info{
    height: 120px;
    padding: 15px 5px 0;
    width: 283px;
}
.hqdz-info>img{
    height: 120px;
    width: 120px;
    float: left;
    margin-right: 4px;
}
.hqdz-info>p{
    margin-top: 12px;
}
.hqdz-info>p.p1>span{
    color: #ff920b;
}
.hqdz-info>p.p1>b{
    color: #ff3c00;
    padding-left: 5px;
}
.hqdz-info>p.p1>b>i{
    font-size: 1.45em;
    padding: 0 5px;
}
.hqdz-info>p.p1{
    font-size: 14px;
}
.hqdz-info>p.p2{
    color: #666666;
    font-size: 14px;
}
.hqdz-info>p.p3{
    color: #999999;
}
.hqdz-buy{
    height:75px;
    width:293px;
}
.hqdz-buy>span{
    font-size: 2em;
    padding: 0 10px;
    float: left;
    display: block;
    width:110px;
    height:75px;
    line-height: 75px;
    overflow: hidden;
    text-align: center;
}

.hqdz-buy > a {
    border: 1px solid #ff6600;
    color: #ff6600;
    float: right;
    font-size: 1.33em;
    height: 33px;
    line-height: 33px;
    margin-right: 19px;
    margin-top: 19px;
    text-align: center;
    width: 142px;
}
.hqdz-buy > a:visited{
    color: #7d88a4;
}
.hqdz-buy > a:hover{
    background-color: #ff6600;
    color: #ffffff;
}

/***5F***/
.zbdh-list{
    width:285px;
    height:189px;
    padding:0 10px;
    line-height: 38px;
    background-image: url("../../images/bid/zbdh_bg.png");
    overflow: hidden;
}
.zbdh-list>a{
    margin-right: 20px;
}
.zbdh-list>a:hover{
    text-decoration: underline;
}
.zbpd-right{
    width:250px;
    height:450px;
    float: left;
    margin-left: 19px;
}
.dqz{
    width:300px;
    height:370px;
    border:1px solid #e6edeb;
}
.dqz>ul{
    width:280px;
    height:200px;
    padding:1px 10px;
}
.dqz>ul>li{
    height:40px;
    padding-top: 5px;
    overflow: hidden;
    color: #3d67ad;
	border-bottom:1px dotted #CCCCCC;

}
.dqz>ul>li>span{
    width:50px;
    height:21px;
    display: inline-block;
    background-color: #ECF1F8;
    text-align: center;
    line-height: 21px;
}
.area-box1{
    position: absolute;
    background-color: #ffffff;
    overflow: hidden;
    width:228px;
    border:1px solid #ffffff;
    height:21px;
}

.area-box1 li.area-title1{
    display: block;
    float: left;
    width: 50px;
}
.area-box1 li.area-title1>span{
    background-color: #ecf1f8;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 50px;
}
.area-box1 li.area-list222{
    width: 178px;
    float: left;
    display: block;
}
.area-box1  li.area-list222 li{
    float: left;
    height:21px;
}
.area-box1 li>a{
    color: #3d67ad;
    display: block;
    margin-left: 5px;
    line-height: 21px;
}
.area-box1:hover{
    height:auto;
    border:1px solid #3d67ad;
    z-index:222;
}
.dqz>ul>li>a{
    margin-left: 5px;
    color: #3d67ad;
}
.area-box1  li.area-list222>ul>li a:hover{
    color: #c6000b;
    text-decoration: underline;
}

/*日历*/
.calendar{
    width:250px;
    height:220px;
}
.calendar-title{
    height:29px;
    line-height: 29px;
    background-image: url("../../images/title_bg.png");
    font-size: 1.16em;
    border:1px solid #e6edeb;
    border-bottom: 0;
}
.calendar-title>a{
    margin-left: 10px;
    color: #020e65;
}
.calendar-title>span{
    font-size:12px;
    float: right;
    margin-right:10px;
    color: #020e65;
}
.calendar-title>span i{
    display: inline-block;
}
.calendar-title>span i.to-left{
    margin-left: -5px;
    padding-right:5px;
}
.calendar-title>span i.to-right{
    margin-right: -5px;
    padding-left:5px;
}
.calendar-title>span>b:hover{
    cursor: pointer;
    color:#c6000b;
}
.rili{
    border:1px solid #e6edeb;
    border-top: 0;
    height:189px;
}
.rili>div{
    height:25px;
    line-height: 25px;
}
.rili>div>span{
    padding:0 6px;
}
.rili table td{
    width:31px;
    height:21px;
    text-align:center;
    line-height:21px;
}
.bg td{
    background-color: #FCFCFC;
}
.disable{
    color: #cccccc;
}
.rili table tr>td.hit{
    background-color: #3d67ad;
    color: #ffffff;
}
/*.rili table td:hover{*/
    /*background-color: #3d67ad;*/
    /*!* cursor: pointer; *!*/
/*}*/
.rili table td:hover>a{
    color: red;
}


.pos_relative,.bidhot-list>div.pos_relative{
    height: 1px;
    overflow: hidden;
    position: relative;
}

.tr-height{
    height:32px;
    line-height: 32px;
}
.sign-list table td>div{
    width:80px;
    height:32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
}

/*在线报名*/
.top_title {
    width: 940px;
    /*height: 39px;*/
    line-height: 39px;
    border-bottom: 1px solid #d1d1d1;
    float: left;
}

.top_title span {
    width: 3px;
    height: 3px;
    background-color: #c6000b;
    display: inline-block;
    margin: 19px 5px 0 0;
    float: left;
}

.top_title a {
    color: #333333;
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    float: left;
}
.top_title a.on {
    color: #3d67ad;
}

.top_title a:hover{
    color: #c6000b;
    text-decoration: underline;
}

.top_title a.hui{
    color: #333;
    text-decoration: inherit;
}

.top_title b {
    color: #333333;
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    float: left;
}
.top_title b.on {
    color: #3d67ad;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 710px;
    display: inline-block;
    float: left;
}

.bid_left {
    width: 940px;
    float: left;
    overflow: hidden;
}

.bid_left .bid_news {
    width: 100%;
    padding: 15px 0;
    display: block;
}

.bid_news:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.bid_news {
    zoom: 1; /* for IE6 IE7 */
}

.bid_left .bid_news .news_img {
    float: left;
    width: 130px;
    height: 90px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 13px;
}

.bid_left .bid_news .news_nr {
    float: left;
    width: 790px;
}
.bid_left .bid_news .news_nr.news_zc{
    width:935px;
}
.bid_left .bid_news .news_nr .news_nr_bt {
    color: #3d67ad;
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    margin-left: 8px;
}

.bid_left .bid_news .news_nr .news_nr_bt span {
    color: #999999;
    margin-left: 20px;
}

.bid_left_enterprise .bid_news .news_nr .news_nr_bt span {
    margin-left: 0px;
}

.bid_left .bid_news .news_nr .news_nr_bt span b {
    margin-left: 10px;
}

.bid_left .bid_news .news_nr .news_nr_title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bid_left .bid_news .news_nr .news_nr_title:hover{
    color: #c6000b;
    text-decoration: underline;
}


.bid_left .bid_news .news_nr .news_nr_title span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c6000b;
    float: left;
    margin: 10px 3px 0 0;
}

.bid_left .bid_news .news_nr .news_nr_js {
    /*width: 764px;*/
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #999999;
    font-size: 12px;
    height: 32px;
    margin: 8px 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bid_news:hover {
    background: #eeeeee;
    color:#333;
}

.bid_left .bid_news_tb {
    padding-left: 10px;
}


.bid_left .bid_news_tb .news_nr .news_nr_js {
    width: 884px;
}

.bid_left .bid_details_recommend {
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #cccccc;
}

.bid_left .bid_details_recommend .rec_title {
    margin: 20px 0 0 0px;
    color: #333;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    font-size: 14px;
    font-weight: bold;
}

.bid_left .bid_details_recommend .rec_title i {
    font-size: 16px;
    color: #c6000b;
    font-weight: inherit;
}
.bid_left .bid_details_recommend .rec_title > a{
    color: #3d67ad;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
}
.bid_left .bid_details_recommend .rec_tj {
    display: block;
    color: #333;
    font-size: 12px;
    margin: 10px 0 0 5px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
}
.bid_left .bid_details_recommend .rec_tj:visited{
    color: #7d88a4;
}

.bid_left .bid_details_recommend .rec_tj:hover{
    color: #c6000b;
    text-decoration: underline;
}

.bid_left .bid_details_recommend .rec_tj span {
    width: 3px;
    height: 3px;
    background-color: #3d67ad;
    display: inline-block;
    float: left;
    margin: 7px 10px 0 0;
}

.bid_right {
    float: right;
    width: 252px;
}
.bid_right .ztb_hot.media_hot{
    margin: 0 0 20px 0;
}
.bid_right .bid_right_public {
    width: 250px;
    height: 330px;
    border: solid 1px #e6edeb;
    margin-bottom: 10px;
}

.bid_right .bid_right_public .ztb_hot_bt {
    float: left;
    margin-top: 10px;
}

.bid_right .bid_right_public .s_new_img{
    margin: -15px 0 0 5px;
}

.bid_right .bid_right_public .bid_more {
    float: right;
    margin: 18px 8px 0 0;
}

.bid_right .bid_right_public .share_ul li {
    height: 30px;
    line-height: 30px;
}

.bid_right .bid_right_public .share_ul li a {
    width: 220px;
}
.ztb_hot {
    float: left;
    width: 300px;
    height: 200px;
    margin: 20px 18px 0 0;
    border: solid 1px #e6edeb;
}

.ztb_hot_bt {
    height: 20px;
    margin: 15px 0 0 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-left: 3px solid #c6000b;
    padding-left: 10px;
    line-height: 20px;
}

.ztb_hot_bt1 {
    margin-top: 30px;
}

.ztb_hot ul {
    margin-top: 3px;
}

.ztb_hot ul li {
    height: 32px;
    line-height: 32px;
    /*background-color: red;*/
}

.ztb_hot ul li a:hover{
    color: #c6000b;
    text-decoration: underline;
}

.ztb_hot ul li span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #3d67ad;
    margin: 15px 5px 0 10px;
    float: left;
}

.ztb_hot ul li a {
    display: inline-block;
    width: 272px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #333;
}.share_ul li {
     width: 100%;
     height: 30px;
     line-height: 30px;
 }

.share_ul li > span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #3d67ad;
    margin: 14px 5px 0 10px;
    float: left;
}
.share_ul li a {
    display: inline-block;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #333;
}
.share_ul li a:visited{
    color: #7d88a4;
}
.share_ul li a:hover {
    color: #C6000B;
    text-decoration: underline;
}
.share_ul li div.tb {
    display: inline-block;
    width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #333;
}
.share_ul li div.tb a{
    width:auto;
}
.share_ul li div.tb a.tb_a{
    width:155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.share_ul li div a:hover {
    color: #C6000B;
    text-decoration: underline;
}

.share_ul li b {
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #999;
    float: right;
    margin-right: 9px;
}

/*2017-12-05新增登录无权限样式  wxw*/
.w-floatL{
    float: left;
}
.w-floatR{
    float: right;
}
/*详情内容部分开始*/
.w-detailsCon{
    float: left;
    height:auto;
    width: 940px;
    overflow: hidden;
}
/*公告主标题*/
.w-detailTit{
    font-size: 20px;
    line-height:26px;
    text-align: left;
    color: #3d67ad;
    font-weight: bold;
    margin-top: 30px;
    padding: 0 10px;
}
/*公告信息标签*/
.w-infolabel{
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    line-height: 18px;
}

.w-infolabel .w-labelL{
    width: 466px;
    float: left;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-infolabel .w-labelL > label{
    color: #999;
    margin-right: 8px;
    float: left;
}
.w-infolabel .w-labelL > span{
    color: #333;
    margin-right: 20px;
    float: left;
}
.w-infolabel .w-labelL > a{
    color: #3d67ad;
    float: left;
    margin-right: 10px;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.w-infolabel .w-labelL .w-longHide{
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    float: left;
}
/*公告可操作标签*/
.w-labelR{
    float: right;
    width: 464px;
}
.w-labelR >div{
    float: right;
    padding-left: 4px;
    padding-right: 5px;
}
.w-labelR > div > a{
    color: #333;
}
.w-labelR > div > a:hover{
    color: #3d67ad;
    text-decoration: underline;
}
.w-labelR > div > i{
    margin-right: 3px;
    color: #666;
}
.w-labelR > div:hover i{
    color: #3d67ad;
}

/*用手机查看*/
.w-phoneCode{
    position: relative;
    z-index: 700;
    /*width: 76px;*/
}
/*导出*/
.w-export{
    position: relative;
    z-index: 700;
}
/*导出鼠标滑动样式*/
.w-export-current{
    border-left: solid 1px #3d67ad;
    border-top:solid 1px #3d67ad;
    border-right:solid 1px #3d67ad;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px;
}
/*用手机查看鼠标滑动显示二维码*/
.w-showCode{
    background: #f9f9f9;
    height: 141px;
    width: 358px;
    position: absolute;
    z-index: 600;
    right: 0;
    top:38px;
    display: none;
}
.w-codeInfo{
    width: 204px;
    float: left;
    margin: 20px 0px 0 20px;
    line-height: 24px;
}
.w-codeInfo > h1{
    color: #3d67ad;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
}
.w-codeInfo > p{
    color: #999;
}
.w-codeImg{
    width: 107px;
    height:107px;
    float: left;
    padding: 10px;
    margin: 10px 0;
}
.w-codeImg img {
    width: 97px;
    height: 97px;
}
/*导出列表*/
.w-exportList{
    display: none;
    position: absolute;
    width: 48px;
    border: solid 1px #3d67ad;
    border-top: none;
    color: #999999;
    right: -1px;
    background: #fff;
}
.w-exportList li:hover {
    background: #eee;
}
.w-exportList li:hover a{
    color: #3d67ad;
    text-decoration: underline;
}
.w-exportList li > span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #3d67ad;
    margin:8px 5px 0 3px;
    float: left;
}
/*公告提示信息开始*/
.w-hintInfo{
    margin-top: 30px;
    border-top : solid 1px #e6edeb;
    border-bottom: solid 1px #3d67ad;
    border-left:  solid 1px #e6edeb;
    border-right: solid 1px #e6edeb;
    padding: 20px;
    overflow: hidden;
}
.w-hintInfo .w-hintText{
    float: left;
    line-height: 28px;
    color: #333;
    font-size: 12px;
    text-align: left;
}
.w-hintInfo .w-hintText li .w-hintsr{
    color: #c6000b;
}
.w-hintInfo .w-hintText li .w-hintsb{
    color: #3d67ad;
}
.w-hintInfo .w-hintText li .w-hintCut{
    font-size: 24px;
    color: #999;
    font-weight: normal;
}
.w-hintInfo .w-hintText li > a{
    color: #3d67ad;
}
.w-bold{
    font-weight: bold;
}
.w-hintTimeline{
    font-size: 24px;
    color: #c6000b;
    height: 28px;
    line-height: 28px;
    padding-right: 10px;
    font-weight: normal;
}
.w-hintNum{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #3d67ad;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
}
/*公告提示信息右侧按钮*/
.w-hintInfo .w-hintBtn{
    float: right;
    padding: 15px;
}
.w-hintInfo .w-hintBtnH{
    padding: 30px 15px!important;
}
.w-hintInfo .w-hintBtn > button{
    color: #fff;
    border:none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 200px;
    height:45px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}
.w-hintInfo .w-hintBtn .w-hintBtn-y{
    background: #ffaa00;
}
.w-hintInfo .w-hintBtn .w-hintBtn-r{
    background: #c6000b;
}
/*停止报名按钮样式*/
.w-hintInfo .w-hintBtn .w-hintBtn-g{
    background: #f5f7f8;
    color: #999;
    border:solid 1px #DCDCDC;
}
/*公告信息开始*/
.w-noticeInfo{
    background: #f9f9f9;
    padding: 20px;
    font-size: 14px!important;
    overflow: hidden;
}
.w-noticeInfo > ul{
    float: left;
    width: 50%;
    line-height: 28px;
    color: #999999;
}
.w-noticeInfo > ul > li.w-area > span{
    margin-right: 15px;
}
.w-noticeInfo > ul > li > a{
    color: #3d67ad;
}
.w-noticeInfo > ul > li > span{
    color: #3d67ad;
}
.w-noticeInfo > ul > li >label{
    font-size: 14px!important;
    color: #333;
    width: 70px;
    display: inline-block;
}
.w-k3{
    height: 30px;
    clear: both;
}
/*公告信息正文内容开始*/
.w-noticeCont .w-contTit{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}
.w-noticeCont .w-contTit > i{
    height:20px;
    width: 3px;
    display: inline-block;
    background: #c6000b;
    float: left;
    margin-right: 10px;
}
.w-contIn{
    padding: 0 13px;
}
/*公告信息小标题*/
.w-contIn .w-termTit {
    font-size: 16px;
    color: #999;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
}
.w-termTit > i{
    color: #c6000b;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}
.w-contIn > p{
    padding-left:37px ;
    font-size: 14px;
    line-height: 28px;
}
.w-contIn > p.w-pIndent{
    text-indent: 2em;
}
.w-contIn .w-docDown{
    display: inline-block;
    margin-top: 10px;
    padding-left: 26px;
    padding-top: 3px;
    color: #666;
    background: url(/img/bid/ie.png) no-repeat;
    background-position: 0px 0px;
    height: 30px;
}
.w-noticeHide{
    background: #f9f9f9;
    height:20px;
    line-height: 20px;
    margin:30px 0;
    padding:5px 56px;
    font-size: 12px;
    color: #3d67ad;
    font-family:  "Microsoft YaHei", 'Microsoft YaHei', arial;
}
.w-noticeHide > button{
    height: 18px;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    outline: none;
    padding-bottom: 19px;
    cursor: pointer;
}
.w-noticeHide .w-login{
    background: #3d67ad;
    margin: 0 10px 0 20px;
}
.w-noticeHide .w-promo{
    background: #ffaa00;
    margin-left: 10px;
}
.w-imgMsgBg{
    background-color: #f9f9f9;
    background-image: url("/img/bid/bg_img.png");
    background-repeat: no-repeat;
    background-position: 50% 70%;
    width: 940px;
    height:200px;
    text-align: center;
}
.w-imgMsgBg .w-msgLogo{
    height: 40px;
    padding-top: 40px;
}
.w-imgMsgBg .w-msgLogo > i{
    display: inline-block;
    width: 114px;
    height: 2px;
    background: #c6000b;
    margin: 0 10px;
}
.w-imgMsgBg .w-msgalert{
    padding-top: 32px;
    font-size: 16px;
    color: #999;
}



/*在线报名样式*/
.s_bid_share{
    float: right;
    width: 254px;
    height: 29px;
    margin-top: 8px;
}
.s_bid_share img{
    float: left;
    margin:6px 6px 0 0 ;
}
.s_bid_share span{
    float: left;
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #666;
    line-height: 29px;
}
.s_bid_share div{
    float: left;
    width:45px ;
    line-height: 13px;
    line-height: 13px;
    margin-top: 9px;
    text-align: center;
}
.bid_left .s_enrol_title{
    height: 37px;
    line-height: 37px;
    width: 940px;
    margin-top: 26px;
}
.bid_left .s_enrol_title .shu{
    float: left;
    width: 3px;
    height: 20px;
    background-color: #c6000b;
    margin-top: 8px;
}
.bid_left .s_enrol_title .s_ti{
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-left: 12px;
    float: left;
}
.bid_left .s_enrol_title .flow{
    width:810px;
    height: 37px;
    float: right;
    background: url("/img/bid/left_msg.png");
}
.bid_left .s_enrol_title .flow p{
    float: left;
    font-size: 14px;
    color: #3d67ad;
    text-align: center;
    width:162px;
}
.bid_left .s_enrol_title .ti_bm{
    float: left;
    font-size: 12px;
    color: #3d67ad;
    margin-left: 10px;
}
.bid_left .s_enrol_title .ti_bm span{
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #3d67ad;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    line-height: 15px;
    text-align: center;
}
.bid_left .s_information{
    width:920px;
    margin-left: 20px;
}
.bid_left .s_information p{
    float: left;
    text-align: right;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    width:86px;
}
.bid_left .s_information i{
    display: inline-block;
    color: #FF1F1F;
    line-height: 40px;
    font-size: 20px;
}
.bid_left .s_information .in_bg{
    float: left;
    width:460px;
    margin-top: 20px;
}
.bid_left .s_information .in_input1{
    float: right;
    width: 340px;
    height: 38px;
    padding-left: 10px;
    border: solid 1px #cccccc;
    line-height: 40px;
    font-size: 14px;
    font-family:  "Microsoft YaHei", 'Microsoft YaHei', arial;
    outline:none;
}
.bid_left .s_information .in_input2{
    width:210px;
    margin-right: 10px;
}
.bid_left .s_information .in_yz{
    width: 120px;
    height: 38px;
    border: solid 1px #cccccc;
    float: right;
}
.bid_left .s_information .in_yz img{
    width: 100%;
    height: 100%;
}
.bid_left .s_information .in_dx{
    width: 120px;
    height: 38px;
    background-color: #f5f7f8;
    border: solid 1px #e6ebed;
    float: right;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.bid_left .s_information .in_button{
    font-size: 18px;
    font-family:  "Microsoft YaHei", 'Microsoft YaHei', arial;
    font-weight: bold;
    color: #ffffff;
    width: 352px;
    height: 40px;
    background-color: #c6000b;
    float: right;
    border: 0;
    margin-top: 20px;
    cursor: pointer;
    outline:none;
}
.bid_left .s_in_table{
    width: 940px;
    border: solid 1px #cccccc;
    margin-bottom: 30px;
}
.bid_left .s_in_table tr{
    border-bottom: 1px solid #ccc;
}
.bid_left .s_in_table th{
    height: 38px;
    width: 180px;
    padding-left: 55px;
    font-size: 14px;
    line-height: 38px;
    text-align: left;
    color: #333333;
}
.bid_left .s_in_table td{
    height: 38px;
    width: 180px;
    padding-left: 55px;
    font-size: 14px;
    line-height: 38px;
    text-align: left;
    color: #333333;
}
table{
    border-collapse:collapse;border-spacing:0;
}
tr,td,textarea{
    margin: 0;
    padding:0;
}
.bid_right .bid_right_enrol{
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bid_right .bid_right_enrol1{
    height: auto;
    padding-top:5px;
    padding-bottom: 5px;
}
.bid_right .bid_right_enrol .ol_name{
    float: left;
    font-size: 14px;
    color: #3d67ad;
    font-weight: bold;
    line-height: 30px;
    margin-left: 18px;
    margin-top: 10px;
    max-width: 185px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bid_right .bid_right_enrol .ol_img{
    float: left;
    margin:10px 0 0 15px;
}
.bid_right .bid_right_enrol .ol_xx{
    font-size: 12px;
    color: #666666;
    line-height: 30px;
    margin-left: 18px;
}
.bid_right .bid_right_enrol .ol_xx i{
    color: #c6000b;
}
.bid_right .bid_right_enrol .ol_xx span{
    color: #3d67ad;
}
.bid_right .bid_right_enrol .ol_xx em{
    color: #c6000b;
    font-style: normal;
    margin: 0 4px;
}
.bid_right .bid_right_enrol .ol_xx em.em_b{
    font-weight: bold;
}
.bid_right .bid_right_enrol .s_enrol_fb{
    width: 230px;
    height: 24px;
    border-radius: 2px;
    background-color: #3d67ad;
    border: solid 1px #3d67ad;
    display: block;
    margin: 9px auto 0;
    font-size: 12px;
    font-family:  "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #fff;
    outline: none;
    cursor: pointer;
}
.bid_right .bid_right_enrol .enrol_gn_ti{
    height: 34px;
    background-image: url("/img/bid/gradation.png");
    border-bottom: solid 1px #e6ebed;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    color: #3d67ad;
}
.bid_right .bid_right_enrol .enrol_bq{
    float: left;
    width: 70px;
    height: 24px;
    border-radius: 2px;
    background-color: #ecf1f7;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #3d67ad;
    margin: 12px 0 0 10px;
    cursor: pointer;
}
.bid_right .bid_right_enrol .enrol_bq:hover{
    background: #3d67ad;
    color: #fff;
}
.bid_right .bid_right_enrol .enrol_bq.on{
    background: #3d67ad;
    color: #fff;
}
.bid_right .bid_right_enrol .enrol_attachment{
    width: 250px;
    height: 90px;
    padding-top: 10px ;
    background-color: #f9f9f9;
    border-bottom:solid 1px #e6edeb;
    display: none;
}
.bid_right .bid_right_enrol .enrol_attachment .ent_ti{
    font-size: 12px;
    color: #c6000b;
    margin:0 0 0 10px;
}
.bid_right .bid_right_enrol .enrol_attachment .ent_ti span{
    color: #999;
}
.bid_right .bid_right_enrol .enrol_attachment textarea{
    width: 210px;
    height: 24px;
    border: solid 1px #e6edeb;
    margin: 10px auto 0;
    display: block;
    outline: none;
    line-height: 24px;
    padding: 0 10px;
    resize: none;
}
.bid_right .bid_right_enrol .enrol_attachment button{
    width: 42px;
    height: 20px;
    /*line-height: 20px;*/
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #f9f9f9;
    border: solid 1px #3d67ad;
    margin: 10px 0 0 200px;
    font-size: 12px;
    font-family:  "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #3d67ad;
    outline: none;
    cursor: pointer;
}
.bid_right .enrol_prompting{
    width: 250px;
    height: 160px;
    margin-bottom: 10px;
    border: solid 1px #e6edeb;
    background: url("/img/bid/right_msg.png");
    position: relative;
}
.bid_right .enrol_prompting_1{
    height: 183px;
    background: url("/img/bid/zbgg.png") no-repeat 5px ;
}
.bid_right .enrol_prompting_2{
    height: 166px;
    background: url("/img/bid/zbyg.png") no-repeat 5px ;
}
.bid_right .enrol_prompting .pro_title{
    font-size: 16px;
    font-weight: bold;
    color: #3d67ad;
    text-align: center;
    margin-top: 18px;
}
.bid_right .enrol_prompting .pro_pz{
    font-size: 12px;
    color: #333333;
    width: 205px;
    margin: 8px auto 0;
    text-indent: 2em;
    line-height: 20px;
}
.bid_right .enrol_prompting .pro_pz span{
    color: #3d67ad;
}
.bid_right .enrol_prompting a{
    font-size: 12px;
    color: #3d67ad;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    position: absolute;
    bottom: 16px;
    right: 28px;
}
.bid_left .enrol_login{
    font-size: 14px;
    color: #3d67ad;
    margin:10px 0 20px 14px;
}
.bid_left .enrol_login .lo{
    width: 40px;
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #3d67ad;
    font-size: 12px;
    font-family:  "Microsoft YaHei", 'Microsoft YaHei', arial;
    text-align: center;
    color: #ffffff;
    border:0;
    margin-right: 20px;
    outline:none;
    cursor: pointer;
}
.bid_left .enrol_login .zc{
    width: 40px;
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #ffaa00;
    font-size: 12px;
    font-family:  "Microsoft YaHei", 'Microsoft YaHei', arial;
    text-align: center;
    color: #ffffff;
    border:0;
    margin-right: 20px;
    outline:none;
    cursor: pointer;
}
.bid_right .enrol_ad{
    width: 250px;
    height: 250px;
    border: solid 1px #e6ebed;
    margin-bottom: 10px;
}
.s_bid_share div.bdsharebuttonbox{
    width:250px;
    margin-top: 0px;
}
.s_bid_share div.bdsharebuttonbox i{
    float: left;
    font-size: 22px;
    margin:8px 3px 0 0;
    color: #33a3ff;
}
.rili table td{
    margin: 1px 0 0 2px;
    display: inline-block;
    width:33px;
    height: 26px;
    line-height: 26px;
}

/*招标列表页样式开始*/
.w-list-item{
    padding: 16px 20px 16px 0px;
}
.w-list-item:hover{
    background: #eee;
}
.w-itemInfo{
    padding-bottom: 10px;
    height:17px;
    font-size: 12px;
}
.w-itemTit{
    font-size: 16px;
    font-weight:bold;
    color: #333;
}
.w-itemTit > a{
    display: inline-block;
    max-width: 915px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w-itemTit > a:visited{
    color: #7d88a4;
}
.w-itemInfo .w-itemCity{
    color: #3d67ad;
}
.w-itemInfo .w-itemLb{
    color: #3d67ad;
    margin-left: 5px;
}
.w-itemInfo .w-itemCity:hover{
    color: #c6000b!important;
    text-decoration: underline;
}
.w-itemInfo .w-itemLb:hover{
    color: #c6000b!important;
    text-decoration: underline;
}
.w-itemInfo .w-itemTime{
    color: #999;
    margin-left: 15px;
}
.w-itemInfo .w-itemDown{
    display: inline-block;
    padding: 1px 7px;
    background: #5677fc;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 17px;
}
.w-itemTit:hover a{
    color: #c6000b!important;
    text-decoration: underline;
}
.w-itemTit > a > i{
    display: inline-block;
    width: 3px;
    height:3px;
    background: #c6000b;
    margin-bottom: 4px;
    margin-right: 5px;

}
.w-itemSign{
    margin-top: 8px;
}
.w-itemSign .w-sign{
    display: inline-block;
    padding: 1px 7px;
    background: #c6000b;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.w-itemSign .w-signCount{
    display: inline-block;
    padding-left:10px;
    color: #999;
}
.w-itemSign .w-signCount label > b{
    color: #c6000b;
    font-weight: bold;
}
.w-itemSign .w-end{
    display: inline-block;
    padding: 1px 7px;
    background: #cccccc;
    color: #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.w-listMore{
    background: #f9f9f9;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #3d67ad;
    margin-top: 50px;
    margin-bottom: 80px;
}
.w-listMore .w-moreBtn{
    padding: 2px 7px;
    color: #fff;
    background: #ffaa00;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 10px;
}
.bid_navigation{
    width: 250px;
    height: 472px;
    border: solid 1px #e6ebed;
    margin-bottom: 10px;
}
.bid_navigation .bid_nav_title{
    width: 100%;
    height: 34px;
    position: relative;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #3d67ad;
    background: url("/img/bid/gradation.png");
}
.bid_navigation .bid_nav_title img {
    position: absolute;
    top: 15px;
    right: 10px;
}
.bid_navigation ul li{
    width:240px;
    padding: 10px 0 0 10px;
    height: 63px;
    overflow: hidden;
}
.bid_navigation ul li .bid_fl{
    float: left;
    font-size: 14px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #3d67ad;
    line-height: 28px;
    margin: 0 8px 0 0;
}
.bid_navigation ul li span{
    float: left;
    width:1px;
    height:13px;
    margin-right: 10px;
    background: #3d67ad;
    margin-top: 8px;
}
.bid_navigation ul li .bid_nr{
    font-size: 12px;
    color: #333333;
    float: left;
    line-height: 28px;
    margin: 0 12px 0 0;
}
.bid_navigation ul li .bid_nr:visited{
    color: #7d88a4;
}
.bid_navigation ul li .bid_nr:hover{
    color: #c6000b;
    text-decoration: underline;
}
.bid_right_public .ztb_hot_bt_yl {
    float: right;
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    color: #333;
    line-height: 20px;
    margin-top:10px;
}
.bid_right_public .ztb_hot_bt_yl:hover a{
    color: #c6000b;
    text-decoration: underline;
}
.bid_right_public .ztb_hot_bt_yl a:visited{
    color: #333;
}
.bid_right_public .ztb_hot_bt_yl span{
    float: right;
    width: 3px;
    height: 3px;
    background-color: #c6000b;
    margin: 10px  5px 0 5px;
}
.paging {
    margin: 60px 0 60px 200px;
    text-align: center;
}

.paging a {
    display: inline-block;
    height: 34px;
    margin-right: 0px;
    border: 1px solid #cccccc;
    background: #fff;
    color: #333333;
    font-size: 14px;
    line-height: 34px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;

}
.paging ul li a{ width:60px; float:left;}
.paging ul li .pageinfo{ width:100px; float:left;}
.paging a.last{
    color: #3d67ad !important;
}
.paging a.on {
    background: #3d67ad;
    border: 1px solid #3d67ad;
    color: #fff !important;
}
.paging a:hover {
    background: #3d67ad;
    border: 1px solid #3d67ad;
    color: #fff !important;
}

.paging span {
    display: inline-block;
    margin: 7px 3px 0 3px;
}
.paging a.stop{
    color: #ccc;
    cursor: default;
    pointer-events: none;
}
.paging b {
    display: inline-block;
    color: #666666;
    font-size: 12px;
    font-family: "Microsoft YaHei", 'Microsoft YaHei', arial;
    line-height: 36px;
    margin: 0;
}

.paging input {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: solid 1px #cccccc;
    line-height: 34px;
    text-align: center;
    margin-left: 2px;
}

.paging button {
    display: inline-block;
    width: 48px;
    height: 36px;
    border: solid 1px #cccccc;
    background: #fff;
    color: #666666;
    text-align: center;
    font-size: 12px;
    margin-left: 4px;
    cursor: pointer;
}
.k80{
    width:100%;
    height: 80px;
}
.zw_hide{
    display: none;
}
.f4_more{
    float: right;
    background: url("../../images/icons/icons.png") -59px 0;
    width: 36px;
    height:10px;
    margin-top: 10px;
}

.ck-slide ul { margin: 0; padding: 0; list-style-type: none;}
.ck-slide { position: relative; overflow: hidden;}
.ck-slide ul.ck-slide-wrapper { position: absolute; top: 0; left: 0; z-index: 1; margin: 0; padding: 0;}
.ck-slide ul.ck-slide-wrapper li { position: absolute;}
.ck-slide .ck-prev, .ck-slide .ck-next { position: absolute; top: 50%; z-index: 2; width: 35px; height: 70px; margin-top: -35px; border-radius: 3px; opacity: .15; background: red; text-indent: -9999px; background-repeat: no-repeat; transition: opacity .2s linear 0s;}
.ck-slide .ck-prev { left: 5px; background: url(../../images/arrow-left.png) #000 50% no-repeat;}
.ck-slide .ck-next { right: 5px; background: url(../../images/arrow-right.png) #000 50% no-repeat;}
.ck-slidebox { position: absolute; left: 50%; bottom: 12px; z-index: 30;}
.ck-slidebox ul { height: 20px; padding: 0 4px; border-radius: 8px;}
.ck-slidebox ul li { float: left; height: 12px; margin: 4px 4px;}
.ck-slidebox ul li em { display: block; width: 12px; height: 12px; border-radius: 100%; background-color: #fff; text-indent: -9999px; cursor: pointer;}
.ck-slidebox ul li.current em { background-color: #fe6500;}
.ck-slidebox ul li em:hover { background-color: #fe6500;}

.regbtn{ background:#ee4735; width:120px; height:40px; float:left; text-align:center;}
.regbtn a{ color:#FFF; font-size:16px; line-height:40px;}
.loginbtn{ background:#2b6bc5; width:120px; height:40px; float:left; margin-left:10px; text-align:center;}
.loginbtn a{ color:#FFF; font-size:16px; line-height:40px;}

.firsttxt{ width:98%; height:100px; margin:0 auto; margin-top:10px; border-bottom:1px dotted #cecece;}
.firsttxt img{ border:1px solid #CCC; padding:5px 5px 5px 5px; width:80px; height:80px; margin-right:10px;}
.firsttxt h1{ color:#000; font-weight:bold; font-size:15px; line-height:35px;}
.firsttxt h2{ font-size:14px; color:#9d9d9d; m}
