@charset "utf-8";



/*------列表开始---------*/
.a {}

.main {
	max-width: 1618px;
}

.news1 {
	width: 100%;
	padding: 2rem 0;
	text-align: center;
	position: relative;
	height: auto;
}

.news1 h1 {

	font-size: 4rem;
	color: #fff;
	font-weight: 100;
	margin-bottom: 2.5rem;
	margin-top: 3.5rem;
	font-weight: normal;
}

.news1 span[name='title'] {
	font-size: 2rem;
	color: #02143c;
	border-top: 1px solid #02143c;
	padding-top: 1rem;
}

.news_list {
	width: 100%;
	height: auto;
	margin-top: 3rem
}

.news_list .swiper-slide {
	position: relative;
	height: 14.47vw;
}

.news_list .swiper-slide a:link,
.news_list .swiper-slide a:visited {
	display: block;
	width: 100%;
	height: 100%;
}

.news_list .swiper-slide div {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
	text-align: left;
	display: none
}

.news_list .swiper-slide:hover div {
	display: block;
}

.news_list .swiper-slide div h1,
.news_list .swiper-slide div p {
	width: 80%;
	margin: 0 10%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 100
}

.news_list .swiper-slide div h1 {
	margin-top: 3rem;
	padding-bottom: 0.5rem;
	/* border-bottom: 1px solid #fff; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 2.3rem;
	position: relative;
}
.news_list .swiper-slide div h1:after{
	content: '';
	width:30%;
	position: absolute;
	height:1px;
	background:#fff;
	left:0;
	bottom:0;
}
.news_list .swiper-slide div p {
	margin-top: 1rem;
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news1 .swiper-pagination {
	margin: 0 auto;
	position: static;
}

/* 分页点 */
.swiper-pagination span {
	padding-top: 0;
	margin-right: 0.8rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	vertical-align: center;
	display: flex;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 20px;
}

.swiper-pagination-bullets {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 0.8;
	border: 1px solid #fff;
	background: none;

}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 20px auto;
}

.swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	background: none;
	position: relative;
}

.swiper-pagination-bullet-active::after {
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("../img/right.png");
	right: -100px;
	left: auto;
}

.swiper-button-prev {
	background-image: url("../img/left.png");
	right: auto;
	left: -100px
}

.swiper-button-next,
.swiper-button-prev {
	top: unset;
	margin-top: -24%
}

.news_con {
	width: 100%;
	height: auto;
	padding: 2rem 5% 0;
	background: #fff;
	text-align: center;
}

.news_con h1 {
	font-size: 2em;
	color: #000;
	margin-top: 2rem
}

.news_con h2 {
	font-size: 1.2rem;
	color: #000;
	margin: 1rem 0;
}

.news_con span {
	font-size: 0.8rem;
	color: #999;
}

.news_con p[name='all_new'] {
	margin: 2em auto;
	border-top: 1px solid #d9a462;
}

.news_con p {
	width: 100%;
	line-height: 1.2rem;
	margin: 0.5rem auto;
}
.news_con table{
	max-width: 100%;
	margin:0 auto;
}
.news_con p img {
	display: inline-block;
	max-width: 100%
}

@media only screen and (min-width: 1280px) and (max-width: 1680px) {
	.swiper-container-banner .swiper-slide:nth-child(1)>div .english {
		font-size: 14px;
	}

	.swiper-container-banner .swiper-slide:nth-child(1)>div .intro {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1180px) {
	body {
		font-size: 12px
	}

	.main {
		max-width: 1000px;
	}

	.swiper-container-banner .swiper-slide:nth-child(1)>div .english {
		font-size: 14px;
	}

	.swiper-container-banner .swiper-slide:nth-child(1)>div .intro {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1000px) {
	.news_list .swiper-slide div {
		display: inline
	}

	.news_list .swiper-slide div h1 {
		margin-top: 1rem;
		font-size: 1rem;
	}

	.news_list .swiper-slide div p {
		margin-top: 1rem;
		font-size: 0.8rem;
	}
}
