@charset "UTF-8";

/* 大图start */
.baner-wrap {
    background-color: #f3e9e0;
}
.banner-img {
    position: relative;
    width: 100%;
    height: 300px;
}
.banner-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.bg-list {
    background-color: #fff;
}
/* 大图end */



/* 升学之星start */
.dressing-wrap {
    margin: 30px 10px;
    display: flex;
    flex-wrap: wrap;
}
.dressing-year {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}
.dressing-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}
.dressing-item li {
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    margin: 0 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.dressing-item li a {
    display: block;
}
.dressing-item .dressing-list.active {
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    margin: 0 10px;
    border-radius: 10px;
    background-color: #26be95;
    color: #fff;
}
.student-list-wrap {}
.student-list {
    display: flex;
    flex-wrap: wrap;
}
.student-list-box {
    width: 33.333%;
    margin-bottom: 20px;
    color: #000;
}
.student-list-box:hover {
    color: #26be95;
}
.student-box-margin {
    margin: 10px 20px;
}
.student-img {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.student-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.student-name {
    font-weight: 700;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 16px;
}
.student-score {
    font-weight: 700;
    text-align: center;
}
.student-class {
    font-weight: 700;
    text-align: center;
    line-height: 30px;
}
/* 升学之星end */



/* 师资队伍start */
.teacher-info-wrap {
    margin-bottom: 30px;
}
.teacher-info-top {
    display: inline-block;
    background-color: #0061AE;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    width: 200px;
    margin: 20px 0 10px 0;
    padding: 10px;
}
.teacher-info-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.teacher-info-box {
    width: 33.333%;
    color: #666;
}
.teacher-info-box:hover {
    color: #26be95;
}
.teacher-info-item-margin {
    margin: 10px 20px;
}
.teacher-img {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.teacher-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.teacher-name {
    font-weight: 700;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 16px;
}
.teacher-post {
    font-weight: 700;
    text-align: center;
}
/* 师资队伍end */



/* 招生专业start */
/* 招生专业end */



/* 校园环境start */
.lightgallery-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.lightgallery-box li {
    width: 33.33%;
}
.lightgallery-box li a {
    display: block;
    margin: 0 10px 20px 10px;
    height: 200px;
}
.lightgallery-box li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* 校园环境end */


/* 列表start */
.list-wrap {
    margin-top: 30px;
}
.list-right {
    margin-right: -15px;
}
.list-info {
    margin-top: 30px;
}
.list-info ul {
    min-height: 300px;
}
.list-info ul li {
    padding: 0 20px;
    align-items: center;
    line-height: 46px;
    border-bottom: 1px dotted #ddd;
}
.list-info ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
    color: #333;
    font-size: 16px;
}
.list-info ul li:hover {
    background-color: #fcfcfc;
}
.list-info ul li.list-info-item-top:hover {
    background-color: #26be95;
    color: #fff;
}
.list-info ul li.list-info-item-top:hover a {
    color: #fff;
}
.list-info ul li:hover a {
    text-decoration: none;
    color: #0b6cb8;
}
.list-info ul li .title {
    width: 80%;
}
.no-list {
    font-size: 16px;
    margin: 30px 0;
    min-height: 300px;
}
/* 列表end */



/* 页码start */
.paga-wrap {
    margin: 80px 0 60px 0;
}
/* 页码end */



/* 面包屑start */
.path-breadcrumb ul {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.path-breadcrumb li a {
    font-size: 16px;
    color: #0b6cb8;
}
.path-breadcrumb li {
    font-size: 16px;
}
/* 面包屑end */



/* 公用左栏start */
.left-wrap h4 {
    line-height: 40px;
    background-color: #b70f25;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.left-wrap .left-hot li {
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #b49b9b;
}
.left-wrap .left-hot li a {
    color: #333;
}
.left-wrap .left-hot li a:hover {
    color: #0b6cb8;
    text-decoration: none;
}
/* 公用左栏end */



/* 文章阅读start */
.read-wrap {
    margin-top: 30px;
}
.read-wrap .read-item {
    margin: 0 20px;
}
.read-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.read-msg {
    text-align: center;
    font-size: 14px;
    color: #999;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin: 0 30px;
}
.read-content table {
    border-collapse: collapse;
}
.read-content table td {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
.read-content table tr:first-child td {
    border-top: 1px solid #000000;
}
.read-content table tr td:first-child {
    border-left: 1px solid #000000;
}
.read-content {
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
}
.read-wrap .read-item .news-next {
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
.page-break {
    margin: 30px 0;
    text-align: center;
}
.pager {
    margin: 30px 0;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
.pager li{
    display: block;
    float: right;
    margin-top: 10px;
}
.pager a {
    color: #000;
}
/* 文章阅读end */



/* 单页start */
.base-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 30px 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
/* 单页end */



@media screen and (max-width: 990px) {
    .read-wrap .col-md-3 {
        margin-bottom: 20px;
        width: 100%;
    }
    .list-wrap .col-md-3 {
        margin-bottom: 20px;
        width: 100%;
    }
    .left-wrap .left-hot li {
        line-height: 30px;
        padding-left: 10px;
        border-bottom: 1px solid #b49b9b;
    }
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 480px) {
    .swiper-text {
        display: none;
    }
    .list-right {
        margin-right: 0;
    }
    .list-info ul li a {
        line-height: 30px;
    }
    .paga-wrap {
        margin: 30px 0;
    }
    .banner-img {
        width: 100%;
        height: 200px;
    }
    .banner-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .list-info ul li a {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        color: #333;
    }
    .list-info ul li {
        margin-top: 10px;
        padding: 0 20px;
        align-items: center;
        line-height: 24px;
        border-bottom: 1px dotted #ddd;
    }
    .list-info ul li .title {
        width: 100%;
    }
    .left-box {
        display: none;
    }
    .topic-wrap .list-info ul li {
        margin-right: 20px;
    }
    .topic-wrap .list-info ul li a {
        font-size: 16px;
        line-height: 30px;
    }
    .read-content img {
        width: 100%;
    }
    .pager {
        margin: 10px 0 30px 0;
        padding: 20px 0;
    }
    .teacher-info-box {
        width: 100%;
    }
    .lightgallery-box li {
        width: 100%;
    }
    .lightgallery-box li a {
        display: block;
        margin: 10px;
        height: auto;
    }
    .read-wrap .read-item {
        margin: 0;
    }
    .student-list-box {
        width: 100%;
    }
}
