.snnner{
    width: 100%;
}
.snnner img{
    width: 100%;
}
.school {
    width: 75.67%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0 40px 0;
}

.school #school_left {
    width: 16.667%;
}

.school #school_right {
    width: 80.209%;
}

#map {
    width: 100%;
    height: 600px;
    margin-top: 30px;
}

.amap-marker-label {
    border: 1px solid #F6F6F6;
    padding: 10px 50px;
}

.school #school_right .school_right_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F6F6F6;
    margin-top: 24px;
}

.school #school_right .school_right_top .school_right_top_left {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 33px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0562CC;
}

.school #school_right .school_right_top .school_right_top_right span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
}
.school #school_right .school_right_top .school_right_top_right span a{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
}
.school #school_right .school_right_content {
    width: 100%;
    overflow: hidden;
}
.school #school_right .school_right_content .bigimg{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    height: 500px;
    text-align: center;
}
.school #school_right .school_right_content .bigimg img{
    height: 90%;
}
.school #school_right .school_right_content .bigimg p{
  margin-top: 10px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 20px;
}
.school #school_right .school_right_content .swiper-container{
    width: 100%;
    margin-top: 30px;
    position: relative;
 }
 .school #school_right .school_right_content .swiper-container .swiper-wrapper{
     width: 100%;
 }
 .school #school_right .school_right_content .swiper-wrapper .swiper-slide {
     height: 180px;
     cursor: pointer;
 }
 
 .school #school_right .school_right_content .swiper-wrapper .swiper-slide .imgword {
     margin: auto;
     width: 100%;
     height: 100%;
     overflow: hidden;
     text-align: center;
 }
 
 .school #school_right .school_right_content .swiper-wrapper .swiper-slide  .imgword img {
     height: 80%;
 }
 
 .school #school_right .school_right_content .swiper-wrapper .swiper-slide .imgword .title {
     width: 100%;
     font-size: 16px;
     font-family: PingFangSC-Regular, PingFang SC;
     font-weight: 400;
     color: #363636;
     line-height: 22px;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     text-align: center;
 }
 .custom-prev-button,.custom-prev-button1{
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #a8a4a4;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 85px;
    z-index: 999;
}
.custom-prev-button svg,
.custom-prev-button1 svg{
    margin-top: 5px;
}
.custom-next-button,.custom-next-button1{
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #a8a4a4;
    opacity: 0.5;
    position: absolute;
    right: 0;
    bottom: 85px;
    z-index: 999;
}
.custom-next-button svg,.custom-next-button1 svg{
    margin-top: 5px;
}
.school #school_right .school_right_content .school_right_contentfirst {
    width: 100%;
    margin-top: 40px;
}

.school #school_right .school_right_content .school_right_contentfirst .first_title .school #school_right .school_right_content .school_right_contentsecond .second_title {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 33px;
}

.school #school_right .school_right_content .school_right_contentfirst .first_img {
    margin: auto;
    width: 30.736%;
    margin-top: 5px;
}

.school #school_right .school_right_content .school_right_contentfirst .first_img img {
    width: 100%;
}

.school #school_right .school_right_content .school_right_contentfirst .first_nacv {
    width: 100%;
    margin-top: 38px;
}

.school #school_right .school_right_content .school_right_contentfirst .first_nacv p {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 30px;
    text-indent: 2em;
}

.school #school_right .school_right_content .school_right_contentfirst .first_nacv p span {
    font-weight: 700;
}

.school #school_right .school_right_content .school_right_contentsecond {
    width: 100%;
    margin-top: 37px;
}

.school #school_right .school_right_content .school_right_contentsecond .second_img {
    margin-top: 45px;
}

.school_right_contentsecond .second_img .tu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.school_right_contentsecond .second_img .tu li {
    width: 31.169%;
    text-align: center;
    margin-bottom: 28px;
}

.school_right_contentsecond .second_img .tu li img {
    width: 100%;
}

.school_right_contentsecond .second_img .tu li .img_title {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.school #school_right .school_right_content .thrid {
    margin-top: 100px;
}

.school_right_content .tablediv{
    width: 100%;
    height: 800px;
    overflow-y: auto;
    margin-top: 55px;
}
.school_right_content table {
    width: 100%;
    border-collapse: collapse
}
.school_right_content table td{
   padding-bottom: 20px;
}

.school_right_content table tr:nth-child(odd) {
    background-color: #F6F6F6;
}

.school_right_content table tr td:nth-child(1) {
    width: 20.835%;
    padding-left: 40px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 28px;
    min-width: 130px;
}

.school_right_content table tr td:nth-child(2) p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 20px;
    margin-top: 15px;
}



