﻿/*banner*/
.banner{
    padding: 0;
}
.banner img{
    width: 100%;
}

/*框架*/
.frame{
    padding: 20px 0 50px 0;
}


/*左块*/
.nav_left{
    width: 250px;
    float: left;
}
.nav_left .column{
    color: #02529f;
    margin-bottom: 10px;
    height: 34px;
    font-size: 20px;
    padding-left: 3px;
    line-height: 34px;
}


.nav_left .navs{
    border-top: 5px solid #014099;
    background: #f4f3f3;
    padding-top: 5px;
}

.nav_left .navs li{
    line-height: 38px;
    border-bottom: 1px solid #e3e3e3;
}
.nav_left .navs a{
    display: block;
    color: #333;
    font-size: 14px;
    background: url(../images/frame/aa.png) no-repeat 23px center;
    padding-left: 35px;
}

.nav_left .navs a:hover, .nav_left .navs a.active
{
    text-decoration: none;
    color: #fff;
    background: #014099 url(../images/frame/awh.png) no-repeat 23px center;
    border-bottom: none;
}


/*右块*/
.content_right{
    width: 78%;
    min-height: 500px;
    float: right;
    padding-top: 15px;
}

.position{
    width: 100%;
    border-bottom: 1px solid #02529f;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}
.position span{
    display: table;
    float: left;
    line-height: 25px;
    color: #02529f;
    font-size: 14px;
    padding-left: 5px;
}

.position .current{
    float: right;
    padding-right: 5px;
}
.position .current a{
    color: #333;
    font-size: 13px;
    padding: 0px 5px;
    line-height: 25px;
}
.position .current a:hover{
    color: #02529f;
}


/*分页*/
.pages{
    padding-top: 20px;
}