@import url("https://zwgk.shcn.gov.cn/assets-zwgk/iconfont/iconfont.css");
body {
	background: rgba(243,245,244,0.72);
}

.logoer {
	position: absolute;
	top: 40px;
	left: 18%;
}

.Information-disclosure {
	background: #fff;
	margin-top: -150px;
	overflow: hidden;
	position: relative;
	padding: 40px 20px;
	margin-bottom: 30px;
	border-radius: 25px;
}

.lister h3 {
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
}

.lister h3 img {
	width: auto;
}

ul.list-content li a {
	font-size: 16px;
	margin-left: 0;
	padding-left: 20px;
	width: 79%;
	position: relative;
}

ul.list-content li {
	padding: 13px 0;
	padding-left: 6px;
	border-bottom: 1px dashed #d8d8d8;
}

ul {
	margin-bottom: 0;
}

ul.list-content li a:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #d8d8d8;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
}

ul.list-content li span {
	float: right;
	margin-top: 2px;
}

ul.list-content li a:hover {
	color: #2c4faa;
}

@media (max-width: 1750px) {
	.logoer {
		left: 7%;
	}

	.Information-disclosure {
		margin-top: -130px;
	}
}

@media (max-width: 1460px) {
	.logoer {
		left: 2%;
		top: 25px;
	}
}

@media (max-width: 1350px) {
	.Information-disclosure {
		margin-top: -90px;
	}
}

@media (max-width: 1270px) {
	.container {
		width: 97%;
	}

	.logoer {
		top: 10px;
	}
}

@media (max-width: 991px) {
	.list-content {
		margin-bottom: 30px;
	}

	.Information-disclosure {
		margin-top: -45px;
	}

	.logoer {
		width: 20%;
	}
}

@media (max-width:767px) {
	.container {
		width: 100%;
	}
}

@media (max-width:480px) {
	.logoer {
		top: 3px;
		width: 33%;
	}

	ul.list-content li a {
		font-size: 14px;
		padding-left: 15px;
		width: 75%;
	}

	.Information-disclosure {
		margin-top: -23px;
	}

	.Information-disclosure {
		padding: 15px;
	}

	ul.list-content li span {
		font-size: 12px;
	}

	.lister h3 img {
		width: 100px;
	}

	.lister h3 {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}