@charset "utf-8";
/* CSS Document */

.serch-top {
    width: 100%;
    padding-top: 27px;
    height: 60px;
}
.hot-search {
    display: inline-block;
}
.hot-search a{
	display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 8px 0 8px;
    color: #333;
	}
	
.saerch-area .input-cont{
	width:482px;
	height:40px;
	border:1px solid #cccccc;
	border-radius: 5px;
	}
.saerch-area input{
	border:0px;
	height:40px;
	font-size:14px;
    width:420px;
	margin-left:10px;
    outline: none;
	}
.input-cont .text-btn{
	height:42px;
	background:#128bed;
	padding:5px 12px;
	border-radius: 5px;
    float: right;
    margin-top: -1px;
    border: 0;
    cursor: pointer;
	} 
.select_box {
    padding: 30px 15px 10px;
    border: #ddd 1px solid;
    border-radius: 4px;
    margin: 10px auto;
    font-size: 14px;
}
.select_title {
    width: 77px;
    margin-right: 25px;
    text-align: right;
    color: #666;
    height: 24px;
    line-height: 24px;
}
.select_type_box {
    width: 980px;
    margin-bottom: 20px;
}
.select_type_box li {
    display: inline-block;
    padding: 3px 0px;
}
.select_type_box a{
    padding: 0 10px;
    color: #039;
}
.select_type_box li a:hover{
    text-decoration: underline;
}
.selected_blue {
    background: #4F94CD !important;
    color: #ffffff !important;
    padding: 5px 8px !important;
    border-radius: 2px;
    margin-right: 10px;
}
.key-del{
    padding-left: 10px;
    cursor: pointer;
}

.update-count {
    background: #fff8e5;
    border: 1px solid #ffedad;
    text-align: center;
    width: 100%;
    height: 28px;
    box-sizing: content-box;
    line-height: 28px;
    font-size: 14px;
	margin-top:20px;
	margin-bottom:20px;
}
.update-count img {
    height: 16px;
    transform: translateY(-1px);
	vertical-align: middle;
}
.content{
    position: relative;
}
.content .load {
    position: absolute;
    top: 90px;
    left: 505px;
    z-index: 99;
    width: 80px;
}
.table {
    background-color: #ffffff !important;
    font-size: 16px !important;
}
.table thead th {
    vertical-align: bottom;
}
.table th {
    background-image: none !important;
    background-color: #ffffff !important;
    padding: 16px 8px !important;
}
.table tr:hover{
	background:#fafafa;
	}
.table td {
    border-bottom: 1px dashed #d8d8d8 !important;
    border-top: 0 !important;
    padding: 16px 8px !important;
    font-family: "Microsoft YaHei" ! important;
}
/*招标信息展示详情页样式*/
.zbxmxq{
	padding-top:40px;
	}
.zbxm-title{
	text-align:center;
	border-bottom:1px solid #dddddd;
	}
.zbxm-title h2{
	font-size:34px;
	font-weight:normal;
	margin-bottom:30px;
	}
.zbxm-title p{
	font-size:14px;
	}
.zbxm-title p span{
	color:#888888;
	margin:0 30px;
	}
.zbxm-cont{
	padding: 20px 0;
    border-bottom:1px solid #dddddd;
	}
.zbxm-xgtj{
	padding:8px 18px;
	}
.zbxm-xgtj h4{
	margin-bottom:15px;
	margin-top:15px;
	}
.list {
    position: relative;
}
.item {
    height: 30px;
    line-height: 30px;
   /* color: #757575; */
}
.list .item:hover{
	background:#fafafa;
	}
.item a {
    float: left;
    color: inherit;
    height: 30px;
    line-height: 30px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 14px;
    color: #424242;
}
.item.spot a:before {
    content: " ";
    width: 4px;
    background-color: #424242;
    display: inline-block;
    height: 4px;
    border-radius: 100%;
    line-height: 30px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
}
.pub-time {
    color: #9b9b9b;
	font-size:14px;
}