﻿*{
	margin: 0;
	padding: 0;
	color: #333;
}
a{
	text-decoration: none;
	cursor: pointer;
}
body{
	background-color: #daede3;
}
ul li{
	list-style: none;
}
.banner img{
	width: 100%;
	
}
.content{
	width: 1200px;
	margin: 0 auto;
	background-color: white;
        position: relative;
        top: -50px;
}
.daoyu{
	text-align: right;
	padding-top: 30px;
}
.content h1{
	color: #35ab41;
	font-size: 30px;
	text-align: center;
	padding: 10px 0;
    border-bottom: 2px solid #daede3;
}
.frist{
	text-indent: 2rem;
    padding: 20px 70px;
    color: #a5a5a5;
}
.xx{
	color: #f32e2e;
}
.d{
	width: 30px;
    position: relative;
    top: 10px;
}
.partleft{
	display: inline-block;
	width: 700px;
    text-indent: 2rem;
  
    margin-left: 35px;
	padding: 21px 10px;
}
.partleft ul li{
	line-height: 50px;
	font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}
.partright{
	width: 400px;
    height: auto;
    float: right;
	background-color: rgb(245,243,243);
	margin-right: 20px;
}
.partright p{
	font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 5px 30px;
}
.lunboleft{
	display: inline-block;
    width: 400px;
	margin-left: 35px;
}
.lunbo{
	margin-top: -10px;
}
.lunboleft img{
	width: 100%;
	height: 100%;
}
.scrollbox{ width: 400px; margin: 0 auto; overflow: hidden; border: 1px solid #CFCFCF;  position: relative;background-color: rgb(245,243,243);}
#scrollDiv{width:400px;height:800px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{height:180px; width:360px; padding:10px 20px;background:url(ico-4.gif) no-repeat 10px 23px; overflow:hidden; vertical-align:bottom; zoom:1; }
#scrollDiv li h3{ height:24px; padding-top:13px; font-size:14px; color:#353535; line-height:24px; width:300px;}
#scrollDiv li h3 a{color:#353535; text-decoration:none}#scrollDiv li h3 a:hover{ color:#F00}
#scrollDiv li div{ height:36px; width:360px; color:#416A7F; line-height:18px; overflow:hidden}
#scrollDiv li div a{ color:#416A7F; text-decoration:none}

.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:32px; height:22px; margin-left:4px}
#but_up{ 
	position: absolute;
	left: 190px;
	top: 0px;
    
}
#but_down{ 
	position: absolute;
    left: 190px;
	bottom: -5px;
}
.lunboright{
	width:720px;
	float: right;
	margin-right: 20px;
}
.lunboright img{
	width: 100%;
    height: 100%;
}
.newlist h2{
	font-size: 25px;
}
.newlist li{
    display: inline-block;
    padding: 10px;
    height: 139px;
    background-color: #f5f3f3;
    border-bottom: 2px solid #fff;
}
.newlist span{
	display: inline-block;
    text-indent: 2rem;
    letter-spacing: 2px;
    line-height: 25px;
	margin-top: 10px;
    min-height: 55px;
}
label{
	float: right;
    padding: 2px 15px;
    border: 1px solid #35ab41;
    border-radius: 20px;
    margin-right: 20px;
}
label a{
	color: #35ab41;
}
.bottom{
	padding: 0 20px 40px 20px;
}
.bottomleft{
	display: inline-block;
}
.bottomright{
	width: 600px;
	float: right;
}
.bottomright ul li{
	line-height: 55px;
        font-size: 18px;
}