body{
	/*background: #eeeeee !important;*/
}
.searchTop{
	background: #fff;
}
.searchTop .content .left{
	width: 240px;
}
.searchInput{
	border: 1px solid #D4D4D4;
	line-height: 30px;
	border-radius: 5px;
}
.searchInput input{
	width: 100%;
}
.searchIcon{
	width: 30px;
	height: 20px;
	background: url(../images/search.png) no-repeat center;
	background-size: 20px 20px;
}
.searchBtn{
	width: 100px;
	background: #FD1E00;
	color: #fff;
	line-height: 50px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
}
.searchLine{
	border-bottom: 1px solid #c1c1c1;
	padding-right: 60px;
	font-size: 15px;
}
.searchLine:last-child{
	border-bottom: none;
}
.linkIcon:after{
	position: absolute;
	background: url(../images/xj_nor.png) no-repeat center;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	margin: auto;
	content: '';
	top: 0;
	right: 17px;
	bottom:0;
}
.linkIcon:hover:after{
	background: url(../images/xj_act.png) no-repeat center;
	background-size: 26px 26px;
}
.resultBox{
	padding-top: 20px !important;
}
.resultBox .left{
	border-right: 1px solid #c1c1c1;
	max-width: 240px;
}
.resultTitle{
	font-size: 30px;
}
.navName{
	line-height: 30px;
}
.navAct a{
	color: #FD1E00 !important;
}
.pages {
	text-align: center;
	/*line-height: 54px;*/
	border-radius: 20px;
	/*border: 1px solid #E6E6E6;*/
	display: inline-block;
	margin-top: 40px;
}
.pages a,.pages span {
	display: inline-block;
	width: 70px;
	text-align: center;
	color: #666;
	font-size: 18px;
	/*border-right: 1px solid #E6E6E6;*/
}
.pages span,.pages .a1,.pages .a2 {
	color: #FD1E00;
}
.pages .a1,.pages .a2 {
	width: 96px;
}
.pages .a2 {
	border-right: 0;
}
.fixedLeft{
	position: fixed;
	top: 10px;
}
.noBtn{
	background:#FD1E00;color:#fff;width:250px;line-height:50px;text-align:center;border-radius:5px;margin:auto;
}
.noTips{
	line-height:40px;font-size:20px;margin:50px 0;
}

.sercontent span, .sercontent p{
	font-size: 12px !important;
}

.title a, .linkIcon{
	color: #FD1E00 !important;
}