body {
	height: 100%;
	min-height: 800px;
	max-width: 1680px;
	margin: auto;
}

header {
	max-width: 1680px;
}

article {
	height: 100%;
	min-height: 720px;
}

.swiper-button-next {
	margin-right: 80px;
	width: 56px !important;
	height: 56px
}

.swiper-button-next::after {
	content: '' !important;
	background: url(../imgs/index/rightBtn.png) round;
	width: 56px;
	height: 56px
}

.swiper-button-prev {
	margin-left: 80px;
	width: 56px !important;
	height: 56px
}

.swiper-button-prev::after {
	content: '' !important;
	background: url(../imgs/index/leftBtn.png) round;
	width: 56px;
	height: 56px
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	opacity: 0.3;
	border-radius: 50%
}

.content-box {
	margin: 0 auto;
	width: 1200px;
	height: 190px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.introduction {
	width: 455px;
	height: 96px;
}

.introduction p {
	text-indent: 2em;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
}

.introduction-news-box {
	width: 454px;
	height: 107px;
	align-self: flex-start;
	margin-top: 20px;
}

.news-title-box {
	height: 37px;
	box-sizing: border-box;
}

.news-title-list {
	display: flex;
	justify-content: space-between;
}

.handleDetails p {
	margin-right: -30px;
	font-size: 13px;
	font-weight: 800;
	color: #0072FF;
}

.news-title-list li {
	box-sizing: border-box;
	cursor: pointer;
	/* height: 37px; */
	font: bold 13px Microsoft YaHe;
	color: #666666;
	line-height: 34px
}

.news-content {
	margin-top: 5px;
	height: 65px;
	width: 441px
}

.news-content ul {
	width: 500px;
	text-align: justify
}

.news-content ul li {
	margin: 5px 0;
}

.news-content ul li a {
	display: flex;
	justify-content: space-between;
	height: 22px;
}


.news-times {
	display: inline-block;
	width: 85px;
	font: bold 13px Microsoft YaHe;
	color: #858585;
	line-height: 22px;
	color: #858585
}

.news-info {
	display: inline-block;
	width: 315px;
	font: bold 13px Microsoft YaHe;
	color: #858585;
	color: #858585;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.introduction-img {
	width: 200px;
	height: 130px;
	border-radius: 8px;
	position: relative;
}

.imgTitle {
	box-sizing: border-box;
	padding: 0 10px;
	width: 200px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.active-news {
	line-height: 50px;
}

.active-news h5 {
	font-size: 16px;
	font-weight: 800;
	color: #333333;
}

.banner {
	width: 100%;
}

.accordian {
	max-width: 1680px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
}

.accordian ul {
	width: 2000px;
}

.accordian li {
	position: relative;
	display: block;
	/* width: 194px; */
	width: 256px;
	float: left;
	transition: all 0.3s;
}

.accordian ul:hover li {
	/* width: 183px;  */
	width: 256px;
	/* （1680-400）/7 */
}

.accordian ul li:hover {
	width: 399px;
}

.accordian li img {
	display: block;
	width: 400px;
	height: 200px
}

.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}

/* .bunnercontainer {
  width: 1531px;
  display: flex;
  height: 252px;
  margin: 0 auto
} */

/* .bunnercontainer>.posters:not(:first-child) {
  margin-left: -116px
} */

footer {
	margin-top: 0;
}
