/**!
 * 采购计划-计划申报
 * date:2017-08-16
 * author: csxiang;
 */

html,body {
	background-color: #f5f5f5;
}
.con-hd h1 {
	background: url(../images/bid.png) no-repeat left;
}
.order-hd {
	height: 31px;
	line-height: 31px;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
}

.order-hd li {
	float: left;
	text-align: center;
}

.co62 {
	width: 62px;
}

.co200 {
	width: 200px;
}

.co150 {
	width: 150px;
}
.co176{
	width: 176px;
}
.co252 {
	width: 252px;
}
.co108{
	width: 108px;
}
.co100 {
	width: 100px;
}
.opendetail{
	color: #e40000;
	cursor: pointer;
}
.order-item {
	border: 1px solid #e5e5e5;
	border-top: none;
	border-right: none;
}
.order-details {
	height: 50px;
}

.order-details li {
	float: left;
	height: 100%;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.order-details li>p{
	margin-top: 15px;
}

.pages {
	float: right;
}

.pages .pre,
.pages .next {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}

.pages .page {
	margin: 0 14px;
	color: #cc0000;
}

.footer {
	height: 74px;
	padding-top: 20px;
}

.footer p {
	text-align: center;
	margin-bottom: 10px;
}

.footer span {
	color: #d00005;
}

.footer a {
	color: #333;
}