.school_right_content .lesder {
    width: 100%;
}

.school_right_content .lesder li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #C5C5C5;
}

.school_right_content .lesder li .lileft {
    width: 22.511%;
}

.school_right_content .lesder li .lileft img {
    width: 100%;
}

.school_right_content .lesder li .liright {
    width: 74%;
}

.school_right_content .lesder li .liright .name span:nth-child(1) {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 30px;
}

.school_right_content .lesder li .liright .name span:nth-child(2) {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
    margin-left: 20px;
}

.school_right_content .lesder li .liright .jieshaso {
    margin-top: 26px;
}

.school_right_content .lesder li .liright .jieshaso p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 30px;
    text-indent: 2em;
}

.school_right_content .profile {
    margin-top: 35px;
}

.school_right_content .profile p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 30px;
    text-indent: 2em;
}

.school_right_content .profile .fileimg {
    width: 86.581%;
    margin: auto;
    margin-top: 42px;
}

.school_right_content .profile .fileimg img {
    width: 100%;
}

.school_right_content .profile .fileimg .title {
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (min-width:1920px) {
    .school {
        width: 1440px;
    }
}

@media (max-width:1400px) {
    .school {
        width: 80%;
    }
    .school_right_content .lesder li .liright .jieshaso p{
        font-size: 14px;
    }
    .school_right_content table tr td:nth-child(1){
        padding-left: 20px;
    }
}

@media (max-width:1200px) {
    .school_right_content .lesder li .liright .name span:nth-child(1){
        font-size: 18px;
    }
    .school #school_right .school_right_content .bigimg{
        width: 90%;
        height: 400px;
    }
    /* .custom-next-button,
    .custom-prev-button{
        bottom: 105px;
    } */
}

@media (max-width:1000px) {
    .school {
        width: 85%;
    }
    .school_right_content table tr td:nth-child(1){
       font-size: 16px;
    }
    .school_right_content table tr td:nth-child(2) p{
        font-size: 12px;
    }
}

@media (max-width:900px) {
    .school {
        width: 90%;
    }

    .school #school_left {
        display: none;
    }

    .school #school_right {
        width: 100%;
    }

    .school #school_right .school_right_content .hono {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .school #school_right .school_right_content .hono li{
        width: 45%;
        margin-bottom: 20px;
    }
    .school #school_right .school_right_content .hono li .imgword{
        margin-left: 0;
        width: 100%;
    }
    .school_right_content .lesder li .liright .jieshaso p{
        font-size: 12px;
    }
    #map{
        height: 500px;
    }
    .school_right_content table tr td:nth-child(1){

    }
}

@media (max-width:750px) {
    .school {
        width: 95%;
    }
    .school_right_content .lesder li{
        flex-direction: column;
    }
    .school_right_content .lesder li .liright .name{
text-align: center;
    }
    .school_right_content .lesder li .lileft{
        width: 30%;
    }
    .school_right_content .lesder li .liright{
        width: 100%;
        margin-top: 20px;
    }
    .school #school_right .school_right_content .bigimg p{
        font-size: 14px;
    }
}

@media (max-width:650px) {
    .custom-next-button svg,
    .custom-prev-button svg{
        width: 20px;
        height: 20px;
        margin-top: 10px;
    }
    .custom-next-button1 svg,
    .custom-prev-button1 svg{
        width: 20px;
        height: 20px;
        margin-top: 10px;
    }
}

@media (max-width:500px) {
    .school{
        padding: 20px 0 30px;
    }
    .school #school_right .school_right_top .school_right_top_left{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .school #school_right .school_right_top .school_right_top_right span,
    .school #school_right .school_right_top .school_right_top_right span a,
    .school_right_content .profile p,
    .school #school_right .school_right_content .school_right_contentfirst .first_nacv p,
    .school_right_contentsecond .second_img .tu li .img_title,
    .second_title,
    .first_title,
    .school #school_right .school_right_content .hono li .imgword .title{
        font-size: 14px;
    }
    #map{
        height: 400px;
    }
    .school #school_right .school_right_content .bigimg{
        width: 98%;
        height: 350px;
    }
}
@media (max-width:350px) {
    .school_right_content table tr td:nth-child(1){
        min-width:100px ;
    }
    .school #school_right .school_right_top .school_right_top_left{
        font-size: 14px;
        padding-bottom: 5px;
    }
    .school #school_right .school_right_top .school_right_top_right span,
    .school #school_right .school_right_top .school_right_top_right span a{
        font-size: 12px;
    }
    .school #school_right .school_right_top{
        margin-top: 0;
    }
    .school_right_content table{
        margin-top: 20px;
    }
}