body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #fff;
	color: #333;
	font-size: 18px;
}

* {
	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: 728px;
	background: url("zhengcejiedu-banner.jpg") center no-repeat;
}

.logo {
	width: 1200px;
	margin: auto;
	padding-top: 20px;
        position: relative;
}

.logo img {
	width: 250px;
}

.main {
	margin-top: -350px;
	background: #fff;
	padding: 20px;
}

.row {
	margin: 25px -15px 0;
}

.col {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.title {
	height: 39px;
	line-height: 39px;
}

.title span {
	display: inline-block;
	text-align: center;
	color: #337dc4;
	font-size: 22px;
	font-weight: bold;
}

.more {
	float: right;
	line-height: 50px;
}

.ly-list {
	margin: 10px 0;
	height: 320px;
	overflow: hidden;
	width: 100%;
}

.ly-list li {
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
}

.ly-list li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #c9c9c9;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.ly-list li a {
	display: inline-block;
	width: 440px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.ly-time {
	float: right;
	color: #999;
}

.pic-row {
	margin: 0 -7.5px;
}

.pic-col {
	float: left;
	width: 33.333%;
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.pic-col a {
	display: block;
}

.pic-col img {
	display: block;
	width: 100%;
	height: 82px;
}

.pic-title {
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.pic-title span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	background: #085cef;
	border-radius: 5px;
}

.wblj-img-hover{
max-width: 110px;
}
