/* .container{
    margin: 30px auto 80px;
}
.content_right{
    float: right;
    width: calc(100% - 319px - 30px);
}
.content_left{
    width: 319px;
    float: left;
    background-color: rgba(90,90,90,0.12);
    padding-bottom: 58px;
}
.title{
    width: 100%;
    height: 59px;
    line-height: 59px;
    background-color: #0C5B8B;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    padding: 0 30px;
    box-sizing: border-box;
}
.content_menu{
    width: 100%;
    padding: 0 30px 0;
    box-sizing: border-box;
}
.title_h{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #5A5A5A;
    margin-top: 22px;
}
.content_menu ul{
    width: 100%;
    margin-top: 14px;
}
.content_menu ul li{
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: #5A5A5A;
    border-bottom: 1px solid #BFBFBF;
    padding: 14px 0;
}
.content_menu ul li:nth-last-child(1){
    padding-bottom: 28px;
    box-sizing: border-box;
    border-bottom: 6px solid var(--primary-color);
}
@media screen and (max-width: 800px) {
    .content_right, .content_left{
        float: none;
        width: 100%;
    }
} */