.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 {

    color: #999;
}

.navigation a:last-child {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
}

.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;
}

.curriculum-nav .city .right-tit {
    width: 1000px;
    padding: 10px;
    display: inline-block;
    /* background: #F9FAFB; */
}

.curriculum-nav .city .right-tit a {
    margin: 5px;
    display: inline-block;
}

.curriculum-nav .city .right-tit a:hover {
    color: #D10E0E;
}

.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: #D10E0E;
}

.common-title {
    height: 54px;
    border-bottom: 2px solid #D10E0E;
    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: #D10E0E;
    /* border-bottom: 2px solid #D10E0E; */
}

.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;
}

.school-list {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.school-list .left {
    width: 880px;
}

.school-list .right {
    width: 300px;
}

.school-list .left .left-item {
    width: 880px;
    margin-bottom: 25px;
}

.school-list .left .left-item .top {
    width: 880px;
}

.school-list .left .left-item .top .img {
    width: 208px;
    height: 130px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EEEEEE;
}

.school-list .left .left-item .top .text {
    width: 477px;
}

.school-list .left .left-item .top .btn {
    width: 144px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 130px;
    align-self: initial;
}

.school-list .left .left-item .top .text a {
    font-weight: bold;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.school-list .left .left-item .top .text .address {
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #EEEEEE;
}

.school-list .left .left-item .top .text .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.school-list .left .left-item .top .text .tags .p {
    width: 50%;
    color: #6C7A85;
    font-size: 14px;
}

.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: #D10E0E;
}

.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;
}

.school-list .left .left-item .top .btn .button:hover {
    color: #FFFFFF;
    background-color: #D10E0E;
}

.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; */
}

.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: #D10E0E;
}

.course-list .left .left-item .btn .button {
    width: 144px;
    height: 46px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #D10E0E;
    font-size: 16px;
}

.course-list .left .left-item .btn .button:nth-child(1) {
    color: #FFFFFF;
    background-color: #D10E0E;
}

.course-list .left .left-item .btn .button:hover {
    color: #FFFFFF;
    background-color: #D10E0E;
}


.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: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.news-list .left .left-item .img {
    width: 240px;
    height: 150px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EEEEEE;
}

.news-list .left .left-item .text {
    width: 611px;
}

.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;
}

.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;
}

.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: #D10E0E;
    transition: 0.5s ease;
}

.about .about_content .left a:hover {
    color: #D10E0E;
    background: #FFF4F4;
}

.about .about_content .left a:hover::after {
    content: "";
    width: 2px;
    height: 66px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #D10E0E;
}

.about .about_content .right .right-item {
    /* padding: 20px; */
    background-color: #fff;
    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: 40px;
    /* background: #E6E9ED; */
}

