.banner {
	/* width: 100%; */
	/* height: 4.8rem; */
	/* margin: 0 auto; */
	/* overflow: hidden; */
}

.banner .header_img {
	display: block;
	width: 100%;
	/* height: 100%; */
	/* width: 19.2rem; */
	/* margin: 0 auto; */
}

.tab_box {
	width: 100%;
	background: #fbfbfb;
}

.tab_list {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 11.37rem;
	text-align: center;
	margin: 0 auto;
}

.tab_list li {
	flex: 1;
	position: relative;
	display: inline-block;
	/* width: 32%; */
	line-height: 0.66rem;
	text-align: center;
	font-size: 0.16rem;
	color: #5f6464;
	border-bottom: 0.02rem solid transparent;
}

.tab_list li a {
	display: inline-block;
}

.tab_list li .borderBottom {
	display: none;
	width: 0.8rem;
	border-bottom: 0.02rem solid #003b83;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.4rem;
	animation: showLines 0.4s;
	animation-iteration-count: 1;
}

.tab_list li.on a {
	color: #003b83;
}

.tab_list li.on .borderBottom {
	display: block !important;
	border-bottom-color: #003b83 !important;
}

.tab_list li:hover a {
	color: #003b83;
}

@keyframes showLines {
	from {
		width: 0;
	}
	to {
		width: 0.8rem;
	}
}

.content_list .item {
	width: 100%;
	padding-top: 0.6rem;
	overflow: hidden;
	background: #f5f5f5;
	padding-bottom: 0.6rem;
}

.content_list .news-list-container {
	width: 13.5rem;
	padding: 0.3rem 1rem;
	margin: 0 auto;
	background: #fff;
}

.content_list .new_item {
	padding: 0.4rem 0;
	border-bottom: 0.01rem solid #ebedf0;
}

.content_list .new_item:last-child {
	border-bottom: none;
}

.content_list .new_item img {
	float: left;
	width: 1.7rem;
	height: 1.1rem;
}

.content_list .new_item .content {
	float: left;
	margin-left: 0.3rem;
	width: 9.3rem;
}

.content_list .new_item .content h2 {
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.22rem;
	margin-bottom: 0.1rem;
}

.content_list .new_item .content p {
	font-size: 0.16rem;
	color: #666666;
	margin-bottom: 0.1rem;
	max-height: 0.48rem;
}

.content_list .new_item .content .detail_btn {
	font-size: 0.14rem;
	color: #003b82;
}

#news-list-paginate {
	margin-top: 0.2rem;
	text-align: center;
}
