.curriculum-nav {display:none;}
@media (max-width:1359px){
 .curriculum-nav {
    display:block;
    padding: 10px 0;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
	border-radius:0px;
	width:100%;
	margin:auto;
 } 
}


.curriculum-nav .item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #267CF0;
    font-size: 14px;
	font-weight:bold
}

.curriculum-nav .item i {
    margin-left: 8px;
    transition: 0.5s ease;
}

.curriculum-nav .item.active {
    color: #333;
	font-weight:normal
}

.curriculum-nav .item.active i {
    transform: rotate(180deg);
}

.curriculum-nav .top {
    display: inline-block;
	padding:3%;
	border-top:1px solid #f1f1f1;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 4;
    background-color: #fff;
    display: none;
    /*box-shadow: 1px 1px 10px #ccc;*/
    position: absolute;
}

.curriculum-nav .top a {

    padding: 4px 10px;
    margin-bottom: 0px;
    display: inline-block;

}

.curriculum-nav .top a.active {
    color: #267CF0;
}

.curriculum-nav .top .top-item {
    display: none;
}

.curriculum-nav .top .top-item:nth-child(1) {
    display: block;
}

.school-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    /* align-items: center; */
}

.school-list .right {
    display: none;
}

.school-list .left {
    width: 100%;
}

.school-list .left .left-item {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #EEEEEE;;
    margin-bottom: 15px;
}

