/**!
 * 采购需求-合肥
 */
 .fs {
	background-color: #fff;
	position: relative;
	height: auto;
}

.fs-col1 {
	position: absolute;
	z-index: 6;
}

.navitems>li>a {
	color: #333;
}

.cate-list {
	display: none;
}
/* 采购需求 */
.require-info {
	margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 658px;
}
.reinfo-hd {
	height: 40px;
    line-height: 40px;
    background-color: #fbf9f6;
}
.reinfo-hd h1 {
    margin-left: 20px;
    font-size: 15px;
    color: #b42829;
    font-weight: bold;
}
.require-info table {
	width:100%;
	border: 1px solid #e2e2e2;   
}
.require-info thead tr {
	height: 40px;
    line-height: 40px;
    background-color: #b42829;
    color: #fff;
}
.require-info tbody tr:hover {
    background-color: rgba(251, 249, 246, 0.8);
}
.require-info tr {
    height: 32px;
    line-height: 32px;
    border-top: 1px solid #dfdfdf;
}
.require-info table td,
.require-info table th {
	text-align:center;
	padding: 0 5px;
}
.require-info .col01 {
	width:300px;
}

.require-info .col06 {
	width:120px;
}
.require-info .col07 {
	width:80px;
}
#require-tbody tr{
	cursor: pointer;
}
/* 分页  */
.pages {
	float:right;
	margin-top: 15px;
}