.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 {
	background: #FFF;
	margin-bottom: 1.25rem;
	transition: all 0.3s;
}

.list-lb>ul>li:hover {
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-out;
	transform: scale(1.03);
}

.list-lb ul li a {
	display: flex;
}

.img-show img {
	width: 12.5rem;
	max-width: 12.5rem;
	transition: all .4s;
}

.img-show img:hover {
	transform: scale(1.1);
}

.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;
}

.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);
}

@media screen and (max-width:750px) {
	.line {
		width: 50%;
	}

	.list-lb {
		padding: 0;
	}

	.news-r-title {
		font-size: 1rem;
	}
}
@media screen and (max-width:450px) {
	.list-bg {
		height: 14rem;
		background: url("../images/list-header.jpg") no-repeat 50% 80%;
	}

}

.gzh {
	width: 30px;
	height: 30px;
	margin-right: 0.625rem;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.gzh a {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/gzh-qr30.png) no-repeat center top;
}

.gzh .gzh_nr {
	padding: 0.3125rem;
	background: #fff;
	text-align: center;
	position: absolute;
	left: -45px;
	bottom: 45px;
	display: none;
}

.gzh .gzh_nr img {
	margin-bottom: 5px;
}

.gzh .gzh_nr .arrow {
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50px;
	bottom: -10px;
}

.gzh.on .gzh_nr {
	display: block;
}

.gzh.on a {
	background: url(../images/gzh-qr30.png) no-repeat left bottom;
}

.jwc {
	width: 30px;
	height: 30px;
	margin-right: 0.625rem;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.jwc a {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/jwc-qr30.png) no-repeat center top;
}

.jwc .jwc_nr {
	padding: 0.3125rem;
	background: #fff;
	text-align: center;
	position: absolute;
	left: -45px;
	bottom: 45px;
	display: none;
}

.jwc .jwc_nr img {
	margin-bottom: 5px;
}

.jwc .jwc_nr .arrow {
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50px;
	bottom: -10px;
}

.jwc.on .jwc_nr {
	display: block;
}

.jwc.on a {
	background: url(../images/jwc-qr30.png) no-repeat left bottom;
}

.shpg {
	width: 30px;
	height: 30px;
	margin-right: 0.625rem;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.shpg a {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/shpg-qr30.png) no-repeat center top;
}

.shpg .shpg_nr {
	padding: 0.3125rem;
	background: #fff;
	text-align: center;
	position: absolute;
	left: -45px;
	bottom: 45px;
	display: none;
}

.shpg .shpg_nr img {
	margin-bottom: 5px;
}

.shpg .shpg_nr .arrow {
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50px;
	bottom: -10px;
}

.shpg.on .shpg_nr {
	display: block;
}

.shpg.on a {
	background: url(../images/shpg-qr30.png) no-repeat left bottom;
}