/*头部*/
body{
    font-family:"微软雅黑";
    font-size: 17px;
    color: #333;
    min-width:1000px;
}
body,div,ul,li,img,p,span,a{
    border:0;
    padding:0;
    margin:0;
    text-decoration: none;
    list-style: none;
}
a{
    color: #333;
}
a:hover,a:active{
    color: #0c62c4;
}
.hide{
    display: none;
}
.more{
    color: #999;
    font-size:15px;
    float: right;
}
.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
#top{
    width:100%;
    min-width: 1000px;
    margin:0 auto;
    height:93px;
    background: #efefef;
}
#top .logo{
    width:1000px;
    margin:0 auto;
}
#top img{
    margin:1px 0;
}
#nav{
    width:100%;
    background:url("nav_bg.jpg") repeat-x;
    height:36px;
}
#nav ul{
    width:1000px;
    margin:0 auto;
}
#nav li{
    float: left;
    width:20%;
    height:36px;
    line-height:36px;
    text-align:center;
}
#nav li a{
    color: #fff;
}
#content{
    width:100%;
    background: url("cont_bg.jpg") repeat;
    float: left;
}
.main{
    width:1000px;
    margin:0 auto;
    background: #fff;
}
.dqwz{
    float: left;
    width:100%;
    height:40px;
    line-height:40px;
    padding-left:30px;
}
.main-left{
    float: left;
    width:260px;
    height:530px;
    margin:10px 25px 45px 20px;
    background: #f4f4f4;
}
.main-left ul{
    float: left;
    width:100%;
    margin:0;
}
.first-col{
    float: left;
    width:100%;
    height:48px;
    line-height:48px;
    background:url("icon01.jpg") no-repeat 15px #4177d1;
    color: #fff;
    text-indent: 50px;
}
.main-left li{
     float: left;
     width: 260px;
     height:48px;
    line-height:48px;
     background-color: #ebf0f8;
     margin:0;
    font-size: 15px;
     border-bottom: 1px solid #dcdcdc;
 }
.main-left li a{
    display:block;
    width:220px;
    margin:0 auto;
    text-indent: 1em;
}
.main-left li.active a{
    background:url("list_icon.jpg") no-repeat left;
}
.main-right{
    float: left;
    width:694px;
    margin-top:10px;
    padding:0 10px;
}
.main-right-title{
    color: #4177d1;
    font-weight:bold;
    font-size:19px;
    height:48px;
    line-height:48px;
    background: url("lm-icon.jpg") no-repeat left;
    text-indent:35px;
    margin:0;
}
.main-right-con{
    font-size:15px;
    line-height:30px;
}
.main-right ul{
    float: left;
    margin:0;
    width:100%;
}
.main-right ul li{
    float: left;
    width:100%;
    height:45px;
    line-height:45px;
    border-bottom: 1px solid #dcdcdc;
    background: url("list_icon02.jpg") no-repeat left;
}
.main-right ul li a {
    font-size:15px;
    float: left;
    margin-left:15px;
}

















