.L-banner{
	width:100%;
	height:384px;
}

.L-breadbar{
	height: 40px;
	line-height: 40px;
	font-size:12px;
	color: #808080;
	vertical-align: middle;
}
.L-breadbar a{
	color: #808080;
}
.L-tmcontain a:hover{
	color:#fe4c5f;
	text-decoration: underline;
	cursor: pointer;
}
.L-imgbox{
	display: flex;
}
.L-imgbox div{
	margin-right: 34px;
	position:relative;

}

.L-imgbox div img{
	width: 275px;
	height: 312px;

}
.blow_up{
	overflow:hidden;
}
.blow_up img{
	transition: all 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-ms-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
	cursor: pointer;
}
.blow_up img:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	border-radius: 0px;
}
.L-imgbox div p{
	height: 40px;
	color: white;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 40px;
}
.L-imgbox div:last-child{
	margin-right:0;
}
.L-imgbox div p a{
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:100%;
	display: inline-block;
}
.L-imgbox div p a:hover{
	color:#fe4c5f;
	text-decoration: underline;
}

.L-hotsearch{
	display: flex;
	justify-content: space-between;
	margin-bottom:52px;
}
.L-hotleft{
	width: 890px;
}
.L-hotleft h5{
	font-size:18px;
	margin-top:26px;
}
.L-hotcontain{
	display: flex;
	flex-wrap: wrap;
}
.L-hotcontain li{
	width:50%;
	border-bottom:1px dotted #999;
	margin-top:20px;
}
.L-hotcontain .L-hottop{
	width:92px;
}
.L-hotcontain .L-hotbox{
	display: flex;
}
.L-hotcontain .L-des{
	width:280px;
	margin-left:28px;
}
.L-hotcontain .L-des a{
	font-size: 20px;
	color:#333;
}
.L-hotcontain .L-des a:hover{
	text-decoration: underline;
	color:#fe4c5f;
}
.L-hotcontain .L-des p,.L-type2 .L-typecontain p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color:#999;
	margin-top:16px;
	/*height:36px;*/
}
.L-hottop img{
	width:92px;
	height:92px;
}
.L-hotcontain li .L-hot{
	height: 40px;
	margin-top: 18px;
}
.L-hotcontain li .L-hot i{
	background-color: #FB4E62;
	color: white;
	text-align: center;
	font-size: 12px;
	width: 30px;
	height: 18px;
	border-radius: 4px;
	display: inline-block;

}
.L-hotcontain li .L-hot a{
	vertical-align: middle;
}
.L-type2 li{
	padding: 30px 0;
	border-bottom: 1px dotted #999;
	display: flex;
}
.L-type2 .L-typeimg img{
	width:167px;
	height:113px;
}
.L-type2 .L-typecontain{
	width:667px;
	height:113px;
	margin-left:28px;
}
.L-type2 .L-typecontain h6{
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}
.L-type2 .L-typecontain p{

}
.L-type2 .L-typecontain em{
	color: #999999;
	font-size:14px;
	margin-top:14px;
	display: inline-block;
}
.L-hotright{
	width: 282px;
}
.L-inform .L-intitle{
	display: flex;
	line-height:42px;
	margin-top:14px;
}
.L-inform .L-intitle img{
	width: 24px;
	height:20px;
	margin-right:12px;
	margin-top:12px;
}
.L-inform .L-intitle h3{
	margin-right:auto;
	font-size:18px;
}
.L-inform .L-intitle p{
	color: #B8B8B8;
	font-size: 14px;
}
.L-inform .L-baike{
	border-top: 1px solid #fe9ba5;
	padding: 13px;
}
.L-inform .L-baike h4{
	line-height: 35px;
	color: #fe4c5f;
	font-size: 15px;
}
.L-inform .L-baike ul{
	display: flex;
	flex-wrap: wrap;
}
.L-inform .L-baike ul li{
	width:50%;
	line-height: 33px;
	cursor: pointer;
}
.L-inform .L-baike ul li:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #F2586A;
	margin-right: 6px;
	vertical-align: middle;
}
.L-hotarticle .L-articleTitle{
	display: flex;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #fe9ba5;
}
.L-hotarticle .L-articleTitle img{
	width:29px;
	height:21px;
	margin-right:12px;
	margin-top:14px;

}
.L-hotarticle .L-articleTitle h3{
	font-size:18px;
}
.L-hotarticle .L-article li{
	height: 45px;
	border-bottom: 1px dotted #ccc;
	padding: 12px 0;
	font-size: 14px;
	box-sizing: border-box;
}
.L-hotarticle .L-article p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.L-hotarticle .L-article p img{
	padding:0 5px;
	vertical-align:middle;
}
.L-hotarticle .L-article p:first-child{
	color: #222;
	font-size: 12px;
}
.L-hotarticle .L-article p:first-child a{
	color: #222;
}
.L-hotarticle .L-article p:first-child a:hover{
	color: #fe4c5f;
}
.L-hotarticle .L-article p:last-child{
	padding-left:10px;
}
.L-bottomAd{
	margin-top:25px;
}
