.content {
    padding-top: 30px;
}

.p1_pic img {
    height: 170px;
    transition: all .3s;
}

.t5 {
    color: #387efd;
    font-size: 28px;
    line-height: 46px;
    background: url(/material/images_2020/bsfwzhy2022/t5.png) 0px center repeat-x;
}

.a2 li a {
    height: 90px;
    padding: 0;
    background-color: #e9f4ff;
    border: 1px solid #e9f4ff;
    box-shadow: 3px 3px 3px #daecff;
    border-radius: 5px;
}

.a2 li a:before {
    background: url(/material/images_2020/bsfwzhy2022/p2_background.png) center/cover no-repeat;
    height: 90px;
}

.a2 li a span {
    padding-left: 0;
    text-align: center;
}

.p2.grid {
    padding-right: 16px;
}

.p3 {
    background: url(/material/images_2020/bsfwzhy2022/p3background.png) 50% 0 no-repeat;
    height: 375px;
    margin-top: 50px;
}

.p3 .col-md-4 {
    text-align: center;
}

.p3_lf {
    height: 310px;
    transition: all .3s;
}

a:hover .p3_lf {
    transform: scale(1.1, 1.1);
}

.p3 h3 {
    background: url(/material/images_2020/bsfwzhy2022/p3_zchq.png) 50% -15px no-repeat;
    height: 38px;
    margin-bottom: 10px;
}

.p3 .list-t a {
    font-size: 18px;
    color: #333;
}

.p3 .list-t a span {
    float: right;
    font-size: 18px;
    color: #999999;
}

.p3 .list-t:last-child {
    margin-top: 30px;
}

.p4 {
    margin-top: 20px;
}

.p4 .list-t li a span {
    float: right;
    font-size: 18px;
    color: #999999;
}

.p4 .list-t li {
    padding: 8px 20px;
}

.list-t li {
    padding: 7px 0 7px 20px;
}

.p5 {
    margin-top: 30px;
}

.p1_pic a,
.p5_pic a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p5_pic img {
    height: 100px;
    transition: all .3s;
}

.p1_pic a:hover img,
.p5_pic a:hover img {
    transform: scale(1.1);
}


/* 响应式 */

@media (max-width: 1200px) {
    .p3 {
        background: url(/material/images_2020/bsfwzhy2022/p3background.png) center/cover no-repeat;
        height: auto;
    }
    .p3 h3 {
        background: url(/material/images_2020/bsfwzhy2022/p3_zchq.png) 0 -15px no-repeat;
        height: 38px;
        margin-bottom: 10px;
    }
    .p1_pic a {
        border-radius: 3px;
    }
}

@media (max-width: 992px) {
    .p3 .list-t a span,
    .p4 .list-t li a span {
        display: none;
    }
    .p3 h3 {
        margin-top: 20px;
    }
    .p3 {
        margin-top: 10px;
    }
    .p3 .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }
    .list-t li {
        padding: 7px 0 7px 10px;
    }
}

@media (max-width: 768px) {
    .p1_pic a img {
        height: 100px;
    }
}