body {
    min-width: 1200px
}

:is(.bg-default,.cFkwnJsah) {
    background: #f4f4f4;
}

:is(.bgc1,.cAnGAyAWu) {
    background: #5ea198
}

:is(.bgc2,.cUwdjncwm) {
    background: #406ab7
}

:is(.bgc3,.cqUvtAtAy) {
    background: #fcad60
}

:is(.bgc4,.cegsKbtUy) {
    background: #fc6b5d
}

:is(.text-primary,.cQBxMgjbI) {
    color: #b51d09 !important
}

:is(.text-grey,.csFpAJzbB) {
    color: #8a8a8a !important
}

:is(.text-center,.croQvtcnw) {
    text-align: center
}

.container {
    margin: 0 auto;
    width: 1200px
}

.container-lg {
    margin: 0 auto;
    width: 1280px
}

.container-avg {
    margin: 0 auto;
    width: 1220px
}

:is(.mb20,.ceugAKPzx) {
    margin-bottom: 20px
}

 
/* -------- 头部 -------- */
:is(.header-fixed,.cORmRJvjv) {
    position: fixed;
    z-index: 9999;
}

.header {
    background: url(/statics/znzz/assets/images/headerbar.png)repeat #7c0a12;
    height: 170px;
}

:is(.logo,.codRjKGzD) {
    width: 670px;
    overflow: hidden;
    height: 65px;
    line-height: 60px;
    margin-top: 12px;
  	margin-left: 35px;
}



/* -------- 导航-------- */

.menu {
    width: 1160px;
    padding-left: 20px
}

.menu li {
    line-height: 89px;
    position: relative;
    text-align: center
}

.menu :is(.top-level,.cgvlDuAhu) {
    display: inline-block;
    position: relative;
    color: #fff
}

.menu :is(.top-level,.cgvlDuAhu)::after {
    content: '';
    background: #ffc100;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    transition:all 1s ease;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
}

.menu :is(.top-level,.cgvlDuAhu):hover,
.menu :is(.active,.czNQuNpaD) {
    color: #ffc100
}

.menu :is(.top-level,.cgvlDuAhu):hover::after,
.menu :is(.active,.czNQuNpaD)::after {
    width: 100%
}

.menu :is(.sub-menu,.cOZygHsIS) {
    background: #b51d09;
    width: 140%;
    left: -20%;
    display: none;
    position: absolute;
    z-index: 999;
    font-size: 14px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .4)
}

.menu :is(.sub-menu,.cOZygHsIS) a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #bf3f0a;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.menu :is(.sub-menu,.cOZygHsIS) li:last-child a {
    border: none
}

.menu :is(.sub-menu,.cOZygHsIS) a:hover {
    color: #ffc100;
    background: #7c0a12;
}

/* -------- 搜索 -------- */

:is(.search,.cTGAxOcxf) {
    /*float: left;*/
    /*width: 40px;*/
    /*height: 90px;*/
    /*position: relative;*/
  	bottom: 85px;
    left: 95%;
}

.search-btn {
    background: url(/statics/znzz/assets/images/search-icon.png) no-repeat center;
    display: block;
    height: 100%;
    width: 100%
}

.search-btn:hover {
    background: url(/statics/znzz/assets/images/search-icon-hover.png) no-repeat center
}

.search-form {
    position: absolute;
    width: 250px;
    padding: 20px;
    background: #fff;
    z-index: 999;
    display: none;
    bottom: -70px;
    right: 0;
    box-shadow:  5px 10px 20px rgba(0, 0, 0, .4);
 
}

:is(.web-form-group,.cPwGbwDGc) {
    position: relative
}

:is(.web-form-group,.cPwGbwDGc) :is(.btn,.cwgjuXyBc) {
    position: absolute;
    right: 0;
    top: 0
}

/* -------- 轮播 -------- */
:is(.banner-content,.cUJNfUqvb) {
    position: relative;
    height: 600px;
    background: #e8e8e8
}

:is(.banner,.cXPSOvnEs) {
    width: 100%;
    height: 600px;
    background: #e8e8e8
}

