﻿@charset "utf-8";
/* ==========================================================================
   文章-列表页
========================================================================== */
.page-info-list {
    padding-top: 20px;
}
.page-info-list li {
    overflow: hidden;
    padding: 25px 0;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
}
.page-info-list li.noData{
    border-bottom: 0;
    color: #666;
}
.page-info-list li,
.page-info-list li a{
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.page-info-list li a::before {
    font-family: "iconfont";
    content: "\e61d";
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
}
.page-info-list .date {
    float: right;
    color: #999;
    margin: 0 10px 0 15px;
}
.page-info-list .node {
    color: #999;
    margin-right: 10px;
}
.page-info-list em {
    color: #f20;
}
.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;
}
.page-info-list li:hover a,
.page-info-list li:hover a::before{
    font-weight: bold;
    color: var(--color-active);
}
.page-info-list li:hover{
    border-bottom-color: var(--color-active);
}

/* ==========================================================================
   文章-列表页-图文式
========================================================================== */
.page-pic-intro-list{
    padding-top: 70px;
    overflow: hidden;
}
.page-pic-intro-list li{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.page-pic-intro-list li,
.page-pic-intro-list li a{
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.page-pic-intro-list li .pic{
    width: auto;
    max-width: 300px;
    float: left;
    margin-right: 30px;
}
.page-pic-intro-list li .pic img{
    width: 300px;
    height: auto;
}
.page-pic-intro-list li .con{
    padding-top: 20px;
    overflow: hidden;
}
.page-pic-intro-list li .tit{
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
}
.page-pic-intro-list li .intro{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.page-pic-intro-list li .date{
    display: block;
    font-size: 14px;
    color: #666;
}
.page-pic-intro-list li .date::before{
    font-family: "iconfont";
    content: "\e854";
    margin-right: 6px;
    font-size: 16px;
}
.page-pic-intro-list li:hover{
    border-bottom-color: var(--color-active);
}
.page-pic-intro-list li:hover .tit{
    font-weight: bold;
    color: var(--color-active);
}

/* ==========================================================================
   文章-列表页-图片式
========================================================================== */
.page-pic-list{
    padding-top: 50px;
    margin-left: -50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.page-pic-list li{
    margin-bottom: 40px;
    margin-left: 50px;
    width: calc(100% / 3 - 50px);
}
.page-pic-list li .pic{
    overflow: hidden;
}
.page-pic-list li .pic img{
    width: 100%;
    height: auto;
}
.page-pic-list li .title{
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
    font-size: 20px;
}
.page-pic-list li .tit{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-pic-list li:hover .tit{
    font-weight: bold;
    color: var(--color-active);
}

/* ==========================================================================
   文章-列表页-图片式-领导式
========================================================================== */
.page-leader-list{
    padding-top: 50px;
    margin-left: -20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.page-leader-list li{
    margin-bottom: 40px;
    margin-left: 20px;
    width: calc(100% / 3 - 20px);
}
.page-leader-list li .pic{
    overflow: hidden;
}
.page-leader-list li .pic img{
    width: 100%;
    height: auto;
}
.page-leader-list li .title{
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
    font-size: 18px;
}
.page-leader-list li .tit{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-leader-list li:hover .tit{
    font-weight: bold;
    color: var(--color-active);
}

@media (min-width: 1440px) {
    .page-leader-list li{
        width: calc(100% / 4 - 20px);
    }
}

/* ==========================================================================
   友情链接列表页
========================================================================== */
.friendLinkList {
    overflow: hidden;
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 0 20px;
}
.friendLinkList li {
    width: calc(100% / 3 - 10px);
    overflow: hidden;
    font-size: 18px;
    line-height: 2;
    padding: 16px 0;
}
.friendLinkList li a{
    display: block;
}
.friendLinkList li a::before {
    margin-right: 6px;
    font-family: "iconfont";
    content: "\e61d";
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
}
.friendLinkList li a:hover,
.friendLinkList li a:hover::before{
    font-weight: bold;
    color: var(--color-active);
}

/* ==========================================================================
   栏目-学校专题
========================================================================== */
.special-pic-list{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.special-pic-list li{
    width:calc(100% / 4 - 20px);
    margin-bottom: 20px;
}
.special-pic-list li .tit{
    display: none;
}
.special-pic-list li .pic{
    display: block;
}
.special-pic-list li .pic img{
    display: block;
    width: 100%;
    height: auto;
}

/* ==========================================================================
   栏目-专题专栏
========================================================================== */
.special-title-list{
    padding-top: 50px;
    overflow: hidden;
    margin-left: -20px;
}
.special-title-list li{
    width: auto;
    float: left;
    margin: 0 0 20px 20px;
}
.special-title-list li a{
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 18px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #245BA3;
}
.special-title-list li a::before{
    font-family: "iconfont";
    font-weight: normal;
    margin-right: 6px;
    content: "\e689";
}
.special-title-list li a:hover{
    background-color: var(--color-active);
}


/* ==========================================================================
   栏目-学校简介
========================================================================== */
/* 学校简介-图文介绍1 */
.page-about-list{
    padding-top: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.page-about-list .pic{
    width: 768px;
    max-width: 46%;
    margin-left: 40px;
    position: relative;
    z-index: 1;
    padding: 0 50px 50px 0;
}
.page-about-list .pic img{
    display: block;
    width: 100% !important;
    height: auto !important;
}
.page-about-list .pic::after{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    content: "";
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    float: left;
    overflow: hidden;
    background: linear-gradient(135deg, var(--color-linear-one) 0%, var(--color-linear-one) 10%, var(--color-linear-two) 100%);
}
.page-about-list .con{
    flex: 1;
    overflow: hidden;
}
.page-about-list .title{
    margin-bottom: 20px;
    padding-left: 80px;
    font-size: 40px;
    height: 113px;
    line-height: 113px;
    background:  url(../../base/img/page-about-icon.png) left center no-repeat;
}
.page-about-list .intro{
    font-size: 20px;
    line-height: 50px;
}

@media (min-width: 1440px) {
    .page-about-list .title{
        font-size: 48px;
    }
}


/* 学校简介-图文介绍2 */
#layout-about{
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
}
#layout-about::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 502px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--color-linear-one) 0%, var(--color-linear-one) 30%, var(--color-linear-two) 100%);
}
#layout-about .intro{
    font-size: 20px;
    line-height: 50px;
}
#layout-about .intro p{
    text-align: justify;
}
#layout-about .color-white{
    color: white;
}
#layout-about .pic{
    padding-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
#layout-about .pic img{
    width: 100% !important;
    height: auto !important;
}
@media (min-width: 1360px) {
    #layout-about::before{
        height: 471px;
    }
}
@media (min-width: 1440px) {
    #layout-about::before{
        height: 484px;
    }
}
@media (min-width: 1680px) {
    #layout-about::before{
        height: 516px;
    }
}

