.header-iframe {
    display: none;
}

.footeriframe {
    display: none;
}

.select-tab {
    width: 7.5rem;
    /* height: 1.8rem; */
    height: auto;
    display: inline-block;
    margin: 0 auto;
    background-color: #f3f6f6;
    padding-top: 0.14rem;
    box-sizing: border-box;
    position: relative;
}


/* .select-tab-min{
	height: 1.2rem;
} */

.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: auto;
    width: 7.5rem;
    font-size: 0.16rem;
    padding: 0.2rem 0.15rem;
    box-sizing: border-box;
}

.select-tab ul::after {
    display: block;
    content: "";
    overflow: hidden;
    height: 0;
    clear: both;
}

.select-tab ul li {

    text-align: center;
    margin-right: 0.2rem;
    font-size: 0.18rem;
    vertical-align: middle;
    float: left;
    width: auto;
    height: 0.5rem;
    margin-bottom: 0.2rem;
}


.select-tab ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.select-tab ul li a {
    background-color: #fff;
    color: #162746;
    display: inline-block;
    height: 0.5rem;
    max-height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    width: auto;
    height: 0.5rem;
    padding: 0px 0.1rem;
    box-sizing: border-box;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    text-decoration: none;
}

.select-tab ul li a.active {
    background-color: #162746;
    color: #fff;
}

.footeriframe {
    opacity: 0;
}

.section {
    width: 7.5rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.5rem 0;
    box-sizing: border-box;
}

.section .school-indro {
    width: 7rem;
    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.34rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.section .title-bar .sutitle {
    color: #666;
    font-size: 0.14rem;
}

.section .school-indro .shool-image {
    width: 6.9rem;
    height: 3.58rem;

    border-radius: 0.1rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}

.section .school-indro .desc {
    width: 6.9rem;
    margin: 0.25rem auto;
    color: #666;
    font-size: 0.16rem;
    line-height: 0.28rem;
    text-align: left;
    text-indent: 2em;
}


@media screen and (max-width:900px) {
    .section .school-indro .desc {
        line-height: 0.4rem;
    }
}


.section .shool-window {
    width: 7rem;
    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: 2.2rem;
    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: 7rem;
    margin: 0 auto;
    padding: 0.6rem 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: 4.5rem;
    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 .pagination-box .pagination {
	position: absolute;
	top: 50%;
	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 .shool-scence {
    width: 6.7rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.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: 7rem;
    margin: 0.5rem 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: 6.9rem;
    min-width: 6.9rem;
    overflow: hidden;
    float: left;
    margin-bottom: 0.3rem;
}

.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: 5.2rem;
    overflow: hidden;
}

.section .school-event ul li .cot .title {
    color: #000;
    font-weight: bold;
    font-size: 0.26rem;
    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 .from {
        display: none;
    }
    .section .school-event ul li .cot .remark {
        /* display: none; */
        line-height: 0.34rem;
        max-height: 0.68rem;
        font-size: 0.22rem;
        transform: scale(0.9);
        transform-origin: left;
    }
}

.section .school-notice {
    width: 6.9rem;
    margin: 0.1rem 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.22rem;
    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: 56%;
    height: 100%;
    line-height: 1.1rem;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 0.24rem;
    box-sizing: border-box;
    margin-left: 0.2rem;
    cursor: pointer;
    margin-right: 0.3rem;
    text-decoration: none;
}

@media screen and (max-width:321px) {
    .section .school-notice li .title {
        width: 50%;
    }
}

.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 {
    text-align: left;
    padding-left: 0.3rem;
    box-sizing: border-box;
    overflow: hidden;
}

.section .title-bar .search-row .search-txt {
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0px 0.2rem;
    font-size: 0.3rem;
}

.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-single {
    display: block;
}

.section .main {
    width: 6.9rem;
    margin: 0 auto;
    text-align: center;
}

.section .main ul {
    width: 100%;
    margin-top: 0.8rem;
}

.section .main ul li {
    width: 100%;
    height: 1.3rem;
    margin-bottom: 0.4rem;
    overflow: hidden;
}

.section .main ul li .img-wrap {
    height: 100%;
    width: 2rem;
    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: 4.35rem;
    margin-left: 0.3rem;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.section .main ul li .cot .block {
    position: absolute;
    width: 100%;
    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.28rem;
    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;
    display: none;
}

.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.2rem;
    color: #666;
    line-height: 0.32rem;
    margin-top: 0.15rem;
    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 (max-width:800px) {
    .section .main ul li .cot .block .remark {
        -webkit-line-clamp: 2;
        line-height: 0.35rem;
        max-height: 0.7rem;
    }
}

.pagination::after {
    display: block;
    content: "";
    overflow: hidden;
    height: 0;
    clear: both;
}

.pagination>li {
    float: left;
    font-size: 0.15rem;
    box-sizing: border-box;
    border-radius: 0.01rem;
    height: 0.45rem;
    margin-right: 0.18rem;
    border: 1px solid #c5b7b7;
    margin-bottom: 0.2rem;
}

.pagination>li>a:hover {

    background: #162746;
    color: #fff;
    opacity: 0.6;
    border: none;
}

.pagination>li.active {
    background-color: #172646;
    color: #fff;
    border: none;
}

.pagination>li.active>a {
    color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    color: #888;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0.02rem 0.14rem;
    line-height: 0.4rem;
    box-sizing: border-box;
}

.pagination>li.disabled {
    color: #ededed;
    border: 1px solid #ededed;
}

.pagination>li.disabled>span {
    color: #ededed;
}

.pagination>li.active>span {
    background-color: none;
    color: #fff;
}

.section .pagination-box .pagination {
    max-width: 7rem;
    margin: 0 auto;
    display: inline-block;
    width: auto;
}

.section .pagination-box {
    margin: 0 auto;
    width: 7rem;
    height: 1rem;
    position: relative;
    margin-top: 0.6rem;
    text-align: center;
    line-height: 1rem;
    vertical-align: middle;
}