/*历史沿革*/
.lsyg{
    padding-top: 0.4rem;
}
.lsyg .img{
    margin-left: 0.21rem;
    margin-bottom: 0.42rem;
}
.lsyg .img img{
    width: 2.37rem;
    height: auto;
}
.lsyg .list .li .l{
    width: 1.36rem;
}
.lsyg .list .li .l .time{
    width: 0.87rem;
    line-height: 0.32rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.18rem;
    margin-left: 0.21rem;
    background-color: #0f77dd;
    text-align: center;
}

.lsyg .list .li .r{
    width: calc(100% - 1.36rem);
    line-height: 0.3rem;
    font-size: 0.16rem;
    position: relative;
    padding-left: 0.58rem;
    padding-bottom: 0.26rem;
}
.lsyg .list .li .r:before{
    content: "";
    width: 1px;
    height: 100%;
    background-color: #0f77dd;
    position: absolute;
    top: 0;
    left: 0.1rem;
}
.lsyg .list .li .r:after{
    content: "";
    width: 0.25rem;
    height: 0.2rem;
    background: url("../images/frame/5.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.08rem;
    left: 0;
}

.lsyg .list .li .r p{
    font-size: 0.16rem!important;
    line-height: 0.3rem!important;
}

/*手机适配*/
@media screen and (max-width: 1200px){
    /*历史沿革*/
    .lsyg{
        padding-top: 0;
    }
    .lsyg .img{
        margin-left: 0.21rem;
        margin-bottom: 0.2rem;
    }
    .lsyg .img img{
        width: 2.37rem;
        height: auto;
    }
    .lsyg .list .li .l{
        width: 1.36rem;
    }
    .lsyg .list .li .l .time{
        width: 0.87rem;
        line-height: 0.32rem;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.18rem;
        margin-left: 0.21rem;
        background-color: #0f77dd;
        text-align: center;
    }

    .lsyg .list .li .r{
        width: calc(100% - 1.36rem);
        line-height: 0.3rem;
        font-size: 0.16rem;
        position: relative;
        padding-left: 0.58rem;
        padding-bottom: 0.15rem;
    }
    .lsyg .list .li .r:before{
        content: "";
        width: 1px;
        height: 100%;
        background-color: #0f77dd;
        position: absolute;
        top: 0;
        left: 0.1rem;
    }
    .lsyg .list .li .r:after{
        content: "";
        width: 0.25rem;
        height: 0.2rem;
        background: url("../images/frame/5.png")no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        top: 0.08rem;
        left: 0;
    }

    .lsyg .list .li .r p{
        font-size: 0.18rem!important;
        line-height: 0.3rem!important;
    }
}