.filterContainer .filterOut {
    padding: 2px 20px;
}
.width210{
	width: 210px !important;
}
.h100{
	height: 100px;
}
/*列表页*/
.zcBox ul{
	padding: 10px 20px 0;
}
.zcBox ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dddddd;
}
.zcBox ul li a{
	width: 830px;
}
.zcBox ul li span{
	width: 100px;
	padding: 0 10px;
}
.zcBox ul li:hover a{
	color: #1766a9;
}
.zcBoxJD ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dddddd;
}

.zcBoxJD ul li span{
	width: 100px;
	padding: 0 10px;
}
.zcBoxJD ul li:hover a{
	color: #1766a9;
}
/*分页*/
.pager{ text-align:center; width:100%; padding:30px 0;}
.pagination{display: inline-block; border-radius: 4px; text-align:center;}
.pagination > .first{ margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px;}
.pagination > .last{ border-bottom-right-radius: 4px; border-top-right-radius: 4px;}
.pagination > a{ color:#308bd8;}
.pagination > a,.pagination > span{position: relative; float: left; padding: 6px 12px; line-height: 1.42857; text-decoration: none; background-color: white; border: 1px solid #dddddd; margin-left: -1px;}
.pagination > a:hover{ cursor:pointer;background-color: #eeeeee;}
.pagination > span:hover{ cursor:default;}
.pagination .current{  z-index: 2; color: white; background-color: #308bd8; border-color: #308bd8; cursor: default; }
.pagination .current.prev,.pagination .current.first, .pagination .current.next,.pagination .current.last { color: #999999; background-color: white; border-color: #dddddd; cursor: not-allowed;}
/*made By sunpengcheng for ie7 issues */
/* for ie 7*/
*+html .pagination{
	float: left;
	position:relative;
	left: 50%;
}
*+html .pagination > span,*+html .pagination > a{
	float: left;
	position: relative;
	left: -50%;
}
/*2018-8-15 标签*/
.labelTitle{
	padding-left: 25px;
	margin-left: 50px;
}
.label1{
	background: url(../../DscImages/icons/LabelIcon1.png) no-repeat left center;
}
.label2{
	background: url(../../DscImages/icons/LabelIcon2.png) no-repeat left center;
}
.label3{
	background: url(../../DscImages/icons/LabelIcon3.png) no-repeat left center;
}
.label4{
	background: url(../../DscImages/icons/LabelIcon4.png) no-repeat left center;
}
.label5{
	background: url(../../DscImages/icons/LabelIcon5.png) no-repeat left center;
}
.label6{
	background: url(../../DscImages/icons/LabelIcon6.png) no-repeat left center;
}
.zcBox ul li a{
	/*margin-left: 27px;*/
}
