
.position {
    margin-top: 0;
    color: #4d4d4d;
    font-size: 14px;
    margin: 0px auto;
    margin-bottom: 10px;
    display: block;
    max-width: 1200px;
}

    .position .poto {
        color: #4d4d4d;
    }

.jcbm23_ycbl {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.jcbm23_ycbl_main {
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 5px;
}

.jcbm23_ycbl_left {
    width: 300px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.jcbm23_ycbl_left_tit {
    background-color: #0653ab;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .jcbm23_ycbl_left_tit > img {
        width: 22px;
        height: 25px;
        margin-right: 10px;
    }


.jcbm23_ycbl_left_nav {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

    .jcbm23_ycbl_left_nav > a {
        font-size: 18px;
        text-decoration: none;
        color: black;
        background-color: #f7f7f7;
        margin-top: 10px;
        padding: 20px 0;
        box-sizing: border-box;
        text-align: center;
        transition: all 0.2s;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }

    .jcbm23_ycbl_left_nav > .left_cur {
        background-color: #eef4fe;
        color: #0653ab;
        font-weight: bold;
    }

    .jcbm23_ycbl_left_nav > a:hover {
        transform: scale(1.1);
        transition: all 0.2s;
        font-weight: bold;
        background-color: #eef4fe;
        color: #0653ab;
    }

/* .jcbm23_ycbl_left_nav>a::after {
     position: absolute;
     content: '';
     width: 0%;
     height: 100%;
     background-color: #eef4fe;
     left: 0;
     bottom: 0;
     transition: all .5s;
     z-index: 2;
     /* transform: translate(-50%); */
}

*/ .jcbm23_ycbl_left_nav > a:hover:after {
    width: 100%;
}

.jcbm23_ycbl_right {
    flex: 1;
    margin-left: 20px;
    min-width: 0;
}

.jcbm23_yclb_right_tit {
    border-bottom: 2px solid #ccc;
}

.jcbm23_yclb_right_name {
    font-size: 24px;
    color: #0653ab;
    line-height: 70px;
    height: 70px;
    font-weight: bold;
    position: relative;
    display: inline-block;
/*    margin-left: 20px;*/
}

    .jcbm23_yclb_right_name::before {
        position: absolute;
        content: '';
        height: 5px;
        width: calc(100% + 20px);
        background-color: #0653ab;
        left: 0px;
        bottom: -3px;
        border-radius: 5px;
    }


.jcbm23_ycbl_right_ul {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: 15px 0;
    list-style: none;
    margin-bottom: 35px;
}

.jcbm23_ycbl_right_a {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
    font-size: 16px;
    list-style: none;
    padding-right: 10px;
    box-sizing: border-box;
    /* padding-bottom: 10px;
    border-bottom: 1px dotted #333;*/
    min-width: 0;
    height: 30px;
}

.jcbm23_ycbl_right_a_txt {
    color: #000;
    text-decoration: none;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
    padding-left: 20px;
    position:relative;
    /* transition: all .2s;*/
}

    .jcbm23_ycbl_right_a_txt::before {
        content: '';
        width: 8px;
        height: 8px;
        background: #ccc;
        position: absolute;
        border-radius: 50%;
        transform: translateY(-50%);
        left: 0;
        top: 50%;
    }


.jcbm23_ycbl_right_a:hover .jcbm23_ycbl_right_a_txt::before {
    border-left: 6px solid #0653ab;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-radius: 0;
    background: none;
    width:0;
    height:0;
}


.jcbm23_ycbl_right_a:hover .jcbm23_ycbl_right_a_txt {
    color: #0653ab;
    font-weight: bold;
}

.jcbm23_ycbl_right_a:hover span {
    color: #0653ab;
    /* transform: scale(1.02);
    transition: all .2s;*/
}

.jcbm23_ycbl_right_a > span {
    color: #666;
}


.jcbm23_ycb1_right_links {
   display:flex;
   flex-wrap:wrap;
   justify-content:space-between;
}

    .jcbm23_ycb1_right_links > a {
        width: 24%;
        display: flex;
        height: 52px;
        background: #f7f7f7;
        color: #333;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
       /* border: 1px solid #eef4fe;*/
        transition: all .2s;
    }

        .jcbm23_ycb1_right_links > a:hover {
            background: #eef4fe;
            color: #0653ab;
            font-weight: bold;
            transform: scale(1.05);
            transition: all .2s;
        }

    .jcbm23_ycb1_right_links .hide_em {
        width: 24%;
        height:1px;
    }