body {
	background: #fdc97e url(../img/bg.jpg) top center no-repeat;
}

.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}

.head {
	font-size: 16px;
	color: #fff;
	width: 1000px;
	margin:0 auto;
	padding-top: 384px;
	text-indent: 2em;
}
.head p{
	width:656px;
}

.content {
	width: 1000px;
	margin: 10px auto;
	margin-top: 85px;
	margin-bottom: 90px;
}

.one {
	background: #fff;
	width: 530px;
}
.list-top {
    line-height: 35px;
	height:35px;
}
.list-head{
	color:#ec0000;
	font-size:16px;
	float:left;
}
.more{
	float:right;
	display: block;
}
.more:hover{
	color:#de3b06;
}
.list-one {    
	width: 412px;
    background: #fff;
    padding: 8px 15px;
    margin-right: 14px;
    height:260px;
	overflow: hidden;
}
.one-tit{
	font-size:18px;
	color:#de3b06;
	text-align: center;
	display: block;
	margin:8px auto;
}
.one-tit:hover{
	font-weight:600;
}
.one-detail{
	font-size:12px;
	text-indent:2em;
	margin:6px 0;
}
.list-p{
	width:70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.one-left {
	width: 467px;
	height: 277px;
}

.slideBox {
	width: 530px;
	height: 277px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius:50%
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 530px;
	height: 277px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.slide-pic {
	position: relative;
	display: block;
}

.slide-txt {
	position: absolute;
	background: url(../img/p.png) repeat;
	color: #fff;
	z-index: 9999;
	height: 30px;
	line-height: 30px;
	width: 100%;
	bottom: 0;
}

.slide-txt p {
	width: 325px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list li {
    background: url(../img/p.gif) left center no-repeat;
    padding-left: 10px;
}
.list a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	line-height: 35px;
}

.list a:hover {
	color: #de3b06;
}
.down{
	margin:7px auto;
}
.second{
	width:325px;
	height:620px;
	background: #fff;
	margin-top:7px;
}
.jiedu{
	font-size: 24px;
    padding: 15px 20px 10px;
    color: #134591;
    font-weight: bold;
    background: -webkit-linear-gradient(#134591, #67aef1);
    -webkit-background-clip: text;
   /* -webkit-text-fill-colo*/r: transparent;
    position: relative;
    margin-bottom: 15px;
    padding-left: 55px;
}
.jiedu span{
	position: absolute;
    left: 24px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #f00;
    color: #fff !important;
    top: 21px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}
.topic{
	margin:15px;
}
.topic div{
	font-size:18px;
	color:#0082e6;
	font-weight:600;
	line-height: 30px;
}
.third{
	height:580px;
	width: 667px;
}
.third-list{
	background: #fff;
    width: 286px;
    float: left;
    margin: 7px;
    padding: 10px 15px;
    float: left;
    border-top: 3px solid #f00;
    height:280px;
	overflow: hidden;
}
.third-video{
	border-top: none !important;
    padding: 0;
    width: 316px;
    height: 303px;
}
.video-head{
	border-left:3px solid #f00;
	padding:0 15px 0;
	line-height: 45px;
	height:45px;
}
.video{
	background: #dfdfdf;
	width: 100%;
    height: 258px;
    position: relative;
}
.video-txt{
	position:absolute;
	width:94%;
	padding:0 3%;
	height:30px;
	background: url(../img/p.png) repeat;
	bottom:0;
	left:0;
	text-align: center;
	color:#fff;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.footer{
	border-top: 1px solid #dfdfdf;
    background: #fff;
    width: 100%;
}
.topnav{
	width:100%;
	background: #fff;
}