﻿body 
{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    font-family:微软雅黑;
    font-size:14px;
}
img{border:none;}
a{ color:#333; text-decoration:none; cursor:pointer; }
a:hover{ color:#34ad2a; text-decoration:none; }
ol,ul,li,dl,dd{ margin:0 auto; padding:0; list-style-type:none; }
.w1200{width:1200px; height:auto; margin:0 auto;}
.menu{width:140px; float:left; line-height:56px; background:url(../images/menu_boder.png) no-repeat right center; font-size:20px; color:White; text-align:center;}
.menu a{ color:#fff;}
.menu a:hover{ color:#34ad2a; text-decoration:none;   }
.zx_tab{width:90px; float:left; text-align:center; font-size:16px; line-height:31px; height:31px; }
.zx_tab:hover,.curr{background:url(../images/zx_bg.png);color:White;}
.ls{width:680px; float:left; padding-left:30px; font-weight:bold; height:50px; line-height:50px; overflow:hidden; border-bottom:1px solid #888; font-size:16px; background:url(../images/li.png) no-repeat 10px center;}
.ls1{width:40%; float:left; padding-left:5%;  height:35px; line-height:35px; margin-left:5%; overflow:hidden; font-size:15px; background:url(../images/li.png) no-repeat left center;}
.lin{width:auto; float:left; margin-left:20px; margin-top:50px; height:66px;}
.jl_name{width:100% ; float:left; background:#30b236; text-align:center; font-size:16px; color:White; line-height:34px; height:34px;}
.lxwm{width:90%; float:left; color:#5a5a5a;  float:left; letter-spacing:1px;  height:25px; line-height:25px; font-size:15px; font-weight:bold;}
.li{width:870px; margin-top:5px; height:40px; float:left; line-height:40px; font-size:16px; padding-left:20px; color:#888; background:url(../images/li_bg.png) no-repeat left bottom; overflow:hidden;}
.colname{width:207px; height:40px; line-height:40px; padding-left:15px; border-bottom:1px solid #888; background:url(../images/col_ico.png) no-repeat 184px center;}

.cols{ float:left;}
.article_title
{
    margin-top:20px;
    width:100%;
    height:auto;
    min-height:50px;
    line-height:160%;
    float:left;
    text-align:center;
    font-family:黑体;
    font-size:22px;    
    
}

.article_info
{
    border-bottom:1px dashed #d7d7d7;
    width:100%;
    text-align:center;
    float:left;
   
    height:35px;
    line-height:20px;
}

.article_txt
{   
    margin-top:20px;
    float:left;
    width:90%;
    margin-left:5%;
    height:auto;
    min-height:300px;
    line-height:150%;
    font-size:16px;
       
 }
 /*幻灯片样式*/
 .slide{ position:relative;}
.focus-box{ position:absolute; top:0; right:0; bottom:0; left:0; overflow:hidden; _position:relative; }
	.focus-box .slides{ position:relative; display:block; width:100%; height:100%; zoom:1; overflow:hidden; }
	.focus-box .slides:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.focus-box .slides li{ width:100%; height:100%; overflow:hidden; }
	.focus-box .slides li img{ min-width:100%; min-height:100%; _width:100%; _height:100%;}
	.focus-box .slides li .note-bg{ position:absolute; left:0; right:0; bottom:0; width:100%; height:50px; background:#000; filter:alpha(Opacity=30); -moz-opacity:0.3;opacity:0.3; background:linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0)); _background:url(none) 0 0 repeat #000; }
	.focus-box .slides li .note-txt{ position:absolute; left:0; right:0; bottom:0; display:block; padding:10px; height:24px; line-height:24px; color:#fff; font-size:16px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	
	.focus-box .flex-control-nav{ position:absolute; right:5px; bottom:10px; display:block; z-index:4; }
	.focus-box .flex-control-nav li{ margin:0 5px 0 0; display:inline-block; zoom:1; *display:inline; }
	.focus-box .flex-control-nav li a{ display:block; width:8px; height:8px; text-indent:-9999px; border:1px solid #fafafa; border-radius:8px; cursor:pointer; overflow:hidden; }
	.focus-box .flex-control-paging li a:hover { background:#333; }
	.focus-box .flex-control-paging li a.flex-active { background:#c81623; border-color:#c81623; cursor:default; }
