/*初始化*/
body{min-width:1360px;}
li{list-style: none;}

/*公共部分*/
.text-justify{text-align:justify;}
.indent-2{text-indent:2em;}
.clear{clear:both}
.lh-180{line-height:180%;}
.bg-blue{background-color:#50b5fd!important;}
.text-blue{color:#50b5fd!important;}
.border-start-blue{border-left:3px solid #50b5fd!important;}
.border-blue{border-bottom:2px solid #50b5fd!important;}

/*bootstrap5 重定义*/
.container{min-width:1320px;}
.bg-light{background-color:#efefef!important;}
.page-link{color:#000000;}
.page-link:hover{color:#50b5fd;}

/*头部*/
.logo img{width:48px;}
#nav li:hover, #home .home, #website .website, #admission .admission, #teach .teach, #assist .assist, #personal .personal, #garden .garden, #about .about{border-bottom:2px solid #50b5fd;}
#nav li:hover a, #home .home a, #website .website a, #admission .admission a, #teach .teach a, #assist .assist a, #personal .personal a, #garden .garden a, #about .about a{}

/*底部*/
.footer{}

/*首页*/
/*热门课程*/
.hot-course{}
    .hot-course .position-relative{background-image:linear-gradient(to top, #f7ebc8, white);}
    .hot-course .position-absolute{width:50px;height:50px;top:1px;right:1px;background:url('/images/hot.png');background-size:cover}

/*侧边栏*/
.sidebar{}
.contact{background-image:url('/images/bg-contact.jpg');background-size:cover}

.service-outer{position:fixed;z-index:1001;left:0;right:0;bottom:520px;text-align:center;}
    .service-inner{position:relative;margin-left:auto;margin-right:auto;}
        .service{position:absolute;right:16px;}
            .service a{width:56px;height:56px;line-height:56px;}