﻿.list ul {
    flex-wrap: wrap;
}

.list ul li {
    margin: 0 1.5% .25rem 1.5%;
    width: 30%;
}



select option {
    text-align: center; /* 让 select 元素中的选项居中对齐 */
}

select {
    text-align: left !important; /* 让 select 元素中的文本左对齐 */
}

.list_box {
    padding: .75rem 0;
    box-sizing: border-box;
}

.list ul li a p {
    margin: .125rem 0 0 0 !important;
    line-height: .45rem;
    text-align: center;
}

.list ul li a {
    display: block;
    padding: .125rem;
    box-sizing: border-box;
    background-color: #C4C4C4;
}

.list ul li a .p_box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 200px; */
    background-color: #fff;
}

.list ul li a .p_box img {
    display: block;
    width: 100%;
}

.list ul li a:hover {
    background-color: #4B84D7;
    transition: all 0.6s;
}

.list ul li a:hover p {
    color: #fff;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .list ul li {
        width: 45%;
    }
    .list ul li a p {
        margin: 10px 0 0 0 !important;
        line-height: 1.5;
    }
    .list ul li a {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}