锘.lsyg {
    width: 100%;
    max-width: 1200px;
}

    .lsyg ul {
        list-style-type: none;
    }



@media(min-width:992px) {
    .lsyg-item .year .bullet {
        position: absolute;
        display: block;
        right: 10px;
        top: 10px;
        width: 16px;
        height: 16px;
        border: 1px solid #014fa2;
        border-radius: 100%;
        background-color: #014fa2;
    }

    .lsyg ul::before {
        content: '';
        height: 98%;
        width: 1px;
        background-color: #014fa2;
        position: absolute;
        top: 30px;
        left: 16.66666667%;
        z-index: -1;
    }
}


    @media(min-width:576px) {

        .lsyg-item {
            margin-left: 0;
            padding-left: 0;
        }

            .lsyg-item .pic {
                margin-bottom: 20px;
            }

                .lsyg-item .pic > img {
                    border-radius: 50%;
                    /*border: 1px solid #48BEB2;*/
                    width: 100%;
                    height: auto;
                    -moz-transition: all 0.8s;
                    -webkit-transition: all 0.8s;
                    -o-transition: all 0.8s;
                    -ms-transition: all 0.8s;
                    transition: all 0.8s;
                }
    }

    @media(min-width:769px) {
        .lsyg-item .year {
            text-align: center;
        }
    }

    .lsyg-item .year, .lsyg-item .desc {
        margin-top: 10px;
    }

    .lsyg-item .year {
        color: #A2A2A2;
        font-size: 36px;
        font-family: bahnschrift;
        line-height: 36px;
        height: 36px;
    }

    .lsyg-item .desc {
        font-size: 14px;
        color: #141414;
        line-height: 30px;
        top: 5px;
    }
<!--0.00018095970153809-->