/* news */

.jjfalb-tabbar {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.jjfalb-tabbar-item {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	background: white;
}

.jjfalb-tabbar-item-active {
	width: 20%;
	background: linear-gradient(90deg, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.jjfalb-tabbar-icon {
	width: 50px;
	height: 50px;
}

.jjfalb-tabbar-icon-active {
	width: 50px;
	height: 50px;
}

.jjfalb-tabbar-item-active .jjfalb-tabbar-icon {
	display: none;
}

.jjfalb-tabbar-item .jjfalb-tabbar-icon-active {
	display: none;
}

.jjfalb-tabbar-text {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26.4px;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
}

.jjfalb-tabbar-item-active .jjfalb-tabbar-text {
	color: rgb(255, 255, 255);
}

.jjfalb-tabbar-item .jjfalb-tabbar-text {
	color: rgba(44, 44, 44, 1);
}

.jjfalb-border-right {
	border-right: 2px solid rgba(229, 229, 229, 1);
}

/* new newslist2 */
.news-lists2 {
	padding-top: 50px;
}

.news-lists2 .time img {
	margin: 0;
}

.news-lists2 .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DCDFE6;
	align-items: center;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.news-lists2 .item2 .title {
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 30px;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}

.news-lists2 .item2 .des {
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/** æ–‡æœ¬1 */
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(136, 136, 136, 1);
	text-align: left;
	vertical-align: top;
}

.news-lists2 .item2 .meta {
	padding-top: 20px;
	border-top: 1px solid #cacaca;
	font-size: 18px;
	font-weight: bold;
	color: #797979;
}

.news-lists2 .item2:hover .meta {
	color: #bf1b1b;
	border-top: 1px solid #bf1b1b;
}

.news-lists2 .item2 .div-text {
	padding: 15px 25px;
	/* padding-right: 5%; */
}

.news-lists2 .time {
	color: #909399;
	font-size: 14px;
	margin-bottom: 20px;
	border: 0;
	padding: 0;
}

.news-lists2 .newslist .txt h3 {
	font-weight: normal;
}

.news-lists2 .col-lg-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.des {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: break-word;
	color: rgba(102, 102, 102, 1);
	font-size: 16px;
	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
	line-height: 36px;
	margin-top: 30px;
}

.des .iconDate {
	vertical-align: middle;
}

.des .spanDate {
	position: relative;
	top: 3px;
	left: 8px;
}

.img img {
	width: 100%;
	height: 308px;
	object-fit: cover;
	/* border-radius: 20px; */
	border-radius: 20px 20px 60px 20px;
	overflow: hidden;
}


/* details */
.news-detail .news-date {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;
	color: rgba(153, 153, 153, 1);
	text-align: center;
	vertical-align: top;

}

.news-title {



	/** 文本1 */
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 72px;
	color: rgba(26, 26, 26, 1);
	text-align: center;
	vertical-align: top;

	margin: 100px 0 48px;

}

.detail-content {
	padding: 60px 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(44, 44, 44, 1);
	text-align: left;
	vertical-align: top;
}


.detail-content p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(44, 44, 44, 1);
	text-align: left;
	vertical-align: top;
	max-width: 100% !important;
	font-family: 'Times New Roman', serif !important;
}

.detail-content p span{
	font-family: 'Times New Roman', serif !important;
}

.detail-content img {
	max-width: 100% !important;
	margin: 10px 0;
}

/* media */
@media (min-width: 1400px) {
	.news-detail.container {
		width: 1400px;
		margin: 0 auto;
	}
}

@media (max-width: 899px) {
	.jjfalb-tabbar-item {
		width: 25%;
		height: 100px;
		flex-direction: column;
		align-items: center;
	}

	.jjfalb-tabbar-item-active {
		width: 25%;
		height: 100px;
		flex-direction: column;
		align-items: center;
	}

	.jjfalb-tabbar-text {
		margin-left: 0px;
		margin-top: 5px;
		font-size: 14px;
	}

	.jjfalb-box-item {
		width: 100%;
	}

	.jjfalb-box-item-img {
		width: 100%;
	}

	.jjfalb-box-item-title {
		font-size: 26px;
	}

	.news-lists2 .row {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.news-title {
		font-size: ;
		margin: 5% 0;
		font-size: 20px;
		line-height: 32px;
		font-weight: bold;

	}

	.news-date span,
	.news-date {
		font-size: 12px;
		margin-top: 10px;
	}

}

@media (min-width: 900px) {
	.jjfalb-box-item {
		width: 49%;
	}

	.jjfalb-box-item-img {
		width: 49%;
	}

		/* logo */
	.black-source{
		max-width: auto;
		/* width: 100%; */
	}
}

.news-links {
	display: flex;
	justify-content: left;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
}

.news-links a {
	color: rgba(153, 153, 153, 1);
}