/*模板来着于搬运狗网站www.banyundog.com*/


.long-list {
	padding: 0
}

.list-header-wrap {
	padding: 0 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.list-header-wrap .list-header-wrap-left {
	width: 38%;
	padding-top: 53%;
	margin-right: 12px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 157px
}

.list-header-wrap .list-header-wrap-left .detail-img:after {
	content: "";
	position: absolute;
	height: 50px;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5));
	background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.5));
	border-radius: 0 0 5px 5px;
	bottom: 0;
	width: 100%
}

.list-header-wrap .list-header-wrap-left img {
	position: absolute;
	top: 0
}

.list-header-wrap .list-detail {
	position: relative;
	width: 59%
}

.list-header-wrap .list-detail .result-item {
	font-size: 0;
	margin-bottom: 3px;
	height: 23px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.list-header-wrap .list-detail .result-item h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	white-space: nowrap;
	font-size: 17px;
	max-width: 72%;
	display: inline-block;
	font-weight: 700;
	color: #222;
	line-height: 23px
}

.list-header-wrap .list-detail .result-item h3 em {
	font-weight: 700;
	color: #f5490a
}

.list-header-wrap .list-detail .result-item span {
	margin-left: 5px;
	background: #ededed;
	font-size: 11px;
	height: 15px;
	border-radius: 2px;
	font-weight: 400;
	line-height: 15px;
	color: #222;
	padding-left: 2px;
	padding-right: 2px
}

.list-header-wrap .list-detail .btn-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.list-header-wrap .list-detail .btn-detail span {
	display: inline-block;
	margin-right: 7px
}

.list-header-wrap .list-detail .btn-detail span .btn {
	display: inline-block;
	width: 76px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid rgba(34,34,34,.5);
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	color: #222
}

.list-header-wrap .list-detail p {
	font-size: 13px;
	color: #555;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	display: block;
	max-width: 100%;
	line-height: 19px;
	overflow: hidden
}

.li_entity {
	padding: 20px 0
}

a,a:active,a:focus,a:hover,a:link,a:visited {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none
}

h3>em {
	color: #f5490a
}