* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.main {
	width: 1200px;
	margin: 30px auto;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #245399;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/*头部结束*/
/*主体内容开始*/
.banner {
	margin-bottom: 20px;
}

.row + .row {
	margin-top: 20px;
}

.col {
	width: 585px;
	float: left;
}

.col + .col {
	margin-left: 30px;
}

.title {
	border-bottom: 1px solid #ccc;
}

.title a {
	color: #fff;
	font-size: 21px;
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: url(title-bg1.png) no-repeat;
	text-align: center;
}

.title-a:hover {
	color: #fff;
}

.list {
	margin: 10px 0;
	height: 225px;
}

.list li {
	position: relative;
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
}

.list li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #245399;
	position: absolute;
	left: 0;
	top: 20px;
}

.list li a {
	display: inline-block;
	max-width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.time {
	float: right;
	color: #999;
}

.title-mid {
	text-align: center;
}

.title-mid a {
	width: 180px;
	background: url("title-bg2.png") center no-repeat;
}

.picList {
	margin-top: 20px;
	height: 220px;
	overflow: hidden;
}

.picList li {
	float: left;
	width: 290px;
	height: 220px;
	position: relative;
}

.picList li + li {
	margin-left: 12px;
}

.picList li img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.picList li span {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}

.title .more {
	background: none;
	float: right;
	width: auto;
	color: #333;
	font-weight: normal;
}

.yqfk_li li {
	width: 31.33%;
	margin-left: 3%;
	float: left;
}

.yqfk_li li:first-child {
	margin-left: 0
}

.yqfk_li ul {
	overflow: hidden;
	margin-bottom: 30px;
}

.ly-title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	text-align: center;
}

.ly-title span {
	font-size: 28px;
	color: #245399;
	padding: 15px 0;
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid #245399;
}

.row1 {
	margin: 0 -15px;
}

.col1 {
	width: 16.666%;
	float: left;
	padding: 0 15px;
}

.col1-inner {
	display: block;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	height: 200px;
	text-align: center;
	padding: 20px;
}

.col1-inner img {
	margin: 15px 0 35px;
	height: 60px;
}

.col1-inner p {
	line-height: 1.8;
}

/*主体内容结束*/