.h5_body {
    overflow: hidden;
}

.h5_body .list {
    margin: 25px;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.pc_body .list>.a img,
.h5_body .list>.a img {
    width: 100%;
    height: 100%;
}
.h5_body .pagination {
    text-align: center;
    padding-bottom: 20px;
}
.pc_body .list>.a {
    position: relative;
    margin: 15px 0;
    width: 100%;
    height: 170px;
}
.h5_body .list>.a {
    position: relative;
    margin: 13px;
    width: 100px;
}
@media screen and (max-width: 768px) {
    .pc_body .list>.a>.name {
        width: 100%!important;
    }
}
.pc_body .list>.a>.name,
.h5_body .list>.a>.name {
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.h5_body .list>.a {
}

.h5_body .list>.b {
    padding: 10px 0;
    width: 80px;
    background-color: #12406f;
    writing-mode:vertical-rl;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}
.pc_body {
    display: none;
}
.pc_body .list {
    margin-top: 10px;
}
.pc_body {
    margin: 0 auto;
    width: 75%;
}
.pc_body .list>.b {
    height: 70px;
    width: 100%;
    background-color: #124170;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
}
