@charset "gb2322";
body{
	background-color: #f5f5f5;
}
img{
	display: block;
}
/* µ±Ç°Î»ÖÃ */
.path { height: 34px; line-height: 34px; padding-left: 24px; background: url(../../Base/img/path.png) 0px 9px no-repeat; text-align: left; font-size: 14px; color: #888888; margin-bottom: 10px; }
.path a,.path span { padding: 0 3px; color: #888888; }
.path a:hover { color: #fa9e00 }
.hj_title h5{
	float: left;
	font-weight: normal;
}
.hj_title{
	margin: 7px 0;
	position: relative;
	line-height: 50px;
	font-size: 24px;
	
}
.hj_title .more{
	float: right;
	font-size: 16px;
	line-height: 58px;
	color: #ff3803;
}
.ul_pc{
	width: 100%;
}
.ul_pc li{
	width:292px;
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s,-webkit-box-shadow .25s;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border-radius:5px ;
}
.ul_pc li:nth-of-type(4n-4){
	margin-right: 0;
}
.ul_pc li img{
	width:292px;
	height: 190px;
}
.ul_pc li:hover {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.3);
}
.ul_pc li span{
	width: 100%;
	display: inline-block;
	height:60px;
	line-height: 60px;
	text-align: center;
	
}
/*·ÖÒ³*/
.pages{line-height:40px; padding:0 10px; height:40px; text-align:center}
.pages li {float:left;margin-right:8px; list-style:none}
.pages li.thisclass {padding:0 5px; font-weight:bolder;color:#ee7800}
.pages a{ border:1px solid #dbdbdb;padding:5px 10px;}
.pages a:hover {background:#FFCA63; color:#000; padding:5px 10px; border:1px solid #FFCA63}
.pages span{ float:right; height:25px; margin:6px 0;line-height:25px; padding:0 5px; overflow:hidden; border:1px solid #FFCA63;}
.pages input{border:1px solid #FFCA63; height:30px}
.pages li select{height:25px}