.an_list li {
    width: 31%;
}

.an_fen_1 {
    right: 30px;
}

.show {
    cursor: pointer;
}

.an_list h2 {
    WIDTH: calc(100% - 30px);
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.an_fen_1 em {
    background-position-x: 160px;
    border-radius: 8px;
}

.an_fen_2 dl {
    float: left;
    padding-left: 25px;
    padding-top: 22px;
    padding-bottom: 0px;
}

.an_list h2 a {
    color: #434343;
}

@media(max-width:768px) {
    .an_list li {
        width: 45%;
    }

    .an_list {
        padding-left: 15px;
        width: calc(100% - 30px);
    }

    .an_list h2 {
        width: 100%;
        margin-top: 60px;
        line-height: 30px;
        border-top: dashed 1px #d1d1d1;
        height: auto;
        border-bottom-width: 0px;
        white-space: unset;
        margin-bottom: 5px;
        padding-top: 10px;
    }


    .an_fen_1 {
        position: absolute;
        right: 0px;
        top: -46px;
    }

    .an_fen_1 em {
        padding-left: 18px;
        width: 121px;
        background-position-x: 108px;
        height: 30px;
        line-height: 30px;
        text-align: left;
        border: 1px solid #ebebeb;
        color: #434343;
        float: left;
        border-radius: 6px;
        cursor: pointer;
    }

    .an_fen_2 dd {
        width: 115px;
        padding-left: 12px;
        line-height: 30px;
        background-position-y: 11px;
        font-size: 12px;
    }

    .an_fen_2 {
        top: 31px;
    }

    .an_fen_2 dl {
        float: left;
        padding-left: 12px;
        padding-top: 12px;
        padding-bottom: 0px;
    }
}