
.container {
	width: 1200px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.mobile-footer {
	display: none;
}

.head {
	width: 100%;
	height: 579px;
	background: url(http://mzt.shandong.gov.cn/picture/0/2511141128314187615.jpg) no-repeat center center;
}

.head_logo {
	padding: 20px 0;
}

.head_alt {
	text-align: center;
}

.esd_con {
	width: 100%;
	padding: 42px 0 32px 0;
}

.img_news {
	width: 55%;
	height: 400px;
}

.img_news a img {
	width: 100%;
	height: 400px;
}

.title_img {
	text-align: center;
	margin: 25px 0 50px 0;
}

.imgnew a {
	display: block;
	position: relative;
}

.imgnew p {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 1px;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	margin: 0;
	padding: 8px 12px;
}

.esd_con ul li {
	line-height: 40px;
	list-style: disc inside;
	font-size: 12px;
}

.esd_con ul li a {
	color: #333;
	font-size: 16px;
	transition: all .4s;
	letter-spacing: 1px;
}

.esd_con ul li a:hover {
	color: #a70b02;
}