.article-main {
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 10px;
	margin-top: 30px;
}
.article-top-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #dfdfdf;
}
.article-top-head h3 {
	font-size: 30px;
	padding-left: 15px;
	position: relative;
}
.article-top-head h3::after {
	display: block;
	content: "";
	height: 45px;
	width: 5px;
	background-color: #f8d77a;
	position: absolute;
	left: 0;
	top: 0;
}
.article-top-head-a {
	font-size: 17px;
}
.article-top-head-a a {
	margin: 0 20px;
	display: inline-block;
	border-bottom: 2px solid #f8d77a;
}
.article-top-head-a a.active span {
	color: #f3782a;
}
.article-top-head-a a span {
	display: inline-block;
	padding: 5px 10px;
}
.tab-content .article-list:nth-child(1) {
	display: block;
}
.article-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	display: none;
}
/* .article-list > div{width:50%;} */
.article-list .item {
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	margin: 20px 10px 0 10px;
	display: flex;
	justify-content: space-between;
}
.article-list .item a:nth-child(1) {
	display: block;
	width: 36%;
	overflow: hidden;
}
.article-list .item a img{ display: block;
    width: 160%;}
.article-list .item a:nth-child(2) {
	display: block;
	width: 62%;
}
.article-list .item .item-text {
	display: block;
}
.article-list .item .item-text h3 {
	font-size: 20px;
	color: #333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.article-list .item .item-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 22px;
}
.article-list .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.article-list .swiper .swiper-pagination {
	bottom: 0;
}
.article-list .swiper-wrapper {
	flex-direction: row;
	overflow-x: hidden;
}
.article-list .swiper-slide {

	height: calc((100% - 30px) / 2);

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.article-list .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.article-list .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}
.article {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.article .left {
	width: 20%;
	border: 1px solid #dfdfdf;
}
.article .left h3 {
	font-size: 24px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
}
.article .left .item {
	margin:0 10px;
	display: block;
	margin-bottom: 0px;
}
.article .left .item h4 {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	/* border-bottom: 1px solid #dfdfdf; */
	position: relative;
	margin-top: -43px;
	background: rgba(0,0,0,0.6);
	color: #fff;

}
.article .left ul li:nth-last-child(1) .item h4 {
	border-bottom: none;
}
.article .right {
	width: 78%;
}
.article-news {
	border: 1px solid #dfdfdf;
}
.article-news h2 {
	font-size: 34px;
	text-align: center;
	margin: 20px 0;
}
.toppage{ display: inline-block; float: right;}
.article-info {
	padding: 10px 15px;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap
}
.article-info span {
	color: #666;
	font-size: 16px;
	/* margin-right: 20px; */
	width: 30%;
	display: inline-block;
}
.article-box {
	padding: 10px;
}
.article-box img {
	max-width: 100% !important;
}

.article-left-right {
	padding: 10px 0;
	display: flex;
	/*justify-content: space-between;*/
}

.gallery {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.gallery a {
	width: 20%;
	padding: 5px;
}
.gallery a img {
	width: 100%;

}
.gallery a:nth-child(1) {
	width: 100%;
}
.mySwiper3-box{
	position: relative;
	
}
.mySwiper3-box .button-next,.mySwiper3-box .button-prev{
	display: block;
	margin: 0 10px ;
	text-align: center;
	border: 1px solid #dfdfdf;
	cursor: default;
}
.mySwiper3-box .button-next {
	padding: 5px 0 10px;
}

.mySwiper3-box .button-next span{
	transform:rotate(-90deg);
	display: inline-block;
}
.mySwiper3-box .button-prev {
	padding: 10px 0 5px;
	margin-top: 5px;
}
.mySwiper3-box .button-prev span{
	transform:rotate(90deg);
	display:inline-block;
}