:is(.banner-item,.coXPsxscQ) {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.banner-left,
.banner-right {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 9;
    opacity: 0
}

.banner-left {
    background: url(/statics/znzz/assets/images/prev-white.png) no-repeat center rgba(0, 0, 0, .02);
    left: 24px
}

.banner-right {
    background: url(/statics/znzz/assets/images/next-white.png) no-repeat center rgba(0, 0, 0, .02);
    right: 24px
}

.banner-left:hover,
.banner-right:hover {
    background-color: #b51d09;
    border-color: #b51d09
}

:is(.banner,.cXPSOvnEs):hover .banner-right,:is(
.banner,
.cXPSOvnEs):hover .banner-left {
    opacity: 1;
    transition: all .5s
}

:is(.banner-pagination,.cGyBeMYxs) {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 60px;
    width: 100%
}

:is(.banner,.cXPSOvnEs) .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 4px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer
}

:is(.banner,.cXPSOvnEs) .swiper-active-switch {
    background: #b51d09
}

/* -------- 通知公告 -------- */

:is(.latest-news,.cjBALPnOZ) {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, .1);
    position: absolute;
    height: 120px;
    bottom: -60px;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
    border-top: 4px solid #b51d09;
    opacity: .98
}

:is(.latest-content,.cDuIPUrTB) {
    position: relative;
    overflow: hidden;
    height: 76px
}

:is(.latest-news,.cjBALPnOZ) :is(.flt,.cjKbmEkCE) {
    color: #b51d09;
    font-weight: bold;
    float: left;
    width: 110px;
    line-height: 1.28;
    text-align: center
}

:is(.latest-news,.cjBALPnOZ) :is(.flt,.cjKbmEkCE) span {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 34px;
}

:is(.latest-news,.cjBALPnOZ) ul {
    float: left;
    width: 900px;
    padding-left: 10px;
    z-index: 99;
    overflow: hidden;
    position: relative
}

:is(.latest-news,.cjBALPnOZ) li span {
    position: absolute;
    right: 0px;
    color: #8a8a8a
}

:is(.latest-news,.cjBALPnOZ) ul li {
    overflow: hidden;
    line-height: 26px;
    height: 26px;
    background: url(/statics/znzz/assets/images/inner-list-icon.png) no-repeat left center;
    padding-left: 20px
}

:is(.latest-news-more,.cOWOooHNM) {
    float: right;
    width: 150px;
    overflow: hidden;
    text-align: right;
    line-height: 76px
}

/* -------- 首页标题 -------- */