.school-list .left .left-item .top .img {
    width: 35%;
    height: 70px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school-list .left .left-item .top .img img {

    max-height: 100%;
    /*aspect-ratio: 16/9;*/
    object-fit: cover;

    transition: 0.5s ease;
}

.school-list .left .left-item .top .text {
    width: 63%;
}

.school-list .left .left-item .top .text a {
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.school-list .left .left-item .top .text .address {
    padding: 10px 0;
    font-size: 12px;
    color: #999999;

}

.school-list .left .left-item .top .text .tags {
    display: flex;
    flex-wrap: wrap;


}

.school-list .left .left-item .top .text .tags .p {
    width: 50%;
    color: #6C7A85;
    font-size: 12px;
    font-weight: 700;
}

.school-list .left .left-item .top .text .tags .p:nth-child(3) {
    width: 100%;
    margin-top: 10px;
}

.school-list .left .left-item .top .btn .price {
    font-size: 30px;
    font-weight: bold;
    color: #267CF0;
}

.school-list .left .left-item .top .btn .button {
    width: 144px;
    height: 46px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #267CF0;
    font-size: 16px;
}

.school-list .left .left-item .top .btn .button:hover {
    color: #FFFFFF;
    background-color: #267CF0;
}

.school-list .left .left-item .bottom {
    margin-top: 7px;

}

.school-list .left .left-item .bottom .bottom-footer {
    border-top: 1px solid #EEEEEE;
    position: relative;
    padding: 10px 0;
}

.school-list .left .left-item .bottom .bottom-footer:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.school-list .left .left-item .bottom .bottom-footer p {
    font-size: 14px;
}

.school-list .left .left-item .bottom .bottom-footer p:nth-child(2) {
    margin-top: 5px;
    font-size: 12px;
    color: #6C7A85;
}

.school-list .left .left-item .bottom .bottom-footer p:nth-child(3) {

    font-size: 14px;
    color: #267CF0;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.sidebar {
    width: 100%;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.sidebar .title {
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
    background: #E6E9ED;
}

.sidebar .title::after {
    content: "";
    width: 4px;
    height: 26px;
    background: #267CF0;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 20px;
}

.sidebar .list a {
    display: block;
    padding: 20px 0;
    width: 90%;
    font-size: 16px;
    margin: 0 auto;
    border-bottom: 1px solid #EEEEEE;
}

.sidebar .list a:last-child {
    margin-bottom: 0;
}

.course-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    /* align-items: center; */
}

.course-list .left {
    width: 100%;
}

.course-list .right {
    width: 100%;
    display: none;
}

.course-list .left .left-item {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #EEEEEE;;
    margin-bottom: 15px;
}

.course-list .left .left-item .img {
    width: 35%;
    height: 75px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-list .left .left-item .img img {
    max-height: 100%;
    /*aspect-ratio: 16/9;*/
    object-fit: cover;

    transition: 0.5s ease;
}

.course-list .left .left-item .text {
    width: 63%;
}

.course-list .left .left-item .text .tt {
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.course-list .left .left-item .text .address {
    padding: 10px 0;
    font-size: 12px;
    color: #999999;

}

.course-list .left .left-item .text .desc {
    font-size: 12px;
    color: #6C7A85;
}


.news-list {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 30px;
    margin-top: 30px;
}

.news-list .left {
    width: 100%;
}

.news-list .right {
    width: 100%;
    display: none;
}

.news-list .left .left-item {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;;
    margin-bottom: 15px;

}

.news-list .left .left-item .img {
    width: 35%;
    height: 70px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-list .left .left-item .img img {
    max-height: 100%;
    /*aspect-ratio: 16/9;*/
    object-fit: cover;

    transition: 0.5s ease;
}

.news-list .left .left-item .text {
    width: 63%;
}

.news-list .left .left-item .btn {
    width: 144px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 130px;
    align-self: initial;
}

.news-list .left .left-item .text .tt {
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.news-list .left .left-item .text .address {

    font-size: 12px;
    color: #999999;
    padding-bottom: 0;
    /* border-bottom: 1px solid #EEEEEE; */
}

.news-list .left .left-item .text .tags {
    margin-bottom: 10px;
    display: flex;
    margin-top: 10px;
}

.news-list .left .left-item .text .tags span {
    padding: 2px 7px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 16px;
}

.news-list .left .left-item .text .tags span:nth-child(1) {
    background: #FFEAEA;
    color: #267CF0;
    margin-right: 15px;
}

.news-list .left .left-item .text .tags span:nth-child(2) {
    background: #FFF2E6;
    color: #E98628;
}

.news-list .left .left-item .text .desc {
    color: #999999;
    line-height: 20px;
}

.about {
    background-color: #f4f6f8;
    padding: 20px 0;
}

.about .about_content {
    display: flex;
    justify-content: space-between;
}

.about .about_content {
    display: flex;
    justify-content: space-between;
}

.about .about_content .left {
    width: 270px;
    display: none;
}

.about .about_content .right {
    width: 910px;
}

.about .about_content .left a {
    width: 270px;
    height: 66px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    font-size: 16px;
    position: relative;

}

.about .about_content .left a::after {
    content: "";
    width: 2px;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #267CF0;
    transition: 0.5s ease;
}

.about .about_content .left a:hover {
    color: #267CF0;
    background: #FFF4F4;
}

.about .about_content .left a:hover::after {
    content: "";
    width: 2px;
    height: 66px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #267CF0;
}

.about .about_content .right .right-item {
    /* padding: 20px; */
    background-color: #fff;
    margin-bottom: 20px;
}

.about .about_content .right .right-item .right-tit {
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
    /* background: #E6E9ED; */
}

.about .about_content .right .right-item .right-tit::after {
    content: "";
    width: 4px;
    height: 20px;
    background: #267CF0;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 20px;
}

.about .about_content .right .right-item .content {
    padding: 20px;
}

.contact {
    margin-top: 50px;
}

.contact .contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .contact-content .item {
    width: 50%;
    display: flex;
    margin-bottom: 15px;
}

.contact .contact-content .item .icon {
    width: 38px;
    height: 38px;
    background: #D4E7FF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #267CF0;
    border-radius: 50%;
    color: #267CF0;
    margin-right: 10px;

}

.contact .contact-content .item .icon span {
    font-size: 24px;
}

.contact .contact-content .item .text {
    width: 60%;
}

.contact .contact-content .item .tt {

    margin-bottom: 5px;
    line-height: 14px;
}

.contact .contact-content .item p {
    color: #666666;
    font-size: 12px;
}

.form {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.form input {
    display: block;
    width: 95%;
    height: 40px;
    float: left;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 14px;
    /*background-color: #efefef;*/
    border: 1px solid #DDDDDD;
}

.form input:nth-child(2) {
    /* float: right; */
}

.form textarea {
    width: 100%;
    height: 110px;
    border-radius: 5px;
    padding-left: 10px;
    /* margin-bottom: 14px; */
    padding-top: 5px;
    margin-top: 15px;
    border: 1px solid #DDDDDD;
}

.form button {
    width: 190px;
    height: 40px;
    background: #267CF0;
    border-radius: 2px 2px 2px 2px;
    border: none;;
    outline: none;
    color: #fff;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
    /*padding-left: 10px;*/
    /* border: 1px solid #3859CC; */
}

.form-content .tt {
    border-top: 32px solid #267CF0;
    /* 梯形的高度 */
    border-left: 20px solid transparent;
    /* 左边斜面的宽度 */
    border-right: 20px solid transparent;
    /* 右边斜面的宽度 */
    /* height: 0; */
    width: 100px;
    border-radius: 0 0 15px 15px;
    /* 梯形的宽度 */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.form-content {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    border-radius: 6px 6px 6px 6px;
    border: 2px solid #267CF0;

    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.form-content .tt::after {
    content: "咨询服务";
    top: -27px;
    position: absolute;
    color: #fff;
}

.school_index_top {
    height: 30px;
    background: #FAFBFC;
}

.school_index_top .top {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 30px;
}

.school_index_top .top a {
    color: #999999;
}

.school_index_header {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 0;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #267CF0;
}

.school_index_header .header .all {
    width: 30px;
    height: 30px;
}

.school_index_header .header .all img {
    width: 30px;
    height: 30px;
}

.school_index_header .header .logo {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school_index_header .header .logo img {

    max-width: 100%;
    max-height: 60px;
}

.school_index_header .header .item {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.school_index_header .header .item img {
    width: 30px;
    height: 30px;
}

.school_index_header .nav {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 99;
    display: none;
}

.school_index_header .nav a {
    display: flex;
    padding-left: 20px;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
}

.school_index_header .nav a.active {
    color: #267CF0;
    border-bottom: 1px solid #267CF0;
}

.school_index_banner img {
    width: 100%;
}

.school_index_about {
    margin-top: 15px;
}

.school_index_about .school_index_about_img {

    width: 100%;
    /*height: 100%;*/
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin-top: 15px;

}

.school_index_about .school_index_about_img .show-imgs {
    width: 100%;
    padding: 2px 0;
    height: 215px;
    overflow: hidden;
    cursor: pointer;

    /* border: 1px solid #e7e7e7; */
    /*overflow: hidden;*/

}

.school_index_about .school_index_about_img .show-imgs-nav {
    width: 100%;
    /*height: 102px;*/
    /* overflow: hidden; */
    margin-top: 15px;

    padding: 15px 0;
}

.school_index_about .school_index_about_img .show-imgs .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.school_index_about .school_index_about_img .show-imgs img {
    width: 100% !important;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.school_index_about .school_index_about_img img {
    /*height:  100%;*/
    /*width: auto;*/
    /*display: block;*/
    /*margin:0 auto;*/

}

.school_index_about .school_index_about_img .show-imgs-nav .swiper-slide {
    /* border: 1px solid #fff; */
    height: 45px;
    overflow: hidden;
}

.school_index_about .school_index_about_img .show-imgs-nav .swiper-slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.show-imgs-nav .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #3859CC;
}

.school_index_about_content {
    width: 100%;
    /* background-color: #3859CC; */
}

.school_index_about_content .tit {

    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.school_index_about_content .address {

    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.school_index_about_content .address span {
    margin-right: 5px;
}

.school_index_about_content .desc {

    margin-top: 10px;
}

.school_index_about_content .desc .tt {

    color: #6C7A85;
    font-size: 12px;
    margin-bottom: 5px;
}

.school_index_about_content .desc .pp {

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    line-height: 18px;

    overflow: hidden; /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis; /** 多行 **/
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 5; /** 显示的行数 **/
}

.school_index_about_content .tags {
    width: 100%;
    display: flex;

    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #EEEEEE;
}

.school_index_about_content .tags .p {
    width: 33%;

    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.school_index_about_content .tags .p .icon {
    color: #999;
    font-size: 24px;

}

.school_index_about_content .tags .p .icon span {
    color: #999;
    font-size: 24px;
}

.school_index_about_content .tags .p .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.school_index_about_content .tags .p .text .tt {
    color: #999999;
    font-size: 12px;
    margin: 10px auto;
}

.school_index_about_content .tags .p .text .ps {
    font-size: 16px;
    font-weight: bold;

}

.school_index_about_content .btn {
    width: 144px;
    height: 46px;
    background: #267CF0;
    border-radius: 6px 6px 6px 6px;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
}

.school_index_form {
    width: 1200px;
    height: 120px;
    background: #FF7E11;
    border-radius: 8px 8px 8px 8px;
}

.school_index_form .title {
    width: 204px;

    font-family: Fontquan-XinYiGuanHeiTi, Fontquan-XinYiGuanHeiTi;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    /* line-height: 35px; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 30px;
}

.school_index_form .search {
    margin-right: 30px;
}


.school_index_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.school_index_form input {
    display: block;
    width: 165px;
    height: 40px;
    float: left;
    border-radius: 5px;
    padding-left: 15px;
    /* margin-bottom: 14px; */
    /*background-color: #efefef;*/
    border: 1px solid #DDDDDD;
}

.school_index_form input:nth-child(3) {
    width: 335px;
}


.school_index_form button {
    width: 144px;
    height: 40px;
    background: #267CF0;
    border-radius: 6px 6px 6px 6px;
    border: none;
    outline: none;
    color: #fff;
    display: block;
    cursor: pointer;

    /* margin-top: 30px; */
    /*padding-left: 10px;*/
    /* border: 1px solid #3859CC; */
}

.school_index_course {
    margin-top: 10px;
}

.school_index_title {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}

.school_index_title::before {
    content: "";
    width: 65px;
    height: 0px;
    border: 1px solid #267CF0;
    position: absolute;
    bottom: 0;
    left: 0;

}

.school_index_course_list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.school_index_course_list a {
    width: 48%;
    margin-bottom: 15px;
}


.school_index_course_list a .img {
    width: 100%;
    overflow: hidden;
    height: 104px;
    border-radius: 0px 0px 0px 0px;
}

.school_index_course_list a .tt {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.school_index_course_list a .p {
    color: #999999;
    font-size: 12px;
    line-height: 14px;
}

.school_index_teacher {
    margin-top: 10px;
}

.school_index_teacher_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.school_index_teacher_list a {
    width: 100%;
    height: 110px;
    padding: 8px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;

    margin-bottom: 15px;

}


.school_index_teacher_list a .img {
    width: 25%;
    height: 108px;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
}

.school_index_teacher_list a .img img {
    width: 100%;
    height: 108px;
}

.school_index_teacher_list a .text {
    width: 72%;
}

.school_index_teacher_list a .tt {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.school_index_teacher_list a .text .tags {
    margin-bottom: 10px;
    display: flex;
    margin-top: 10px;
}

.school_index_teacher_list a .text .tags span {
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school_index_teacher_list a .text .tags span:nth-child(1) {
    background: #FFEAEA;
    color: #267CF0;
    margin-right: 15px;
}

.school_index_teacher_list a .text .tags span:nth-child(2) {
    background: #FFF2E6;
    color: #E98628;
}

.school_index_teacher_list a .desc {
    color: #999999;
    font-size: 12px;
}

.school_index_news_list {

    margin-top: 15px;
    margin-bottom: 15px;
}

.school_index_news_list a {
    width: 100%;
    font-size: 14px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}


.school_index_news_list a span {
    font-size: 20px;
    color: #267CF0;
}

.school_index_news_list a .tags {
    color: #267CF0;
}

.school_index_news_list a .tit {
    /*width:95%;*/
    margin-left: 10px;
    /* display: block; */
}

.school_index_news_list a .top {
    display: flex;
    align-items: center;
}

.school_index_news_list a .bottom {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
}

.school_index_news_list a .time {
    margin-top: 3px;
    margin-left: 10px;
    color: #999999;

}

.school_about {
    margin-top: 15px;
    margin-bottom: 15px;

}

.school_about .school_about_left {
    width: 100%;
    overflow-x: hidden;
    /*border: 1px solid #EEEEEE;*/
    padding: 20px 0;

}

.school_about .school_about_left img {
    width: auto;
    max-width: 100%;
}

.school_about .school_about_right {
    width: 100%;
    display: none;
}

.school_about .school_about_right .top {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    background: #FFEBE5;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.school_about .school_about_right .top img {
    width: 145px;
    margin-bottom: 15px;
}

.school_about .school_about_right .top .tt {
    width: 270px;
    padding: 0 15px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px dashed #267CF0;
}

.school_about .school_about_right .top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #267CF0;
}

.school_about .school_about_right .top .tags .pp {
    width: 100px;
    text-align: center;
}

.school_about .school_about_right .top .tags .pp .tts {
    color: #666666;
    font-size: 14px;
    margin-bottom: 8px;
}

.school_about .school_about_right .top .tags .pp p {
    font-weight: bold;
    font-size: 14px;

}

.school_about .school_about_right .top .btn {
    width: 190px;
    height: 40px;
    border-radius: 2px 2px 2px 2px;
    border: 1.5px solid #267CF0;
    margin-top: 15px;
    font-size: 16px;
    color: #267CF0;
    font-weight: 700;
}

.school_about .school_about_right .top .btn span {
    margin-left: 5px;
}

.school_about .school_about_right .top .tti_img {
    width: 270px;
    padding: 0 15px;
    /* padding-bottom: 15px; */
    font-size: 26px;
    text-align: center;
    /* margin-bottom: 15px; */
    font-weight: 700;
    margin-top: 15px;
    padding-top: 15px;
    color: #F08232;
    font-family: Fontquan-XinYiGuanHeiTi, Fontquan-XinYiGuanHeiTi;
    border-top: 1px dashed #267CF0;
}

.school_about .school_about_right .top .about_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.school_about .school_about_right .top .about_form input {
    width: 250px;
    height: 40px;
    border: 0;
    outline: none;
    background: #FFFFFF;
    margin-bottom: 15px;
    padding-left: 20px;
    border-radius: 6px 6px 6px 6px;
}

.school_about .school_about_right .top .about_form textarea {
    width: 250px;
    height: 110px;
    border-radius: 5px;
    padding-left: 20px;
    background: #FFFFFF;
    padding-top: 15px;
    outline: none;
    border: none;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 15px;
}

.school_about .school_about_right .top .about_form .btns {
    width: 190px;
    height: 40px;
    background: #267CF0;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 2px 2px 2px 2px;

}

.school_course {
    margin-bottom: 15px;
    margin-top: 15px;
}

.school_course .school_course_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.school_course .school_course_left a {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 15px;
}


.school_course .school_course_left a .img {
    width: 100%;
    height: 104px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
}

.school_course .school_course_left a .tt {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.school_course .school_course_left a .tags {

    display: flex;
}

.school_course .school_course_left a .tags span {
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 16px;
}

.school_course .school_course_left a .tags span:nth-child(1) {
    background: #FFEAEA;
    color: #267CF0;
    margin-right: 15px;
}

.school_course .school_course_left a .tags span:nth-child(2) {
    background: #FFF2E6;
    color: #E98628;
}

.school_course .school_course_right {
    width: 100%;
    display: none;
}

.school_news_left {
    width: 100%;
}

.school_news_left a {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.school_news_left a .img {
    width: 240px;
    height: 150px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EEEEEE;
}

.school_news_left a .text {
    width: 611px;
}

.school_news_left a .btn {
    width: 144px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 130px;
    align-self: initial;
}

.school_news_left a .text .tt {
    font-weight: bold;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.school_news_left a .text .address {
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
    padding-bottom: 0;
    /* border-bottom: 1px solid #EEEEEE; */
}

.school_news_left a .text .tags {
    margin-bottom: 15px;
    display: flex;
    margin-top: 15px;
}

.school_news_left a .text .tags span {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
}

.school_news_left a .text .tags span:nth-child(1) {
    background: #FFEAEA;
    color: #267CF0;
    margin-right: 15px;
}

.school_news_left a .text .tags span:nth-child(2) {
    background: #FFF2E6;
    color: #E98628;
}

.school_news_left a .text .desc {
    color: #999999;
    line-height: 20px;
}

.school_teacher_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-self: baseline;
}

.school_teacher_left a {
    width: 390px;
    height: 105px;
    padding: 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.school_teacher_left a .img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.school_teacher_left a .img img {
    width: 100px;
    height: 100px;
}

.school_teacher_left a .text {
    width: 267px;
}

.school_teacher_left a .text .tt {
    font-size: 20px;
    font-weight: bold;
}

.school_teacher_left a .text .tags {
    margin-bottom: 8px;
    display: flex;
    margin-top: 8px;
}

.school_teacher_left a .text .tags span {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
}

.school_teacher_left a .text .tags span:nth-child(1) {
    background: #FFEAEA;
    color: #267CF0;
    margin-right: 15px;
}

.school_teacher_left a .text .tags span:nth-child(2) {
    background: #FFF2E6;
    color: #E98628;
}

.school_teacher_left a .text .desc {
    color: #999999;

}

.school_photo_left {
    width: 100%;
}


.school_photo_left .title {
    font-size: 14px;
    font-weight: 700;
    /*height: 60px;*/
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px
}

.school_photo_left .title::after {
    content: "";
    width: 4px;
    height: 20px;
    background: #267CF0;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 0
}

.school_photo_left_list {
    column-count: 2;  /* 列数 */
    column-gap: 10px;  /* 列间距 */
    list-style: none;  /* 去除列表样式 */
    margin: 0;
    padding: 0;
}

.school_photo_left_list a {
    display: inline-block; /* 列表项内联显示 */
    width: 100%; /* 列表项宽度占满列 */
    margin-bottom: 15px; /* 列表项底部间距 */
}

.school_photo_left_list a:nth-child(3n) {
    margin-right: 0;
}

.school_photo_left_list a .img {
    width: 100%;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
}
.school_photo_left_list a .img img{
    width: 100%; /* 图片宽度占满列表项 */
    height: auto; /* 根据宽度自动计算高度 */
}

.school_photo_left_list a .tt {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}



#pages {
    /* padding-top: 30px; */
    margin: 10px auto;
    display: table;
    /*clear: both;*/
}

#pages li {
    list-style: none;
    float: left;
    min-width: 32px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;

    cursor: pointer;
    border-radius: 5px;
    margin-bottom:  0.85rem;
}
.school_about_left .title{
    margin-bottom: 0.95rem;
}
#pages li:hover {
    background-color: #267CF0;
}

#pages li a {
    padding: 0;
    font-size: 16px;
    line-height: inherit;
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

#pages li a:hover {
    background-color: #267CF0;
    color: #fff;
}

#pages li.active {
    background-color: #267CF0;
    color: #fff;
    border: 1px solid #267CF0;
}

#pages li.active a {
    color: #fff;
}

#pages li span {
    font-size: 16px;
}

#pages li.disabled {
    color: #ccc;
}

.pages {
    /* padding-top: 30px; */
    margin: 10px auto;
    display: table;
}

.pages li {
    list-style: none;
    float: left;
    min-width: 32px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;

    cursor: pointer;
    border-radius: 5px;
}

.pages li:hover {
    background-color: #267CF0;
}

.pages li a {
    padding: 0;
    font-size: 16px;
    line-height: inherit;
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

.pages li a:hover {
    background-color: #267CF0;
    color: #fff;
}

.pages li.active {
    background-color: #267CF0;
    color: #fff;
    border: 1px solid #267CF0;
}

.pages li.active a {
    color: #fff;
}

.pages li span {
    font-size: 16px;
}

.pages li.disabled {
    color: #ccc;
}

.school_course_detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.school_course_detail .school_course_detail_left {
    width: 100%;
}


.school_course_detail .school_course_detail_left .school_course_content {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;

}

.school_course_detail .school_course_detail_left .school_course_content .img {
    width: 100%;

    overflow: hidden;
    border-radius: 0px 0px 0px 0px;

}
.school_course_detail .school_course_detail_left .school_course_content .img img{
    width: 100%;
}
.school_course_detail .school_course_detail_left .school_course_content .text {
    width: 100%;
}

.school_course_detail .school_course_detail_left .school_course_content .btn {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: initial;
    margin-top: 10px;
}

.school_course_detail .school_course_detail_left .school_course_content .text a {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}


.school_course_detail .school_course_detail_left .school_course_content .text .flags {
    margin-bottom: 15px;
    display: flex;
    margin-top: 15px;
}

.school_course_detail .school_course_detail_left .school_course_content .text .flags span {
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 16px;
}

.school_course_detail .school_course_detail_left .school_course_content .text .flags span:nth-child(1) {
    background: #FFEAEA;
    color: #267CF0;
    margin-right: 15px;
}

.school_course_detail .school_course_detail_left .school_course_content .text .flags span:nth-child(2) {
    background: #FFF2E6;
    color: #E98628;
}

.school_course_detail .school_course_detail_left .school_course_content .text .address {
    padding: 10px 0;
    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid #EEEEEE;
}

.school_course_detail .school_course_detail_left .school_course_content .text .tags {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.school_course_detail .school_course_detail_left .school_course_content .text .tags .p {
    width: 50%;
    color: #6C7A85;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.school_course_detail .school_course_detail_left .school_course_content .text .tel .ttp {

    color: #6C7A85;
    font-size: 14px;
    font-weight: bold;
}

.school_course_detail .school_course_detail_left .school_course_content .text .tel p {
    color: #267CF0;
    font-size: 24px;
    font-weight: bold;
}

.school_course_detail .school_course_detail_left .school_course_content .text .tags .p:nth-child(5) {
    width: 100%;

}

.school_course_detail .school_course_detail_left .school_course_content .btn .price {
    font-size: 30px;
    font-weight: bold;
    color: #267CF0;
}

.school_course_detail .school_course_detail_left .school_course_content .btn .button {
    width: 45%;
    height: 46px;
    border-radius: 6px 6px 6px 6px;

    font-size: 14px;
}

.school_course_detail .school_course_detail_left .school_course_content .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF7E11;
    color: #fff;
    border: none;
}

.school_course_detail .school_course_detail_left .school_course_content .btn .button:nth-child(1) {
    color: #FFFFFF;
    background-color: #267CF0;
    margin-right: 15px;
}

.school_course_detail .school_course_text img {
    width: auto;
    max-width: 100%;
}
.school_course_title {
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #EEEEEE;;
}
.school_course_text{
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #eee;
}
.school_course_title::after {
    content: "";
    width: 64px;
    height: 0px;
    border: 1px solid #267CF0;
    position: absolute;
    left: 0px;
    bottom: 0;
}





.school_teacher_detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.school_teacher_detail .school_teacher_detail {
    width: 100%;
}


.school_teacher_detail_left_text {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    padding: 20px 1%;
    border: 1px solid #DDDDDD;

}



.school_teacher_detail_left_text .img {
    width: 35%;
    hheight: 152px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;

}

.school_teacher_detail_left_text .text {
    width: 62%;
}


.school_teacher_detail_left_text .text .tt {
    font-weight: bold;
    font-size: 16px;

    display: block;
}


.school_teacher_detail_left_text .text .flags {
    margin-bottom: 10px;
    display: flex;
    margin-top: 10px;
}

.school_teacher_detail_left_text .text .flags span {
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 16px;
}

.school_teacher_detail_left_text .text .flags span:nth-child(1) {
    background: #FFEAEA;
    color: #267CF0;
    margin-right: 15px;
}

.school_teacher_detail_left_text .text .flags span:nth-child(2) {
    background: #FFF2E6;
    color: #E98628;
}

.school_teacher_detail_left_text .text .address {
    padding: 10px 0;
    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid #EEEEEE;
}

.school_teacher_detail_left_text .text .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.school_teacher_detail_left_text .text .tags .p {
    width: 100%;
    color: #6C7A85;
    font-size: 12px;
    margin-bottom: 10px;
}
.school_teacher_detail_left_text .school_teacher_content img {
    width: auto;
    max-width: 100%;
}

.school_teacher_title {
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 10px;

}

.school_teacher_title::after {
    content: "";
    width: 2px;
    height: 20px;
    background: #267CF0;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 0px;
}

.content img{
    width: 100%;
}

.h80{
    height: 100px;
}
.bah {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 150;

    background-color: #000000;
}

.bah li {

    width: 33%;
    height: 50px;
    margin-top: 10px;
    text-align: center;

    float: left;
    border-right: 1px solid #fff;
}

.bah li a,
.bah li i {
    color: #fff;
}

.bah li span {

    font-size: 2.8rem;
}

.bah li a p {

    margin: 0;
    padding: 0;
}
