body {
    color: #505050 !important;
    background: url(../images/bodyimg.jpg);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contaner {
    width: 1800px;
}

.hanshan {
    background: url(../images/hanshan.jpg) no-repeat center center/cover;
    height: 550px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bread p {
    font-size: 24px;
    margin: 15px 0;
    padding-left: 0;
}

.about {
    height: 660px;
    margin-bottom: 50px;
}

.about .left {
    padding: 20px;
    padding-left: 100px;
}

.about .left h1 {
    padding-top: 60px;
    text-align: right;
    font-size: 70px;
    color: #cccccc;
    line-height: 75px;
    font-family: serif;
    letter-spacing: .2em;
}

.about .left h3 {
    padding-top: 10px;
    font-size: 30px;
    color: #955d04;
    padding-bottom: 20px;
}

.about .left .tag {
    text-align: right;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.about .left .content {
    color: #999999;
    text-indent: 2em;
}

.bgwhite {
    background-color: white;
    width: 972px;
    height: 660px;
    position: absolute;
    border-radius: 5px;
}

.about .right img {
    margin-top: 95px;
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.zhuanye td {
    border: 3px #a5a6a7 solid;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.zhuanye .title {
    margin-left: 86px;
}

.zhuanye {
    padding-top: 50px;
    background: url(../images/zhuanyebg.jpg) no-repeat center center/cover;

}

.zhuanye h2 {
    font-size: 30px;
    color: #955d04;

}

.zhuanye table {
    background-color: #f1efed;
}

.zhuanye table tbody tr{
    border-left: 0px red solid;
    border-right: 0px red solid;

}

.gang {
    margin: 10px 0;
    width: 50px;
    height: 3px;
    background-color: #a78d75;
}

.zhuanye .error {
    margin: 20px 0;
    margin-bottom: 50px;
}

.baokao .title {
    margin: 30px 0;
}

.baokao .title h2 {
    font-size: 30px;
    color: #955d04;
}
.mySwiper .content{
    width: 33%;
    margin: 0 20px;
}
.mySwiper .content img {
    width: 100%;
    border-radius: 5px;
}

.mySwiper .content h4 {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 20px;
    color: #955d04;
}
.baokao .container{
    padding: 0 100px!important;
}
.mySwiper .content p {
    padding-bottom: 20px;
    font-size: 16px;
    color: #666666;
    text-align: left;
    text-indent: 2em;
    font-family: "宋体";
    margin-bottom: 20px;
    height: 155px;
}
.swiper-pagination-bullet{
    border-radius: 10px!important;
    width: 80px!important;
    background-color: #955d04!important;
}
.biye .container{
    background-color: #dac29669;
    padding: 30px;
    margin-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.biye .right h3{
    font-size: 26px;
    color: #955d04;
    padding-top: 10px;
    margin-bottom: 10px;
}
.biye .right p{
    text-indent: 2em;
    color: #505050;
}

.list_school_container{padding: 0}
.list_school_title{font-size:26px;color: #955d04;margin-bottom: 15px;}
.list_school_lists{margin-bottom: 25px;}
.list_school_list{font-size: 16px;line-height: 3;width: calc((100% - 90px) / 3);float: left;list-style: disc inside;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list_school_list:nth-child(3n){margin-left: 30px}
.list_school_list:nth-child(3n+1){margin-right:30px;}
.list_school_list:nth-child(3n+2){margin-left:15px;margin-right: 15px}
.list_school_list_line{display: block;width: 100%;height: 1px;background-color: #955d04;}
.clear{clear: both;}

.pagination {
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.pagination li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 15px;
    text-align: center;
    cursor: pointer
}

.pagination li a {
    display: inline-flex;
    align-items: center;
    color: #111
}

.pagination li a:hover {
    color: #21a7d0
}

.pagination li i {
    margin-left: 10px
}

.pagination li i:before {
    font-size: 28px;
    margin: 0;
    line-height: 60px
}

.pagination li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7f196f17;
}

.pagination li:last-child:before {
    display: none
}

.pagination li:hover a,
.pagination li.active a {
    color: #7f196f;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .list_school_list{font-size: 16px;line-height: 3;width: calc((100% - 60px) / 2);float: left;list-style: disc inside;}
    .list_school_list:nth-child(3n){margin-left: auto}
    .list_school_list:nth-child(3n+1){margin-right:auto;}
    .list_school_list:nth-child(3n+2){margin-left:auto;margin-right: auto}
    .list_school_list:nth-child(2n){margin-left: 30px}
    .list_school_list:nth-child(2n+1){margin-right: 30px}
}
@media (min-width: 768px) and (max-width: 991px) {
    .about{height:520px;}
    .about .left h1{font-size:30px;line-height:1;}
    .about .left{padding-left:15px;}
    .bgwhite{width:600px;height:520px;}
    .mySwiper .content p{
        overflow-y: scroll;
        height: 172px;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .list_school_list{font-size: 16px;line-height: 3;width: 100%;float: left;list-style: disc inside;}
    .list_school_list:nth-child(3n){margin-left: auto}
    .list_school_list:nth-child(3n+1){margin-right:auto;}
    .list_school_list:nth-child(3n+2){margin-left:auto;margin-right: auto}
    .list_school_list:nth-child(2n){margin-left: auto}
    .list_school_list:nth-child(2n+1){margin-right: auto}
    .list_school_container{padding:0 15px;}
}

@media screen and (max-width: 767px) {
    .hanshan{
        height: 220px!important;
    }
    .about .left{
        padding-left: 20px;
    }
    .about .left h1{
        padding-top: 10px;
    }
    .about .right img{
        margin-top: 5px;
    }
    .zhuanye{
        padding-top: 80px;
    }
    .zhuanye .title{
        margin-left: 0;
    }
    .baokao .container{
        padding: 15px!important;
    }
    .mySwiper .content{
        width: auto;
    }
    .mySwiper .swiper-slide{
        display: inline-block;
    }
    .mySwiper .content p{
        height: auto;
    }
}