.position {
    width: 1400px;
    margin: 10px auto 16px;
    padding: 10px 0px;
    background-color: #fff;
    font-size: 1.25rem;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #b9b9b9;
}

.position img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.navigation a,.navigation span{
     color: #b9b9b9;
}
.list_box {
    width: 1400px;
    background-color: #fff;
    margin: 10px auto 30px;
    /* padding: 0px 30px; */
    display: flex;
    justify-content: space-between;
}

.list_lf {
    width: 22%;
}

.list_lf_tit {
    position: relative;
    z-index: 11;
    line-height: 3rem;
    padding: 10px 10px 10px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #af0b1e;
    text-align: center;
}

.list_lf_main {
    width: 100%;
    background-color: #faf7f3;
    padding: 10px 0px;
    min-height: 765px;
}

.list_lf_main li{
    margin-bottom: 4px;
    
}

.list_lf_main li a {
    position: relative;
    padding: 10px 10px 10px 10px;
    margin-left: 0px;
    display: block;
    font-size: 1.2rem;
    line-height: 2rem;
    background-color: #fff;
    border-left: 5px solid #af0b1e;
    transition: all 0.7s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.list_lf_main li a:hover {
    transform: translateX(8px);
    color: #af0b1e;
}

.list_rt {
    width: 72%;
}

.list_main {
    /* background-color: #fff; */
    margin-bottom: 10px;
    border-bottom: 1px dashed #b4b4b4;
    padding-bottom: 5px;
}

.list_main li {
    display: flex;
    justify-content: flex-start;
    height: 2.5rem;
    /* padding: 0 20px; */
}

.list_main li a {
    display: block;
    line-height: 2.5rem;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 91%;
    /* background: url(../img/zmhd_index/dian.png) no-repeat left center; */
    padding: 0 16px 0px 0px;
}

.list_main li::before{
    content: "●";
    display: inline-block;
    width: 16px;
    color: #D7D7D7;
    line-height: 2.75rem;
}


.list_main li a:hover {
    color: #af0b1e;
    /* background: url(../img/zmhd_index/dian2.png) no-repeat left center; */
}

.list_main li span {
    font-size: 1.1rem;
    line-height: 2.75rem;
    color: #B4B4B4;
}

.pagesize {
    text-align: center;
}

.more{
    display: none;
}

@media screen and (max-width:768px) {
    .list_box{
        width: 100%;
        padding: 0px 10px;
    }

    .list_lf{
        display: none;
        width: 55%;
        position: fixed;
        top: 10px;
    }
    .list_lf_mobile{
        left: -55%;
    }

    .list_rt{
        width: 100%;
        padding: 20px 2vw;
    }

    .list_main li a{
        width: 70%;
    }


    .more{
        text-align: center;
        width: 30px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #af0b1e;
        position: absolute;
        right: -30px;
        bottom: 50px;
        color: #fff;
    }
}