:is(.title,.cFXnFXbmN) {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

:is(.title,.cFXnFXbmN) :is(.t,.cGoaZNtsu) {
    font-weight: bold;
    font-size: 30px;
  	color:#b51d09;
}

:is(.title,.cFXnFXbmN) :is(.info,.cotquhVeJ) {
    color: #8a8a8a;
    font-family: 'Arial Narrow Bold', sans-serif;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

:is(.title,.cFXnFXbmN) :is(.info,.cotquhVeJ)::before {
    content: "";
    background: #8a8a8a;
    width: 1px;
    height: 16px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -8px
}

/* -------- 学院动态 -------- */

:is(.dynamic-content,.cfvYRIuTr) {
    padding: 120px 0 50px;
    overflow: hidden;
    background:#f4f4f4;
    background-size: cover;
    background-attachment: fixed
}

:is(.dynamic-item,.cIoVFoilw) {
    overflow: hidden;
    padding: 10px
}

:is(.dynamic-item-main,.ckbxxYrpd) {
    overflow: hidden;
    background: #fff
}

:is(.dynamic-img,.cCjjqVPtB) {
    background: #e8e8e8;
    overflow: hidden;
    height: 180px;
    position: relative;
    display: block
}

:is(.dynamic-img,.cCjjqVPtB) img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

:is(.dynamic-img,.cCjjqVPtB) img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

:is(.dynamic-info,.crxRvbaGX) {
    padding: 20px;
    height: 120px;
    overflow: hidden;
    display: block
}

:is(.dynamic-info,.crxRvbaGX) h3 {
    font-size: 16px;
    margin-bottom: 10px
}

:is(.dynamic-info,.crxRvbaGX) p {
    color: #8a8a8a;
    padding-left: 20px;
    background: url(/statics/znzz/assets/images/time.png) left center no-repeat
}

:is(.time,.cQleYbKoj) {
    color: #8a8a8a;
    padding-left: 20px;
    background: url(/statics/znzz/assets/images/time.png) left center no-repeat
}

:is(.dynamic-info,.crxRvbaGX):hover {
    background-color: #b51d09;
    color: #fff
}

:is(.dynamic-info,.crxRvbaGX):hover p {
    background-image: url(/statics/znzz/assets/images/time-hover.png);
    color: #fff
}

.dynamic-left {
    right: 114px;
    top: 0
}

.dynamic-right {
    right: 10px;
    top: 0
}

:is(.dynamic,.cBMQWVjWk) :is(.more,.cLFlDcZFh) {
    position: absolute;
    top: 0;
    right: 51px;
    line-height: 20px;
    height: 36px
}

/* -------- 学术科研 -------- */

:is(.academic-content,.cPtHcTwOE) {
    overflow: hidden;
    padding: 60px 0;
    /*background: url(/statics/znzz/assets/images/iacademic-bg.jpg) no-repeat center top;*/
  background-color: #f4f4f4;
    background-size: cover
}

:is(.academic,.cqayWDbgZ) {
    padding-bottom: 70px
}

:is(.academic-item,.cxGUBTgLI) {
    overflow: hidden;
    padding: 10px;
    width: 285px;
}

:is(.academic-item-main,.chOXAXpec) {
    overflow: hidden;
    background: #fff;
    position: relative
}

:is(.academic-img,.cYvkCkpsr) {
    background: #e8e8e8;
    overflow: hidden;
    height: 300px;
    position: relative;
    display: block
}

:is(.academic-img,.cYvkCkpsr) img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

:is(.academic-img,.cYvkCkpsr) img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

:is(.academic-info,.cYUwbWZsq) {
    padding: 20px;
    height: 60px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    color: #fff
}

:is(.academic-info,.cYUwbWZsq) h3 {
    font-size: 16px
}

:is(.academic-info,.cYUwbWZsq) p {
    padding-left: 20px;
    background: url(/statics/znzz/assets/images/time-hover.png) left center no-repeat;
    opacity: 0
}

:is(.academic-info,.cYUwbWZsq):hover {
    background-color: #b51d09;
    color: #fff;
    height: 100px
}

:is(.academic-info,.cYUwbWZsq):hover p {
    opacity: 1;
    margin-top: 10px
}

.academic-left {
    bottom: 0;
    left: 50%;
    margin-left: -73px
}

.academic-right {
    bottom: 0;
    left: 50%;
    margin-left: 36px
}

:is(.academic,.cqayWDbgZ) :is(.more,.cLFlDcZFh) {
    position: absolute;
    left: 50%;
    margin-left: -29px;
    bottom: 0;
    height: 36px;
    line-height: 20px
}

/* -------- 快速通道+招生信息+视频 -------- */

:is(.express,.cyGAGlLAE) {
    padding: 60px 0 30px;
    overflow: hidden;
    background-color: #f4f4f4;
    height: 425px;

}

/* -------- 快速通道 -------- */
:is(.express-fl,.cxcoSothz) {
    overflow: hidden;
    width: 310px;
    float: left;
    padding: 0 10px;
    height: 578px;
}

:is(.express-fl,.cxcoSothz) ul {
    padding-top: 10px;
}

:is(.express-fl-item,.cPaxZkpYZ) {
    overflow: hidden;
    height: 240px;
    position: relative;
}

:is(.express-fl-item-img,.cABmTCuIv) {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

:is(.express-fl-item-img,.cABmTCuIv) img {
    width: 100%;
    height: 100%
}

:is(.express-fl-item-info,.cBKCFSPzC) {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: 99;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}

:is(.express-fl-item-info,.cBKCFSPzC):hover {
    opacity: 1
}

:is(.express-fl-item-info,.cBKCFSPzC):hover h3 {
    padding-top: 80px
}


:is(.express-fl-item-info,.cBKCFSPzC) h3 {
    color: #fff;
    font-size: 24px;
    padding: 100px 40px 10px;
    position: relative;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}


:is(.express-fl-item-info,.cBKCFSPzC) h3::after {
    content: '';
    width: 40px;
    left: 40px;
    bottom: 0px;
    height: 4px;
    background: #fff;
    position: absolute
}

:is(.express-fl-item-info,.cBKCFSPzC) p {
    color: #fff;
    padding: 10px 40px 0px;
    position: relative
}

/* -------- 招生信息 -------- */

:is(.express-center,.cFQOAcPGs) {
    width: 610px;
    float: left;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    height: 290px;

}

.express-center-content {
    overflow: hidden;
    background: url(/statics/znzz/assets/images/express-center-bg.jpg) no-repeat center #fc6b5d;
    background-size: cover;
    padding: 20px;
    height: 200px;
    margin-top: 30px;
}

:is(.express-center-list-top,.cEPGsoFAm) {
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: 0 0 10px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .04);
    background: url(/statics/znzz/assets/images/express-center-top-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative
}

:is(.express-center-list-top-fl,.cELoMKrLA) {
    position: absolute;
    width: 100px;
    height: 80px;
    text-align: center;
    background: #f37b1d;
    left: 0;
    top: 0
}

:is(.express-center-list-top-fl,.cELoMKrLA) :is(.date,.cvAGSmMAA) {
    color: #fff;
    font-size: 24px;
    margin-top: 10px
}

:is(.express-center-list-top-fl,.cELoMKrLA) :is(.year,.ckbtwQaKa) {
    font-size: 12px;
    color: #fff
}

:is(.express-center-list-top-fr,.cDOWnArtt) {
    line-height: 80px;
    font-size: 16px;
    padding-left: 120px;
    display: block;
    color: #fff
}

:is(.express-center-list-top-fr,.cDOWnArtt):hover {
    background: url(/statics/znzz/assets/images/express-center-top-bg.jpg) no-repeat center right;
    color: #fff
}

:is(.express-center-lst,.cTzmYVZal) li {
    padding: 10px;
    position: relative;
    color: #fff;
}

:is(.express-center-lst,.cTzmYVZal) li::before {
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #fff;
    content: "";
    top: 50%;
    border-radius: 4px;
    margin-top: -4px
}

:is(.express-center-lst,.cTzmYVZal) li a {
    color: #fff;
    font-size: 16px
}

:is(.express-center-lst,.cTzmYVZal) li a:hover {
    color: #ffc100
}

:is(.express-center-lst,.cTzmYVZal) li span {
    position: absolute;
    right: 0
}

:is(.express-center,.cFQOAcPGs) :is(.more,.cLFlDcZFh) {
    position: absolute;
    right: 30px;
    bottom: 20px
}

/* -------- 视频 -------- */

:is(.express-fr,.cWpkcAaZl) {
    float: left;
    width: 410px;
    overflow: hidden;
    padding: 78px 10px 0;
    height: 578px;
}

:is(.express-fr-item,.cvsSDbZfY) {
    width: 390px;
    overflow: hidden;
    height: 240px;
    background: #e8e8e8
}

/* -------- 友情链接 -------- */

:is(.link-content,.cCTZdhzBj) {
    overflow: hidden;
    padding: 0px 0 60px;
    background: url(/statics/znzz/assets/images/link-bg.png) left bottom no-repeat #f4f4f4;
    background-size: cover;
}

:is(.link-content,.cCTZdhzBj) li {
    padding: 10px;
    overflow: hidden;
    text-align: center
}

:is(.link-content,.cCTZdhzBj) li a {
    display: block
}

:is(.link-content,.cCTZdhzBj) li img {
    width: 100%;
    height: 60px
}

:is(.link-content,.cCTZdhzBj) li p {
    margin-top: 5px;
}


/* -------- 网站底部 -------- */
:is(.footer,.cOetqIZlC) {
    overflow: hidden;
    padding: 40px 0 30px;
    border-top: 6px solid #b51d09;
    background: #b51d09;
}

:is(.footer,.cOetqIZlC) p {
    color: #fff;
    margin-bottom: 10px
}

:is(.footer,.cOetqIZlC) a {
    color: #fff
}

:is(.footer,.cOetqIZlC) a:hover {
    color: #b51d09
}

/* -------- 返回顶部 -------- */
.gotop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 48px;
    height: 48px;
    background: #222;
    text-align: center;
    line-height: 45px;
    border-radius: 48px;
    display: none
}

.gotop a {
    display: block
}

.gotop:hover {
    background: #b51d09
}

/* -------- 栏目封面 -------- */
:is(.inner-banner,.ckjyzIZHL) {
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: 260px;
    background: url(../images/banner3.jpg) #e8e8e8 center no-repeat;
    background-size: 100% 210%;
}

:is(.inner-banner,.ckjyzIZHL) h2 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .8);
    background: rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 60px
}

