    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    p,
    dl,
    dd,
    ol,
    ul,
    th,
    td,
    fieldset,
    input,
    button,
    textarea,
    form,
    canvas,
    audio,
    video,
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        margin: 0;
        padding: 0px;
        outline: none;
        font-weight: normal;
    }
    
    ol,
    ul {
        list-style: none
    }
    
    img {
        border: 0;
        -ms-interpolation-mode: bicubic
    }
    
    li,
    img,
    label,
    input {
        vertical-align: middle
    }
    
    a {
        text-decoration: none;
        outline: none;
        cursor: pointer;
        color: #333;
    }
    
    a:hover {
        color: #105aa7;
    }
    
    .clear {
        clear: both;
    }
    
    .left {
        float: left;
    }
    
    .right {
        float: right;
    }
    
    body {
        font-family: "Microsoft YaHei";
    }
    
    img {
        max-width: 100%;
        border: none;
        -webkit-transition: all 5s ease;
        -moz-transition: all 5s ease;
        -ms-transition: all 5s ease;
        -o-transition: all 5s ease;
        transition: all 5s ease;
    }
    
    .ctbx {
        width: 92%;
        margin: 0 auto;
    }
    
    @media (min-width: 600px) {
        .ctbx {
            width: 90%;
        }
    }
    
    @media (min-width: 1100px) {
        .ctbx {
            width: 1024px;
        }
    }
    
    @media (min-width: 1250px) {
        .ctbx {
            width: 1200px;
        }
    }
    
    @media (min-width: 1490px) {
        .ctbx {
            width: 1400px;
        }
    }
    
    @font-face {
        font-family: 'syb';
        src: url(../fonts/SourceHanSerifCN-Bold.otf)
    }
    
    @font-face {
        font-family: 'syreg';
        src: url(../fonts/SourceHanSerifCN-Regular.otf);
    }
    
    @font-face {
        font-family: 'symed';
        src: url(../fonts/SourceHanSerifCN-Medium.otf);
    }
    /* 首页 */
    
    .top_box {
        background: #1b67b4;
        height: 174px;
        overflow: hidden;
        border-bottom: #407bb9 1px solid;
    }
    
    .tc_logo {
        width: 862px;
        float: left;
        height: 98px;
        position: relative;
        margin-top: 38px;
    }
    
    .tc_logo img {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate(0, -50%);
        max-width: 100%;
        max-height: 100%;
    }
    
    .top_rg {
        float: right;
        margin-top: 54px;
    }
    
    .top_rg .trg_lj {
        float: right;
        overflow: hidden;
        margin-bottom: 12px;
    }
    
    .top_rg .trg_lj a {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        position: relative;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .top_rg .trg_lj a::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0px;
        width: 1px;
        height: 14px;
        background: #fff;
    }
    
    .top_rg .trg_lj a:nth-of-type(1):before {
        display: none;
    }
    .top_rg .trg_lj a:hover {
        font-weight: bold;
    }
    
    .top_rg .topss {
        float: right;
        width: 280px;
        height: 42px;
        background: #fff;
        border-radius: 10px;
        padding: 0px 0px 0px 15px;
        box-sizing: border-box;
    }
    
    .top_rg .topss .srk,
    .top_rg .topss .btn {
        border: none;
        width: calc(100% - 46px);
        height: 42px;
        background: none;
        outline: none;
    }
    
    .top_rg .topss .srk {
        float: left;
        color: #666;
        font-size: 16px;
        line-height: 42px;
    }
    
    .top_rg .topss .srk::input-placeholder {
        color: #d8d8d8;
    }
    
    .top_rg .topss .srk::-webkit-input-placeholder {
        color: #d8d8d8;
    }
    
    .top_rg .topss .srk::-moz-placeholder {
        color: #d8d8d8;
    }
    
    .top_rg .topss .srk::-moz-placeholder {
        color: #d8d8d8;
    }
    
    .top_rg .topss .srk::-ms-input-placeholder {
        color: #d8d8d8;
    }
    
    .top_rg .topss .btn {
        float: right;
        width: 46px;
        background: #4f9ff1 url(../images/search.png) no-repeat center;
        cursor: pointer;
        border-radius: 0px 10px 10px 0px;
    }
    /* 导航 */
    
    .nav_box {
        background: #105aa7;
    }
    
    .navbar {}
    
    .navbar .menu-bott {
        display: none;
    }
    
    .navbar .nav-button {
        display: none;
    }
    
    .navbar .navbar-nav {
        padding: 0;
        list-style: none;
    }
    
    .navbar .navbar-nav>li {
        position: relative;
        text-align: center;
        float: left;
    }
    
    .navbar .navbar-nav>li>a {
        font-size: 20px;
        color: #fff;
        padding: 23px 20px;
        line-height: 23px;
        display: block;
        font-weight: bold;
    }
    
    .navbar .navbar-nav>li:hover>a {
        /* font-weight: bold; */
    }
    
    .navbar .navbar-nav>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    /* .navbar .hasChild:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: calc(100% - 20px);
    bottom: 0px;
    left: 10px;
    height: 4px;
    background: #0d8a49;
 margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transform: scaleY(0); 
    transition: all 2s ease-out 0s;
    opacity: 0;
}

.navbar .hasChild:hover:before {
    opacity: 1;
    transform: scaleY(1);
} */
    
    .navbar .navbar-nav>.current>a,
    .navbar .navbar-nav>li:hover>a {
        background: #4f9ff1;
    }
    
    .navbar .nav-child {
        overflow: hidden;
        position: absolute;
        top: 100%;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        left: 0px;
       background: #105aa7;
     transition: all 0.2s ease;
    }
    
    .navbar .nav-child li a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 4px;
        display: block;
        color: #fff;
       border-top: #1562b3 1px solid;
    }
    
    .navbar .nav-child li:hover a {
        background: #4f9ff1;
    }
    
    .top_box.hdfixed .top_rg .navbar .navbar-nav>.current>a,
    .top_box.hdfixed .top_rg .navbar .navbar-nav>li:hover>a {
        color: #4f9ff1;
    }
    
    @-webkit-keyframes opacity {
        0%,
        100% {
            -webkit-transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.02);
        }
    }
    
    @keyframes opacity {
        0%,
        100% {
            -webkit-transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.02);
        }
    }
    
    .ban_box {
        /* height: 100vh; */
        position: relative;
    }
    
    .banlb {
        width: 100%;
        display: block !important;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
    }
    
    .banlb img {
        width: 100%;
        display: block !important;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }
    
    .banlb img:hover {
        transform: scale(1.05);
    }
    
    .ban_box .ban-dot {
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: 38px;
        color: #fff;
        text-align: center;
        z-index: 2;
        margin: 0px;
        padding: 0px;
        font-size: 0px;
    }
    
    .ban_box .ban-dot span {
        margin: 0px 5px;
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        background: none;
        outline: none;
        opacity: 1;
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, 0.402);
        border-radius: 50%;
        font-size: 0px;
    }
    
    .ban_box .ban-dot span.swiper-pagination-bullet-active {
        background: #fff;
    }
    /* 学院新闻 */
    
    .cont1_box {
        padding: 65px 0px 58px;
        overflow: hidden;
    }
    
    .hasMoreTab,
    .hasMoretzgg,
    .hasMorexzfc {
        width: 100%;
        overflow: hidden;
    }
    
    .hasMoreTab .hd,
    .hasMoretzgg .hd,
    .hasMorexzfc .hd {
        height: 48px;
    }
    
    .hasMoreTab .hd .more,
    .hasMoretzgg .hd .more,
    .hasMorexzfc .hd .more {
        float: right;
        margin-top: 17px;
        text-align: center;
    }
    
    .hasMoreTab .hd .more a,
    .hasMoretzgg .hd .more a,
    .hasMorexzfc .hd .more a {
        display: block;
        background: url(../images/ic_more.png) no-repeat center;
        width: 57px;
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        color: #808e9c;
    }
    
    .hasMoreTab .hd .more a:hover,
    .hasMoretzgg .hd .more a:hover,
    .hasMorexzfc .hd .more a:hover {
        color: #1270c8;
        /* font-weight: bold; */
        background: url(../images/ic_more2.png) no-repeat center;
    }
    
    .hasMoreTab .hd ul {
        padding-left: 40px;
        z-index: 5;
        position: absolute;
        background: url(../images/dh_xw.png) no-repeat left center;
        background-size: auto 48px;
    }
    
    .hasMoreTab .hd li {
        float: left;
        padding: 0 22px;
        cursor: pointer;
        position: relative;
        font-size: 30px;
        color: #8a9198;
        height: 48px;
        line-height: 48px;
        font-family: 'syb';
    }
    
    .hasMoreTab .hd li.on {
        color: #222;
    }
    
    .hasMoreTab .hd li::before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -3px;
        left: 0px;
        width: 6px;
        height: 6px;
        background: #8a9198;
        border-radius: 50%;
    }
    
    .hasMoreTab .hd li.on::before {
        background: #222;
    }
    
    .hasMoreTab .hd li:nth-of-type(1)::before {
        display: none;
    }
    
    .hasMoreTab .hd li:nth-last-of-type(1) {
        background: url(../images/ic_dhyl.png) no-repeat right 17px;
        padding-right: 63px;
    }
    
    .hasMoreTab .bd {
        padding-top: 20px;
        clear: both;
        position: relative;
        margin: 0px -43px;
    }
    
    .hasMoreTab .bd .conWrap,
    .hasMoreTab .bd .conWrap .con {
        width: 100%!important;
        position: static!important;
        height: auto!important;
    }
    
    .xwkd {
        width: 50%;
        float: left;
    }
    
    .xwkd .xwmar {
        margin: 0px 43px;
    }
    
    .xwkd .xwmar .xwtj,
    .xwkd .xwmar .xwtj2 {
        position: relative;
    }
    
    .xwtj .swiper-slide,
    .xwtj2 .swiper-slide {
        width: 100%!important;
    }
    
    .xwtj .xwtj_lb,
    .xwtj2 .xwtj_lb {
        overflow: hidden;
        transition: all 0.4s ease-out 0s;
        background: #1b67b4;
    }
    
    .xwtj .xwtj_lb .picture,
    .xwtj2 .xwtj_lb .picture {
        height: 360px;
        position: relative;
        transition: all 0.2s ease-out 0s;
    }
    
    .xwtj .xwtj_lb .picture img,
    .xwtj2 .xwtj_lb .picture img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    
    .xwtj .xwtj_lb .picture img:hover,
    .xwtj2 .xwtj_lb .picture img:hover {
        transform: scale(1.05);
    }
    
    .xwtj .xwtj_lb .picture .time,
    .xwtj2 .xwtj_lb .picture .time {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 3;
        width: 62px;
        height: 62px;
        background: #4f9ff1;
        padding-left: 9px;
        box-sizing: border-box;
        color: #fff;
        font-family: 'syb';
        font-size: 12px;
    }
    
    .xwtj .xwtj_lb .picture .time b,
    .xwtj2 .xwtj_lb .picture .time b {
        font-size: 22px;
        display: block;
        line-height: 22px;
        margin-top: 12px;
    }
    
    .xwtj .xwtj_lb .picture .time span,
    .xwtj2 .xwtj_lb .picture .time span {
        font-size: 12px;
    }
    
    .xwtj .xwtj_lb .text,
    .xwtj2 .xwtj_lb .text {
        height: 92px;
        overflow: hidden;
    }
    
    .xwtj .xwtj_lb .text h2,
    .xwtj2 .xwtj_lb .text h2 {
        margin-top: 25px;
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        text-align: center;
    }
    
    .xwtj .xwtj-dot,
    .xwtj2 .xwtj-dot {
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: 13px;
        color: #fff;
        text-align: center;
        z-index: 2;
        margin: 0px;
        padding: 0px;
        font-size: 0px;
    }
    
    .xwtj .xwtj-dot span,
    .xwtj2 .xwtj-dot span {
        margin: 0px 4px;
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        background: none;
        outline: none;
        opacity: 1;
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.251);
        border-radius: 50%;
        font-size: 0px;
    }
    
    .xwtj .xwtj-dot span.swiper-pagination-bullet-active,
    .xwtj2 .xwtj-dot span.swiper-pagination-bullet-active {
        background: #fff;
    }
    
    .rlbtwo {
        overflow: hidden;
    }
    
    .rlbtwo ul {
        margin: 0px -9px;
    }
    
    .rlbtwo li {
        width: 50%;
        float: left;
    }
    
    .rlbtwo li .mar {
        margin: 0px 9px;
        background: #eaf5ff;
        padding: 20px 12px 19px;
        overflow: hidden;
        transition: all 0.2s ease-out 0s;
    }
    
    .rlbtwo li .mar h2 {
        font-size: 16px;
        color: #333;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        font-weight: bold;
        margin-bottom: 17px;
    }
    
    .rlbtwo li .mar .time {
        font-family: 'syb';
        color: #333;
        position: relative;
        height: 40px;
    }
    
    .rlbtwo li .mar .time span {
        font-size: 12px;
        width: 60px;
        float: left;
        line-height: 19px;
    }
    
    .rlbtwo li .mar .time b {
        font-size: 22px;
        display: inline-block;
    }
    
    .rlbtwo li .mar .time::before,
    .rlbtwo li .mar .time::after {
        content: "";
        position: absolute;
    }
    
    .rlbtwo li .mar .time::before {
        right: 35px;
        top: 20px;
        height: 1px;
        width: calc(100% - 85px);
        background: #333;
    }
    
    .rlbtwo li .mar .time::after {
        right: 0px;
        top: 8px;
        height: 24px;
        width: 24px;
        background: #d4d8d8 url(../images/sjx_bai.png) no-repeat center;
    }
    
    .rlbtwo li:hover .mar {
        background: #1b67b4 url(../images/xwlb_bg.png) no-repeat top center;
    }
    
    .rlbtwo li:hover .mar h2,
    .rlbtwo li:hover .mar .time {
        color: #fff;
    }
    
    .rlbtwo li:hover .mar .time::before {
        background: #fff;
    }
    
    .rlbtwo li:hover .mar .time::after {
        background: #d4d8d8 url(../images/sjx_lan.png) no-repeat center;
    }
    
    .rlblb {
        overflow: hidden;
    }
    
    .rlblb li {
        width: 100%;
        float: left;
        border-bottom: #c4c4c4 1px dashed;
        padding: 17px 0px;
    }
    
    .rlblb li .time {
        float: left;
        font-family: 'syb';
        font-size: 12px;
        color: #333;
        width: 65px;
        line-height: 20px;
        transition: all 0.2s ease-out 0s;
    }
    
    .rlblb li .time b {
        font-size: 22px;
        display: block;
    }
    
    .rlblb li .time span {
        font-size: 12px;
    }
    
    .rlblb li .text {
        float: right;
        width: calc(100% - 65px);
        position: relative;
    }
    
    .rlblb li .text::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 3px;
        width: 1px;
        height: 33px;
        background: #dddfe0;
    }
    
    .rlblb li .text h2 {
        padding: 0px 35px 0px 12px;
        box-sizing: border-box;
        background: url(../images/sjx_hui.png) no-repeat right center;
    }
    
    .rlblb li .text h2 a {
        font-size: 16px;
        color: #333;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        transition: all 0.2s ease-out 0s;
        display: block;
    }
    
    .rlblb li:hover .time,
    .rlblb li:hover .text a {
        color: #1270c8;
    }
    /* 通知公告 */
    
    .cont_bg2 {
        background: url(../images/cont_bg2.jpg) no-repeat;
        background-size: cover;
        padding: 40px 0px 59px;
        overflow: hidden;
    }
    
    .cont2_box {
        margin: 0px -43px;
    }
    
    .hasMoretzgg .hd ul {
        padding-left: 40px;
        z-index: 5;
        position: absolute;
        background: url(../images/dh_tzgg.png) no-repeat left center;
    }
    
    .hasMoretzgg .hd li {
        float: left;
        padding: 0 22px;
        cursor: pointer;
        font-size: 30px;
        color: #8a9198;
        height: 48px;
        line-height: 48px;
        font-family: 'syb';
    }
    
    .hasMoretzgg .hd li.on {
        color: #222;
    }
    
    .hasMoretzgg .bd {
        padding-top: 11px;
        clear: both;
        position: relative;
    }
    
    .hasMoretzgg .bd ul li {
        border-bottom: rgba(80, 109, 135, 0.141) 1px solid;
        padding: 18px 0px 11px;
        overflow: hidden;
    }
    
    .hasMoretzgg .bd ul li .text {
        width: calc(100% - 75px);
        float: left;
    }
    
    .hasMoretzgg .bd ul li .text span {
        background: url(../images/ic_gglan.png) no-repeat right center;
        border-radius: 0px 12px 12px 0px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        color: #1270c8;
        padding: 0px 15px;
        margin-bottom: 6px;
        display: inline-block;
    }
    
    .hasMoretzgg .bd ul li .text span.gglv {
        background:url(../images/ic_gglv.png) no-repeat right center;
        color: #4da971;
    }
    
    .hasMoretzgg .bd ul li .text span.gghuang {
        background:url(../images/ic_gghuang.png) no-repeat right center;
        color: #c8a838;
    }
    
    .hasMoretzgg .bd ul li .text h2 {
        font-size: 16px;
        color: #333;
        line-height: 26px;
        height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 12px;
        box-sizing: border-box;
    }
    
    .hasMoretzgg .bd ul li .time {
        width: 68px;
        float: right;
       font-family: 'syb';
        line-height: 22px;
        font-size: 12px;
        color: #333;
        background: url(../images/time_bg.png) no-repeat left center;
        margin-top: 8px;
        padding-left: 18px;
        box-sizing: border-box;
    }
    
    .hasMoretzgg .bd ul li .time b {
        font-size: 22px;
        display: block;
        margin-top: 6px;
    }
    
    .hasMoretzgg .bd .ul li .time span {
        font-size: 12px;
    }
    
    .sydh {
        height: 48px;
        padding-left: 60px;
        overflow: hidden;
    }
    
    .sydh h1 {
        font-size: 30px;
        color: #222;
        line-height: 48px;
        float: left;
       font-family: 'syb';
    }
    
    .sydh h2 {
        font-size: 24px;
        font-family: "Source Han Serif CN";
        color: rgba(51, 51, 51, 0.102);
        font-weight: bold;
        text-transform: uppercase;
        float: left;
        margin: 12px 0px 0px 8px;
      font-family: 'syb';
       display:none;
    }
    
    .sydh span {
        float: right;
        margin-top: 15px;
        text-align: center;
    }
    
    .sydh span a {
        display: block;
        background: url(../images/ic_more.png) no-repeat center;
        width: 57px;
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        color: #808e9c;
    }
    
    .sydh span a:hover {
        color: #1270c8;
        font-weight: bold;
    }
    
    .sydh.dhrcpy1 {
        background: url(../images/shifanjiaoyudongtai.png) no-repeat left center;
    }
    
  .sydh.dhrcpy2 {
        background: url(../images/shifanjinengxunlianzhongxin.png) no-repeat left center;
    }
  .sydh.dhrcpy3 {
        background: url(../images/jiaoyushixi.png) no-repeat left center;
    }
  .sydh.dhrcpy4 {
        background: url(../images/jinnegjingsai.png) no-repeat left center;
    }
  .sydh.dhrcpy5 {
        background: url(../images/jiaoshizigezhengkaoshi.png) no-repeat left center;
    }
  .sydh.dhrcpy6 {
        background: url(../images/xiazaizhuanqu.png) no-repeat left center;
    }
    .sydh.dhsfjy {
        background: url(../images/dh_sfjy.png) no-repeat left center;
    }
    
  .sydh.dhrcpy {
        background: url(../images/dh_rcpy.png) no-repeat left center;
    }
    


    .rcpy {
        overflow: hidden;
        padding-top: 2px;
    }
    
    .rcpy li {
        padding: 19px 0px 18px;
        overflow: hidden;
        border-bottom: rgba(80, 109, 135, 0.22) 1px dashed;
    }
    
    .rcpy li span {
        height: 26px;
        line-height: 27px;
        width: 88px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        background: #1270c8;
        font-family: 'syreg';
        float: left;
    }
    
    .rcpy li h2 {
        width: calc(100% - 110px);
        float: right;
        background: url(../images/sjx_hui.png) no-repeat right center;
    }
    
    .rcpy li h2 a {
        font-size: 16px;
        color: #333;
        padding-right: 15px;
        box-sizing: border-box;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    
    .rcpy li:hover span {
        background: #4f9ff1;
    }
    
    .rcpy li:hover h2 a {
        color: #1b67b4;
    }
    /* 学术交流 */
    
    .cont3_box {
        padding: 47px 0px 39px;
        overflow: hidden;
    }
    
    .cont3_nr {
        margin: 0px -43px;
    }
    
    .xsjl {
        overflow: hidden;
        padding-top: 10px;
    }
    
    .xsjl li {
        overflow: hidden;
        border-bottom: rgba(51, 51, 51, 0.212) 1px dashed;
    }
    
    .xsjl li span {
        height: 59px;
        line-height: 59px;
        font-size: 14px;
        color: #666;
        font-family: 'syreg';
        float: left;
    }
    
    .xsjl li h2 {
        width: calc(100% - 100px);
        float: right;
        background: url(../images/sjx_hui.png) no-repeat right center;
    }
    
    .xsjl li h2 a {
        font-size: 16px;
        color: #333;
        padding-right: 15px;
        box-sizing: border-box;
        height: 59px;
        line-height: 59px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    
    .xsjl li:hover span,
    .xsjl li:hover h2 a {
        color: #1b67b4;
    }
    
    .sfjy {
        position: relative;
        padding-top: 25px;
    }
    
    .sfjy .sflb {
        padding-bottom: 24px;
    }
    
    .sflb .tit {
        margin-left: 30px;
        overflow: hidden;
        background: #1866b4;
        height: 100px;
        position: relative;
    }
    
    .sflb .tit .bt {
        width: calc(100% - 80px);
        float: left;
        padding: 24px 50px 0px 35px;
        box-sizing: border-box;
    }
    
    .sflb .tit .bt h2 {
        font-size: 18px;
        color: #fff;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: bold;
    }
    
    .sflb .tit .xq {
        width: 80px;
        float: right;
        height: 100px;
        background: #4f9ff1;
    }
    
    .sflb .tit .xq span {
        display: block;
        margin-top: 34px;
        text-align: center;
        padding-bottom: 10px;
        font-size: 14px;
        color: #fff;
        background: url(../images/sfjy_xq.png) no-repeat center bottom;
    }
    
    .sflb .tit .time {
        position: absolute;
        z-index: 3;
        right: 0px;
        bottom: 0px;
        background: #4f9ff1;
        width: 98px;
        height: 24px;
        line-height: 24px;
        text-indent: 12px;
        font-size: 14px;
        color: #fff;
        border-top: #fff 1px solid;
        border-left: #fff 1px solid;
        border-radius: 13px 0px 0px 13px;
    }
    
    .sflb .text {
        position: relative;
        margin-left: 30px;
        background: #fff;
        box-shadow: -3px 3px 15px 0px rgba(0, 0, 0, 0.04);
        height: 244px;
    }
    
    .sflb .text::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 16px;
        left: -30px;
        width: 315px;
        height: 179px;
        background: url(../images/sfjy_nrbg.png) no-repeat;
    }
    
    .sflb .text .picture {
        width: 315px;
        height: 182px;
        background: #fff;
        padding: 6px;
        box-shadow: 0px 0px 21px 0px rgba(53, 58, 65, 0.16);
        box-sizing: border-box;
        position: absolute;
        z-index: 5;
        left: -5px;
        top: 39px;
    }
     .sflb .text .picture span {
          display: block;
          position: relative;
          padding-bottom: 56%;
          overflow: hidden;
    } 
    
    .sflb .text .picture span img {
       position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    }
    
    .sflb .text .picture span img:hover {
        transform: scale(1.05);
    }
    
    .sflb .text .jj {
        width: calc(100% - 340px);
        float: right;
        margin-top: 30px;
        padding-right: 35px;
        box-sizing: border-box;
    }
    
    .sflb .text .jj p {
        line-height: 26px;
        height: 130px;
        font-size: 14px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
     .sflb .text .jj span{
  display:none;
}
    .sfjy .sflb-dot {
        position: absolute;
        right: 100px;
        /* width: 100%; */
        bottom: 50px;
        color: #fff;
        text-align: center;
        z-index: 2;
        margin: 0px;
        padding: 0px;
        font-size: 0px;
    }
    
    .sfjy .sflb-dot span {
        margin: 0px 6px;
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        background: none;
        outline: none;
        opacity: 1;
        width: 12px;
        height: 12px;
        background: #cee4fa;
        border-radius: 50%;
        font-size: 0px;
    }
    
    .sfjy .sflb-dot span.swiper-pagination-bullet-active {
        background: #499dec;
    }
    
    .cont_bg3 {
        background: url(../images/cont_bg3.jpg) no-repeat center bottom;
    }
    /* 学子风采 */
    
    .cont4_box {
        padding:60px 0px 79px;
        overflow: hidden;
        background: url(../images/cont_bg4.jpg) no-repeat center bottom;
        background-size: cover; 
    }
    
    .hasMorexzfc .hd ul {
        padding-left: 40px;
        z-index: 5;
        position: absolute;
        background: url(../images/dh_xzfc.png) no-repeat left center;
    }
    
    .hasMorexzfc .hd li {
        float: left;
        padding: 0 22px;
        cursor: pointer;
        position: relative;
        font-size: 30px;
        color: #8a9198;
        height: 48px;
        line-height: 48px;
        font-family: 'syb';
    }
    
    .hasMorexzfc .hd li.on {
        color: #222;
    }
    
    .hasMorexzfc .bd {
        padding-top: 20px;
        clear: both;
        position: relative;
        overflow: hidden;
    }
    
    .hasMoretzgg .bd .conWrap,
    .hasMoretzgg .bd .conWrap .con,
    .hasMorexzfc .bd .conWrap,
    .hasMorexzfc .bd .conWrap .con {
        width: 100%!important;
        height: auto!important;
        position: static!important;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul {
        margin: 0px -26px;
    }
    
    .hasMorexzfc .bd .conWrap .con.lzwh>ul {
        margin: 0px -13px;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li {
        width: 33.3%;
        float: left;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li .mar {
        margin: 0px 26px;
        padding-top: 47px;
        position: relative;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li .mar .text {
        border-radius: 30px;
        background: #fff;
        padding: 40px 35px 40px 0px;
        overflow: hidden;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li .mar .text .lf {
        position: absolute;
        width: 170px;
        top: 0px;
        left: 0px;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li .mar .text .lf .picture {
        display: block;
        overflow: hidden;
        height: 170px;
        position: relative;
        border-radius: 50%;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li .mar .text .lf .picture img {
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        height: 100%;
        transform: translate(-50%, -50%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.3s ease-out 0s;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li .mar .text .lf .picture img:hover {
        transform: translate(-50%, -50%) scale(1.05);
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li .mar .text .lf h2 {
        width: 140px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 11px 0px 0px 16px;
        display: block;
        background: #1b67b4;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        border-radius: 25px;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li .mar .text .rg {
        width: calc(100% - 200px);
        float: right;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li .mar .text .rg p {
        line-height: 28px;
        height: 140px;
        font-size: 16px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    
    .hasMorexzfc .bd .conWrap .con>ul>li:hover .mar .text .lf h2 {
        background: #4f9ff1;
    }


 /* 廉政文化 */
    
    .hasMorexzfc .bd .conWrap .con.lzwh>ul>li {
        width: 25%;
    }
    
    .hasMorexzfc .bd .conWrap .con.lzwh>ul>li .mar {
        margin: 7px 13px 0px;
        background: #fff;
        box-shadow: 0px 0px 21px 0px rgba(53, 58, 65, 0.13);
        border-radius: 30px;
        padding: 19px 10px 11px;
    }
    
    .hasMorexzfc .bd .conWrap .con.lzwh>ul>li .mar .text {
        margin: auto;
        width: 175px;
        height: 42px;
        background: url(../images/lzwh_titbg.png) no-repeat;
        background-size: 100% 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    
    .hasMorexzfc .bd .conWrap .con.lzwh>ul>li .mar .text h2 {
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        font-size: 20px;
        color: #333;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
    }
    
    .hasMorexzfc .bd .conWrap .con.lzwh>ul>li .mar .picture {
        padding-bottom: 56%;
        position: relative;
        overflow: hidden;
        margin-top: 14px;
        border-radius: 30px;
    }
    
    .hasMorexzfc .bd .conWrap .con.lzwh>ul>li .mar .picture img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 30px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .hasMorexzfc .bd .conWrap .con.lzwh>ul>li .mar .picture img:hover {
        transform: scale(1.05);
    }
    
    .hasMorexzfc .bd .conWrap .con.lzwh>ul>li:hover .mar .text {
        background: url(../images/lzwh_titbg2.png) no-repeat;
        background-size: 100% 100%;
    }





    /* 底部 */
    
    .dibu_bg {
        background: #2c69b5 url(../images/dibu_bg.jpg) no-repeat bottom;
    }
    
    .dibu_bg .dblogo {
        width: 165px;
        float: left;
        margin: 22px 60px 22px 0px;
    }
    
    .dibu_bg .dblogo img {
        max-width: 100%;
    }
    
    .dibu_lf {
        width: 50%;
        float: left;
    }
    
    .dbdd {
        float: left;
        width: calc(100% - 225px);
        font-size: 14px;
        color: rgba(255, 255, 255, 0.902);
        line-height: 28px;
        margin-top: 45px;
    }
    
    .dibu_rg {
        width: 50%;
        float: right;
    }
    
    .dbyqlj {
        width: 300px;
        float: left;
        margin-top: 45px;
        margin-left: 50px;
    }
    
    .dbyqlj .ljlb {
        width: 100%;
        float: left;
        margin-bottom: 26px;
    }
    
    .dbyqlj .ljlb h3 {
        font-size: 14px;
        line-height: 31px;
        color: rgba(255, 255, 255, 0.702);
        float: left;
    }
    
    .dbyqlj .xuan {
        width: 225px;
        float: right;
        padding: 0px 9px;
        position: relative;
        background: rgba(255, 255, 255, 0.051);
        box-sizing: border-box;
        border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
    }
    
    .dbyqlj .xuan p {
        color: rgba(255, 255, 255, 0.302);
        font-size: 14px;
        line-height: 30px;
        background: url(../images/link_ic.png) no-repeat right center;
    }
    
    .dbyqlj .xuan .nr {
        position: absolute;
        bottom: 100%;
        background: #fff;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        left: 0;
        right: 0;
        max-height: 240px;
        overflow-y: auto;
        z-index: 9;
        display: none;
    }
    
    .dbyqlj .xuan .nr a {
        display: block;
        color: #333;
        line-height: 28px;
        font-size: 14px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .dbyqlj .xuan .nr a:hover {
        background: #065baa;
        color: #fff;
    }
    
    .dbyqlj .xuan:hover .nr {
        display: block;
    }
    
    .dbyqlj .xuan .nr::-webkit-scrollbar {
        width: 3px;
    }
    
    .dbyqlj .xuan .nr::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #e5e5e5;
    }
    
    .dbyqlj .xuan .nr::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #065baa;
    }
    
    .dbewm {
        width: 129px;
        float: right;
        margin-top: 32px;
    }
    
    .dbewm p {
        width: 20px;
        float: left;
        color: rgba(255, 255, 255, 0.502);
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        margin-top: 12px;
    }
    
    .dbewm span {
        width: 103px;
        float: right;
    }
    
    .dbewm span img {
        width: 103px;
        height: 103px;
    }
    
    .dibu_copy {
        overflow: hidden;
        padding: 10px 0px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.459);
        line-height: 21px;
        background: #065baa;
        text-align: center;
    }
    
    .dibu_copy p a {
        color: rgba(255, 255, 255, 0.459);
    }
    
    .dibu_copy p a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .list_pic {
        /* height: 450px; */
        position: relative;
    }
    
    .list_pic img {
        width: 100%;
    }
    
    .sjmenu {
        display: none;
    }
    
    .list_wkbg {
        overflow: hidden;
        padding: 58px 0px 60px;
        background: #f7f8fa;
    }
    
    .ltlf_dh {
        font-size: 24px;
        color: #105aa7;
        padding: 28px 15px 22px 40px;
        line-height: 30px;
        background: #1665c8 url(../images/ltlf_dhbg.png) no-repeat top;
        background-size: 100% 100%;
        font-weight: bold;
        position: relative;
    }
    
    .ltlf_dh::before {
        content: "";
        position: absolute;
        top: 29px;
        left: 0px;
        width: 6px;
        height: 24px;
        background: #4f9ff1;
        border-radius: 0px 3px 3px 0px;
    }
    
    .list_lf {
        width: 290px;
        float: left;
        background: #105aa7;
        padding-bottom: 180px;
        border-right: #dfe3ec 7px solid;
        border-bottom: #dfe3ec 7px solid;
        box-sizing: border-box;
        position: relative;
    }
    
    .list_lf::after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 0px;
        width: 7px;
        height: 7px;
        background: #fff;
    }
    
    .sideMenu {
        overflow: hidden;
    }
    
    .sideMenu li {
        width: 100%;
        float: left;
        padding: 13px 0px;
        position: relative;
    }
    
    .sideMenu li.current::before {
        top: 29px;
    }
    
    .sideMenu dl dd.current::before {
        top: 50%;
        margin-top: -1px;
    }
    
    .sideMenu li.current::before,
    .sideMenu dl dd.current::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 2px;
        background: #fff;
        left: 13px;
    }
    
    .sideMenu h3 {
        margin-left: 46px;
        cursor: pointer;
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        padding: 5px 15px 5px 24px;
        box-sizing: border-box;
        position: relative;
    }
    
    .sideMenu h3 a {
        color: #fff;
    }
    
    .sideMenu li.current h3,
    .sideMenu li:hover h3 {
        background: #fff;
        border-radius: 17px 0px 0px 17px;
    }
    
    .sideMenu li.current h3 a,
    .sideMenu li:hover h3 a {
        color: #0c53ab;
    }
    
    .sideMenu li.current.dqsjdh::before {
        display: none;
    }
    
    .sideMenu li.current.dqsjdh h3 {
        background: none;
    }
    
    .sideMenu li.current.dqsjdh h3 a {
        color: #fff;
    }
    
    .sideMenu dl {
        width: 100%;
        float: left;
        display: none;
        padding: 8px 0px;
        box-sizing: border-box;
    }
    
    .sideMenu dl dd {
        position: relative;
       margin:5px 0px;
    }
    
    .sideMenu dl dd a {
        margin-left: 46px;
        display: block;
        padding: 5px 15px 5px 50px;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        cursor: pointer;
        box-sizing: border-box;
        /* display: inline-block;
        width: calc(100% - 46px); */
    }
    
    .sideMenu dl dd:hover a,
    .sideMenu dl dd.current a {
        color: #1665c8;
        background: #fff;
        border-radius: 17px 0px 0px 17px;
    }
    
    .sideMenu li.current dl {
        display: block !important;
    }
    
    .list_rg {
        float: right;
        width: calc(100% - 325px);
        min-height: 500px;
    }
    
    .list_rdh {
        overflow: hidden;
        border-bottom: #dde0e7 1px solid;
    }
    
    .list_rdh h1 {
        float: left;
        font-size: 20px;
        color: #333;
        font-weight: bold;
        padding-bottom: 10px;
        position: relative;
    }
    
    .list_rdh h1::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0px;
        width: 58px;
        height: 5px;
        background: #1665c8;
        border-radius: 0px 3px 0px 0px;
    }
    
    .list_rdh span {
        float: right;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        padding-left: 20px;
        background: url(../images/ic_home.png) no-repeat left 5px;
        margin-top: 5px;
    }
    
    .list_rdh span a {
        color: #333;
    }
    
    .list_rdh span a:hover {
        color: #105aa7;
    }
    /* 列表页文字 */
    
    .list_lb {
        min-height: 500px;
    }
    
    .list_lb ul {
        padding: 26px 0px 32px;
        overflow: hidden;
    }
    
    .list_lb li {
        width: 100%;
        float: left;
        position: relative;
        background: #fff;
        margin-bottom: 10px;
        transition: all 0.2s ease-out 0s;
    }
    
    .list_lb li .mar {
        overflow: hidden;
        padding: 0px 15px;
    }
    
    .list_lb li a {
        display: block;
        overflow: hidden;
    }
    
    .list_lb li .text {
        width: calc(100% - 120px);
        float: left;
    }
    
    .list_lb li .text h2 {
        padding-left: 40px;
        font-size: 18px;
        color: #333;
        line-height: 80px;
        height: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: url(../images/wzlb_jt.png) no-repeat left center;
    }
    
    .list_lb li .time {
        float: right;
        width: 108px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #333;
        text-align: center;
        font-family: 'syb';
        margin-top: 24px;
        transition: all 0.2s ease-out 0s;
        background: #f7f8fa;
        border-radius: 15px;
    }
    
    .list_lb li:hover {
        background: #105aa7;
    }
    
    .list_lb li:hover .text h2 {
        color: #fff;
        background: url(../images/wzlb_jt2.png) no-repeat left center;
    }
    
    .list_lb li:hover .time {
        background: #fff;
    }
    /* 新闻图片列表 */
    
    .list_xw {
        min-height: 500px;
        overflow: hidden;
    }
    
    .list_xw ul {
        padding: 26px 0px;
        overflow: hidden;
    }
    
    .list_xw li {
        width: 100%;
        float: left;
        margin-bottom: 14px;
        background: #fff;
        transition: all 0.2s ease-out 0s;
    }
    
    .list_xw li .mar {
        padding: 14px 14px 14px 100px;
        overflow: hidden;
        position: relative;
    }
    
    .list_xw li .mar .time {
        position: absolute;
        left: 2px;
        top: 2px;
        width: 70px;
        height: 70px;
        background: #f7f8fa;
        color: #333;
        font-size: 14px;
        text-align: center;
    }
    
    .list_xw li .mar .time b {
        display: block;
        font-size: 20px;
        margin-top: 12px;
    }
    
    .list_xw li .mar .text {
        width: calc(100% - 190px);
        float: left;
    }
    
    .list_xw li .mar .text h2 {
        color: #333;
        font-size: 18px;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 10px 0px 13px;
    }
    
    .list_xw li .mar .text p {
        color: #666;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .list_xw li .mar .text span {
        display: none;
    }
    
    .list_xw li .mar .picture {
        float: right;
        width: 160px;
    }
    
    .list_xw li .mar .picture span {
        display: block;
        position: relative;
        padding-bottom: 56%;
        overflow: hidden;
        border-radius: 5px;
    }
    
    .list_xw li .mar .picture span img {
        border-radius: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.4s;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .list_xw li .mar .picture span img:hover {
        transform: scale(1.05);
    }
    
    .list_xw li:hover {
        background: #105aa7;
    }
    
    .list_xw li:hover .time {
        color: #105aa7;
        background: #fff;
    }
    
    .list_xw li:hover .text h2 {
        font-weight: bold;
        color: #fff;
    }
    
    .list_xw li:hover .text p {
        color: #fff;
    }
    /* 图片列表 */
    
    .list_tp {
        min-height: 500px;
        overflow: hidden;
    }
    
    .list_tp ul {
        padding-top: 25px;
        overflow: hidden;
        margin: 0px -20px;
    }
    
    .list_tp li {
        width: 33.3%;
        float: left;
    }
    
    .list_tp li .mar {
        margin: 10px 20px 40px;
        overflow: hidden;
        position: relative;
        padding-bottom: 25px;
    }
    
    .list_tp li .mar .picture {
        position: relative;
        padding-bottom: 56%;
        overflow: hidden;
    }
    
    .list_tp li .mar .picture img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.4s;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .list_tp li .mar .picture img:hover {
        transform:translate(-50%, -50%) scale(1.05);
    }
    
    .list_tp li .mar .text {
        position: absolute;
        width: calc(100% - 30px);
        left: 15px;
        bottom: 0px;
        overflow: hidden;
        background: #fff;
        border-radius: 20px;
        padding: 0px 15px;
        box-sizing: border-box;
        text-align: center;
        transition: all 0.2s ease-out 0s;
        box-shadow: 0px 0px 13px 0px rgba(230, 233, 241, 0.64);
    }
    
    .list_tp li .mar .text h2 {
        color: #333;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .list_tp li:hover .mar .text {
        background: #4f9ff1;
    }
    
    .list_tp li:hover .mar .text h2 {
        color: #fff;
    }
    /* 教师列表 */
    
    .list_js {
        min-height: 500px;
        overflow: hidden;
    }
    
    .list_js ul {
        padding-top: 15px;
        overflow: hidden;
        margin: 0px -19px;
    }
    
    .list_js li {
        width: 25%;
        float: left;
    }
    
    .list_js li .mar {
        margin: 20px 19px 40px;
        overflow: hidden;
    }
    
    .list_js li .mar .picture {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden;
    }
    
    .list_js li .mar .picture img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.4s;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .list_js li .mar .picture img:hover {
        transform: scale(1.05);
    }
    
    .list_js li .mar .text {
        margin-top: 9px;
        overflow: hidden;
        padding-left: 18px;
        box-sizing: border-box;
        transition: all 0.2s ease-out 0s;
        background: #fff;
    }
    
    .list_js li .mar .text h2 {
        width: calc(100% - 95px);
        float: left;
        color: #333;
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
    }
    
    .list_js li .mar .text span {
        width: 88px;
        float: right;
        height: 50px;
        line-height: 50px;
        color: #666;
        font-size: 14px;
        background: #e9f1f8;
        text-align: center;
    }
    
    .list_js li .mar .text span i {
        display: inline-block;
        background: url(../images/wzlb_jt.png);
        width: 14px;
        height: 6px;
        margin-left: 5px;
    }
    
    .list_js li:hover .mar .text span {
        color: #fff;
        background: #105aa7;
    }
    
    .list_js li:hover .mar .text span i {
        background: url(../images/wzlb_jt2.png);
    }
    /*内容页*/
    
    .contt_box {
        background: #fff;
        margin-top: 12px;
    }
    
    .contt_tit {
        overflow: hidden;
        text-align: center;
        border-bottom: #f0f0f0 1px solid;
        padding: 35px 20px 18px;
    }
    
    .contt_tit h1 {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .contt_tit h3 {
        font-size: 14px;
        color: #666;
        line-height: 30px;
        overflow: hidden;
    }
    
    .contt_zhwen {
        padding: 25px 38px 40px;
        overflow: hidden;
    }
    
    .contt_zhwen p {
        font-size: 16px!important;
        color: #333!important;
        line-height: 30px!important;
        margin-bottom: 15px;
        text-indent: 2rem;
    }
    
    .contt_zhwen p img {
        max-width: 90%;
        height: auto !important;
    }
    
   .contt_zhwen table{
       width:100%!important;
    }
 
       .contt_zhwen table p {
        text-indent: 0em;
    }
    .contt_zhwen iframe {
        max-width: 90%;
   margin:0 auto;
        display:block;
    }
    
    .contt_zhwen video {
        max-width: 90%;
    }



 /* 领导列表页 */
    
    .list_ld {
        min-height: 500px;
        overflow: hidden;
    }
    
    .list_ld ul {
        padding-top: 25px;
        overflow: hidden;
        margin: 0px -20px;
    }
    
    .list_ld li {
        width: 50%;
        float: left;
    }
    
    .list_ld li .mar {
        margin: 10px 20px 40px;
        background: #fff;
        overflow: hidden;
        position: relative;
        transition: all 0.2s ease-out 0s;
        box-shadow: 0px 0px 13px 0px rgba(230, 233, 241, 0.64);
    }
    
    .list_ld li .mar .picture {
        width: 150px;
        float: left;
    }
    
    .list_ld li .mar .picture span {
        padding-bottom: 140%;
        position: relative;
        display: block;
        overflow: hidden;
    }
    
    .list_ld li .mar .picture span img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
    
    .list_ld li .mar .picture span img:hover {
        transform: scale(1.05);
    }
    
    .list_ld li .mar .text {
        width: calc(100% - 170px);
        float: right;
        padding-right: 15px;
        box-sizing: border-box;
    }
    
    .list_ld li .text h2 {
        font-size: 18px;
        color: #222;
        line-height: 36px;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        margin: 5px 0px;
    }
    
    .list_ld li .mar .text h2 b {
        font-weight: normal;
        color: #666;
        font-weight: normal;
        display: inline-block;
        margin-left: 10px;
        font-size: 14px;
    }
    
    .list_ld li .mar .text p {
        font-size: 14px;
        color: #444;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .list_ld li .mar .text dl {
        overflow: hidden;
        padding: 5px 0px 10px;
    }
    
    .list_ld li .mar .text dl dd {
        font-size: 14px;
        color: #444;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: url(../images/ic_dh.png) no-repeat left center;
        padding-left: 20px;
        box-sizing: border-box;
    }
    
    .list_ld li .mar .text dl dd:nth-of-type(2) {
        background: url(../images/ic_yx.png) no-repeat left center;
    }
    
    .list_ld li .mar .text span {
        float: right;
        font-size: 14px;
        color: #444;
        line-height: 20px;
        background: url(../images/wzlb_jt.png) no-repeat right center;
        padding-right: 18px;
    }
    
    .list_ld li:hover .mar {
        background: #105aa7;
    }
    
    .list_ld li:hover .mar h2,
    .list_ld li:hover .mar .text h2 b,
    .list_ld li:hover .mar p,
    .list_ld li:hover .mar dl dd {
        color: #fff;
    }
    
    .list_ld li:hover .mar .text span {
        color: #fff;
        background: url(../images/wzlb_jt2.png) no-repeat right center;
    }
    
    .list_ld li:hover .mar .text dl dd {
        background: url(../images/ic_dh2.png) no-repeat left center;
    }
    
    .list_ld li:hover .mar .text dl dd:nth-of-type(2) {
        background: url(../images/ic_yx2.png) no-repeat left center;
    }


 /* 机构设置 */
    
    .list_jssz {
        padding: 30px 0px;
        overflow: hidden;
    }
    
    .list_jssz .jgsz_bt {
        overflow: hidden;
        padding: 0px 15px 12px;
    }
    
    .list_jssz .jgsz_bt h3 {
        font-size: 20px;
        color: #222;
        font-weight: bold;
    }
    
    .list_jssz .cont {
        padding: 0px 15px 30px;
    }
    
    .list_jssz .cont table {
        width: 100%;
    }
    
    .list_jssz .cont table tr td:nth-of-type(1) {
        width: 27%;
    }
    
    .list_jssz .cont table tr td:nth-of-type(2) {
        width: 20%;
    }
    
    .list_jssz .cont table tr td:nth-of-type(3) {
        width: 25%;
    }
    
    .list_jssz .cont table tr td:nth-of-type(4) {
        width: 28%;
    }
    
    .list_jssz .cont tr {
        background: #F1F1F1;
    }
    
    .list_jssz .cont tr:nth-of-type(even) {
        background: #ffffff;
    }
    
    .list_jssz .cont tr td {
        font-size: 16px;
        color: #333;
        text-align: center;
        padding: 12px;
        box-sizing: border-box;
    }
    
    .list_jssz .cont table tr.bt td {
        font-size: 16px;
        color: #0C4D92;
        font-weight: bold;
    }
    
    .list_jssz .cont tr:hover {
        background: #e5f2ff;
    }
.list_ldxq{
   background: #fff;
    overflow: hidden;
    padding: 20px;
}
.list_ldxq .rc{
  width:100%!important;
    overflow: auto;
}

.jstit {
        padding: 30px;
        overflow: hidden;
     border-bottom: #eee 1px dashed;
    }
    
    .jstit .pic {
        width: 150px;
        float: left;
    }
    
    .jstit .pic img {
        width: 100%;
        height: auto!important;
    }
    
    .jstit .text {
        width: calc(100% - 170px);
        float: right;
    }
    
    .jstit .text h2 {
        font-size: 24px;
        color: #333;
        line-height: 36px;
        margin-bottom: 10px;
    }
    
    .jstit .text h2 b {
        font-weight: normal;
        font-weight: normal;
        display: inline-block;
        margin-left: 10px;
        font-size: 14px;
        font-size: 16px;
    }
    
    .jstit .text p {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }
    
    .jsnr {
        padding: 20px 30px 40px;
        overflow: hidden;
    }
    
    .jsnr table {
        width: 100%;
    }
    
    .jsnr table tr td {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        padding: 8px 12px;
        box-sizing: border-box;
    }
    
    .jsnr table tr td:nth-of-type(1) {
        width: 85px;
        color: #0C4D92;
        padding:8px 0px;
    }
    
    .jsnr table tr td:nth-of-type(2) {
        width: calc(100% - 110px);
    }
.jydt_bg3{
    overflow: hidden;
    padding: 50px 0px;
}
.jydt_bg{
      overflow: hidden;
    padding: 50px 0px;
    background: #f2f8fd;
}
.jydt_bg2{
    overflow: hidden;
    padding: 50px 0px;
}
.jydt_box .rcpy{
  padding-top:4px;
}
.jydt_box .rcpy li{
  padding:17px 0px;
}
 