.person .infobox{
    padding: 0.5rem 2rem 2rem 0.4rem;
}
.wrapper .inner{position: relative;}
.show_btn{
    background:linear-gradient(to right,#ffffff,#5a469b4d);
    font-size: 0.15rem;
    color: #333333;
    width: 0.4rem;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0 0.1rem 0.1rem 0;
    position: absolute;
    z-index: 300;
    left: 0;
    top: 0.5rem;
    cursor: pointer;
}
.box_l{
    float: left;
    width: 2.5rem;
    margin-top: 0.5rem;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transform: translateX(-100%);
    transition: 0.4s;
}
.box_l.showSelf{
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    transform: translateX(0);
}
.box_l.fixed{
    position: fixed;
    top: 0;
    left: calc(50% - 6.5rem);
}
.box_r{
    float: right;
    width: calc(100% - 2.5rem);
}
.person .infobox .ml{
    display: none;
}
.person .infobox .submr{width: 100%;}
.person .ml .col_menu1{
    background:linear-gradient(to right,#ffffff,#5a469b4d);
    border-radius:0 0.2rem;
    box-shadow:0.05rem 0 0.08rem 0 #0000001a;
}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2{border:none;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1{border-bottom:1px solid #70707033;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(2){background:url(../images/icon01.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(3){background:url(../images/icon02.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(4){background:url(../images/icon03.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(5){background:url(../images/icon04.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(6){background:url(../images/icon05.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(7){background:url(../images/icon06.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(8){background:url(../images/icon07.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(9){background:url(../images/icon08.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(10){background:url(../images/icon09.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(11){background:url(../images/icon10.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1.column-1:nth-child(12){background:url(../images/icon11.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.ml .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1 a{text-align:left;font-size:0.15rem;padding-left:0.4rem;}
.person .post-333 .tt{background-color:#e5e5e5;border-radius:0 0 0.05rem 0.05rem;}
.person .post-333 .tt .tit .title{margin:0;width:33%;border-radius:0 0 0.05rem 0.05rem;}
@media screen and (max-width: 999px){
    .box_l,.box_r{float: none;width: 100%;}
    .box_l{
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        transform: translateX(0);
        position: static !important;
    }
    .show_btn{display: none;}
    .person .infobox{
        padding: 0.3rem 0.2rem 2rem;
    }
    .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2{flex-direction: row;flex-wrap: wrap;gap:10px 2%;display: flex;}
    .col_menu_con1 ul.wp_listcolumn1.list-paddingleft-2 li.wp_column1{width:32%;margin:0}

}