<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: white;
}


.FloorBox {
    height: 30px;
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .FloorBox &gt; div:first-child {
        border-left: 5px solid #f71344;
        padding-left: 5px;
        text-align: left;
        height: 30px;
        line-height: 30px;
        width: 80%;
    }

    .FloorBox &gt; .MoreBtn {
        text-align: right;
        width: 130px;
        color: #383535;
        font-size: 9pt;
        font-weight: 300;
        height: 30px;
       margin-bottom:15px;
        line-height: 30px;
        border-radius: 15px;
      
    }

        .FloorBox &gt; .MoreBtn:hover {
           
            color: red;
        }
/*
    TOp
*/
#TopBox {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 48px;
    color: white;
}

    #TopBox #NavBotton {
        padding-left: 15px;
        width: 70px;
    }

        #TopBox #NavBotton img {
            height: 38px;
            margin-top: 5px;
        }

    #TopBox .LogoBox {
        margin-top: 5px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
        font-weight: 500;
        width: 75%;
        text-align: center;
    }

    #TopBox #PhoneBox {
        display: inline;
        float: right;
    }

        #TopBox #PhoneBox img {
            height: 28px;
            margin-top: 10px;
        }

#MenuUl {
    border-top: 1px solid #808080;
    list-style: none;
    padding: 0px;
    font-size: 14pt;
    margin: 0px;
    display: none;
}

    #MenuUl &gt; li {
        color: #808080;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #808080;
    }



        #MenuUl &gt; li &gt; a:hover {
            color: #f8b7fb;
           
        }

    #MenuUl a {
        color: #808080;
        text-decoration:none;
    }

    #MenuUl ul {
        padding-left: 0px;
        list-style: none;
    }

        #MenuUl ul &gt; li {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 40px;
            border-top: 1px solid #808080;
        }

    #MenuUl li:hover {
      
    }
/**
    菜单图标
*/
.MenuBlock {
    background-color: white;
    padding-top: 15px;
}

    .MenuBlock .MenBox {
        padding-left: 30px;
        padding-right: 30px;
    }

        .MenuBlock .MenBox &gt; img {
            width: 70%;
            margin: auto;
        }
/**热门课程*/
.HotMajarBox {
    display: -webkit-flex;
    flex-direction: row;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    
}



    .HotMajarBox &gt; div img {
        width: 100%;
    }

/*师资团队*/
#TemBox {
    width: 100%;
    overflow: auto;
    height: 208px;
}

    #TemBox #ItemBox {
        width: 1200px;
        margin-left: -140px;
        height: 190px;
    }

        #TemBox #ItemBox &gt; div {
            padding: 5px;
            float: left;
            width: 140px;
        }

            #TemBox #ItemBox &gt; div &gt; img {
                width: 100%;
            }

/**学校动态*/
.SDt .imgBox {
    padding-right: 0px;
}

.SDt .title {
    padding-top:5px;
    text-align: left;
    font-size: 10pt;
}

.SDt .yuedu {
    text-align: left;
    font-size: 8pt;
}

/**Bottom*/
.MyBottom {
    padding: 0px;
    color: white;
    font-size: 8pt;
}

    .MyBottom img {
        margin-top: 15px;
        margin-right: 5px;
        margin-left: 5px;
        max-width: 30px;
        margin-bottom: 10px;
    }

    .MyBottom &gt; div {
        padding: 0px;
        margin: 0px;
    }
/**分页*/
.pagerBox {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.pBtn {
    width: 70px;
    text-align: center;
    cursor: pointer;
}

    .pBtn:hover {
        color: #ee0de9;
    }

.zpActive {
    color: #ee0de9;
}

/*页面Html内容处理*/
#HtmlBox img{
    width:100%;
}</pre></body></html>