/* -------- 栏目内容-------- */
:is(.inner-g,.cXlTrDZwe) {
    overflow: hidden;
    background: url(/statics/znzz/assets/images/inner-g.png) no-repeat center top #f4f4f4;
    background-attachment: fixed;
    background-size: cover;
    padding: 0px 0 60px;
}

:is(.inner-content,.cqUJgZWad) {
  margin-top:60px;
    position: relative;
    background: #fff;
    padding: 40px;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 10%);
    overflow: hidden;
    border-top: 6px solid #b51d09;
    min-height: 400px
}

/* -------- 栏目左侧-右侧布局-------- */
:is(.inner-fl,.ciZxcCFWu) {
    overflow: hidden;
    margin-right: 40px;
    float: left;
    width: 200px;
    background: #fff
}

:is(.inner-fr,.cMYiLTjrD) {
    overflow: hidden;
    float: left;
    width: 880px;
    background: #fff
}

/* -------- 子栏目导航（左侧）-------- */
:is(.sidebar,.chSQoKlcp) {
    overflow: hidden;
    background: #f4f4f4
}

:is(.side-t,.cahtwSSJL) {
    background: #b51d09;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold
}

:is(.sidebar,.chSQoKlcp) :is(.active,.czNQuNpaD),:is(
.sidebar,
.chSQoKlcp) a:hover {
    color: #b51d09;
    font-weight: 600
}

