.newsList{
	margin-bottom: 1.5rem;
}
.newsItem{
	position: relative;
}
.newItemIntro{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: .2rem 0 .8rem;
	border-top: 1px solid #e6ad6c;
	font-size: 0; overflow:hidden;
}
.newIntroPic{
	position: absolute;
	left: 0;
	width: 1.56rem;
	height: 1.2rem;
}
.newIntroPic img{ max-width:80% !important;}
.newIntroR{
	position: relative;
	vertical-align: top;
	padding-left: 1.8rem;
	padding-right: .5rem;
	z-index: 2;
	overflow: hidden;
}
.newIntroD{
	margin-bottom: .1rem;
	line-height: .18rem;
	font-size: .18rem;
	color: #f08204;
}
.newIntroText{
	line-height: .2rem;
	font-size: .19rem;
	color: #35404b;
}

.newsItem:last-child .newItemIntro:after{
	content: " ";
	position: absolute;
	width: 100%;
	bottom: 0;
	border-bottom: 1px solid #e6ad6c;
}
.newDefault{
	display: none;
	margin-bottom: .32rem;
	padding: 3% 8%;
	font-size: .24rem;
	line-height: .32rem;
	color: #343f4a;
	background: #fff;
}
.active .newDefault{
	display: block;
}
.newsClose{
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1.22rem;
	height: .3rem;
	margin: 0 auto;
	background: url(../images/aboutCloseIcon.png) no-repeat;
	background-size: 1.22rem .3rem;
	-webkit-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
}