.banner {
	width: 100%;
	height: 180px;
	background: url("../image/aboutBg.png") 50% no-repeat;
	background-size: cover;
}
.banner.en {
	background-image: url("//b.yzcdn.cn/public_files/e4ede3f05e49d2d27e90602c3915650e.png")
}

.main-container {
	background: #fff
}

.main-container__content {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #e8e8e8;
}

.main-container__content:last-child {
	border: none;
    display: inline-block;
}

.main-container__content h2 {
	font-size: 18px;
	color: #333
}

.main-container__content .text {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-top: 20px;
	text-align: justify
}

.main-container__content .text a {
	color: inherit
}

.main-container__content .text .time {
	color: #999;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px
}

.main-container__content .text .title {
	line-height: 20px;
	margin-bottom: 15px
}

.main-container__content .wrap {
	margin-top: 10px
}

.main-container__content .video {
	height: 200px;
	margin-top: 20px
}

.last {
	padding-bottom: 60px
}
.timeDiv{
	width: 100%;
}
.timeImg{
	float: left;
	border: 1px dotted #655E56;
	margin:10px 20px 10px 0;
	width: 100%;
}
.big{
	width: 100%;
	position: relative;
	border-left:1px solid #DCDCDC;
	padding-left: 15px;
	float: left;
	/* min-height: 200px; */
	/* margin: 20px 0 0 0; */
	padding-top: 20px;
}
.yuan{
	background: url("../image/yuan.png") no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 20px;
	left: -10px;
	background-size: 100%;
}
.year{
	width: 80px;
	height: 32px;
	background:rgba(10,117,249,1);
	font-size: 18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height: 32px;
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
}
.thing{
	float: left;
	width: 100%;
	padding: 5px 0;
}
.month{
	color: rgba(10,117,249,1);
	margin-right: 0;
	float: left;
	line-height: 20px;
	width: 12%;
	font-size: 14px;
}
.news{
	float: left;
	/* display: inline-block; */
	width: 88%;
}
.news p{
	font-size: 13px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height: 20px;
	margin: 0;
}