:is(.sidebar,.chSQoKlcp) a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    text-align: center
}

:is(.sidebar,.chSQoKlcp) a:last-child {
    border: none
}

/* -------- 子栏目导航（通栏）-------- */

:is(.inner-menu,.ctGmpfiSW) {
    overflow: hidden;
    padding: 30px 0 0px
}

:is(.inner-menu,.ctGmpfiSW) :is(.active,.czNQuNpaD),:is(
.inner-menu,
.ctGmpfiSW) a:hover {
    background-color: #b51d09;
    border-color: #b51d09;
    color: #fff
}

:is(.inner-menu,.ctGmpfiSW) a {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin-right: 10px
}

/* -------- 当前位置-------- */

:is(.position,.ckYCDynPY) {
    overflow: hidden;
    color: #8a8a8a;
    padding: 10px 0
}

:is(.position,.ckYCDynPY) :is(.breadcrumb,.ctoklnjse) {
    margin: 0;
    padding: 0
}

:is(.position,.ckYCDynPY) a {
    line-height: 40px
}

:is(.position,.ckYCDynPY) :is(.active,.czNQuNpaD) {
    color: #b51d09
}

/* -------- 文章详情-------- */

:is(.article,.cLAGqbYAS) img {
    padding: 10px 0;
    height: auto !important;
    display: inline-block
}

:is(.article-title,.chJPgFtQG) {
    border-bottom: 1px solid #e8e8e8;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    color: #b51d09
}

 

:is(.article-bd,.cbfAYMgpA) {
    overflow: hidden;
    line-height: 1.8;
    font-size: 16px;
}

 

:is(.article-meta,.cyRCCBvpr) {
    margin: 20px 0;
    overflow: hidden
}

:is(.article-meta,.cyRCCBvpr) span {
    padding: 0 5px
}

:is(.article,.cLAGqbYAS) p {
    margin-bottom: 15px;
    overflow: hidden
}

:is(.article-body,.cdHmfpSKw) {
    line-height: 1.8;
    overflow:auto
}

:is(.article-footer,.cOPkryAkQ) {
    overflow: hidden;
    margin: 40px 0 0;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    padding: 10px
}

:is(.article-bd,.cbfAYMgpA) h3 {
    border: 1px solid #f7ede8;
    color: #d81e05;
    margin: 20px 0;
    padding: 10px;
    background: #fbf6f3
}

:is(.article-prne,.cbSVYrBeA) {
    margin: 40px 0 0;
    overflow: hidden;
    padding: 0px 20px;
    border: 1px solid #e8e8e8;
    background: #f6f6f6
}

:is(.article-prne,.cbSVYrBeA) a {
    display: block;
    padding: 10px 0
}

:is(.article-prne,.cbSVYrBeA) a:first-child {
    border-bottom: 1px solid #e8e8e8
}

:is(.article-prne,.cbSVYrBeA) :is(.nomore,.ckOyuBPZC) {
    color: #8a8a8a
}

/* -------- 页码-------- */

:is(.pagination,.cIbXkshew) {
    margin: 20px 0 20px;
    overflow: hidden
}

:is(.pagination,.cIbXkshew) ul {
    padding: 0;
    margin: 0;
    overflow: hidden
}

:is(.pagination,.cIbXkshew) li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
    line-height: 36px;
}

