.position{
	display: flex;
	color: #999;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.position a{
	color: #999;
	margin-right: 3.5px;
}
.position img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.banner-1{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-top: 18px;
	flex-wrap: wrap;
}
.banner-1 a:nth-child(4n){
	margin-right: 0;
}
.banner-1 a{
	display: flex;
	margin-right: 12px;
	margin-top: 12px;
}
.banner-1 img{
	display: flex;
	width: 291px;
	height: 110px;
	border-radius: 6px;
}
.main{
	background: #fff;
	border-radius: 6px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	padding:50px;
	padding-bottom: 33px;
}
.title{
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.title img{
	margin-right: 5px;
	width: 14px;
	height: 14px;
	display: flex;
}
.list .list-item:nth-child(1){
	border: none;
	margin-top: 6px;
}
.list .list-item{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee;
	align-items: center;
}
.list .left{
	display: flex;
	padding:24px 0;
	align-items: center;
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.list .left font{
	margin-left: 10px;
	font-size: 16px;
	color: #FD4D07;
	font-weight: normal;
}
.list .left img{
	display: flex;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.list .right{
	width: 350px;
}
.list .right p{
	color: #3794ff;
	font-size: 16px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list .right font{
	display: flex;
	margin-top: 10px;
	font-size: 16px;
	color: #666;
}