.newsnavs{
	width: 100%;
}
.newsnavs a{
	color: #707070;
	font-size: 0.24rem;
	display: block;
	border-bottom: 1px solid #b5b5b5;
	width: 50%;
	height: 0.78rem;
	line-height: 0.78rem;
	text-align: center;
	padding-left: 0.36rem;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.newsnavs .hs_sel{
	background: url('../images/news_icon1.jpg') no-repeat 1.16rem center;
	background-size: 0.22rem;
	color: #e60012;
	border-bottom: 1px solid #e60012;
}
.newsnavs .new_sel{
	background: url('../images/news_icon2.jpg') no-repeat 1.16rem center;
	background-size: 0.32rem;
	color: #e60012;
	border-bottom: 1px solid #e60012;
	padding-left: 0.5rem;
}
.hs_new{
	margin: 0.24rem;
}
.hs_new li{
	box-shadow: 0px 0px 10px #ededed;
	margin-bottom: 0.26rem;
}
.hs_new .logo{
	width: 2.6rem;
	margin: 0 auto;
	padding-top: 0.7rem;
	padding-bottom: 0.3rem;
}
.hs_new .title{
	width: 5.26rem;
	margin: 0 auto;
	font-size: 0.32rem;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.5rem;
}
.hs_new .wz{
	font-size: 0.18rem;
	color: #707070;
	padding: 0 0.48rem;
	text-align: center;
	line-height: 0.32rem;
	border-top: 1px solid #e5e5e5;
	padding-top: 0.16rem;
	padding-bottom: 0.26rem;
}
.newlist{
	margin: 0.24rem;
}
.newlist .img{
	width: 3.3rem;
}
.newlist .msg{
	border-top: 1px solid #e5e5e5;
	padding-left: 0.24rem;
	flex: 1;
}
.newlist .msg .time{
	width: 0.92rem;
	height: 0.92rem;
	background: #f4f4f4;
	font-family: 'Arial';
	color: #707070;
	text-align: center;
}
.newlist .msg .month{
	font-size: 0.28rem;
	padding-top: 0.16rem;
	padding-bottom: 0.04rem;
}
.newlist .msg .year{
	font-size: 0.18rem;
}
.newlist .msg .title{
	font-size: 0.24rem;
	color: #535353;
	margin-top: 0.14rem;
	overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newlist .msg .more{
	font-size: 0.18rem;
	font-family: 'Arial';
	color: #e14c38;
	margin-top: 0.28rem;
}
.newlist li{
	margin-bottom: 0.3rem;
}