.left_nav{
    width: 234px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
}
.left_nav li>div{
    margin: 0 auto;
    display: block;
    width: 194px;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;;
    box-sizing: border-box;
}
.left_nav li:last-child>div{
    border-bottom: none;
}
.left_nav li a{
    color: #333;
    font-weight: 500;
}
.left_nav .active{
    background:url("/img/nav_bc.png") repeat-y;
}
.left_nav .active>div{
    border-bottom:none;
}
.left_nav .active a{
    color: #fff;
}
.right_content{
    width: 956px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #D1D1D1;
}
.right_content>.title{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.right_content li:first-child{
    border-top: 1px dashed #e8e8e8;
}
.right_content li{
    padding: 20px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.right_content li a{
    color: #333;
    font-size: 16px;
}
.right_content .float_left>span{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #CD0C08;
    float: left;
    margin-top: 10px;
    margin-right: 9px;
}
.right_content .float_right{
    color: #999;
}
.page{
    margin-top: 73px;
    text-align: center;
}
.page>div,.many>.border{
    color: #999;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #d1d1d1;
    display: inline-block;
}
.many>div{
    border: none;
}
.many>div>a{
    color: #999;
}
.many .active{
    border: 1px solid #d1d1d1;
}
