 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
ol,ul,li{list-style:none}
a:hover{
  text-decoration: none;
}
/*.nav-01,.nav-02{
    border-right:solid 1px #428df7 !important; 
 }
.nav-02{
    background-color:#428df7; 
 }*/
 body{
    background-image:url(body-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ecf3fb;
    background-size: 100%;
 }
 /*主体内容*/
 
 .main{
    width: 1100px;
    margin:0 auto;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
 }
/*第一层*/
.main-floor1{
  width:100%;
  margin-bottom: 15px;
}
/*第二层*/
.main-floor1-l{
    float: left;
    width:283px;
}
.main-floor1-r{
    float: right;
    width: 772px;
}
/*左边栏目列表样式*/
.first-column{
  width:283px;
  height: 51px;
  margin-bottom: 10px;
}
.first-column a{
  display: inline-block;
  width:283px;
  height: 51px;
  background:url(lanmu-bg.png) no-repeat center center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  padding-left: 125px; 
}
.second-column{
   width:283px;
   overflow:hidden;
}
.second-column a{
  display: inline-block;
  width: 100%;
  height:47px;
  line-height: 47px;
  font-size: 18px;
  color: #000;
  text-align: center; 
  background: #f1f1f1;
  margin-bottom:2px;
  border-left: #CCCDCE solid 10px; 
}

/*右侧列表*/
.list-title{
  width: 100%;
  height:40px;
  border-bottom: #C0C0C0 solid 1px;
  margin-bottom: 10px;
}
.list-title a{
  display: inline-block;
  height:39px;
  color:#3985F0 ;
  line-height:35px;
  font-size: 17px;
  border-bottom: #3985F0 solid 2px;
}
.lists ul li{
  height: 35px;
  line-height: 35px;
  padding-left:16px;
  background-image: url(list-bg.png);
  background-repeat: no-repeat;
  background-position:0px center; 
}
.lists ul li a{
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #333;
}
.lists ul li span{
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #333;
  float: right;
}
/**/
.lingdao_title {
    text-align: left;
    padding: 20px 0 0 0px;
    border-bottom: 1px solid #3985f0;
    margin-left: 5px !important;
    margin-bottom: 10px;
}
.lingdao_title>span {
    font-size: 12pt;
    padding: 5px 10px;
    display: inline-block;
    width: 100px;
    background-color: #3985f0;
    color: #fff;
    text-align: center;
}
.leader-lists a{
   display:inline-block;
   width: 170px;
   height: 40px;
   line-height:40px;
   font-size: 15px;
   color: #333;
   text-align: center;
}