body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #fff;
	color: #333;
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

a {
	color: #333;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.banner {
	height: 368px;
	background: url("zdxzjc-banner.jpg") center no-repeat;
}

.logo {
	width: 1200px;
	margin: auto;
	padding-top: 15px;
}

.main {
	width: 1200px;
	margin: auto;
	padding: 30px 0;
	background: #fff;
}



.ly-tabs {
	margin-bottom: 20px;
}

.ly-tab {
	font-size: 30px;
	color: #999;
	float: left;
	width: 50%;
	cursor: default;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #F8F9FD;
}

.ly-tab.active {
	background: #656EEF;
	color: #fff;
}

.ly-list {
	margin: 10px 0;
	height: 300px;
	overflow: hidden;
}

.ly-list li {
	height: 60px;
	line-height: 60px;
	position: relative;
	padding-left: 15px;
}

.ly-list li + li {
	border-top: 1px dashed #ededed;
}

.ly-list li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #E6121B;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.ly-list li a {
	display: inline-block;
	max-width: 900px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 18px;
}

.ly-time {
	float: right;
	color: #999;
}

.pic-row {
	margin: 0 -10px 30px;
}

.pic-col {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.pic-col a {
	display: block;
}

.pic-col img {
	width: 100%;
	height: 100px;
}

.item-list li {
	background: #F8F9FD;
	padding: 20px;
	margin-bottom: 20px;
}

.item-list li h1 {
	line-height: 40px;
	margin-bottom: 10px;
	font-size: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-links a {
	padding: 8px 12px;
	display: inline-block;
	float: left;
	border: 1px solid #E4E4E4;
	background: #fff;
	border-radius: 5px;
	color: #999;
}

.item-links a + a {
	margin-left: 10px;
}

.item-links a:hover {
	background: #656EEF;
	color: #fff;
}

.ly-pop {
	display: none;
}

.ly-cover {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 99999999;
}

.ly-pop-container {
	width: 1200px;
	position: fixed;
	left: 50%;
	top: 150px;
	margin-left: -600px;
	background: #fff;
	z-index: 99999999;
}

.ly-pop-head {
	padding: 15px;
	text-align: right;
}

.ly-pop-head a {
	font-size: 24px;
}

.ly-pop-title {
	text-align: center;
	color: #656EEF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ly-pop-body .ly-pop-content {
	height: 350px;
	overflow: auto;
	padding: 0 50px;
	margin-bottom: 30px;
	line-height: 1.8;
}

.section {
	margin: 20px 0;
}

.subtitle {
	border-bottom: 2px solid #ccc;
}

.subtitle span {
	height: 35px;
	line-height: 35px;
	display: inline-block;
	padding: 0 30px;
	background: #656EEF;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.item {
	padding: 20px 0;
	text-align: center;
}

.item + .item {
	border-top: 2px #ccc solid;
}

.item-title {
	position: relative;
	padding-left: 10px;
	text-align: left;
}

.item-title:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 10px;
	background: #dcdcdc;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 8px;
}

.item-title span {
	color: #656EEF;
}