:is(.pagination,.cIbXkshew) li:is(.active,.czNQuNpaD) span,:is(
.pagination,
.cIbXkshew) li a:hover {
    background: #d81e05;
    color: #fff
}

:is(.pagination,.cIbXkshew) a,:is(
.pagination,
.cIbXkshew) span {
    display: block;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    background: #fff
}

/* -------- 列表-------- */

:is(.inner-list,.cWywiGrfR) li {
    padding: 10px 20px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    background: url(/statics/znzz/assets/images/inner-list-icon.png) no-repeat left center
}

:is(.inner-list,.cWywiGrfR) span {
    color: #8a8a8a;
    position: absolute;
    right: 0
}

:is(.inner-img-list,.clLvfwQAZ) {
    padding: 10px 0;
    overflow: hidden
}

:is(.inner-img-list,.clLvfwQAZ) li {
    padding: 10px;
    overflow: hidden;
    position: relative
}

:is(.inner-img-list,.clLvfwQAZ) a {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    display: block;
    text-align: center
}

:is(.inner-img-list,.clLvfwQAZ) img {
    width: 100%;
    height: 203px
}

:is(.inner-img-list,.clLvfwQAZ) p {
    padding: 10px
}

/* -------- 领导列表-------- */

:is(.leader-top,.czIlcavyo) {
    padding: 30px 10px;
    overflow: hidden
}

:is(.leader-top-item,.cwCNhHlWV) {
    border: 1px solid #f4f4f4;
    overflow: hidden;
    background: #fff;
    height: 362px
}

:is(.leader-top-img,.cTXcvJUzz) {
    width: 271px;
    float: left;
    display: block;
    overflow: hidden;
    height: 100%
}

:is(.leader-top-img,.cTXcvJUzz) img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

:is(.leader-top-info,.cgRaQZEsw) {
    overflow: hidden;
    display: block;
    float: left;
    width: 555px;
    padding: 40px;
    position: relative;
    height: 100%
}

:is(.leader-top-info,.cgRaQZEsw) h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #b51d09
}

:is(.leader-top-info,.cgRaQZEsw) p {
    color: #8a8a8a;
    margin-top: 20px
}

:is(.leader-top-info,.cgRaQZEsw) a {
    position: absolute;
    bottom: 40px
}

:is(.leader-top-info,.cgRaQZEsw) a i {
    margin-left: 5px
}

:is(.leader-top-info,.cgRaQZEsw) h3::after {
    content: '';
    background: #b51d09;
    height: 4px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0
}

:is(.leader-list,.cfXFGGBkh) {
    padding: 10px;
    overflow: hidden
}

.active-nav :is(.leader-list-item,.ceMiDGIHz) {
    background: #b51d09;
    color: #fff;
    border-color: #b51d09
}

:is(.leader-list-item,.ceMiDGIHz) {
    overflow: hidden;
    background: #fff;
    text-align: center;
    border: 1px solid #f4f4f4;
    height: 236px
}

:is(.leader-list-item-img,.cGyWYLDif) {
    overflow: hidden;
    height: 167px;
    display: block
}

:is(.leader-list-item-img,.cGyWYLDif) img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

:is(.leader-list-item-info,.cnvpoZlIj) {
    display: block;
    padding: 10px;
    overflow: hidden
}

:is(.leader-list-item-info,.cnvpoZlIj) h4 {
    position: relative;
    padding-bottom: 5px
}

:is(.leader-list-item-info,.cnvpoZlIj) p {
    font-size: 12px
}

:is(.leader,.cZgHfmXBa):hover .arrow-left,:is(
.leader,
.cZgHfmXBa):hover .arrow-right {
    opacity: .95
}

/* -------- 师资力量-------- */

:is(.team,.cQzHOWIst) {
    padding: 30px 0;
    overflow: hidden
}

:is(.team,.cQzHOWIst) li {
    padding: 10px;
    overflow: hidden
}

:is(.team-item,.cQsUVuRFA) {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    background: #fff;
    height: 150px
}

:is(.team-item-img,.ciLlICdSp) {
    width: 40%;
    float: left;
    display: block;
    overflow: hidden;
    height: 100%
}

:is(.team-item-img,.ciLlICdSp) img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

:is(.team-item-info,.cpzEKWUCz) {
    overflow: hidden;
    display: block;
    float: left;
    width: 60%;
    padding: 20px;
    position: relative;
    height: 100%
}

