* {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.container {
	width: 1180px;
	margin: 0 auto;
}

.local {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 15px
}

.local span {
	font-size: 17px;
	line-height: 26px;

}

.zxft_title {
	height: 50px;
	background: #edf3fa;
}

.zxft_title span {
	line-height: 50px;
	color: #3266ac;
	font-size: 20px;
	margin-left: 52px;
	font-weight: bold;
}

.content {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.content-left {
	width: 240px;
	height: auto;
	background: #EDF3FA;
	cursor: pointer;
}

.content-left ul {
	text-align: center;
}

.ld-title {
	width: 240px;
	height: 50px;
	background: #1561AF;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}

.zfld {
	display: none;
}

#zfld {
	margin-top: 2px;
}

.swld ul li a,
.zfld ul li a {
	text-decoration: none;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 33px;
	text-align: center;
}

.ld-type {
	margin: 25px 20px 15px 20px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #1561AF;
	line-height: 45px;
	border-bottom: 1px solid rgba(71, 136, 215, .3);
}

.content-right {
	width: 915px;
	min-height: 880px;
	background: #FFFFFF;
	border: 2px solid #EDF3FA;
}

.right-cont {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
}

.ld-name {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 28px;
	color: #1561AF;
	line-height: 18px;
	margin: 45px 0;
}

.ldhd {
	margin: 0 60px;
}

.ldhd-title {
	width: 100%;
	border-bottom: 1px solid rgba(153, 153, 153, .4);
}

.ldhd-title a {
	text-decoration: none;
	display: inline-block;
	width: 120px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #1561AF;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #1561AF;
}

.ldhd ul {
	width: 740px;
	margin: 0 auto;
	margin-top: 30px;
}

.ldhd ul li {
	list-style: disc;
}

.ldhd ul li a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	position: relative;
}

.date {
	position: absolute;
	right: 0;
}