/*所有二级页面广告*/
.ad{
    width:100%;
    /*height:300px;*/
    margin:0 auto;
    overflow: hidden;
    min-width: 1200px;
    position: relative;
}
.ad img{
    width:100%;
    /*height:300px;*/
    margin:0 auto;
    /*position: absolute;*/
    /*left:50%;*/
    /*margin-left:-960px;*/
}
.content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.content{
    width:1200px;
    margin:0 auto;
    padding-top:30px;
}
.left_menu{
    float:left;
    width:236px;
}
.left_menu p.title{
    font-size:30px;
    height:55px;
    line-height: 55px;
    /*text-align: center;*/
    color:#00763a;
    box-sizing: border-box;
    padding-left:30px;
}
.content .menu{
    margin-top:20px;
}
.menu>li>a{
    width:100%;
    display: block;
    /*height:45px;*/
    line-height: 45px;
    color:#777777;
    font-size:16px;
    box-sizing: border-box;
    padding-left:26px;
    cursor: pointer;
}
/*.menu>li:hover .menu>li>a{*/
/*color:#fff;*/
/*background: #4db133;*/
/*}*/
.menu>li.on>a{
    background: #4db133;
    color:#fff;
    position: relative;
}
.menu>li.cur>a{
    background: #4db133;
    color:#fff;
    position: relative;
}
.menu>li i{
    float:right;
    width:11px;
    height:6px;
    display: block;
    background: url("../img/menu_bg.png") no-repeat;
    margin-right:110px;vertical-align: middle;
    margin-top:19.5px;
}
.menu>li.on i{
    background: url("../img/menu_bg1.png") no-repeat;
}
.menu>li.cur i{
    background: url("../img/menu_bg1.png") no-repeat;
}
.menu>li .child_menu{
    background: #fff;
}
.menu>li .child_menu li{
    width:100%;
    line-height: 32px;
    font-size:14px;
    box-sizing: border-box;
    padding-left:37px;
    cursor: pointer;
}
.menu>li .child_menu{
    padding-top:10px;
    padding-bottom: 10px;
    display: none;
}
.menu>li .child_menu li:hover a{
    color:#3aac36;
    text-decoration: underline;
}
.menu>li .child_menu li.on a{
    color:#3aac36;
    text-decoration: underline;
}
.content .right{
    width:920px;
    float:right;
}
.content .right .title{
    font-size:16px;
    color:#333;
    height:44px;
    line-height: 44px;
    padding:0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}
