
.news .content .left {
	width: 895px;
}


.news .content .left .left_tag {
	height: 60px;
	background: #ffffff;
	justify-content: space-around;
	margin-bottom: 20px;
}


.news .content .left .left_tag .box_active div {
	color: #125AAF !important;

}

.news .content .left .left_tag .box {
	display: flex;
	align-items: center;
	cursor: pointer
}

.news .content .left .left_tag .box_active .active-img {
	display: block !important;
}

.news .content .left .left_tag .box_active .none_img {
	display: none !important;
}

.news .content .left .left_tag .box img {
	width: 16px;
	margin-right: 6px;
	height: 16px;
}

.news .content .left .left_tag .box .active-img {
	display: none;
}

.news .content .left .left_content .mask_bg {
	width: 250px;
	height: 140px;
	margin-right: 16px;
}

.news .content .left .left_content {
	background-color: #ffffff;
	margin-bottom: 10px;
	display: flex;
	/* align-items: center; */
	cursor: pointer;
	padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

.news .content .left .left_tag .box div {
	color: #4e5969;
	font-family: "Alibaba PuHuiTi";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
.news .content .left .left_content .content_item{
    position: relative;
    flex: 1;
}
.news .content .left .left_content .content_item .t1 {
	color: #333333;
	font-family: "Alibaba PuHuiTi";
	font-size: 20px;
	font-style: normal;
	margin-bottom: 12px;
	font-weight: 500;
}

.news .content .left .left_content .content_item .t2 {
	color: #4e5969;
	font-family: "Alibaba PuHuiTi";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 12px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .content .left .left_content .content_item .t3 {
	display: flex;
}

.news .content .left .left_content .content_item .t3 .tag1 {
	height: 20px;
	padding: 0 10px;
	align-items: center;
	gap: 10px;
	border-radius: 2px;
	color: #ffffff;
	font-family: "Alibaba PuHuiTi";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #FFB301;
	background: #FFB301;
	margin-right: 16px;
	line-height: 20px;
}

.news .content .left .left_content .content_item .t3 .tag2 {
	height: 20px;
	padding: 0 10px;
	align-items: center;
	gap: 10px;
	border-radius: 2px;
	color: #ffffff;
	font-family: "Alibaba PuHuiTi";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #125AAF;
	margin-right: 16px;
	background: #125AAF;
	line-height: 20px;
}

.news .content .left .left_content .content_item .t3 .tag3 {
	height: 20px;
	padding: 0 10px;
	align-items: center;
	margin-right: 16px;
	gap: 10px;
	border-radius: 2px;
	color: #ffffff;
	font-family: "Alibaba PuHuiTi";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #00CAB2;
	background: #00CAB2;
	line-height: 20px;
}

.news .content .left .left_content:hover .t1 {
	color: #125AAF;
}

.news .content .left .left_content .content_item .t4 {
	display: flex;
	align-items: center;
	color: #86909c;
	font-family: "Alibaba PuHuiTi";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-top: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.news .content .left .left_content .content_item .t4 img {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.news .content .left .left_content .content_item .t4 .tag1 {
	margin-right: 30px;
}
/* 无数据 */
.noData {
    height:500px;
}
 .none{
    display: none;
}
.news .content .right {
	width: 285px;
	margin-left: 20px;
}

.news .content .right .newsHot {
	width: 285px;
	background: #ffffff;
	margin-bottom: 20px;
    padding-bottom: 10px;
}

.news .content .right .newsHot .newsHot_head {
    margin-top: 20px;
    padding-bottom: 10px;
    width: 265px;
    border-bottom: 1px solid #c9cdd433;
}

.news .content .right .newsHot .newsHot_head img {
	width: 22px;
	height: 22px;
}

.news .content .right .newsHot .newsHot_head span {
	color: #1d2129;
	text-align: center;
	font-family: "Alibaba PuHuiTi";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.news .content .right .newsHot .newsHot_content {
	display: flex;
	padding: 16px 20px;
}

.news .content .right .newsHot .newsHot_content .newsHot_img {
	width: 100px;
	height: 57px;
	margin-right: 10px;
    flex: 0 0 100px;
}

.news .content .right .newsHot .newsHot_content div {
	color: #1d2129;
	font-family: "Alibaba PuHuiTi";
	font-size: 16px;
	font-style: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 5px 0px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .content .right .newsHot .newsHot_content div:hover{
    color: #125AAF;
}
.news .content .right .newsHot .newsHot_content .newsHot_top {
	position: absolute;
	top: 18px;
	left: 22px;
	width: 25px;
	height: 30px;
}

.news .content .right .newsLatest {
	width: 285px;
	background: #ffffff;
	margin-bottom: 20px;
}


.news .content .right .newsLatest .newsLatest_head {
	margin-top: 20px;
	margin-bottom: 10px;
}

.news .content .right .newsLatest .newsLatest_head img {
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

.news .content .right .newsLatest .newsLatest_head span {
	color: #1d2129;
	text-align: center;
	font-family: "Alibaba PuHuiTi";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.news .content .right .newsLatest .newsLatest_banner {
	margin: 20px;
}

.news .content .right .newsLatest .newsLatest_banner .newsLatest_img {
	width: 245px;
	height: 140px;
}

.news .content .right .newsLatest .newsLatest_banner .t1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1d2129;
	font-family: "Alibaba PuHuiTi";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.news .content .right .newsLatest .newsLatest_banner .t1:hover{
    color: #125AAF;
}
.news .content .right .newsLatest .newsLatest_banner .t2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4e5969;
	font-family: "Alibaba PuHuiTi";
	font-size: 12px;
	font-style: normal;
	margin-bottom: 20px;
	font-weight: 400;
}

.news .content .right .newsLatest .newsLatest_banner .t3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.news .content .right .newsLatest .newsLatest_banner .t3 .tag_active {
	width: 20px;
	height: 4px;
	margin-left: 6px;
	background: #125AAF;
}

.news .content .right .newsLatest .newsLatest_banner .t3 .tag {
	width: 20px;
	margin-left: 6px;
	height: 4px;
	background: #F0F0F0;
}

.news .content .right .newsLatest .newsLatest_banner .t4 {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.news .content .right .newsLatest .newsLatest_banner .t4:hover .t4_title{
    color:#125AAF;
}
.news .content .right .newsLatest .newsLatest_banner .t4 .tag {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #125AAF;
    flex:  0 0 10px;
}

.news .content .right .newsLatest .newsLatest_banner .t4 .t4_title {
	color: #1d2129;
	font-family: "Alibaba PuHuiTi";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .content .right .recommendation {
	width: 285px;
	background: #ffffff;
}

.news .content .right .recommendation .recommendation_head {
	margin-top: 20px;
	margin-bottom: 10px;
}

.news .content .right .recommendation .recommendation_head img {
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

.news .content .right .recommendation .recommendation_head span {
	color: #1d2129;
	text-align: center;
	font-family: "Alibaba PuHuiTi";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.news .right .recommendation .recommendation_content {
	margin: 20px;
    margin-bottom: 0px;
}

.news .right .recommendation .recommendation_content .item_content:nth-last-of-type(1) .left_solid {
	background-color: #fff !important;
	display: none;
}

.news .right .recommendation .recommendation_content .item_content {
	position: relative;

}

.news .right .recommendation .recommendation_content .item_content a {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.news .right .recommendation .recommendation_content .item_content .left_solid {
	position: absolute;
	left: 9.5px;
	height: 100%;
	top: 17.5px;
	width: 1px;
	background-color: #C9CDD4 !important;
}

.news .right .recommendation .recommendation_content .item_content .t1 {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #C9CDD4;
	background-color: #fff;
}

.news .right .recommendation .recommendation_content .item_content .t2 {
	flex-shrink: 0;
	color: #1d2129;
	font-family: "Alibaba PuHuiTi";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 214px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .right .recommendation .recommendation_content .item_content .t2:hover {
	color: #125AAF;
}

.news .right .recommendation .recommendation_content .item_content:nth-last-of-type(1) .recommendation_solid {
	background-color: #fff !important;

}

.news .right .recommendation .recommendation_content .recommendation_solid {
	width: 225px;
	height: 1px;
	background: #c9cdd433;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
}


.news .content .right .right_solid {
	width: 245px;
	height: 1px;
	background: #c9cdd433;
	margin-left: 20px;
}



.news .content .left_detail {
	width: 895px;
}

.news .content .left_detail .detail_title {
	color: #1d2129;
	width: 795px;
	font-family: "Alibaba PuHuiTi";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
}

.news .content .left_detail .detail_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
	margin-bottom: 30px;
}

.news .content .left_detail .detail_info .t1 {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.news .content .left_detail .detail_info .t1 .tag1 {
	height: 20px;
	padding: 0 10px;
	align-items: center;
	gap: 10px;
	border-radius: 2px;
	color: #ffffff;
	font-family: "Alibaba PuHuiTi";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #FFB301;
	background: #FFB301;
	margin-right: 16px;
}

.news .content .left_detail .detail_info .t1 .tag2 {
	height: 20px;
	padding: 0 10px;
	align-items: center;
	gap: 10px;
	border-radius: 2px;
	color: #ffffff;
	font-family: "Alibaba PuHuiTi";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #125AAF;
	margin-right: 16px;
	background: #125AAF;
}

.news .content .left_detail .detail_info .t1 .tag3 {
	height: 20px;
	padding: 0 10px;
	align-items: center;
	margin-right: 16px;
	gap: 10px;
	border-radius: 2px;
	color: #ffffff;
	font-family: "Alibaba PuHuiTi";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #00CAB2;
	background: #00CAB2;
}

.news .content .left_detail .detail_info .t2 {
	display: flex;
	align-items: center;
	color: #86909c;
	font-family: "Alibaba PuHuiTi";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-top: 12px;
}

.news .content .left_detail .detail_info .t2 img {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.news .content .left_detail .detail_info .t2 .tag1 {
	margin-right: 30px;
}



.news .content .left_detail .detail_content {
	padding-top: 30px;
	border-top: 1px solid #E9EBF2;
	padding-bottom: 30px;
	border-bottom: 1px dashed #C9CDD4;
}

.news .content .left_detail .detail_footer {
	margin-top: 43.58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news .content .left_detail .detail_footer .up {
	text-align: left;
}

.news .content .left_detail .detail_footer .next {
	text-align: end;
}

.news .content .left_detail .detail_footer .t1 {
	color: #4e5969;
	font-family: "Alibaba PuHuiTi";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.news .content .left_detail .detail_footer .t2 {
	color: #1d2129;
	font-family: "Alibaba PuHuiTi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	margin-top: 20px;
}

/* 分页器 */

.pagination-box {
	margin-top: 30px;
	width: 100%;
	clear: both;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.pagination-box .prev-btn {
	width: 72px;
	height: 32px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #e5e6eb !important;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 4px;
}

.pagination-box .next-btn {
	width: 72px;
	height: 32px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #e5e6eb !important;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 4px;
}

.pagination-box .page-btn {
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #e5e6eb !important;
	background: #fff;
	margin-left: 4px;
	margin-right: 4px;
	box-sizing: border-box;
	overflow: hidden;
}

.pagination-box .prev-btn a,
.pagination-box .next-btn a,
.pagination-box .page-btn a {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 30px !important;
}

.pagination-box .prev-btn a:hover,
.pagination-box .next-btn a:hover,
.pagination-box .page-btn a:hover,
.pagination-box .active-btn a {
	color: #fff !important;
	background: var(--themeColor) !important;
}

.pagination-box .active-btn a:hover {
	cursor: not-allowed !important;
}

.pagination-box .disabled-btn a,
.pagination-box .disabled-btn a:hover {
	cursor: not-allowed !important;
	color: #c9cdd4 !important;
	background: #fff !important;
}

.pagination-box .paginationjs-pages {
	order: 1;
	margin-right: 16px;
}

.pagination-box .paginationjs-nav {
	order: 2;
}

.pagination-box .paginationjs-go-input {
	order: 3;
	width: 88px !important;
	height: 32px !important;
	box-sizing: border-box;
	border-radius: 4px;
}

.pagination-box .paginationjs-go-input input {
	width: 56px !important;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	text-align: center;
	line-height: 30rpx;
	border-radius: 4px;
	border: 1px solid #e5e6eb;
	background: #fff;
	color: #4e5969;
	font-family: "Alibaba PuHuiTi 3.0";
}

.pagination-box .paginationjs-go-input::after {
	content: "页";
	margin-left: 8px;
}

.pagination-box .paginationjs-go-button:hover input[type="button"] {
	background: var(--themeColor) !important;
	color: #fff !important;
	border-color: transparent !important;
}

.pagination-box .paginationjs-go-button {
	order: 4;
}

.pagination-box .paginationjs-go-button input {
	width: 60px !important;
	padding: 0 !important;
}

/* 面包屑 */
.news .bread a,
.news .bread span{
	font-size: 16px;
	font-weight: 400;
	color: #86909C;
}

.news .bread {
	margin: 20px 0;
}

.news .bread li i {
	font-weight: 400;
	color: #86909C;
}

.news .bread li:hover a {
	color: #125AAF;
}

.news .bread li:hover i {
	color: #125AAF;
}

.news .bread li .main_color {
	color: #125AAF;
}



.newsLatest_banner .banner_swiper1 {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.newsLatest_banner .banner_swiper1 a,
.newsLatest_banner .banner_swiper1 img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.newsLatest_banner .banner_swiper1 .swiper-pagination {
	width: auto !important;
	background: transparent;
	height: 30px;
	border-radius: 30px;
	padding: 0 15px;
	left: 50% !important;
	bottom: 8px;
	transform: translateX(-50%);
}

.newsLatest_banner .banner_swiper1 .swiper-pagination-bullet {
	width: 20px !important;
	height: 4px !important;
	background: #F0F0F0 !important;
	margin: 0 10px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 !important;
	opacity: 1 !important;
}

.newsLatest_banner .banner_swiper1 .swiper-pagination-bullet::after {
	content: "";
	width: 20px !important;
	height: 4px !important;
	background: #F0F0F0;
}

.newsLatest_banner .banner_swiper1 .swiper-pagination-bullet-active {
	width: 20px !important;
	height: 4px !important;
	background: #125AAF;
}

.newsLatest_banner .banner_swiper1 .swiper-pagination-bullet-active::after {
	background: #125AAF;
}