  .inner_left {
        width: 260px;
        z-index: 100;
        position: relative;
        border-radius: 5px;}

    .inner_right {
        width: calc(100% - 260px);
        padding-left: 65px;}

    .flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;}

    .inner_left h2 {
        height: 95px;
        color: rgb(255, 255, 255);
        font-size: 28px;
        background: #333DC0;
        text-align: center;}

    .inner_left h2 p {
        color: #fff;
        line-height: 95px;
        font-weight: bold;}

    .inner_left ul {
        background: #fff;
        /* border-left: 2px solid #333dc0; */
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        padding-bottom: 40px
    ;}

    .inner_left ul li {
        position: relative;
        transition: .5s;}

    .inner_left ul li p {
        padding: 0 25px;
        height: 100%;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        transition: 0.5s;
        border-left: 3px solid rgba(0, 0, 0, 0);
        padding: 20px 25px ;}

    .inner_left ul li p a {
        font-size: 19px;
        display: block;
        cursor: pointer;
        width: 100%;
        color: #333;
        transition: .5s;
        position: relative;
        line-height: 30px;}

    .inner_left ul li p a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 9px;
        height: 17px;
        background: url(images/jt2.png) no-repeat;
        background-size: 100%;
        transform: translateY(-50%);
        opacity: 0;}
        
        .inner_left ul li:hover p, .inner_left ul li.active p {
    border-left: 3px solid #f18d00;}.inner_left ul li:hover p a, .inner_left ul li.active p a {
    color: #333DC0;}.inner_left ul li.active p a::after, .inner_left ul li:hover p a::after {
    opacity: 1;}
    
    
    
    
    
    @media screen and (max-width: 1024px) {
    .inner_left, .inner_right .lm_top .adress {
        display: none;}
    .inner_right {
        width: 100%;
        padding-left: 0;}
}
/**组件样式**/
