@charset "UTF-8";

/* 新数据页面 */
.gjsj2 .lmmc {
    text-align: center;
}

.gjsj2 .lmmc div {
    display: inline-block;
    border-bottom: none;
    margin-top: 0;
}

.gjsj2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gjsj2 ul li {
    width: 48%;
    border-bottom: 1px solid #d3d3d3;
}

.gjsj2 ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0;
}

.gjsj2 .l {
    font-size: 0.28rem;
    color: #0b54ae;
    padding-left: 0.4rem;
    position: relative;
    z-index: 1;
}

.gjsj2 .l::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 0.5rem;
    border-left: 1px solid #1a5eb2;
}

.gjsj2 .r {
    margin-left: 0.2rem;
    font-size: 0.22rem;
    color: #222222;
}

.gjsj2 .r span {
    font-family: Times New Roman;
    font-size: 0.4rem;
    font-weight: bold;
    padding-right: 0.1rem;
}

@media screen and (max-width:1024px) {
    .gjsj2 ul li {
        width: 100%;
    }

    .gjsj2 ul li a {
        padding: 0.2rem 0;
    }

    .gjsj2 .l {
        font-size: 0.22rem;
        padding-left: 0.2rem;
    }

    .gjsj2 .l::after {
        height: 0.3rem;
    }

    .gjsj2 .r {
        font-size: 0.2rem;
    }

    .gjsj2 .r span {
        font-size: 0.22rem;
    }
}