/*分级列表*/

.li2 a.hover {
    color: #7ac9c3;
}

.li1:hover ul {
    display: block;
}

.ul2 li {
    min-width: 100px;
}

.ul1 li {
    margin-left: 0px;
}

.ul1 li.hover {
    background: #dddddd;
}

.cz {
    display: inline-block !important;
}

.bg {
    color: #0267d0 !important;
}

.main22 {
    margin-left: 2%;
    border-bottom: 1px solid #ccc;
}

.main22 h2 {
    color: #f12f2f;
    font-size: 18px;
}

.main22 span {
    display: block;
    width: 10%;
    border: 2px solid #f12f2f;
}

#search {
    width: 18%;
    display: flex;
    float: right;
    margin-top: -2.7%;
    margin-right: 11%;
}

#search input {
    float: left;
    flex: 4;
    height: 40px;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #707070;
    border-right: none;
    background: #ffffff;
}

#search button {
    float: right;
    flex: 1;
    height: 40px;
    color: white;
    border-style: none;
    outline: none;
    border-radius: 0 20px 20px 0;
    border: 1px solid #707070;
    border-left: none;
    background: #ffffff;
}

#search button img {
    width: 20px;
    height: 20px;
}

#search button:hover {
    font-size: 16px;
}

.main {
    width: 100%;
    padding-bottom: 0.2rem;
    background: #f4f4f4;
}

.main1-1 {
    text-align: center;
}

.main1-1 p {
    text-align: center;
    font-size: 26px;
    color: #333333;
    font-weight: 600;
}

.mian1-2-1 {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    float: left;
    background: #ffffff;
}

.mian1-2-1 .span {
    display: block;
    background-color: #f12f2f;
    color: white;
    text-align: left;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    padding-left: 10%;
}

.span span {
    margin-right: 10%;
    font-size: 30px;
    vertical-align: middle;
    float: right;
}

.span div {
    text-align: center;
}

.ul2 {
    box-sizing: border-box;
    display: flex;
    width: 40%;
    flex-wrap: wrap;
    margin-left: 20%;
}

.ul2 li {
    margin-top: 2%;
    padding-bottom: 1%;
    margin-left: 5%;
}

.ul2 li:hover .ul1 {
    display: block;
}

.ul2 li p {
    padding: 3% 0;
}

.ul2 li a {
    font-size: 15px;
    color: #999999;
    font-weight: 300;
    transition: all 0.4s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.li2 {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
}

.li2 span {
    color: black;
    float: right;
    display: none;
}

.li2:hover a {
    color: #e2bf7c;
    transition: all 0.4s;
}

.li2:hover span {
    color: #0267d0;
}

.ul1 {
    overflow: hidden;
    display: none;
}

.ul1 li {
    padding: 2% 0;
    margin-top: 0%;
    margin-left: 0;
}

.ul1 li:last-child {
    border-bottom: none;
}

.ul1 li a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: black;
    text-align: center;
}

.ul1 li a:hover {
    color: #333333;
}

.ul1 li:hover {
    background: #dddddd;
}

.main1-2-2 {
    width: 100%;
    float: right;
    padding: 5% 0;
    box-sizing: border-box;
}

.main1-2-2-1 {
    float: left;
    box-sizing: border-box;
    margin: 2% 0 0;
    margin-left: 2%;
    width: 31%;
}

.main1-2-2-1 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.main1-2-2-1 p {
    font-size: 0.2rem;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    transition: all 0.4s;
    position: relative;
}

.chanpbox {
    background: #f4f4f4;
}

.main1-2-2-1 .chanp {
    text-align: center;
    background: #ffffff;
    padding: 3% 3%;
    box-sizing: border-box;
}

.main1-2-2-1 .chanp::after {
    display: none;
}

.main1-2-2-1 p::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-bottom: 2px solid #e2bf7c;
    box-sizing: border-box;
    position: absolute;
}

.main1-2-2-1 p::after {
    left: 0;
    bottom: 0;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s,
        height 0.2s ease-in;
}

.main1-2-2-1 p:hover::after {
    width: 100%;
    height: 100%;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.4s,
        height 0.3s ease-in 0.6s;
    border-bottom-color: #e2bf7c;
}

.main1-2-2-1 p:hover {
    color: #e2bf7c;
    transition: all 0.4s;
}

.main1-2-2-1 span {
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #999999;
}

.chanpbox a .tp {
    overflow: hidden;
    position: relative;
    border: 1px solid #e2e2e2;
}

.chanpbox a .tp .hov {
    position: absolute;
    bottom: 0;
    background: rgba(102, 102, 102, 0.5);
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.chanpbox a .tp .hov .tpjia {
    display: block;
    width: 15%;
    margin-left: 42%;
    margin-top: 0;
    transition: all 0.4s;
}

.chanpbox a .tp:hover .hov {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.chanpbox a .tp:hover .hov>.tpjia {
    margin-top: 36%;
    transition: all 0.4s;
}

/*分页*/
.fenyespan {
    width: 100%;
    text-align: center;
    margin-top: 47px;
}

.fenyespan span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ebebeb;
}

.fenyespan a {
    color: #666666;
    display: block;
}

.fenyespan span:hover,
.fenyespan a:hover {
    cursor: pointer;
    background-color: #f12f2f;
    color: #fff;
    border-color: #f12f2f;
}

.fenyespan span:hover .spana {
    color: #fff;
}

.fenyespan .fenyeactive {
    background-color: #f12f2f;
    border-color: #f12f2f;
}

.fenyespan .fenyeactive a {
    color: #fff;
    display: block;
}

.fenyespan .a {
    width: 40px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    color: #666666;
    border: 1px solid #ebebeb;
}

/*分页结束*/

/*媒体查询*/
@media screen and (max-width: 1200px) {
    .mian1-2-1 {
        width: 100%;
    }

    .main1-2-2-1 img {
        width: 100%;
    }

    .main1-2-2 {
        width: 100%;
    }

    .main1-2-2 div:nth-child(10) {
        display: none;
    }

    .main1-2-1-1 span {
        font-size: 17px;
        color: #b5091f;
        font-weight: 550;
    }

    .ul1 {
        display: block;
    }

    .ul2 {
        overflow-x: auto;
        width: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        padding-right: 3%;
        padding-left: 0%;
        margin-left: 0;
    }

    .ul2 li {
        width: 100%;
        margin-left: 4%;
    }

    #search {
        width: 80%;
        float: initial;
        margin: 4% auto !important;
    }

    .cpmin {
        overflow: initial;
    }

    .chanpbox {
        width: 47%;
    }

    .chanpbox a p {
        font-size: 16px;
    }

    .casbox {
        width: 100%;
        padding: 0 10%;
        box-sizing: border-box;
        margin-top: 10%;
    }
}