﻿body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #f1f2f3;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.banner {
	height: 550px;
	background: url("ds-banner.jpg") center no-repeat;
}

.logo {
	width: 1200px;
	margin: auto;
	padding-top: 20px;
}

.main {
	width: 1200px;
	margin: auto;
	position: relative;
	top: -35px;
	background: #fff;
	padding: 30px 35px;
}

.title1 {
	display: block;
	height: 117px;
	margin-bottom: 15px;
	background: url("ds-column1.png") center no-repeat;
}

.title2 {
	display: block;
	height: 117px;
	margin: 25px 0 15px;
	background: url("ds-column2.png") center no-repeat;
}

.slideBox {
	position: relative;
	overflow: hidden;
	width: 550px;
	height: 380px;
}

.bd li {
	position: relative;
	width: 550px;
	height: 380px;
}

.bd li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bd li > a {
	display: block;
	width: 100%;
	height: 335px;
	position: absolute;
	top: 0;
	left: 0;
}

.pic-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	line-height: 45px;
	background: rgba(0,0,0,.5);
	padding: 0 30px;
}

.pic-title a {
	display: inline-block;
	max-width: 410px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #fff;
}

.hd {
	position: absolute;
	right: 30px;
	bottom: 18px;
	z-index: 9;
}

.hd ul li {
	width: 8px;
	height: 8px;
	float: left;
	cursor: pointer;
	background: #fff;
	text-indent: 999em;
	border-radius: 50%;
}

.hd ul li.on {
	background: #f30;
}

.hd ul li + li {
	margin-left: 10px;
}

.ly-list {
	height: 405px;
	overflow: hidden;
}

.ly-list li {
	height: 45px;
	line-height: 45px;
	position: relative;
	padding-left: 20px;
	background: url("ds-list-bg.png") 0 15px no-repeat;
}

.ly-list li a {
	display: inline-block;
	max-width: 440px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 18px;
}

.ly-time {
	float: right;
	color: #999;
	font-size: 18px;
}

.icons-row {
	margin: 0 -14px;
}

.icon-col {
	width: 20%;
	float: left;
	padding: 0 14px;
}

.icon-col a {
	display: block;
	height: 99px;
	line-height: 80px;
	color: #000;
	padding-left: 70px;
}

.icon-col:nth-child(1) a {
	background: url("ds-icon1.png") center no-repeat;
}

.icon-col:nth-child(2) a {
	background: url("ds-icon2.png") center no-repeat;
}

.icon-col:nth-child(3) a {
	background: url("ds-icon3.png") center no-repeat;
}

.icon-col:nth-child(4) a {
	background: url("ds-icon4.png") center no-repeat;
}

.icon-col:nth-child(5) a {
	background: url("ds-icon5.png") center no-repeat;
}

.ly-list.ly-list-lg {
	height: 225px;
}

.ly-list.ly-list-lg li a {
	max-width: 990px;
}