.list-bg {
	height: 31.25rem;
	background: url("../images/list-header.jpg") no-repeat center;
	position: relative;
}

.list-bg-container {
	padding: 0;
}

.loction {
	padding: 0 6.8%;
	height: 100%;
}

.loc-nav,
.loc-nav a {
	color: #FFF;
	position: relative;
}

.loc-nav a:hover {
	color: #eb6100;
}

.loc-nav a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: .03rem;
	background: #FFF;
	transition: all 0.5s;
}

.loc-nav a:hover::before {
	width: 100%;
}

.loc-nav::before {
	font-family: 'iconfont';
	content: '\e603';
	color: #FFF;
	font-size: 1.5rem;
}

.list-content {
	padding: 0 6.8%;
}

.clumn-name::before {
	font-family: 'iconfont';
	color: #0060af;
	transition: all .5s;
	margin-right: 1.25rem;
	content: "\e66e";
	font-size: 2rem;

}

.clumn a {
	color: #0060af;
	transition: all .5s;
	font-size: 1.5rem;
}

.clumn a:hover,
.clumn-name:hover::before {
	color: #eb6100;
}

/* .clumn::after {
	content: '';
	display: inline-block;
	width: 85%;
	height: 3rem;
	background: linear-gradient(to right, #dcdcdc, #dcdcdc) no-repeat center center / 95% 1px;
} */
.line {
	width: 80%;
	height: 3rem;
	background: linear-gradient(to right, #dcdcdc, #dcdcdc) no-repeat center center / 95% 1px;
}

.list-lb ul,
.timeline ul {
	padding: 0.625rem 0 0 0;
}

.list-lb ul li {
	margin-bottom: 1.25rem;
	padding: 0.6rem 0;
	border-bottom: dashed 1px #dedede;

}

.list-line ul li a {
	display: flex;
	justify-content: space-between;
}

.list-title {
	color: #333;
	font-size: 1.125rem;
}

.news-r-title {
	font-size: 1.125rem;
	color: #000;
}

.news-r-date {
	font-size: 14px;
	color: #0060af;
}

.news-r-date::before {
	font-family: 'iconfont';
	margin-right: .15rem;
	content: "\e680";
	color: #0060af;
	font-size: 1.2rem;
}

.img-info {
	padding: 0 1rem;
}

.news-r-dtail {
	color: #666;
}

.zt-s {
	margin-top: -10rem;
}

.zt-s img {
	width: 100%;
	transition: all .4s;
}

.zt-s img:hover {
	transform: scale(1.1);
}

.clumn-nav {
	min-height: 22.75rem;
}


.clumn-navtitle {
	width: 100%;
	height: 15.3125rem;
	background: #0084cd;
	color: #FFF;
	font-size: 1.75rem;
	padding-left: 6%;
	line-height: 3.5rem;
}

.clumn-navbar {
	width: 96%;
	min-height: 13.3125rem;
	background: #FFF;
	position: relative;
	top: -12rem;
	left: 4%;
}

.clumn-navbar ul {
	padding: 0;
        min-height: 13.3125rem;
	background: url("../images/left_bg.png") no-repeat right bottom;
}

.clumn-navbar ul li a {
	display: block;
	width: 100%;
	color: #333;
	padding: 0.7rem 2rem;
	text-align: left;
}

.active {
	background: #ea6200;
}

.clumn-navbar ul .active a {
	color: #FFF;
}

.clumn-navbar ul li a:hover {
	background: #ea6200;
	color: #FFF;
}

.list-lb {
	padding: 1rem 2rem 2rem 2rem;
}
.content {
	font-family: MicrosoftYaHei;
}
.list-line ul li {
	position: relative;
}

.list-line ul li::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: .03rem;
	background: #F00;
	transition: all 0.5s;
}

.list-line ul li:hover::before {
	width: 100%;
}

.title {
	text-align: center;
	font-weight: 600;
	font-size: 1.75rem;
}

.news-info {
	background: rgb(255, 255, 255, 0.3);
	padding: 0.9375rem 0;
}

.news-info span {
	color: #666;
	font-size: 0.875rem;
	margin-right: 1rem;
}

.author::before,
.edit::before,
.source::before,
.click::before,
.date::before,
.author::before {
	font-family: 'iconfont';
	color: #0060af;
	font-size: 1rem;
}

.author::before {
	content: "\e612";
}

.edit::before {
	content: "\ea49";
}

.source::before {
	content: "\e62b";
}

.click::before {
	content: "\e605";
}

.date::before {
	content: "\e680";
}

@media screen and (max-width:970px) {
	.list-bg {
		height: 20rem;
	}

}

@media screen and (max-width:750px) {
	.list-bg {
		height: 18rem;
	}

	.line {
		width: 50%;
	}

	.list-lb {
		padding: 0;
	}
}

@media screen and (max-width:450px) {
	.list-bg {
		height: 14rem;
		background: url("../images/list-header.jpg") no-repeat 50% 80%;
	}

	.logo a img {
		/* width: 100%; */
	}

}