@charset "utf-8";

.cate_subCateList .text_more,
.cate_subCateList_top .text_more {
    color: #e77209;
}

.subCateUl3 li {
    border: 2px solid #e77209;
}

.subCateUl3 li p {
    font-size: 20px;
    color: #e77209;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

@media (max-width: 767px) {
    .subCateUl3 li p {
        font-size: 11px;
    }
}