.banner {
	width: 100%;
	height: 480px;
	margin: 0 auto;
	overflow: hidden;
}

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

.tab_list {
	width: 1137px;
	text-align: center;
	margin: 0 auto;
}

.tab_list li {
	position: relative;
	display: inline-block;
	width: 32%;
	line-height: 66px;
	text-align: center;
	font-size: 16px;
	color: #5f6464;
	border-bottom: 2px solid transparent;
}

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

.tab_list li .borderBottom {
	display: none;
	width: 80px;
	border-bottom: 2px solid #003b83;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	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: 80px;
	}
}

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

.content_list .news-list-container {
	width: 1350px;
	padding: 30px 100px;
	margin: 0 auto;
	background: #fff;
}

.content_list .new_item {
	padding: 40px 0;
	border-bottom: 1px solid #ebedf0;
}
.content_list .new_item img {
	float: left;
	width: 170px;
	height: 110px;
}
.content_list .new_item .content {
	float: left;
	margin-left: 30px;
	width: 930px;
}
.content_list .new_item .content h2 {
	font-size: 22px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 10px;
}
.content_list .new_item .content p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	max-height: 48px;
}
.content_list .new_item .content .detail_btn {
	font-size: 14px;
	color: #003b82;
}

#news-list-paginate {
	margin-top: 20px;
	text-align: center;
}