/* lshm */
.flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.lshm .box1 {
    text-align: center;
}

.lshm .box1 img {
    width: 5.25rem;
    max-width: 60vw;
}

.list40 {
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 1.3rem 0 0;
    margin: .1rem 0 0;
}

.list40:before {
    content: "";
    position: absolute;
    top: 0;
    width: .02rem;
    height: calc(100% - 1.2rem);
    border-left: #0747bc .02rem dashed;
    z-index: -1;
    left: 50%;
    margin-left: -.01rem
}

.list40:after {
    content: "";
    position: absolute;
    top: 0;
    width: .23rem;
    height: .23rem;
    border: #0747bc 1px solid;
    background: #fff;
    z-index: -1;
    left: 50%;
    margin-left: -.13rem;
    border-radius: 50%;
}

.list40 li {
    width: 50%;
    align-self: flex-end;
    margin: 0 0 .4rem;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.list40 li::before {
    content: "";
    position: absolute;
    width: .42rem;
    height: .41rem;
    border-radius: 50%;
    left: -.21rem;
    top: 0;
    background: #0747bc;
    z-index: 10;
    transform: scale(0);
    transition: .5s;
}

.list40 li:nth-child(2n):before {
    left: auto;
    right: -.21rem;
}

.list40 li .a {
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 0 0 0 .56rem;
}

.list40 li .a::before {
    content: "";
    position: absolute;
    width: .42rem;
    height: .41rem;
    border-radius: 50%;
    left: -.21rem;
    top: 0;
    background: url(../images/wmq/list40_b1.png) center no-repeat #fff;
    box-sizing: border-box;
    background-size: 100% 100% !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.list40 li .a::after {
    content: "";
    position: absolute;
    background: #0747bc;
    width: .3rem;
    height: 1px;
    left: .2rem;
    top: .21rem;
}

.list40 li .ls-top {
    justify-content: space-between;
    align-items: flex-start;
}

.list40 li .ls-top .ll {
    font-size: .48rem;
    color: #0747bc;
    position: relative;
    z-index: 1;
    transform: translateY(-.12rem);
}

.list40 li .ls-top .ll:before {
    content: "";
    position: absolute;
    bottom: .3rem;
    background: #0747bc;
    width: 100vw;
    height: 1px;
    left: calc(100% + .1rem);
}

.list40 li .ls-top .rr h6 {
    font-size: .24rem;
    color: #0747bc;
    text-align: left;
    transform: translateY(-.12rem);
    position: relative;
    z-index: 1;
    right: 0;
}

.list40 li .ls-top .rr h6::before {
    content: "";
    background: url(../images/wmq/list40_b3.png) center no-repeat;
    background-size: 100% 100%;
    width: .71rem;
    height: .11rem;
    position: absolute;
    top: .5rem;
    right: 0;
}

.list40 li:nth-child(2n) .ls-top .rr h6::before {
    transform: rotateY(180deg);
    left: 0;
}

.list40 li .ar_article p {
    text-indent: 0;
    line-height: 1.375 !important;
    color: #666;
}



.bd_li2 {
    width: 15rem;
    max-width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.lshm {
    padding-bottom: .7rem;
}

.ls-month {
    font-size: .24rem;
    line-height: 1;
    color: #0747bc;
    font-weight: normal;
}

.ls-year {
    color: #0A62C4;
    background-image: linear-gradient(100deg, #d54550 30%, #0747bc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background: none\0;
    font-family: AkzidenzGroteskBQ-XBoldAlt;
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: 0rem;
    display: block;
    transition: all 0.5s;
}

.list40 li:hover .ls-year{
    transform: scale(1.1);
}

.list40 li:nth-child(2n) .ls-tx {
    text-align: right;
}


@media(min-width: 1025px) {
    .list40 li:nth-child(2n) {
        align-self: flex-start
    }

    .list40 li:nth-child(2n) .a {
        padding: 0 .56rem 0 0;
    }

    .list40 li:nth-child(2n) .a::before {
        left: auto;
        right: -.21rem;
    }

    .list40 li:nth-child(2n) .ls-top .ll {
        order: 1;
    }

    .list40 li:nth-child(2n) .ls-top .ll:before {
        left: auto;
        right: calc(100% + .1rem);
    }

    .list40 li:nth-child(2n) .a::after {
        left: auto;
        right: .2rem;
    }

    .list40 li:hover::before {
        transform: scale(.25)
    }



}

@media(max-width: 1024px) {

    .list40 li .ls-top .rr h6 {
        transform: translateY(-.2rem);
    }

    .list40 li:nth-child(2n) .ls-top .rr h6::before {
        transform: none;
        right: 0;
        left: auto;
    }

    .ls-year {
        font-size: .6rem;
    }

    .list40 li .ls-top .ll:before {
        bottom: .15rem;
    }

    .list40 li:nth-child(2n) .ls-tx {
        text-align: left;
    }

    .list40:after {
        left: 0;
    }

    .list40:before {
        left: 0;
    }

    .list40 {
        overflow: visible;
        margin: 0 0 0 .2rem;
        padding: .8rem 0 0;
    }

    .list40 li {
        width: 100%;
    }
}

@media(max-width: 800px) {
    .ls-month {
        font-size: .2rem;
    }

    .miso_tab2 .hd {
        margin: 0 0 .2rem
    }

    .list39 li {
        padding: 0 .15rem
    }

    .list39 li a {
        font-size: .2rem
    }

    .list40 li .ls-top .ll {
        font-size: .26rem;
    }

    .list40 li .ls-top .rr h6 {
        font-size: .18rem;
        transform: translateY(-0.25rem);
    }

    
    .list40 li .a::before {
        width: .3rem;
        height: .3rem;
        left: -.16rem;
    }

    .list40 li .ls-top {
        transform: translateY(.12rem);
    }

    .list40 li .a::after {
        top: .15rem;
        left: .13rem
    }

    .list40 li .ls-top .rr h6::before {
        transform: scale(0.7) !important;
        transform-origin: right top;
        top: .36rem;
    }

    .list40 li .a {
        padding: 0 0 0 .4rem;
    }

    .list40 li .a::after {
        width: .2rem
    }

    .ls-year {
        font-size: .4rem;
    }
}