.select-tab {
    width: 19.2rem;
    height: 1.4rem;
    margin: 0 auto;
    background-color: #f3f6f6;
    padding-top: 0.14rem;
    box-sizing: border-box;
    position: relative;
}

.select-tab::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.14rem;
    background-color: #fff;
}

.select-tab ul {
    margin: 0 auto;
    height: 1.26rem;
    width: auto;
    line-height: 1.26rem;
    font-size: 0.16rem;
    display: table;
}

.select-tab ul li {

    text-align: center;
    margin-right: 0.2rem;
    font-size: 0.24rem;
    display: table-cell;
    vertical-align: middle;
}

.select-tab ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.select-tab ul li a {
    background-color: #fff;
    display: block;
    height: 0.68rem;
    max-height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    width: 2.13rem;
    height: 0.68rem;
    margin: auto;
    cursor: pointer;
    color: #333;
    margin-right: 0.2rem;
    text-decoration: none;
    color: #162746;
}

.select-tab ul li a.active {
    background-color: #162746;
    color: #fff;
}

.section {
    width: 19.2rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.5rem 0;
    box-sizing: border-box;
}

.section .main {
    width: 13rem;
    margin: 0 auto;
    text-align: center;
}

.section .school-indro {
    width: 12rem;
    margin: 0.6rem auto;
    text-align: center;
}

.section .title-bar {
    margin: 0 auto;
    text-align: center;
}

