/* 法律研究 - 季度期刊 / 年度报告 / 专题报告 */
.legPdf_list .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.legPdf_list .row>[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .legPdf_list .row>.col-sm-6,
    .legPdf_list .row>.col-md-6,
    .legPdf_list .row>.col-lg-4,
    .legPdf_list .row>.col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .legPdf_list .row>.col-lg-4,
    .legPdf_list .row>.col-xl-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    .legPdf_list .row>.col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.legPdf_warp {
    padding: 70px 0;
}

.legPdf_list .row>div {
    margin-bottom: 110px;
}

.legPdf_list .list_box {
    display: block;
    height: 100%;
}

.legPdf_list .list_box::after {
    content: "";
    width: 100%;
    height: 58%;
    background: #F5F5F5;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: -1;
}

.legPdf_list .box_con {
    text-align: center;
    width: 80%;
    margin: auto;
}

.legPdf_list .box_con img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.legPdf_list .con_text {
    margin-top: 16px;
}

.legPdf_list .con_text h3 {
    color: #222;
    font-family: var(--font-ping);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    transition: all .2s;
}

.legPdf_list .con_text span {
    color: #666;
    font-family: var(--font-ding);
    font-size: var(--text-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.legPdf_list .list_box:hover .con_text h3 {
    color: #CD001E;
}
