/*banner*/
.banner{
    width: 100%;
    overflow: hidden;}
.banner img{
    width: 100%;}
.banner img,.banner table td img{
    width: 100%!important;
    height: auto!important;}
#flashBoxu_u3_,#flashBoxu_u4_{
    width: 100%!important;
    height: auto!important;}

/*框架---------------------------------------*/
.frame{
    margin-bottom: 30px;
    min-height: 500px;}

/*左块---------------------------------------*/
/*栏目名称*/
.column{
    min-width: 200px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 30px;
    padding: 0 10px;
    line-height: 80px;
    margin-top: -80px;
    background-image: url(../images/frame/lm_bg.jpg);
    text-align: center;}

/*二级导航*/
.subNavBox{
    border-right: 6px solid #02529f;}
.subNav{
    cursor:pointer;
    font-size:16px;
    line-height:40px;
    background: url(../images/frame/jiantou1.jpg) no-repeat;
    background-position: 95% 50%;
    border-bottom: 1px solid #02529f;}
.subNav:last-child{
    border-bottom: 0;}
.subNav a{
    color: #333333;
    display: block;}

.subNav:hover,.subNav:hover a{
    color:#02529f;}
.currentDd{
    color:#02529f;
    font-weight: bold;}
.currentDd a{
    color:#02529f;}
.currentDt{
    background-image: url(../images/frame/jiantou.jpg);}
.navContent{
    display: none;
    background-color: #f5f5f5;
    border-bottom: 1px solid #02529f;}
.navContent li a{
    display:block;
    padding-left: 1em;
    font-size:14px;
    line-height:30px;
    color:#333
;}
.navContent li a:hover,.navContent li a.crv{
    color:#fff;
    background-color:#02529f
;}


/*右块---------------------------------------*/
/*当前栏目*/
.current{
    overflow: hidden;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 20px;}
.current .columns{
    float: left;
    display: inline-block;
    font-size: 24px;
    color: #02529f;
    border-bottom: 2px solid #02529f;
    line-height: 48px;}

.current .position{
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;}
.current .position span{
    margin: 0 5px;}
.current .position span:last-child{
    display: none;}

/*单篇正文*/
.single p,.single span{
    font-family: "微软雅黑"!important;
    font-size: 14px!important;
    line-height: 26px!important;}


/*手机适配*/
@media (max-width:758px) {
    /*左块---------------------------------------*/
    /*栏目名称*/
    .column{
        margin-top: 0;
        background-image: inherit;
        color: #02529f;
        text-align: left;
        border-bottom: 6px solid #02529f;
        line-height: inherit;
        padding: 10px 0;}
    /*二级导航*/
    .subNavBox{
        border-right: 0;}
    /*右块---------------------------------------*/
    /*当前栏目*/
    .current .columns{
        display: none;}

    .current .position{
        float: inherit;}

    /*单篇正文*/
    .single img,.article img,.article table,.single table{
        max-width: 100%!important;
        width: auto!important;}

}