.position{
	display: flex;
	color: #999;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.position a{
	color: #999;
	margin-right: 3.5px;
}
.position img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.main{
	background: #fff;
	border-radius: 6px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	padding:50px;
	padding-bottom: 33px;
}
.main-title{
	display: flex;
	justify-content: center;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.time{
	display: flex;
	justify-content: center;
	color: #999;
	margin-top: 24px;
}
.content{
	margin-top: 30px;
}
.content *{
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.content img{
	display: flex;
	margin: 30px auto;
	width: 770px;
	border-radius: 6px;
	line-height: 1;
	height: auto;
}
.title{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	align-items: center;
	margin-top: 50px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.title img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.banner{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
}
.banner a:nth-child(-n+4){
	margin-top: 0;
}
.banner a:nth-child(4n){
	margin-right: 0;
}
.banner a{
	margin-top: 12px;
	margin-right: 12px;
}
.banner img{
	display: flex;
	width: 291px;
	height: 110px;
	border-radius: 6px;
}
.list{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 187px;
	justify-content: space-between;
}
.list a:nth-child(-n+2){
	margin-top: 0;
}
.list a{
	display: flex;
	align-items: center;
	width: 580px;
	margin-top: 24px;
}
.list i{
	display: flex;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 100%;
	margin-right: 8px;
}
.list p{
	color: #333;
	width: 1px;
	flex-grow: 1;
	font-size: 16px;
	margin-right: 30px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list font{
	color: #999;
}