body{
	background: #F4F4F4;
}
.contbox{
	margin-top: 20px;
	overflow: hidden;
}
.contbox>.boxfl{
	width: 130px;
	height: 640px;
	float: left;
	background: #fff;
	border: none;
}
.contbox>.boxfr{
	width: 1050px;
	float: right;
	min-height: 710px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 100px;
}
.espetit{
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid  #E1251B !important;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.espetit::after{
	content: "";
	width: 1010px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.newlist{
	
}
.newlist .box{
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	justify-content: space-between;
}
.newlist .box .lumpfl{
	width: 800px;
}
.newlist .box .lumpfl h4{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
.newlist .box p{
	color: #666666;
	margin-top: 8px;
}
.newlist .box p a{
	color: #1379DE;
}
.newlist .box .lumpfr{
	color: #666666;
	padding-top: 6px;
}
.nonecont{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 500px;
}
.nonecont img{
	width: 141px;
	margin-top: 120px;
}
.nonecont p{
	font-size: 14px;
	color: #666;
	margin: 20px 0;
}
.nonecont a{
	width:160px;
	height:40px;
	background:#E1251B;
	border:1px solid #E1251B;
	border-radius:2px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}


































