.index_newslist_box{
	background: #fff;
	margin-bottom: .32rem;

}
.bigconlist{
   background: #fff;
   box-shadow: 0 1px 4px 0 rgba(160,157,157,0.2);
}
.contentlist{
    margin-bottom: .2rem;
    overflow-y: scroll;/*必须要的*/
    margin-left: .34rem;
    margin-right: .34rem;
}
.contentbox{
   width: 125%;/*必须要的，设置宽度*/
}
.content{
   width: 100%;
   font-size: .28rem;
}
.content .name{
   float: left;
   /*width: 5%;*/
   line-height: 1.11rem;
   position: relative;
   margin-right: .7rem;
   color: #666;
   font-size: .32rem;
}
.content .nameact{
	color: #000;
}
.content .name span{
	position: absolute;
	width: .4rem;
	height: .09rem;
	bottom: .13rem;
	left: 50%;
	margin-left: -.2rem;
	background: #02a146;
	border-radius: .04rem;
	display:none;
}
.content .nameact span{
	display:inline-block;
}
.index_newslist_menubox{
	float: left;
	width: 1rem;
	height: 1.11rem;
	line-height: 1.11rem;
	text-align: center;
}
.index_newslist_menuboxact{
	color: #000;
}
.menuline{
	width: .4rem;
	height: .09rem;
	background: #02a146;
	border-radius: .04rem;
	margin:0 auto;
	margin-top:-.2rem;
}
.index_newslist_picbox{
	position: relative;
	width: 100%;
	height: 3.76rem;
	overflow: hidden;
}
.index_newslist_picbox p{
	position: absolute;
	width: 93%;
	font-size: .32rem;
	color: #fff;
	bottom: .24rem;
	left: .28rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index_newslist_listbox{
	padding: 0 .3rem;
}
.index_newslist_inner{
	display: flex;
	border-bottom: .01rem solid #d9dde1;
	padding: .23rem 0;
}
.index_newslist_inner img{
	width: 2.21rem;
	height: 1.44rem;
	margin-right: .24rem;
}
.index_newslist_inner_rightbox{
	flex:1;
}
.index_newslist_inner_righttit{
	width: 4.3rem;
	min-height: .62rem;
	font-size: .32rem;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index_newslist_inner_rightfrom{
	font-size: .24rem;
	color: #666;
    margin-top: .12rem;
}
.index_newslist_inner_righttimebox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .24rem;
	color: #999;
	margin-top: .06rem;
}


.width1308{
	width: 100%;
	margin:0 auto;
}
.newsdetailbox{
	background: #fff;
}
.newsdetail_innerbox{
	width: 91%;
	margin:0 auto;
}

.newsdetail_inner_titenglish{
	font-size: .38rem;
	color: #333;
	text-align: center;
	font-weight: 600
}
.newsdetail_inner_titchinese{
	font-size: .38rem;
	line-height: .4rem;
	color: #333;
	text-align: center;
    width: 90%;
    margin:0 auto;
    padding-top: .15rem;
    line-height: .55rem;
    font-weight: 600;
}
.newsdetail_inner_timebox{
	display: flex;
	align-items: center;
	font-size: .24rem;
	color: #9b9b9b;
	justify-content: center;
	padding-bottom: .35rem;
}
.newsdetail_inner_timebox p{
	margin:0 .10rem;
}
.newsdetail_inner_conbox{
	font-size: .3rem;
	color: #333;
	line-height: .54rem;
	padding-top: .1rem;
}
.newsdetail_inner_conbox img{
	width: 100%;
}