.content .right .title span{
    float:right;
    font-size:12px;
    color:#333;
}
.con_box{
    width:100%;
}
.con_box .con_one{
    width:848px;
    margin:0 auto;
    margin-top:25px;
}
.con_box .con_one .left{
    float:left;
    width:340px;
}
.con_box .con_one .left h2{
    font-size:18px;
    color:#000;
    font-weight: 600;
}
.con_box .con_one .left ul li{
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.con_box .con_one .left ul{
    margin-top: 5px;
}
.con_box .con_one .left ul li{
    margin-top:20px;
    height:20px;
    line-height: 20px;
}
.con_box .con_one .left ul li a{
    font-size:14px;
    color:#666;
}
.con_box .con_one .left ul li span{
    display: inline-block;
    width:3px;height:3px;
    background: #666;
    vertical-align: middle;
    margin-right:8px;
    margin-top:-1px;
}
.con_box .con_one .left ul li:hover span{
    background: #4db133;
}
.con_box .con_one .left ul li:hover a{
    color:#4db133;
}
.con_box .con_one .right{
    float:right;
    height:253px;
    width:452px;
    margin-top:10px;
    position: relative;
}
.right .btn_left,.right .btn_right{
    position: absolute;
    width:20px;height:30px;
    top:50%;
    margin-top:-15px;
    cursor: pointer;
}
.right .btn_left{
    background: url("../img/news/left.png") no-repeat;
    left:0;
}
.right .btn_right{
    background: url("../img/news/right.png") no-repeat;
    right:0;
}
.right .lunbo{
    width:377px;
    height:253px;
    margin:0 auto;
    position: relative;
}
.right .lunbo ul li{
    position: absolute;
    top:0;left:0;
    display: none;
}
.right .lunbo ul li:first-child{
    display: block;
}
.indicator{
    text-align: center;
    position: absolute;
    width:100%;
    bottom: 10px;
}
.indicator span{
    display: inline-block;
    width:8px;height:8px;
    background:rgba(255,255,255,0.4);
    border-radius: 50%;
    margin-left:8px;
}
.indicator span.cur{
    background:rgba(255,255,255,1);
}
.con_two{
    width:820px;
    margin:0 auto;
    margin-top:75px;
}
.con_two .nav li{
    float:left;
    position: relative;
    margin-left:58px;
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
}
.con_two .nav li.cur{
    border-bottom: 2px solid #000;
}
.con_two .nav li.cur span{
    display: block;
}
.con_two .nav li a{
    font-size:18px;
    color:#000;
}
.con_two .nav li:first-child{
    margin-left:23px;
}
.con_two .nav li span{
    position: absolute;
    width:12px;
    height:6px;
    left:50%;
    bottom: -8px;
    margin-left:-6px;
    display: none;
    background: url("../img/news/icon.png") no-repeat;
}
.con_two .news_box dl{
    margin-top:37px;
}
.con_two .news_box dl dt{
    height:90px;width:134px;
    float:left;
}
.con_two .news_box dl dt img{
    height:90px;width:134px;
}
.con_two .news_box dl dd{
    float:left;
    margin-left:28px;
    width:652px;
}
.con_two .news_box dl dd h2{
    font-size:16px;
    color:#252525;
    font-weight: normal;
    height:22px;
    line-height: 22px;
}
.con_two .news_box dl dd h2 span{
    float:right;
    font-size:14px;
    color:#666666;
    vertical-align: middle;
}
.con_two .news_box dl dd p{
    color:#b6b6b6;
    font-size:13px;
    line-height: 22px;
    margin-top:10px;
    height:45px;
    overflow: hidden;
}
.new_list li {
    height: 120px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    padding: 25px 0;
    padding-left: 40px;
}
.new_list li p.time {
    height: 70px;
    width: 70px;
    float: left;
    background: #999999;
    text-align: center;
}
.new_list li p.time span.day {
    font-size: 22px;
    margin-top: 10px;
    display: block;
}
.new_list li p.time span {
    color: #fff;
}
.new_list li .warting {
    float: left;
    margin-left: 30px;
    width: 680px;
}
.new_list li .warting h2 {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
}
.new_list li .warting p {
    color: #b6b6b6;
    margin-top: 7px;
    line-height: 20px;
    height: 45px;
    font-size:13px;
    overflow: hidden;
}
.page{
    width:100%;
    text-align: center;
    margin-top:40px;
}
.page a{
    display: inline-block;
    padding:5px 7px;
    box-sizing: border-box;
    border:1px solid #fff;
    margin-left:3px;
}
.page a.prev,.page a.next{
     box-sizing: border-box;
     border:1px solid #e7e7e7;
     border-radius: 3px;
 }
.page span{
    margin-left:5px;
}
.page a:hover{
    color:#3ead35;
    text-decoration: underline;
}
.page a.on{
    color:#3ead35;
    text-decoration: underline;
}
.main_box{
    box-sizing: border-box;
    padding-left:25px;
    padding-right:25px;
    padding-top:35px;
}
.main_box h2{
    text-align: center;
    font-size:18px;
    color:#000;
}
.main_box span.time{
    display: block;
    width:100%;
    padding-top:15px;
    padding-bottom: 15px;
    text-align: center;
}
.main_box p{
    color:#434343;
    font-size:14px;
    line-height: 22px;
    text-indent: 2em;
}
.main_box p img{
    margin:0 auto;
    display: block;
    padding:10px 0;
}