﻿@charset "utf-8";
/* ==========================================================================
   机构设置-首页
========================================================================== */
.page-node-box{
    overflow: hidden;
    margin-bottom: 20px;
}
.page-node-box .hd{
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--main-color);
}
/* 节点-信息列表 */
.page-node-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.page-node-list li{
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: calc(100% / 2 - 10px);
    margin-bottom: 15px;
    text-align: center;
}
.page-node-list li:nth-child(odd){
    margin-right: 10px;
}
.page-node-list li:nth-child(even){
    margin-left: 10px;
}
.page-node-list li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    line-height: 1.4;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.page-node-list li a:hover{
    color: white;
    background-color: var(--main-color);
}

.fsyy1-node-list li{
    width: 100%;
}
.fsyy1-node-list li:nth-child(even),
.fsyy1-node-list li:nth-child(odd){
    margin-left: 0;
    margin-right: 0;
}

.page-sub-node-box{
    padding-left: 2em;
}
.page-sub-node-box .hd{
    font-size: 20px;
    color: #BEAC6D;
}

@media (min-width: 992px) {
    .page-node-list li{
        width: calc(100% / 4 - 15px);
    }
    .page-node-list li:nth-child(4n+2),
    .page-node-list li:nth-child(4n+3){
        margin-left: 10px;
        margin-right: 10px;
    }

    /* .zsfsyy-node-list li{
        width: calc(100% / 3 - 14px);
    }
    .zsfsyy-node-list li:nth-child(3n+1){
        margin-right: 11px;
    }
    .zsfsyy-node-list li:nth-child(3n+2){
        margin-left: 10px;
        margin-right: 10px;
    }
    .zsfsyy-node-list li:nth-child(3n){
        margin-left: 10px;
        margin-right: 0;
    } */
}

