/*header*/
header{
	width:100%;
	height:3.6rem;
	line-height:3.6rem;
	color:#333;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
}
header h2{
	margin:0 auto;
	text-align: center;
	width:90%;
	font-size:1.5rem;
	font-weight: normal;
}
header > a:nth-child(1){
	margin-left: 1.5rem;
}
header > a:nth-child(3){
	position: absolute;
	right:1.5rem;
	top:0rem;
	width:1.5rem;
	z-index: 3;
}

/*newList*/
.newList{
	padding:0 1rem .5rem;
}
.first{
	padding:.5rem 1rem;
}
.newList a{
	width: 15%;
	padding-top:.5rem ;
	position: relative;
}
.newList a.fl span{
	position: absolute;
	top: 1px;
	right: 0;
	background: #FF5000;
	width: .8rem;
	height: .8rem;
	border-radius: .4rem;
}
.newList a img{
	width: 100%;
}
.newList div.fl{
	padding:.5rem 0;
	width: 80%;
	margin-left: 1rem;
	border-bottom: 1px solid #efefef;
}
.newList div.fl span{
	color: #989898;
}
.newList h3{
	color: #1a2e3a;
	font-size: 1.2rem;
	font-weight: normal;
}
.newList  div.fl p:nth-child(2){
	color: #c5c5c5;
	line-height: 2.2rem;
}
.last{
	padding-bottom: 4.5rem;
}