.top{
	display: block;
	min-width: 1280px;
	width: 100%;
}
.container{
	width: 1280px;
	margin: 0 auto;
}
.title{
	position: relative;
}
.title-img{
	width: 100%;
}
.title-back{
	position: absolute;
	right: 120px;
	top: 47px;
}
.title-back img{
	height: 60px;
}
.info{
	min-height: 600px;
	background-color: #FFF;
	border-radius: 30px;
	padding: 40px 60px;
}
.info-back img{
	height: 60px;
}
.list{
	padding-bottom: 20px;
	border-bottom: 1px solid #AA1F24;
	display: block;
	margin-bottom: 20px;
}
.list h5{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}
.list p{
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}
.list p span{
	margin-left: 5px;
	color: #AA1F24;
}
.bottom{
	text-align: center;
	padding: 15px 0;
	color: #333;
	font-size: 14px;
}
.bottom a{
	color: #333;
}