:is(.team-item-info,.cpzEKWUCz) h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px
}

:is(.team-item-info,.cpzEKWUCz) h3::after {
    content: '';
    background: #333;
    height: 4px;
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 0
}

:is(.team-item-info,.cpzEKWUCz) p {
    color: #8a8a8a
}

:is(.team-item-info,.cpzEKWUCz) :is(.more-btn,.cSghttWcO) {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    color: #ccc;
    background:url(/statics/znzz/assets/images/next-s.png) center no-repeat   #fff;
}
 
:is(.team-item-info,.cpzEKWUCz) :is(.more-btn,.cSghttWcO):hover {
    background-color: #b51d09;
    border-color: #b51d09;
    color: #fff;
    background-image:url(/statics/znzz/assets/images/next-white-s.png) center no-repeat;
}

:is(.teamtxt-item,.cdOFBZWbG) {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    padding: 40px;
    display: block
}

:is(.teamtxt-item,.cdOFBZWbG):hover {
    background-color: #b51d09;
    border-color: #b51d09;
    color: #fff
}

:is(.teamtxt-item,.cdOFBZWbG):hover p {
    color: #fff !important
}

:is(.teamtxt-item,.cdOFBZWbG):hover h3::before {
    background: #fff
}

:is(.teamtxt-item,.cdOFBZWbG) h3 {
    position: relative;
    padding-bottom: 10px;
    font-size: 16px
}

:is(.teamtxt-item,.cdOFBZWbG) h3::before {
    content: '';
    background: #333;
    height: 16px;
    width: 6px;
    position: absolute;
    top: 3px;
    left: -20px
}

/* -------- 党建栏目-------- */

:is(.inner-dangjian,.czwgnlxvK) {
    overflow: hidden;
    background: url(/statics/znzz/assets/images/dangjian-bg.jpg) no-repeat center top #fcf2f2;
    padding: 240px 0 60px
}

:is(.dangjian,.cfBTpkpqy) {
    padding: 30px 0;
    overflow: hidden
}

:is(.dangjian,.cfBTpkpqy) li {
    padding: 10px;
    overflow: hidden
}

:is(.dangjian-item,.cqMDWXEqa) {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    background: #fff
}

:is(.dangjian-item-img,.csTZTqDgW) {
    display: block;
    overflow: hidden;
    height: 180px
}

:is(.dangjian-item-img,.csTZTqDgW) img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

:is(.dangjian-item-info,.cnNSEhtyl) {
    overflow: hidden;
    display: block;
    padding: 20px;
    position: relative
}

:is(.dangjian-item-info,.cnNSEhtyl) h3 {
    position: relative;
    height: 53px
}

:is(.dangjian-item-info,.cnNSEhtyl) p {
    color: #8a8a8a;
    margin-top: 10px
}

:is(.dangjian-item-info,.cnNSEhtyl) :is(.desc,.cuHtNgsUX) {
    height: 45px;
  overflow: hidden;
}

/* -------- 人才培养-------- */

:is(.edu,.cQtAAdUwX) {
    padding: 20px 0;
    overflow: hidden
}

:is(.edu-item,.cTkERjJAv) {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    height: 480px;
}

:is(.edu-img,.craqaIqjQ) {
    display: block;
    overflow: hidden;
    height: 100%;
}

:is(.edu-img,.craqaIqjQ) img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

:is(.edu-info,.cpRPWAPNv) {
    position: absolute;
    z-index: 999;
    right: 80px;
    top: 80px;
    display: block;
    width: 40%;
    padding: 40px 30px;
    height: 320px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    background: #fff;
}

:is(.edu-info,.cpRPWAPNv) h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    color: #b51d09;
    padding: 0 10px 20px;
}

:is(.edu-info,.cpRPWAPNv) ul {
    padding: 0 5px 15px;

}

:is(.edu-info,.cpRPWAPNv) ul li {
    padding: 5px;

}

:is(.edu-info,.cpRPWAPNv) ul li a {

    display: block;

}

