@charset "utf-8";
html { margin-top: 0px !important; }
	* html body { margin-top: 0px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
		* html body { margin-top: 0px !important; }
	}
/*** 去除页面顶部空格结束****/
/*s后面对应的栏目*/
/*s1 职能部门*/
/*s2 院系设置*/
/*s3 学生工作*/
/*s4 文明在线*/
/*s5 教学科研*/
/*s6 关于立达*/

@font-face {
    font-family: 'pf_regular';
    src:  format("truetype");
}

@font-face {
    font-family: 'pf_medium';
    src:  format("truetype");
}

@font-face {
    font-family: 'yh_semibold';
    src:  format("truetype");
}
html {
    margin-top: 0
}
body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑', 'pf_regular', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

table,
td,
tr,
ul,
ol,
li,
dl,
dd,
dt,
p,
input,
form,
em,
p,
img,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333
}

img {
    display: block
}

p {
    color: #666666
}


/*pc全局复用区start*/


/*警告，修改此代码会影响到所有站点 安全等级一级*/


/*禁止使用以下的命名方式*/

@media all and (min-width: 980px) {
    /*全站通用 start*/
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 20px
    }
    .main {
        width: 100%
    }
    .w83 {
        width: 83.333%;
        margin: 0 auto
    }
    .w62 {
        width: 62.5%;
        margin: 0 auto
    }
    .zoomimage {
        width: 100%;
        height: 0;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    /*全站通用 end*/
    /*头部主站通用*/
    .top_flex.on {
        position: fixed;
        z-index: 10;
        background-color: #ffffff;
        box-shadow: 0 8px 20px #211f1f;
        -webkit-transform: translatez(0);
    }
    .top_flex.on {
        animation-name: top_flex;
        animation-duration: 0.5s;
    }
    @keyframes top_flex {
        0% {
            top: -100px
        }
        100% {
            top: 0
        }
    }
    .m_nav {
        display: none
    }
    .head {
        display: flex;
        justify-content: flex-start;
        height: 100px;
        align-items: center
    }
    .head .logo {
        width: 13.375%
    }
    .head .logo img {
        max-height: 52px;
    }
    .head .nav {
        width: 65%;
        margin-left: 10.625%
    }
    .head .nav>ul {
        display: flex;
        justify-content: space-between
    }
    .head .nav>ul>li {
        position: relative;
        box-sizing: border-box
    }
    .head .nav>ul>li>a {
        padding: 40px 0
    }
    /*.head .nav>ul>li.active >a {*/
    /*    color: #a11e23*/
    /*}*/
    .head .nav>ul>li:hover .drapdown {
        display: block
    }
    .head .nav>ul>li .drapdown {
        position: absolute;
        top: 60px;
        background-color: white;
        z-index: 9;
        width: 200px;
        transform: translate(-50%);
        left: 50%;
        padding-top: 10px;
        box-shadow: 0 2px 8px #6b6b6b;
        display: none;
    }
    .head .nav>ul>li .drapdown>ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center
    }
    .head .nav>ul>li .drapdown>ul>li {
        line-height: 48px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .head .nav>ul>li .drapdown>ul>li:hover {
        background-color: #a11e23;
    }
    .head .nav>ul>li .drapdown>ul>li:hover a {
        color: #ffffff;
    }
    /*.head .nav>ul>li .drapdown>ul>li.active {*/
    /*    background-color: #a11e23;*/
    /*}*/
    /*.head .nav>ul>li .drapdown>ul>li.active a {*/
    /*    color: white*/
    /*}*/
    .head .nav>ul>li:hover:after{content: '';width: 100%;display: block;height: 4px;background-color: #a11e23;top: 40px;position:absolute}

    /*.head .nav>ul>li:hover>a {*/
    /*    color: #a11e23*/
    /*}*/
    /*.head .nav>ul>li.active:after {*/
    /*    content: '';*/
    /*    width: 40px;*/
    /*    display: block;*/
    /*    height: 4px;*/
    /*    background-color: #a11e23;*/
    /*    top: 40px;*/
    /*    position: absolute;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%)*/
    /*}*/
    .head .search {
        width: 8%;
        position: relative;
        margin-left: auto
    }
    .head .search input {
        border-radius: 25px;
        height: 40px;
        outline: none;
        padding-left: 40px;
        border: 1px solid #bbbbbb;
        width: 100%;
        box-sizing: border-box
    }
    .head .retrieval_button{
    left: 135px;
    top: 8px;
    position: absolute;

    }
   .head form{
          width: 8%;
        position: relative;
        margin-left: auto;
    }
  .head .search {
        border-radius: 25px;
        height: 40px;
        outline: none;
        padding-left: 40px;
        border: 1px solid #bbbbbb;
        width: 100%;
        box-sizing: border-box
    }
    .head .search .search_btn {
        position: absolute;
        left: 12px;
        top: 8px
    }
    /*头部主站通用end*/
    /*通用foot*/
    .foot {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: -53px
    }
    .foot .foot_l {
        width: 32%;
        background-color: #a11e23;
        padding: 108px 0 97px 170px;
        box-sizing: border-box;
        position: relative
    }
    .foot .foot_l .shape {
        width: 16px;
        height: 16px;
        background-color: #a11e23;
        position: absolute;
        top: -16px;
        right: -16px
    }
    .foot .foot_l p {
        color: #eeeeee
    }
    .foot .foot_l p:nth-of-type(n 2) {
        padding-top: 16px
    }
    .foot .foot_l p:first-of-type {
        padding-top: 28px
    }
    .foot .foot_r {
        width: 68%;
        background-color: #454545;
        padding: 60px 228px 42px 60px;
        box-sizing: border-box;
        margin-top: 53px
    }
    .foot .foot_r_bd {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        border-bottom: 2px solid #fafafa;
        padding-bottom: 50px
    }
    .foot .foot_r_bd .foot_r_bd_l {
        width: 42%;
        height: 200px;
    }
    .foot .foot_r_bd .foot_r_bd_c {
        width: 44%;
        height: 200px;
    }
    
    /*====l====*/
    .foot .foot_r_bd_l h2 {
        font-size: 24px;
        color: #ffffff;
        position: relative;
        padding-bottom: 60px
    }
    .foot .foot_r_bd_l h2:after {
        content: '';
        display: block;
        width: 128px;
        height: 4px;
        background-color: #ffffff;
        top: 53px;
        left: 0;
        position: absolute;
    }
    .foot .foot_r_bd_l ul {
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-between;
    }
    .foot .foot_r_bd_l ul li a {
        font-size: 18px;
        color: #ffffff
    }
    .foot .foot_r_bd_l ul li a:hover{
        color: #a11e23
    }
    .foot .foot_r_bd_l ul li {
        padding-top: 18px
    }
    /*==========center====*/
    .foot .foot_r_bd_c h2 {
        font-size: 24px;
        color: #ffffff;
        position: relative;
        padding-bottom: 60px
    }
    .foot .foot_r_bd_c h2:after {
        content: '';
        display: block;
        width: 128px;
        height: 4px;
        background-color: #ffffff;
        top: 53px;
        left: 0;
        position: absolute;
    }
    .foot .foot_r_bd_c ul {
        display: grid;
        grid-template-columns: 49% 45%;
        justify-content: space-between;
    }
    .foot .foot_r_bd_c ul li a {
        font-size: 18px;
        color: #ffffff;
    }
    .foot .foot_r_bd_c ul li a:hover{
        color: #a11e23;
    }
    .foot .foot_r_bd_c ul li {
        padding-top: 18px;
    }

    
    /*==========r=========*/
    .foot .foot_r_bd_r ul {
        display: grid;
        grid-template-columns: 50% 50%;
        justify-content: space-between;
    }
    .foot .foot_r_bd_r ul li img {
        width: 128px;
        height: 128px
    }
    .foot .foot_r_bd_r ul>li {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .foot .foot_r_bd_r ul>li:nth-last-child(1) {
        margin-left: 50px
    }
    .foot .foot_r_bd_r ul>li p {
        color: #ffffff;
        padding-top: 14px
    }
    .foot .foot_bottm {
        display: flex;
        justify-content: space-between;
        padding-top: 32px;
    }
    .foot .foot_bottm p {
        color: #ffffff
    }
    .foot .foot_bottm>ul {
        display: flex;
        justify-content: space-between;
    }
    .foot .foot_bottm>ul>li:nth-of-type(n 2) {
        padding-left: 24px
    }
    .foot .foot_bottm>ul>li a {
        color: #ffffff
    }
    .foot .foot_bottm>ul>li a:hover {
        color: #a11e23
    }
}


/*pc详情页面*/

@media all and (min-width: 980px) {
    /*详情页面head*/
    .n_head {
        display: flex;
        justify-content: space-between;
        height: 100px;
        align-items: center
    }
    .n_head .search {
        width: 8%;
        position: relative;
        margin-left: auto
    }
    .n_head .search input {
        border-radius: 25px;
        height: 40px;
        outline: none;
        padding-left: 40px;
        border: 1px solid #bbbbbb;
        width: 100%;
        box-sizing: border-box
    }
    .n_head .search .search_btn {
        position: absolute;
        left: 12px;
        top: 8px
    }
    /*详情页面head end*/
    .bodypage_top {
        height: 144px;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #a11e23 50%, #a11e23)
    }
    .bodypage_crumbs {
        height: 64px;
        background-color: #a11e23;
        display: flex;
        align-items: center;
        padding-left: 20px
    }
    .bodypage_crumbs a,
    .bodypage_crumbs p {
        color: #ffffff
    }
    .page_body_main {
        margin-top: -80px;
        background-color: #ffffff;
    }
    .page_body_main>h2 {
        padding-top: 41px;
    }
    .page_body_main>span {
        display: block;
        margin-top: 20px;
        color: #999999
    }
    .page_body_main_text {
        padding-top: 60px;
        display: grid;
        grid-template-columns: 71.333% 24.5%;
        justify-content: space-between
    }
    .page_body_main_r_t {
        display: flex;
        align-items: center;
        border-bottom: 3px solid #a11e23;
        padding-bottom: 14px
    }
    .page_body_main_r_t i {
        color: #a11e23;
        padding-right: 10px
    }
    .page_body_main_r_t h2 {
        color: #a11e23;
        font-size: 16px;
        font-family: yh_semibold, serif;
    }
    .page_body_main_r_list {
        margin-top: 18px
    }
    .page_body_main_r_list>ul>li>a .nr {
        height: 102px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 18px 0 18px 20px;
        box-sizing: border-box;
        position: relative;
        border-left: 1px solid #eeeeee;
    }
    .page_body_main_r_list>ul>li>a .nr span {
        color: #999999;
        font-size: 14px
    }
    .page_body_main_r_list>ul>li>a .nr p {
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .page_body_main_r_list>ul>li>a:hover .nr p {
        color: #a11e23
    }
    .page_body_main_r_list>ul>li>a .nr:before {
        content: '';
        position: absolute;
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #eeeeee;
        top: 25px;
        left: -2.5px
    }
    .page_body_main_l p {
        line-height: 32px;
        color: #333333;
        margin: 16px 0
    }
    .page_body_main_l img {
        left: 50%;
        transform: translate(-50%);
        position: relative;
        max-width: 800px;
        padding: 16px 0
    }
    .page_body_main_l .down {
        height: 78px;
        background-color: #f6f6f6;
        display: flex;
        align-items: center;
        padding: 0 24px;
        justify-content: flex-start;
        margin-bottom: 40px
    }
    .page_body_main_l .down a {
        margin-left: auto
    }
    .page_body_main_l .down b {
        color: #a11e23;
        padding: 0 10px
    }
    .page_body_main_l .down a em {
        font: normal bold 16px 微软雅黑;
        color: #a11e23
    }
}


/*pc详情页面end*/

@media all and (min-width: 980px) {
    /*首页幻灯 pc*/
    .index_slide .swiper-wrapper img {
        width: 100%
    }
    .index_slide_bottom {
        height: 102px;
        background-color: #a11e23;
    }
    .index_slide_bottom .w83 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%
    }
    .index_slide_bottom_r {
        width: 25.5%;
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .index_slide_bottom_r .prev {
        padding-right: 23px
    }
    .index_slide_bottom_r .jt {
        width: 5.937%;
        display: flex;
        cursor: pointer
    }
    .index_slide_bottom_r .scrollbar {
        width: 56.25%;
        background-color: rgba(250, 250, 250, 0.3);
        height: 8px
    }
    .index_slide_bottom_r .scrollbar .swiper-scrollbar-drag {
        background-color: #fafafa;
        width: 33%;
        display: block;
        height: 8px;
        border-radius: unset
    }
    /*首页通用标题 pc*/
    .index_title {
        position: relative
    }
    .index_title h1 {
        position: relative;
    }
    .index_title h1:after {
        content: attr(data-eng);
        position: absolute;
        width: 100%;
        top: -45px;
        font-size: 78px;
        color: #bbbbbb;
        left: 0;
        z-index: -1;
        opacity: 0.4
    }
    /*时间通用 pc*/
    .time {
        background-color: #a11e23;
        width: 110px;
        height: 100px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative
    }
    .time:before {
        content: '';
        display: block;
        position: absolute;
        top: -8px;
        left: -8px;
        background-color: white;
        width: 8px;
        height: 8px
    }
    .time:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: white;
        width: 8px;
        height: 8px
    }
    .time i,
    .time em {
        font-style: normal;
        color: white
    }
    .time i {
        font-size: 20px;
        color: #d2cfcf;
        position: relative
    }
    .time i:after {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translate(-50%)
    }
    .time em {
        font-size: 32px;
        padding-top: 12px
    }
    .index_news_tabbody .view i {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-style: normal;
        color: #999999
    }
    .index_news_tabbody .view i img {
        margin-right: 8px
    }
    .index_news_tabbody .view span {
        display: flex;
        justify-content: space-between;
        font-size: 14px
    }
    .index_news_tabbody .view span img {
        margin-left: 8px
    }
    /*第一板块 pc*/
    .index_news_bg {
        background-color: #fafafa;
        background-image: ;
        background-position: top;
        background-repeat: no-repeat;
        z-index: 1;
        position: relative
    }
    .index_news {
        padding: 94px 0 100px 0
    }
    .index_news_tabnav {
        margin-top: 50px
    }
    .index_news_tabnav>ul {
        display: flex;
    }
    .index_news_tabnav>ul>li {
        width: 25%;
        padding-bottom: 17px;
        margin-right: 24px;
        border-bottom: 4px solid #dddddd;
        border-right-width: 20px;
        cursor: pointer
    }
    .index_news_tabnav>ul>li.active {
        border-bottom: 4px solid #a11e23;
    }
    .index_news_tabbody {
        display: none;
        padding-top: 82px
    }
    .index_news_tabbody.active {
        display: flex;
        padding-top: 82px
    }
    .index_news_tabbody .img {
        box-sizing: border-box;
        overflow: hidden
    }
    .index_news_tabbody .zoomimage:hover {
        transform: scale(1.05);
        transition: all 0.5s
    }
    .index_news_tabbody h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: 62px;
    }
    .index_news_tabbody_l {
        width: 37.5%;
    }
    .index_news_tabbody_l:hover h2 a {
        color: #a11e23
    }
    .index_news_tabbody_l:hover .view a {
        color: #a11e23
    }
    .index_news_tabbody_l .bt {
        display: flex;
        padding: 0 20px;
        background-color: white
    }
    .index_news_tabbody_l .bt .time {
        margin-top: -25px;
    }
    .index_news_tabbody_l .btr {
        flex: 1;
        padding: 12px 0 0 15px
    }
    .index_news_tabbody_l .btr .view {
        display: flex;
        justify-content: space-between;
        margin: 16px 0 37px 0
    }
    .index_news_tabbody_l .zoomimage {
        padding-bottom: 66.666%
    }
    .index_news_tabbody_r {
        width: 60.25%;
        margin-left: auto
    }
    .index_news_tabbody_r>ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100%
    }
    .index_news_tabbody_r>ul>li {
        display: grid;
        grid-template-columns: 40.456% 59.54%;
        justify-content: space-between
    }
    .index_news_tabbody_r>ul>li:hover h2 a {
        color: #a11e23
    }
    .index_news_tabbody_r>ul>li:hover .view a {
        color: #a11e23
    }
    .index_news_tabbody_r .zoomimage {
        padding-bottom: 66.666%
    }
    .index_news_tabbody_r .btr {
        background-color: white;
    }
    .index_news_tabbody_r .btr .top {
        display: flex;
        justify-content: space-between
    }
    .index_news_tabbody_r .btr .top .time {
        margin-left: -35px;
        margin-top: 20px
    }
    .index_news_tabbody_r .btr .top h2 {
        margin: 32px 24px 0 24px;
        flex: 1
    }
    .index_news_tabbody_r .btr p {
        margin: 15px 24px
    }
    .index_news_tabbody_r .btr .view {
        display: flex;
        justify-content: space-between;
        margin: 0 24px
    }
    /*第二板块*/
    .index_interflow_bg {
        background-color: #eeeeee;
        z-index: 1;
        position: relative
    }
    .index_interflow {
        padding: 94px 0 100px 0;
        overflow: hidden
    }
    .index_interflow_bd {
        display: none
    }
    .index_interflow_bd.active {
        display: block
    }
    .index_interflow_tabbody {
        display: flex;
        margin-top: 81px
    }
    .index_interflow_tabbody_l {
        width: 65%;
        background-color: white;
        margin: 74px 0 24px 0;
        padding: 40px 70px 25px 158px;
        box-sizing: border-box;
        position: relative
    }
    .index_interflow_tabbody_l>a>p {
        padding: 18px 0 38px 0;
        color: #666666;

        display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;text-overflow:ellipsis
    }
    .index_interflow_tabbody_l .view {
        display: flex;
    }
    .index_interflow_tabbody_l .view img {
        padding-left: 8px
    }
    .index_interflow_tabbody_l .time {
        position: absolute;
        top: -50px;
        left: 10px;
        background: linear-gradient(180deg, #ffffff, #ffffff 50%, #a11e23 50%, #a11e23)
    }
    .index_interflow_tabbody_l .time i:after {
        background-color: #a11e23
    }
    .index_interflow_tabbody_l .time i {
        color: #a11e23
    }
    .index_interflow_tabbody_r {
        width: 35%
    }
    .index_interflow_tabbody_r .zoomimage {
        padding-bottom: 66.07%
    }
    .index_interflow_tabnav {
        margin-top: 50px
    }
    .index_interflow_tabnav>ul {
        display: flex;
    }
    .index_interflow_tabnav>ul>li {
        width: 33%;
        padding-bottom: 17px;
        margin-right: 24px;
        border-bottom: 4px solid #dddddd;
        border-right-width: 20px;
        cursor: pointer;
    }
    .index_interflow_tabnav>ul>li.active {
        border-bottom: 4px solid #a11e23;
    }
    .index_interflow_tabbody_bottom_f{position: relative;}
    .index_interflow_tabbody_bottom{width:1500px;margin: 40px auto 0 auto}
    .index_interflow_tabbody_bottom_f .left{position: absolute;left: 0;top: 0;z-index: 8;cursor: pointer}
    .index_interflow_tabbody_bottom_f .right{position: absolute;right: 0;top: 0;z-index: 8;cursor: pointer}
    .index_interflow_tabbody_bottom .list>ul {
        display: flex;
    }
    .index_interflow_tabbody_bottom .list>ul>li {
        width: 178px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .index_interflow_tabbody_bottom .list>ul>li img {
        width: 100%;
        height: 126px;
        z-index: 5;
        position: relative
    }
    .index_interflow_tabbody_bottom .list>ul>li img:hover {
        transition: all 0.3s ease-out;
        transform: scale(1.05)
    }
    .index_interflow_tabbody_bottom .list>ul>li.swiper-slide-thumb-active {
        border: 3px solid #a11e23;
        position: relative;
    }
    .index_interflow_tabbody_bottom .list>ul>li.swiper-slide-thumb-active:before {
        content: '';
        display: block;
        width: 100%;
        height: 132px;
        background-color: #a11e23;
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: 1;
    }
    .index_interflow_three {
        overflow: hidden
    }
    /*第三板块 pc*/
    .index_link_bg {
        background-image: 
    }
    .w69.index_link {
        width: 69.166%;
        margin: 0 auto;
        padding: 88px 0 128px 0
    }
    .w69.index_link>ul {
        display: flex;
        justify-content: space-between;
    }
    .w69.index_link>ul>li {
        display: flex;
        justify-content: space-between;
        width: 30.12%;
        background-color: white;
        border: 1px solid #999999;
        box-sizing: border-box;
        padding: 9px 24px;
        cursor: pointer;
        position: relative;

    }
    .w69.index_link>ul>li .link_list {
        display: none;

    }
    .w69.index_link>ul>li.active .link_list {
        display: flex;
        position: absolute;
        top: 40px;
        left: -1px;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        z-index: 5;
        max-height: 400px;
        overflow: auto;
    }
    .w69.index_link>ul>li .link_list a {
        display: block;
        width: 100%;
        background-color: #ffffff;
        line-height: 40px;
        padding: 0 27px;
        box-sizing: border-box;
    }
    .w69.index_link>ul>li .link_list a:hover {
        color: #a11e23
    }
}


/*mobile全局复用区start*/


/*警告，修改此代码会影响到所有站点 安全等级一级*/


/*禁止使用以下的命名方式*/

@media all and (max-width: 980px) {
    /*全局通用 mobile*/
    html {
        margin-top: 0
    }
    h1 {
        font-size: 26px;
        color: #312222
    }
    h2 {
        font-size: 20px;
        color: #312222
    }
    body {
        overflow-x: hidden;
    }
    a {
        color: #333333
    }
    p {
        color: #666666
    }
    .w83 {
        width: 90%;
        margin: 0 auto
    }
    .w62 {
        width: 90%;
        margin: 0 auto
    }
    .zoomimage {
        width: 100%;
        height: 0;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    /*手机head通用*/
    .m_nav {
        display: block;
        height: 30px;
    }
    .m_nav span {
        position: relative;
        background: #a11e23;
        display: block;
        width: 40px;
        height: 2px;
        transition: all ease 0.35s;
    }
    .m_nav span:nth-of-type(1) {
        top: 0
    }
    .m_nav span:nth-of-type(2) {
        top: 10px
    }
    .m_nav span:nth-of-type(3) {
        top: 20px
    }
    .m_nav.active span:nth-of-type(1) {
        top: 13px;
        transform: rotate(45deg);
        background: #a11e23
    }
    .m_nav.active span:nth-of-type(2) {
        width: 0;
        color: #4a90e2
    }
    .m_nav.active span:nth-of-type(3) {
        top: 9px;
        transform: rotate(-45deg);
        background: #a11e23
    }
    .main.top_flex {
        position: fixed;
        z-index: 55;
        width: 100%;
        top: 0;
        background-color: #ffffff
    }
    .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .head .nav {
        display: none
    }
    .head .nav.active {
        display: unset;
        height: 100vh;
        width: 100%;
        position: absolute;
        background-color: #ffffff;
        left: 0;
        top: 0;
        padding-top: 85px;
    }
    .head .nav>ul>li {
        line-height: 40px;
        text-align: center;
        border-bottom: 1px dashed #a11e23;
        margin: 0 25px
    }
    .head .nav>ul>li>a {
        font-size: 20px;
        color: #a11e23
    }
    .head .nav>ul>li .drapdown {
        display: none
    }
    .head .nav>ul>li .drapdown.active {
        display: block;
    }
    .head .nav>ul>li .drapdown>ul {
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-between
    }
    .head .nav ul li .drapdown>ul>li {
        background-color: #a11e23;
        height: 40px
    }
    .head .nav ul li .drapdown>ul>li:nth-of-type(n 3) {
        margin-top: 10px
    }
    .head .nav ul li .drapdown>ul>li:last-of-type {
        margin-bottom: 10px
    }
    .head .nav ul li .drapdown>ul>li>a {
        font-size: 18px;
        color: #ffffff
    }
    .head .search {
        display: none
    }
    /*手机foot通用*/
    .foot {
        margin-top: 25px
    }
    .foot .foot_l {
        background-color: #a11e23;
        text-align: center;
        padding: 30px 0
    }
    .foot .foot_l .img {
        display: flex;
        justify-content: center;
        padding-bottom: 20px
    }
    .foot .foot_l p {
        color: #ffffff;
        line-height: 35px
    }
    .foot .foot_r {
        background-color: #454545
    }
    .foot .foot_r_bd {
        width: 90%;
        margin: 0 auto
    }
    
    
    /*==============================*/
    .foot .foot_r_bd_l h2 {
        text-align: center;
        color: #ffffff;
        padding: 25px 0 25px 0;
        position: relative
    }
    .foot .foot_r_bd_l h2:after {
        content: '';
        display: block;
        width: 128px;
        height: 4px;
        background-color: #ffffff;
        top: 63px;
        left: 50%;
        transform: translate(-50%);
        position: absolute;
    }
    .foot .foot_r_bd_l>ul {
        display: grid;
        grid-template-columns: 48% 48%;
        justify-content: space-between
    }
    .foot .foot_r_bd_l>ul li {
        border-bottom: #a11e23 solid 2px;
        padding: 10px 0 10px 10px
    }
    .foot .foot_r_bd_l>ul li a {
        color: #ffffff
    }
    /*================center==============*/
    .foot .foot_r_bd_c h2 {
        text-align: center;
        color: #ffffff;
        padding: 25px 0 25px 0;
        position: relative
    }
    .foot .foot_r_bd_c h2:after {
        content: '';
        display: block;
        width: 128px;
        height: 4px;
        background-color: #ffffff;
        top: 63px;
        left: 50%;
        transform: translate(-50%);
        position: absolute;
    }
    .foot .foot_r_bd_c>ul {
        display: grid;
        grid-template-columns: 48% 48%;
        justify-content: space-between
    }
    .foot .foot_r_bd_c>ul li {
        border-bottom: #a11e23 solid 2px;
        padding: 10px 0 10px 10px
    }
    .foot .foot_r_bd_c>ul li a {
        color: #ffffff
    }
    
    /*==============================*/
    
    .foot .foot_r_bd_r>ul {
        display: grid;
        grid-template-columns: 48% 48%;
        justify-content: space-between;
        padding: 20px 0
    }
    .foot .foot_r_bd_r>ul>li {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
    .foot .foot_r_bd_r ul li img {
        width: 128px;
        height: 128px
    }
    .foot_bottm {
        background-color: #a11e23;
        padding: 50px 0
    }
    .foot_bottm p {
        font-size: 14px;
        text-align: center;
        color: #ffffff;
    }
    .foot_bottm ul {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
        padding-top: 20px
    }
    .foot_bottm ul>li {
        position: relative
    }
    .foot_bottm ul>li:after {
        content: '';
        display: block;
        width: 50%;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        top: 28px;
        left: 50%;
        transform: translate(-50%)
    }
    .foot_bottm ul a {
        color: #ffffff
    }
    /*手机首页通用标题*/
    .index_title {
        position: relative
    }
    .index_title h1 {
        position: relative;
    }
    .index_title h1:after {
        content: attr(data-eng);
        position: absolute;
        width: 100%;
        top: -9px;
        font-size: 42px;
        color: #bbbbbb;
        left: 41px;
        z-index: -1;
        opacity: 0.4;
    }
    /*手机时间通用*/
    .time {
        background-color: #a11e23;
        width: 110px;
        height: 100px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative
    }
    .time:before {
        content: '';
        display: block;
        position: absolute;
        top: -8px;
        left: -8px;
        background-color: white;
        width: 8px;
        height: 8px
    }
    .time:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: white;
        width: 8px;
        height: 8px
    }
    .time i,
    .time em {
        font-style: normal;
        color: white
    }
    .time i {
        font-size: 20px;
        color: #d2cfcf;
        position: relative
    }
    .time i:after {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translate(-50%)
    }
    .time em {
        font-size: 32px;
        padding-top: 12px
    }
}


/*mobile全局复用区 end*/


/*mobile首页*/

@media all and (max-width: 980px) {
    /*手机首页幻灯*/
    .index_slide {
        margin-top: 72px;
        overflow: hidden
    }
    .index_slide .swiper-wrapper img {
        width: 100%
    }
    .index_slide_bottom {
        position: relative;
        background-color: #a11e23
    }
    .index_slide_bottom_l img {
        width: 100%
    }
    .index_slide_bottom_r .scrollbar {
        width: 36.25%;
        background-color: rgba(250, 250, 250, 0.3);
        height: 4px;
        position: absolute;
        top: -10px;
        z-index: 10;
        left: 50%;
        transform: translate(-50%)
    }
    .index_slide_bottom_r .scrollbar .swiper-scrollbar-drag {
        background-color: #fafafa;
        width: 33%;
        display: block;
        height: 4px;
        border-radius: unset
    }
    .index_slide_bottom_r .jt {
        display: none
    }
    /*手机首页第一板块*/
    .index_news_bg {
        background-color: #fafafa;
        background-image: ;
        background-position: top;
        background-repeat: no-repeat;
        padding: 30px 0;
        z-index: 1;
        position: relative;
        overflow: hidden
    }
    .index_news_tabnav>ul {
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-between;
        margin-top: 15px
    }
    .index_news_tabnav>ul>li {
        border-bottom: 2px solid #dddddd;
        line-height: 50px;
        text-align: center
    }
    .index_news_tabnav>ul>li.active {
        border-bottom: 2px solid #a11e23;
        line-height: 50px;
        text-align: center
    }
    .index_news_tabbody {
        display: none;
    }
    .index_news_tabbody.active {
        display: block;
        margin-top: 15px
    }
    .index_news_tabbody_l {
        background-color: #ffffff;
        padding-bottom: 20px;
        box-shadow: 0 2px 8px #666666
    }
    .index_news_tabbody_l .btr {
        padding: 0 15px
    }
    .index_news_tabbody_l .zoomimage {
        padding-bottom: 66.666%
    }
    .index_news_tabbody_l .time {
        margin-left: 10px;
        margin-top: -71px;
    }
    .index_news_tabbody_l .btr .view {
        display: flex;
        justify-content: space-between;
        margin: 16px 0 37px 0
    }
    .index_news_tabbody .view i {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-style: normal;
        color: #999999
    }
    .index_news_tabbody .view i img {
        margin-right: 8px
    }
    .index_news_tabbody .view span {
        display: flex;
        justify-content: space-between;
        font-size: 14px
    }
    .index_news_tabbody .view span img {
        margin-left: 8px
    }
    .index_news_tabbody_r li {
        margin-top: 20px;
        background-color: #ffffff;
        padding-bottom: 20px;
        box-shadow: 0 2px 8px #666666
    }
    .index_news_tabbody_r .zoomimage {
        padding-bottom: 66.666%
    }
    .index_news_tabbody_r .time {
        margin-left: 10px;
        margin-top: -71px;
    }
    .index_news_tabbody_r li .view,
    .index_news_tabbody_r li p,
    .index_news_tabbody_r li h2 {
        padding: 0 15px
    }
    .index_news_tabbody_r li .view {
        display: flex;
        justify-content: space-between;
        margin: 16px 0 37px 0
    }
    .index_news_tabbody_r li .view i {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-style: normal;
        color: #999999
    }
    .index_news_tabbody_r .view i img {
        margin-right: 8px
    }
    .index_news_tabbody_r .view span {
        display: flex;
        justify-content: space-between;
        font-size: 14px
    }
    .index_news_tabbody_r .view span img {
        margin-left: 8px
    }
    .index_news_tabbody_r li p {
        padding-top: 10px
    }
    /*手机首页第二版块*/
    .index_interflow_bg {
        overflow: hidden
    }
    .index_interflow {}
    .index_interflow_tabbody_bottom {
        display: none
    }
    .index_interflow_tabnav>ul {
        margin-top: 15px
    }
    .index_interflow_tabnav>ul>li {
        font-size: 18px;
        border-bottom: 4px solid #dddddd;
        line-height: 40px;
        padding: 8px 0;
        color: #1d1d1d
    }
    .index_interflow_tabnav>ul>li.active {
        border-bottom: 4px solid #a11e23;
    }
    .index_interflow_bd {
        display: none
    }
    .index_interflow_bd.active {
        display: block
    }
    .index_interflow_tabbody {
        visibility: hidden
    }
    .index_interflow_tabbody.swiper-slide-active {
        visibility: unset
    }
    .index_interflow_tabbody_l {
        margin-top: 20px;
        background-color: #ffffff;
        box-shadow: 0 2px 8px #666666;
        padding: 15px 15px 50px 15px;
        position: relative
    }
    .index_interflow_tabbody_l .view {
        display: flex;
        justify-content: flex-end;
        padding-top: 20px
    }
    .index_interflow_tabbody_l .view a {
        font-size: 14px
    }
    .index_interflow_tabbody_l .time {
        position: absolute;
        bottom: -50px;
        left: 10px
    }
    .index_interflow_tabbody_l .time:before {
        background-color: #a11e23
    }
    .index_interflow_tabbody_l .time:after {
        background-color: rgba(255, 255, 255, 0.9)
    }
    .index_interflow_tabbody_r {
        box-shadow: 0 2px 8px #666666;
    }
    .index_interflow_tabbody_r .zoomimage {
        padding-bottom: 66.666%
    }
    /*手机首页第三板块*/
    .w69.index_link {
        margin-top: 40px;
        width: 90%;
        margin: 0 auto
    }
    .w69.index_link>ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }
    .w69.index_link>ul>li {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background-color: white;
        border: 1px solid #999999;
        box-sizing: border-box;
        padding: 9px 24px;
        cursor: pointer;
        position: relative;
        margin-top: 20px
    }
    .w69.index_link>ul>li .link_list {
        display: none
    }
    .w69.index_link>ul>li.active .link_list {
        display: flex;
        position: absolute;
        top: 40px;
        left: -1px;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        z-index: 5
    }
    .w69.index_link>ul>li .link_list a {
        display: block;
        width: 100%;
        background-color: #ffffff;
        line-height: 40px;
        padding: 0 27px;
        box-sizing: border-box;
    }
    .w69.index_link>ul>li .link_list a:hover {
        color: #a11e23
    }
}


/*pc & mobile index end*/


/*pc内页通用*/

@media all and (min-width: 980px) {
    .banner {
        position: relative
    }
    .banner .column {
        position: absolute;
        bottom: 52px;
        left: 0
    }
    .banner .column h1 {
        color: #ffffff
    }
    .crumbs {
        height: 68px;
        width: 100%;
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #a11e23 50%, #a11e23);
        margin-top: -34px;
        position: relative;
        z-index: 2
    }
    .crumbs .w62 {
        display: flex;
        align-items: center;
        height: 100%;
        color: #ffffff
    }
    .crumbs .w62 a,
    .crumbs .w62 p {
        color: #ffffff
    }
    .list_module1 {
        display: flex;
        justify-content: space-between
    }
    .list_module1_left {
        width: 76.916%
    }
    .list_module1_right {
        width: 18.166%
    }
    .l_time {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .l_time i {
        font-style: normal;
        font-size: 34px;
        color: #999999;
        font-weight: bold
    }
    .l_time em {
        font-style: normal;
        font-size: 14px;
        color: #999999;
        font-weight: bold
    }
    .t1_list>a:hover .l_time i,
    .t2_list>a:hover .l_time i {
        color: #a11e23;
    }
    .t1_list>a:hover .l_time em,
    .t2_list>a:hover .l_time em {
        color: #a11e23;
    }
    .t1_list>a:hover .tit h2,
    .t2_list>a:hover h2,
    .t2_list>a:hover p {
        color: #a11e23;
    }
    .t1_list>a:hover .tit:after {
        background-color: #a11e23;
    }
    .t1_list>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 118px
    }
    .t1_list .tit {
        width: 85.51%;
        position: relative;
    }
    .t1_list .tit h2 {
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    .t1_list .tit:after {
        content: '';
        position: absolute;
        display: block;
        width: 128px;
        height: 2px;
        background-color: #dfdbdb;
        left: 0;
        top: 36px
    }
    .t2_list>a {
        display: flex;
        justify-content: space-between;
        height: 170px
    }
    .t2_list .img {
        width: 19.098%
    }
    .t2_list .img .zoomimage {
        padding-bottom: 62.359%
    }
    .t2_list .l_time {
        width: 10%;
    }
    .t2_list .nr {
        width: 70.815%;
        flex: 1;
    }
    .t2_list .placeholder {
        width: 5%;
        position: relative
    }
    .t2_list .placeholder:after {
        content: '';
        display: block;
        position: absolute;
        top: 43px;
        right: -128px;
        height: 2px;
        background-color: #dfdbdb;
        width: 128px;
    }
    .t2_list .nr h2 {
        font-size: 20px;
        padding-top: 7px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .t2_list .nr p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 20px
    }
    .t2_list>a:hover .placeholder:after {
        background-color: #a11e23;
    }
    .listnav1 {
        height: 56px;
        display: flex;
        align-items: center;
        border-bottom: #dddddd 1px solid
    }
    .listnav1 .tit {
        display: flex;
        align-items: center;
        padding-left: 20px
    }
    .listnav1 .tit i {
        display: none;
        padding-right: 10px
    }
    .listnav1.active {
        background: #a11e23
    }
    .listnav1.active a {
        color: #ffffff
    }
    .listnav1.active .tit i {
        display: block;
        color: #ffffff
    }
    /*.listnav1:hover{background: #a11e23}*/
    .listnav1:hover a {
        color: #a11e23
    }
    .listnav1.active:hover a {
        color: #ffffff
    }
    /*.listnav1:hover .tit i{display: block;color: #ffffff}*/
}


/*pc针对性*/

@media all and (min-width: 980px) {
    /*s1职能部门 pc*/
    /*.list_module1_left .s1{padding-bottom: 200px}*/
    .list_module1_left .s1 h1 {
        padding-top: 60px
    }
    .list_module1_left .s1 ul {
        padding-top: 40px
    }
    .list_module1_right .s1 ul {
        padding-top: 60px
    }
    .t_slide_1_body {
        position: relative;
        margin: 40px 0 20px 0;
        overflow: hidden
    }
    .t_slide_1_body .zoomimage {
        padding-bottom: 46.137%
    }
    .t_slide_1_body .bottom {
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        height: 56px;
        background-color: rgba(0, 0, 0, 0.6);
        align-items: center;
        width: 100%;
        padding: 0 21px;
        box-sizing: border-box
    }
    .t_slide_1_body .bottom a {
        font-size: 20px;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 78%
    }
    .t_slide_1_body .scrollbar {
        width: 17%;
        background-color: rgba(250, 250, 250, 0.3);
        height: 8px;
        position: absolute;
        bottom: 24px;
        z-index: 10;
        right: 17px
    }
    .t_slide_1_body .scrollbar .swiper-scrollbar-drag {
        background-color: #fafafa;
        width: 33%;
        display: block;
        height: 8px;
        border-radius: unset
    }
    .s1_list_office>ul {
        display: grid;
        grid-template-columns: 48.166% 48.166%;
        justify-content: space-between;
        margin: 60px 0 0 0
    }
    .s1_list_office>ul>li>a {
        background-color: #f6f6f6;
        height: 134px;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 32px;
        position: relative
    }
    .s1_list_office>ul>li .view {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .s1_list_office>ul>li .view img {
        padding-left: 8px
    }
    .s1_list_office>ul>li h2 {
        margin-top: -15px
    }
    .s1_list_office>ul>li>a:after {
        content: '';
        position: absolute;
        display: block;
        width: 64px;
        height: 4px;
        background-color: #a11e23;
        bottom: 39px;
        left: 32px
    }
    /*s2院系设置 pc*/
    .margin_bottm {
        padding-bottom: 200px
    }
    .s2_faculty_1_bg {
        background-color: #f6f6f6;
        height: 570px
    }
    .s2_faculty_1 {
        display: flex;
        height: inherit
    }
    .s2_faculty_1_l {
        flex: 1;
        padding: 134px 60px 0 0
    }
    .s2_faculty_1_l .top {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .s2_faculty_1_l .top h2 {
        color: #333333;
        position: relative
    }
    .s2_faculty_1_l .top h2:before {
        content: '';
        display: block;
        position: absolute;
        width: 128px;
        height: 4px;
        background-color: #a11e23;
        left: 0;
        top: 50px
    }
    .s2_faculty_1_l .top i {
        font-size: 1.5rem;
        color: #333333
    }
    .s2_faculty_1_l p {
        padding-top: 48px;
        line-height: 32px;
        margin-bottom: 68px
    }
    .s2_faculty_1_l li a:hover .view span {
        color: #a11e23
    }
    .s2_faculty_1_l .view {
        display: flex;
        align-items: center;
    }
    .s2_faculty_1_l li {
        margin-bottom: 32px
    }
    .s2_faculty_1_l .view span {
        font-size: 22px;
        color: #333333;
        font-weight: bold
    }
    .s2_faculty_1_l .view img {
        padding-left: 8px
    }
    .s2_faculty_1_r {
        width: 43.75%;
        display: flex;
        align-items: flex-end;
        position: relative
    }
    .s2_faculty_1_r .zoomimage {
        padding-bottom: 64.285%;
        position: relative;
        z-index: 2;
    }
    .s2_faculty_1_r .bg {
        width: 397px;
        height: 364px;
        position: absolute;
        background-color: #ffffff;
        top: 90px;
        left: -30px;
        z-index: 1
    }
    .s2_faculty_2_bg {
        background-color: #ffffff;
        height: 570px
    }
    .s2_faculty_2 {
        display: flex;
        height: inherit
    }
    .s2_faculty_2_l {
        width: 43.75%;
        display: flex;
        align-items: flex-end;
        position: relative
    }
    .s2_faculty_2_l .zoomimage {
        padding-bottom: 64.285%;
        position: relative;
        z-index: 2;
    }
    .s2_faculty_2_l .bg {
        width: 397px;
        height: 364px;
        position: absolute;
        background-color: #f6f6f6;
        top: 90px;
        right: -30px;
        z-index: 1
    }
    .s2_faculty_2_r {
        flex: 1;
        padding: 134px 200px 0 60px
    }
    .s2_faculty_2_r .top {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .s2_faculty_2_r .top h2 {
        color: #333333;
        position: relative
    }
    .s2_faculty_2_r .top h2:before {
        content: '';
        display: block;
        position: absolute;
        width: 128px;
        height: 4px;
        background-color: #a11e23;
        left: 0;
        top: 50px
    }
    .s2_faculty_2_r .top i {
        font-size: 1.5rem;
        color: #333333
    }
    .s2_faculty_2_r p {
        padding-top: 48px;
        line-height: 32px;
        margin-bottom: 68px
    }
    .s2_faculty_2_r li a:hover .view span {
        color: #a11e23
    }
    .s2_faculty_2_r .view {
        display: flex;
        align-items: center;
    }
    .s2_faculty_2_r li {
        margin-bottom: 32px
    }
    .s2_faculty_2_r .view span {
        font-size: 22px;
        color: #333333;
        font-weight: bold
    }
    .s2_faculty_2_r .view img {
        padding-left: 8px
    }
    /*s3 学生工作 pc*/
    .s3_list {
        display: flex;
        margin-top: 60px
    }
    .s3_list_l {
        width: 33.333%;
        position: relative;
    }
    .s3_list_l .zoomimage {
        padding-bottom: 93.75%
    }
    .s3_list_l .nr {
        position: absolute;
        height: 100%;
        z-index: 2;
        top: 0;
        width: 100%;
        text-align: center;
        display: block
    }
    .s3_list_l .nr h1 {
        color: #ffffff;
        z-index: 2;
        margin-top: 12px
    }
    .s3_list_l .nr img {
        margin: 112px auto 0 auto
    }
    .s3_list_l .nr:after {
        content: '';
        display: block;
        position: absolute;
        width: 68px;
        height: 4px;
        background-color: #ffffff;
        left: 50%;
        transform: translate(-50%);
        bottom: 112px
    }
    .s3_list_r {
        background-color: #f6f6f6;
        margin-top: 76px;
        flex: 1;
        padding: 45px;
    }
    .s3_list_r .l:nth-of-type(2) {
        margin-top: 40px
    }
    .s3_list_r .l span {
        font-size: 14px;
        color: #999999
    }
    .s3_list_r .l h3 {
        color: #333333;
        margin-top: 6px
    }
    .s3_list_r .view {
        display: flex;
        align-items: center;
        padding-top: 35px
    }
    .s3_list_r .view span {
        font-size: 14px;
        color: #333333;
        font-weight: bold
    }
    .s3_list_r .view img {
        padding-left: 8px
    }
    .s3_list_r .l:hover h3 {
        color: #a11e23
    }
    .s3_list_r .l:hover span {
        color: #a11e23
    }
    .s3_list:nth-of-type(even) .s3_list_l {
        order: 2
    }
    .s3_list:nth-of-type(even) .s3_list_r {
        order: 1
    }
    /*s4文明在线 pc*/
    .m_nav {
        display: none
    }
    .s4head {
        display: flex;
        justify-content: flex-start;
        height: 100px;
        align-items: center
    }
    .s4head .logo {
        width: 13.375%
    }
    .s4head .logo img {
        max-height: 66px;
    }
    .s4head .nav {
        width: 44%;
        margin-left: 3.937%
    }
    .s4head .nav>ul {
        display: flex;
        justify-content: space-between
    }
    .s4head .nav>ul>li {
        position: relative;
        box-sizing: border-box
    }
    .s4head .nav>ul>li>a {
        padding: 20px;
        font-family: 'pf_medium';
    }
    .s4head .nav>ul>li.active a {
        color: #a11e23
    }
    .s4head .nav>ul>li:hover a {
        color: #a11e23
    }
    .s4head .nav>ul>li.active:after {
        content: '';
        width: 40px;
        display: block;
        height: 4px;
        background-color: #a11e23;
        top: 40px;
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }
    .s4head .search {
        width: 11.45%;
        position: relative;
        margin-left: auto;
        margin-right: 51px
    }
    .s4head .search input {
        border-radius: 25px;
        height: 40px;
        outline: none;
        padding-left: 40px;
        border: 1px solid #bbbbbb;
        width: 100%;
        box-sizing: border-box
    }
    .s4head .search .search_btn {
        position: absolute;
        left: 12px;
        top: 8px
    }
    .s4head .s4head_right>ul {
        display: flex;
    }
    .s4head .s4head_right>ul>li:first-of-type {
        border-right: 1px solid #3c3434
    }
    .s4head .s4head_right>ul>li:first-of-type {
        padding-right: 17px
    }
    .s4head .s4head_right>ul>li:nth-of-type(2) {
        margin-left: 17px
    }
    .s4_slide_botton {
        position: relative
    }
    .s4_slide_bottom {
        width: 25.5%;
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        z-index: 2;
        bottom: 32px;
        right: 0
    }
    .s4_slide_bottom .prev {
        padding-right: 23px
    }
    .s4_slide_bottom .jt {
        width: 5.937%;
        display: flex;
        cursor: pointer
    }
    .s4_slide_bottom .scrollbar {
        width: 56.25%;
        background-color: rgba(250, 250, 250, 0.3);
        height: 8px
    }
    .s4_slide_bottom .scrollbar .swiper-scrollbar-drag {
        background-color: #fafafa;
        width: 33%;
        display: block;
        height: 8px;
        border-radius: unset
    }
    .s4_top_title {
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 77px
    }
    .s4_top_title span {
        font-size: 48px;
        color: #bbbbbb;
        left: 0;
        opacity: 0.4;
        margin-left: 32px;
        font-weight: bold
    }
    .s4_top_title:after {
        content: '';
        position: absolute;
        display: block;
        width: 88px;
        height: 3px;
        background-color: #a11e23;
        top: 70px;
        left: 0
    }
    .s4_news {
        display: grid;
        grid-template-columns: 43.25% 51.75%;
        justify-content: space-between;
        margin-top: 70px;
        margin-bottom: 100px
    }
    .s4_news_l_list {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 34.393% 61.271%;
        align-items: center
    }
    .s4_news_l_list .zoomimage {
        padding-bottom: 69.327%
    }
    .s4_news_l_list .nr h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_news_l_list .nr p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 16px
    }
    .s4_news_l>ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .s4_news_l>ul>li:hover h3 {
        color: #a11e23
    }
    .s4_news_r {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        --swiper-theme-color: #ffffff;
        --swiper-pagination-color: #ffffff;
    }
    .s4_news_r .zoomimage {
        padding-bottom: 62.077%
    }
    .s4_news_r .nr {
        margin-top: 30px;
        display: block
    }
    .s4_news_r .nr:hover {
        color: #a11e23
    }
    .s4_news_r .nr h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_news_r .nr p {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .s4_news_r .swiper-slide {
        position: relative
    }
    .s4_news_r .s4_news_slide_page.swiper-pagination-clickable.swiper-pagination-bullets {
        position: absolute;
        bottom: 240px;
        right: 40px;
        z-index: 50;
        width: unset;
        left: unset;
    }
    .s4_news_r .swiper-pagination-bullet {
        width: 13px;
        height: 13px
    }
    .s4_news_bottom {
        display: flex;
        justify-content: flex-end;
        margin-top: 56px
    }
    .s4_news_bottom>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 34px;
        color: #ffffff;
        width: 383px;
        height: 62px;
        background-color: #a11e23;
        box-sizing: border-box
    }
    .s4_news_bottom img {
        width: 18px;
    }
    .s4_announcement {
        background-color: #f7f7f7;
        position: relative;
        padding: 1px 0 130px 0
    }
    .s4_announcement .s4_top_title {
        margin-bottom: 123px
    }
    .s4_announcement_body {
        height: 588px;
        background-color: #454545;
        position: relative
    }
    .s4_announcement_body_l {
        height: 100%;
        background: linear-gradient( 70deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #a11e23 50%, #a11e23 100%);
    }
    .s4_announcement_body_r {
        height: 640px;
        position: absolute;
        top: -26px;
        z-index: 2;
        width: 100%;
        background: linear-gradient( 70deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #a11e23 50%, #a11e23 100%);
    }
    .s4_announcement_body_nr {
        position: absolute;
        top: 0;
        z-index: 5;
        height: inherit;
        width: inherit
    }
    .s4_announcement_body_nr>.w83 {
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-between;
        height: 100%;
        align-items: center
    }
    .s4_announcement_body_nr .l>ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .s4_announcement_body_nr .l>ul>li:nth-of-type(n 2) {
        padding-top: 48px
    }
    .s4_announcement_body_nr .l>ul>li:nth-of-type(1) {
        width: 93%
    }
    .s4_announcement_body_nr .l>ul>li:nth-of-type(2) {
        margin-left: 85px;
        width: 86%
    }
    .s4_announcement_body_nr .l>ul>li:nth-of-type(3) {
        padding-left: 170px;
        width: 80%
    }
    .s4_announcement_body_nr .r>ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .s4_announcement_body_nr .r>ul>li:nth-of-type(n 2) {
        padding-top: 48px
    }
    .s4_announcement_body_nr .r>ul>li:nth-of-type(1) {
        width: 93%
    }
    .s4_announcement_body_nr .r>ul>li:nth-of-type(2) {
        margin-left: 85px;
        width: 86%
    }
    .s4_announcement_body_nr .r>ul>li:nth-of-type(3) {
        padding-left: 170px;
        width: 80%
    }
    .s4_list_div {
        display: flex;
        justify-content: space-between;
        width: 100%
    }
    .s4_list_div .s4time {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 72px;
        position: relative;
        width: 88px
    }
    .s4_list_div .s4time::after {
        content: '';
        display: block;
        position: absolute;
        height: 88px;
        width: 2px;
        background-color: #ffffff;
        right: 36px
    }
    .s4_list_div .s4time i {
        font-style: normal;
        font-size: 34px;
        color: #ffffff;
        font-weight: bold
    }
    .s4_list_div .s4time em {
        font-style: normal;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold
    }
    .s4_list_div .nr {
        width: 0;
        flex: 1
    }
    .s4_list_div h4 {
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_list_div p {
        color: #ffffff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 12px;
        font-size: 14px
    }
    .s4_announcement_body_nr .f {
        position: absolute;
        bottom: -26px;
        left: 32%;
    }
    .s4_announcement_body_nr .f .bottom {
        width: 405px;
        height: 62px;
        display: block;
        background: linear-gradient(73deg, rgba(0, 0, 0, 0) 5%, #a11e23 5%, #a11e23 95%, transparent 95%, transparent 100%)
    }
    .s4_announcement_body_nr .f .bottom>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #ffffff;
        box-sizing: border-box;
        padding: 0 54px;
        height: inherit
    }
    .s4_announcement_body_nr .f .bottom img {
        width: 18px;
    }
    .s4_announcement_top {
        position: relative
    }
    .s4_announcement_top_right {
        position: absolute;
        top: 0;
        right: 0;
        display: flex
    }
    .s4_announcement_top_right .s4_announcement_prev {
        cursor: pointer
    }
    .s4_announcement_top_right .s4_announcement_next {
        cursor: pointer
    }
    /*s4_brands pc*/
    .s4_brands_top {
        position: relative;
    }
    .s4_brands_top_right {
        position: absolute;
        top: 0;
        right: 0;
        display: flex
    }
    .s4_brands_top_right .s4_brands_prev {
        cursor: pointer
    }
    .s4_brands_top_right .s4_brands_next {
        cursor: pointer
    }
    .s4_brands .list {
        margin-top: 84px;
    }
    .s4_brands .list.swiper-slide-next {
        margin-left: 4%;
        visibility: hidden
    }
    .s4_brands .list.swiper-slide-prev {
        left: -4%;
        visibility: hidden
    }
    .s4_brands .list>ul {
        display: flex;
        justify-content: space-between
    }
    .s4_brands .list>ul>li {
        width: 30.812%
    }
    .s4_brands .list>ul>li .list_body {
        position: relative
    }
    .s4_brands .list>ul>li .list_body .zoomimage {
        padding-bottom: 77.281%
    }
    .s4_brands .list .jt {
        width: 60px;
        height: 60px;
        background-color: #a11e23;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .s4_brands .list .jt img {
        width: 18px
    }
    .s4_brands .list .nr {
        position: absolute;
        left: 60px;
        bottom: -85px;
        height: 226px;
        background-color: #ffffff;
        padding: 41px 27px 27px 27px;
        box-sizing: border-box;
        right: 0;
    }
    .s4_brands .list .nr .width {
        width: 100%;
        box-sizing: border-box
    }
    .s4_brands .list .nr h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .s4_brands .list .nr p {
        margin-top: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 24px
    }
    .s4_brands .list .nr span {
        margin-top: 27px;
        display: block;
        font-size: 14px;
        color: #999999
    }
    .s4_brands .list>ul>li:hover .jt {
        background-color: #454545;
    }
    .s4_brands .list>ul>li:hover .nr h4 {
        color: #a11e23;
    }
    .s4_brands .list>ul>li:hover .nr p {
        color: #a11e23;
    }
    .s4_brands .s4_brands_bottom {
        display: flex;
        justify-content: center;
        margin-top: 160px
    }
    .s4_brands .s4_brands_bottom>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 34px;
        color: #ffffff;
        width: 405px;
        height: 62px;
        background-color: #a11e23;
        box-sizing: border-box
    }
    .s4_brands .s4_brands_bottom img {
        width: 18px;
    }
    /*s4 测评指标 pc*/
    .s4_evaluation {
        background-color: #f7f7f7;
        padding-top: 60px;
        margin-top: 97px;
        position: relative;
        z-index: 1
    }
    .s4_evaluation_top {
        position: relative;
    }
    .s4_evaluation_top .s4_top_title:after {
        background-color: #ffffff
    }
    .s4_evaluation_top .s4_top_title h1 {
        color: #ffffff
    }
    .s4_evaluation_top_right {
        position: absolute;
        top: 0;
        right: 0;
        display: flex
    }
    .s4_evaluation_top_right .s4_evaluation_prev {
        cursor: pointer
    }
    .s4_evaluation_top_right .s4_evaluation_next {
        cursor: pointer
    }
    .s4_evaluation_main>ul {
        display: flex;
        justify-content: space-between;
        margin-top: 76px
    }
    .s4_evaluation_main>ul>li {
        width: 31.25%;
        background-color: #ffffff
    }
    .s4_evaluation_main>ul>li .img img {
        height: 284px;
        width: 100%
    }
    .s4_evaluation_main>ul>li .nr {
        padding: 30px
    }
    .s4_evaluation_main>ul>li h1 {
        margin: 0 0 30px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_evaluation_main>ul>li .more a {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #999999
    }
    .s4_evaluation_main>ul>li .more img {
        width: 18px;
        margin-left: 11px
    }
    .s4_evaluation_main>ul>li .list_son>li {
        position: relative;
        margin-bottom: 54px
    }
    .s4_evaluation_main>ul>li .list_son>li h4 {
        font-weight: normal;
        line-height: 27px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_evaluation_main>ul>li .list_son>li span {
        font-size: 14px;
        color: #999999;
        margin-bottom: 8px;
        line-height: 19px;
        display: block
    }
    .s4_evaluation_main>ul>li .list_son>li::after {
        content: '';
        display: block;
        position: absolute;
        width: 88px;
        height: 2px;
        background-color: #dddddd;
        bottom: -18px;
        left: 0
    }
    .s4_evaluation .s4_brands_bottom {
        display: flex;
        justify-content: center;
        margin-top: 100px
    }
    .s4_evaluation .s4_brands_bottom>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 34px;
        color: #ffffff;
        width: 405px;
        height: 62px;
        background-color: #a11e23;
        box-sizing: border-box
    }
    .s4_evaluation .s4_brands_bottom img {
        width: 18px;
    }
    .margin_bottm.s4 {
        background-color: #f7f7f7
    }
    .s4_evaluation_left_top {
        width: 960px;
        height: 501px;
        background-color: #a11e23;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: -1
    }
    .s4_swiper_evaluation {
        overflow: hidden
    }
    /*s5教学教研 pc*/
    .s5 {
        display: grid;
        grid-template-columns: 47.166% 47.166%;
        justify-content: space-between;
        margin-top: 60px
    }
    .s5 .s5_l,
    .s5 .s5_r {
        position: relative
    }
    .s5 .s5_l .left_top {
        width: 31px;
        height: 177px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #f6f6f6
    }
    .s5_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        height: 115px;
        background-color: #f6f6f6;
        padding: 0 32px
    }
    .s5_top::after {
        content: '';
        display: block;
        position: absolute;
        width: 64px;
        height: 4px;
        background-color: #a11e23;
        left: 32px;
        top: 87px
    }
    .s5_top .view {
        display: flex;
        align-items: center;
    }
    .s5_top .view span {
        font-size: 14px;
        color: #333333;
        font-weight: bold
    }
    .s5_top .view img {
        padding-left: 8px
    }
    .s5_list {
        padding: 0 56px;
        margin-bottom: 40px
    }
    .s5_list:first-of-type {
        margin-top: 36px
    }
    .s5_list span {
        font-size: 14px;
        color: #999999;
        line-height: 19px;
        padding-bottom: 6px
    }
    .s5_list p {
        font-size: 22px;
        color: #333333;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s5_list:hover span {
        color: #a11e23
    }
    .s5_list:hover p {
        color: #a11e23
    }
    /*s6 关于立达 pc*/
    .s6_module_one {
        display: grid;
        grid-template-columns: 69.333% 17.416%;
        justify-content: space-between;
        margin-top: 61px;
        align-items: center
    }
    .s6_module_one_l {
        position: relative;
    }
    .s6_module_one_l::after {
        content: '';
        display: block;
        position: absolute;
        width: 66px;
        height: 4px;
        background-color: #a11e23;
        top: 60px;
        left: 0
    }
    .s6_module_one_l>span {
        margin-top: 47px;
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        line-height: 24px;
        display: block
    }
    .s6_module_one_l p {
        margin-top: 24px;
        font-size: 16px;
        color: #999999;
        line-height: 21px
    }
    .s6_module_one_l .view {
        display: flex;
        align-items: center;
        margin-top: 23px
    }
    .s6_module_one_l .view span {
        font-size: 14px;
        color: #333333;
        font-weight: bold
    }
    .s6_module_one_l .view img {
        padding-left: 8px
    }
    .s6_module_two_bg {
        background: linear-gradient(180deg, #f6f6f6 0%, #f6f6f6 528px, transparent 528px, transparent 100%);
        margin-bottom: 156px
    }
    .s6_module_two {
        text-align: center;
        padding: 40px 0 209px 0;
        margin-top: 74px
    }
    .s6_module_two h1 {
        color: #333333
    }
    .s6_module_two h1.en {
        color: rgba(51, 51, 51, 0.1)
    }
    .s6_module_two p {
        width: 50.437%;
        margin: 22px auto 0 auto;
        color: #999999
    }
    .s6_module_two .view {
        display: flex;
        justify-content: center;
        margin-top: 47px
    }
    .s6_module_two .view span {
        font-size: 14px
    }
    .s6_module_two>ul {
        display: grid;
        grid-template-columns: 32.625% 32.625% 32.625%;
        justify-content: space-between;
        margin-top: 47px
    }
    .s6_module_two>ul>li .zoomimage {
        padding-bottom: 72.848%
    }
    .s6_module_two_f {
        display: grid;
        grid-template-columns: 47.166% 47.166%;
        justify-content: space-between
    }
    .s6_module_two_f>div {
        height: 177px;
        background-color: #f6f6f6;
        position: relative
    }
    .s6_module_two_f>div h2 {
        padding: 37px 0 0 40px;
        position: relative
    }
    .s6_module_two_f>div h2::after {
        content: '';
        display: block;
        position: absolute;
        left: 40px;
        width: 64px;
        height: 4px;
        background-color: #a11e23;
        top: 89px
    }
    .s6_module_two_bottom {
        display: flex;
        justify-content: center;
    }
    .s6_module_two_bottom a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
        height: 80px;
        width: 486px;
        box-sizing: border-box;
        background-color: #a11e23;
        color: #ffffff;
        position: absolute;
        top: 137px
    }
    .s6_module_three_bg {
        background: linear-gradient(180deg, #f6f6f6 0%, #f6f6f6 300px, transparent 300px, transparent 100%);
        padding-top: 40px
    }
    .s6_module_three .body {
        display: grid;
        grid-template-columns: 70.1% 29.9%;
        justify-content: space-between;
        align-items: end
    }
    .s6_module_three .top h2 {
        color: #333333;
        text-align: center
    }
    .s6_module_three .top h2.en {
        color: rgba(51, 51, 51, 0.1)
    }
    .s6_module_three .left {
        width: 100%;
        height: 644px
    }
    .s6_module_three .right {
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .s6_module_three .right>ul {
        margin-top: 58px;
        padding-left: 40px
    }
    .s6_module_three .right>ul>li {
        color: #333333;
        font-weight: bold;
        font-size: 20px;
        cursor: pointer
    }
    .s6_module_three .right>ul>li:nth-of-type(n 2) {
        margin-top: 41px;
    }
    .s6_module_three .bottom a {
        display: flex;
        color: #333333;
        background-color: #f6f6f6;
        width: 100%;
        height: 63px;
        margin-top: 57px;
        align-items: center;
        font-size: 14px;
        padding-left: 40px;
        box-sizing: border-box
    }
    .s6_module_three .bottom a img {
        padding-left: 8px
    }
    .s6_module_three .s6_video {
        position: relative;
    }
    .s6_module_three .s6_video video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: fill;
    }
    .s6_module_three .s6_video .zz {
        position: absolute;
        width: inherit;
        height: inherit;
        background-color: rgba(85, 85, 85, 0.3);
        top: 0;
        left: 0;
        z-index: 2
    }
    .s6_module_three .s6_video .zz.none {
        display: none
    }
    .s6_module_three .left {
        position: relative;
    }
    .s6_module_three .s6play img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        display: block;
        z-index: 5
    }
    .s6_module_three .s6play.none {
        display: none
    }
    /*s6现任领导 pc*/
    .s6_present h1 {
        margin-top: 60px
    }
    .s6_present>p {
        margin-top: 9px;
        line-height: 21px;
        margin-bottom: 40px
    }
    .s6_present>ul {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 30.042% 30.042% 30.042%;
    }
    .s6_present>ul>li:nth-of-type(n 4) {
        margin-top: 46px
    }
    .s6_present .t6_list {
        position: relative
    }
    .s6_present .t6_list .zoomimage {
        padding-bottom: 132.142%
    }
    .s6_present .t6_list .zz {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90px;
        padding-left: 18px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 16px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }
    .s6_present .t6_list .zz p {
        font-size: 24px;
        color: #ffffff;
        line-height: 32px
    }
    .s6_present .t6_list .zz span {
        font-size: 16px;
        color: #ffffff;
        line-height: 21px;
        margin-top: 5px
    }
    /*s6历任领导 pc*/
    .s6_previous>h1 {
        font-size: 32px;
        color: #333333;
        margin-top: 60px
    }
    .s6_previous>p {
        font-size: 16px;
        color: #999999;
        margin-top: 9px;
        line-height: 21px;
        margin-bottom: 40px
    }
    .s6_previous>ul>li:nth-of-type(odd) {
        display: flex;
        justify-content: start
    }
    .s6_previous>ul>li:nth-of-type(even) {
        display: flex;
        justify-content: flex-end
    }
    .s6_previous>ul>li:nth-of-type(n 2) {
        margin-top: 94px
    }
    .s6_previous .t6_list2 {
        display: flex;
        position: relative;
        align-items: flex-end
    }
    .s6_previous .t6_list2 .nr {
        width: 497px;
        position: relative;
        height: 230px;
        background-color: #f9f9f9;
        padding: 42px 0 0 78px;
        box-sizing: border-box
    }
    .s6_previous .t6_list2 .nr h3 {
        font-size: 24px;
        color: #a11e23;
        line-height: 32px;
    }
    .s6_previous .t6_list2 .nr span {
        font-size: 16px;
        color: #333333;
        line-height: 21px;
        margin: 4px 0 36px 0;
        display: block;
        position: relative
    }
    .s6_previous .t6_list2 .nr span::after {
        content: '';
        display: block;
        position: absolute;
        width: 132px;
        height: 4px;
        background-color: #a11e23;
        top: 37px
    }
    .s6_previous .t6_list2 .nr p {
        line-height: 21px;
        margin-top: 8px
    }
    .s6_previous .t6_list2 .time_p {
        position: absolute;
        top: 162px;
        left: 126px;
        background-color: #ffffff;
        width: 136px;
        height: 68px;
        z-index: 3
    }
    .s6_previous .t6_list2 .time_p>ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: inherit;
        position: relative
    }
    .s6_previous .t6_list2 .time_p>ul::after {
        content: '';
        border-bottom: 2px solid #999;
        transform: rotate( -80deg) scale(0.3);
        position: absolute;
        left: 0;
        right: 0;
    }
    .s6_previous .t6_list2 .time_p>ul>li {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 50%;
    }
    .s6_previous .t6_list2 .time_p>ul>li b {
        font-size: 26px;
        color: #999999
    }
    .s6_previous .t6_list2 .time_p>ul>li span {
        font-size: 14px;
        font-weight: bold;
        color: #999999
    }
    .s6_previous .t6_list2 .img {
        height: 280px;
        width: 200px;
        position: relative;
        z-index: 2
    }
    .s6_previous .t6_list2 .img::before {
        content: '';
        display: block;
        position: absolute;
        height: 280px;
        width: 200px;
        background-color: #a11e23;
        top: -14px;
        left: -14px;
        z-index: -1
    }
    .s6_previous .t6_list2 .img img {
        height: 280px;
        width: 200px;
    }
    .s6_previous .t6_list2 .border_s6 {
        width: 102px;
        height: 249px;
    }
    .s6_previous>ul>li:nth-of-type(odd) .border_s6 {
        border-right: 4px solid #eeeeee;
        border-top: 4px solid #eeeeee;
        position: absolute;
        right: -106px;
        top: 174px
    }
    .s6_previous>ul>li:nth-of-type(even) .border_s6 {
        border-left: 4px solid #eeeeee;
        border-top: 4px solid #eeeeee;
        position: absolute;
        left: -106px;
        top: 174px
    }
    .s6_previous>ul>li:last-of-type .border_s6 {
        display: none
    }
    /*s6 子页面- 立达视频 pc*/
    .t1_list .tit {
        display: flex;
    }
    .t1_list .tit .video {
        width: 26px;
        height: 26px;
        background-color: #ffffff;
        border: 2px solid #a11e23;
        border-radius: 26px;
        margin-left: 10px;
        position: relative
    }
    .t1_list .tit .video::after {
        content: '';
        display: block;
        position: absolute;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #a11e23;
        left: 54%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
    .t1_list>a:hover .tit .video {
        background-color: #a11e23;
    }
    .t1_list>a:hover .tit .video::after {
        border-left: 10px solid #ffffff;
    }
    /*s6 单独的详情pc*/
    .s6_page_body_main_l p {
        line-height: 32px;
        color: #333333;
        margin: 16px 0
    }
    .s6_page_body_main_l img {
        left: 50%;
        transform: translate(-50%);
        position: relative;
        max-width: 642px;
        padding: 16px 0
    }
    .s6_page_body_main_l.tit {
        font-size: 16px;
        color: #999999;
        line-height: 21px;
        margin-top: 9px;
        display: block
    }
}


/*pc针对性 end*/


/*手机通用*/

@media all and (max-width: 980px) {
    .main.banner_f {
        margin-top: 72px;
        position: relative
    }
    .main.banner_f img {
        width: 100%
    }
    .banner .column {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%
    }
    .banner .column h1 {
        color: #ffffff
    }
    .crumbs {
        height: 55px;
        background-color: #a11e23
    }
    .crumbs .w62 {
        display: flex;
        align-items: center;
        height: 100%;
        color: #ffffff
    }
    .crumbs .w62 a,
    .crumbs .w62 p {
        color: #ffffff
    }
    .t1_list>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 118px
    }
    .t1_list .l_time {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 15%;
    }
    .t1_list .l_time i {
        font-style: normal;
        font-size: 28px;
        color: #a11e23;
        font-weight: bold
    }
    .t1_list .l_time em {
        font-style: normal;
        font-size: 14px;
        color: #999999;
        font-weight: bold
    }
    .t1_list .tit {
        width: 85%;
        position: relative;
        padding-left: 15px
    }
    .t1_list .tit h2 {
        font-size: 20px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    .t1_list .tit:after {
        content: '';
        position: absolute;
        display: block;
        width: 128px;
        height: 2px;
        background-color: #a11e23;
        left: 15px;
        top: 30px
    }
    .t2_list {
        box-shadow: 0 2px 8px #6b6b6b;
    }
    .t2_list .zoomimage {
        padding-bottom: 50%
    }
    .t2_list .l_time {
        margin-top: -50px;
        margin-left: 15px
    }
    .t2_list .nr {
        padding: 0 15px 30px 15px
    }
    .t2_list .nr h2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 15px
    }
    .t2_list .nr p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 15px
    }
    .t2_list .l_time {
        background-color: #a11e23;
        width: 110px;
        height: 100px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative
    }
    .t2_list .l_time:before {
        content: '';
        display: block;
        position: absolute;
        top: -8px;
        left: -8px;
        background-color: white;
        width: 8px;
        height: 8px
    }
    .t2_list .l_time:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: white;
        width: 8px;
        height: 8px
    }
    .t2_list .l_time i,
    .t2_list .l_time em {
        font-style: normal;
        color: white
    }
    .t2_list .l_time i {
        font-size: 20px;
        color: #ffffff;
        position: relative
    }
    .t2_list .l_time i:after {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translate(-50%)
    }
    .t2_list .l_time em {
        font-size: 22px;
        padding-top: 12px
    }
    .t3_list .l_time {
        margin-top: 0px;
        margin-left: 15px;
    }
    .listnav1 {
        height: 56px;
        display: flex;
        align-items: center;
        border-bottom: #dddddd 1px solid
    }
    .listnav1 .tit {
        display: flex;
        align-items: center;
        padding-left: 20px
    }
    .listnav1 .tit i {
        display: none;
        padding-right: 10px
    }
    .listnav1.active {
        background: #a11e23
    }
    .listnav1.active a {
        color: #ffffff
    }
    .listnav1.active .tit i {
        display: block;
        color: #ffffff
    }
    .list_module1 {
        display: flex;
        flex-direction: column;
    }
    .list_module1_right {
        order: 1
    }
    .list_module1_left {
        order: 2
    }
}


/*mobile详情页面*/

@media all and (max-width: 980px) {
    .n_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .n_head .search {
        display: none
    }
    .bodypage_top {
        height: 55px;
        background-color: #a11e23;
        display: flex;
        align-items: center
    }
    .bodypage_top .bodypage_crumbs {
        display: flex;
        align-items: center;
        height: 100%;
        color: #ffffff
    }
    .bodypage_top .bodypage_crumbs a,
    .bodypage_top .bodypage_crumbs p {
        color: #ffffff
    }
    .page_body_main {
        margin-top: 25px
    }
    .page_body_main>span {
        margin-top: 25px;
        display: block;
        color: #999999
    }
    .page_body_main_l {
        margin-top: 25px
    }
    .page_body_main_l p {
        line-height: 32px
    }
    .page_body_main_l img {
        width: 100%
    }
    .page_body_main_r_t {
        display: flex;
        align-items: center;
        border-bottom: 3px solid #a11e23;
        padding-bottom: 14px;
        margin-top: 20px
    }
    .page_body_main_r_t i {
        color: #a11e23;
        padding-right: 10px
    }
    .page_body_main_r_t h2 {
        color: #a11e23;
        font-size: 16px;
        font-family: yh_semibold, serif;
    }
    .page_body_main_r_list {
        margin-top: 18px
    }
    .page_body_main_r_list>ul>li>a .nr {
        height: 102px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 18px 0 18px 20px;
        box-sizing: border-box;
        position: relative;
        border-left: 1px solid #eeeeee;
    }
    .page_body_main_r_list>ul>li>a .nr span {
        color: #999999;
        font-size: 14px
    }
    .page_body_main_r_list>ul>li>a .nr p {
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .page_body_main_r_list>ul>li>a:hover .nr p {
        color: #a11e23
    }
    .page_body_main_r_list>ul>li>a .nr:before {
        content: '';
        position: absolute;
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #eeeeee;
        top: 25px;
        left: -2.5px
    }
    .page_body_main_l .down {
        height: 78px;
        background-color: #f6f6f6;
        display: flex;
        align-items: center;
        padding: 0 14px;
        justify-content: flex-start;
        margin-bottom: 40px
    }
    .page_body_main_l .down img {
        width: unset
    }
    .page_body_main_l .down a {
        margin-left: auto
    }
    .page_body_main_l .down b {
        color: #a11e23;
        padding: 0 10px
    }
    .page_body_main_l .down a em {
        font: normal bold 16px 微软雅黑;
        color: #a11e23
    }
    .page_body_main_l .down #name {
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/*mobile针对性*/

@media all and (max-width: 980px) {
    /*s1职能部门mobile*/
    .list_module1_left .s1 h1 {
        padding-top: 40px
    }
    .list_module1_right .s1 {
        padding-top: 40px
    }
    .t_slide_1_body {
        position: relative;
        margin: 40px 0 20px 0;
        overflow: hidden
    }
    .t_slide_1_body .zoomimage {
        padding-bottom: 70%
    }
    .t_slide_1_body .bottom {
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        height: 56px;
        background-color: rgba(0, 0, 0, 0.6);
        align-items: center;
        width: 100%;
        padding: 0 21px;
        box-sizing: border-box
    }
    .t_slide_1_body .bottom a {
        font-size: 20px;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 78%
    }
    .t_slide_1_body .scrollbar {
        width: 17%;
        background-color: rgba(250, 250, 250, 0.3);
        height: 8px;
        position: absolute;
        bottom: 24px;
        z-index: 10;
        right: 17px
    }
    .t_slide_1_body .scrollbar .swiper-scrollbar-drag {
        background-color: #fafafa;
        width: 33%;
        display: block;
        height: 8px;
        border-radius: unset
    }
    .list_module1_left .s1>ul>li {
        margin-bottom: 20px;
    }
    .list_module1_left .s1>ul.s1 {
        margin-top: 20px;
    }
    .t2_list.t3_list {
        padding-top: 15px
    }
    .t2_list.t3_list .l_time:before {
        background-color: #a11e23
    }
    .s1_list_office>ul>li>a {
        background-color: #f6f6f6;
        height: 134px;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 32px;
        position: relative
    }
    .s1_list_office>ul>li .view {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .s1_list_office>ul>li .view img {
        padding-left: 8px
    }
    .s1_list_office>ul>li h2 {
        margin-top: -15px
    }
    .s1_list_office>ul>li>a:after {
        content: '';
        position: absolute;
        display: block;
        width: 64px;
        height: 4px;
        background-color: #a11e23;
        bottom: 39px;
        left: 32px
    }
    /*s2 mobile院系设置*/
    .s2_faculty_1_bg {
        background-color: #f6f6f6;
        padding-top: 55px
    }
    .s2_faculty_1 {
        display: flex;
        flex-direction: column;
    }
    .s2_faculty_1_l {
        order: 2
    }
    .s2_faculty_1_l .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 25px
    }
    .s2_faculty_1_l .top h2 {
        color: #333333;
        position: relative
    }
    .s2_faculty_1_l .top h2:before {
        content: '';
        display: block;
        position: absolute;
        width: 128px;
        height: 4px;
        background-color: #a11e23;
        left: 0;
        top: 50px
    }
    .s2_faculty_1_l .top i {
        font-size: 1.5rem;
        color: #333333
    }
    .s2_faculty_1_l p {
        padding-top: 48px;
        line-height: 32px;
        margin-bottom: 15px
    }
    .s2_faculty_1_l li a:hover .view span {
        color: #a11e23
    }
    .s2_faculty_1_l .view {
        display: flex;
        align-items: center;
    }
    .s2_faculty_1_l li {
        margin-bottom: 32px
    }
    .s2_faculty_1_l .view span {
        font-size: 22px;
        color: #333333;
        font-weight: bold
    }
    .s2_faculty_1_l .view img {
        padding-left: 8px
    }
    .s2_faculty_1_r {
        position: relative;
        order: 1
    }
    .s2_faculty_1_r .zoomimage {
        padding-bottom: 64.285%;
        position: relative;
        z-index: 2;
    }
    .s2_faculty_1_r .bg {
        position: absolute;
        background-color: #ffffff;
        top: -20px;
        left: -20px;
        z-index: 1;
        width: 50%;
        height: 0;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        padding-bottom: 50%
    }
    .s2_faculty_2_bg {
        background-color: #ffffff;
        padding-top: 55px
    }
    .s2_faculty_2 {
        display: flex;
        flex-direction: column;
    }
    .s2_faculty_2_l {
        position: relative;
    }
    .s2_faculty_2_l .zoomimage {
        padding-bottom: 64.285%;
        position: relative;
        z-index: 2;
    }
    .s2_faculty_2_l .bg {
        position: absolute;
        background-color: #f6f6f6;
        top: -20px;
        right: -20px;
        z-index: 1;
        width: 50%;
        height: 0;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        padding-bottom: 50%
    }
    .s2_faculty_2_r {}
    .s2_faculty_2_r .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 25px
    }
    .s2_faculty_2_r .top h2 {
        color: #333333;
        position: relative
    }
    .s2_faculty_2_r .top h2:before {
        content: '';
        display: block;
        position: absolute;
        width: 128px;
        height: 4px;
        background-color: #a11e23;
        left: 0;
        top: 50px
    }
    .s2_faculty_2_r .top i {
        font-size: 1.5rem;
        color: #333333
    }
    .s2_faculty_2_r p {
        padding-top: 48px;
        line-height: 32px;
        margin-bottom: 15px
    }
    .s2_faculty_2_r li a:hover .view span {
        color: #a11e23
    }
    .s2_faculty_2_r .view {
        display: flex;
        align-items: center;
    }
    .s2_faculty_2_r li {
        margin-bottom: 32px
    }
    .s2_faculty_2_r .view span {
        font-size: 22px;
        color: #333333;
        font-weight: bold
    }
    .s2_faculty_2_r .view img {
        padding-left: 8px
    }
    /*s3 mobile 学生工作*/
    .s3_list {
        display: flex;
        margin-top: 30px;
        flex-direction: column
    }
    .s3_list_l {
        position: relative;
        width: 100%;
    }
    .s3_list_l .zoomimage {
        padding-bottom: 93.75%
    }
    .s3_list_l .nr {
        position: absolute;
        height: 100%;
        z-index: 2;
        top: 0;
        width: 100%;
        text-align: center;
        display: block
    }
    .s3_list_l .nr h1 {
        color: #ffffff;
        z-index: 2;
        margin-top: 12px
    }
    .s3_list_l .nr img {
        margin: 112px auto 0 auto
    }
    .s3_list_l .nr:after {
        content: '';
        display: block;
        position: absolute;
        width: 68px;
        height: 4px;
        background-color: #ffffff;
        left: 50%;
        transform: translate(-50%);
        bottom: 112px
    }
    .s3_list_r {
        background-color: #f6f6f6;
        flex: 1;
        padding: 45px;
    }
    .s3_list_r .l:nth-of-type(2) {
        margin-top: 40px
    }
    .s3_list_r .l span {
        font-size: 14px;
        color: #999999
    }
    .s3_list_r .l h3 {
        color: #333333;
        margin-top: 6px
    }
    .s3_list_r .view {
        display: flex;
        align-items: center;
        padding-top: 35px
    }
    .s3_list_r .view span {
        font-size: 14px;
        color: #333333;
        font-weight: bold
    }
    .s3_list_r .view img {
        padding-left: 8px
    }
    .s3_list_r .l:hover h3 {
        color: #a11e23
    }
    .s3_list_r .l:hover span {
        color: #a11e23
    }
    /*s4文明在线*/
    .s4head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .s4head .nav {
        display: none
    }
    .s4head .nav.active {
        display: unset;
        height: 100vh;
        width: 100%;
        position: absolute;
        background-color: #ffffff;
        left: 0;
        top: 0;
        padding-top: 85px;
    }
    .s4head .nav>ul>li {
        line-height: 40px;
        text-align: center;
        border-bottom: 1px dashed #a11e23;
        margin: 0 25px
    }
    .s4head .nav>ul>li>a {
        font-size: 20px;
        color: #a11e23
    }
    .s4head .nav>ul>li .drapdown {
        display: none
    }
    .s4head .nav>ul>li .drapdown.active {
        display: block;
    }
    .s4head .nav>ul>li .drapdown>ul {
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-between
    }
    .s4head .nav ul li .drapdown>ul>li {
        background-color: #a11e23;
        height: 40px
    }
    .s4head .nav ul li .drapdown>ul>li:nth-of-type(n 3) {
        margin-top: 10px
    }
    .s4head .nav ul li .drapdown>ul>li:last-of-type {
        margin-bottom: 10px
    }
    .s4head .nav ul li .drapdown>ul>li>a {
        font-size: 18px;
        color: #ffffff
    }
    .s4head .search {
        display: none
    }
    .s4head_right {
        display: none
    }
    .main.s4banner {
        position: relative
    }
    .main.s4banner img {
        width: 100%;
        margin-top: 72px
    }
    .s4_slide_bottom .jt {
        display: none
    }
    .s4banner .scrollbar {
        width: 36.25%;
        background-color: rgba(250, 250, 250, 0.3);
        height: 4px;
        position: absolute;
        bottom: 10px;
        z-index: 10;
        left: 50%;
        transform: translate(-50%)
    }
    .s4banner .swiper-scrollbar-drag {
        background-color: #a11e23;
        border-radius: unset
    }
    .s4_top_title {
        display: flex;
        align-items: center;
        position: relative;
        margin: 20px 0
    }
    .s4_top_title span {
        font-size: 48px;
        color: #bbbbbb;
        left: 0;
        opacity: 0.4;
        margin-left: 32px;
        font-weight: bold
    }
    .s4_top_title:after {
        content: '';
        position: absolute;
        display: block;
        width: 88px;
        height: 3px;
        background-color: #a11e23;
        top: 70px;
        left: 0
    }
    .s4_news_l>ul>li {
        margin-bottom: 20px;
        box-shadow: 0 4px 8px #6b6b6b;
    }
    .s4_news_l_list .zoomimage {
        padding-bottom: 69.327%
    }
    .s4_news_l_list .nr {
        padding: 15px
    }
    .s4_news_l_list .nr h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_news_l_list .nr p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 16px
    }
    .s4_news_r {
        position: relative;
        --swiper-theme-color: #ffffff;
        --swiper-pagination-color: #ffffff;
    }
    .s4_news_r .zoomimage {
        padding-bottom: 62.077%
    }
    .s4_news_r .nr {
        margin-top: 30px;
        display: block;
        padding: 15px
    }
    .s4_news_r .nr h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_news_r .nr p {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .s4_news_r .swiper-slide {
        position: relative;
        box-shadow: 0 2px 8px #3c3434
    }
    /*.s4_news_r .swiper-slide.swiper-slide-prev{visibility: hidden}*/
    /*.s4_news_r .swiper-slide.swiper-slide-next{visibility: hidden}*/
    .s4_news_r .s4_news_slide_page.swiper-pagination-clickable.swiper-pagination-bullets {
        position: absolute;
        top: 200px;
        z-index: 50;
        width: unset;
        left: 50%;
        transform: translate(-50%)
    }
    .s4_news_r .swiper-pagination-bullet {
        width: 13px;
        height: 13px
    }
    .s4_news_bottom {
        display: flex;
        justify-content: flex-end;
        margin-top: 16px
    }
    .s4_news_bottom>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 34px;
        color: #ffffff;
        width: 383px;
        height: 62px;
        background-color: #a11e23;
        box-sizing: border-box
    }
    .s4_news_bottom img {
        width: 18px;
    }
    .s4banner.main {
        overflow: hidden
    }
    .s4_announcement {
        position: relative;
        overflow: hidden
    }
    .s4_announcement_top .s4_top_title span {
        position: absolute;
        left: 0;
        font-size: 35px;
        top: 5px;
        z-index: -1
    }
    .s4_announcement_top_right {
        position: absolute;
        bottom: 70px;
        display: flex;
        z-index: 2;
        left: 50%;
        transform: translate(-50%)
    }
    .s4_list_div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        box-shadow: 0 4px 8px #bbbbbb;
        padding: 15px;
        box-sizing: border-box;
        margin-bottom: 20px
    }
    .s4_list_div .s4time {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .s4_list_div .s4time::after {
        content: '';
        display: block;
        position: absolute;
        height: 88px;
        width: 2px;
        right: 36px
    }
    .s4_list_div .s4time i {
        font-style: normal;
        font-size: 34px;
        font-weight: bold
    }
    .s4_list_div .s4time em {
        font-style: normal;
        font-size: 14px;
        font-weight: bold
    }
    .s4_list_div .nr {
        width: 0;
        flex: 1
    }
    .s4_list_div h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_list_div p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 12px;
        font-size: 14px
    }
    .s4_announcement_body_nr {
        margin-top: 50px
    }
    .s4_announcement_body_nr .bottom {
        display: flex;
        justify-content: flex-end;
        padding-top: 80px
    }
    .s4_announcement_body_nr .bottom>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 34px;
        color: #ffffff;
        width: 383px;
        height: 62px;
        background-color: #a11e23;
        box-sizing: border-box
    }
    .s4_announcement_body_nr .bottom img {
        width: 18px;
    }
    .s4_brands_top {
        overflow: hidden;
        position: relative
    }
    .s4_brands .s4_top_title span {
        position: absolute;
        left: 0;
        font-size: 28px;
        top: 5px;
        z-index: -1;
        white-space: nowrap;
        overflow: hidden
    }
    .s4_brands .list>ul>li .list_body {
        position: relative;
        margin-bottom: 80px
    }
    .s4_brands .list>ul>li .list_body .zoomimage {
        padding-bottom: 77.281%
    }
    .s4_brands .list .jt {
        width: 60px;
        height: 60px;
        background-color: #a11e23;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .s4_brands .list .jt img {
        width: 18px
    }
    .s4_brands .list .nr {
        position: absolute;
        left: 60px;
        bottom: -85px;
        height: 226px;
        background-color: #ffffff;
        padding: 41px 27px 27px 27px;
        box-sizing: border-box;
        right: 0;
    }
    .s4_brands .list .nr .width {
        width: 100%;
        box-sizing: border-box
    }
    .s4_brands .list .nr h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .s4_brands .list .nr p {
        margin-top: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 24px
    }
    .s4_brands .list .nr span {
        margin-top: 27px;
        display: block;
        font-size: 14px;
        color: #999999
    }
    .s4_brands .s4_brands_bottom {
        display: flex;
        justify-content: flex-end;
        padding-top: 80px
    }
    .s4_brands .s4_brands_bottom>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 34px;
        color: #ffffff;
        width: 383px;
        height: 62px;
        background-color: #a11e23;
        box-sizing: border-box
    }
    .s4_brands .s4_brands_bottom img {
        width: 18px;
    }
    .s4_brands_top_right {
        position: absolute;
        bottom: 70px;
        display: flex;
        z-index: 2;
        left: 50%;
        transform: translate(-50%)
    }
    .s4_mobile_news {
        overflow: hidden
    }
    .s4_evaluation {
        position: relative;
        overflow: hidden
    }
    .s4_evaluation .s4_top_title span {
        position: absolute;
        left: 0;
        font-size: 28px;
        top: 5px;
        z-index: -1;
        white-space: nowrap;
        overflow: hidden
    }
    .s4_evaluation_main>ul>li {
        margin-bottom: 20px
    }
    .s4_evaluation_main>ul>li .img img {
        width: 100%;
        box-shadow: 0 0px 8px #bbbbbb
    }
    .s4_evaluation_main>ul>li .nr {
        padding: 30px;
        box-shadow: 0 0px 8px #bbbbbb
    }
    .s4_evaluation_main>ul>li h1 {
        margin: 0 0 30px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_evaluation_main>ul>li .more a {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #999999
    }
    .s4_evaluation_main>ul>li .more img {
        width: 18px;
        margin-left: 11px
    }
    .s4_evaluation_main>ul>li .list_son>li {
        position: relative;
        margin-bottom: 54px
    }
    .s4_evaluation_main>ul>li .list_son>li h4 {
        font-weight: normal;
        line-height: 27px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s4_evaluation_main>ul>li .list_son>li span {
        font-size: 14px;
        color: #999999;
        margin-bottom: 8px;
        line-height: 19px;
        display: block
    }
    /*.s4_evaluation_main{width: 0;height:0;display: block}*/
    /*.s4_evaluation_main.swiper-slide-next{display: none}*/
    /*.s4_evaluation_main.swiper-slide.swiper-slide-next{visibility: hidden}*/
    .s4_evaluation .s4_brands_bottom {
        display: flex;
        justify-content: flex-end;
        padding-top: 80px
    }
    .s4_evaluation .s4_brands_bottom>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 34px;
        color: #ffffff;
        width: 383px;
        height: 62px;
        background-color: #a11e23;
        box-sizing: border-box
    }
    .s4_evaluation .s4_brands_bottom img {
        width: 18px;
    }
    .s4_evaluation_top_right {
        position: absolute;
        bottom: 70px;
        display: flex;
        z-index: 2;
        left: 50%;
        transform: translate(-50%)
    }
    /*s5 mobile 教学科研 */
    .s5 {
        margin-top: 30px
    }
    .s5 .s5_l,
    .s5 .s5_r {
        position: relative
    }
    .s5 .s5_l .left_top {
        width: 31px;
        height: 177px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #f6f6f6
    }
    .s5_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        height: 115px;
        background-color: #f6f6f6;
        padding: 0 32px
    }
    .s5_top::after {
        content: '';
        display: block;
        position: absolute;
        width: 64px;
        height: 4px;
        background-color: #a11e23;
        left: 32px;
        top: 87px
    }
    .s5_top .view {
        display: flex;
        align-items: center;
    }
    .s5_top .view span {
        font-size: 14px;
        color: #333333;
        font-weight: bold
    }
    .s5_top .view img {
        padding-left: 8px
    }
    .s5_list {
        padding: 0 46px;
        margin-bottom: 15px
    }
    .s5_list:first-of-type {
        margin-top: 15px
    }
    .s5_list span {
        font-size: 14px;
        color: #999999;
        line-height: 19px;
        padding-bottom: 6px
    }
    .s5_list p {
        font-size: 18px;
        color: #333333;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .s5_list:hover span {
        color: #a11e23
    }
    .s5_list:hover p {
        color: #a11e23
    }
    /*s6 mobile 关于立达*/
    .s6_module_one_l {
        position: relative;
        margin-top: 20px;
    }
    .s6_module_one_l::after {
        content: '';
        display: block;
        position: absolute;
        width: 66px;
        height: 4px;
        background-color: #a11e23;
        top: 35px;
        left: 0
    }
    .s6_module_one_l>span {
        margin-top: 20px;
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        line-height: 24px;
        display: block
    }
    .s6_module_one_l p {
        margin-top: 24px;
        font-size: 16px;
        color: #999999;
        line-height: 21px
    }
    .s6_module_one_l .view {
        display: flex;
        align-items: center;
        margin-top: 23px;
        justify-content: flex-end
    }
    .s6_module_one_l .view span {
        font-size: 14px;
        color: #333333;
        font-weight: bold
    }
    .s6_module_one_l .view img {
        padding-left: 8px
    }
    .s6_module_one_r .img {
        display: flex;
        justify-content: center
    }
    .s6_module_two_bg {
        background: linear-gradient(180deg, #f6f6f6 0%, #f6f6f6 528px, transparent 528px, transparent 100%);
        margin-bottom: 100px
    }
    .s6_module_two {
        text-align: center;
        padding: 40px 0 20px 0;
        margin-top: 74px
    }
    .s6_module_two h1 {
        color: #333333
    }
    .s6_module_two h1.en {
        color: rgba(51, 51, 51, 0.1)
    }
    .s6_module_two p {
        margin: 22px auto 0 auto;
        color: #999999
    }
    .s6_module_two .view {
        display: flex;
        justify-content: center;
        margin-top: 47px
    }
    .s6_module_two .view span {
        font-size: 14px
    }
    .s6_module_two .zoomimage {
        padding-bottom: 72.848%
    }
    .s6_module_two>ul {
        margin-top: 20px
    }
    .s6_module_two>ul>li {
        margin-top: 20px
    }
    .s6_module_two_f>div {
        height: 77px;
        background-color: #f6f6f6;
        position: relative
    }
    .s6_module_two_f>div h2 {
        padding: 10px 0 0 40px;
        position: relative
    }
    .s6_module_two_f>div h2::after {
        content: '';
        display: block;
        position: absolute;
        left: 40px;
        width: 64px;
        height: 4px;
        background-color: #a11e23;
        top: 49px
    }
    .s6_module_two_bottom {
        display: flex;
        justify-content: center;
    }
    .s6_module_two_bottom a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
        height: 45px;
        width: 80%;
        box-sizing: border-box;
        background-color: #a11e23;
        color: #ffffff;
        position: absolute;
        top: 65px
    }
    .s6_module_two_f .s6_module_two_f_l {
        margin-bottom: 60px
    }
    .s6_module_three .top h2 {
        color: #333333;
        text-align: center
    }
    .s6_module_three .top h2.en {
        color: rgba(51, 51, 51, 0.1)
    }
    .s6_video video {
        width: 100%
    }
    .s6_module_three .left {
        position: relative;
    }
    .s6_module_three .s6play img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        display: block;
        z-index: 5
    }
    .s6_module_three .s6play.none {
        display: none
    }
    .s6_module_three .right {
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .s6_module_three .right>ul {
        margin-top: 18px;
        padding: 0 10px
    }
    .s6_module_three .right>ul>li {
        color: #333333;
        font-size: 16px;
        cursor: pointer;
        position: relative
    }
    .s6_module_three .right>ul>li::after {
        content: '';
        display: block;
        position: absolute;
        width: 67px;
        height: 2px;
        background-color: #a11e23;
        top: 31px;
        left: 0;
    }
    .s6_module_three .right>ul>li:nth-of-type(n 2) {
        margin-top: 21px;
    }
    .s6_module_three .bottom a {
        display: flex;
        color: #333333;
        background-color: #f6f6f6;
        width: 100%;
        height: 63px;
        margin-top: 17px;
        align-items: center;
        font-size: 14px;
        padding-left: 40px;
        box-sizing: border-box
    }
    .s6_module_three .bottom a img {
        padding-left: 8px
    }
    /*s6 子页面-现任领导 mobile*/
    .s6_present h1 {
        margin-top: 20px
    }
    .s6_present>p {
        margin-top: 9px;
        line-height: 21px;
        margin-bottom: 40px
    }
    .s6_present>ul>li:nth-of-type(n 2) {
        margin-top: 46px
    }
    .s6_present .t6_list {
        position: relative
    }
    .s6_present .t6_list .zoomimage {
        padding-bottom: 132.142%
    }
    .s6_present .t6_list .zz {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90px;
        padding-left: 18px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 16px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }
    .s6_present .t6_list .zz p {
        font-size: 24px;
        color: #ffffff;
        line-height: 32px
    }
    .s6_present .t6_list .zz span {
        font-size: 16px;
        color: #ffffff;
        line-height: 21px;
        margin-top: 5px
    }
    /*历任领导 mobile*/
    .s6_previous>h1 {
        margin-top: 20px
    }
    .s6_previous>p {
        margin-bottom: 40px
    }
    .s6_previous>ul>li:not(:last-of-type) {
        margin-bottom: 80px
    }
    .s6_previous .t6_list2 {
        position: relative
    }
    .s6_previous .t6_list2 .img {
        height: 280px;
        width: 200px;
        position: relative;
        z-index: 2;
        margin: 0 auto
    }
    .s6_previous .t6_list2 .img::before {
        content: '';
        display: block;
        position: absolute;
        height: 280px;
        width: 200px;
        background-color: #a11e23;
        top: -14px;
        left: -14px;
        z-index: -1
    }
    .s6_previous .t6_list2 .img img {
        height: 280px;
        width: 200px;
    }
    .s6_previous .t6_list2 .time_p {
        position: absolute;
        background-color: #ffffff;
        width: 136px;
        height: 68px;
        z-index: 3;
        top: 212px;
        left: 50%;
        transform: translate(-50%)
    }
    .s6_previous .t6_list2 .time_p>ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: inherit;
        position: relative
    }
    .s6_previous .t6_list2 .time_p>ul::after {
        content: '';
        border-bottom: 2px solid #999;
        transform: rotate( -80deg) scale(0.3);
        position: absolute;
        left: 0;
        right: 0;
    }
    .s6_previous .t6_list2 .time_p>ul>li {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 50%;
    }
    .s6_previous .t6_list2 .time_p>ul>li b {
        font-size: 26px;
        color: #999999
    }
    .s6_previous .t6_list2 .time_p>ul>li span {
        font-size: 14px;
        font-weight: bold;
        color: #999999
    }
    .s6_previous .t6_list2 .nr {
        position: relative;
        height: 200px;
        background-color: #f9f9f9;
        padding: 12px 0 0 12px;
        box-sizing: border-box;
        margin-top: 20px
    }
    .s6_previous .t6_list2 .nr h3 {
        font-size: 24px;
        color: #a11e23;
        line-height: 32px;
    }
    .s6_previous .t6_list2 .nr span {
        font-size: 16px;
        color: #333333;
        line-height: 21px;
        margin: 4px 0 36px 0;
        display: block;
        position: relative
    }
    .s6_previous .t6_list2 .nr span::after {
        content: '';
        display: block;
        position: absolute;
        width: 132px;
        height: 4px;
        background-color: #a11e23;
        top: 37px
    }
    .s6_previous .t6_list2 .nr p {
        line-height: 21px;
        margin-top: 8px
    }
    /*s6 单独的详情 mobile*/
    .s6_page_body_main_l p {
        line-height: 32px;
        color: #333333;
        margin: 16px 0
    }
    .s6_page_body_main_l img {
        left: 50%;
        transform: translate(-50%);
        position: relative;
        max-width: 642px;
        padding: 16px 0
    }
    .s6_page_body_main_l.tit {
        font-size: 16px;
        color: #999999;
        line-height: 21px;
        margin-top: 9px;
        display: block
    }
}


/*mobile针对性 end*/


/*by change mobile*/

@media all and (max-width: 980px) {
    /*please write this*/
}


/*by change pc*/

@media all and (min-width: 980px) {
    /*please write this*/
}



/*新增公共服务css*/
.index_9_bg {
    background-color: #f2f3f5;
    padding: 80px 0;
}

.index_9 {
    display: grid;
    grid-template-columns: repeat(5, 12.75%);
    justify-content: center;
    grid-column-gap: 10px;
}
.main_width {
    width: 83.333%;
    margin: 0 auto;
}

.index_9 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 10px 0;
 padding: 10px 0;
}

.index_9 a:hover {
    background-color: #cf3f39;
    transition: all .5s;
}

.index_9 a:hover img {
    filter: brightness(100);
}
img {
    display: block;
}

.index_9 a:hover p {
    color: #ffffff;
}
.index_9 a p {
    margin-top: 20px;
}

a {
    text-decoration: none;
    color: #333333;
}

@media screen and (min-width: 1650px) {
    .main_width {
        min-width: 1600px;
        transition: all .5s;
    }
}

















