* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}


/* 列表 */
.news{
	padding-top: 0.8rem;
}


.list{
	width: 100%;
	height: 1.22rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.01rem solid #DCDCDC;
	padding-left: 0.6rem;
	padding-right: 0.45rem;
	box-sizing: border-box;
}
.list a{
	width: 12.6rem;
	height: auto;
	font-weight: 400;
	font-size: 0.24rem;
	color: #000000;
}
.list span{
	/* width: 1.56rem; */
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list span i{
	width: 0.18rem;
	height: 0.18rem;
	display: block;
	margin-right: 0.05rem;
	background: url(../img/time2.png) center no-repeat;
}
.list:hover{
	box-shadow: 0rem 0.03rem 0.08rem 0.01rem rgba(97,93,93,0.22);
}
.list:hover a{
	font-weight: bold;
	color: #23478C;
}




