
.search-left{
	float: left;
	width: 900px;
	min-height: 420px;

	/*background-color: #fff;*/
}
.search-right{
	float: right;
	width: 280px;
	min-height: 420px;
	overflow: hidden;
	background-color: #fff;
}


.search-nav{
	background-color: #fff;
}

.search-nav li{
	float: left;
	min-width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	/*background-color: #fff;*/
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	color:#666;
}
.search-nav .tail{
	width: auto;
}

.search-nav li:hover{
	background-color: #fff;
	font-weight: bold;
	color: #137ec1;
}
.search-nav .current{
	background-color: #fff;
	font-weight: bold;
	color: #137ec1;
}

.search-left .res{
	width: 900px; height: auto; background-color: #fff;
	
	margin-bottom: 10px;
}
.search-left .res:hover{
	box-shadow: 4px 5px 5px #ccc;
}
.search-left dl{
	width: 100%;	
}

.search-left .res dl dt{
	padding: 10px;
	float: left;
	width: 60px;
	height: auto;
	margin-top: 10px;
	/*background-color: #ccc;*/
}
.search-left .res dl dt img{
	width: 60px; height: 40px; object-fit: cover;
}

.search-left .res dl dd{
	padding: 10px;
	float: left;
	padding-left: 0px;
	width: 810px;
	height: auto;
	/*background-color: #666;*/

}
.search-left .res dl dd .s-title{
	font-size: 16px;
	line-height: 35px;
}
.search-left .res dl dd .s-title span{
	width: auto;
	color: #137ec1;
	display: inline-block;
	margin: 0px 2px;
}
.search-left .res dl dd .s-intro{
	font-size: 12px;
	line-height: 22px;
	color: #999;
	min-height: 50px;

}
.search-left .res dl dd .s-tail{
	margin-top: 10px;
	font-size: 12px;
	color: #666;
	display: flex;
}
.search-left .res dl dd .s-tail .s1{
	
	flex: 1;
	/* background-color: #eee; */
	text-align: left;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}

.search-left .res dl dd .s-tail .s2{
	
	width: 100px;
	/* background-color: #ccc; */
	text-align: right;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}

/*
//////////////////////////
 */
.search-right dl dt{
	background: url('/static/index/images/fire.png') no-repeat 8px 1px;
	height: 40px; 
	line-height: 40px;
	border-bottom: 1px solid #dedede;
	padding-left: 35px;
	/*font-weight: bold;*/
	font-size: 18px;
}
.search-right dl dd{
	height: 36px; 
	line-height: 36px;
	border-bottom: 1px dotted #eee;
	width: 270px;	
	overflow: hidden;
}



.search-right dl dd span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	background-color: #b0bec7; 
	color: #fff;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
.search-right dl dt + dd span{
	background-color: #ffa800;
}


/**/

.search-right .cont{
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.search-right .cont .item{
	width: 280px;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	margin-top: 5px;

}
.search-right .cont .item .s1{
	float: left;
	width: 115px;
	height: 80px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	margin-right: 5px;
	
}
.search-right .cont .item .s1 .png{
	width: 120px;
	height: 80px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.search-right .cont .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px;
	left: 54px; 	
	top: -2px;	
	z-index: 100;
}
.search-right .cont .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.search-right .cont .item .s2{
	float: right;
	width: 140px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
}
.search-right .cont .item .s2 .t1{
	/*width: 200px;*/
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;

}

.search-right .cont .item .s2 .t2{
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #999;
	overflow: hidden;
	margin-top: 2px;
}
.search-right .cont .item .s2 .t3{
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #999;
	overflow: hidden;
}





