/**!
 * 采购需求-合肥
 */
 
 body {
 	 background-color: #f5f5f5;
 }
 .con-hd h1 {
 	background: url(../images/purplan.png) no-repeat left;
 }
.con-bd {
	overflow: hidden;
	background-color: #fff;
	padding: 0 20px 20px 20px;
}
.order-hd {
	height: 31px;
	line-height: 31px;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
}
.order-hd li {
	float: left;
	text-align: center;
}

.col02 {
	width:250px;
}

.col03 {
	width: 189px;
}

.col04 {
	width: 181px;
}

.col05 {
	width: 110px;
}

.col06 {
	width: 98px;
}

.col07 {
	width: 113px;
}

.col08 {
	width: 126px;
}


.order-item {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-right: none;
}
.order-item:hover {
	background-color:#fffafa;
}


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

/* 操作按钮的样式 */ 
.rt-opt a {
    display: block;
    width: 96px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 10px auto 10px;
    border-radius: 2px;
}
.rt-opt a.rt-detail,.rt-opt a.rt-delete {
	color:#333;
}
.rt-opt a.rt-detail:hover,.rt-opt a.rt-delete:hover {
	color:#db2323;
}
.rt-opt a.rt-publish {
	color: #fe7800;
    border: 1px solid #fe7800;
} 
.rt-opt a.rt-publish:hover {
    color: #fff;
    background-color: #fe7800;
}
.rt-opt a.rt-back {
	color: #305ad1;
    border: 1px solid #305ad1;
} 
.rt-opt a.rt-back:hover {
   color: #fff;
   background-color: #305ad1;
}
.rt-opt a.rt-done {
	border: 1px solid #2aa01a;
    color: #2aa01a;
} 
.rt-opt a.rt-done:hover {
   color: #fff;
   background-color: #2aa01a;
}
.rt-opt a.rt-abandon {
	border: 1px solid #c90f0f;
    color: #c90f0f;
} 
.rt-opt a.rt-abandon:hover {
   color: #fff;
   background-color: #c90f0f;
}


/* 分页  */
.pages {
	float:right;
	margin-top: 15px;
}