.banner{
	width: 100%;
}
.title {
	text-align: center;
	font-size: 0.1rem;
	font-weight: 300;
	padding: 2% 0;
	position: relative;
}

.title:before {
	content: '';
	height: 1px;
	background: #2980e3;
	width: 0.1rem;
	display: block;
	position: absolute;
	left: 46%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.title:after {
	content: '';
	height: 1px;
	background: #2980e3;
	width: 0.1rem;
	display: block;
	position: absolute;
	right: 45%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cont{
	width: 80%;
	margin: 0 auto 0.4rem;
}
.cont p{
	font-size: 0.065rem;
	line-height: 0.1rem;
	text-indent: 2em;
}
.cont .pic{
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
