.container{
	background-color: #fff;
}
.banner {
	font-size: 0px;
}

.banner img {
	width: 100%;
}

.date {
	display: flex;
	align-items: center;
	background: #047afe;
	color: #fff;
	padding: 0 20px;
}

.date .left {
	font-size: 35px;
}

.date .right {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	font-weight: bold;
}

.content {
	background-color: #047afe;
	display: flex;
	padding: 20px 0px;
}

.item {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
}

.item img {
	width: 55px;
	height: 55px;
}
.item span{
	color: #ffffff;
	padding-top: 10px;
}
.sub-img{
	margin: 10px 20px;
}
.sub-img img{
	width: 100%;
}
.explain{
	margin: 0 10px;
}
.explain .title{
	color: #434343;
	font-weight: bold;
}