.sx-container {
    background-color: #f5f5ff;
    min-height: 100vh;
    padding-bottom: 40px;
}

.sx-banner img {
    width: 100%;
}

.sx-content {
    background: url('../img/sx-bg.png') no-repeat center top;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    padding-top: 30px;
    background-attachment: fixed;
}

.sx-main {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.sx-main .sx-lf {
    width: 1016px;
    margin-top: 10px;
}

.sx-lf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 48px;
}

.sx-lf-header .date {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.sx-lf-header .text {
    font-size: 18px;
    color: #5641c1;
}

.sx-lf-header .text span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #5641c1;
    border-radius: 50%;
    margin: 0 1px;
    vertical-align: middle;
}

.sx-lf-header .text span.circle {
    width: 7px;
    height: 7px;
}

.sx-lf ul li {
    padding: 30px 5px;
    border-bottom: 2px solid rgba(235, 235, 235, 0.8);
}

.sx-lf ul li a {
    font-size: 18px;
    color: #000000;
    line-height: 29px;
}

.sx-lf ul li a .time {
    color: #783dbe;
    position: relative;
    padding-right: 8px;
    margin-right: 3px;
}

.sx-lf ul li a .time::after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 18px;
    background-color: #783dbe;
    right: 0;
    top: 3px;
}
.sx-lf ul li a .title {
    font-weight: bold;
}
.sx-lf ul li:hover {
    background-color: #ffffff;
}

@media screen and (max-width: 678px) {
    .sx-container {
        padding-bottom: .4rem;
    }
    .sx-content {
        background: url('../img/sx-bg-h5.png') no-repeat center top;
        width: 100%;
        height: 100%;
        background-size: 100% auto;
        padding-top: .4rem;
        background-attachment: fixed;
    }

    .sx-main {
        display: block;
        margin-top: .3rem;
        padding: .1rem .2rem;
    }

    .sx-main .sx-lf {
        width: 100%;
        margin-top: .1rem;
    }

    .sx-lf-header {
        line-height: .5rem;
    }

    .sx-lf-header .date {
        font-size: .33rem;
    }

    .sx-lf-header .text {
        font-size: .28rem;
    }

    .sx-lf-header .text span {
        width: 4px;
        height: 4px;
        margin: 0;
    }

    .sx-lf-header .text span.circle {
        width: 6px;
        height: 6px;
    }

    .sx-lf ul li {
        padding: .3rem .1rem;
    }

    .sx-lf ul li a {
        font-size: .32rem;
        line-height: .7rem;
    }

    .sx-lf ul li a .time {
        color: #783dbe;
        position: relative;
        padding-right: .15rem;
        margin-right: .05rem;
    }

    .sx-lf ul li a .time::after {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: .32rem;
        top: .07rem;
    }

    .sx-lf ul li:hover {
        background-color: #783dbe;
    }
    .jz-more {
        background: transparent;
    }
}