.news {
	width: 100%;
	margin-top: 115px;
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.tabBar {
	width: 100%;
	background: rgba(45, 45, 45, 0.39);
	/* height: 59px; */
	position: fixed;
	z-index: 1;
}

.tabBar .tabBar_list {
	max-width: 1500px;
	z-index: 999;
	margin: 0 auto;
	height: 40px;
}

.tabBar .tabBar_list ul {
	height: 100%;
	/* font-weight: 400; */
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tabBar .tabBar_list ul li {
	padding: 0px 12px;
	font-size: 16px;
	font-weight: 100;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	border-radius: 200px;
}

.tabBar .tabBar_list .current {
	background: #FE8000;
}

.tabBar .tabBar_list ul li:hover {
	background: #FE8000;
	border-radius: 200px;
	transition: all 0.5s;
}

.news_top {
	width: 100%;
	min-height: 200px;
}

.news_top img {
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.news_list_box {
	width: 100%;
	background: #fff;
}

.news_list {
	max-width: 1500px;
	margin: 0 auto;
	padding: 72px 0px 88px 0px;
	text-align: center;
	/* background-color: red; */
}

.news_list .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 80px;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper1 .swiper-button-prev {
	right: 50%;
	left: auto;
	transform: translateX(-105px);
}

.mySwiper1 .swiper-button-next {
	left: 50%;
	transform: translateX(105px);
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-button-prev {
	background-size: 20px 40px;
	top: auto;
	bottom: 0;
	color: #999;
}

.mySwiper1 .swiper-pagination {
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	bottom: 40px;
}

#mySwiper1 .swiper-scrollbar {
	width: 100px !important;
	height: 1px;
	background-color: #2E2E2E;
	opacity: 0.85;
	left: 50%;
	transform: translateX(-50%);
	bottom: 22px;
	display: block !important;
}

#mySwiper1 .swiper-scrollbar-drag {
	height: 5px;
	background: #FE8000;
	border-radius: 0;
	top: -2px;
}

#mySwiper1 .swiper-pagination-current {
	font-size: 24px;
	line-height: 29px;
	color: #8F8F8F;
}

.swiper-list {
	padding-bottom: 80px;
	padding: 0 20px;
}

.swiper-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.swiper-list ul li {
	margin: 30px 0;
	margin-right: 30px;
	width: calc((100% - 1* 30px)/2);
	height: 340px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.23);
	cursor: pointer;
}

.swiper-list ul li:nth-child(2n) {
	margin-right: 0px;
}

.swiper-list ul li .li_left {
	width: 30%;
	height: 160px;
	border-right: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.swiper-list ul li .li_left p {
	font-size: 60px;
	font-weight: bold;
	color: #333333;
}

.swiper-list ul li .li_left i {
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #FE8000;
}

.swiper-list ul li .li_left b {
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

/* 右边 */
.swiper-list ul li .li_right {
	width: 70%;
	padding: 0px 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.swiper-list ul li .li_right a {
	display: block;
}

.swiper-list ul li .li_right a h5 {
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	line-height: 34px;
}

.swiper-list ul li .li_right p {
	color: #666;
	line-height: 32px;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 42px;
	width: 100%;
}

.swiper-list ul li .li_right .more {
	color: #333;
	font-size: 18px;
	position: relative;
	line-height: 26px;
}

.swiper-list ul li .li_right .more span {
	display: none;
	margin-right: 20px;
}

.swiper-list ul li .li_right .more i {
	position: absolute;
	width: 52px;
	height: 52px;
	background: #fff;
	opacity: 0.5;
	border-radius: 26px;
	left: -26px;
	top: -13px;
	display: none;
}

.swiper-list ul li:hover {
	background: #FE8000;
	box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.23);
}

.swiper-list ul li:hover .li_left {
	border-right: 1px solid #fff;
}

.swiper-list ul li:hover .li_left p {
	color: #fff;
}

.swiper-list ul li:hover .li_left i {
	background: #fff;
}

.swiper-list ul li:hover .li_left b {
	color: #fff;
}

.swiper-list ul li:hover .li_right a h5 {
	color: #fff;
}

.swiper-list ul li:hover .li_right p {
	color: #fff;
}

.swiper-list ul li:hover .li_right .more {
	color: #fff;
}

.swiper-list ul li:hover .li_right .more i {
	display: block;

}

.swiper-list ul li .li_right:hover .more i {
	width: 175px;
	transition: all .6s;
}

.swiper-list ul li:hover .li_right span {
	display: inline;
}



@media screen and (max-width: 768px) {
.swiper-list ul li {
    margin: 15px 0;
    margin-right: 0px;
    width: 100%;
    height: 240px;
}
.swiper-list ul li .li_right{
	padding: 20px 15px;
}
.news_list{
	padding-top: 10px;
}
.swiper-list ul li .li_right a h5 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
}
.swiper-list ul li .li_left p {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.swiper-list ul li .li_left{
	width: 25%;
}
.swiper-list ul li .li_right .more{
	display: flex;
	color: #FE8000;
	font-size: 16px;
	margin: 0 auto;
}

.swiper-list ul li .li_right .more i{
    display: block;
	background: #FEBF7F;
	width: 40px;
	height: 40px;
	top: -8px;
}
.swiper-list ul li .li_right .more span{
	color: #FE8000;
	display: block;
}
.swiper-list ul li:hover .li_right .more span{
	color: #FFFFFF;
}
.swiper-list ul li .li_right p {
	width: 100%;
    color: #666;
    line-height: 28px;
    text-align: left;
    font-size: 14px;
  /*  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 42px; */
	margin-bottom: 20px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news_list .swiper{
	padding-bottom: 0;
}
.news_list{
	padding-bottom: 30px;
}
.swiper-list{
	padding-bottom: 80px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	font-size: 20px !important;
}
}
