@charset "utf-8";
/*CSS Document*/

/*背景*/
body{
	overflow-x: hidden!important;
	background: #f7f7f7!important;
}
.mpej_container{
	background: #fff;
}

/*详情页广告位*/
.zt_box .zt_img .news-title{
	display: none;
}



/*为你推荐*/
.xq_wntj{
	padding-left: 205px;
	padding-bottom: 20px;
}
.xq_wntj_box{
	width: 742px;
}
.wntj_tit,.xw_ul{
	width: 100%;
}
.wntj_tit h2 {
	position: relative;
	font-size: 30px;
	line-height: 60px;
	color: #333;
	font-weight: 300;
	padding: 40px 0;
}
.xw_li{
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.xw_img{
	width: 270px;
	height: 150px;
	margin-right: 18px;
}
.xw_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.xw_text{
	width: 454px;
}
.xw_ctit{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	overflow: hidden;
}
.xw_ctit a{
	color: #474747;	
}
.xw_text p{
	margin-top: 18px;
	display: block;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	color: #ABABAB;
	overflow: hidden;
}
#moreBtn{	
	text-align: center;
	border: 1px solid #ccc;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	margin: 20px 0;
}
@media only screen and (min-width: 300px) and (max-width: 640px) {
	
	/*为你推荐*/
.xq_wntj{
	padding-left: 0;
	padding-bottom: 20px;
}
.xq_wntj_box{
	width: 90%;
	margin: 0 auto;
}
.wntj_tit,.xw_ul{
	width: 100%;
}
.wntj_tit h2 {
	position: relative;
	line-height: 60px;
	color: #333;
	font-weight: bold;
	font-size: .52rem;
    padding: 0px 0;
}
.xw_li{
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.xw_img{
	width: 2.97rem;
	height: 2rem;
	margin-right: .3rem;
}
.xw_img img{
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
}
.xw_text{
	width: 5.6rem;
}
.xw_ctit{
	font-size: 18px;
    line-height: 40px;
    font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.xw_text p{
	display: none;
}

#moreBtn {
    height: 45px;
    line-height: 45px;
}
}




