.swiper {
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
}

.swiper-slide {
	font-size: 18px;

	/* 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; */
}

.news_box .news_top_txt li {
	float: left;
	font-size: 18px;
	margin: 30px 10px 0px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	font-family: "Alibaba-PuHuiTi-Regular";
}
.news_box .news_top_txt .li_a{
	float: left;
	font-size: 16px;
	margin: 30px 10px 0px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	font-family: "Alibaba-PuHuiTi-Regular";
}
.news_box .news_top_txt .on {
	color: #fff;
	background-color: #2B2FAD;
	border-radius: 30px;


}
.news_box .news_top_txt li:hover{
	color: #fff;
	background-color: #2B2FAD;
	border-radius: 30px;
}
.news_list_box {
	height: 50vh;

	width: 95%;
	float: right;
}

.news_list_box .scroll_bar {
	position: absolute;
	top: 0;
	left: -5%;
	width: 4px;
	height: 100%;
	background-color: #e4e4e4;
}

.news_ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.news_ul_item {
	width: 30%;
	/* background-color: red; */
	height: 50vh;
	margin: 10px 1.6%;
	cursor: pointer;

}

.news_ul_item {
	display: block;
}

.news_ul_item .img {
	display: block;
	width: 100%;
	height: 32vh;
	object-fit: cover;
}

.news_ul_item .date {
	margin-top: 8px;
	font-size: 16px;
	color: #666666;
	font-family: "Alibaba-PuHuiTi-Regular" ;
}

.news_ul_item .title {
	width: 95%;
	font-size: 20px;
	margin-top: 12px;
	font-weight: 540;
	/* font-family: "Alibaba-PuHuiTi-Regular"; */
	overflow: hidden;
	/*内容会被修剪，并且其余内容是不可见的*/
	text-overflow: ellipsis;
	/*显示省略符号来代表被修剪的文本。*/
	white-space: nowrap;
	/*文本不换行*/
}

.news_ul_item .samll_title {
	color: #666666;
	font-size: 16px;
	margin-bottom: 16px;
	font-family: "Alibaba-PuHuiTi-Regular" ;
	width: 95%;
	overflow: hidden;
	/*内容会被修剪，并且其余内容是不可见的*/
	text-overflow: ellipsis;
	/*显示省略符号来代表被修剪的文本。*/
	white-space: nowrap;
	/*文本不换行*/
}

.news_ul_item .more {
	border-top: 1px solid #D4D4D4;
	height: 36px;
	line-height: 36px;
}

.news_ul_item .more span {
	color: #666666;
	font-size: 16px;
	font-family: "Alibaba-PuHuiTi-Regular" ;
}

.news_ul_item .more .arrow {
	display: block;
	margin-top: 10px;
}

/* 手机端样式 */
.m_li_new {
	background-color: #ffffff;
	box-sizing: border-box;
	box-shadow: 0px 0.106667rem 0.106667rem #e4e4e4;
	padding:0.266667rem 0.16rem;
	display: flex;
	flex-direction: row;
	justify-content: start;
	margin-bottom: 0.426667rem;
}

.m_li_new .m_li_new_img {
	height: 2.133333rem;
	margin-right: 0.533333rem;
	width: 3.146667rem;
}

.m_li_new .m_li_new_date {
	font-size: 0.32rem;
	color: #999;
	margin-bottom: 0.16rem;
}

.m_li_new_tit {
	font-size: 0.373333rem;
	color: #333;
	font-weight: 550;
	width: 5.333333rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 0.106667rem;
}

.m_li_new_des {
	font-size: 0.32rem;
	color: #999;
	width: 3.2rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.m_li_new_arrow{
	width: 0.533333rem;
}