.about .about_content .right .right-item .right-tit::after {
    content: "";
    width: 4px;
    height: 26px;
    background: #D10E0E;
    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 .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.contact .contact-content .item .icon {
    width: 50px;
    height: 50px;
    background: #FFDCDC;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D10E0E;
    border-radius: 50%;
    color: #D10E0E;

}

.contact .contact-content .item .icon span {
    font-size: 24px;
}

.contact .contact-content .item .tt {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact .contact-content .item p {
    color: #666666;
}

.form {
    width: 1140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.form input {
    display: block;
    width: 540px;
    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: 30px;
    border: 1px solid #DDDDDD;
}

.form button {
    width: 190px;
    height: 40px;
    background: #D10E0E;
    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 #D10E0E;
    /* 梯形的高度 */
    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 #D10E0E;
    height: 352px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.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 {
    border-bottom: 2px solid #D10E0E;
}

.school_index_header .header {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;

}

.school_index_header .header .logo {
    width: 160px;
}

.school_index_header .header .logo img {
    width: 160px;
    height: auto;
}

.school_index_header .header .nav {
    width: 464px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.school_index_header .header .nav a {
    font-size: 16px;
    font-weight: 700;
}

.school_index_header .header .nav a:hover {
    color: #D10E0E;
}

.school_index_header .header .nav a.active {
    color: #D10E0E;
}

.school_index_header .header .search {
    width: 220px;
    height: 40px;
    background: #F3F5F7;
    border-radius: 4px 4px 4px 4px;
    display: flex;
}

.school_index_header .header .search input {
    width: 160px;
    height: 40px;
    border: 0;
    outline: none;
    background: #F3F5F7;
    padding-left: 20px;
}

.school_index_header .header .search button {
    width: 30px;
    height: 100%;
    height: 40px;
    border: 0;
    padding-right: 10px;
    outline: none;
    background: #F3F5F7;
    vertical-align: middle;
}

.school_index_header .header .tel {
    width: 170px;
}

.school_index_header .header .tel img {
    width: 28px;
    height: 28px;
    border-radius: 0px 0px 0px 0px;
}

.school_index_header .header .tel p {

    font-family: D-DIN-PRO, D-DIN-PRO;
    font-weight: bold;
    font-size: 26px;
    color: #D10E0E;
}

.school_index_banner img {
    width: 100%;
    height: 100%;
}

.school_index_about {
    margin-top: 30px;
}

.school_index_about .school_index_about_img {

    width: 500px;
    /*height: 100%;*/
    border: 1px solid #e7e7e7;
    overflow: hidden;

}

.school_index_about .school_index_about_img .show-imgs {
    width: 100%;
    padding: 2px 0;
    height: 400px;
    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: 85px;
    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: 670px;
    /* background-color: #3859CC; */
}

.school_index_about_content .tit {

    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}

.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: 16px;
    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;
}

.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: #999999;
    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: #D10E0E;
    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 span {
    width: 144px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #D10E0E;
    border-radius: 6px 6px 6px 6px;
    border: none;
    outline: none;
    color: #fff;
    display: block;
    cursor: pointer;
    display: inline-block;

    /* 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 #D10E0E;
    position: absolute;
    bottom: 0;
    left: 0;

}

.school_index_course_list {
    margin-top: 30px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    overflow: hidden;
}

.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;

    /* 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;
    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;
}
.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: #D10E0E;
    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;
}

.school_course_detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.school_course_detail .school_course_detail_left,
.school_teacher_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: 32px;

    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;
    max-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_teacher_detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.school_teacher_detail .school_teacher_detail {
    width: 880px;
}


.school_teacher_detail_left_text {
    width: 840px;
    margin-bottom: 25px;
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    border: 1px solid #DDDDDD;

}

.school_teacher_detail_left_text .img {
    width: 200px;
    height: 270px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;

}

.school_teacher_detail_left_text .text {
    width: 620px;
}


.school_teacher_detail_left_text .text .tt {
    font-weight: bold;
    font-size: 32px;

    display: block;
}


.school_teacher_detail_left_text .text .flags {
    margin-bottom: 15px;
    display: flex;
    margin-top: 15px;
}

.school_teacher_detail_left_text .text .flags span {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
}

.school_teacher_detail_left_text .text .flags span:nth-child(1) {
    background: #FFEAEA;
    color: #D10E0E;
    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: 14px;
    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: 14px;
    margin-bottom: 10px;
}

.school_teacher_detail_left_text .school_teacher_content img {
    width: auto;
    max-width: 100%;
}


.school_teacher_title {
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;

}

.school_teacher_title::after {
    content: "";
    width: 4px;
    height: 26px;
    background: #D10E0E;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 0px;
}


.school_teacher_course_list {
    margin-top: 30px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 880px;
    overflow: hidden;
}

.school_teacher_course_list a {
    width: 200px;
    margin-right: 20px;
}

.school_teacher_course_list a:nth-child(5) {
    margin-right: 0;
}

.school_teacher_course_list a .img {
    width: 200px;
    overflow: hidden;
    height: 140px;
    border-radius: 0px 0px 0px 0px;
}

.school_teacher_course_list a .tt {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.school_teacher_course_list a .p {
    color: #999999;
    line-height: 14px;
}