.section .title-bar .title {
    color: #333;
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.section .title-bar .sutitle {
    color: #666;
    font-size: 0.14rem;
}

.section .school-indro .shool-image {
    width: 12rem;
    height: 3.58rem;
    border-radius: 0.1rem;
    margin-top: 0.6rem;
}

.section .school-indro .desc {
    width: 11.4rem;
    margin: 0.25rem auto;
    color: #666;
    font-size: 0.16rem;
    line-height: 0.28rem;
    text-align: left;
    text-indent: 2em;
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    .section .school-indro .desc {
        line-height: 0.3rem;
    }
}

@media screen and (min-width:900px) and (max-width:1000px) {
    .section .school-indro .desc {
        line-height: 0.34rem;
    }
}

@media screen and (max-width:900px) {
    .section .school-indro .desc {
        line-height: 0.4rem;
    }
}


.section .shool-window {
    width: 12rem;
    margin: 0.3rem auto;
}

.section .shool-window .image-list {
    margin-top: 0.4rem;
    width: 100%;
}

.section .shool-window .image-list::after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.section .shool-window .image-list li {
    width: 31%;
    min-width: 31%;
    margin-right: 3.5%;
    height: 4.04rem;
    border-radius: 0.1rem;
    overflow: hidden;
    float: left;
    margin-bottom: 0.3rem;
}

.section .shool-window .image-list li:nth-of-type(3n) {
    margin-right: 0;
}

.section .shool-window .image-list li img {
    height: 100%;
    width: 100%;
}

.section .shool-window .image-list li img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.section .leader-list {
    width: 11.68rem;
    margin: 0 auto;
    padding: 1rem 0 0;
    box-sizing: border-box;
}

.section .leader-list li {
    width: 100%;
    height: 2.1rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.section .leader-list li::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    content: "";
}

.section .leader-list li .avatar {
    height: 2.1rem;
    width: 1.8rem;
    border-radius: 0.1rem;
    float: left;
}

.section .leader-list li .cot {
    float: left;
    margin-left: 0.4rem;
    width: 9.3rem;
    height: 2.1rem;
    padding-top: 0.1rem;
    box-sizing: border-box;
}

.section .leader-list li .cot .name {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.section .leader-list li .cot .indro {
    color: #666;
    font-size: 0.16rem;
    line-height: 0.28rem;
    max-height: 1.4rem;
    overflow: hidden;
    width: 100%;
    margin-top: 0.18rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width:900px) and (max-width:1000px) {
    .section .leader-list li .cot .indro {
        line-height: 0.3rem;
        -webkit-line-clamp: 4;
        font-size: 0.12rem;
    }
}

@media screen and (max-width:800px) {
    .section .leader-list li .cot .indro {
        line-height: 0.34rem;
        -webkit-line-clamp: 4;
        font-size: 0.12rem;
    }
}

@media screen and (min-width:800px) and (max-width:900px) {
    .section .leader-list li .cot .indro {
        line-height: 0.34rem;
        -webkit-line-clamp: 4;
    }
}



.section .shool-scence {
    width: 13.5rem;
    margin: 0 auto;
    margin-top: 0.85rem;
}

.section .shool-scence::after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.section .shool-scence .item {
    width: 3.35rem;
    height: 3.25rem;
    float: left;
}

.section .shool-scence .item .box {
    width: 2.9rem;
    height: 100%;
    margin: auto;
    text-decoration: none;
    display: block;
    color: rgba(0, 0, 0, 0);
    border: none;
}

.section .shool-scence .item .box .wrap {
    width: 100%;
    height: 2.54rem;
    overflow: hidden;
}

.section .shool-scence .item .box .pic {
    width: 100%;
    height: 2.54rem;
}

.section .shool-scence .item .box .pic:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.section .shool-scence .item .box .title {
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
    padding: 0 0.02rem;
    box-sizing: border-box;
    font-size: 0.22rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111;
}

.section .shool-scence .item .box .title:hover {
    text-decoration: underline;
}

.section .school-event {
    width: 13.65rem;
    margin: 0.7rem auto 0;
}

.section .school-event ul {
    width: 100%;
}

.section .school-event ul::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    content: "";
}

.section .school-event ul li {
    height: 1.1rem;
    width: 6rem;
    min-width: 6rem;
    margin-right: 1.2rem;
    overflow: hidden;
    float: left;
    margin-bottom: 0.4rem;
}

.section .school-event ul li:nth-of-type(2n) {
    margin-right: 0;
}

.section .school-event ul li .date-view {
    width: 1.2rem;
    height: 1.08rem;
    background-color: #172646;
    float: left;
    overflow: hidden;
}

.section .school-event ul li .date-view .day {
    height: 0.5rem;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.1rem;
    position: relative;
}

.section .school-event ul li .date-view .day::after {
    display: block;
    content: "";
    bottom: 0;
    position: absolute;
    width: 0.65rem;
    height: 0.02rem;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.section .school-event ul li .date-view .yearmonth {
    color: #f2f2f2;
    font-size: 0.2rem;
    width: 100%;
    text-align: center;
    margin-top: 0.06rem;
}

.section .school-event ul li .cot {
    float: left;
    margin-left: 0.4rem;
    height: 100%;
    width: 4.4rem;
    overflow: hidden;
}

.section .school-event ul li .cot .title {
    color: #000;
    font-weight: bold;
    font-size: 0.22rem;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.section .school-event ul li .cot .title:hover {
    text-decoration: underline;
    color: #162746;
}

.section .school-event ul li .cot .from {
    width: 100%;
    color: #666;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section .school-event ul li .cot .from span {
    display: inline-block;
    margin-right: 0.06rem;
    white-space: nowrap;
    margin-top: 0.06rem;
}

.section .school-event ul li .cot .remark {
    width: 100%;
    color: #666;
    font-size: 0.16rem;
    margin-top: 0.06rem;
    line-height: 0.22rem;
    max-height: 0.45rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width:1000px) and (max-width:1250px) {
    .section .school-event ul li .cot .remark {
        -webkit-line-clamp: 1;
        margin-top: 0.1rem;
    }
}

@media screen and (min-width:900px) and (max-width:1000px) {
    .section .school-event ul li .cot .from {
        font-size: 0.12rem;
        margin-top: -0.02rem;
    }

    .section .school-event ul li .cot .remark {
        -webkit-line-clamp: 1;
        margin-top: 0.05rem;
    }
}

@media screen and (max-width:900px) {

    .section .school-event ul li .cot .remark {
        display: none;
    }
}

.section .school-notice {
    width: 13rem;
    margin: 0.5rem auto 0;
}

.section .school-notice ul {
    width: 100%;
}

.section .school-notice li {
    height: 1.1rem;
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
    box-sizing: border-box;
    line-height: 1.1rem;
    font-size: 0.2rem;
}

.section .school-notice li .tag {
    display: inline-block;
    width: 0.95rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    background-color: #172646;
    border-radius: 0.04rem;
    color: #fff;
    vertical-align: middle;
    font-size: 0.18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 0.1rem;
    box-sizing: border-box;
}

.section .school-notice li .title {
    display: inline-block;
    width: 78%;
    height: 100%;
    line-height: 1.1rem;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 0.18rem;
    box-sizing: border-box;
    margin-left: 0.2rem;
    cursor: pointer;
    margin-right: 4%;
    text-decoration: none;
}

@media screen and (min-width:1000px) and (max-width:1550px) {
    .section .school-notice li .title {
        width: 75%;
    }
}

@media screen and (min-width:850px) and (max-width:1000px) {
    .section .school-notice li .title {
        width: 73%;
    }
}

@media screen and (max-width:850px) {
    .section .school-notice li .title {
        width: 72%;
    }
}

.section .school-notice li .time {
    display: inline-block;
    font-size: 0.18rem;
    color: #666;
    vertical-align: middle;
    float: right;
}

.section .school-notice li .title:hover {
    text-decoration: underline;
    color: #162746;
    font-weight: bold;
}

.section .title-bar .search-row {
    width: 13rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px solid #dedede;
}

.section .title-bar .search-row .search-txt {
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0px 0.2rem;
}

.section .title-bar .search-row .search-txt .keyword {
    color: red;
}

.section .title-bar .search-row .search-txt::after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    background-color: red;
    bottom: 0;
}

.red {
    color: red;
}

.section .pagination-box {
    margin: 0 auto;
    width: 12rem;
    height: 1rem;
    position: relative;
    margin-top: 0.6rem;
}



/* .section .pagination-box .pagination {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.section .pagination-box .ui-pagination-container .ui-pagination-page-item.active {
    background: #162746;

    border-color: #162746;
}

.section .pagination-box .ui-pagination-container .ui-pagination-page-item:hover {
    background: #162746;
    border-color: #162746;
    color: #fff;
    opacity: 0.6;
} */

.section .main ul {
    width: 100%;
    margin-top: 0.8rem;
}

.section .main ul li {
    width: 100%;
    height: 2.5rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.section .main ul li .img-wrap {
    height: 100%;
    width: 4.25rem;
    border-radius: 0.1rem;
    overflow: hidden;
    float: left;
}

.section .main ul li .img-wrap .image {
    width: 100%;
    height: 100%;
}

.section .main ul li .img-wrap .image:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.section .main ul li .cot {
    width: 8.1rem;
    margin-left: 0.4rem;
    height: 100%;

    float: left;
    position: relative;
    overflow: hidden;
}

.section .main ul li .cot .block {
    position: absolute;
    width: 8.1rem;
    left: 0;
    right: 0;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.section .main ul li .cot .block h4 {
    font-size: 0.26rem;

    font-weight: bold;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.section .main ul li .cot .block h4 a {
    text-decoration: none;
    color: #000;
}

.section .main ul li .cot .block h4 a:hover {
    text-decoration: underline;
    color: #162746;
}

.section .main ul li .cot .block .from {
    font-size: 0.16rem;
    color: #666;
    margin-top: 0.2rem;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section .main ul li .cot .block .from span {
    display: inline-block;
    margin-right: 0.15rem;
}

.section .main ul li .cot .block .remark {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.32rem;
    margin-top: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.6rem;
}

@media screen and (min-width:950px) and (max-width:1100px) {
    .section .main ul li .cot .block .remark {
        -webkit-line-clamp: 4;
        line-height: 0.34rem;
        max-height: 1.38rem;
    }
}

@media screen and (min-width:800px) and (max-width:950px) {
    .section .main ul li .cot .block .remark {
        -webkit-line-clamp: 3;
        line-height: 0.4rem;
        max-height: 1.2rem;
    }
}

@media screen and (max-width:800px) {
    .section .main ul li .cot .block .remark {
        -webkit-line-clamp: 2;
        line-height: 0.42rem;
        max-height: 0.85rem;
    }
}

.section-single {
    display: block;
}

.pagination::after {
    display: block;
    content: "";
    overflow: hidden;
    height: 0;
    clear: both;
}

.pagination>li {
    display: table-cell;
    font-size: 0.15rem;
    box-sizing: border-box;
    border-radius: 0.01rem;
}

.pagination>li>a:hover {

    background: #162746;
    color: #fff;
    opacity: 0.6;
}

.pagination>li.active>a:hover {
    opacity: 1;
    cursor: auto;
}

.pagination>li.active>span,
.pagination>li.active>a {
    background-color: #172646;
    color: #fff;
    border: none;
}


.pagination>li>a,
.pagination>li>span {
    color: #888;
    text-decoration: none;
    display: block;
    margin-top: 0;
    padding: 0.06rem 0.1rem;
    box-sizing: border-box;
    margin-right: 0.18rem;
    border: 1px solid #c5b7b7;
}


.pagination>li.disabled>span {
    color: #ededed;
    border: 1px solid #ededed;
}

.pagination>li.active>span {
    background-color: none;
    color: #fff;
}

.section .pagination-box .pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: auto;
    white-space: nowrap;
    display: table;
}

.section .pagination-box {
    margin: 0 auto;
    width: 12rem;
    height: 1rem;
    position: relative;
    margin-top: 0.6rem;
}