
.wrapper {
	min-height: calc(100vh - 604px);
}

.container {
	background-color: #fff;
}

.container .content {
	width: 1388px;
	margin: 0 auto;
}

.container.news .content {
	width: 1388px;
}

.container.news {
	background: #FBF8FB;
}

/* banner 图*/
.banner {
	max-width: 1580px;
	margin: 0 auto;
	height: 590px;
	text-align: center;
}
.banner-li {
    position: relative;
    cursor: pointer;
}

.banner img {
	height: 100%;
}


.container .nav-bar {
	line-height: 217px;
	text-align: center;
}

.container .nav-bar .bar {
	width: 132px;
	padding-top: 130px;
	line-height: 44px;
	display: inline-block;
	font-size: 24px;
	margin-right: 48px;
	cursor: pointer;
	border-bottom: 4px solid transparent;
}

.container .nav-bar .bar.active {
	border-bottom-color: #9B70C2;
}

.container .nav-bar .bar:last-of-type {
	margin-right: 0;
}

.container .medium-list {
}

.container .nav-content {
	padding-bottom: 233px;
}

.container .medium-more, .container .news-more {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: rgba(95, 100, 100, 1);
	line-height: 21px;
}
.news-more{
	cursor: pointer;
}

.container .medium {
	width: 32%;
	height: 434px;
	float: left;
	cursor: pointer;
	margin-right: 2%;
	margin-bottom: 45px;
	display: inline-block;
	background-color: #E0DDED;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.03);
	border-radius: 0 0 4px 4px;
}

.container .medium:nth-of-type(3n) {
	margin-right: 0;
}
.container .medium:hover .video_position {
	transform: scale(1.2);
}
.container .figure {
	height: 268px;
	position: relative;
}
.video_position {
	width:64px;
	height:64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	transition: .3s ease;
}

.container .figure img {
	width: 100%;
	height: 100%;
}

.container .medium .title {
	padding: 23px 35px 19px;
}
.container .medium a:hover {
	color: inherit;
	text-decoration: underline;
}
.container .medium .sub-title:hover, .container .medium .m-title:hover {
	color: inherit;
	text-decoration: underline;
}

.container .medium .sub-title {
	height: 30px;
	font-size: 16px;
	color: rgba(95, 100, 100, 1);
	line-height: 34px;
}

.container .medium .m-title {
	height: 86px;
	font-size: 22px;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	color: rgba(42, 46, 46, 1);
	line-height: 43px;
}


/* 新闻资讯 */
.container .news {
	width: 32%;
	height: 554px;
	float: left;
	margin-right: 2%;
	margin-bottom: 48px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.03);
	border-radius: 4px;
	position: relative;
}

.container .news:nth-of-type(3n) {
	margin-right: 0;
}

.container .news .figure {
	height: 274px;
}

.container .news .title {
	padding: 36px 25px 31px;
}

.container .news .title .sub-title {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 46, 46, 1);
	line-height: 28px;
}

.container .news .title .m-title {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(95, 100, 100, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 21px;
}

.container .news .title .time {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: rgba(153, 153, 153, 1);
	line-height: 34px;
	position: absolute;
	bottom: 32px;
	left: 25px;
}
