/*框架*/
body{
    background: #f5f5f5;
}
.frame{
    padding: 30px 0;
}


.frame .col-md-3{
    padding-bottom: 10px;
}

.left_nav{
    border: 1px solid #eaeaea;
    -moz-box-shadow:0px 0px 10px #333333;
    -webkit-box-shadow:0px 0px 10px #333333;
    box-shadow:0px 0px 10px #333333;
    padding:10px;
    background: #ffffff;
}

.left_nav .column{
    font-size: 20px;
    font-weight: bold;
    color: #000000;

    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #02529f;
    padding-bottom: 10px;
}
.left_nav .column span{
    padding-left: 10px;
    border-left: 3px solid #ff9900;
}

.left_nav ul li{
    line-height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    padding-left: 15px;
    position: relative;
}
.left_nav ul li:before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 5px;
     height: 5px;
    background: #333333;
    border-radius: 50%;
}
.left_nav ul li:last-child{
    border-bottom: 0;
}

.left_nav ul li.cvt a{
    color: #02529f;
    font-weight: bold;
}





.right_div{
    min-height: 500px;
    margin-bottom: 30px;
}

.right_div p,.right_div span,.right_div div{
    background-color: transparent!important;
}

.right_div .position{
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
    text-transform:capitalize;
    margin-bottom: 20px;
}


/*单篇正文*/
.shot p,.shot span{
    font-size: 14px!important;
    line-height: 26px!important;
    font-family:  Arial!important;
}


/*分页*/
.pages{
    padding: 20px 0;
}


/*文章内容*/
.content p,.content span{
    font-size: 14px!important;
    line-height: 26px!important;
    font-family:  Arial!important;
    background-color: transparent!important;
}


.content .bt{
    text-align: center;color: #666;
}
.content .bt h1{
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    word-break:break-word;
    line-height: normal;
}
.content .tet{
    padding: 20px 0;
    min-height: 500px;
}
.content .page div{
    line-height: 26px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}
.content .page div span{
    display: table;
    float: left;
    text-align: right;
    width: 100px;
}
.content .page div a{
    display: table;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    color: #666;
}
.content .page div a:hover{
    color:#02529f;
}






/*手机*/
@media all and (max-width: 700px){
    .frame{
        padding: 20px 0;
    }
    .frame .row{
        margin: 0;
    }
    .left_nav{
        width: 100%;
        margin: 0 auto;
    }

    .right_div{
        margin-bottom: 0;
    }




}














