.position {
    width: 100%;
    margin: 10px auto 16px;
    padding: 10px 0px;
    background-color: #fff;
    font-size: 1.25rem;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #2168BA;
}

.position img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.list_box {
    width: 1200px;
    background-color: #fff;
    margin: 10px auto 30px;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
}

.list_lf {
    width: 28%;
    padding-top: 30px;
}

.list_lf_tit {
    position: relative;
    z-index: 11;
    line-height: 160%;
    padding: 32px 28px;
    margin-bottom: 5px;
    font-size: 2em;
    color: #fff;
    background: url(../img/sidetop.png) no-repeat right bottom #2168BA;
    border-radius: 0 50px 0 0;
}

.list_lf_tit a {
    font-size: 2rem;
    color: #fff;
}

.list_lf_main {
    width: 100%;
}

.list_lf_main li{
    margin-bottom: 5px;
    
}

.list_lf_main li a {
    position: relative;
    padding-left: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    display: block;
    font-size: 1.2em;
    line-height: 1.6em;
    background: url(../img/forward.png) left center no-repeat #F8F8F8;
    background-size: 20px 20px;
    background-position: 30px center;
    transition: all 0.7s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_lf_main li a:hover {
    transform: translateX(8px);
    background-color: #dbecff;
}

.list_rt {
    width: 70%;
    padding: 20px 0px;
}

.list_main {
    /* background-color: #fff; */
    margin-bottom: 10px;
    border-bottom: 1px dashed #b4b4b4;
    padding-bottom: 5px;
}

.list_main li {
    display: flex;
    justify-content: space-between;
    height: 2.5rem;
    /* padding: 0 20px; */
}

.list_main li a {
    display: block;
    line-height: 2.5rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    background: url(../img/zmhd_index/dian.png) no-repeat left center;
    padding: 0 16px;
}

.list_main li a:hover {
    color: #1659A0;
    background: url(../img/zmhd_index/dian2.png) no-repeat left center;
}

.list_main li span {
    font-size: 1rem;
    line-height: 2.75rem;
    color: #B4B4B4;
}

.pagesize {
    text-align: center;
}

.more{
    display: none;
}
.mainColumnContentRight ul{
    min-height: 728px;
}
.mainColumnContentRight ul li{
    line-height: 36px;
}
.mainColumnContentRight ul li i{
    float: right;
    width: 12%;
    font-size: 14px;
    color: #6d6d6d;
}
.mainColumnContentRight ul li a span{
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 86%;
}
.mainColumnContentRight ul  div{
  display: none;
}
@media screen and (max-width:768px) {
    .list_lf_main {
        width: 100%;
        background-color: white;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }
    .list_lf_mobile{
        box-shadow: none;
    }
    .list_box{
        width: 100%;
        padding: 0px 10px;
    }

    .list_lf{
        width: 55%;
        position: fixed;
        top: 10px;
        z-index: 999;
    }
    .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: #1761B3;
        position: absolute;
        right: -30px;
        bottom: 30px;
        color: #fff;
    }
    .mainColumnContentRight ul li i{
        width: 25%;
    }
    .mainColumnContentRight ul li a span{
        width: 70%;
    }
}