.c{
    clear: both;
}
.navigation {

    display: flex;
    margin: 15px auto;
    font-family: "宋体"
}

.navigation img {

    width: 22px;
    float: left;
    margin-right: 10px;
}

.navigation p {

    margin-top: 5px;
    color: #999;
}

.navigation a {
    font-family: "微软雅黑";
    color: #999;
}

.navigation a:last-child {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
}

.curriculum-nav {

    border-bottom: none;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.curriculum-nav .city {
    /* display: flex; */


}

.curriculum-nav .city .left-tit {

    width: 80px;
    padding: 15px;
    padding-right: 0;
    display: inline-block;
}

.curriculum-nav .city .right-tit {
    width: 1050px;
    padding: 10px;
    display: inline-block;
    /* background: #F9FAFB; */
}

.curriculum-nav .city .right-tit a {
    margin: 5px;
    display: inline-block;
    padding: 5px 12px;
}

.curriculum-nav .city .right-tit a:hover {
    background: #267CF0;
    color: #fff;
}

.curriculum-nav .curriculum-nav-list .city {
    display: none;
}

.curriculum-nav .curriculum-nav-list .city:nth-child(1) {
    display: block;
}

.curriculum-nav .city .right-tit a.active {
    background: #267CF0;
    color: #fff;
}

.common_title {
    margin-top: 60px;

    font-weight: 600;
    font-size: 32px;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F3F3F3;
}

.city-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.city-list a {
    width: 183px;
    height: 103px;
    font-size: 14px;
    border-radius: 0px 0px 0px 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}

.city-list a:nth-child(6n) {
    margin-right: 0;
}

.city-list a img {
    width: 184px;
    height: 103px;
}

.city-list a .text {
    width: 184px;
    height: 103px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.city-list a .text .tt {
    margin-top: 20px;
    margin-left: 20px;
}

.city-list a .text .en {
    margin-top: 20px;
    margin-left: 20px;
}

.common-nav {
    display: flex;
    margin-top: 40px;

    border-bottom: 1px solid #F3F3F3;
}

.common-nav a {
    margin-right: 40px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid transparent;
}

.common-nav a:hover {
    color: #78B1FE;
    border-bottom: 1px solid #78B1FE;
}

.common-nav a.active {
    color: #78B1FE;
    border-bottom: 1px solid #78B1FE;
}

.school-list,
.bottom-header,
.bottom-footer{
    display: flex;
    justify-content: space-between;
}

.school-list .left {
    width: 890px;
    margin-top: 20px;
}

.school-list .left .left-item {
    display: flex;
    align-items: flex-end;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.xsmoew{
    position: absolute;
    bottom: 147px;
    right: 20px;
    width: 167px !important;
    height: 52px !important;
    line-height: 52px !important;
    background: #2683F7;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}
.btn.xsmoew a.button{
    color: #ffffff;
    border: none !important;
    height: 0 !important;
}

.school-list .left .left-item .img {
    width: 271px;
    height: 180px;
    background: #F9F9F9;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    margin-right: 20px;
}

.school-list .left .left-item .text {
    width: 456px;
}

.school-list .left .left-item .text .tt {
    display: flex;
    margin-bottom: 20px;
}

.school-list .left .left-item .btn {
    width: 147px;
    height: 52px;
    font-size: 18px;
    color: #FFFFFF;
    /*background: #2683F7;*/
    border-radius: 0px 0px 0px 0px;
    margin-left: 20px;
}

.school-list .left .left-item .text .tt .paa {
    /* width: 210px; */
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.school-list .left .left-item .text .tt img {
    width: 20px;
    height: 20px;

}

.school-list .left .left-item .text .tags {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.school-list .left .left-item .text .tags span {
    display: block;
    padding: 6px 18px;
    background: #FFF3D3;
    color: #C19318;
    font-size: 12px;
    margin-right: 20px;
}

.school-list .left .left-item .text .p {
    display: flex;
    margin-bottom: 10px;
}

.school-list .left .left-item .text .p .ta {
    width: 101px;
    font-size: 14px;
    color: #999999;
}

.school-list .left .left-item .text .p .pp {
    width: 248px;
    font-size: 14px;
}

.school-list .right {
    width: 278px;
}

.sidebar_form {
    width: 238px;
    /* height: 332px; */
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.sidebar_form .tt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sidebar_form .p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
}

.sidebar_form .select {
    display: flex;
    margin-bottom: 12px;
    justify-content: space-between;
}

.sidebar_form .select>div {
    width: 108px;
}

.sidebar_form .input {
    margin-bottom: 12px;
}

.sidebar_form .btn {
    margin: 0 auto;
    margin-top: 20px;
    width: 167px;
    height: 52px;
    background: #2683F7;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

.sidebar {
    width: 238px;
    /* height: 332px; */
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.sidebar .title {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #F3F3F3;
}


.sidebar .list a {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px 0;
    font-size: 16px;
    margin: 0 auto;

}

.sidebar .list a span {
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.44);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    font-size: 14px;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.sidebar .list a p {
    width: 208px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.sidebar .list a:nth-child(1) span,
.sidebar .list a:nth-child(2) span,
.sidebar .list a:nth-child(3) span {
    background: #2683F7;
}

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

.sidebar .list1 a {
    display: flex;
    width: 100%;
    align-items: center;
    /* padding: 20px 0; */
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}

.sidebar .list1 a .img img {
    aspect-ratio: 16/10;
    object-fit: cover;
}

.sidebar .list1 a .text {
    width: 100%;
    height: 23px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 12px;
}

.sidebar .list1 a .text img {
    width: 15px;
    margin-left: 15px;
    margin-right: 10px;
}

.sidebar_tags {

    width: 238px;
    /* height: 332px; */
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.sidebar_tags .title {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #F3F3F3;
}

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

.sidebar_tags .list a {
    display: flex;
    width: 30%;
    align-items: center;
    height: 28px;
    font-size: 14px;
    justify-content: center;

    margin-bottom: 10px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #267CF0;
}

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


.subject-list {
    display: flex;

    justify-content: space-between;
}

.subject-list .left {
    width: 890px;
    margin-top: 20px;
}

.subject-list .left .left-item {
    display: flex;
    align-items: flex-end;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.subject-list .left .left-item .img {
    width: 271px;
    height: 180px;
    background: #F9F9F9;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    margin-right: 20px;
}

.subject-list .left .left-item .text {
    width: 390px;
}

.subject-list .left .left-item .text .tt {

    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 15px;
}

.subject-list .left .left-item .btn {
    width: 147px;
    height: 52px;
    font-size: 18px;
    color: #FFFFFF;
    background: #2683F7;
    border-radius: 0px 0px 0px 0px;
    margin-left: 20px;
}


.subject-list .left .left-item .text .tt img {
    width: 20px;
    height: 20px;

}

.subject-list .left .left-item .text .tags {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.subject-list .left .left-item .text .tags span {
    display: block;
    padding: 4px 14px;

    font-size: 12px;
    margin-right: 20px;
}

.subject-list .left .left-item .text .tags span:nth-child(2n-1) {
    background: #FFF3D3;
    color: #C19318;
}

.subject-list .left .left-item .text .tags span:nth-child(2n) {
    background: #FFF3F2;
    color: #D67870;
}

.subject-list .left .left-item .text .tags:last-child {
    margin-bottom: 0;
}

.subject-list .right {
    width: 278px;
}



.school-hots-list {
    display: flex;
    justify-content: space-between;
}

.school-hots-list .left {
    width: 890px;
    margin-top: 20px;
}

.school-hots-list .left .left-item {
    display: flex;
    /* align-items: flex-end; */
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.school-hots-list .left .left-item .img {
    width: 321px;
    height: 180px;
    background: #F9F9F9;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    margin-right: 20px;
}

.school-hots-list .left .left-item .text {
    width: 495px;
    position: relative;
}


.school-hots-list .left .left-item .text .tt {
    /* width: 210px; */
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.school-hots-list .left .left-item .text .desc {

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
}

.school-hots-list .left .left-item .text .tt img {
    width: 20px;
    height: 20px;

}

.school-hots-list .left .left-item .text .tags {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
}

.school-hots-list .left .left-item .text .tags .p {
    display: flex;
    align-items: center;
}

.school-hots-list .left .left-item .text .tags img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.school-hots-list .left .left-item .text .tags span {
    font-size: 14px;
}

.school-hots-list .left .left-item .text .tags .time {
    color: #999999;
    font-size: 12px;
}



.school-hots-list .right {
    width: 278px;
    margin-top: 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: 203px;

}

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

.about .about_content .left .top {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.about .about_content .left a {
    width: 203px;
    height: 66px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    font-size: 16px;
    position: relative;
    background: linear-gradient(to right, #267CF0, #267CF0) no-repeat left bottom;

    background-size: 0px 100%;
    transition: background-size 700ms;
    transition: 0.7s ease;
}


.about .about_content .left a:hover {
    color: #fff;
    background-size: 203px 100%;
}



.about .about_content .right .right-item {
    /* padding: 20px; */
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

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


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

.about .about_content .left .about_form {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    margin-top: 20px;
}

.about .about_content .left .about_form .tt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about .about_content .left .about_form .desc {
    font-size: 12px;
    color: #999999;
}

.about .about_content .left .about_form .tags {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about .about_content .left .about_form .tags .p {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    empty-cells: show;
}

.about .about_content .left .about_form .tags .p .img {
    width: 38px;
    height: 38px;
    background: #EFF6FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.about .about_content .left .about_form .tags .p .tts {
    font-size: 10px;
}

.about .about_content .left .about_form .input {
    margin-bottom: 10px;
}

.about .about_content .left .about_form .btn {
    width: 150px;
    font-size: 16px;
    height: 37px;
    color: #FFFFFF;
    background: #267CF0;
    border-radius: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-top: 20px;
}

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

.contact .left {
    width: 852px;
    padding: 20px;
    height: 369px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
}

.contact .left .info {
    padding: 10px;
}

.contact .left .info-item {
    display: flex;
    font-size: 14px;
    align-items: center;
    position: relative;
    margin-bottom: 55px;
}

.contact .left .info-item .img {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F9F9F9;
    border-radius: 50%;
    margin-right: 15px;
}

.contact .left .info-item img {
    width: 27px;
    height: 27px;

}

.contact .left .info-item .ta {
    margin-bottom: 5px;
}

.contact .left .info-item:last-child {
    margin-bottom: 0;
}

.contact .left .contact-form {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: baseline;
}

.contact .left .contact-form .input {
    width: 48%;
}

.contact .left .contact-form .tat {
    margin-bottom: 10px;
}

.contact .left .contact-form .input input {
    background-color: #f9f9f9;
    border: none;
    height: 34px;
}

.contact .left .contact-form .desc {
    width: 500px;
    margin-top: 30px;
}

.contact .left .contact-form .desc textarea {
    background-color: #f9f9f9;
    height: 139px;
    border: none;
}

.contact .left .contact-form .btn {
    width: 270px;
    height: 52px;
    background: #267CF0;
    border-radius: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 36px;
    cursor: pointer;
}

#dituContent {
    height: 600px;
}

.school_index_top {
    height: 30px;
    line-height: 30px;
    background: #E6EBF0;
}

.school_index_top .top {
    /*display: flex;*/
    /*justify-content: space-between;*/
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: rgba(51,51,51,0.3);
}

.school_index_top .top a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: rgba(51,51,51,0.3);
}

.school_index_top .top .right {
    display: flex;
    align-items: center;
}

.school_index_top .top .right img {
    margin-right: 5px;
    width: 24px;
    height: 24px;
}
.school_index_top li a,
.school_index_top li span
{
    display: inline-block;
    margin: 0 4px;
}
.school_index_top li{
    font-family: "宋体";
}

.school_index_header {
    height: 140px;
    /*background: rgba(0, 0, 0, 0.8);*/
}

.school_index_header .header {
    display: flex;
    height: 140px;
    align-items: center;
    position: relative;
}

.school_index_header .header .logo {
    /*width: 189px;*/
    /*height: 189px;*/
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    margin-right: 20px;
}

.school_index_header .header .logo img {
    width: 100%;
    object-fit: cover;
    /*width: 185px;*/
    height: 112px;
}

.school_index_header .header .text {

    color: #FFFFFF;
}

.school_index_header .header .text .tt {
    font-size: 32px;
    margin-bottom: 30px;
}

.school_index_header .header .text .desc {
    font-size: 24px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.38);
}

.school_index_header .header .text .tags {
    display: flex;
}

.school_index_header .header .text .tags span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    height: 38px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #79B2FF;
    color: #79B2FF;
    margin-right: 32px;
    font-size: 16px;
}

.school_index_header .header .num {
    position: absolute;
    top: 70px;
    right: 0;
    display: flex;
    width: 190px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.school_index_header .header .num .num-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.school_index_header .header .num .num-item .pp {
    margin-bottom: 12px;
    color: #FFFFFF;
    font-size: 32px;
}

.school_index_header .header .num .num-item .ppa {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.school_nav {
    height: 58px;
    background: #267CF0;
    margin-bottom: 40px;
}

.school_nav .nav {
    display: flex;
    height: 58px;
    align-items: center;
}

.school_nav .nav a {
    font-size: 16px;
    color: #fff;
    padding: 0 45px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #3F8CF4, #3F8CF4) no-repeat left bottom;
    background-size: 0px 100%;
    transition: background-size 700ms;
    transition: 0.7s ease;
}

.school_nav .nav a:hover {

    background-size: 100% 100%;
}


.school_index_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-bottom: 2px solid #F3F3F3;
    ;
}


.school_index_title .title {
    color: #267cf0;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #267cf0;
}

.school_index_title .title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.school_index_title .more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 15px 15px 15px 15px;
    color: #999999;

}

.school_index_subject_nav {
    height: 44px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.school_index_subject_nav {
    display: flex;
    height: 44px;
    align-items: center;
}

.school_index_subject_nav a {
    font-size: 16px;
    padding: 0 25px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
}

.school_index_subject_nav a:hover {
    color: #267CF0;
    border: 1px solid #267CF0;
}

.school_index_subject_nav a.active {
    color: #267CF0;
    border: 1px solid #267CF0;
}

.school_index_subject_list {
    margin-bottom: 60px;
}

.school_index_subject_list .school_index_subject_list_item {
    display: none;
}

.school_index_subject_list .active {
    display: flex;
}

.school_index_subject_list .school_index_subject_list_item a {
    width: 387px;
    height: 240px;
    border-radius: 0px 0px 0px 0px;
    margin-right: 20px;
    overflow: hidden;
    display: block;
    position: relative;
}

.school_index_subject_list .school_index_subject_list_item a:nth-child(3) {
    margin-right: 0;
}

.school_index_subject_list .school_index_subject_list_item .more {
    width: 100%;
    height: 51px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    font-size: 18px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.school_index_teacher_top {
    display: flex;
    margin-top: 20px;
}

.school_index_teacher_top a {
    width: 387px;
    margin-right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
}

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

.school_index_teacher_top a .img {
    width: 387px;
    height: 254px;
    background: #F9F9F9;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school_index_teacher_top a .text {
    padding: 20px;
    height: 165px;
    background: #fff;
    position: relative;
}

.school_index_teacher_top a .text .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 50px;
    background: #267CF0;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.school_index_teacher_top a .text .tt {
    display: flex;
    align-items: center;
}

.school_index_teacher_top a .text .tt .p {
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
}

.school_index_teacher_top a .text .tt span {
    font-size: 14px;
    color: #999999;
}

.school_index_teacher_top a .text .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3;
    /** 显示的行数 **/
}

.school_index_teacher_bottom {
    display: flex;
    margin-top: 20px;
}

.school_index_teacher_bottom a {
    width: 285px;
    height: 212px;
    background: #f9f9f9;
    margin-right: 20px;
    position: relative;
}

.school_index_teacher_bottom a:nth-child(4) {
    margin-right: 0;
}

.school_index_teacher_bottom a .img {
    width: 285px;
    height: 212px;
    overflow: hidden;
}

.school_index_teacher_bottom a .tt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
}

.school_index_teacher_bottom a .tt .p {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.school_index_teacher_bottom a .tt .span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.school-subject-list {
    display: flex;
    justify-content: space-between;

}

.school-subject-list .left {
    width: 896px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.school-subject-list .left a {
    padding: 15px;
    display: block;
    position: relative;
    border-bottom: 1px solid #F3F3F3;
}

.school-subject-list .left a .tt {
    width: 700px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.school-subject-list .left a .info {
    color: #999999;
    font-size: 14px;
}

.school-subject-list .left a .info span:nth-child(1) {
    margin-right: 20px;
}

.school-subject-list .left a .btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 157px;
    height: 52px;
    background: #267CF0;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
}

.school-teacher-list {
    margin-top: 40px;
}

.school-teacher-list a {
    display: block;
    padding: 20px;
    background: #FFFFFF;
    padding-right: 40px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.school-teacher-list a .top {
    display: flex;
    align-items: center;
    position: relative;
}


.school-teacher-list a .top .img {
    width: 112px;
    height: 112px;
    overflow: hidden;
    border-radius: 50%;
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;

}

.school-teacher-list a .top .tt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.school-teacher-list a .top .p {
    font-size: 18px;
}

.school-teacher-list a .top .btn {
    width: 184px;
    height: 52px;
    background: #267CF0;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
}

.school-teacher-list a .desc {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 18px;
    color: #666;
    line-height: 1.7em;
}
.school-teacher-list a .tags{
    color: #999999;font-size: 18px;
}
.school-teacher-list a .tags span{
    margin-right: 15px;
}
.school_about_left{
    width: 896px;
}
.school_about{
    display: flex;
    justify-content: space-between;
}









.school-list .left .left-item .bottom {
    margin-top: 20px;
    border: 1px solid #EEEEEE;
}

.school-list .left .left-item .bottom .bottom-header {
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #f6f7fa;
}

.school-list .left .left-item .bottom .bottom-header p {
    padding: 0 25px;
    color: #6C7A85;
    font-size: 16px;
    height: 45px;
    display: flex;
    align-items: center;
}

.school-list .left .left-item .bottom .bottom-header p:nth-child(1) {
    width: 190px;
    border-right: 1px solid #EEEEEE;
}


.school-list .left .left-item .bottom .bottom-header p:nth-child(2) {
    width: 440px;
    border-right: 1px solid #EEEEEE;
}

.school-list .left .left-item .bottom .bottom-header p:nth-child(3) {
    width: 100px;
}

.school-list .left .left-item .bottom .bottom-footer {
    display: flex;
    align-items: center;
    height: 45px;
    border-bottom: 1px solid #EEEEEE;
}

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

.school-list .left .left-item .bottom .bottom-footer p {
    padding: 0 25px;
    color: #6C7A85;
    font-size: 16px;
    height: 45px;
    display: flex;
    align-items: center;
}

.school-list .left .left-item .bottom .bottom-footer p:nth-child(1) {
    width: 190px;
    border-right: 1px solid #EEEEEE;
}


.school-list .left .left-item .bottom .bottom-footer p:nth-child(2) {
    width: 440px;
    border-right: 1px solid #EEEEEE;
}

.school-list .left .left-item .bottom .bottom-footer p:nth-child(3) {
    width: 100px;
    color: #D10E0E;
}

.sidebar {
    width: 300px;
    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: #D10E0E;
    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;
    /* align-items: center; */
}

.school-list .left .left-item .bottom {
    margin-top: 20px;
    border: 1px solid #EEEEEE;
}

.school-list .left .left-item .bottom .bottom-header {
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #f6f7fa;
}

.school-list .left .left-item .bottom .bottom-header p {
    padding: 0 25px;
    color: #6C7A85;
    font-size: 16px;
    height: 45px;
    display: flex;
    align-items: center;
}

.school-list .left .left-item .bottom .bottom-header p:nth-child(1) {
    width: 190px;
    border-right: 1px solid #EEEEEE;
}


.school-list .left .left-item .bottom .bottom-header p:nth-child(2) {
    width: 440px;
    border-right: 1px solid #EEEEEE;
}

.school-list .left .left-item .bottom .bottom-header p:nth-child(3) {
    width: 100px;
}

.school-list .left .left-item .bottom .bottom-footer {
    display: flex;
    align-items: center;
    height: 45px;
    border-bottom: 1px solid #EEEEEE;
}

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

.school-list .left .left-item .bottom .bottom-footer p {
    padding: 0 25px;
    color: #6C7A85;
    font-size: 16px;
    height: 45px;
    display: flex;
    align-items: center;
}

.school-list .left .left-item .bottom .bottom-footer p:nth-child(1) {
    width: 190px;
    border-right: 1px solid #EEEEEE;
}


.school-list .left .left-item .bottom .bottom-footer p:nth-child(2) {
    width: 440px;
    border-right: 1px solid #EEEEEE;
}

.school-list .left .left-item .bottom .bottom-footer p:nth-child(3) {
    width: 100px;
    color: #D10E0E;
}

.sidebar {
    width: 300px;
    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: #D10E0E;
    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;
    /* align-items: center; */
}

.sdfskh.dfl{
    width: 385px;
    overflow: hidden;
}
.school-list .left .left-item .top .btn {
        width: 103px !important;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        height: 0!important;
        align-self: initial;
        line-height: 40px !important;
        font-size: 16px;
        bottom: 131px;

}
.school-list .left .left-item:hover .btn a{
    height: 100px !important;
}
.school-list .left .left-item:hover .btn{
    height: 40px !important;
}
.school-list .left .left-item .top .btn .button {
    width: 144px;
    height: 46px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #D10E0E;
    font-size: 16px;
}


.dfl{
    display: flex;
    flex-direction: left;
}
.kxname{
    width: 70px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.sdfskh .kcitem{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #BF9C3D;
    /*padding: 5px 15px;*/
    /*background: #FFF3D3;*/
    margin-right: 10px;
    height: 17px;
    overflow: hidden;
}
.sdfskh .kcitem:nth-child(2n){
    color: #D67870;
    background: #FFF3F2;
}
.xxkc{
    margin-bottom: 16px;
}
.lmwj{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}
.school-list .left .left-item .img.zxxu{
    width: 321px;
    height: 180px;
    background: #F9F9F9;
    overflow: hidden;
    padding: 26px 23px;
}
.zxxtu{
    width: 100%;
}
.left.w892{
    float: left;
    width: 892px;
}
.lmyctj{
    float: right;
    width: 278px;
}


.bgffyy{
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.tjtitmlq{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.tjdesc{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
}
.inputiem{
    margin-bottom: 12px;
}
.w49p{
    width: 49%;
}
.mr15{
    margin-right: 15px;
}

.layui-btn.tjan{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 52px;
    width: 167px;
    height: 52px;
    text-align: center;
    background-color: #2683F7;
    display: table;
    margin: 0 auto;
}
.p000{
    padding: 0;
}
.m20{
    padding: 20px 20px 22px;
    border-bottom: 1px solid #F3F3F3;
}
.p20b{
    padding: 20px;
}
.nmdfkas{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(0,0,0,0.44);
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}
.dssdf:nth-child(1) .nmdfkas,
.dssdf:nth-child(2) .nmdfkas,
.dssdf:nth-child(3) .nmdfkas,
.dssdf:nth-child(4) .nmdfkas
{
    background: #2683F7;
}
.dssdf{
    margin-bottom: 22px;
}
.nytkcls{
    padding: 20px;
}
.tjkcait{
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    height: 151px;
    overflow: hidden;
}
.imgted{
    width: 100%;
    height: 151px;
}
.tjhit{
    position: absolute;
    width: 238px;
    height: 23px;
    line-height: 23px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
}
.yzxrs{
    display: inline-block;
    margin-left: 20px;
}
.remcsd{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin: 15px;
}
.hsdex{
    border-bottom: 1px solid #F3F3F3;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;

}
.dqimitem:nth-child(6n){
    margin-right: 0;
    float: right;
}.dqimitem:nth-child(2n-1){
    margin-left: 0;
}
.dqimitem{
    position: relative;
    float: left;
    width: 184px;
    height: 103px;
    margin-right:19.1px;
    margin-bottom: 19.1px;
}
.dqimg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.njlsd{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,1);
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.cnname{
    margin-bottom: 23px;
}
.w351{
    width: 351px;
    float: left;
}
.w504{
    width: 504px;
    float: right;
}
.dhfl{
    float: left;
}
.dhfl span{
    font-size: 27px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    /*background: #F9F9F9;*/
    /*margin-right: 10px;*/
    border-radius:50%;
}
.lxlsit .w351 .item{
    height: 48px;
    margin-bottom: 40px;
}
.tt{
    margin: 7px 0 5px;
}
.dhyccon{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
#allmap{
    width: 1200px;
    height: 642px;
    margin: 60px auto;
}
.mt259{
    margin-top: 50px !important;
}
.nybg{
    background: url("../images/nyba.jpg") no-repeat center;
    height: 413px;
    width: 100%;
    display: none;
}



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

.news-list .left {
    width: 880px;
}

.news-list .right {
    width: 300px;
}

.news-list .left .left-item {
    width: 880px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
    padding: 10px;
    box-sizing: border-box;
}

.news-list .left .left-item .img {
    width: 240px;
    height: 150px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EEEEEE;
    margin-right: 20px;
}

.news-list .left .left-item .text {
    width: 611px;
}
.address.mt25911 {
    margin-top: 9px;
}
.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 a {
    /*font-weight: bold;*/
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

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

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

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

.news-list .left .left-item .text .tags span:nth-child(1) {
    background: #FFEAEA;
    color: #D10E0E;
    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;
}
.f{
    float: left;
}
.r{
    float: right;
}
.rytitle{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding: 20px;
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 20px;
}
.muiguan{
    width: 24px;
    height: 24px;
    background: rgba(0,0,0,0.44);
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.ryiem a{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.list1 .ryiem:nth-child(1) .muiguan,
.list1 .ryiem:nth-child(2) .muiguan,
.list1 .ryiem:nth-child(3) .muiguan
{
    background: #FF0000;
}
.ryiem{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom:20px;
    padding: 0 20px;
}


.school_about {
    margin-top: 30px;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;

}

.school_about .school_about_left {
    width: 840px;
    border: 1px solid #EEEEEE;
    padding: 20px;
}

.school_about .school_about_left .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

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

.school_about .school_about_right {
    width: 300px;
}

.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 #D10E0E;
}

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

.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 #D10E0E;
    margin-top: 15px;
    font-size: 16px;
    color: #D10E0E;
    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: transparent;
    font-family: Fontquan-XinYiGuanHeiTi, Fontquan-XinYiGuanHeiTi;
    border-top: 1px dashed #D10E0E;
    background: url(../images/tjwz.png) center center no-repeat;

}

.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: #D10E0E;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 2px 2px 2px 2px;

}

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

.school_course .school_course_left {
    width: 880px;
    display: flex;
    flex-wrap: wrap;
    align-self: baseline;
}

.school_course .school_course_left a {
    display: flex;
    flex-direction: column;
    width: 280px;
    margin-right: 20px;
    margin-bottom: 30px;
}

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

.school_course .school_course_left a .img {
    width: 280px;
    height: 175px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
}

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

.school_course .school_course_left a .tags {

    display: flex;
}

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

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

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

.school_course .school_course_right {
    width: 300px;
}

.school_news_left {
    width: 880px;
}

.school_news_left a {
    width: 880px;
    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;
}
.lshover{
    background: linear-gradient(to right, #267CF0, #267CF0) no-repeat left bottom !important;
    color: #ffffff !important;
}


.school_index_about_content {
    width: 670px;
    /* background-color: #3859CC; */
}

.school_index_about_content .tit {

    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
    text-align: left;
}

.school_index_about_content .address {

    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.school_index_about_content .desc {
    display: flex;
    margin-top: 20px;
}

.school_index_about_content .desc .tt {
    width: 80px;
    color: #6C7A85;
    font-size: 16px;
}

.school_index_about_content .desc .pp {
    width: 590px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    /** éšè—è¶…å‡ºçš„å†…å®¹ **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** å¤šè¡Œ **/
    display: -webkit-box;
    /** å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º **/
    -webkit-box-orient: vertical;
    /** è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼ **/
    -webkit-line-clamp: 6;
    /** æ˜¾ç¤ºçš„è¡Œæ•° **/
}

.school_index_about_content .tags {
    width: 100%;
    display: flex;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #EEEEEE;
    display: none;
}

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

    font-size: 14px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

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

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

.school_index_about_content .tags .p .text .tt {
    color: #267cf0;
    font-size: 14px;
}

.school_index_about_content .tags .p .text .ps {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.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: #D10E0E;
    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: 105px;
    height: 0px;
    border: 2px solid #267cf0;
    position: absolute;
    bottom: 0;
    left: 0;

}

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

.school_index_course_list a {
    width: 224px;
    margin-right: 20px;
}

.school_index_course_list a:nth-child(5) {
    margin-right: 0;
}

.school_index_course_list a .img {
    width: 224px;
    overflow: hidden;
    height: 140px;
    border-radius: 0px 0px 0px 0px;
}

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

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

.school_index_teacher {
    margin-top: 10px;
}

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

.school_index_teacher_list a {
    width: 340px;
    height: 110px;
    padding: 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    margin-right: 26px;
    margin-bottom: 25px;

}

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

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

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

.school_index_teacher_list a .text {
    width: 250px;
}

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

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

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

.school_index_teacher_list a .text .tags span:nth-child(1) {
    background: #FFEAEA;
    color: #D10E0E;
    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;
}

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

.school_index_news_list a {
    padding: 10px 20px;
    width: 560px;
    font-size: 16px;
    display: flex;
    padding-left: 0;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
}

.school_index_news_list a:nth-child(2n) {
    border-left: 1px solid #EEEEEE;;
    padding-left: 20px;
}

.school_index_news_list a span {
    font-size: 20px;
    color: #D10E0E;
    display: none;
}

.school_index_news_list a .tags {
    margin: 0 2px;
    color: #D10E0E;
}

.school_index_news_list a .tit {
    width: 365px;
    text-align: left;
    /* display: block; */
}

.school_index_news_list a .time {
    position: absolute;
    right: 20px;
    color: #999999;
    font-size: 14px;
}

.school_index_news_list a:nth-child(1) span, .school_index_news_list a:nth-child(2) span, .school_index_news_list a:nth-child(3) span, .school_index_news_list a:nth-child(4) span {
    display: block;
}

.school_about {
    margin-top: 30px;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;

}

.school_about .school_about_left {
    width: 840px;
    border: 1px solid #EEEEEE;
    padding: 20px;
}

.school_about .school_about_left .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

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

.school_about .school_about_right {
    width: 300px;
}

.school_about .school_about_right .top {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    background: rgba(38, 124, 240, 0.6);
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    /*右侧的信息隐藏*/
    display: none;
}

.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: rgba(38, 124, 240, 1);
}

.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: transparent;
    font-family: Fontquan-XinYiGuanHeiTi, Fontquan-XinYiGuanHeiTi;
    border-top: 1px dashed #D10E0E;
    background: url(../images/tjwz.png) center center no-repeat;

}

.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: #D10E0E;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 2px 2px 2px 2px;

}

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

.school_course .school_course_left {
    width: 880px;
    display: flex;
    flex-wrap: wrap;
    align-self: baseline;
}

.school_course .school_course_left a {
    display: flex;
    flex-direction: column;
    width: 280px;
    margin-right: 20px;
    margin-bottom: 30px;
}

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

.school_course .school_course_left a .img {
    width: 280px;
    height: 175px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
}

.school_course .school_course_left a .tt {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 15px;
    text-align: left;
    white-space: break-spaces;
}

.school_course .school_course_left a .tags {

    display: flex;
}

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

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

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

.school_course .school_course_right {
    width: 300px;
}

.school_news_left {
    width: 880px;
}

.school_news_left a {
    width: 880px;
    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;
}



.rdgzit:nth-child(3n){
    margin-right: 0;
    float: right;
}
.rdgzit{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 28px;
    width: 76px;
    height: 28px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #267CF0;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
}
.rdgzkist{
    padding: 22px;
}
.curriculum-nav {
    border: 1px solid #EEEEEE;
    border-bottom: none;
}

.curriculum-nav .city {
    /* display: flex; */

    border-bottom: 1px solid #EEEEEE;
}

.curriculum-nav .city .left-tit {
    color: #6C7A85;
    width: 100px;
    padding: 15px;
    display: inline-block;
    background: #F9FAFB;
    vertical-align: top;
}

.curriculum-nav .city .right-tit {
    width: 1000px;
    padding: 4px;
    display: inline-block;
    /* background: #F9FAFB; */
}

.curriculum-nav .city .right-tit a {
    margin: 5px;
    display: inline-block;
}

.curriculum-nav .city .right-tit a:hover {
    color: #ffffff;
}

.curriculum-nav .curriculum-nav-list .city {
    display: none;
}

.curriculum-nav .curriculum-nav-list .city:nth-child(1) {
    display: block;
}

.curriculum-nav .city .right-tit a.active {
    color: #ffffff;
}


.common-title {
    height: 54px;
    border-bottom: 2px solid #267CF0;
    margin-top: 25px;
    margin-bottom: 30px;
}

.common-title .title {
    width: 160px;
    height: 54px;
    padding: 0 15px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #267CF0;
     border-bottom: 2px solid #267CF0;
}

.common-title .title span {
    display: inline-block;
    margin-left: 10px;
    height: 22px;
    background: #E98628;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 3px 3px 3px;
    display: none;
}

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

.course-list .left {
    width: 880px;
}

.course-list .right {
    width: 300px;
}

.course-list .left .left-item {
    width: 880px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.course-list .left .left-item .img {
    width: 240px;
    height: 150px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EEEEEE;
}

.course-list .left .left-item .text {
    width: 445px;
}

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

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

.course-list .left .left-item .text .address {
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #EEEEEE;
}

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

.course-list .left .left-item .text .tags .p {
    width: 50%;
    color: #6C7A85;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.course-list .left .left-item .text .tags .p:nth-child(5) {
    width: 100%;

}

.course-list .left .left-item .btn .price {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

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

.course-list .left .left-item .btn .button:nth-child(1) {
    color: #FFFFFF;
    background-color: #267CF0;
}

.course-list .left .left-item .btn .button:hover {
    color: #FFFFFF;
    background-color: #267CF0;
}
.xxnamr{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
}
.xxdesc{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 17px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: rgba(51,51,51,0.38);
    margin-bottom: 16px;
    width: 400px;

}
.lcpxs{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #9AC5FF;
    padding: 3px 7px;
    margin-right: 8px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #79B2FF;
}
.yzkcls{
    display: flex;
    flex-direction: left;
    display: none;
}
.yzkc{
    margin-right: 70px;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
}
.yzkc .tt{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255,255,255,0.6);
}
.xxdhn{
    width: 100%;
    /*height: 58px;*/
    background: #267CF0;
}
.xxdhn a{
    display: inline-block;
    margin:0 67.5px;
    height: 45px;
    line-height: 45px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}


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

.school_course_detail .school_course_detail_left {
    width: 880px;
}


.school_course_detail .school_course_detail_left .school_course_content {
    width: 880px;
    margin-bottom: 25px;
    margin-bottom: 20px;
    position: relative;

}

.school_course_detail .school_course_detail_left .school_course_content .img {
    width: 455px;
    height: 285px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;

}

.school_course_detail .school_course_detail_left .school_course_content .text {
    width: 405px;
}

.school_course_detail .school_course_detail_left .school_course_content .btn {
    width: 405px;
    display: flex;
    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: 24px;

    display: block;
}


.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: 4px 12px;
    font-size: 14px;
    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: #D10E0E;
    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: 14px;
    color: #999999;
    border-bottom: 1px solid #EEEEEE;
}

.school_course_detail .school_course_detail_left .school_course_content .text .tags {
    display: flex;
    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: 14px;
    font-weight: bold;
    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: #D10E0E;
    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: #D10E0E;
}

.school_course_detail .school_course_detail_left .school_course_content .btn .button {
    width: 144px;
    height: 46px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #D10E0E;
    font-size: 16px;
}

.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: #D10E0E;
    margin-right: 15px;
}

.school_course_detail .school_course_text img {
    width: auto;
    width: 100%; 
}


.school_course_title {
    font-size: 28px;
    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: 112px;
    height: 0px;
    border: 2px solid #D10E0E;
    position: absolute;
    left: 0px;
    bottom: 0;
}


.school_news_left {
    width: 880px;
}

.school_news_left a {
    width: 880px;
    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;
}
.img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: #D10E0E;
    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: 880px;
    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: #D10E0E;
    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: 880px;
}


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

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

.school_photo_left_list {
    display: flex;

    flex-wrap: wrap;
    align-self: baseline;
}

.school_photo_left_list a {
    width: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
}

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

.school_photo_left_list a .img {
    width: 280px;
    height: 175px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
}

.school_photo_left_list a .tt {
    margin-top: 10px;
    font-size: 16px;
    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;
}

#pages li:hover {
    background-color: rgba(209, 14, 14, 1);
}

#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: rgba(209, 14, 14, 1);
    color: #fff;
}

#pages li.active {
    background-color: rgba(209, 14, 14, 1);
    color: #fff;
    border: 1px solid rgba(209, 14, 14, 1);
}

#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: rgba(209, 14, 14, 1);
}

.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: rgba(209, 14, 14, 1);
    color: #fff;
}

.pages li.active {
    background-color: rgba(209, 14, 14, 1);
    color: #fff;
    border: 1px solid rgba(209, 14, 14, 1);
}

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

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

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


.index-footer .link {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.index-footer .link span {
    margin-bottom: 20px;
    color: #FFFFFF;
}

.index-footer .link a {
    margin-bottom: 20px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.index-footer .footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.index-footer .footer-nav .logo {
    width: 404px;
    height: 72px;
}

.index-footer .footer-nav .logo img {
    width: 404px;
    height: 72px;
}

.index-footer .footer-nav .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.index-footer .footer-nav .nav a {
    margin-left: 80px;
    color: rgba(255, 255, 255, 0.7);
}

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

.index-footer .footer .left {
    width: 585px;
}

.index-footer .footer .right {
    width: 585px;
}

.index-footer .footer .tt {
    padding-bottom: 18px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.index-footer .footer .tt::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    background-color: #D10E0E;
    bottom: -1px;
    left: 0;
}

.index-footer .footer .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.index-footer .footer .list a {
    width: 20%;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-size: 16px;
}

.index-footer .footer .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.index-footer .footer .content .item {
    width: 50%;
    display: flex;
    margin-bottom: 30px;
}

.index-footer .footer .content .item .icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.index-footer .footer .content .item  .text .tti{
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 3px;
}
.index-footer .footer .content .item  .text p{
    color: rgba(255,255,255,0.5);
    /* font-size: 16px; */
}
.xct{
    display: none;
}
 .mn1{
    display: table;
    margin: 0 auto;
}
 .index-footer .logo{
     display: none;
 }
 .dqflimls{
     max-height: 244.19px;
     overflow: hidden;
 }

 .school_index_about_content .tt{
     margin-top: 0;
     padding-top: 0;
 }

 .school_teacher_left a .text .desc.overTextOne{
     text-align: left;
 }

 .school_index_banner img{
     width: 100%;
     height: 400px;
 }


 .school_index_banner:nth-child(2){
     display: none;
 }
 .c{
     clear: both;
 }
 .f{
     float: left;
 }
 .r{
     float: right;
 }

 .school_index_banner {
    margin-bottom: 30px;
}
 .school_index_about_img  .swiper-slide {
     aspect-ratio: 16/10;
     object-fit: cover;
     overflow: hidden;

 }
 .xxtb {
     position: relative;
 }
 .zxddhdh{
     font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: rgba(51,51,51,0.6);
     margin-bottom: 10px;
 }
 .jgdh{
     font-family: PingFang SC, PingFang SC;
     font-weight: bold;
     font-size: 32px;
     color: #267CF0;
     line-height: 32px;
     text-align: left;
 }
 .tel55{
     position: absolute;
     right: 0;
     right: 15px;
 }


 .tel55 {
     width: 280px;

}
 .tbdh{
     position: absolute;
     left: 50% !important;
     top: 33px;
     width: 360px;
     margin-left: 334px;
     height: 80px;
 }
 .ttsfdhj:nth-child(2n){
     float: right;
 }
 .ttsfdhj{
     width: 48%;
     border-bottom: 1px dashed #EEEEEE;
     height: 35px;
     line-height: 35px;
     float: left;
     overflow: hidden;
     text-overflow: ellipsis;
     word-break: break-word;
 }
 .kclistlkm{
     float: right;
     width: 260px;
     padding: 0 15px;
     box-sizing: border-box;
 }

.index-hots-subject1 .index-hots-subject-item1:nth-child(1) {





}

.index-hots-subject1 .index-hots-subject-item1{
    display: inline-block;
}
.index-hots-subject-item1 img{
    width: 100%;
    height: 130px;
}


.index-hots-subject1 .index-hots-subject-item1:nth-child(2),

.index-hots-subject1 .index-hots-subject-item1:nth-child(3),
.index-hots-subject1 .index-hots-subject-item1:nth-child(4),{



    margin-bottom: 0;

}


.index-hots-subject1 .index-hots-subject-item1{
    width: 300px;
    height: 180px;
    background-size: 100% 250px;
    display: inline-block;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    float: left;
}


.baoming {



    position: absolute;

   bottom: 10px;
    line-height: 18px;


    left: 0;

    display: flex;

    width: 100%;

    /*padding: 0 5%;*/

    justify-content: space-between;

    /*background: rgba(255, 255, 255, 0.5);*/

}



 .baoming .tits {



    /* display: block; */

    width: 80px;

    height: 28px;

    line-height: 28px;

    margin: 0;

    /*margin-top: 5px;*/

    text-align: center;

    /* padding: ; */

    color: #fff;

    background-color: #ff9c00;

    /* opacity: 0.6; */

}

 .ttsfdhj{
     position: relative;
     padding-left: 15px;
 }
 .ttsfdhj:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #267CF0;
    position: absolute;
    left: 0;
    top: 13px;
}