.list{
	width: 100%;
	padding-bottom: 10rem;
}
.list img{
	width: 100%;
}
.listnav{
	width: 90%;
	font-size: 0.9rem;
	color:#666666;
	margin: 1rem auto 0;
}
.listnav a{
	font-size: 0.9rem;
	color:#666666;
}
.news{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 2rem auto 0;
}
.news .newsclass{
	display: flex;
	width: 100%;
}
.news .newsclass .li{
	position: relative;
	line-height: 3rem;
	font-size: 1.3rem;
	color:#333333;
	margin-right: 1rem;
	cursor: pointer;
}
.news .newsclass .li.on::before{
	content: '';
	position: absolute;
	width: 3rem;
	height: 0.2rem;
	background: #184fa2;
	left: 0;
	bottom: 0;
}
.news .newsbox{
	width: 100%;
}
.news .newsbox .box2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 2rem;
}
.news .newsbox .box2 .li2{
	width: 32%;
}
.news .newsbox .box2 .li2 .imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news .newsbox .box2 .li2 .imgbox img{
	display: block;
	width: 100%;
}
.news .newsbox .box2 .li2 .imgbox .time{
	position: absolute;
	width: 5rem;
	height: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	background: #184FA2;
	font-size: 0.8rem;
	color: #FFF;
	right: 0;
	bottom: 0;
}
.news .newsbox .box2 .li2 .newstitle{
	width: 100%;
	line-height: 1.6rem;
	font-size: 1rem;
	color:#333333;
	margin: 1rem 0;
}
.news .newsbox .box2 .box3{
	width: 100%;
	margin-top: 1rem;
	border-top: 1px solid #F4F6F6;
}
.news .newsbox .box2 .box3 .li3{
	display: flex;
	justify-content: space-between;
	width: 100%;
	line-height: 3.3rem;
	border-bottom: 1px solid #F4F6F6;
	font-size: 1rem;
	color:#333333;
}
.news .newsbox .box2 .box3 .li3.hide{
	display: none;
}
.news .newsbox .box2 .box3 .li3 .time{
	font-size: 1rem;
	color:#333333;
}

.more{
	width: 10%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background: #184fa2;
	font-size: 1rem;
	color:#FFF;
	margin: 1rem auto;
	cursor: pointer;
}

.newdetail{
	width: 90%;
	margin: 1rem auto 0;
}
.newdetail .title{
	position: relative;
	line-height: 4rem;
	font-size: 2rem;
	color:#333333;
}
.newdetail .title::before{
	content: '';
	position: absolute;
	width: 3rem;
	height: 0.2rem;
	background: #184fa2;
	left: 0;
	bottom: 0;
}
.newdetail .time{
	width: 100%;
	line-height: 2rem;
	font-size: 1rem;
	color:#666666;
	margin-top: 1rem;
}
.newdetail .content{
	line-height: 1.6rem;
	font-size: 1rem;
	color:#666666;
	padding: 1rem 0;
}