body,html{
	color: #333;
}
h3{
	font-weight: normal;
}
/* banner */
.banner,
.banner img{
	width: 100%;	
	min-width: 1190px;
}
.banner{
	position: relative;
}
.searchbox{
	position: absolute;
	width: 1190px;
	height:60px;
	left: 50%;
	margin-left: -595px;
	top:50%;
}
.searchbox input{
	width: 480px;
	height: 46px;
	border: 2px solid #fff;
	padding-left: 16px;
	background: rgba(0,0,0,0);
	color: #fff;
	font-size: 18px;
	vertical-align: top;
}
input::-webkit-input-placeholder{ 
    color:    #fff;
}
input:-moz-placeholder { 
    color:    #fff;
}
input::-moz-placeholder { 
    color:    #fff;
}
input:-ms-input-placeholder { 
    color:    #fff;
} 
.searchbox{
	font-size: 0;
}
.searchbox button{
	width: 100px;
	height:50px;
	background:#f7b200 ;
	border:none;
	color: #fff;
	font-size:20px;
	font-weight: bold;
}

/* result */
.result h3.title{
	font-size:26px ;
	color:#333 ;
	line-height:36px ;
	margin:50px 0 20px;
	font-weight: normal;
}
.resultinfo li{
	border-bottom: 1px solid #dedede;
	padding: 25px 0;
}
.resultinfo li h4{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: normal;
}
.resultinfo li p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* paging */
.paging{
	font-size: 0;
	margin: 100px 0;
}
.paging span{
	width: 30px;
	height: 30px;
	background:#f2f2f2 ;
	text-align: center;
	line-height: 30px;
	color: #ababab;
	display: inline-block;
	font-size: 14px;
	margin: 0 6px;
	cursor: pointer;
}
.paging span.on{
	background:#eb6e11 ;
	color:#fff ;
}
.paging span:active{
	background:#eb6e11 ;
	color:#fff ;
}