/* 数字介绍 */
#layout-ssbz{
    padding-top: 100px;
    margin-bottom: 70px;
    background:  url(../../base/img/ind-bg-6-1.jpg) center top no-repeat;
}
.box-about-info{
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-center-pic{
    position: relative;
    z-index: 2;
    width: 400px;
    height: 400px;
    padding: 49px;
    background:  url(../../base/img/ind-about-circle.png) center center no-repeat;
}
.about-center-pic::after,
.about-center-pic::before,
.about-center-pic .pic::after,
.about-center-pic .pic::before{
    content: "";
    position: absolute;
}
.about-center-pic::before{
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:  url(../../base/img/ind-about-circle-3.png) center center no-repeat;
}
.about-center-pic::after{
    z-index: 0;
    width: 418px;
    height: 418px;
    float: left;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    margin: 0 auto;
    overflow: hidden;
    background:  url(../../base/img/ind-about-circle-2.png) center center no-repeat;
}
.about-center-pic .pic{
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 50%;
}
.about-center-pic .pic::before{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:  url(../../base/img/ind-about-circle-1.png) center center no-repeat;
}

 /* 定义缩放动画 */
 @keyframes enlargeAndShrink {
    0% {
        left: 125px;
        top: 125px;
        width: 150px;
        height: 150px;
    }
    50% {
        width: 200px;
        left: 100px;
        top: 100px;
        height: 200px;
    }
    100% {
        left: 125px;
        top: 125px;
        width: 150px;
        height: 150px;
    }
}

.about-center-pic .pic::after{
    left: 125px;
    top: 125px;
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
    background: url(../../base/img/ind-about-logo.png) center center no-repeat,
                radial-gradient(circle,rgba(46, 115, 206, 0.8), rgba(93, 184, 246, 0.8));
    border-radius: 50%;
    animation: enlargeAndShrink 6s ease-in-out infinite;
}

/* 定义旋转动画 */
@keyframes rotateLeftRight {
    0% {
        transform: rotate(-90deg); /* 初始状态不旋转 */
    }
    50% {
        transform: rotate(90deg); /* 向右旋转 180 度 */
    }
    100% {
        transform: rotate(-90deg); /* 再向左旋转 180 度，恢复原位 */
    }
}
.about-center-pic::after,
.about-center-pic::before,
.about-center-pic .pic::before{
    animation: rotateLeftRight 6s ease-in-out infinite; /* 2s 完成一次旋转，循环播放 */
}
.about-center-pic .line{
    position: absolute;
    z-index: 1;
    float: left;
    overflow: hidden;
    width: 168px;
    height: 54px;
}
.about-center-pic .line-1{
    top: 138px;
    left: -160px;
    background:  url(../../base/img/ind-about-line-1.png) right top no-repeat;
}
.about-center-pic .line-2{
    left: -160px;
    top: 296px;
    background:  url(../../base/img/ind-about-line-2.png) right top no-repeat;
}
.about-center-pic .line-3{
    right: -160px;
    top: 138px;
    width: 169px;
    height: 55px;
    background:  url(../../base/img/ind-about-line-3.png) left top no-repeat;
}
.about-center-pic .line-4{
    right: -160px;
    top: 296px;
    width: 169px;
    height: 55px;
    background:  url(../../base/img/ind-about-line-4.png) left top no-repeat;
}
.about-list li{
    position: absolute;
    z-index: 3;
    width: 165px;
    overflow: hidden;
    text-align: right;
}
.about-list li .number{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: var(--color-active);
}
.about-list li .number .num{
    font-size: 36px;
}
.about-list li .info{
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}
.about-list li.li1,
.about-list li.li3{
    right: 50%;
    margin-right: 430px;
}
.about-list li.li2,
.about-list li.li4{
    left: 50%;
    margin-left: 430px;
    text-align: left;
}

.about-list li.li1,
.about-list li.li2{
    top: 100px;
}
.about-list li.li3,
.about-list li.li4{
    bottom: 80px;
}

@media (min-width: 1360px) {
    .about-list li{
        width: 220px;
    }
}

/* ==========================================================================
   栏目-组织机构
========================================================================== */
.page-dept{
    padding-top: 40px;
    background:  url(../../base/img/page-dept-bg.png) center 60px no-repeat;
}

.dept-list{
    overflow: hidden;
}
.dept-list li{
    width: auto;
    min-width: calc(100% / 3 - 15px);
    float: left;
    padding-top: 18px;
    margin: 0 0 18px 15px;
}
.dept-list li a{
    display: block;
    padding-left: 36px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background:  url(../../base/img/page-dept-icon.png) left center no-repeat;
}
.dept-list li a:hover{
    color: var(--color-active);
    background-image: url(../../base/img/page-dept-icon-hover.png);
}

@media (min-width: 1360px) {
	.dept-list li{
        min-width: calc(100% / 4 - 15px);
        margin: 0 0 18px 15px;
    }
}
@media (min-width: 1680px) {
    .dept-list li{
        min-width: calc(100% / 5 - 20px);
        margin: 0 0 18px 20px;
    }
}

.box-dept{
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.box-dept .hd strong{
    position: relative;
    z-index: 1;
    display: flex;
    height: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: white;
}
.box-dept .hd strong::after,
.box-dept .hd strong::before{
    content: "";
}
.box-dept .hd strong::before{
    width: 100px;
    height: 100px;
    margin-bottom: 22px;
    background:  url(../../base/img/page-dept-dotted.png) center center no-repeat;
}
.box-dept .hd strong::after{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    float: left;
    margin-top: -50px;
    margin-left: -24px;
    background:  url(../../base/img/page-dept-hd-icon.png) left top no-repeat;
}
.box-dept.node-jxdw1 .hd strong::after{
    background-position: center -88px;
}
.box-dept.node-jfbm .hd strong::after{
    background-position: center -176px;
}
.box-dept .bd{
    flex: 1;
    box-sizing: border-box;
}

/* 党政部门 */
.node-dzbm1{
    padding-top: 100px;
    background: url(../../base/img/page-dept-1.png) left bottom no-repeat,
                linear-gradient(135deg, var(--color-linear-one) 0%, var(--color-linear-one) 30%, var(--color-linear-two) 100%);
}
.node-dzbm1 .hd{
    width: 200px;
    min-width: 200px;
}
.node-dzbm1 .bd{
    min-height: 290px;
    padding: 52px 20px 0;
    background:white  url(../../base/img/page-dept-bg.png) -200px -100px no-repeat;
}
/* 教学单位 */
.node-jxdw1{
    padding: 50px 0 90px;
}
.node-jxdw1 .hd{
    position: relative;
    display: flex;
    align-items: flex-end;
    order: 2;
}
.node-jxdw1 .hd::after,
.node-jxdw1 .hd::before{
    content: "";
}
.node-jxdw1 .hd::after{
    width: 280px;
    height: 417px;
    background:  url(../../base/img/page-dept-2-1.jpg) left top no-repeat;
}
.node-jxdw1 .hd::before{
    position: absolute;
    z-index: -1;
    left: 140px;
    bottom: 0;
    height: 300px;
    width: 100%;
    width: calc(100% - 140px + (100vw - var(--page-width)) / 2);
    float: left;
    background: rgba(46, 115, 206, 0.1);
}
.node-jxdw1 .hd strong{
    width: 280px;
    height: 220px;
    background: url(../../base/img/page-dept-2.png) left bottom no-repeat,
                linear-gradient(135deg, var(--color-linear-one) 0%, var(--color-linear-one) 30%, var(--color-linear-two) 100%);
}
.node-jxdw1 .bd{
    display: flex;
    align-items: center;
}
.node-jxdw1  .dept-list{
    margin: 0 90px 0 100px;
}
.node-jxdw1  .dept-list li{
    width: calc(100% / 2 - 20px);
}

/* 教辅部门 */
.node-jfbm{
    margin-bottom: 60px;
}
.node-jfbm,
.node-jfbm .hd strong{
    height: 240px;
}
.node-jfbm::before{
    position: absolute;
    z-index: -1;
    left: 50px;
    top: 30px;
    content: "";
    width: calc(100% - 50px);
    height: 100%;
    overflow: hidden;
    float: left;
    background: rgba(46, 115, 206, 0.1);
}
.node-jfbm .hd{
    width: 200px;
    background: url(../../base/img/page-dept-3.png) left bottom no-repeat,
                linear-gradient(135deg, var(--color-linear-one) 0%, var(--color-linear-one) 30%, var(--color-linear-two) 100%);
}
.node-jfbm .bd{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 50px;
}
.node-jfbm .bd .dept-list{
    width: 100%;
}

/* 文章内容页 -----------------------------------------*/
.articleCon {padding: 70px 0 20px;}
.printArea .title {font-size: 32px;padding: 0;line-height: 1.5;text-align: center;margin-bottom: 20px;word-wrap: break-word;color: #333;}
.printArea .subTitle,
.printArea .subheading { font-size: 16px; color: #777; text-align: center; margin-bottom: 20px;}
.printArea .property {font-size: 16px;margin-bottom: 20px;text-align: center;color: #666;}
.printArea .property span { padding: 0 5px;}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 18px; line-height: 2.1; text-align: left; padding: 20px 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt * { font-family: "Microsoft YaHei" !important; }
.printArea .conTxt p { padding:0px; line-height: 2.1;  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; margin: 0 auto;}
.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: 16px;border-bottom: 1px solid #e1e1e1;overflow: hidden;text-align: left;margin-bottom: 20px;padding: 0 0 10px;line-height: 40px;}
.articleCon .userControl .dyBtn {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;font-size: 16px;}
.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;}

/* 信息提示页 */
.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(--color-main); border-color: var(--color-main);}
.fs-searchBar #formSearch:hover{background: var(--color-active); border-color: var(--color-active);}
#fuzzysearch_result_tbody .resultdetail_a:not(.resultdetail_a_visited){background-color:var(--color-main)}
#fuzzysearch_result_tbody .resultdetail_a:hover{background-color:var(--color-active)}
.customFormBox .hd h3 { border-bottom-color: var(--color-main); color: var(--color-main);  }
.customFormBox .hd h3 a { color: var(--color-main); }
.customFormBox .hd .on { border-bottom-color: var(--color-main); }
.customFormBox .hd .on a { color: var(--color-main); }

/* ==========================================================================
   领导-列表页
========================================================================== */
.leader-pic-intro-list{
    margin-top: -50px;
    margin-bottom: 50px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.leader-pic-intro-list li{
    margin-top: 100px;
    width: calc(100% / 2 - 50px);
}
.leader-pic-intro-list li .pic{
    width: auto;
    float: left;
    margin-right: 30px;
}
.leader-pic-intro-list li .con{
    overflow: hidden;
}
.leader-pic-intro-list li .title{
    padding-top: 5px;
    margin-bottom: 10px;
}
.leader-pic-intro-list li .tit{
    display: block;
    font-size: 24px;
    line-height: 2;
}
.leader-pic-intro-list li .intro{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

/* ==========================================================================
   领导-内容页
========================================================================== */
.leader-detail{
    overflow: hidden;
    padding-top: 50px;
}
.leader-detail .pic-info{
    width: auto;
    float: left;
    margin-right: 50px;
    text-align: center;
}
.leader-detail .pic-info .pic{
	max-width: 300px;
    overflow: hidden;
    margin-bottom: 60px;
}
.leader-detail .pic-info .pic img{
	width: 100%;
    height: auto;
}
.leader-detail .pic-info .title{
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
.leader-detail .pic-info .job{
    line-height: 2;
    font-size: 16px;
    color: #666;
}
.leader-detail .con{
    overflow: hidden;
    padding: 15px 0 0;
}
.leader-detail .leader-info{
    margin-bottom: 50px;
}
.leader-detail .leader-info .hd{
    border-bottom: 1px solid #ccc;
}
.leader-detail .leader-info .hd strong{
    display: inline-block;
    margin-bottom: -1px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 18px;
    font-size: 24px;
    font-weight: bold;
    color: var(--color-main);
    border-bottom: 2px solid var(--color-main);
}
.leader-detail .leader-info .bd{
    padding: 18px 0 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 2.1;
}