﻿.headtop_right {
    width: 810px;
    height: 420px !important;
    position: relative
}

    .headtop_right .swiper-pagination-bullet-active {
        background: #fff !important;
        width: 25px;
        height: 8px;
        border-radius: 10px;
    }

    .headtop_right img {
        border-radius: 8px;
        width: 100%;
        height: 100%;
    }

.headtop {
    width: 1180px;
    height: 440px;
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin: 20px auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

    .headtop .headtop_left {
        position: relative;
        width: 350px;
        height: 420px;
    }

        .headtop .headtop_left > ul {
            width: 350px;
            height: 420px;
            overflow-y: auto; /* 允许垂直滚动 */
            overflow-x: hidden; /* 隐藏横向滚动条 */
        }

            .headtop .headtop_left > ul li {
                line-height: 44px;
                height: 44px;
                display: flex;
                justify-content: space-between;
                margin: 0 10px;
                padding: 0 10px;
            }

                .headtop .headtop_left > ul li p:nth-child(1), .leftbox > p {
                    font-weight: bold;
                    font-size: 18px;
                    width: 161px;
                }

                .headtop .headtop_left > ul li p:nth-child(2) {
                    font-size: 16px;
                    color: #666666;
                    width: 141px;
                }

        .headtop .headtop_left .leftbox {
            position: absolute;
            width: 820px;
            /*height: 430px;*/
            box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1);
            border-radius: 8px;
            left: 350px;
            display: none;
            z-index: 99;
            top: -10px;
            left: 350px;
            padding: 20px;
            background: #fff;
        }

        .headtop .headtop_left > ul li:hover {
            background: #ECF9EF;
        }

            .headtop .headtop_left > ul li:hover .leftbox {
                display: block;
            }

.leftbox .lefttype_list, .leftbox .leftstudy_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .leftbox .lefttype_list li {
        font-size: 16px;
        color: #666666;
        margin-right: 20px;
        line-height: 30px;
    }

.leftbox .leftstudy_list {
    justify-content: space-between;
   /* position: absolute;
    bottom: 0;*/
}

    .leftbox .leftstudy_list li {
        display: flex;
        justify-content: space-between;
        width: 368px;
        height: 112px;
        margin-top: 20px;
        cursor:pointer;
    }

        .leftbox .leftstudy_list li > img {
            width: 196px;
            height: 112px;
            border-radius: 8px 8px 8px 8px;
        }

        .leftbox .leftstudy_list li > div {
            display: flex;
            flex-direction: column;
            margin-left: 12px;
            justify-content: space-between;
        }

            .leftbox .leftstudy_list li > div > p:nth-child(1) {
                font-size: 16px;
                color: #333333;
            }

            .leftbox .leftstudy_list li > div > p:nth-child(2) {
                font-size: 14px;
                color: #999999;
            }

.headtop_left .headleft_item:hover + .leftbox {
    display: block;
}



.schooltype {
    margin-top: 60px;
}

    .schooltype .typelist, .schooltype .typelist ul{
        display: flex;
        position: relative;
    }
        .schooltype .typelist > div:nth-child(3){
            position: absolute;
            right: 0;
            top: 8px;
        }
    .schooltype .typelist > div:nth-child(3) a{
        font-size: 14px;
        color: #777777;
    }
    .schooltype .content  {
        margin-top: 30px;
        position: relative;
        width: 100%;
        height: 604px;
        margin-bottom: 40px;
    }
    .sch_flexbox{
        display:flex;
        flex-wrap:wrap;
    }
.schooltype .content > div {
    margin-top: 30px;
   
}

.schooltype .typelist > h2{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-right: 30px;
}

.schooltype .typelist ul li {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-right: 20px;
}

.typelist h2 {
    line-height: 20px;
}

.schactive {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #18B83D !important;
    border-bottom: 2px solid #18B83D;
    padding-bottom: 6px;
}

.sch_item {
    width: 280px;
    height: 287px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    margin: 0 20px 20px 0;
    cursor: pointer;
    border-radius: 0 0 8px 8px;
}
    .sch_item:nth-child(4), .sch_item:nth-child(8) {
        margin: 0 0px 20px 0;
    }
 .schooltype .content .sch_item:hover{
    color: #18B83D;
    position: relative;
    top: -8px;
}

.sch_item> img {
    width: 280px;
    height: 160px;
    border-radius: 8px 8px 0 0;
}

.sch_item .sch_itembot {
    width: 100%;
    height: 127px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
}

    .sch_item .sch_itembot > p {
        font-weight: bold;
        font-size: 18px;
    }

    .sch_item .sch_itembot > div {
        display: flex;
        justify-content: space-between;
    }

        .sch_item .sch_itembot > div > div:nth-child(2) {
            font-size: 14px;
            color: #999999;
        }
.swiper-slide a img {
    border-radius: 8px;
}
