
.foot_nav {
    text-align: center;
}

.glyphicon.glyphicon-triangle-left, .glyphicon.glyphicon-triangle-right {
    padding: 3px 0;
}
.leftside {
    width: 100%;
}

.rightside {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    width: 360px;
    float: left;
}

.leftside {
    /*padding-right: 360px;*/
    float: left;
}

.article_list .content {
    padding: 10px 10px;
}

.leftside .side_content {
    height: 50px;
    line-height: 50px;
}

.typename {
    line-height: 45px;
    height: 45px;
    padding-left: 10px;
    border-bottom: 2px solid #E2E2E2;
    font-size: 16px;
    font-weight: bold;
}

.tzgg_wrap {
    height: 360px;
    padding-top: 15px;
}

.xzzx_wrap {
    height: 360px;
    padding-top: 15px;
}

.lxwm_wrap {
    height: 345px;
    padding-top: 15px
}

.subpage {
    width: 250px;
    float: left;
}

.subpage > .siderBar > .title {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    margin: 0 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #bcbcbc;
}

.subpage > .siderBar > .sub_menu {
    padding: 0 8px;
}

.subpage > .siderBar > .sub_menu li {
    padding: 3px 0;
}

.subpage > .siderBar > .sub_menu a.default:link,
.subpage > .siderBar > .sub_menu a.default:visited {
    color: #666;
    border: 1px solid #e2e2e2;
}

.subpage > .siderBar > .sub_menu a {
    display: block;
    line-height: 30px;
    padding: 2px 10px;
    border-radius: 5px;
}

a, a:link, a:visited {
    color: #333;
    text-decoration: none;
}

.sub_menu li {
    list-style: none;
}

.subpage > .siderBar > .sub_menu a.active:link,
.subpage > .siderBar > .sub_menu a.active:visited {
    color: #fff;
    background: #116198;
    border: 1px solid #116198;
}

.subpage > .siderBar > .sub_menu a.default:hover {
    background: #f4f4f4;
    text-decoration: none;
    border: 1px solid #dadada;
}

.content {
    margin-top: 15px;
    border: 1px solid #E1E1E1;
}

.new_article {
    min-height: 500px;
    border-left: 1px solid #E1E1E1;;
}

.new_article .a_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 35px;
}

.new_article .a_info {
    text-align: center;
    color: #7F7F7F;
    margin: 0 20px;
    padding: 0 0 5px 0;
    font-size: 14px;
    border-bottom: 1px dotted #CBCBCB;
}

.new_article .a_content {
    padding: 18px 35px;
}