:is(.edu-info,.cpRPWAPNv) :is(.more-btn,.cSghttWcO) {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

:is(.edu-info,.cpRPWAPNv) :is(.more-btn,.cSghttWcO) i {
    margin-left: 5px
}

:is(.edu-info,.cpRPWAPNv) h3::after {
    content: '';
    background: #b51d09;
    height: 8px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 10px
}


/* -------- 新闻动态-------- */

:is(.news-time-list,.clOnZRSdm) {
    padding: 10px 0;
}

:is(.news-time-list,.clOnZRSdm) li {
    padding: 10px 0;
}


:is(.news-time-list,.clOnZRSdm) :is(.item,.cJlBUGquC) {
    overflow: hidden;
    position: relative;
    height: 120px;
    border-bottom: 1px solid #eaeaea;
}

:is(.news-time-list,.clOnZRSdm) :is(.date,.cvAGSmMAA) {
    padding: 20px;
    float: left;
    width: 14%;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    height: 102px;
    border: 1px solid #eaeaea;

}

:is(.news-time-list,.clOnZRSdm) :is(.date,.cvAGSmMAA) h3 {
    font-size: 36px;
    position: relative;
}

:is(.news-time-list,.clOnZRSdm) :is(.txt,.chSZzQjMM) {
    width: 85%;
    float: left;
    padding: 10px 20px
}

:is(.news-time-list,.clOnZRSdm) :is(.txt,.chSZzQjMM) h3 {
    margin-bottom: 10px
}

:is(.news-time-list,.clOnZRSdm) :is(.txt,.chSZzQjMM) a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}


:is(.news-time-list,.clOnZRSdm) :is(.txt,.chSZzQjMM) p {
    color: #8a8a8a;
}

/* -------- 科学研究-------- */

:is(.science,.cttORSMAQ) {
    margin-top: 60px;
    overflow: hidden
}


:is(.science-item,.cWzGKvBwS) {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    border-top: 6px solid #b51d09;
    background: #fff;
    padding: 40px;
    height: 480px;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 10%);
}

:is(.science-img,.cmgaUqcSG) {
    display: block;
    overflow: hidden;
    width: 40%;
    float: left;
    padding: 40px 0;
    height: 400px;
}

:is(.science-img,.cmgaUqcSG) img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

:is(.science-info,.cEDAwvBuV) {
    float: left;
    display: block;
    width: 60%;
    padding-right: 40px;
    height: 100%;
    overflow: hidden;
}

:is(.science-info,.cEDAwvBuV) h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
}



:is(.science-info,.cEDAwvBuV) :is(.more-btn,.cSghttWcO) {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
:is(.en-t,.cNcbjPPDS){
    text-transform: uppercase;
}
:is(.menu-en,.cqRCAUZLU) :is(.fl,.cMtGQkdyg){
    padding: 0 6px;
}
.dynamic-content{
     
}
:is(.dynamic-left-en,.cCqJAYPkJ){
    right: 128px!important;
}


 :is(.express-en-fl,.cYitZLfFT){
     width: 700px!important;
 }

 :is(.express-en,.cTuAxSsMc){ 
    background: url(/statics/znzz/assets/images/link-bg.png) left bottom no-repeat #fff!important; 
    padding-bottom: 60px!important;
    height: 720px;
}
  
  
.team-tab-nav {
                    margin: 40px 10px 0px;
                    border-bottom: 6px solid #b51d09;
                    position: relative;
                }

.team-tab-nav a {
                    position: relative;
                    font-size: 24px;
                    padding: 20px 0;
                    font-weight: bold;
                    display: inline-block;
                    margin-right: 20px;
                }

                .team-tab-nav a::after {
                    height: 0px;
                    background: transparent;
                    width: 100%;
                    position: absolute;
                    left: 0;
                    bottom: -9px;
                    content: '';
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s;
                    -o-transition: all .4s;
                }

                .team-tab-nav a:is(.active,.czNQuNpaD)::after,
                .team-tab-nav a:hover::after {
                    height: 12px;
                    background: #b51d09;
                }

                .team-tab-nav a:is(.active,.czNQuNpaD),
                .team-tab-nav a:hover {
                    color: #b51d09;

                }

                .team-tab-item {
                    display: none;
                }

                .team-tab-item:first-Child {
                    display: block;
                }

                :is(.team-tit,.cZGcDsdSS) {
                    padding: 10px 20px;
                    margin: 20px 10px;
                    border-bottom: 1px solid #e8e8e8;
                    position: relative;
                    font-size: 18px;
                    font-weight: bold;
                    color: #b51d09;
                    ;
                }

                :is(.team-tit,.cZGcDsdSS)::before {
                    height: 18px;
                    background: #b51d09;
                    width: 6px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -10px;
                    content: '';
                    position: absolute;
                }

} 
 