.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;
}

.timeline ul {
	padding: 0.625rem 0 0 0;
}

.publish-name::before {
	font-family: 'iconfont';
	color: #FFF;
	transition: all .5s;
	margin-right: 1.25rem;
	content: "\e62a";
	font-size: 2rem;
	background: #eb6100;

}

.publish-clumn a {
	color: #0060af;
	transition: all .5s;
	font-size: 1.5rem;
}

.publish-name:hover::before {
	background: #0060af;
}

.timeline ul {
	position: relative;
}

.timeline ul li {
	margin-bottom: 2rem;
}

.timeline ul::before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 100%;
	background: #b5b5b5;
	position: absolute;
	top: 0;
	left: 0.5rem;
}

.publish-tate a {
	padding-left: 0.3rem;
	color: #ea6200;
}

.publish-tate::before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #e9f1f9;
	border: solid 2px #b5b5b5;
	z-index: 999;
	position: relative;
}

.publish-tate:hover::before {
	border: solid 2px #ea6200;
}

.publish-titlle {
	padding-left: 1.6rem;
}

.publish-titlle a {
	color: #333;
}

.publish-titlle a:hover {
	color: #eb6100;
}

.zt-s {
	margin-top: 1rem;
}

.zt-s img {
	width: 100%;
	transition: all .4s;
}

.zt-s img:hover {
	transform: scale(1.1);
}

.list-lb {
	padding: 1rem 2rem 2rem 2rem;
}
.content {
	font-family: MicrosoftYaHei;
}
.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:750px) {
	.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%;
	}

}