.card-ban {
	width: 100%;
}

.card-ban img {
	display: block;
	width: 100%;
}

.about {
	margin-top: 40px;
	text-align: justify;
	text-align-last: justify;
	/* height: 0; */
	overflow: hidden;
}

.about .wrap {
	position: relative;
	top: auto;
	bottom: -200px;
	opacity: 0;
}

.about::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.tab-box {
	padding-bottom: 70px;
	width: 960px;
}

.tab-box>div {
	display: none;
}

.tab-box>div:first-Child {
	display: block;
}

.tab-menu,
.tab-box {
	display: inline-block;
	vertical-align: top;
	text-align-last: auto;
}

.tab-menu ul li {
	margin-bottom: 5px;
}

.tab-menu ul li a {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	display: block;
	width: 185px;
	text-align: center;
	line-height: 55px;
	background-color: #F1F1F1;
	transition: all .8s;
}

.tab-menu ul li a:hover {
	background-color: #E70011;
	color: #fff;
}

.tab-menu ul .tab-active a {
	background-color: #E70011;
	color: #fff;
}

.tab-h {
	border-bottom: 1px solid #dbdbdb;
	line-height: 60px;
}

.tab-h a {
	font-size: 24px;
	color: #E70011;
	display: inline-block;
	position: relative;
	line-height: 60px;
}

.tab-h a::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #E70011;
	position: absolute;
	bottom: 0;
	left: 0;
}


/* 新闻列表 */
.nav {
	width: 100%;
	background-color: #F5F5F5;
	color: #666;
	line-height: 45px;
}

.nav img {
	vertical-align: middle;
	margin-right: 5px;
}

.nav a {
	font-size: 14px;
	color: #666;
}

.nav-last a {
	color: #999;
}

.dyn-list li {
	line-height: 65px;
	;
	border-bottom: 1px dashed rgb(221, 221, 221);
	text-align: justify;
	text-align-last: justify;
	height: 65px;
}

.dyn-list li::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.dyn-dian {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #E70011;
	margin-right: 5px;
}

.dyn-list li a {
	display: inline-block;
	width: 470px;
	font-size: 14px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align-last: auto;
	vertical-align: middle;
}

.dyn-list li:hover a {
	color: #E70011;
}

.dyn-list li span {
	font-size: 14px;
	color: #999;
	vertical-align: middle;
	display: inline-block;
	text-align-last: auto;
}

.dyn-list .dyn-more {
	border: none;
	overflow: hidden;
	padding: 40px 0;
}

.dyn-list .dyn-more a {
	display: inline-block;
	color: #fff;
	background-color: #E70011;
	width: 145px;
	line-height: 40px;
	text-align: center;
	float: right;
}

/* 分页码 */
.paging {
	text-align: center;
	margin-top: 50px;
}

.paging li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}

.paging li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	border: 1px solid #888;
	box-sizing: border-box;
	font-size: 12px;
	color: #555;
}

.paging .pag-numb a {
	background-color: #E70011;
	color: #fff;
	border: 1px solid transparent;
}

/* 文章 */
.txt {
	padding-top: 30px;
}

.txt h2 {
	font-size: 18px;
	font-weight: 300;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	line-height: 30px;
}

.txt p {
	font-size: 14px;
	text-indent: 2em;
	color: #555;
	line-height: 30px;
}

@media screen and (max-width:1300px) {

	.tab-menu {
		width: 17%;
	}

	.tab-box {
		width: 80%;
	}

	.tab-menu ul li a {
		width: 100%;
	}

}

@media screen and (max-width:980px) {

	.card-ban {
		width: 100%;
		overflow: hidden;
	}

	.card-ban img {
		display: block;
		width: 300%;
		margin-left: -30%;
	}

	.nav {
		line-height: normal;
		padding: 10px 0;
	}

	.tab-menu {
		width: 25%;
	}

	.tab-box {
		width: 70%;
	}

	.tab-h {
		height: 40px;
	}

	.tab-h a {
		font-size: 20px;
		line-height: 40px;
		vertical-align: top;
	}

	.dyn-list li a {
		width: 65%;
	}

	.dyn-list li span {
		font-size: 12px;
	}

	.dyn-list li {
		line-height: 45px;
		height: 45px;
	}

	.paging li {
		margin: 0;
	}

	.paging li a {
		padding: 5px 2px;
	}

}
