/* search */
.mainbox {
    width: 100%;
    background: url(../images/back-1.png) no-repeat center;
    background-color: #f5f5f5;
} 
.search2{
	width: 1180px;
	background: #fff;
	padding: 20px 10px;
}
.search2 h6{
    margin-bottom: 50px;
    font-weight: normal;
}
.search2 h6 a {
    font-size: 14px;
    color: #333;
}
.search2 h6 img {
    vertical-align: middle;
}
.search2 h6 a:last-child {
    color: #8f000b;
}

/* 搜索框 */
.search3 {
	text-align: center;
	margin-bottom: 50px;
}
.search3 input{
	width: 478px;
	height: 43px;
	border:1px solid #e0e0e0;
	border-radius: 2px;
	padding-left: 20px;
	font-size: 16px;
}
.search3  button{
	width: 118px;
	height: 45px;
	border-radius: 2px;
	background: #ac0000;
	color:#fff ;
	line-height: 45px;
	border: none;
	letter-spacing: 5px;
	font-size: 16px;
	margin-left: 19px;
	cursor: pointer;
}
.search3  button img{
	width:18px ;
	height: auto;
	margin-right: 5px;
	vertical-align: text-bottom;
}

/* list */
.list{
	width: 856px;
}
.list .result{
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.list .result span{
	font-weight: bold;
}
.list .result i{
	color: #ac0000;
	font-style: normal;
}

/* aboutimg */
.aboutimg {
	width: 198px;
}
.aboutimg img {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
}
.aboutimg ul{
	padding: 0;
	margin: 0 auto;
	width: 198px;
	padding-top: 28px;
}
.aboutimg li{
	height: 85px;
	background: #ac0000;
	margin-bottom: 30px;
	padding: 20px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
}
.aboutimg li img{
	width: 35px;
	height: auto;
	margin-right: 10px;
}
.aboutimg li h4{
	font-size:26px ;
	color: #fff;
	line-height:24px;
	font-weight: normal;
	text-align: left;
}
.aboutimg li p{
	font-size:12px ;
	color: #fff;
	line-height:;
	text-align: left;
}

/*  分页器 */
#box{
	width: 420px;
	margin: 0 auto;
}

/* 搜索结果  */
.list-info{
	margin-bottom: 30px;	
    min-height: 850px;
}
.list-info li{
	width: 848px;
	border-bottom:1px solid #e0e0e0;
	padding: 30px 0 20px;
}
.list-info li img{
	width:284px ;
	margin-right: 30px;
}
.list-info li h5{
	font-size: 18px;
	line-height: 28px;
	color: #333;
	width:530px ;
}
.list-info li p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	width:530px ;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list-info li span{
	font-size: 14px;
	line-height: 18px;
	color: #999;
	margin-right:30px ;
}