body,
div,
img,
h2,
p {
	margin: 0;
	padding: 0;
}

.img {
	display: block;
}

* {
	box-sizing: border-box;
}

.content {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	background: #f1f3f4;
}

.header {
	width: 100%;
	background: #fff;
	;
}

.section {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 10px;
}

.section ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.section ul li {
	width: 450px;
	background: #FFFFFF;
	list-style: none;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	cursor: pointer;
}

.section ul li:last-child {
	width: 450px;
	background: #FFFFFF;
	list-style: none;
	margin-right: 0rpx;
}

.section ul li img {
	width: 450px;
	height: 280px;

}

.more-message {
	width: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px 26px;
	box-sizing: border-box;
}

.section ul li .more-message img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 14px;
}

.more-message .base-message {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-message {
	display: flex;
}

.base-message {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 0;
}

.more-message .base-message span:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.more-message .base-message span:last-child {
	font-size: 15px;
	color: #666;
}

.content-message {
	font-size: 15px;
	color: #666;
	line-height: 22px;
	margin-top: 10px;
}

.logo {
	width: 100%;
	max-width: 310px;
	height: auto;
	padding: 10px 0;
}

.banner {
	width: 100%;
}

.describe {
	text-align: center;
	color: #213547;
	font-size: 12px;
	line-height: 1.5;
}

.describe h2 {
	font-size: 2em;
	font-weight: bold;
}

.describe h4 {
	font-size: 1.7em;
	text-align: left;
	margin: 50px 0 30px 0;
}

.describe p+p {
	margin-top: 1em;
}

.describe p {
	font-size: 1.5em;
}

.describe img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.describe .color {
	color: #646CFF;
}

.describe .color a {
	text-decoration: none;
}

.describe .color a:visited {
	color: #646CFF;
	text-decoration: none;
}

.describe .color a:hover {
	color: #646CFF;
	text-decoration: none;
}

.describe .color a:active {
	color: #646CFF;
	text-decoration: none;
}

.section-box {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 50px 0;
	margin-top: 146px;
}

@media (max-width:768.98px) {
	.logo {
		margin: 0 auto;
	}
}