* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body,html{background: #f5f5f5;}

.deHeader{
	height: 2.75rem !important;
	background: #fff !important;
	width: 100%;
	border-bottom: 1px #E5E5E5 solid;
	line-height: calc(2.75rem - 3px);
}

.searchTab{
	display: inline-block;
	height: 100%;
	padding: 0 0.8rem;
	font-size: 1.05rem;
	color: #333;
}

.searchCur1{
	border-bottom: 2px #1EAADC solid;
	color: #1EAADC;
}

.search-div1{
	background: #fff;
	text-align: center;
	padding: 1.2rem 0;
}

.search-p1{
	display: inline-block;
	width: 80%;
	height: 2.4rem;
	line-height: 2.4rem;
    background: #F5F5F5;
	border-radius: 8px;
	position: relative;
}

.search-p1 .search-in1{
	height: 100%;
	border: 0;
	line-height: 2.4rem;
	font-size: 0.95rem;
    color: #333333;
    width: calc(100% - 6rem);
    padding: 0 0.8rem;
    background: #F5F5F5;
    float: left;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.search-p1 .searchDel{
	display: inline-block;
	width: 2.4rem;
	height: 2.4rem;
	text-align: center;
    background: #F5F5F5;
    float: left;
	line-height: 2.4rem;
	position: absolute;
	top: 0px;
	right:6rem;
}

.search-p1 .searchDel img{
	height: 1.2rem;
	vertical-align: -2px;
}

.seBtn{
    float: left;
    width: 6rem;
    height: 2.4rem;
    border: 0;
    outline: none;
    background: #1EAADC;
    font-size: 1.05rem;
    color: #FFF;
    text-align: center;
    line-height: 2.4rem;
    border-radius: 8px;
}

.jl-div{
	width: 100%;
	padding: 0 4%;
}

.jl-div .jl-p1{
	width: 100%;
	padding: 1.2rem 0;
	font-size: 0.9rem;
	color: #666666;
}

.serDe_img{
	float: right;
	height: 0.9rem;
	margin-top: 2px;
}

.jl-p2{
	width: 100%;
	clear: both;
	overflow: hidden;
}

.jlBox{
	height: 130px;
	width: 100%;
}

.moreBtn{
	width:100%;
	text-align: center;
}

.moreBtn {
	margin-top: 0.5rem;
	height: 1.2rem;
	width: 100%;
	background: url(/static/img/search/down.png) no-repeat center;
	background-size: 1.2rem;
	display: none;
}

.btnCur {
	background: url(/static/img/search/up.png) no-repeat center;
	background-size: 1.2rem;
}

.jl-p2 span{
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	background: #EDEDED;
	color: #333333;
	font-size: 1rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	border-radius: 1.8rem;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

/*20420修改*/
.deHeader .title{
	color: #333;
	font-size: 1.125rem;
}

/*200810修改*/

.jl-div .jl-p2 .hotBox {
	float: left;
	width: 50%;
}

.jl-div .jl-p2 .hotBox .hotItem {
	margin-bottom: 1.125rem;
	line-height: 1.1rem;
	overflow: hidden;
}

.jl-div .jl-p2 .hotBox .hotItem i {
	float: left;
	width:1.2rem;
	height:1.2rem;
	border-radius: 3px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.9rem;
	line-height: 1.1;
	font-weight: bold;
	margin-right: 0.375rem;
	background: #d0d0d0;
	padding-top: 0.1rem;
}

.jl-div .jl-p2 .hotBox .hotItem b {
	float: left;
	font-weight: normal;
	font-size: 1rem;
	color: #333333;
	/*max-width: 11rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	max-width:calc(100% - 1.575rem);
	margin-top:0.1rem;
}

.jl-div .jl-p2 .hotBox .oneItem i {
	background: #ff4040;
}

.jl-div .jl-p2 .hotBox .twoItem i {
	background: #ff6040;
}

.jl-div .jl-p2 .hotBox .threeItem i {
	background: #0cc467;
}

.search-p1 {
	width: 92%;
}

.search-div1 {
	position: relative;
}

.hotSearchBox {
	display: none;
	position: absolute;
	top: 3.9rem;
	left: 0%;
	width: 100%;
	background: #FFFFFF;
	padding: 0.9375rem 0;
	z-index: 999;
}

.hotSearchBox li {
	height: 2.15rem;
	line-height: 2.15rem;

	margin-left: 4%;
	text-align: left;
	font-size: 1rem;
	color: #333333;
	max-width: 10.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*200810End*/