body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #fff;
	color: #333;
	font-size: 16px;
}

.w1200 {
	width: 1200px;
	margin: auto;
	padding-top: 10px;
	position: relative;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.yxzcjd-banner {
	height: 498px;
	background: url("yxzcjd-banner.jpg") center no-repeat;
}

.yxzcjd-main {
	width: 1200px;
	margin: auto;
	padding: 40px 0;
}

.yxzcjd-title {
	font-size: 32px;
	text-align: center;
	position: relative;
}

.yxzcjd-title:before,
.yxzcjd-title:after {
	content: '';
	display: inline-block;
	width: 417px;
	height: 8px;
	position: absolute;
	top: 20px;
}

.yxzcjd-title:before {
	left: 0;
	background: url("yxzcjd-title1.png") 0 0 no-repeat;
}

.yxzcjd-title:after {
	right: 0;
	background: url("yxzcjd-title2.png") 0 0 no-repeat;
}

.row {
	margin: 30px 0 45px;
}

.main-left {
	width: 455px;
	float: left;
}

.main-right {
	width: 715px;
	float: right;
}

.slideBox {
	position: relative;
	overflow: hidden;
	width: 455px;
	height: 300px;
}

.bd li {
	position: relative;
	width: 455px;
	height: 300px;
}

.bd li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bd li > a {
	display: block;
	width: 100%;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
}

.pic-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	padding-left: 20px;
}

.pic-title a {
	display: inline-block;
	max-width: 265px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #fff;
}

.hd {
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 9;
}

.hd ul li {
	width: 30px;
	height: 8px;
	float: left;
	cursor: pointer;
	background: #a4a4a4;
	text-indent: 999em;
}

.hd ul li.on {
	background: #6db6e5;
}

.hd ul li + li {
	margin-left: 5px;
}

.ly-tabs {
	margin-bottom: 15px;
	line-height: 1;
	font-weight: bold;
}

.ly-tab {
	font-size: 22px;
	color: #666;
	line-height: 1;
	display: inline-block;
	padding: 0 15px;
}

.ly-tab + .ly-tab {
	border-left: 3px solid #296dc7;
}

.ly-tab.active {
	color: #296dc7;
}

.ly-tabs span {
	color: #296dc7;
	margin: 0 15px;
}

.ly-list {
	height: 265px;
	overflow: hidden;
}

.ly-list li {
	height: 38px;
	line-height: 38px;
	position: relative;
	padding-left: 15px;
}

.ly-list li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #abb6c3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.ly-list li a {
	display: inline-block;
	max-width: 590px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.ly-time {
	float: right;
	color: #999;
}