/* ==========================================================================
   文章-列表页-图文式
========================================================================== */
.page-pic-intro-list{
    display: flex;
    flex-direction: column;
}
.page-pic-intro-list li{
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}
.page-pic-intro-list li .pic{
    max-width: 40%;
    margin-right: 10px;
}
.page-pic-intro-list li .pic img{
    width: 100%;
    height: auto;
}
.page-pic-intro-list li .con{
    flex: 1;
    text-align: left;
}
.page-pic-intro-list li .title{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.page-pic-intro-list li .intro{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.page-pic-intro-list li .date{
    padding-left: 18px;
    font-size: 14px;
    color: #999;
    background:  url(../../base/img/icon-date.png) left center no-repeat;
}

@media (min-width: 992px) {
    .page-pic-intro-list li .pic img{
        display: block;
        width: 213px;
        height: auto;
    }
    .page-pic-intro-list li .title{
        font-size: 18px;
    }
    .page-pic-intro-list li .con{
        display: flex;
        flex-direction: column;
    }
}

/* ==========================================================================
   文章-列表页
========================================================================== */
.page-info-list {
    padding: 10px 0;
    overflow: hidden;
}
.page-info-list li {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 12px 0;
    line-height: 1.6;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
}
.page-info-list li a {
    overflow: hidden;
}
.page-info-list .dateRight {
    color: #999;
}
.page-info-list .node {
    color: #999;
    margin-right: 10px;
}
.page-info-list em {
    color: #f20;
}
.page-info-list .split {
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 18px 0;
    border-bottom: 1px dotted #ccc;
}
.page-info-list li .address {
    background: #8DB6D5;
    color: #fff;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    margin: 4px 0;
    border-radius: 5px;
    float: right;
    margin-left: 15px;
}
.page-info-list li .address:hover {
    background: #6e9ec3;
    text-decoration: none;
}
.page-info-list li .disable {
    display: none !important;
}

@media (min-width: 992px) {
    .page-info-list li {
        padding: 18px 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom-style: dotted;
    }
    .page-info-list li a {
        overflow: hidden;
        flex: 1;
    }
    .page-info-list .dateRight {
        width: 82px;
        margin-left: 15px;
    }
}

.list-bg-gray{
	padding:10px 15px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
}
.list-bg-gray li:nth-last-child(1){
    border-bottom: 0;
}

/* 图片-列表页 ----------------------------------------- */
.page-pic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.page-pic-list li {
    margin-bottom: 20px;
    width: calc(50% - 10px);
}
.page-pic-list .pic {
    overflow: hidden;
}
.page-pic-list .pic img {
    width: 100%;
    height: auto;
}
.page-pic-list .title {
    overflow: hidden;
}
.page-pic-list .title a{
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.page-pic-list .title a:hover {
    text-decoration: none;
    color: white;
    background-color: var(--main-color);
}

@media (min-width: 992px) {
    .page-pic-list{
        justify-content: flex-start;
    }
    .page-pic-list li{
        width: calc(100% / 3 - 20px);
    }
    .page-pic-list li:nth-child(3n+2){
        margin-left: 30px;
        margin-right: 30px;
    }
    .page-pic-list .title a{
        text-overflow: clip;
        white-space: wrap;
    }
}

/* ==========================================================================
   文章-列表页-现任领导
========================================================================== */
.page-leader-list{
    display: flex;
    flex-wrap: wrap;
}
.page-leader-list li{
    display: flex;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.page-leader-list li .pic{
    max-width: 50%;
}
.page-leader-list li .pic img{
    width: 100%;
    height: auto;
}
.page-leader-list li .con{
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-leader-list li .con::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    float: left;
    overflow: hidden;
    background-color: var(--main-color);
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.page-leader-list li .title{
    font-size: 16px;
    line-height: 1.4;
    color: #999;
    margin-bottom: 8px;
}
.page-leader-list li .tit{
    margin-bottom: 5px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
}
.page-leader-list li .intro{
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    padding-bottom: 30px;
}
.page-leader-list li .more{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 10px;
    line-height: 20px;
    display: block;
    text-align: right;
    color: #999;
}
.page-leader-list li .intro .more:hover{
    color: var(--main-color);
}

.page-leader-list li:hover .con::after{
    width: 100%;
}
.page-leader-list li:hover .more{
    background: none;
}
.page-leader-list li:hover .title,
.page-leader-list li:hover .more{
    color: #FFDFDE;
}
.page-leader-list li:hover .tit,
.page-leader-list li:hover .intro,
.page-leader-list li:hover .more:hover{
    color: white;
}


@media (min-width: 992px) {
    .page-leader-list li .con{
        padding: 10px 18px;
    }
    .page-leader-list li .title{
        font-size: 16px;
    }
    .page-leader-list li .tit{
        display: inline;
        margin-right: 6px;
        font-size: 24px;
    }
    .page-leader-list li .intro{
        font-size: 16px;
        line-height: 1.6;
    }
}
@media (min-width: 1400px) {

    .page-leader-list{
        justify-content: space-between;
    }
    .page-leader-list li{
        width: calc(100% / 2 - 10px);
    }
}


/* ==========================================================================
   文章-内容页-现任领导
========================================================================== */
.page-leader-detail{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    background-color: #fafafa;
    border-top: 3px solid var(--main-color);
    padding: 15px;
    font-family: 宋体, SimSun;
}
.page-leader-detail .pic{
    width: 40%;
    margin-bottom: 15px;
}
.page-leader-detail .pic img{
    width: 100%;
    height: auto;
}
.page-leader-detail .title{
    margin-bottom: 15px;
    text-align: center;
}
.page-leader-detail .name{
    margin-bottom: 5px;
    display: block;
    text-align: center;
    font-family: "FZXiaoBiaoSong-B05S","宋体";
    font-size: 29px;
    font-weight: bold;
    color: var(--main-color);
}
.page-leader-detail .job{
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: white;
    background: #D8CA9B;
    border-radius: 14px;
}
.page-leader-detail .intro{
    padding: 15px 10px;
    background: #fafafa;
   	font-family: "FangSong_GB2312","宋体";
    font-size: 21px;
    line-height: 1.6;
}

.page-leader-detail .unit{
    margin-bottom: 15px;
}
.page-leader-detail .unit .info{
    padding: 5px 0;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
}
.page-leader-detail .unit label{
    font-weight: bold;
    margin-right: 5px;
}

.page-leader-detail .connect{
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-leader-detail .connect .info{
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 5px 0;
    line-height: 1.6;
    font-size: 16px;
    color: #666;
}
.page-leader-detail .icon{
    width: auto;
    display: flex;
    align-items: stretch;
    font-weight: bold;
}
.page-leader-detail .txt{
    flex: 1;
}
.page-leader-detail .icon::before{
    content: "";
    width: 22px;
    margin-right: 5px;
    background: url(../../base/img/page-about-icon.png) left 2px no-repeat;
}
.page-leader-detail .icon-email::before{
    background-position: left -32px;
}
.page-leader-detail .icon-address::before{
    background-position: left -71px;
}
.page-leader-detail .icon-research::before{
    background-position: left -109px;
}
.page-leader-detail .research{
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}
.page-leader-detail .research .icon{
    width: 100%;
    margin-bottom: 5px;
}
.page-leader-detail .research .txt{
	font-family: 宋体, SimSun;
    text-align: justify;
}


@media (min-width: 992px) {
    .page-leader-detail{
        display: flex;
        flex-direction: row;
        align-items: stretch;
        border-top: none;
        background: none;
        padding: 0;
    }
    .page-leader-detail .pic{
        width: 40%;
        max-width: 268px;
        margin-right: 34px;
        margin-bottom: 0;
    }
    .page-leader-detail .pic img{
        width: 100%;
        height: auto;
    }
    .page-leader-detail .con{
        flex: 1;
        padding: 20px 20px 10px 30px;
        border-left: 3px solid var(--main-color);
        background-color: #fafafa;
    }
    .page-leader-detail .title{
        text-align: left;
    }
    .page-leader-detail .name{
        margin-bottom: 0;
        margin-right: 5px;
        font-size: 32px;
    }
    .page-leader-detail .name{
        display: inline;
    }

    .page-leader-detail .until{
        padding-top: 26px;
        margin-bottom: 26px;
    }

    .page-leader-detail .connect .info{
        width: auto;
        margin-right: 15px;
    }
    .page-leader-detail .connect .info:nth-last-child(1){
        margin-right: 0;
    }
    .page-leader-detail .research .icon{
        width: auto;
        float: left;
        margin-bottom: 0;
        margin-right: 5px;
    }
    .page-leader-detail .research .txt{
        overflow: hidden;
    }
}




/* 师资队伍-内容页-各主体介绍 */
.page-about-detail{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    font-family: 宋体, SimSun;
}
.page-about-detail .about-hd{
    display: flex;
    flex-flow: wrap;
    padding: 7px 5px 2px;
    background-color: var(--main-color);
}
.page-about-detail .about-hd li{
    margin: 0 0 5px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    text-align: center;
}
.page-about-detail .about-hd li a{
    display: block;
    color: white;
}
.page-about-detail .about-hd li{
    width: calc(100% / 3 - 8px);
}
.page-about-detail .about-hd li{
    margin-right: 6px;
    margin-left: 6px;
}
.page-about-detail .about-hd li:nth-child(3n){
    margin-left: 6px;
    margin-right: 0;
}
.page-about-detail .about-hd li:nth-child(3n+1){
    margin-right: 6px;
    margin-left: 0;
}
.page-about-detail .about-hd li.active{
    font-weight: bold;
    background-color: #fff;
}
.page-about-detail .about-hd li.active a{
    color: var(--main-color);
}
.page-about-detail .about-detail{
    overflow: hidden;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-top: none;
}
.page-about-detail .detail-box{
    padding: 20px 25px;
    text-align: justify;
    font-family: "FangSong_GB2312","宋体";
    font-size: 21px;
    line-height: 1.6;
    overflow: hidden;
}
.page-about-detail .detail-english{
	font-family: "Times New Roman","Arial";
}
.page-about-detail .detail-box *{
    word-break: break-all; /* 可以在单词内的任意位置断行 */
    overflow-wrap: break-word; /* 标准的 CSS 属性 */
}

.page-about-detail .detail-box ul { padding-left: 2em; list-style: inherit;}
.page-about-detail .detail-box ol { padding-left: 2em; list-style: decimal;}
.page-about-detail .detail-box ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.page-about-detail .detail-box ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.page-about-detail .detail-box h1,
.page-about-detail .detail-box h2,
.page-about-detail .detail-box h3,
.page-about-detail .detail-box h4,
.page-about-detail .detail-box h5,
.page-about-detail .detail-box h6,
.page-about-detail .detail-box b,
.page-about-detail .detail-box strong { font-weight: bold;}
.page-about-detail .detail-box h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.page-about-detail .detail-box h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.page-about-detail .detail-box h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.page-about-detail .detail-box h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.page-about-detail .detail-box h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.page-about-detail .detail-box h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.page-about-detail .detail-box blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.page-about-detail .detail-box blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.page-about-detail .detail-box h1:first-child,
.page-about-detail .detail-box h2:first-child,
.page-about-detail .detail-box h3:first-child,
.page-about-detail .detail-box h4:first-child,
.page-about-detail .detail-box h5:first-child,
.page-about-detail .detail-box h6:first-child{margin-top:0px;}
.page-about-detail .detail-box .videoPlayer{text-indent: 0;}

@media (min-width: 992px) {
    .page-about-detail{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .page-about-detail .about-hd{
        padding-bottom: 0;
    }
    .page-about-detail .about-hd li{
        width: auto;
        margin: 0 8px;
        padding: 0 20px;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
    }
    .page-about-detail .about-hd li:nth-child(3n+1){
        margin-left: 8px;
    }
}

/* ==========================================================================
   师资队伍-列表页
========================================================================== */
/* 师资队伍-分类-样式 */
.page-category-box{
    margin-bottom: 20px;
}
.page-category-box .tab-list{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.page-category-box .tab-list ul{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.page-category-box .tab-list li{
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    float: left;
    max-width: calc(100% / 2 - 6px);
    padding: 0 16px 0 42px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    cursor: pointer;
}
.page-category-box .tab-list li::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 8px;
    top: 50%;
    width: 30px;
    height: 28px;
    float: left;
    overflow: hidden;
    transform: translateY(-50%);
    background: url(../../base/img/page-category-icon.png) center top no-repeat;
}
.page-category-box .tab-list li.on::before{
    background-position: center -67px;
}
.page-category-box .tab-list li:nth-child(2)::before{
    background-position: center -135px;
}
.page-category-box .tab-list li:nth-child(2).on::before{
    background-position: center -200px;
}

.page-category-box .tab-list li{
    margin-left: 6px;
    margin-right: 6px;
}
.page-category-box .tab-list li::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 100%;
    border-width: 8px;
    border-style: solid;
    border-color:transparent;
    transform: translateX(-50%);
}
.page-category-box .tab-list li.on{
    color: white;
    background-color: var(--main-color);
}
.page-category-box .tab-list li.on::after{
    border-top-color: var(--main-color);
}

.tab-category-list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-category-list li{
    display: flex;
    width: calc(100% / 2 - 6px);
    margin-bottom: 10px;
}
.tab-category-list li a{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 5px;
    line-height: 1.4;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #efefef;
}
.tab-category-list li.active a,
.tab-category-list li.on a,
.tab-category-list li a:hover{
    color: var(--main-color);
    font-weight: bold;
    border-color: var(--main-color);
}

/* 字母类别的分类 */
.type-alphabet{
    justify-content: flex-start;
}
.type-alphabet li{
    width: calc(100% / 5 - 8px);
}
.type-alphabet li{
    margin-left: 5px;
    margin-right: 5px;
}
.type-alphabet li:nth-child(5n){
    margin-left: 5px;
    margin-right: 0;
}
.type-alphabet li:nth-child(5n+1){
    margin-right: 5px;
    margin-left:0;
}

@media (min-width: 992px) {
    .page-category-box .tab-list li{
        padding-left: 62px;
    }
    .page-category-box .tab-list li::before{
        left: 16px;
    }
    .tab-category-list{
        justify-content: flex-start;
    }
    .tab-category-list li a{
        padding: 10px 5px;
    }
    .tab-category-list li{
        width: calc(100% / 3 - 8px);
    }
    .tab-category-list li{
        margin-right: 6px;
        margin-left: 6px;
    }
    .tab-category-list li:nth-child(3n){
        margin-left: 6px;
        margin-right: 0;
    }
    .tab-category-list li:nth-child(3n+1){
        margin-right: 6px;
        margin-left: 0;
    }

    /* 字母类别的分类 */
    .type-alphabet li{
        width: calc(100% / 13 - 10px);
    }
    .type-alphabet li{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .type-alphabet li:nth-child(13n){
        margin-left: 5px !important;
        margin-right: 0 !important;
    }
    .type-alphabet li:nth-child(13n+1){
        margin-right: 5px !important;
        margin-left:0 !important;
    }
}
@media (min-width: 1400px) {
    .tab-category-list li{
        width: calc(100% / 5 - 8px);
    }
    .tab-category-list li:nth-child(5n+2),
    .tab-category-list li:nth-child(5n+3),
    .tab-category-list li:nth-child(5n+4){
        margin-right: 5px;
        margin-left: 5px;
    }
    .tab-category-list li:nth-child(5n){
        margin-left: 5px;
        margin-right: 0;
    }
    .tab-category-list li:nth-child(5n+1){
        margin-right: 5px;
        margin-left: 0;
    }

    /* 字母类别的分类 */
    .type-alphabet li{
        width: calc(100% / 13 - 10px);
    }
    .type-alphabet li{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .type-alphabet li:nth-child(13n){
        margin-left: 5px !important;
        margin-right: 0 !important;
    }
    .type-alphabet li:nth-child(13n+1){
        margin-right: 5px !important;
        margin-left:0 !important;
    }
}


.page-leader-tip{
    text-align: center;
    margin-bottom: 20px;
}

/* 师资队伍-图片-列表 */
.page-leader-pic-list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.page-leader-pic-list li{
    width: calc(100% / 2 - 8px);
    margin-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
.page-leader-pic-list li.noData{
    border-bottom: none;
}
.page-leader-pic-list li:nth-child(odd){
    margin-right: 8px;
}
.page-leader-pic-list li:nth-child(even){
    margin-left: 8px;
}
.page-leader-pic-list li .pic{
    overflow: hidden;
}
.page-leader-pic-list li .pic .tit{
    display: block;
    margin:0 auto;
    text-align: center;
}
.page-leader-pic-list li .pic img{
    max-width: 100%;
    height: 210px;
}
.page-leader-pic-list .con{
    overflow: hidden;
    padding-bottom: 10px;
}
.page-leader-pic-list .title .tit{
	margin:10px auto;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
}
.page-leader-pic-list .con p{
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}
@media (min-width: 430px) {
    .page-leader-pic-list li .pic img{
    	height: 243px;
    }
}

@media (min-width: 576px) {
    .page-leader-pic-list li .pic img{
    	width: auto;
        height: 312px;
    }
}

@media (min-width: 768px) {
    .page-leader-pic-list li .pic img{
    	width: auto;
        height: 424px;
    }
}

@media (min-width: 992px) {
    .page-leader-pic-list li{
        width: calc(100% / 3 - 8px);
    }
    .page-leader-pic-list li:nth-child(3n){
        margin-left: 6px;
        margin-right: 0;
    }
    .page-leader-pic-list li:nth-child(3n+1){
        margin-right: 6px;
        margin-left:0;
    }
    .page-leader-pic-list li:nth-child(3n+2){
        margin-left: 6px;
        margin-right: 6px;
    }
    .page-leader-pic-list .tit{
        font-size: 24px;
    }
    .page-leader-pic-list .con p{
        font-size: 16px;
    }
    .page-leader-pic-list li .pic img{
    	width: auto;
        height: 256px;
    }
}
@media (min-width: 1200px) {
    .page-leader-pic-list li{
        width: calc(100% / 4 - 15px);
    }
    .page-leader-pic-list li:nth-child(4n){
        margin-left: 10px;
        margin-right: 0;
    }
    .page-leader-pic-list li:nth-child(4n+1){
        margin-right: 10px;
        margin-left:0;
    }
    .page-leader-pic-list li:nth-child(4n+2),
    .page-leader-pic-list li:nth-child(4n+3){
        margin-left: 10px;
        margin-right: 10px;
    }
    .page-leader-pic-list .title .tit{
        margin-bottom: 10px;
    }
    .page-leader-pic-list li .pic img{
    	width: auto;
        height: 238px;
    }
}
@media (min-width: 1400px) {
    .page-leader-pic-list li .pic img{
    	width: auto;
        height: 280px;
    }
}
@media (min-width: 1480px) {
    .page-leader-pic-list li .pic img{
        height: 312px;
    }
}


/* 文章-列表页-图片式-学生式 -----------------------------------------*/
.page-student-list{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.page-student-list li{
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.page-student-list li a{
    position: relative;
    z-index: 1;
    padding:30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 1.6;
    color: #999;
    background-color: #f3f3f3;
}
.page-student-list li .title{
    order: 1;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
}
.page-student-list li .pic{
    order: 2;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 50%;
}
.page-student-list li .con{
    order: 3;
}
.page-student-list li .info{
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
}
.page-student-list li label{
    width: 82px;
    text-align: right;
}
.page-student-list li .txt{
    flex: 1;
}
.page-student-list li a:hover{
    color: rgba(255, 255, 255, .5);
    background-color: var(--main-color);
}
.page-student-list li a:hover .title{
    color: white;
}

@media (min-width: 992px) {
    .page-student-list li{
        margin-bottom: 20px;
        width: calc(100% / 2 - 8px);
    }
    .page-student-list li:nth-child(odd){
        margin-right: 8px;
    }
    .page-student-list li:nth-child(even){
        margin-left: 8px;
    }
}

@media (min-width: 1400px) {
    .page-student-list li{
        width: calc(100% / 3 - 10px);
    }
    .page-student-list li:nth-child(3n){
        margin-left: 7.5px;
        margin-right: 0;
    }
    .page-student-list li:nth-child(3n+1){
        margin-right: 7.5px;
        margin-left:0;
    }
    .page-student-list li:nth-child(3n+2){
        margin-left: 7.5px;
        margin-right: 7.5px;
    }
}

/* 文章-内容页-学生式 */
.page-student-detail{
    margin-bottom: 20px;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #f3f3f3;
    font-family: 宋体, SimSun;
}
.page-student-detail .pic{
    margin-bottom: 15px;
    width: 200px;
}
.page-student-detail .pic img{
    width: 100%;
    height: auto;
}
.page-student-detail .title{
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
}
.page-student-detail .info{
    display: flex;
    padding: 5px 0;
}
.page-student-detail .label{
    width: 82px;
    text-align: right;
}
.page-student-detail .txt{
    flex: 1;
}

.page-student-box{
    overflow: hidden;
}
.page-student-box .dt{
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    border-bottom: 1px solid #d9d9d9;
}
.page-student-box .intro{
    overflow: hidden;
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 2;
}

@media (min-width: 992px) {
    .page-student-detail{
        padding: 0;
        margin-bottom: 30px;
        flex-direction: row;
        background: none;
        align-items: flex-start;
        font-size: 18px;
    }
    .page-student-detail .pic{
        margin-bottom: 0;
        margin-right: 20px;
    }
    .page-student-detail .con{
        flex: 1;
        text-align: left;
    }
    .page-student-detail .title{
        padding-top: 15px;
        margin-bottom: 15px;
        text-align: left;
        font-size: 32px;
    }
    .page-student-detail .label{
        width: 92px;
    }

    .page-student-box .dt{
        font-size: 22px;
    }
    .page-student-box .intro{
        font-size: 18px;
    }
}

/* 友情链接列表页 -----------------------------------------*/
.friendLinkList {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.friendLinkList li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 8px;
}
.friendLinkList li a{
    display: block;
    line-height: 1.6;
    padding: 5px 0;
}
@media (min-width: 992px) {
    .friendLinkList{
        justify-content: flex-start;
    }
    .friendLinkList li{
        width: calc(100% / 3 - 8px);
    }
    .friendLinkList li:nth-child(3n){
        margin-left: 6px;
        margin-right: 0;
    }
    .friendLinkList li:nth-child(3n+1){
        margin-right: 6px;
        margin-left:0;
    }
    .friendLinkList li:nth-child(3n+2){
        margin-left: 6px;
        margin-right: 6px;
    }
}
@media (min-width: 1200px) {
    .friendLinkList li{
        width: calc(100% / 4 - 15px);
    }
    .friendLinkList li:nth-child(4n){
        margin-left: 10px;
        margin-right: 0;
    }
    .friendLinkList li:nth-child(4n+1){
        margin-right: 10px;
        margin-left:0;
    }
    .friendLinkList li:nth-child(4n+2),
    .friendLinkList li:nth-child(4n+3){
        margin-left: 10px;
        margin-right: 10px;
    }
}


/* 文章内容页 -----------------------------------------*/
.subheading { font-size: 16px;}
.noSideContent .printArea .conTxt { padding: 0 30px;}
.articleCon { text-align: left; padding: 20px 0; font-family: 宋体, SimSun;}
.printArea .title { font-size: 30px; font-weight: bold; padding: 0; line-height: 1.2; text-align: center; margin-bottom: 30px; word-wrap: break-word; color: var(--main-color);}
.printArea .text-align-left{text-align: left;}
.printArea .subTitle,
.printArea .subheading { font-size: 16px; color: #777; text-align: center; margin-bottom: 20px;}
.printArea .property { font-size: 14px; line-height: 1.4; margin-bottom: 20px; padding:12px 10px; text-align: center; color: #999; background: #f8f8f8;}
.printArea .property span { padding: 0 5px;}
.printArea .property a{
    color: #999;
}
.printArea .property a:hover{
    color: var(--main-color);
}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 16px; line-height: 2; text-align: left; padding: 0 0 20px 0; overflow: hidden; font-family:宋体, SimSun, "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt p {margin: 20px 0 0px; padding:0px; line-height: 32px;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify;}
.printArea .conTxt p:first-child{margin-top: 0px}
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.printArea .conTxt table td{padding: 5px 10px; border: 1px solid #ddd;}
.printArea .conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.printArea .conTxt table p { margin: 0px}
.printArea .conTxt a { color: blue; text-decoration: underline;}
.printArea .conTxt em { font-style: italic;}
.printArea .conTxt ul { padding-left: 2em; list-style: inherit;}
.printArea .conTxt ol { padding-left: 2em; list-style: decimal;}
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bold;}
.printArea .conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.printArea .conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.printArea .conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.printArea .conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.printArea .conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.printArea .conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.printArea .conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.printArea .conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child{margin-top:0px;}
.printArea .conTxt .videoPlayer{text-indent: 0;}
.printArea .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 20px auto; }
.articleCon .userControl { font-size: 14px; border-bottom: 1px solid #eaeaea; overflow: hidden; text-align: left; margin-bottom: 20px; padding-bottom: 15px; line-height: 40px;}
.articleCon .userControl .dyBtn { color: #333; float: left;}
.articleCon .userControl .bdsharebuttonbox { float: right;}
.articleCon .page { padding: 10px 0; text-align: center; overflow: hidden;}

/* 文章分页 */
.articleCon .page-title-list { border: solid 1px rgb(195, 211, 242); display: inline-block; width:100% }
.articleCon .page-title-list ul { margin: 10px; }
.articleCon .page-title-list ul li { float: left; margin-right: 50px; width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.articleCon .page-title-list ul li a { color: rgb(61, 114, 211) }
.articleCon .page-title-list ul li a.current { color: rgb(244, 108, 106) }

.articleCon .others { margin-bottom: 15px;}
.articleCon .others .prev,
.articleCon .others .next { padding: 5px 0; word-wrap: break-word}

/* 相关信息 */
#relativeInfo { border-bottom: 2px solid #f3f3f3;}
#relativeInfo .bd { padding: 10px 0 20px 0;}
#relativeInfo ul { overflow: hidden;}
#relativeInfo li { float: left; width: 50%; border-bottom: 0;}

/* 通用-单页 ------------------------------------------  */
.singlePage .articleCon { margin: 0; padding: 0;}
.singlePage .printArea .title { line-height: 48px; padding: 0 0 10px 0; margin-bottom: 20px; font-size: 30px; color: #333;}



/* 视频-列表页 ----------------------------------------- */
.videoPageList { margin-right: -3%; overflow: hidden; text-align: center;}
.videoPageList li { float: left; width: 30.3%; margin: 1.5% 3% 2.5% 0; *display: inline;}
.videoPageList .pic { background: #fff; border: 1px solid #ddd; position: relative;}
.videoPageList .pic a { display: block; margin: 3%; overflow: hidden;}
.videoPageList .pic .ico { position: absolute; left: 50%; top: 50%; width: 62px; height: 62px; margin-left: -31px; margin-top: -31px; background: url(../../base/img/playbutton.png) 0 0 no-repeat; display: none; filter: alpha(opacity=80); opacity: 0.8;}
.videoPageList .pic img { height: 203px; width: 100%; -webkit-transition: 400ms; -o-transition: 400ms; -moz-transition: 400ms; transition: 400ms;}
.videoPageList .title { overflow: hidden; padding-top: 5px; line-height: 24px; height: 48px; text-align: left; font-size: 14px; padding-left: 25px; background: url(../../base/img/icons.png) 0 -2218px no-repeat;}
.videoPageList .pic:hover { border-color: #bbb;}
.videoPageList .pic:hover img { transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05);}

/* 专题首页 -----------------------------------------*/
.spePageList ul { overflow: hidden; padding: 20px 0 20px 20px; margin-right: -30px;}
.spePageList li { position: relative; float: left; width: 250px; padding: 5px; margin: 0 40px 40px 0; text-align: center; -webkit-box-shadow: 0px 0 8px rgba(0, 0, 0, .15); -moz-box-shadow: 0px 0 8px rgba(0, 0, 0, .15); box-shadow: 0px 0 8px rgba(0, 0, 0, .15);}
.spePageList li img { width: 100%; height: 100px;}
.spePageList .tit { display: block; padding: 5px 0;}
.spePageList li:hover { -webkit-box-shadow: 0px 0 8px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0 8px rgba(0, 0, 0, .3); box-shadow: 0px 0 8px rgba(0, 0, 0, .3);}
.spePageList li:hover a { text-decoration: none; color: #c00}
.spePageList .archivedTip { position: absolute; right: 5px; top: 5px; background: #999; color: #fff; height: 24px; line-height: 24px; font-size: 12px; padding: 0 15px;}

/* 信息提示页 */
.Showms { background: #fff; padding: 3% 5%; overflow: hidden; max-width: 540px; margin: 30px auto;}
.Showms .top,
.Showms .bottom,
.Showms .Shadow { display: none;}
.Showms .MS { overflow: hidden; zoom: 1;}
.Showms .titWrong { color: #c00; border-bottom: 1px solid #ccc; padding: 5px 0; margin-bottom: 15px; font-size: 18px;}
.Showms .BUT { padding: 25px 0 15px 0;}
.Showms .BUT a { padding: 0 15px; height: 36px; line-height: 36px; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; margin-right: 15px; background: #eee; border: 1px solid #ccc; font-size: 14px; background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee)); background: -moz-linear-gradient(#FFFFFF, #eee); background: -ms-linear-gradient(#FFFFFF, #eee); background: -o-linear-gradient(#FFFFFF, #eee); background: linear-gradient(#FFFFFF, #eee);}
.Showms .BUT a:hover { color: #c00; border: 1px solid #aaa; text-decoration: none;}
.departmentSearch .searchBox { height: 60px; width: 100%;}
.departmentSearch .searchBox .hd { height: 36px; line-height: 36px; padding: 12px 0 12px 59px; float: left; font-size: 16px; color: #333; background: url(/content/main/petitionletter/img/petition-icons.png) 19px -151px no-repeat;}
.departmentSearch .searchBox .bd { height: 36px; width: 395px; float: right; padding: 12px 0px 0px 0px;}
.departmentSearch .searchBox .keyword { width: 200px; height: 24px; line-height: 24px; font-size: 14px; padding: 5px 0px 5px 15px; background: #fff; border: 1px solid #ccc; border-right: none; outline: none; float: left;}
.departmentSearch .searchBox .searchsubmit { width: 84px; height: 36px; line-height: 36px; font-size: 16px; color: #fff; text-align: center; background: #458adf; border: none; float: left; font-weight: bold;}
.departmentSearch { overflow: hidden; margin-bottom: 10px;}
.departments { height: 36px; width: 100px; line-height: 32px; border: 1px solid #ddd; font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none; float: left; margin-right: 5px;}

/*教育平台*/
.platformList { border-top: 1px solid #ddd; border-left: 1px solid #ddd; overflow: hidden; margin-left: -1px; margin-top: 20px; background: #f9f9f9}
.platformList li { float: left; width: 20%; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-left: -1px;; text-align: center; padding: 40px 0 0; height: 150px;}
.platformList li .title { line-height: 50px; font-size: 16px;}
.platformList li .pic img { -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; transition: 200ms;}
.platformList li .pic:hover img { transform: scale(-1.2, 1.2);}

/*点赞与收藏*/
.likes-group { overflow: hidden; text-align: center; margin-bottom: 50px; height: 110px;}
.likes-group li { width: 60px; border-radius: 30px; height: 60px; background: #f0f0f0; display: inline-block;}
.likes-group a { font-size: 12px; padding-top: 28px; display: inline-block; transition: 0ms;}
.likes-group .Likes { background: url(../../base/img/btnicon.png) no-repeat 4px -103px;}
.likes-group .Collection { background: url(../../base/img/btnicon.png) no-repeat 4px -45px;}
.likes-group .addLikes { background: url(../../base/img/btnicon.png) no-repeat 10px -346px;}
.likes-group .addCollection { background: url(../../base/img/btnicon.png) no-repeat 15px -288px;}

/* 人才招聘 */
.recruitHomePage .pageBanner{height:300px; background:url(../../base/img/recruitbanner.jpg) 50% 0px no-repeat}
.recruitLinks .pic{margin-bottom:20px;}
.recruitLinks .pic img{width:100%; height:auto;}
.recruitLinks .links{overflow:hidden; display:block; margin-right:-27px;}
.recruitLinks .links li{width:280px; float:left; margin-right:26px;}
.recruitLinks .links li a{display:block; height:130px; background:url(../../base/img/recruit-btn-1.png) 0px 0px no-repeat; text-align:center; color:#fff; padding-top:50px;}
.recruitLinks .links li a .cn{display:block; font-size:24px; height:38px; line-height:38px; margin-bottom:10px; }
.recruitLinks .links li a .en{font-size:16px; line-height:26px; }
.recruitLinks .links li.li2 a{background-image:url(../../base/img/recruit-btn-2.png)}
.recruitLinks .links li.li3 a{background-image:url(../../base/img/recruit-btn-3.png)}
.recruitLinks .links li.li4 a{background-image:url(../../base/img/recruit-btn-4.png)}

.ng-cloak { display: none; }

/* 自定义表单 */
.fs-searchBar #formSearch{background: var(--main-color); border-color: var(--main-color);}
.fs-searchBar #formSearch:hover{background: #0773c2; border-color: #0773c2;}
#fuzzysearch_result_tbody .resultdetail_a:not(.resultdetail_a_visited){background-color:var(--main-color)}
#fuzzysearch_result_tbody .resultdetail_a:hover{background-color:#0773c2}
.customFormBox .hd h3 { border-bottom-color: var(--main-color); color: var(--main-color);  }
.customFormBox .hd h3 a { color: var(--main-color); }
.customFormBox .hd .on { border-bottom-color: var(--main-color); }
.customFormBox .hd .on a { color: var(--main-color); }



/*师资队伍-首页-搜索*/
#sideSearch{
    margin:0 auto 20px;
}
#sideSearch .hd{
    display: none;
}
#sideSearch .bd{
    margin:0 auto;
    text-align: center;
}
#sideSearch .bd ul{
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
}
#sideSearch li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#sideSearch li .keyword{
    flex: 1;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    outline: none;
}
#sideSearch li #keywordsearch{
    background: var(--main-color);
    border: none;
    line-height: 30px;
    padding: 6px 15px;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
#sideSearch li:nth-child(1){
    display: none;
}

/*师资队伍-首页*/
.box-leader{
    position: relative;
    padding-bottom: 20px;
}
.box-leader .tip{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    margin-left: 6px;
    font-size: 16px;
    font-weight: normal;
    color:#666;
    line-height: 36px;
}
.box-leader .hd{
    padding-bottom: 10px;
    line-height: 2;
    font-size: 18px;
    color: #950341;
    border-bottom: 1px solid #eaeaea;
}
.box-leader .hd a{
    color: #950341;
}
.box-leader .bd{
    padding: 10px 0 0;
}

.leader-title-list{
    display:flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.leader-title-list li{
    width: 32%;
    line-height: 1.8;
    margin: 6px 0;
}

.leader-title-list li.name{
    width: 100%;
    margin:6px 0 15px;
    font-size: 17px;
    font-weight: bold;
    color:#BEAC6D;
}
.leader-title-list li.name .gray{
	margin-left: 6px;
    font-weight: normal;
    color:gray;
}
#jszgmlList li.name{
    display: none;
}

@media (min-width: 992px) {
    .box-leader{
        display: flex;
        flex-flow: nowrap;
        padding: 20px 0;
        border-bottom: 1px solid #e0e0e0;
    }
    .box-leader .tip{
        display: block;
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        top: 10px;
        font-size: 18px;
        margin: 0 auto;
    }
    .box-leader .hd{
        width: 140px;
        padding: 6px 40px 6px 0;
        font-size: 16px;
        line-height: 1.8;
        border: 0;
    }
    .box-leader .bd{
        flex: 1;
        padding: 0;
    }
    .leader-title-list li{
    	width: 20%;
    }
}
@media (min-width: 1400px) {
    .leader-title-list li{
    	width: 16.5%;
    }
}