﻿* {
	margin: 0;
	padding: 0;
}
li{list-style:none;}
.home_news .txt-swiper {
	width: 100%;
	height: 132px;
	top: 253px;
	position: relative;
	z-index: 2;
}

.home_news .txt-swiper .swiper-slide{
	width: 622px;
	height: 132px;
	box-sizing: border-box;
	padding: 0 22px;
	display: flex;
	justify-content: flex-start;
}
.home_news .txt-swiper .swiper-slide .textbox {
	display: block;
	width: 404px;
	height: 132px;
	margin: 0 25px;
	/* background-color: #fff; */
}
.home_news .txt-swiper .swiper-slide .textbox:first-child{
	/* margin: 0 25px; */
}
.home_news .txt-swiper .swiper-slide .textbox:last-child{
	margin-right: 36px;
}
/* æ–°é—»è½®æ’­-æ–‡å­— */
.home_news .home_news_textop{
	/* width: 161px; */
	width: 0;
	height: 6px;
	background-color: #22bee6;
	transition: all 0.6s linear;
}
.home_news .home_news_textmain{
	width: 100%;
	box-sizing: border-box;
	padding:19px 30px 0 30px;
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor: pointer;
	font-size: 16px;
	/* text-align: center; */
}
.home_news .home_news_textime{
	width: 100%;
	height: 14px;
	box-sizing: border-box;
	padding: 0 30px;
	margin-top: 11px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.home_news .home_news_textime img{
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 11px;
}
.home_news .home_news_textime label{
	font-size: 16px;
	line-height: 1;
	color: #888888;
}
/* ------------- */
.home_news .img-swiper {
	position: absolute;
	width: 1244px;
	height: 534px;
	top: 0;
	left: 0;
	z-index: 1;
}
.home_news .img-swiper .swiper-slide{
	/* width: 600px; */
	width: 100%;
	height: 486px;
	box-sizing: border-box;
	padding: 0 22px;
	display: flex;
	justify-content: space-between;
}
.home_news .img-swiper .swiper-slide img {
	display: block;
	/* width: 100%; */
    width: 380px;
    height: 253px;
	object-fit: cover;
}
/* è¿›åº¦æ¡ */
.home_news .img-swiper .swiper-scrollbar{
	bottom: 22px;
	left: 549px;
	width: 150px;
	opacity: 1 !important;
	height: 1px;
	background: rgba(255, 255, 255, .3);
}
.home_news .img-swiper .swiper-scrollbar-drag{
	width: 0;
	height: 3px;
	position: relative;
	background: #22bee6;
	border-radius: 10px;
	top: -1px;
    left: 0;
}
.home_news .img-swiper .swiper-button-prev{
	top: auto;
	bottom: 0;
	left: 469px;
	width: 48px;
	height: 48px;
	background: url('../images/zjt.png');
}
.home_news .img-swiper .swiper-button-next{
	top: auto;
	bottom: 0;
	right: 469px;
	width: 48px;
	height: 48px;
	background: url('../images/yjt.png');
}
.home_news .ui-loop{
	position:absolute;
	width:3.5vw;
	height:3.5vw;
	bottom:12%;
	right:12%;}
	
.home_news .path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}	
	
.home_news .path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}	
.home_news .new_imgpagenation{
	position: relative;
	width: 100%;

}