.news{
	width: 7.5rem;
	padding-bottom: 0.48rem;
	margin-top:1.24rem ;
}
.news .newsList {
	width: 7.1rem;
	padding: 0 0.2rem;
}
.news .newsList li a{
	display: block;
	width: 7.1rem;
	height: 2.5rem;
	border-bottom: 0.01rem solid #dcdcdc;
	display: -moz-box;  /* Firefox */
	display: -ms-flexbox;    /* IE10 */
	display: -webkit-box;    /* Safari */ 
	display: -webkit-flex;    /* Chrome, WebKit */
	display: box; 
	display: flexbox; 
	display: flex;
}
.news .newsList li .left{
	height: 2rem;
	width: 2.84rem;
	padding: 0.25rem 0;
}
.news .newsList li .right{
	width: 4.1rem;
	margin-left: 0.32rem;
	padding: 0.17rem 0;
}
.news .newsList li .right h4{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.4rem;
	height: 0.8rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.news .newsList li .right span{
	font-size: 0.12rem;
	color: #1cac8b;
	line-height: 0.36rem;
}

.news .newsList li .right p{
	color: #999999;
	font-size: 0.14rem;
	overflow : hidden;
	height: 1.02rem;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}


  /*新闻详情*/
 .newsdetial{
 	width: 7.5rem;
 	padding-top: 0.48rem;
 	padding-bottom: 0.54rem;
 	margin-top: 1.24rem;
 }
.newsdetial .newsidea{
	width: 6.66rem;
	margin-left: 0.2rem;
	background-color: #1cac8b;
	padding: 0.4rem 0.24rem 0.37rem 0.2rem;
	color: #ffffff;
}
.newsdetial .newsidea h4{
	font-size: 0.3rem;
	margin-bottom: 0.26rem;
}
.newsdetial .newsidea p{
	font-size: 0.18rem;
	line-height: 0.34rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	margin-bottom: 0.2rem;
}
.newsdetial .newsidea span{
	font-size: 0.18rem;
}
.newsdetial .detialList{
	margin-top: 0.35rem;
	width: 6.78rem;
	padding: 0 0.36rem;
}
.newsdetial .detialList h4{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.54rem;
}
.newsdetial .detialList p{
	font-size: 0.24rem;
	color: #333333;
	text-indent: 0.48rem;
	line-height: 0.54rem;
	
}
.newsdetial .detialList .item{
	margin-bottom: 0.55rem;
}
.newsdetial .bot{
	padding: 0 0.54rem;
	display: -moz-box;  /* Firefox */
	display: -ms-flexbox;    /* IE10 */
	display: -webkit-box;    /* Safari */ 
	display: -webkit-flex;    /* Chrome, WebKit */
	display: box; 
	display: flexbox; 
	display: flex;
	justify-content: space-between;
}
.newsdetial .bot a{
	display: inline-block;
	width: 3rem;
	height: 0.8rem;
	background-color: #1cac8b;
	border-radius: 0.04rem;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #ffffff;
}
