body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #F8FAFB;
	color: #333;
	font-size: 18px;
}

.zcpj-main ::-webkit-scrollbar {
	width: 8px;
}

.zcpj-main ::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

.zcpj-main ::-webkit-scrollbar-thumb {
	background-color: #0163D0;
	border-radius: 4px;
}

.w1200 {
	width: 1200px;
	margin: auto;
	padding-top: 10px;
	position: relative;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.zcpj-banner {
	height: 380px;
	background: url("zcpj-banner.jpg") center no-repeat;
}

.zcpj-main {
	width: 1200px;
	margin: -50px auto 0;
}

.section {
	margin-bottom: 50px;
}

.ly-left {
	width: 650px;
	float: left;
}

.ly-right {
	width: 520px;
	float: right;
}

.zcpj-main > .section:nth-child(even) .ly-left {
	width: 520px;
}

.zcpj-main > .section:nth-child(even) .ly-right {
	width: 650px;
}

.ly-left img {
	display: block;
	height: 194px;
}

.ly-list {
	height: 194px;
	overflow: auto;
}

.ly-list li {
	padding: 20px;
	background: #fff;
	height: 92px;
}

.ly-list li + li {
	margin-top: 10px;
}

.ly-list li:hover {
	box-shadow: rgba(0, 62, 128, 0.2) 0 0 15px;
}

.ly-list li > a,
.ly-list li p {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.special .ly-list li {
	padding: 10px 20px;
}

.special .ly-list li p {
	-webkit-line-clamp: 1;
	display: block;
	white-space: nowrap;
	font-size: 17px;
}

.tools {
	margin-top: 10px;
}

.tools a {
	color: #fff;
	background: #0163D0;
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
}

.tools a + a {
	margin-left: 10px;
}
