*{
	box-sizing: border-box;
}
html,body{
	font-family: 'STHeiti', 'Microsoft YaHei', 'Helvetica', 'Arial', sans-serif;
	height: 100%;
	width: 100%;
	touch-action:none;
}
ul,li{
	list-style: none;
}
.top{
	background-image: linear-gradient(to right, #EC734D, #EA4437);
	height: 46px;
	line-height: 46px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
}
.top > a{
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.top_find{
	height: 100%;
	width: 46px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/search_icon.png) center no-repeat;
	background-size: 50% 50%;
	border: 0;
	outline: none;
}
.top_search_area{
	height: 46px;
	width: 100%;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	background: #222;
	z-index: 100;
	overflow: hidden;
	display: none;
}
#searchFormInput{
	height: calc(100% - 16px);
	width: calc(100% - 46px);
	margin: 8px 38px 8px 8px;
	border: 1px solid #eeeeee;
	background: rgba(255,255,255,.2);
	border-radius: 20px;
	outline: none;
	padding: 0 28px 0 16px;
	color: #FFFFFF;
	font-size: 13px;
}
.top_find_btn{
	height: 28px;
	width: 28px;
	position: absolute;
	top: 9px;
	right: 42px;
	background: url(../img/search_icon.png) center no-repeat;
	background-size: 50% 50%;
	border: 0;
	outline: none;
}
.top_find_close{
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	outline: none;
	font-size: 12px;
	height: 100%;
	width: 38px;
	background: none;
	overflow: hidden;
	color: #FFFFFF;
}
/* .top_find_close:after{
	display: block;
	content: "";
	border: 0;
	outline: none;
	font-size: 12px;
	height: 100%;
	width: 38px;
	background: url(../img/read_all_icon.png) center no-repeat;
	background-size: 30% 30%;
	animation: float_animation 600ms infinite alternate;
}
@keyframes float_animation{
    0%{transform: translateY(-4px)}
    100%{transform: translateY(4px)}
} */
.nav{
	position: fixed!important;
	overflow: hidden!important;
	top: 46px!important;
	left: 0!important;
	background: #f4f5f6!important;
}
.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a{
	color: #EA4437;
}
.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a:after{
	background-color: #EA4437;
}
.content{
	position: relative;
	width: 100%;
	height: calc(100% + 50px);
	overflow: auto;
	padding-top: 86px;
}
.news_list{
	padding: 0 12px;
}
.news_list_top{
	margin-top: 24px;
	padding: 0 12px;
}
.news_list_top > li{
	padding: 8px 0;
    overflow: hidden;
	position: relative;
}
.news_list_top > li:last-child{
	border-bottom: #f0f0f0 solid 1px;
}
.news_list_top > li > a > h5{
	line-height: 22px;
	font-size: 15px;
	/* max-height: 40px; */
	height: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.news_list_top > li > a > p {
	height: 20px;
	line-height: 20px;
	font-size: 2.933333333vw;
    color: #b2b1af;
	overflow: hidden;
}
.news_list_top > li > a > p > b{
	font-weight: normal;
	color: #EA4437;
	float: left;
}
.news_list_top > li > a > p > span{
	float: left;
	margin-left: 8px;
}
.news_list > li {
    padding: 12px 0;
    overflow: hidden;
	border-bottom: #f0f0f0 solid 1px;
	position: relative;
}
a{
	text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.news_list .l-left {
    float: left;
    width: 68%;
    margin-right: 2%;
}
.news_list .l-left p {
    width: 57.0226vw;
    font-size: 15px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    min-height: 46px;
}
.like_font {
    position: absolute;
    bottom: 9.6px;
    width: 69%;
}
.l-left span {
    display: inline-block;
    font-size: 2.933333333vw;
    color: #b2b1af;
    margin-right: 8px;
}
.news_list .l-right {
    float: left;
    width: 30%;
    border-radius: 1.066666666vw;
    overflow: hidden;
    height: 18.5vw;
    position: relative;
}
.news_list .l-right img {
	display: block;
    width: 100%;
    height: 100%;
}
.search_content{
	top: 46px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	overflow: auto;
	position: fixed;
	z-index: 101;
	display: none;
}
.search_mask{
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.3);
	overflow: auto;
	position: fixed;
	z-index: 99;
	display: none;
}
#searchForm{
	display: block;
	width: 100%;
	height: 100%;
}
.no_list{
	text-align: center;
	padding-top: 16px;
	font-size: 14px;
}



@media only screen and (min-width: 751px){
	.news_list .l-left p {
		width: 421px;
		font-size: 30px;
		line-height: 50px;
	}
	.l-left span {
		font-size: 22px!important;
	}
	.news_list .l-right {
		width: 188px;
		height: 130px;
	}
}
