<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import "all.css";

/*全站通用 start*/
@media all and (min-width: 981px){
    h2{font-size: 26px}
    h3{font-size: 24px}
    .main{width: 100%;margin: 0 auto}
    .w73{width: 73.958%;margin: 0 auto}
    .m_nav{display: none}
    .head_bg{width: 100%;background-color: #FFFFFF;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .head_bg.on{position: fixed;z-index: 6;top: 0}
    .head_bg.on{animation-name: topfloat;animation-duration:0.5s;}
    @keyframes topfloat {
        0%{top: -100px}
        100%{top: 0}
    }
    /*.top_bg{width: 100%;background-color: #1d3383;}*/
    .top_bg{width: 100%;background-image: url("../images/hend_bg_new.png");background-repeat: no-repeat;background-size: cover}

    .head{display: flex;align-items: center;height: 140px;}
    .head .logo{width: 365px;height: 105px;object-fit: cover}
    
    .head .logo img{width: auto;height: 116px;object-fit: cover}

    .head .search{margin-left: auto;}
    .head .search input{width: 216px;height:40px;border:1px solid #FFFFFF;border-radius:23px;background: url("../images/search_bg_ico.png") no-repeat transparent left 20px center;padding: 14px 44px;box-sizing: border-box;outline: none;color: #FFFFFF;font-size: 14px;}
    .head .search input::-webkit-input-placeholder{color: #FFFFFF}
    .head .search input::-moz-placeholder{color: #FFFFFF}
    .head .search input::-ms-input-placeholder{color: #FFFFFF}
    .head .search button{width: 88px;height: 40px;border: none;border-radius: 23px;background: #FFFFFF;color: #1d3383;cursor:pointer;font-size: 14px;box-sizing: border-box;margin-left: 24px;}
    .nav_bg{background-color: #0c2374;position: relative;z-index: 55}
    /*new*/
    .nav_bg .small_logo{display: none}
    .nav_bg.on{position: fixed;z-index: 6;width: 100%;top:0;height: 80px;}
    .nav_bg.on .nav{display: flex;align-items: center}
    .nav_bg.on .nav&gt;ul{height: 80px;flex: 1;width: 0;margin-left: 33px;}
    .nav_bg.on .small_logo{display: block;height: 56px;width: 56px;}
    /*new*/
    .nav_bg .nav&gt;ul{display: flex;justify-content: space-between;height: 60px;align-items: center}
    .nav_bg .nav&gt;ul&gt;li&gt;a{color: #FFFFFF;font-size: 18px;}
    .nav_bg .nav&gt;ul&gt;li{position: relative;height: inherit;display: flex;align-items: center}
    .nav_bg .nav .dp1{position: absolute;left: 50%;background: #0c2374;transform: translate(-50%);top: 100%;display: none}
    .nav_bg .nav&gt;ul&gt;li:hover .dp1{display: block}
    .nav_bg .nav .dp1 ul li:hover{background-color: rgba(255,255,255,0.4);}
    .nav_bg .nav .dp1 ul li:hover&gt;a{color: #FFFFFF}

    .nav_bg .nav .dp1&gt;ul li{padding: 2px 30px;position: relative;}
       .nav_bg .nav .dp1&gt;ul{padding-bottom:15px;}
    .nav_bg .nav .dp1&gt;ul li&gt;a{white-space: nowrap;font-size: 16px;color: #FFFFFF}
    .nav_bg .nav .dp2{position: absolute;top: 0;left: 100%;background: #0c2374;display: none}
    .nav_bg .nav .dp1&gt;ul&gt;li:hover .dp2{display: block;}
    .foot{background-color: #2C2C2C;display: flex;justify-content: center;padding: 20px 0 20px 0}
    .foot .foot_l{width: 587px;box-sizing: border-box;padding-right: 136px;position: relative}
    .foot .foot_l::after{content: '';display: block;position: absolute;width: 2px;height: 206px;top: 50%;transform: translate(0,-50%);right: 0;background-color: #AEAEAE}
    .foot .foot_r{width: 452px;padding-left: 135px;display: flex;flex-direction: column;justify-content: center}
    .foot .foot_l .img img{width: 449px;height: 126px;}
    .foot .foot_l&gt;ul{display: flex;justify-content: space-between;margin-top: 24px}
    .foot .foot_l&gt;ul li{cursor: pointer;position: relative}
    .foot .foot_l&gt;ul li img{margin: 0 auto}
    .foot .foot_l&gt;ul p{color: #AEAEAE;font-size: 16px;margin-top: 16px;text-align: center}
    .foot .foot_l&gt;ul .block{display: none}
    .foot .foot_l&gt;ul li:hover .block{display: block;position: absolute;top: -140px;left: 50%;transform: translate(-50%);}
    .foot .foot_l&gt;ul li:hover .block img{width: 120px;height: 120px}
    .foot .foot_r .top ul{display: flex}
    .foot .foot_r .top ul li{display: flex;align-items: center;cursor: pointer;position: relative}
    .foot .foot_r .top ul li:not(:first-of-type){margin-left: 33px}
    .foot .foot_r .top ul li p{font-size: 16px;color: white;padding-right: 15px}
    .foot .foot_r .top ul li.active::after{content: '';display: block;border-bottom: 10px solid #FFFFFF;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;left: 50%;transform: translate(-50%);top: 35px;}
    .foot .foot_r .dr{display: none;}
    .foot .foot_r li.active .dr{position: absolute;top: 45px;display: flex;flex-direction: column;background-color:#FFFFFF;height: 200px;overflow: auto;overflow-x:hidden}
    .foot .foot_r li.active .dr a{color:#000000;margin-top: 15px;display: flex;padding: 0px 20px;white-space: nowrap;font-size: 14px;}
    .foot .contact{margin-top:16px;font-size: 20px;color: white}
    .foot .contact&gt;h2{font-size: 14px;}
    .foot .contact p{margin-top: 10px;font-size: 14px;color: #AEAEAE}
    .foot .contact span{margin-top: 18px;font-size: 16px;color: #AEAEAE;display:inline-block}
    .foot .contact .prin {margin-top: 18px;}
    .foot .contact .prin a{font-size: 16px;color: #AEAEAE;}
    .foot .contact .prin a:first-of-type{margin-right:40px}
    .foot_copyright .body{background-color: #1B1B1B;display: flex;justify-content: center;align-items: center;}
    .foot_copyright p,
    .foot_copyright a{font-size: 14px;color: #AEAEAE;line-height: 48px}
    .foot_copyright a{margin: 0 10px}

    /*主页*/
    .index .foot .contact p:first-of-type{margin-top: unset;}

}
/*二级通用区*/
@media all and (min-width: 981px){
    .banner_bg{position: relative}
    .banner_bg .banner img{height: 350px;width: 100%;object-fit: cover}
    .banner_nr{position: absolute;bottom: 40px;width: 100%;}
    .banner_nr .topnav h2{font-size: 26px;color: white}
    .banner_nr .crumbs{margin-top: 22px;color: white;font-size: 14px;}
    .banner_nr .crumbs a{margin-top: 16px;color: white;font-size: 14px;}
    .n_body{margin-top: 60px;margin-bottom: 108px;display: flex;justify-content: space-between}
    .n_left&gt;ul&gt;li{width: 331px;height:70px;border-top: 1px solid #E8E8E8}
    .n_left&gt;ul&gt;li:last-of-type{border-bottom: 1px solid #E8E8E8}
    .n_left&gt;ul&gt;li a{color: #000000;font-size: 16px;padding-left: 136px;width: 100%;height: 100%;display: flex;align-items: center}
    .n_left&gt;ul&gt;li.active,
    .n_left&gt;ul&gt;li:hover {background-color: #1E4C8A}
    .n_left&gt;ul&gt;li.active a,
    .n_left&gt;ul&gt;li:hover a{color: white}
    .pagelist_yc{display: flex;margin-top: 56px;    float: right;}
    .pagelist_yc .zw{flex: 1;width: 0}
    .pagelist_yc .wp-pagenavi{display: flex}
    .pagelist_yc .wp-pagenavi a{width: 48px;height: 48px;background-color:#E7EBEE;display: flex;margin-left: 16px;justify-content: center;align-items: center;color: #969EA4;font-size: 14px;}
    .pagelist_yc .wp-pagenavi .extend{width: 48px;height: 48px;background-color:#E7EBEE;display: flex;margin-left: 16px;align-items: center;justify-content: center}
    .pagelist_yc .wp-pagenavi .current{width: 48px;height: 48px;background-color:#1E4C8A;display: flex;margin-left: 16px;align-items: center;justify-content: center;color: #ffffff;font-size: 14px;}
    .pagelist_yc .wp-pagenavi .page_none{display:none}

}
/*PC首页*/
@media all and (min-width: 981px){
    .index_banner_bg{background-image: url("../images/index_banner_bg.png");background-size: cover}
    .index_banner{position: relative;overflow: hidden}
    .index_banner img{width: 100%;height: 460px;object-fit: cover}
    .index_banner .page_slide{position: absolute;width: 100%;text-align: center;bottom:48px;z-index: 2}
    .index_banner .swiper-pagination-bullet{width: 18px;height: 18px;margin-right: 24px;border: 1px solid #FFFFFF;opacity: unset;background: transparent}
    .index_banner .swiper-pagination-bullet-active{background-color: #FFFFFF;}
    .index_new_bg{background-color: #FFFFFF;}
    .index_title{display: flex;justify-content: space-between}
    .index_title .topnav{position: relative}
    .index_title .topnav::before{content: '';position: absolute;display: block;width: 8px;height: 100%;background-color: #1E4C8A}
    .index_title .topnav&gt;ul{display: flex;}
    .index_title .topnav&gt;ul li{margin-left: 24px;}
    .index_title .topnav&gt;ul li a{color: #999999;font-size: 24px;font-family: 'pf_Medium', sans-serif}
    .index_title .topnav&gt;ul li.active a{color: #000000}
    .index_title .topnav2{position: relative}
    .index_title .topnav2&gt;ul{display: flex;}
    .index_title .topnav2&gt;ul li:not(:first-of-type){margin-left: 24px;}
    .index_title .topnav2&gt;ul li a{color: #999999;font-size: 24px;font-family: 'pf_Medium', sans-serif}
    .index_title .topnav2&gt;ul li.active a{color: #000000}
    .index_title .more{display: none;align-items: center}
    .index_title .more.active{display: flex;align-items: center}
    .index_title .more img{margin-left: 11px;}
    .index_title .more a{font-size: 14px;color: #999999}
    .index_title .more img{width: 13px;height: 13px;}
    .index_new{padding: 90px 0;display: flex;justify-content: space-between}
    .index_new .left{width: 65.985%;}
    .index_new .right{width: 31.830%;display: flex;flex-direction: column;justify-content: space-between}
    .index_new .left .list{margin-top: 51px;display:grid;grid-template-columns: 452px 452px;justify-content: space-between}
    .index_new .left .index_news_left_list{display: none}
    .index_new .left .index_news_left_list.active{display: grid}

    .index_new .left .list .img{overflow: hidden;height: 338px;}
    .index_new .left .list .img img{width: 100%;height: 338px;object-fit:cover;}
    .index_new .left .list .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .index_new .left .list .nr{background-color: #FFFFFF;padding: 23px}
    .index_news_left_list .list_l .nr{height: 157px;display: flex;flex-direction: column;justify-content: space-between;border: 1px solid #F6F6F6;border-top: none;box-sizing: border-box}
    .index_new .left .list .nr:hover h2{color: #00307B}
    .index_new .left .list .nr h2{font-size:16px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .index_new .left .list .info{display: flex;}
    .index_new .left .list .info span{font-size: 14px;color:#000;}
    .index_new .left .list .info span:first-of-type{margin-right: 11px}
    .index_new .left .list p{font-size: 14px;color: #000;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .index_new .left .list .list_r ul{height: 100%;display: flex;flex-direction: column;justify-content: space-between}
    .index_new .left .list .list_r li{border: 1px solid #F6F6F6;position: relative;height: 109px;overflow:hidden;display: flex;flex-direction: column;}
    .index_new .left .list .list_r li::after{content: '';height: 0px;background-color: #002e80;position: absolute;bottom: 0;left: 0;display: block;width: 100%;}
    .index_new .left .list .list_r li:hover:after{height: 4px;}
    .index_new .left .list .list_r li:hover h2{color: #00307B}
    .index_new .left .list .list_r li a{display: flex;flex-direction: column;height: 100%;}
    .index_new .left .list .list_r li .nr{padding: 16px 24px;display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
    .index_new .left .list .list_r li .nr p{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;display: block}
    .index_new .right&gt;ul{margin-top: 51px;height: 100%;display: none;justify-content: space-between;flex-direction: column}
    .index_new .right&gt;ul.active{display: flex;}
    .index_new .right&gt;ul li:not(:first-of-type){margin-top: 24px;}
    .index_new .right&gt;ul li:last-of-type{margin-bottom: auto}


    .index_new .right&gt;ul .list{display: flex;}
    .index_new .right&gt;ul .time{display: flex;flex-direction: column;align-items: center;background-color: #1E4C8A;width: 70px;height: 80px;justify-content: center}
    .index_new .right&gt;ul .nr{flex: 1;width: 0;margin-left: 31px;display: flex;flex-direction: column;justify-content: center}
    .index_new .right&gt;ul .nr h2{font-size: 16px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;color: #000000}
    .index_new .right&gt;ul li:hover h2{color:#1E4C8A }
    .index_new .right&gt;ul .nr p{font-size: 14px;color: #000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .index_new .right&gt;ul .time em,
    .index_new .right&gt;ul .time i {font-style: normal;font-family: 微软雅黑,sans-serif}
    .index_new .right&gt;ul .time em{font-size: 28px;color: #FFFFFF;}
    .index_new .right&gt;ul .time i{font-size: 12px;color: #FFFFFF;}
    .index_pic_bg{background-image: url("../images/index_bg.png");background-size: cover;}
    .index_pic&gt;ul{display: flex;justify-content: space-between;padding: 88px 0}
    .index_pic&gt;ul li{height:160px;width: 21.126%;background-color: rgba(255, 255, 255, 0.38);border-radius: 4px;border: 1px solid rgba(255, 255, 255, 0.38);}
    .index_pic&gt;ul li:hover{background-color: rgba(255, 27, 27, 0.38);border: 1px solid rgba(255, 27, 27, 0.38);}
    .index_pic&gt;ul li a{display: flex;flex-direction: column;justify-content:center;align-items: center;width: 100%;height: 100%;}
    .index_pic&gt;ul li p{font-size: 20px;color: #ffffff;margin-top:23px;}



}

/*PC内页*/
@media all and (min-width: 981px) {
    .n_right_list1{flex: 1;width: 0;margin-left: 32px}
    .n_right_list1&gt;ul&gt;li{border-bottom: 1px solid #E8E8E8}
    .n_right_list1&gt;ul&gt;li&gt;a{display: flex;justify-content: space-between;align-items: center;height: 100px}
    .n_right_list1&gt;ul&gt;li .time{display: flex;justify-content: space-between;flex-direction: column;width:144px;align-items: center}
    .n_right_list1&gt;ul&gt;li .time em,
    .n_right_list1&gt;ul&gt;li .time i{font-style: normal;color:#999999;font-family: 微软雅黑, sans-serif}
    .n_right_list1&gt;ul&gt;li .time em{font-size: 28px;}
    .n_right_list1&gt;ul&gt;li .time i{font-size: 12px;}
    .n_right_list1&gt;ul&gt;li .nr{flex: 1;width: 0;color: #000;font-size: 18px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;padding-right: 20px;line-height: 42px}
    .n_right_list1&gt;ul&gt;li:hover{background-color: #1E4C8A}
    .n_right_list1&gt;ul&gt;li:hover .time em,
    .n_right_list1&gt;ul&gt;li:hover .nr,
    .n_right_list1&gt;ul&gt;li:hover .time i{color: #ffffff;}
    .n_right_list2{flex: 1;width: 0;margin-left: 32px}
    .n_right_list2&gt;ul&gt;li{border-bottom: 1px solid #E8E8E8}
    .n_right_list2&gt;ul&gt;li&gt;a{display: flex;justify-content: space-between;align-items: center;}
    .n_right_list2&gt;ul&gt;li:not(:first-of-type)&gt;a{padding: 32px 0}
    .n_right_list2&gt;ul&gt;li:first-of-type&gt;a{padding-bottom: 32px;}
    .n_right_list2&gt;ul&gt;li .img{height: 146px;overflow: hidden;width: 210px;}
    .n_right_list2&gt;ul&gt;li .img img{height: 146px;width: 100%;object-fit: cover}
    .n_right_list2&gt;ul&gt;li .img img:hover{transform: scale(1.05);transition: all 0.5s}
    .n_right_list2&gt;ul&gt;li .nr{flex: 1;width: 0;margin-left: 31px}
    .n_right_list2&gt;ul&gt;li .nr h2{font-size:16px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .n_right_list2&gt;ul&gt;li .nr p{font-size: 16px;color: #666666;margin-top: 26px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .n_right_list2&gt;ul&gt;li .nr span{font-size: 12px;color: #666666;margin-top: 31px;display: block}
    .n_right_list2&gt;ul&gt;li:hover .nr h2{color: #1B438F;}
    .n_right_list3{flex: 1;width: 0;margin-left: 32px}
    .n_right_list3&gt;ul{display: grid;grid-template-columns: 31.315% 31.315% 31.315%;grid-gap: 56px;justify-content: space-between}
    .n_right_list3&gt;ul a{display: block;}
    .n_right_list3&gt;ul span{color: #666666;font-size: 16px;display: block;margin-top: 15px;}
    .n_right_list3&gt;ul h2{color: #000000;font-size:16px;margin-top: 31px;}
    .n_right_list3&gt;ul .img{width: 100%;height: 420px;overflow: hidden;box-sizing: border-box}
    .n_right_list3&gt;ul .img img{width: 100%;height: 420px;object-fit: cover}
    .n_right_list3&gt;ul .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .n_right_list4{flex: 1;width: 0;margin-left: 32px}
    .n_right_list4 ul{display: flex;flex-wrap: wrap}
    .n_right_list4 ul li:nth-of-type(even){margin-left: 32px;}
    .n_right_list4 ul li:nth-of-type(n+3){margin-top: 32px}
    .n_right_list4 ul li .img{width:452px;height: 306px;overflow: hidden}
    .n_right_list4 ul li .img img{width:452px;height: 306px;object-fit: cover;}
    .n_right_list4 ul li .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .n_right_list6{flex: 1;width: 0;margin-left: 32px}
    .n_right_list6&gt;ul&gt;li{border-bottom: 1px solid #E8E8E8}
    .n_right_list6&gt;ul&gt;li&gt;a{display: flex;justify-content: space-between;align-items: center;}
    .n_right_list6&gt;ul&gt;li:not(:first-of-type)&gt;a{padding: 32px 0}
    .n_right_list6&gt;ul&gt;li:first-of-type&gt;a{padding-bottom: 32px;}
    .n_right_list6&gt;ul&gt;li .img{width: 210px;height: 266px;overflow: hidden;}
    .n_right_list6&gt;ul&gt;li .img img{height: 266px;width: 100%;object-fit: cover}
    .n_right_list6&gt;ul&gt;li .img img:hover{transform: scale(1.05);transition: all 0.5s}
    .n_right_list6&gt;ul&gt;li .nr{flex: 1;width: 0;margin-left: 31px}
    .n_right_list6&gt;ul&gt;li .nr h2{font-size: 20px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .n_right_list6&gt;ul&gt;li .nr p{font-size: 18px;color: #666666;margin-top: 26px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height: 36px;overflow: hidden;text-overflow:ellipsis}
    .n_right_list6&gt;ul&gt;li .nr span{font-size: 16px;color: #666666;margin-top: 31px;display: block}
    .n_right_list6&gt;ul&gt;li:hover .nr h2{color: #1B438F;}
    .n_text_nr_1{flex: 1;width: 0;margin-left: 40px;}
    .n_text_nr_1 h2{font-size: 24px;color: #000000;text-align: center}
    .n_text_nr_1 .info{display: flex;justify-content: center}
    .n_text_nr_1 .info span{margin-top: 31px;color: #999999;font-size: 14px;}
    .n_text_nr_1 .info span:not(:first-of-type){margin-left:31px;}
    .n_text_nr_1 .n_write{margin-top: 53px;}
    .n_text_nr_1 .n_write p,
    .n_text_nr_1 .n_write{font-size: 14px;line-height: 28px;}
    .n_text_nr_1 .n_write p:not(:first-of-type){margin-top: 15px}
    .n_text_nr_1 .n_write img{max-width: 100%;margin:35px auto}
    .n_text_nr_2{flex: 1;width: 0;margin-left: 40px}
    .n_text_nr_2 h2{font-size: 26px;color: #3C5BA6}
    .n_text_nr_2 h3{font-size: 26px;color: #000;margin-top: 42px;}
    .n_text_nr_2 p{font-size: 24px;color: #666666;margin-top: 32px;}
    .n_text_nr_2 img{margin-top: 55px;}
    /*internal*/
    .n_right_list5{flex: 1;width: 0;margin-left: 32px}
    .n_right_list5 ul{display: grid;grid-template-columns: 31.315% 31.315% 31.315%;justify-content: space-between;grid-row-gap:56px }
    .n_right_list5 ul li .img{height: 420px;overflow:hidden}
    .n_right_list5 ul li .img img{width: 100%;height: 100%;object-fit: cover}
    .n_right_list5 ul li:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .n_right_list5 ul li .nr h3{font-size: 16px;color: #000000;margin-top: 32px;}
    .n_right_list5 ul li .nr p{font-size: 16px;color: #666666;margin-top: 16px;}
    .n_right_list5 .lit_nav{margin-top: -16px;padding-bottom: 32px;border-bottom: 1px solid #D8D8D8;margin-bottom: 56px;}
    .n_right_list5 .lit_nav a{display:inline-block;padding:8px 21px;background-color: #f6f6f6;color: #999999;margin-right: 12px;margin-top: 16px;}
    .n_right_list5 .lit_nav a:hover{background-color: #1d3383;color: #FFFFFF}
}


/*pc internal*/
@media all and (min-width: 981px) {
    /*一级学院公共*/
    .internal_banner{width: 100%;overflow: hidden;position: relative;}

    .internal_banner img{height:460px;object-fit:cover}

    .internal_banner img{width: 100%;}
    .internal_banner .page_slide{position: absolute;width: 100%;text-align: center;bottom:48px;z-index: 2}
    .internal_banner .swiper-pagination-bullet{width: 18px;height: 18px;margin-right: 24px;border: 1px solid #FFFFFF;opacity: unset;background: transparent}
    .internal_banner .swiper-pagination-bullet-active{background-color: #FFFFFF;}
    .v_top_right{margin-left: auto;}

    .v_tit{display: flex;justify-content: space-between;align-items: center}
    .v_tit .left{display: flex;align-items: center}
    .v_tit .left h2{font-size: 24px;color: #1d3383;margin-left: 20px;}
    .v_tit .right a{font-size: 18px;color: #999999;}
    .v_tit .right a:hover{color: #1d3383;font-weight: bold;}
    .v_tit2{display: flex;justify-content: center;align-items: center}
    .v_tit2 h2{margin-left: 21px;font-size: 24px;color: #1D3383; }

    .v_tit3 .left ul{display: flex}
    .v_tit3 .left ul li{cursor: pointer}
    .v_tit3 .left ul h2{color: #999999}
    .v_tit3 li.active h2{color: #1D3383}

    .v9_tit{height: 88px;background-color: #ca0204;display: flex;align-items: center;padding: 0 32px;box-sizing: border-box}
    .v9_tit .left{display: flex;align-items: center}
    .v9_tit .left h2{color: #FFFFFF;margin-left: 20px;font-size: 24px;}
    .v9_tit .right{margin-left: auto;}
    .v9_tit .right a{color: #FFFFFF;font-size: 14px;}
    .v9_tit .right a:hover{font-weight: bold;}

    .pd88{padding: 88px 0}
    .pd50{padding: 50px 0}
    .mt56{margin-top: 46px;}
    .pt88{padding-top: 66px;}
    .v5_index_tit{display: flex;align-items: center;padding-bottom: 16px;position: relative;}
    .v5_index_tit h2{margin-left: 21px;color: #1D3383;font-size: 24px;}
    .v5_index_tit::after{content: '';display: block;width: 150px;height: 4px;background-color: #1d3383;position: absolute;left: 0;bottom: 0;z-index: 2}
    .v5_index_tit::before{content: '';display: block;width: 100%;height: 2px;background-color: #d8d8d8;position: absolute;left: 0;bottom: 0;z-index: 1}
    /*学院首页公共*/
    .v3list1 .img{width: 100%;height: 302px;overflow: hidden;}
    .v3list1 .img img{width: 100%;height: 302px;object-fit: cover}
    .v3list1 .nr span{font-size: 12px;color: #000;display: block;margin-top: 16px;}
    .v3list1 .nr h3{font-size: 16px;color: #000000;margin-top: 16px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v3list1 .nr p{font-size: 14px;color: #000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;position: relative;padding-bottom: 16px;margin-top: 16px;}
    .v3list1 .nr p::after{content: '';display: block;width: 100%;height: 1px;background-color: #E8E8E8;left: 0;bottom: 0;position: absolute;}
    .v3list1 .nr bdi{font-size: 14px;color: #000;}
    .v3list1:hover .nr h3{color: #1d3383;}
    .v3list1:hover .nr bdi{color: #000;}
    .v3list1:hover .img img{transform: scale(1.05);transition: all 0.5s}

    .v4_list1_top .addtow{display: flex;align-items: center;padding-bottom: 40px;border-bottom: 1px dashed #D9D9D9}
    .v4_list1_top .img{width: 252px;height: 142px;overflow: hidden;}
    .v4_list1_top .img img{width: 100%;height: 142px;object-fit: cover}
    .v4_list1_top .nr{flex: 1;width: 0;margin-left: 32px;}
    .v4_list1_top .nr h3{font-size: 16px!important;color: #1D3383;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v4_list1_top .nr p{font-size: 16px;color: #000;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;margin-top: 16px;line-height: 28px;}
    .v4_list1_top:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .v4_list1_top:hover h3,.v4_list1_top:hover p{color: #1d3383;}

    .v4_list_1 li{display: flex;align-items: center}
    .v4_list_1 li a{display: flex;width: 100%;color: #000000;position: relative;align-items: center}
    .v4_list_1 li a::before{content: '';display: block;width: 6px;height: 6px;background-color: #d8d8d8;margin-right: 10px;}
    .v4_list_1 li a p{width: 70%;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;    font-size: 16px!important;}
    .v4_list_1 li a span{margin-left: auto;font-size:14px;}
    .v4_list_1 li a:hover{color: #1d3383;}
    .v4_list_1 li a:hover:before{background-color: #1d3383;}

    .v4_list_2 a{display: flex;}
    .v4_list_2 a .time{width: 90px;display: flex;flex-direction: column;justify-content: center;align-items: center}
    .v4_list_2 a .time em,.v4_list_2 a .time i{font-style: normal;}
    .v4_list_2 a .time em{font-size: 32px;color: #ffffff;background-color: #1d3383;padding: 6px 2px;box-sizing: border-box}
    .v4_list_2 a .time i{font-size: 20px;color: #1d3383;margin-top: 11px;}
    .v4_list_2 a .nr{width:0;flex: 1;margin-left: 32px;}
    .v4_list_2 a .nr h3{font-size: 20px;color: #000000;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;line-height: 36px;}
    .v4_list_2:hover a .nr h3{color: #1D3383}

    .v11_list1 {display: flex;align-items: center}
    .v11_list1 .img{width: 252px;height: 180px;overflow: hidden}
    .v11_list1 .img img{width: 252px;height: 180px;object-fit: cover}
    .v11_list1 .nr{width: 0;flex: 1;background-color: #ffffff;padding:0 24px;box-sizing: border-box;height: 180px;display: flex;flex-direction: column;justify-content: center}
    .v11_list1 .nr h3, .v11_list1 .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;color: #000000;}
    .v11_list1 .nr h3{font-size: 16px!important;line-height: 36px;}
    .v11_list1 .nr p{font-size: 16px;margin-top: 16px;line-height: 28px;}
    .v11_list1:hover h3{color: #ca0204;}
    .v11_list1:hover .img img{transform: scale(1.05);transition: all 0.5s}

    .v15_list1{display: flex}
    .v15_list1 .time{display: flex;flex-direction: column;justify-content: center;align-items: center;background-color: #1d3383;width: 80px;height: 116px;}
    .v15_list1 .time em,.v15_list1 .time i{font-style: normal;color: #FFFFFF}
    .v15_list1 .time em{font-size: 28px;}
    .v15_list1 .time i{font-size: 12px;margin-top: 5px;}
    .v15_list1 .nr{flex: 1;width: 0;background-color: #FFFFFF;display: flex;padding: 16px;box-sizing: border-box;flex-direction: column}
    .v15_list1 .nr h3{    font-size: 16px!important;color: #000000;}
    .v15_list1 .nr p{font-size: 14px;color: #000;margin-top: 8px;line-height: 28px;}

    .v16_list1{width: 100%;}
    .v16_list1 .img{width: 100%;height: 186px;overflow: hidden}
    .v16_list1 .img img{width: 100%;height: 186px;object-fit: cover}
    .v16_list1 .time{width: 56px;height: 56px;background-color: #999999;display: flex;flex-direction: column;justify-content:center;align-items: center;margin-top: -52px;position:relative;z-index: 2;}
    .v16_list1 .time em,.v16_list1 .time i{font-style: normal;}
    .v16_list1 .time em{font-size: 22px;color: #ffffff;}
    .v16_list1 .time i{font-size: 10px;color: #ffffff;}
    .v16_list1 .nr{padding: 24px;box-sizing:border-box;background-color: #ffffff;}
    .v16_list1 .nr h3{font-size: 16px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;margin-top: 24px;}
    .v16_list1 .nr p{font-size: 14px;color: #000;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;margin-top: 8px;line-height: 28px;}
    .v16_list1:hover .img img{transform: scale(1.05);transition: all 0.5s;}
    .v16_list1:hover .time{background-color: #1d3383;}
}
/*pc学院针对性*/
@media all and (min-width: 981px) {

    .v3_index1_bg{background-image: linear-gradient(to right,#FFFFFF 0,#FFFFFF 38.229%,#F8F8F8 38.229%,#F8F8F8 100%);padding: 88px 0}
    .v3_index1_b{display: flex;}
    .v3_index1_b .img{display: flex;width: 573px;height: 400px;overflow: hidden}
    .v3_index1_b .img img{width:100%;height: 378px;object-fit: cover}
    .v3_index1_b ul{width: 0;flex: 1;margin-left: 40px;}
    .v3_index1_b ul .img{display: none;}
    .v3_index1_b ul li a{display: flex}
    .v3_index1_b ul li a .time{width: 80px;display: flex;align-items: center;flex-direction: column}
    .v3_index1_b ul li a .time em,.v3_index1_b ul li a .time i{font-style: normal;color: black}
    .v3_index1_b ul li a .time em{font-size: 30px;font-weight: bold;}
    .v3_index1_b ul li a .time i{font-size: 12px;}
    .v3_index1_b ul li a .nr{width: 0;flex: 1;margin-left: 25px;}
    .v3_index1_b ul li a .nr h3{font-size: 16px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v3_index1_b ul li a .nr p{font-size: 14px;color: #000;line-height: 28px;margin-top: 8px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v3_index1_b ul li:not(:first-of-type){margin-top: 32px;}
    .v3_index1_b ul li:hover .time *,.v3_index1_b ul li:hover .nr *{color: #1D3383}
    .v3_index2_bg{background-image: url("../images/v3_index2_bg.png");background-size: cover;}
    .v3_index2 ul{display:flex;justify-content: space-between}
    .v3_index2 ul li{width: 31.83%;background-color: #FFFFFF;padding: 32px;box-sizing: border-box;position: relative}
    .v3_index2 .time{display: flex;align-items: flex-end}
    .v3_index2 .time em,.v3_index2 .time i{font-style: normal;color: black;line-height: 1}
    .v3_index2 .time em{font-size: 30px;color: #000000;}
    .v3_index2 .time i{font-size: 12px;color: #999999;margin-left: 8px;}
    .v3_index2 li h3{line-height: 36px;margin-top: 20px;font-size: 16px;color: #000000;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-weight: normal;margin-bottom: 21px;}
    .v3_index2 li .jt{position: absolute;right: 32px;bottom:32px;}
    .v3_index2 li .jt2{display: none;position: absolute;right: 32px;bottom:32px;}
    .v3_index2 li:hover{background-color: #1D3383;box-shadow: 0px 6px 24px -4px #1D3383;animation-name: up_small;animation-duration: 0.5s;top:-8px}
    @keyframes up_small {
        0% {top: 0}
        100%{top:-8px}
    }
    .v3_index2 li:hover .jt{display:none;}
    .v3_index2 li:hover .jt2{display: block}
    .v3_index2 li:hover a *{color: #FFFFFF}
    .v3_index3{display: flex;}
    .v3_index3&gt;.left{width: 65.915%;}
    .v3_index3&gt;.left ul{display: flex;justify-content: space-between}
    .v3_index3&gt;.left ul li{width: 48.29%;}
    .v3_index3&gt;.right{width: 0;flex: 1;margin-left: 32px;display: flex;flex-direction: column;position: relative}
    .v3_index3&gt;.right li a{display: flex;align-items: center}
    .v3_index3&gt;.right .time{display: flex;flex-direction: column;width: 80px;height: 100px;background-color: #1d3383;align-items: center;justify-content: center}
    .v3_index3&gt;.right .time em,.v3_index3&gt;.right .time i{font-style: normal;color: #FFFFFF}
    .v3_index3&gt;.right .time em{font-size: 34px;font-weight: bold;}
    .v3_index3&gt;.right .time i{font-size: 14px;margin-top: 10px;}
    .v3_index3&gt;.right .nr{width: 0;flex: 1;margin-left: 16px;}
    .v3_index3&gt;.right .nr h3{font-size: 20px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v3_index3&gt;.right .nr p{font-size: 16px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;margin-top: 16px;}
    .v3_index3&gt;.right li:hover h3{color: #1d3383;}
    .v3_index3 .v3_tab_list{display: none;height: 100%;flex-direction: column}
    .v3_index3 .v3_tab_list.active{display: flex}
    .v3_index3 .v3_tab_list ul{display: flex;flex-direction: column;height: 100%;justify-content: space-between}
    .v3_index3 .v3_tab_list a.tabmore{position: absolute;top: 5px;right: 0;color: #999999;font-size: 18px;}
    .v3_index3 .v3_tab_list a.tabmore:hover{font-weight: bold;color: #1d3383;}


    .v4_index1_bg{background-image: url("../images/v4_index1_bg.png");background-size: cover;}
    .v4_index1 ul{display: grid;grid-template-columns: 31.83% 31.83% 31.83%;justify-content: space-between}
    .v4_index2{display: grid;grid-template-columns: 48.873% 48.873%;justify-content: space-between}
    .v4_index3{display: flex}
    .v4_index3 .left{width: 65.915%;}
    .v4_index3 ul.list1{display: grid;grid-template-columns: 32.4786% 32.4786% 32.4786%;justify-content: space-between}
    .v4_index3 ul.list1 .img{width: 100%;height: 220px;overflow: hidden;}
    .v4_index3 ul.list1 .img img{width: 100%;height: 220px;object-fit: cover}
    .v4_index3 ul.list2{margin-top: 12px;display: grid;grid-template-columns: 49.3589% 49.3589%;justify-content: space-between}
    .v4_index3 ul.list2 .img{width: 100%;height: 220px;overflow: hidden;}
    .v4_index3 ul.list2 .img img{width: 100%;height: 220px;object-fit: cover}
    .v4_index3 ul li:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .v4_index3&gt;.right{flex: 1;width: 0;margin-left: 32px;display: flex;flex-direction: column}
    .v4_index3&gt;.right ul{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}

    .v5_index1{display: grid;grid-template-columns: 31.69% 31.69% 31.69%;justify-content: space-between}
    .v5_index1_list .v4_list_2{margin-top: 32px;}
    .v5_index_bill_text{margin-top: 32px;}
    .v5_index_bill_text p{font-size: 14px;color: #000000;line-height: 40px;font-weight: bold;}
    .v5_index_bill_bn{margin-top: 58px;}

    .v6_index1{display: grid;grid-template-columns: 65.845% 31.69%;justify-content: space-between}
    .v6_index1 .v5_index1_list ul{display: grid;grid-template-columns: 49% 49%;justify-content: space-between}
    .v6_index1 .v5_index1_list ul li:first-of-type,.v6_index1 .v5_index1_list ul li:nth-of-type(2){margin-top: unset;}
    .v6 .v5_index_bill_text{text-align: center;}
    .v7 .v5_index1_list{position: relative}
    .v7 .v5_index1_list a.tabmore{position: absolute;top: 5px;right: 0;color: #999999;}
    .v7 .v5_index1_list a.tabmore:hover{color: #1D3383;}
    .v7_tab_list3,.v7_tab_list2,.v7_tab_list1{display: none}
    .v7_tab_list3.active,.v7_tab_list2.active,.v7_tab_list1.active{display: block}

    .v8_index1_bg{background-image: linear-gradient(to right,#FFFFFF 0,#FFFFFF 38.229%,#F8F8F8 38.229%,#F8F8F8 100%);padding: 88px}
    .v8_index1{display: flex;align-items: center}
    .v8_index1 .img{display: flex;width: 573px;height: 400px;overflow: hidden;}
    .v8_index1 .img img{width:100%;height: 378px;object-fit: cover}
    .v8_index1 .text{flex: 1;width: 0;margin-left: 56px;}
    .v8_index1 .text p{line-height: 40px;margin-top: 20px;text-indent: 2em;font-size: 14px;}
    .v8 .v5_index_bill_text{text-align: center}

    .v9 .v4_list_1 li a:hover:before,.v9 .n_left&gt;ul&gt;li.active,.v9 .n_left&gt;ul&gt;li:hover,.v9 .n_right_list1&gt;ul&gt;li:hover,.v9 .pagelist_yc .wp-pagenavi .current{background-color: #ca0204;}
    .v9 .nav_bg,.v9 .nav_bg .nav .dp1,.v9 .nav_bg .nav .dp2{background-color: #b40305;}
    .v9 .v_tit .left h2,.v9 .v3_index1_b ul li:hover .time *,.v9 .v3_index1_b ul li:hover .nr *,.v9 .v_tit .right a:hover,.v9 .v4_list1_top:hover h3,.v9 .v4_list1_top:hover p,.v9 .v4_list_1 li a:hover,.v9 .head .search button{color: #ca0204;}
    .v9 .v4_index2{grid-template-columns: 65.915% 31.83%}
    .v9_index_down{display: flex;flex-direction: column;}
    .v9_index_down .v4_list_1{border: 2px solid rgba(0, 0, 0, 0.1);border-top: none;display: flex;flex-direction: column;height:0;justify-content: space-between;flex: 1;padding: 32px;box-sizing: border-box}
    .v9_index_down .v4_list_1 li:first-of-type a{margin-top: unset;}
    .v9_index_down .v4_list_1 li a p{width: 60%;}
    .v10_index1_bg{background-color: #F6F6F6}
    .v10_index1{display: grid;grid-template-columns: 74.436% 23.309%;justify-content: space-between}
    .v10_index1_l .b{display: flex}
    .v10_index1_l .b .img{width: 573px;height: 394px;overflow: hidden}
    .v10_index1_l .b .img img{width: 573px;height: 384px;object-fit: cover}
    .v10_index1_l .b .list{flex: 1;width: 0;margin-left: 32px;display: flex;justify-content: space-between;flex-direction: column}
    .v10_index1_l .b .v4_list_1{display: flex;height: 100%;justify-content: space-between;flex-direction: column}
    .v10_index1_l .b .v4_list_1 li{border-bottom: 1px solid #E8E8E8;height: 100%;}
    .v10_index1_l .b .v4_list_1 li .img{display: none}
    .v10_index1_r{display: flex;flex-direction: column;}
    .v10_index1_r .top h3{font-size: 16px!important;color: #000000;line-height: 36px;position: relative}
    .v10_index1_r .top h3:hover{color: #ca0204;}
    .v10_index1_r .top h3::before{content: '';display: inline-block;width: 6px;height: 6px;background-color: #D8D8D8;margin-right: 12px;}
    .v10_index1_r .top h3:hover:before{background-color: #ca0204;}
    .v10_index1_r .top p{font-size: 16px;color: #000000;line-height: 28px;}
    .v10_index1_r .v4_list_1{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
    .v10_index1_r .v4_list_1 li a p{width: 76%;}
    .v10 .v4_list_1 li a::before{width: 6px;height: 6px;}

    .v10 .v4_list1_top .img,.v10 .v4_list1_top .img img{width: 170px;height: 106px;}
    .v10 .v4_index2_list{display: flex;flex-direction: column;}
    .v10 .v4_index2_list .v4_list_1{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
    .v9 .v4_list_2 a .time em{background-color: #CA0204}
    .v9 .v4_list_2:hover a .nr h3{color: #ca0204;}

    /*.v11_index1_bg{background-color: #f6f6f6;}*/
    .v11_index1{display: grid;grid-template-columns:40.422% 28.83% 25.309%;justify-content: space-between}
    //.v11_index1{display: grid;grid-template-columns:40.422% 31.83% 23.309%;justify-content: space-between}
    .v11_index1_slide{width: 100%;overflow: hidden;position: relative}
    .v11_index1_slide a{height: 455px;width: 100%;overflow: hidden}
    .v11_index1_slide a:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .v11_index1_slide .img{width: 100%;height: 100%;}
    .v11_index1_slide .img img{width: 100%;object-fit: cover}
    /*.v11_index1_slide .img img{width: 100%;height: 100%;object-fit: cover}*/
    .v11_index1_slide .nr{height: 78px;background-color: rgba(0, 0, 0, 0.44);position: absolute;bottom: 0;left: 0;width: 100%;display: flex;align-items: center;padding:0 32px;box-sizing: border-box}
    .v11_index1_slide .nr p{color: #FFFFFF;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 60%;font-size: 16px;}
    .page_v11{position: absolute;right: 32px;bottom: 0;width: 20%;height: 78px;z-index: 2;display: flex;align-items: center}
    .page_v11 .page_ok{margin-left:  auto;}
    .page_v11 .swiper-pagination-bullet{width: 12px;height: 12px;margin-left: 16px;background-color: rgba(216, 216, 216, 0.44);opacity: unset}
    .page_v11 .swiper-pagination-bullet-active{background-color: #FFFFFF}
    .v11 .v4_list1_top .img{width: 170px;height: 106px;}
    .v11 .v4_list1_top .img img{width: 170px;height: 106px;object-fit: cover}
    .v11_index1 .v4_index2_list{display: flex;flex-direction: column}
    .v11_index1 .v4_index2_list .v4_list_1{display: flex;justify-content: space-between;flex-direction: column;height: 100%;}
    .v11_index1 .v4_list_1 li a::before{width: 6px;height: 6px;}
    .v11_index2{display: flex;}
    .v11_index2_left{width: 74.436%;}
    .v11_index2_right{width: 0;flex: 1;margin-left: 32px;display: flex;flex-direction: column;justify-content: space-between}
    .v11_index2_left .t{display: flex}
    .v11_index2_left .t .l{width: 44.097%;display: flex;flex-direction: column;}
    .v11_index2_left .t .r{width: 0;flex: 1;margin-left: 32px;}

    .v11_index2_left .t .r ul li{margin-top: 32px;}
    .v11_index2_left .t .l ul{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
    .v11_index2_left .b.pd88{padding-bottom: 0;}
    .v11_index2_left .b ul{display: flex;justify-content: space-between}
    .v11_index2_left .b ul li{width: 31.315%;}
    .v11_index2_left .b ul li .img{width: 100%;height: 186px;overflow:hidden}
    .v11_index2_left .b ul li .img img{width: 100%;height: 186px;object-fit: cover}
    .v11_index2_left .b ul li:hover img{transform: scale(1.05);transition: all 0.5s}
    .v11_tit{display: flex;height: 88px;background-image: url("../images/v11_tit.png");background-size: cover;align-items: center;padding: 0 38px;box-sizing: border-box;}
    .v11_tit h2{font-size: 26px;color: #ffffff;margin-left: 21px;}
    .v11_index2_right .rimg{padding: 32px 0;border: 2px solid rgba(0, 0, 0, 0.1);border-top: none}
    .v11_index2_right .rimg img{margin:0 auto}
    .v11_index2_right .rimg div:nth-of-type(n+2) img{margin-top: 32px;}
    .v11_index2_right .rb .text{padding: 32px;border: 2px solid rgba(0, 0, 0, 0.1);border-top: none;line-height: 32px;}
    .v11 .n_right_list2&gt;ul&gt;li:hover .nr h2{color: #CA0204}


    .v12 .head_bg .search .time{font-size: 16px;color: #ffffff;margin-top: 20px;}
    .v12 .head_bg .search .time p{text-align: right}
    .v12_index1{display: flex}
    .v12_index1 .left{width: 48.873%;}
    .v12_index1 .right{width: 0;flex: 1;margin-left: 32px;display: flex;flex-direction: column}
    .v12_index1_bg{background-color:#F6F6F6;}
    .v12_index1 .right .v4_list_1{display: flex;flex-direction: column;height: 100%;}
    .v12_index1 .v4_list_1 li{border-bottom: 1px solid #E8E8E8;height: 100%;}
    .v12 .v4_list_1 li a::before{width: 6px;height: 6px;}
    .v12_index2{display: flex}
    .v12_index2&gt;.left{width: 48.873%;}
    .v12_index2&gt;.right{width: 0;flex: 1;margin-left: 32px;}
    .v12_index2&gt;.left ul{display: grid;grid-template-columns: 47.694% 47.694%;justify-content: space-between;margin-top: 56px;}
    .v12_index2&gt;.left ul li{position: relative;overflow: hidden;}
    .v12_index2&gt;.left ul li:nth-of-type(n+3){margin-top: 32px;}
    .v12_index2&gt;.left ul li .img{width: 100%;height: 186px;overflow:hidden}
    .v12_index2&gt;.left ul li .img img{width: 100%;height: 186px;object-fit: cover}
    .v12_index2&gt;.left ul li .nr{position: absolute;height: 70px;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);left: 0;width: 100%;display: flex;align-items: center;transition: all ease 0.5s;bottom: -70px}
    .v12_index2&gt;.left ul li .nr p{padding: 0 24px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;color: #FFFFFF;font-size: 14px;}
    .v12_index2&gt;.left ul li:hover .nr{bottom: 0;}
    .v12_index2&gt;.left ul li:hover .img img{transform: scale(1.15);transition: all 0.5s}
    .v12_index2&gt;.right .text{display: flex;justify-content: space-between;margin-top: 56px;}
    .v12_index2&gt;.right .text span{font-size: 26px;color: #1d3383;font-weight: bold;}
    .v12_index2&gt;.right ul{display: flex;margin-top: 30px;}
    .v12_index2&gt;.right ul li{width: 49.8%;display: flex;flex-direction: column;justify-content: center;align-items: center}
    .v12_index2&gt;.right ul li p{margin-top: 16px;font-size:14px;color: #1d3383;}
    .v13 .head .logo{flex: 1}
    .v13 .head .slogan{flex: 1}
    .v13 .head .slogan p{text-align: center;font-family: h;font-size: 40px;color: rgba(255, 255, 255, 0.4)}
    .v13 .head .search{flex: 1;display: flex}
    .v13 .head .search form{margin-left: auto;}
    .v13_index1{display: grid;grid-template-columns: 31.83% 31.83% 31.83%;justify-content: space-evenly}
    .v13_index1_pic li{background-image: url("../images/v13_index1_pic.png");height: 100px;background-size: cover;}
    .v13_index1_pic li:not(:first-of-type){margin-top: 24px;}
    .v13_index1_pic li a{display: flex;justify-content: center;align-items: center;height: 100%;}
    .v13_index1_pic li a p{color: #FFFFFF;margin-left: 16px;font-size: 24px;}
    .v13_index1_pic li a:hover p{color: rgba(255, 255, 255, 0.4)}
    .v13_index1_list,.v13_index1_list ul{display: flex;flex-direction: column}
    .v13_index1_list ul{height: 100%;justify-content: space-between}
    .v13_index2 ul{display: flex;justify-content:space-between}
    /*.v13_index2 ul li{width: 286px;}*/
    .v13_index2 ul li .img{width: 100%;height: 186px;overflow: hidden}
    .v13_index2 ul li .img img{width: 100%;height: 186px;object-fit: cover}
    .v13_index2 ul li:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .v14 .v13_index1{display: flex}
    .v14 .v13_index1 .v13_index1_list{width: 48.873%;}
    .v14 .v13_index1 .v14_index1_r{flex: 1;width: 0;margin-left: 32px;}
    .v14 .v13_index1 .v4_list_1 li a::before{width: 6px;height: 6px;}
    .v14_index1_r_pic{display: grid;grid-template-columns: 47.694% 47.694%;justify-content: space-between}
    .v14_index1_r_pic li{height: 100px;width: 100%;background-image: url("../images/v14_index1_r.png");background-size:cover}
    .v14_index1_r_pic li a{width: 100%;justify-content: center;align-items: center;display: flex;height: 100%;}
    .v14_index1_r_pic li a p{font-size: 26px;color: #ffffff;margin-left: 16px;}
    .v14_index1_r_pic li:hover a p{color: rgba(255, 255, 255, 0.4)}
    .v14_index1_r_pic li:nth-of-type(n+3){margin-top: 32px;}
    .v14_link{display: flex;margin-top: 34px;}
    .v14_link .l{width: 12.824%;background-color: #1d3383;display: flex;font-size: 26px;color:#FFFFFF;flex-wrap: wrap;flex-direction: column;align-items: center;justify-content: center}
    .v14_link .l span{height: auto;}
    .v14_link .r{width: 0;flex: 1;background-color: #F6F6F6;padding: 23px 32px;box-sizing: border-box;}
    .v14_link .r li{float: left;margin-right: 40px;}
    .v14_link .r li:nth-of-type(n+4){margin-top: 10px;}
    .v14_link .r li a{font-size: 20px;color: #000000;}
    .v15_index1_bg{background-color: #f6f6f6;}
    .v15_index1{display: flex}
    .v15_index1 .v15_one{width: 65.845%;}
    .v15_index1 .v15_two{width:0;flex: 1}
    .v15_one_body{display: flex}
    .v15_one_body .l{width: 48.29%;}
    .v15_one_body .l .img{width: 100%;height: 278px;overflow:hidden;}
    .v15_one_body .l .img img{width: 100%;height: 278px;object-fit: cover}
    .v15_one_body .l:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .v15_one_body .l:hover h3{color: #1d3383;}
    .v15_one_body .r{flex: 1;width: 0;margin-left: 32px;display: flex;flex-direction: column;justify-content: space-between}
    .v15_one_body .r .v15_list1 .nr{background-color: unset}
    .v15_one_body .r .img{display: none;}
    .v15_one_body .r a.v15_list1 :hover h3{color:#1D3383}
    .v15_two{margin-left: 32px;display: flex;flex-direction: column}
    .v15_two ul{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
    .v15_two.hx_c928 ul li{height: 25%}
    .v15_two.hx_c928 ul{justify-content: unset}
    .v15 .v4_list_1 li a::before{width: 6px;height: 6px;}
    .v16_index1_bg{background-color: #f6f6f6;}
    .v16_index1 ul{display:flex;justify-content: space-between}
    .v16_index1 .v16_list1{width:23.309%}
    .v16_index2{display: flex}
    .v16_index2 .l{width: 31.83%;}
    .v16_index2 .r{width:0;flex: 1;margin-left: 32px;}
    .v16_index2_list{display: flex;}
    .v16_index2_list .left{width: 29.487%;height: 182px;background-image: url("../images/v16_index2_list1.png");background-size: cover;display: flex;justify-content: center;align-items: center;color: #ffffff;font-size: 32px;font-family: ss;}
    .v16_index2_list .right{width: 0;flex: 1}
    .v16_index2_list:nth-of-type(2) .left{width: 29.487%;height: 182px;background-image: url("../images/v16_index2_list2.png")}

    .v16_index2_list .right{background-color: #f6f6f6;padding: 20px 16px;box-sizing: border-box;display: flex;flex-direction: column}
    .v16_index2_list .right ul{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
    .v16_index2_list .right ul li a{display: flex;align-items: center;position: relative;}
    .v16_index2_list .right ul li a span{margin-left: auto;font-size: 14px;color: #000000;}
    .v16_index2_list .right ul li a p{font-size: 16px;color: #000000;width: 65%;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v16_index2_list .right ul li a:before{content: '';display: inline-block;width: 6px;height: 6px;background: #D8D8D8;margin-right:12px ;}
    .v16_index2_list .right a.more{display: flex;justify-content: flex-end;margin-top: 20px;font-size: 16px;color: #000000;}
    .v16_index2_list .right ul li a:hover *{color: #1D3383}
    .v16_index2_list .right ul li a:hover:before{background-color: #1d3383;}
    .v16_index2 .r .v16_index2_list:nth-of-type(3){margin-top: 32px;}
    .v16_index2 .l{display: flex;flex-direction: column}
    .v16_index2 .l ul{display: flex;flex-direction: column;height: 100%;justify-content: space-between}
    .v16_index3{padding-bottom: 88px;}
    .v16_index3 ul{display: flex;justify-content: space-between}
    .v16_index3 ul li{width: 23.309%;background-image: url("../images/v16_index3.png");background-size: cover;height: 120px;display: flex;justify-content: center;align-items: center;flex-direction: column}
    .v16_index3 ul li p,.v16_index3 ul li span{font-size: 22px;color: #ffffff;}
    .v16_index3 ul li span{display: block;margin-top: 10px;}

    .v17_index1{display: flex}
    .v17_index1 .v4_index2_list{width: 65.845%;position: relative}
    .v17_index1 a.tabmore{position: absolute;top: 5px;right: 0;color: #999999;}
    .v17_index1 a.tabmore:hover{color: #1D3383;}
    .v17_calendar{margin-left: 33px;}
    .v18_index_bg1{background-color: #f6f6f6;}
    .v18_list1_top a{display: flex;align-items: center;padding-bottom: 40px;border-bottom: 1px dashed #D9D9D9}
    .v18_list1_top .time{width: 89px;height: 142px;background-color: #1d3383;display: flex;justify-content: center;align-items: center;flex-direction: column}
    .v18_list1_top em,.v18_list1_top i{font-style: normal;color: #FFFFFF}
    .v18_list1_top em{font-size: 34px;}
    .v18_list1_top i{font-size: 14px;}
    .v18_list1_top .nr{flex: 1;width: 0;margin-left: 32px;}
    .v18_list1_top .nr h3{font-size: 20px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v18_list1_top .nr p{font-size: 16px;color: #000000;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;margin-top: 16px;line-height: 28px;}
    .v18_list1_top:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .v18_list1_top:hover h3,.v4_list1_top:hover p{color: #1d3383;}
    .v20_index1{display: flex}
    .v20_index1_left{width: 65.915%;}
    .v20_index1_right{width: 0;flex: 1;margin-left: 32px;display: flex;flex-direction: column}
    .v20_index1_left .v4_index2_list li{margin-top: 34px;}
    .v20_index1_left .v4_index2_list .img{width: 170px;height: 106px;}
    .v20_index1_left .v4_index2_list .img img{height: 106px;}
    .v20_index1_left .l1{display: flex}
    .v20_index1_left .l1 .v4_index2_list{width: 50%;}
    .v20_index1_left .l1 .r{flex: 1;width: 0;margin-left: 32px;display: flex;flex-direction: column;}
    .v20_index1_left .l1 .r ul{display: flex;flex-direction: column;height: 100%;justify-content: space-between}
    .v20_index1_left .l2{display: flex}
    .v20_index1_left .l2 .v4_index2_list:nth-of-type(1){width: 50%;}
    .v20_index1_left .l2 .v4_index2_list:nth-of-type(2){width: 0;flex: 1;margin-left: 32px;}
    .v20_index1_right .v10_index1_r{height: 100%;}
    .v20_index1_right .v10_index1_r .v_titf{background-color: #1d3383;padding: 21px 32px}
    .v20_index1_right .v10_index1_r .v_titf h2{color: #FFFFFF}
    .v20_index1_right .v10_index1_r .v_titf .right a{color: #FFFFFF}
    .v20_index1_right .v10_index1_r .top h3:hover{color: #1d3383;}
    .v20_index1_right .v10_index1_r .top h3:hover:before{background-color:#1D3383}
    .v20_index1_right_body{border: 2px solid rgba(0, 0, 0, 0.1);padding: 32px;box-sizing: border-box;display: flex;flex-direction: column;height: 100%;border-top: none}
    .v20 .v4_list_1 li a::before{width: 6px;height: 6px;}
    .v21_index1{display: flex}
    .v21_index1_left{width: 31.83%}
    .v21_index1_left .v20_index1_right{width: 100%;margin-left: unset;}
    .v21_index1_left .v20_index1_right .v10_index1_r:nth-of-type(1){height: 447px;}
    .v21_index1_left .v20_index1_right .v10_index1_r:nth-of-type(2){margin-top: 88px;}
    .v21_index1_middle{width: 45.915%;margin-left: 32px;}
    .v21_index1_middle .v11_index1_slide a{height: 447px;}
    .v21_index1_middle .v4_index2_list{margin-top: 88px;}
    .v21_index1_right{flex: 1;width: 0;margin-left: 32px;}
    .v21_index1_right ul li a{display: flex;height: 70px;width: 100%;justify-content: center;align-items: center;background-color: #f6f6f6;color: black;margin-bottom: 20px;}
    .v21_index1_right ul li a:hover{background-color: #1d3383;color: #FFFFFF}
    .v21_index1_right_contact&gt;h2{font-size: 26px;color: #ffffff;display: flex;background-color: #1d3383;height: 70px;justify-content: center;align-items: center}
    .v21_index1_right_contact p{font-size: 16px;color: #000000;line-height: 32px;}
    .v21_index1_right_contact .nr{padding:16px;border: 2px solid rgba(0, 0, 0, 0.1);border-top: none}
    .v21 .v4_list_1 li a::before{width: 6px;height: 6px;}
    .v22_banner{position: relative}
    .v22_banner_ico{position: absolute;width: 100%;left: 0;bottom: 0;z-index: 2}
    .v22_banner_ul{display: flex;justify-content: flex-end;align-items: flex-end}
    .v22_banner_ul li p{font-size: 16px;color: #000000;margin-top: 16px;}
    .v22_banner_ul li .none{display: none}
    .v22_banner_ul li a{display: flex;justify-content: center;align-items: center;flex-direction: column;width: 120px;height: 120px;background-color: #ffffff;}
    .v22_banner_ul li img{width: 40px;height: 40px;}
    .v22_banner_ul li:hover .none{display: block}
    .v22_banner_ul li:hover .block{display: none}
    .v22_banner_ul li:hover p{color: #FFFFFF;}
    .v22_banner_ul li:hover&gt;a{height: 136px;background-color: rgba(29, 51, 131, 0.69);}
    .v22_index1_bg{background-color: #f6f6f6;}
    .v22_index1{display: flex;}
    .v22_index1_left{width: 31.309%;display: flex;flex-direction: column}
    .v22_index1_middle{width:31.283%;margin-left: 32px;}
    .v22_index1_right{width: 0;flex: 1;margin-left: 32px;display: flex;flex-direction: column}
    .v22_index1_left .v10_index1_r{display: flex;flex-direction: column;height: 100%;}
    .v22_index1_left .v10_index1_r .v4_list_1{display: flex;flex-direction: column;height: 100%;justify-content: space-between}
    .v22_index1_left .v10_index1_r .top h3:hover{color: #1d3383;}
    .v22_index1_left .v10_index1_r .top h3:hover:before{background-color: #1d3383;}
    .v22 .v4_list_1 li a::before{height: 6px;}
    .v22_index1_middle .mt40{margin-top: 40px;}
    .v22_index1_middle .v4_list_2{margin-top: 24px;}
    .v22_index1_right ul{display: flex;flex-direction: column;height: 100%;justify-content: space-between}
    .v22_index1_right li a{display: flex;}
    .v22_index1_right li .img{width: 210px;height: 180px;overflow: hidden}
    .v22_index1_right li .img img{width: 210px;height: 180px;object-fit: cover}
    .v22_index1_right li:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .v22_index1_right li .nr{flex: 1;width: 0;background-color: #ffffff;padding:0 24px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: center}
    .v22_index1_right li .nr h3{font-size: 16px;color: #000000;line-height: 28px;}
    .v22_index1_right li .nr p{font-size: 14px;color: #000000;line-height: 28px;margin-top:8px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v22_index2{display: flex;}
    .v22_index2 .v4_index2_list{width: 65.915%;position: relative}
    .v22_index2_right{width: 0;flex: 1}
    .v22_index2 a.tabmore{position: absolute;top: 5px;right: 0;color: #999999;}
    .v22_index2 a.tabmore:hover{color: #1D3383;}
    .v22_tit{border: 2px solid rgba(0, 0, 0, 0.1);border-bottom: unset}
    .v22_tit ul{display: flex}
    .v22_tit ul li{width: 50%;background-color: #FFFFFF;}
    .v22_tit ul li .block{display: block}
    .v22_tit ul li .none{display: none;}
    .v22_tit ul li.active{background-color: #1D3383;}
    .v22_tit ul li.active a{color: #FFFFFF;}
    .v22_tit ul li.active .block{display: none;}
    .v22_tit ul li.active .none{display: block;}
    .v22_tit ul li a{display: flex;justify-content: center;align-items: center;height: 88px;width: 100%;color: #1D3383}
    .v22_tit ul li a h2{font-size: 24px;margin-left: 21px;}
    .v22_index2 .v20_index1_right_body{border-top: 2px solid rgba(0, 0, 0, 0.1);display: none}
    .v22_index2 .v20_index1_right_body.active{display: flex}
    .v22_index3 ul{display: flex;justify-content: space-between;margin-bottom: 88px;}
    .v22_index3 ul li{width: 13.309%;}
    .v22_index3 ul li .img{width:100%;height: 89px;overflow: hidden;}
    .v22_index3 ul li .img img{width:100%;height: 89px;object-fit: cover}
    .v22_index3 ul li:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .v22_index3 ul li p{font-size: 20px;color: #000000;margin-top: 16px;text-align: center;font-weight: bold;}
    .n_v22_list{flex: 1;width: 0;margin-left: 40px;margin-top: -24px;}
    .n_v22_list .screen{border-bottom: 1px solid #D8D8D8;padding-bottom: 48px;}
    .n_v22_list .screen_list{display: flex;margin-top: 24px;}
    .n_v22_list .screen_list h2{font-size: 20px;color: #000000;width: 70px;display: flex;align-items: center;height: 32px;}
    .n_v22_list .screen_list ul{display: flex;flex: 1;width: 0;flex-wrap: wrap}
    .n_v22_list .screen_list ul li{margin-right: 16px;height: 32px;box-sizing:border-box;display: flex;justify-content: center;align-items: center;padding: 0 32px}
    .n_v22_list .screen_list ul li a{color: #999999;font-size: 16px;}
    .n_v22_list .screen_list ul li.active{background-color:#1D3383}
    .n_v22_list .screen_list ul li.active a{color: #FFFFFF}
    .n_v22_list_body dl,.n_v22_list_body ul{display: grid;grid-template-columns: 34.437% 19.867% 45.884%;width: 100%;border-right: 1px solid #D8D8D8}
    .n_v22_list_body dl dt,.n_v22_list_body ul li{display: flex;justify-content: center;align-items: center;height: 68px;border-left: 1px solid #D8D8D8;border-bottom: 1px solid #D8D8D8 }
    .n_v22_list_body dl dt{background-color: #1d3383;color: #FFFFFF;}
    .n_v22_list_body .total{display: flex;width: 100%;border-bottom: 1px solid #D8D8D8;border-right: 1px solid #D8D8D8}
    .n_v22_list_body .total p{display: flex;justify-content: center;align-items: center;height: 68px;border-left: 1px solid #D8D8D8}
    .n_v22_list_body .total p:first-of-type{width: calc(34.437% - 1px);}
    .n_v22_list_body .total p.num{width: 0;flex: 1}

    .v24 .top_bg,.v24 .v5_index_tit::after,.v24 .v4_list_1 li a:hover:before,.v24 .v15_list1 .time,.v24 .v4_list_2 a .time em{background-color: #ca0204;}
    .v24 .nav_bg{background-color: #b40305;}
    .v24 .v5_index_tit h2,.v24 .v4_list_1 li a:hover,.v24 .v_tit h2,.v24 .v_tit .right a:hover,.v24 .v15_list1:hover h3,.v24 .v4_list_2:hover a .nr h3,.v24 .v4_list_2 a .time i{color: #CA0204}
    .v24 .v4_list_1 li a::before{height: 6px;}
    .v24_index1{display: flex}
    .v24_index1 .v10_index1_r{width: 23.309%}
    .v24_index1 .middle{width: 40.352%;margin-left: 32px;}
    .v24_index1 .r{flex: 1;width: 0;margin-left: 32px;display: flex;flex-direction: column}
    .v24 .v12_index1_bg{background-color: #fff;}
    .v24_index1_bg{background-color: #f6f6f6;}
    .v24_index1 .middle .top{padding-bottom: 40px;border-bottom: 1px dashed #D9D9D9}
    .v24_index1 .middle ul{margin-top: 40px;}
    .v24_index1 .middle ul li{margin-top: 24px;}
    .v24 .v15_list1 .nr{background-color:unset}
    .v24 .v11_list1 .img,.v24 .v11_list1 .img img{width: 210px;}
    .v24 .v11_list1 .nr{background-color: #ffffff;}
    .v24_index1 .r ul{display: flex;flex-direction: column;height: 100%;justify-content: space-between}

    .v24_index2 ul{display: flex;justify-content: space-between}
    .v24_index2 ul li{position: relative;overflow: hidden;}
    .v24_index2 ul li .img{width: 100%;height: 186px;overflow:hidden}
    .v24_index2 ul li .img img{width: 100%;height: 186px;object-fit: cover}
    .v24_index2 ul li .nr{position: absolute;height: 70px;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);left: 0;width: 100%;display: flex;align-items: center;transition: all ease 0.5s;bottom: -70px}
    .v24_index2 ul li .nr p{padding: 0 24px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;color: #FFFFFF}
    .v24_index2 ul li:hover .nr{bottom: 0;}
    .v24_index2 ul li:hover .img img{transform: scale(1.15);transition: all 0.5s}
    .v25_index1{display: flex;}
    .v25_index1 .v4_index2_list{width: 65.845%;}
    .v25_index1_r{flex: 1;width: 0;}
    .v25_index1_r .v4_list_1 li:nth-of-type(1) a{margin-top: unset;}
    .v25 .v4_list_1 li a::before,.v26 .v4_list_1 li a::before{height: 6px;}
    .v25_index1_r .v26text{border: 2px solid rgba(0, 0, 0, 0.1);height: 100%;padding: 42px 32px;display: flex;flex-direction: column;border-top: none}
    .v25_index1_r .v26text p{line-height: 42px;}
    .v27 .v22_index1_right li{margin-top: 34px;}
    .v27 .v22_index1_right li .nr{background-color: #F6F6F6;}
    .v27 .v22_index1_right li:hover .nr h3{color: #1d3383;}
    .v27_index1 .v4_index2_list{display: flex;flex-direction: column}
    .v27_index1 .v4_list_1{display: flex;flex-direction: column;height: 100%;justify-content: space-between;margin-top: 40px;}
    .v27 .v4_list_1 li a::before{height: 6px;}
    .v27_index1 .v4_list1_top:hover p{color: black}



    .v9 .nav_bg .nav .dp1 ul li:hover,
    .v10 .nav_bg .nav .dp1 ul li:hover,
    .v11 .nav_bg .nav .dp1 ul li:hover,
    .v24 .nav_bg .nav .dp1 ul li:hover {
        background-color: rgba(255,255,255,0.4);
    }
    .v9 .nav_bg .nav .dp1 ul li:hover&gt;a,
    .v10 .nav_bg .nav .dp1 ul li:hover&gt;a,
    .v11 .nav_bg .nav .dp1 ul li:hover&gt;a,
    .v24 .nav_bg .nav .dp1 ul li:hover&gt;a {
        color: #ffffff
    }



}

/****************************************************************************************************/
/****************************************************************************************************/
    /*****************************华丽的分割线*****************************/
/****************************************************************************************************/
/****************************************************************************************************/

@media all and (max-width: 980px){
    /*手机全局*/
    h2{font-size: 22px}
    h3{font-size: 17px}
    .main{width: 100%}
    .w73{width: 90%;margin: 0 auto}
    .nav_bg .small_logo{display: none}
    /*手机通用*/
    .m_nav{display: block;height: 30px;}
    .m_nav span{position: relative;background:#FFFFFF;display: block;width: 40px;height: 2px;transition: all ease 0.35s;z-index: 66}
    .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: #1E4C8A}
    .m_nav.active span:nth-of-type(2){width:0;color: #1E4C8A}
    .m_nav.active span:nth-of-type(3){top:9px;transform:rotate(-45deg);background: #1E4C8A}
    .head_bg{position: fixed;z-index: 55;width: 100%;top: 0;background-color: #1D3383;height: 70px}
    .head{display: flex;justify-content:space-between;align-items: center;height: 70px;}
    .head .logo{max-height: 70px;max-width: 60%;position: relative;z-index: 8}
    .head .logo.active{visibility: hidden}
    .head .logo img{width: 100%;max-height: 70px}
    .nav_bg{position: relative;}
    .nav{display: none}
    .nav.active{display: unset;height: calc(100% - 100px);width: 100%;position: fixed;background-color: #ffffff;left: 0;top: 0;padding-top: 70px;z-index: 5;overflow: auto}
    .nav&gt;ul&gt;li{line-height: 40px;text-align: center;border-bottom: 1px dashed #1E4C8A;margin: 0 25px}
    .nav&gt;ul&gt;li&gt;a{font-size: 20px;color: #1E4C8A}
    .nav&gt;ul&gt;li .dp1{display: none;}
    .nav&gt;ul&gt;li .dp1.active{display: block}
    .nav&gt;ul&gt;li .dp1.active&gt;ul{display: flex;flex-direction: column;}
    .nav&gt;ul&gt;li .dp1.active&gt;ul&gt;li{background-color: #1E4C8A;margin-top: 10px}
    .nav&gt;ul&gt;li .dp1.active&gt;ul&gt;li:last-of-type{margin-bottom: 10px}
    .nav&gt;ul&gt;li .dp1.active&gt;ul&gt;li&gt;a{color: white;font-size: 16px;line-height: 35px}
    .nav&gt;ul&gt;li .dp2{background-color: #3b6aab;display: none}
    .nav&gt;ul&gt;li .dp2.show{display: block}
    .nav&gt;ul&gt;li .dp2 ul{display: flex;flex-direction: column}
    .nav&gt;ul&gt;li .dp2 ul a{font-size: 16px;color: #FFFFFF}
    .head .search{display: none}
    .mobile_nav{position: absolute;height: 70px;background-color: #FFFFFF;top: 0;z-index: 7;width: 100%;left: 0;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .foot{background-color: #2C2C2C;}
    .foot .foot_l{width:90%;position: relative;margin: 0 auto}
    .foot .foot_r{width: 90%;margin:0 auto;padding: 30px 0}
    .foot .foot_l .img img{width: 100%;}
    .foot .foot_l .foot_logo{position: relative;padding-bottom: 20px}
    .foot .foot_l .foot_logo::after{content: '';display: block;width: 30%;height: 2px;background-color:#FFFFFF;position: absolute;bottom: 0;left: 50%;transform: translate(-50%)}
    .foot .foot_l .foot_logo img{width: 80%;padding-top: 20px;margin: 0 auto}
    .foot .foot_l&gt;ul{display: flex;justify-content: space-between;margin-top: 20px}
    .foot .foot_l&gt;ul li{cursor: pointer;position: relative}
    .foot .foot_l&gt;ul li&gt;img{width: 40px;margin: 0 auto}
    .foot .foot_l&gt;ul p{color: #E5E5E5;font-size: 16px;margin-top: 15px}
    .foot .foot_l&gt;ul .block{display: none}
    .foot .foot_l&gt;ul li:hover .block{display: block;position: absolute;top: -90px;left: 50%;transform: translate(-50%);}
    .foot .foot_l&gt;ul li:hover .block img{width: 80px;height: 80px}
    .foot .foot_r .top ul{display: flex;flex-direction: column}
    .foot .foot_r .top ul li{display: flex;align-items: center;cursor: pointer;position: relative;width: 100%;justify-content: center;margin-top: 20px;border: 1px solid #ffffff;padding: 8px 0;height: 40px;box-sizing: border-box;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .foot .foot_r .top ul li p{font-size: 16px;color: white;padding-right: 15px}
    .foot .foot_r .dr{display: none}
    .foot .foot_r li.active .dr{position: absolute;top: 40px;display: flex;flex-direction: column;background-color:#FFFFFF;z-index: 2;width: 100%;text-align: center;border: 1px solid #fff;border-top: none;padding-bottom: 20px;}
    .foot .foot_r li.active .dr a{color: #000000;margin-top: 15px;font-size: 15px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .foot .foot_r li.active .dr a:first-of-type{}
    .foot .contact{margin-top: 39px;font-size: 20px;color: white}
    .foot .contact p{margin-top: 10px;font-size: 14px;color: #AEAEAE}
    .foot .contact span{margin-top: 10px;font-size: 16px;color: #AEAEAE;display:inline-block}
    .foot .contact .prin {margin-top: 10px;}
    .foot .contact .prin a{font-size: 16px;color: #AEAEAE;}
    .foot .contact .prin a:first-of-type{margin-right:40px}
    .foot .contact h2{font-size: 20px;margin-bottom: 20px}
    .foot_copyright{background-color: #1B1B1B;padding: 20px 0}
    .foot_copyright .body{display: flex;justify-content: center;flex-direction: column;width: 90%;margin: 0 auto;align-items: center}
    .foot_copyright p,
    .foot_copyright a{font-size: 16px;color: #AEAEAE;line-height: 32px}
    .foot_copyright a{margin: 0 10px}

}



/*mobile首页*/
@media all and (max-width: 980px){
    .index_banner{margin-top: 70px;overflow: hidden;position: relative}
    .index_banner.w73{width: 100%;}
    .index_banner img{width: 100%;}
    .index_banner .page_slide{position: absolute;width: 100%;text-align: center;bottom:5px;z-index: 2}
    .index_banner .swiper-pagination-bullet{width: 22px;height: 2px;background-color: #FFFFFF;border-radius: unset;margin-right: 8px}
    .index_new{margin-top: 20px}
    .index_title .topnav{position: relative}
    .index_title .topnav::after{content: '';position: absolute;display: block;width: 3px;height: 100%;background-color: #1E4C8A;top: 0;left: 0}
    .index_title .topnav&gt;ul{display: flex;width: 100%;justify-content: space-between}
    .index_title .topnav&gt;ul li{margin-left: 2%;}
    .index_title .topnav&gt;ul li a{color: #999999;font-size:18px;font-family: 'pf_Medium', sans-serif}
    .index_title .topnav&gt;ul li.active a{color: #000000}
    .index_title .more{display: none}
    .index_new .left .index_news_left_list{display: none}
    .index_new .left .index_news_left_list.active{display: block}
    .index_news_left_list{margin-top: 15px}
    .index_news_left_list .img img{width: 100%}
    .index_news_left_list .nr h2{color: #000000;font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .index_news_left_list .list_l{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .index_news_left_list .nr{padding: 15px 8px}
    .index_news_left_list .nr .info span{font-size: 14px;color: #999999}
    .index_news_left_list .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size: 16px;color: #000;margin-top: 8px}
    .index_new .left .list_r li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px}
    .index_new .right{margin-top: 20px}
    .index_title .topnav2{position: relative}
    .index_title .topnav2::after{content: '';position: absolute;display: block;width: 3px;height: 100%;background-color: #1E4C8A;top: 0;left: 0}
    .index_title .topnav2&gt;ul{display: flex;width: 100%;justify-content: space-between}
    .index_title .topnav2&gt;ul li{margin-left: 2%;}
    .index_title .topnav2&gt;ul li a{color: #999999;font-size:18px;font-family: 'pf_Medium', sans-serif}
    .index_title .topnav2&gt;ul li.active a{color: #000000}
    .index_new .right li .list{display: flex;flex-direction: column;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;padding: 15px 8px}
    .index_new .right li h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 18px;color: #000;}
    .index_new .right li .list .nr{order:1}
    .index_new .right li .list .nr p{margin-top: 8px;}
    .index_new .right li .list .time{order:2;display: flex;margin-top: 8px}
    .index_new .right li .list .time em{order:2;position: relative}
    .index_new .right li .list .time em::before{content: '.'}
    .index_new .right li .list .time i{order:1;}
    .index_new .right li .list .time em,
    .index_new .right li .list .time i{font-size: 14px;color:#999999;font-style: normal}
    .index_new .right li p{font-size: 16px;color: #999999;}
    .index_pic_bg{background-image: url("../images/index_bg.png");background-size: cover;margin-top: 20px;}
    .index_pic{width: 90%;margin: 0 auto;padding: 20px 0 40px}
    .index_pic&gt;ul{display:grid;grid-template-columns: 48% 48%;justify-content: space-between}
    .index_pic&gt;ul li{display:flex;justify-content:center;align-items: center}
    .index_pic&gt;ul li img{width: 40px;margin: 20px auto}
    .index_pic&gt;ul li p{font-size: 18px ;color: #ffffff;}


    /*internal*/
    .main{width: 100%;margin: 0 auto}
    .internal_banner{width: 100%;overflow: hidden;position: relative;margin-top: 70px;}
    .internal_banner img{width: 100%;}
    .internal_banner .page_slide{position: absolute;width: 100%;text-align: center;bottom:5px;z-index: 2}
    .internal_banner .swiper-pagination-bullet{width: 22px;height: 2px;background-color: #FFFFFF;border-radius: unset;margin-right: 8px}
    .v_top_right{display: none}

    .v_tit{display: flex;justify-content: space-between;align-items: center}
    .v_tit .left{display: flex;align-items: center}
    .v_tit .left h2{font-size: 20px;color: #1d3383;margin-left: 20px;}
    .v_tit .right a{font-size: 16px;color: #999999;}
    .v_tit .right a:hover{color: #1d3383;font-weight: bold;}
    .v_tit2{display: flex;justify-content: center}
    .v_tit2 h2{margin-left: 21px;}
    .v_tit ul{display: flex}
    .v_tit ul li{cursor: pointer}
    .v_tit ul h2{color: #999999}
    .v_tit li.active h2{color: #1D3383}

    .v_tit3 .left ul{display: flex}
    .v_tit3 .left ul li{cursor: pointer}
    .v_tit3 .left ul h2{color: #999999}
    .v_tit3 li.active h2{color: #1D3383}

    .v9_tit{height: 38px;background-color: #ca0204;display: flex;align-items: center;padding: 0 32px;box-sizing: border-box}
    .v9_tit .left{display: flex;align-items: center}
    .v9_tit .left h2{color: #FFFFFF;margin-left: 20px;font-size: 20px;}
    .v9_tit .right{margin-left: auto;}
    .v9_tit .right a{color: #FFFFFF;font-size: 14px;}
    .v9_tit .right a:hover{font-weight: bold;}

    .pd88{padding: 60px 0}
    .mt56{margin-top:20px;}
    .v5_index_tit{display: flex;align-items: center;padding-bottom: 16px;position: relative;}
    .v5_index_tit h2{margin-left: 21px;}
    .v5_index_tit::after{content: '';display: block;width: 150px;height: 4px;background-color: #1d3383;position: absolute;left: 0;bottom: 0;z-index: 2}
    .v5_index_tit::before{content: '';display: block;width: 100%;height: 2px;background-color: #d8d8d8;position: absolute;left: 0;bottom: 0;z-index: 1}


}


/*mobile二级公共*/
@media all and (max-width: 980px){
    .banner_bg{position: relative;margin-top: 70px}
    .banner_bg .banner img{width: 100%;}
    .banner_bg .banner_nr h2{position: absolute;top: 40%;transform: translate(-50%,-80%);left: 50%;color: #ffffff}
    .banner_nr .crumbs{margin-top: 20px;color: #000000;font-size: 17px}
    .banner_nr .crumbs a{margin-top: 20px;color: #000000;font-size: 17px}
    .n_left{width: 90%;margin: 20px auto;}
    .n_left&gt;ul&gt;li{width: 100%;height: 56px;border-top: 1px solid #E8E8E8}
    .n_left&gt;ul&gt;li:last-of-type{border-bottom: 1px solid #E8E8E8}
    .n_left&gt;ul&gt;li a{color: #000000;font-size: 18px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center}
    .n_left&gt;ul&gt;li.active,
    .n_left&gt;ul&gt;li:hover {background-color: #1E4C8A}
    .n_left&gt;ul&gt;li.active a,
    .n_left&gt;ul&gt;li:hover a{color: white}

    .pagelist_yc{display: flex;margin-top: 26px}
    .pagelist_yc .zw{flex: 1;width: 0}
    .pagelist_yc .wp-pagenavi{display: flex;flex-wrap: wrap}
    .pagelist_yc .wp-pagenavi a{width: 30px;height: 30px;background-color:#E7EBEE;display: flex;margin-left: 6px;justify-content: center;align-items: center;color: #969EA4;}
    .pagelist_yc .wp-pagenavi .extend{width: 30px;height: 30px;background-color:#E7EBEE;display: flex;margin-left: 6px;align-items: center;justify-content: center}
    .pagelist_yc .wp-pagenavi .current{width: 30px;height: 30px;background-color:#1E4C8A;display: flex;margin-left: 6px;align-items: center;justify-content: center;color: #ffffff;}
    .pagelist_yc .wp-pagenavi .page_none{display:none}


    /*internal*/
    .v3list1{width: 100%;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 15px;}
    .v3list1 .img{width: 100%;height: 302px;overflow: hidden;}
    .v3list1 .img img{width: 100%;height: 302px;object-fit: cover}
    .v3list1 .nr{padding: 15px 10px}
    .v3list1 .nr span{font-size: 14px;color: #999999;display: block;}
    .v3list1 .nr h3{font-size:16px;color: #000000;margin-top: 6px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v3list1 .nr p{font-size: 14px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;position: relative;padding-bottom: 16px;margin-top: 6px;}
    .v3list1 .nr p::after{content: '';display: block;width: 100%;height: 1px;background-color: #E8E8E8;left: 0;bottom: 0;position: absolute;}
    .v3list1 .nr bdi{font-size: 14px;color: #999999;}

    .v4_list1_top{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v4_list1_top .img img{width: 100%;}
    .v4_list1_top .nr{padding:15px 10px}
    .v4_list1_top .nr h3{font-size: 16px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v4_list1_top .nr p{color: #666666;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;margin-top: 8px;font-size: 14px;}
    .v4_list_1 li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 15px;}
    .v4_list_1 li p{font-size: 16px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;padding: 8px 10px}
    .v4_list_1 li span{font-size: 14px;color: #666666;padding: 5px 10px 15px 10px;display: block}


    .v4_list_2 a{display: flex;}
    .v4_list_2 a .time{width: 90px;display: flex;flex-direction: column;justify-content: center;align-items: center}
    .v4_list_2 a .time em,.v4_list_2 a .time i{font-style: normal;}
    .v4_list_2 a .time em{font-size: 28px;color: #ffffff;background-color: #1d3383;padding: 6px 2px;box-sizing: border-box}
    .v4_list_2 a .time i{font-size: 16px;color: #1d3383;margin-top: 11px;}
    .v4_list_2 a .nr{width:0;flex: 1;margin-left: 32px;}
    .v4_list_2 a .nr h3{font-size:16px;color: #000000;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;line-height: 30px;}
    .v4_list_2:hover a .nr h3{color: #1D3383}

    .v15_list1 .time{display: flex;}
    .v15_list1 .time em,.v15_list1 .time i{font-style: normal;color: #666666;font-size: 14px;}
    .v15_list1 .time em{order: 2;position: relative}
    .v15_list1 .time em:before{content: '.'}
    .v15_list1 .time i{order: 1}
    .v15_list1 .nr h3{font-size: 16px;color: #000000;margin-top: 6px;}
    .v15_list1 .nr p{font-size: 14px;color: #999999;margin-top: 5px;}

    .v16_list1{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v16_list1 .img img{width: 100%;}
    .v16_list1 .nr{padding: 10px 10px}
    .v16_list1 .nr h3{font-size: 16px;color: #000000;margin-top: 8px;}
    .v16_list1 .nr p{font-size: 14px;color: #666666;margin-top: 4px;}
    .v16_list1 .time{display: flex}
    .v16_list1 .time em{order: 2;font-style: normal;font-size: 14px;color: #999999;}
    .v16_list1 .time i{order: 1;font-style: normal;font-size: 14px;color: #999999;}
    .v16_list1 .time em::before{content: '.'}










}

/*mobile针对性*/
@media all and (max-width: 980px){
    .n_right_list1{margin-bottom: 30px}
    .n_right_list1 li{display: flex;flex-direction: column;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;padding: 15px 8px;}
    .n_right_list1 li .nr{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 16px;color: #000;}
    .n_right_list1 .nr{order:1;margin-top: 10px}
    .n_right_list1 .time{order:2;display: flex;margin-top: 8px}
    .n_right_list1 .time em{order:2;position: relative}
    .n_right_list1 .time em::before{content: '.'}
    .n_right_list1 .time i{order:1;}
    .n_right_list1 .time em,
    .n_right_list1 .time i{font-size: 14px;color:#999999;font-style: normal}
    .n_right_list2{margin-bottom: 30px}
    .n_right_list2 li{margin-top: 20px;}
    .n_right_list2 li .img img{width: 100%;height: 200px;object-fit: cover}
    .n_right_list2 li .nr{padding: 15px 8px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .n_right_list2 li .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 18px;color: #000000}
    .n_right_list2 li .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size: 16px;color: #999999;margin-top: 8px}
    .n_right_list2 li .nr span{font-size: 14px;color: #666666}
    .n_right_list3{margin-bottom: 30px}
    .n_right_list3&gt;ul li{margin-top: 20px;}
    .n_right_list3&gt;ul span{color: #666666;font-size: 16px;display: block;margin-top: 15px;}
    .n_right_list3&gt;ul h2{color: #000000;font-size:18px;margin-top: 31px;}
    .n_right_list3&gt;ul img{width: 100%}
    .n_right_list4{margin-bottom: 30px}
    .n_right_list4 ul li .img img{width:100%;margin-top: 20px;}
    .n_text_nr_1{margin-bottom: 30px;}
    .n_text_nr_1 h2{font-size: 20px;color: #000000;text-align: center;margin-bottom: 15px}
    .n_text_nr_1 p,
    .n_text_nr_1{font-size: 16px;color: #000000;line-height: 32px;}
    .n_text_nr_1 .info{display: block;align-items: center;text-align:center}
    .n_text_nr_1 .info span{font-size: 14px;color: #999999;line-height: 25px}
    .n_text_nr_1 .n_write{margin-top: 20px}
    .n_text_nr_1 .n_write img{max-width: 100%;margin: 0 auto}
    .n_text_nr_2{margin-bottom: 30px;}
    .n_text_nr_2 h2{font-size: 20px;color: #3C5BA6}
    .n_text_nr_2 h3{font-size: 20px;color: #000;margin-top: 22px;}
    .n_text_nr_2 p{font-size: 16px;color: #666666;margin-top: 22px;}
    .n_text_nr_2 img{margin-top: 25px;max-width: 100%}

    /*internal*/
    .n_right_list5 ul li{margin-top: 20px;}
    .n_right_list5 ul li .img{height: 420px;overflow:hidden}
    .n_right_list5 ul li .img img{width: 100%;height: 100%;object-fit: cover}
    .n_right_list5 ul li:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .n_right_list5 ul li .nr h3{font-size: 20px;color: #000000;margin-top: 32px;}
    .n_right_list5 ul li .nr p{font-size: 18px;color: #666666;margin-top: 16px;}
    .n_right_list6{margin-bottom: 30px}
    .n_right_list6 li{margin-top: 20px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .n_right_list6 li .img{width: 100%;}
    .n_right_list6 li .img img{max-width: 100%;margin: 0 auto}
    .n_right_list6 li .nr{padding: 15px 8px;}
    .n_right_list6 li .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 18px;color: #000000}
    .n_right_list6 li .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size: 16px;color: #999999;margin-top: 8px}
    .n_right_list6 li .nr span{font-size: 14px;color: #666666}


    .v11_list1{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v11_list1 .img img{width: 100%;}
    .v11_list1 .nr{padding: 15px 10px}
    .v11_list1 .nr h3,.v11_list1 .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;}
    .v11_list1 .nr h3{font-size: 16px;color: #000000;line-height: 28px}
    .v11_list1 .nr p{font-size: 14px;color: #666666;margin-top: 10px;line-height: 20px;}
}


/*mobile internal*/
@media all and (max-width: 980px){
    .v3_index1_b .img img{width: 100%;}
    .v3_index1_b #show{display: none}
    .v3_index1_b li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 15px;}
    .v3_index1_b li .time{display: flex;padding:15px 0 0 10px}
    .v3_index1_b li .time em,.v3_index1_b li .time i{font-size: 14px;font-style: normal;color: #666666}
    .v3_index1_b li .time em{order: 2;position: relative}
    .v3_index1_b li .time em:before{content: '.'}
    .v3_index1_b li .time i{order: 1}
    .v3_index1_b li .nr{padding:10px 10px}
    .v3_index1_b li .nr h3{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size: 16px;color: black}
    .v3_index1_b li .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size: 14px;color: #999999;margin-top: 8px;}

    .v3_index2_bg{background-image: url("../images/v3_index2_bg.png");background-size: cover;}
    .v3_index2 ul li{background-color: #FFFFFF;padding: 32px;box-sizing: border-box;position: relative;margin-top: 15px;}
    .v3_index2 .time{display: flex;align-items: flex-end}
    .v3_index2 .time em,.v3_index2 .time i{font-style: normal;color: black;line-height: 1}
    .v3_index2 .time em{font-size:28px;color: #000000;}
    .v3_index2 .time i{font-size: 14px;color: #999999;margin-left: 8px;}
    .v3_index2 li h3{line-height: 32px;margin-top: 10px;font-size: 16px;color: #000000;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-weight: normal;margin-bottom: 5px;}
    .v3_index2 li .jt{float: right}
    .v3_index2 li .jt2{display: none}
    .v3_index3&gt;.right{margin-top: 20px;}
    .v3_index3&gt;.right .v3_tab_list li{margin-top: 15px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v3_index3&gt;.right .v3_tab_list li a{display: flex;align-items: center}
    .v3_index3&gt;.right .time{display: flex;flex-direction: column;width: 60px;height: 80px;background-color: #1d3383;align-items: center;justify-content: center}
    .v3_index3&gt;.right .time em,.v3_index3&gt;.right .time i{font-style: normal;color: #FFFFFF}
    .v3_index3&gt;.right .time em{font-size: 30px;font-weight: bold;}
    .v3_index3&gt;.right .time i{font-size: 14px;margin-top: 5px;}
    .v3_index3&gt;.right .nr{width: 0;flex: 1;margin-left: 16px;margin-right: 10px;}
    .v3_index3&gt;.right .nr h3{font-size: 16px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v3_index3&gt;.right .nr p{font-size: 14px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;margin-top: 16px;}
    .v3_index3 .v3_tab_list{display: none;height: 100%;flex-direction: column}
    .v3_index3 .v3_tab_list.active{display: flex}
    .v3_index3 .v3_tab_list ul{display: flex;flex-direction: column;height: 100%;justify-content: space-between}
    .v3_index3 .v3_tab_list a.tabmore{position: absolute;top: 5px;right: 0;color: #999999;font-size: 18px;}
    .v3_index3 .v3_tab_list a.tabmore:hover{font-weight: bold;color: #1d3383;}



    .v4_index2_list,.v4_index3&gt;.right,.v4_index3 .img,.v5_index1_list{margin-top: 20px;}
    .v4_index3 .img img{width: 100%;}
    .v4_index3 .v4_list_2{margin-top: 25px;}
    .v5_index_bill,.v5_index_bill_bn{margin-top: 30px;}
    .v5_index_bill_text{margin-top: 32px;}
    .v5_index_bill_text p{font-size: 16px;color: #000000;line-height:30px;font-weight: bold;}
    .v5_index_bill_bn img{width: 100%;}
    .v6 .v4_list_2{margin-top: 20px;}
    .v7 .v5_index1_list{position: relative}
    .v7 .v5_index1_list a.tabmore{position: absolute;top: 0px;right: 0;color: #999999;font-size: 16px;}
    .v7 .v5_index1_list a.tabmore:hover{color: #1D3383;}
    .v7_tab_list3,.v7_tab_list2,.v7_tab_list1{display: none}
    .v7_tab_list3.active,.v7_tab_list2.active,.v7_tab_list1.active{display: block}
    .v7 .v_tit3 .left ul h2{font-size: 16px;}
    .v7 .v_tit3 img{width: 20px;}
    .v8_index1 .img img{width: 100%;}
    .v8_index1 .text p{font-size: 16px;color: black;text-indent: 2em;margin-top: 10px;line-height: 25px;}
    .v9 .head_bg,.v9 .m_nav.active span:nth-of-type(1),.v9 .m_nav.active span:nth-of-type(3){background-color: #CA0204}
    .v9 .nav&gt;ul&gt;li&gt;a,.v9 .v_tit .left h2,.v9 .v_tit .right a:hover{color: #CA0204}
    .v9 .nav&gt;ul&gt;li{border-color:#CA0204 }
    .v9 .nav&gt;ul&gt;li .dp1.active&gt;ul&gt;li{background-color: #b40305;}
    .v9 .nav&gt;ul&gt;li .dp2,.v9 .n_left&gt;ul&gt;li.active,.v9 .n_left&gt;ul&gt;li:hover,.v9 .pagelist_yc .wp-pagenavi .current{background-color: #CA0204;}
    .v9_index_down{margin-top: 20px;}

    .v10_index1_l .b img{width: 100%;}
    .v10_index1_r{margin-top: 30px;}
    .v10_index1_r .top{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);padding:15px 10px}
    .v10_index1_r .top h3{font-size: 16px;color: #000000;}
    .v10_index1_r .top p{font-size: 14px;color: #666666;margin-top: 8px;}
    .v10 .v4_list_2{margin-top: 20px;}
    .v11 .v4_list_2 a .time em,.v10 .v4_list_2 a .time em{background-color: #CA0204;}
    .v11_index1_slide{position: relative;overflow: hidden}
    .v11_index1_slide img{width: 100%;}
    .v11_index1_slide .add{position: relative;display: flex;width: 100%;overflow: hidden}
    .v11_index1_slide .img{width: 100%;}
    .v11_index1_slide .img img{width: 100%;object-fit: cover}
    /*.v11_index1_slide .img img{width: 100%;height: 100%;object-fit: cover}*/
    .v11_index1_slide .nr{height: 38px;background-color: rgba(0, 0, 0, 0.44);position: absolute;bottom: 0;left: 0;width: 100%;display: flex;align-items: center;padding:0 32px;box-sizing: border-box}
    .v11_index1_slide .nr p{color: #FFFFFF;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 60%;font-size: 16px;}
    .page_v11{position: absolute;right: 32px;bottom: 0;width: 20%;height: 38px;z-index: 2;display: flex;align-items: center}
    .page_v11 .page_ok{margin-left:  auto;}
    .page_v11 .swiper-pagination-bullet{width: 12px;height: 12px;margin-left: 5px;background-color: rgba(216, 216, 216, 0.44);opacity: unset}
    .page_v11 .swiper-pagination-bullet-active{background-color: #FFFFFF}
    .v11_index2_left .r{margin-top: 30px;}
    .v11_index2_left .r .img img{width: 100%;}
    .v11_index2_left .r ul li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v11_index2_left .r ul li .nr{padding: 15px 10px}
    .v11_index2_left .r ul li .nr h3,.v11_index2_left .r ul li .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;}
    .v11_index2_left .r ul li .nr h3{font-size: 16px;color: #000000;line-height: 28px}
    .v11_index2_left .r ul li .nr p{font-size: 14px;color: #666666;margin-top: 10px;line-height: 20px;}
    .v11_index2_left .b li{margin-top: 20px;}
    .v11_tit{display: flex;height: 48px;background-image: url("../images/v11_tit.png");background-size: cover;align-items: center;padding: 0 38px;box-sizing: border-box;}
    .v11_tit h2{font-size: 18px;color: #ffffff;margin-left: 21px;}
    .v11_index2_right .rimg{padding: 22px 0;border: 1px solid rgba(0, 0, 0, 0.1);border-top: none}
    .v11_index2_right .rimg img{margin:0 auto}
    .v11_index2_right .rimg div:nth-of-type(n+2) img{margin-top: 32px;}
    .v11_index2_right .rb{margin-top: 20px;}
    .v11_index2_right .rb .text{padding: 22px;border: 1px solid rgba(0, 0, 0, 0.1);border-top: none;line-height: 32px;font-size: 16px;}
    .v12_index1 .right,.v12_index2 .right{margin-top: 20px;}
    .v12_index2 .img img{width: 100%;}
    .v12_index2 .left li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v12_index2 .left li .nr{padding:15px 10px }
    .v12_index2 .left li .nr p{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;color: black;font-size: 16px;}
    .v12_index2 .right .text{margin-top: 20px;display: flex;flex-direction: column}
    .v12_index2 .right .text span{font-size: 16px;display: block;text-align: center}
    .v12_index2 .right ul li{margin-top: 20px;}
    .v12_index2 .right ul li img{max-width: 100%;margin: 0 auto}
    .v12_index2 .right ul li p{text-align: center;margin-top: 14px;color: #1d3383;}
    .v13 .slogan{display: none;}
    .v13_index1 .v13_index1_list:nth-of-type(2){margin-top: 20px;}
    .v13_index1 .v13_index1_list li{margin-top: 15px;}
    .v13_index1_pic li{background-image: url("../images/v13_index1_pic.png");height: 100px;background-size: cover;margin-top: 20px;}
    .v13_index1_pic li a{display: flex;justify-content: center;align-items: center;height: 100%;}
    .v13_index1_pic li a p{color: #FFFFFF;margin-left: 16px;}
    .v13_index2{margin-top: 30px;}
    .v13_index2 .img{width: 100%;margin-top: 20px;}

    .v14_index1_r{margin-top: 20px;}
    .v14_index1_r_pic li{height: 80px;width: 100%;background-image: url("../images/v14_index1_r.png");background-size:cover}
    .v14_index1_r_pic li a{width: 100%;justify-content: center;align-items: center;display: flex;height: 100%;}
    .v14_index1_r_pic li a p{font-size: 16px;color: #ffffff;margin-left: 16px;}
    .v14_index1_r_pic li{margin-top:20px;}
    .v14_index1_r_pic li .img img{width: 18px;}
    .v14_link .l{background-color: #1d3383;display: flex;justify-content: center;align-items: center;font-size: 20px;color:#FFFFFF;margin-top: 20px;padding: 15px}
    .v14_link .r{background-color: #F6F6F6;padding: 23px;box-sizing: border-box;position: relative}
    .v14_link .r li{float: left;margin-right: 40px;}
    .v14_link .r li{margin-top: 10px;}
    .v14_link .r li a{font-size:16px;color: #000000;}
    .v14_link .r:after{content: '';display: block;width: 0;clear: both}

    .v15_one_body .img img{width: 100%;}
    .v15_one_body .l{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v15_one_body .l .v15_list1{padding:15px 10px;box-sizing: border-box}
    .v15_one_body .r&gt;div{margin-top: 20px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v15_one_body .r&gt;div .nr{padding:0 10px 15px 10px;}
    .v15_one_body .r&gt;div .time{padding: 0 10px;margin-top: 8px;}
    .v15_index1 .v15_two,.v15_index1 .v4_list_2{margin-top: 20px;}
    .v15_index1_bg{padding-bottom:0;}


    .v16_index2 .r{margin-top: 20px;}
    .v16_index2_list .left{height: 182px;background-image: url("../images/v16_index2_list1.png");background-size: cover;display: flex;justify-content: center;align-items: center;color: #ffffff;font-size: 32px;font-family: ss;}
    .v16_index2_list:nth-of-type(2) .left{height: 182px;background-image: url("../images/v16_index2_list2.png")}

    .v16_index2_list .right{background-color: #f6f6f6;padding: 20px 16px;box-sizing: border-box;display: flex;flex-direction: column}
    .v16_index2_list .right ul{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
    .v16_index2_list .right ul li a{display: flex;align-items: center;position: relative;margin-top: 15px;}
    .v16_index2_list .right ul li a span{margin-left: auto;font-size: 14px;color: #000000;}
    .v16_index2_list .right ul li a p{font-size:16px;color: #000000;width:55%;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v16_index2_list .right ul li a:before{content: '';display: inline-block;width: 6px;height: 6px;background: #D8D8D8;margin-right:12px ;}
    .v16_index2_list .right a.more{display: flex;justify-content: flex-end;margin-top: 20px;font-size: 16px;color: #000000;}
    .v16_index2 .r .v16_index2_list:nth-of-type(3){margin-top: 32px;}
    .v16_index2 .l{display: flex;flex-direction: column}
    .v16_index2 .l ul{display: flex;flex-direction: column;height: 100%;justify-content: space-between}

    .v16_index3 ul{margin-bottom: 20px;}
    .v16_index3 ul li{background-image: url("../images/v16_index3.png");background-size: cover;height: 120px;display: flex;justify-content: center;align-items: center;flex-direction: column;margin-top: 20px;}
    .v16_index3 ul li p,.v16_index3 ul li span{font-size: 16px;color: #ffffff;}
    .v16_index3 ul li span{display: block;margin-top: 10px;}
    .v17 .v7_tab_list2 .tabmore{display: none}
    .v17_calendar{margin-top: 30px;}
    .v18_list1_top a{display: flex;align-items: center;padding-bottom: 40px;border-bottom: 1px dashed #D9D9D9}
    .v18_list1_top .time{width: 69px;height: 100px;background-color: #1d3383;display: flex;justify-content: center;align-items: center;flex-direction: column}
    .v18_list1_top em,.v18_list1_top i{font-style: normal;color: #FFFFFF}
    .v18_list1_top em{font-size: 28px;}
    .v18_list1_top i{font-size: 14px;}
    .v18_list1_top .nr{flex: 1;width: 0;margin-left: 16px;}
    .v18_list1_top .nr h3{font-size: 20px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v18_list1_top .nr p{font-size: 16px;color: #000000;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;margin-top: 16px;line-height: 28px;}
    .v20_index1_right .v10_index1_r .v_titf{background-color: #1d3383;padding: 21px 32px}
    .v20_index1_right .v10_index1_r .v_titf h2{color: #FFFFFF}
    .v20_index1_right .v10_index1_r .v_titf .right a{color: #FFFFFF}
    .v20_index1_left .r{margin-top: 30px;}
    .v21_index1.pd88{padding-top: 0;}

    .v21_index1_right ul li a{display: flex;height: 50px;width: 100%;justify-content: center;align-items: center;background-color: #f6f6f6;color: black;margin-bottom: 20px;font-size: 16px;margin-top: 20px;}
    .v21_index1_right ul li a:hover{background-color: #1d3383;color: #FFFFFF}
    .v21_index1_right_contact&gt;h2{font-size: 20px;color: #ffffff;display: flex;background-color: #1d3383;height: 70px;justify-content: center;align-items: center}
    .v21_index1_right_contact p{font-size: 16px;color: #000000;line-height: 32px;}
    .v21_index1_right_contact .nr{padding:16px;border: 2px solid rgba(0, 0, 0, 0.1);border-top: none}
    .v22_banner_ul {display: flex;margin-top: 30px;height: 80px;}
    .v22_banner_ul li{width: 33.3%;}
    .v22_banner_ul li a{display: flex;flex-direction: column;justify-content: center;align-items: center}
    .v22_banner_ul li .none{display: none}
    .v22_banner_ul li img{width: 24px;}
    .v22_banner_ul li p{font-size: 16px;color: black;margin-top: 10px;}
    .v22_index1.pd88{padding-top: 0;}
    .v22_index1_right ul li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v22_index1_right ul li img{width: 100%;}
    .v22_index1_right ul li .nr{padding: 15px 10px}
    .v22_index1_right ul li .nr h3{font-size: 16px;color: #000000}
    .v22_index1_right ul li .nr p{font-size: 14px;color: #999999;margin-top: 8px;}
    .v22_index2 .tabmore{display: none}

    .v22_tit ul{display: flex}
    .v22_tit ul li{width: 50%;background-color: #FFFFFF;}
    .v22_tit ul li .block{display: block}
    .v22_tit ul li .none{display: none;}
    .v22_tit ul li.active{background-color: #1D3383;}
    .v22_tit ul li.active a{color: #FFFFFF;}
    .v22_tit ul li.active .block{display: none;}
    .v22_tit ul li.active .none{display: block;}
    .v22_tit ul li a{display: flex;justify-content: center;align-items: center;height: 58px;width: 100%;color: #1D3383}
    .v22_tit ul li a h2{font-size: 18px;margin-left: 21px;}
    .v22_index2 .v20_index1_right_body{display: none}
    .v22_index2 .v20_index1_right_body.active{display: block}
    .v22_index3 ul{display: grid;grid-template-columns: 48% 48%;justify-content: space-between;grid-row-gap: 20px}
    .v22_index3 ul li .img{width: 100%;height: 76px;overflow: hidden}
    .v22_index3 ul li img{width: 100%;height: 76px;object-fit: cover}
    .v22_index3 ul li p{text-align: center;font-size: 16px;margin-top: 10px;color: #000000}

    .n_v22_list .screen{border-bottom: 1px solid #D8D8D8;padding-bottom: 48px;}
    .n_v22_list .screen_list{display: flex;margin-top: 24px;}
    .n_v22_list .screen_list h2{font-size: 20px;color: #000000;width: 70px;display: flex;align-items: center;height: 32px;}
    .n_v22_list .screen_list ul{display: flex;flex: 1;width: 0;flex-wrap: wrap}
    .n_v22_list .screen_list ul li{margin-right: 16px;height: 32px;box-sizing:border-box;display: flex;justify-content: center;align-items: center;padding: 0 32px}
    .n_v22_list .screen_list ul li a{color: #999999;font-size: 16px;}
    .n_v22_list .screen_list ul li.active{background-color:#1D3383}
    .n_v22_list .screen_list ul li.active a{color: #FFFFFF}
    .n_v22_list_body dl,.n_v22_list_body ul{display: grid;grid-template-columns: 34.437% 19.867% 45.884%;width: 100%;border-right: 1px solid #D8D8D8}
    .n_v22_list_body dl dt,.n_v22_list_body ul li{display: flex;justify-content: center;align-items: center;height: 68px;border-left: 1px solid #D8D8D8;border-bottom: 1px solid #D8D8D8;font-size: 14px;}
    .n_v22_list_body dl dt{background-color: #1d3383;color: #FFFFFF;}
    .n_v22_list_body .total{display: flex;width: 100%;border-bottom: 1px solid #D8D8D8;border-right: 1px solid #D8D8D8}
    .n_v22_list_body .total p{display: flex;justify-content: center;align-items: center;height: 68px;border-left: 1px solid #D8D8D8;font-size: 15px;}
    .n_v22_list_body .total p:first-of-type{width: calc(34.437% - 1px);}
    .n_v22_list_body .total p.num{width: 0;flex: 1;}
    .v24 .head_bg,.v24 .m_nav.active span:nth-of-type(1),.v24 .m_nav.active span:nth-of-type(3),.v24 .v5_index_tit::after,.v24 .v4_list_2 a .time em{background-color: #ca0204;}
    .v24 .nav&gt;ul&gt;li&gt;a,.v24 .v_tit .left h2,.v24 .v4_list_2 a .time i{color: #CA0204}
    .v24 .nav&gt;ul&gt;li{border-color: #CA0204}

    .v24_index1 .middle .top{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);padding: 10px 15px}
    .v24_index1 .middle{margin-top: 30px;}
    .v24_index1 .middle ul{margin-top: 30px;}
    .v24_index1 .middle ul li{margin-top: 15px;}
    .v24_index1 .r{margin-top: 30px;}
    .v24_index2 ul li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v24_index2 ul li .img img{width: 100%;}
    .v24_index2 ul li .nr{padding: 10px 15px}
    .v24_index2 ul li .nr p{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 16px;color: black}
    .v25_index1_r .v26text{border: 2px solid rgba(0, 0, 0, 0.1);height: 100%;padding: 32px 22px;display: flex;flex-direction: column;border-top: none}
    .v25_index1_r .v26text p{line-height: 42px;font-size: 16px;}
    .v27_index1 .v22_index1_right{margin-top: 30px;}



}


/*修改*/
@media all and (min-width: 980px){
    .v17 .top_bg{background-image:url("../images/v17_newbg.png")}
    .v17 .v15_list1 .nr h3,.v17 .v15_list1 .nr p,.v17 .v4_list_2 a .time i,.v17 .v4_list_2 a .nr h3,.v17 .v4_list1_top .nr h3,.v17 .v4_list1_top .nr p,.v17 .v4_list_1 li a p{font-size: 14px;}
    .v17 .v15_list1 .time em{font-size: 28px;}
    .v17 .v15_list1 .time i{font-size: 12px;}
    .v17 .v4_list_2 a .time em{font-size: 22px;}
    .v17 .v_tit .left h2{font-size: 24px;}
    .v17 .v_tit .right a{font-size: 14px;}
    .v17 .v17_index1 a.tabmore{font-size: 14px;}
    .v17 .v4_list_1 li a::before{width: 6px;height: 6px;}
    .v17_calendar{display: flex;flex-direction: column;width: 0;flex: 1}
    .rolyart-calendar{height: 100%;display: flex;flex-direction: column;}
    .calendar-body{display: grid;grid-template-columns: 14.285% 14.285% 14.285% 14.285% 14.285% 14.285% 14.285%;justify-content: space-between;height: 100%;}
    .v17 .v15_list1 .nr h3{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v17 .internal_banner{height: 460px;}
    .v17 .internal_banner img{object-fit: cover}

    /*学工处*/
    .mt56 .v4_list_2 a .new_time_i&gt;i{color: #1D3383;}
    .head_bg&gt;.new_xgc_bg {background-image: url("../images/xgc_bg.png");height: 140px;}
    .new_left_more{display: flex;}
    .new_index_more{justify-content: space-between;align-items: center;}
    .new_left_more h2{font-size: 24px;}
    .new_index_more a{font-size: 14px;color: #999999;}
    .n_text_nr_1 .n_new_title{padding:10px 0;margin-bottom:50px;display: flex;justify-content: space-between;align-items: flex-end;border-bottom: 1px solid #D9D9D9;}
    .n_text_nr_1 .n_new_title h2{font-size: 24px;color: #1E4C8A;}
    .n_text_nr_1 .n_new_title div{font-size: 14px;color: #999999;}
    .n_text_nr_1 .n_new_title div a{font-size: 14px;color: #999999;}
    .n_text_nr_1 .n_new_title{position: relative;width:100%;}
    .n_text_nr_1 .n_new_title:before{content:'';width:97px;height:3px;display:block;position: absolute;background-color:#1E4C8A;left: 0px;top:50px;}













    /*团委*/
    .bg{background: #F6F6F6;}
    .v11_index5{display: flex;}
    .v11_index5 .left{width: 40.38%;}
    .v11_index5 .middle{width:31.853%;margin-right: 30px;margin-left: 30px;}
    .v11_index5&gt;.right{flex: 1;width: 0;}
    .v11_index5 .v11_list1:not(:first-of-type){margin-top: 32px;}
    .v11_index5 .v_tit .left h2{white-space: nowrap;font-size: 24px;}
    .v11_index1 .v_tit .left h2{font-size: 24px;}
    .v11_index5 .right .mt56 .v11_list6{border: 1px solid #EEEEEE;background: #FFFFFF;height:76px;}
    .v11_index5 .right .mt56 .v11_list6:not(:last-of-type){margin-bottom: 24px;}
    .v11_index5 .right .mt56 .v11_list6 h3{font-size: 16px;color: #333333;padding: 17px 0 0 24px;}
    .v11_index5 .right .mt56 .v11_list6 h5{font-size: 12px;color: #333333;margin: 10px 0 17px 0;padding-left: 24px;}
    .mt56 .v11_list6{position: relative;}
    .mt56 .v11_list6:before{content: '';width:4px;height: 100%;display: block;background: #EEEEEE;position: absolute;}
    .v4_list_2 a .nr h3{font-size: 16px!important;line-height:28px;}
    .v4_list_2 a .time em{font-size: 22px;}
    .v11 .v4_list_2 a .time i{font-size: 14px;color: #CA0204;margin-top: 8px;}
    .v10_index1_r .top p{font-size: 14px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;}
    .v11_list1 .nr p,.v11_list1 .nr h3,.v10_index1_r .top h3,.v10_index1_r .v4_list_1 li a p,.v4_list1_top .nr h3,.v4_list1_top .nr p,.v4_list_1 li a p{font-size: 14px;}

    .v11_index5 .middle{display: flex;flex-direction: column}
    .v11_index5 .middle ul{height: 100%;display: flex;justify-content:space-between;flex-direction: column}
    .v11_index5 .right{display: flex;flex-direction: column}
    .v11_index5 .right ul{height: 100%;display: flex;flex-direction: column}

    .v4_list1_top .addtow{padding-bottom: 24px;}
    .pd88{padding: 50px 0;}
    .v_tit .right a{font-size: 14px;}
    .v11_logo{padding-top: 48px;}
    .v4_list1_top:hover .nr p,.v11_list1:hover a .nr p{color: #000;}
    .top:hover a p{color: #999999;}



}
@media all and (max-width: 980px){
    /*学工处*/

    .new_left_more{display: flex;}
    .new_index_more{justify-content: space-between;align-items: center;}
    .new_left_more h2{font-size: 24px;}
    .new_index_more a{font-size: 14px;color: #999999;}
    .n_text_nr_1{text-indent: 0rem;}
    .n_new_title{padding-bottom: 10px;}
    .n_text_nr_1 .n_new_title{margin-bottom:50px;display: flex;justify-content: space-between;align-items: flex-end;border-bottom: 1px solid #D9D9D9;}
    .n_text_nr_1 .n_new_title&gt;h2{font-size: 24px;color: #1E4C8A;margin-bottom: 0px;}
    .n_text_nr_1 .n_new_title div{font-size: 14px;color: #999999;}
    .n_text_nr_1 .n_new_title div a{font-size: 14px;color: #999999;}
    .n_text_nr_1 .n_new_title{position: relative;width:100%;}
    .n_text_nr_1 .n_new_title:before{content:'';width:97px;height:3px;display:block;position: absolute;background-color:#1E4C8A;margin-bottom: -10px;}

    /*团委*/
    .v11 .n_text_nr_1 .n_new_title h2{color: #ca0204}
    .v11 .n_text_nr_1 .n_new_title:before{background-color: #ca0204;}
    .v11_index5 .v11_list1:not(:first-of-type){margin-top: 32px;}
    .v11_index5 .v_tit .left h2{white-space: nowrap;font-size: 24px;}
    .v11_index1 .v_tit .left h2{font-size: 24px;}
    .v11_index5 .right .mt56 .v11_list6{border: 1px solid #EEEEEE;background: #FFFFFF;height:76px;}
    .v11_index5 .right .mt56 .v11_list6:not(:last-of-type){margin-bottom: 24px;}
    .v11_index5 .right .mt56 .v11_list6 h3{font-size: 14px;color: #333333;padding: 17px 0 0 24px;}
    .v11_index5 .right .mt56 .v11_list6 h5{font-size: 12px;color: #333333;margin: 10px 0 17px 0;padding-left: 24px;}
    .mt56 .v11_list6{position: relative;}
    .mt56 .v11_list6:before{content: '';width:4px;height: 100%;display: block;background: #EEEEEE;position: absolute;}
    .v11_index5 .middle,.right{margin-top:20px;}
    .v4_list_2 a{margin: 10px 0;}
    .v4_list_2 a .time i{margin-top:3px;font-size: 14px;}
    .v11 .head img{height: 60px;width: 200px;filter: brightness(0) invert(1)}
}

@media all and (min-width: 980px){
    .v11 .head .search{display: none}
    .v13_index2 .paoma{overflow: hidden}
    .v13_index2 .paoma ul{position: relative;margin-top: 46px;}
    .v13_index2 .paoma&gt;ul&gt;li&gt;a&gt;.img&gt;img{margin-right: 32px;width: 331px;height: 186px;}
    .v9 .head_bg .top_bg{background-image: url("../images/v9_top_bg.png");}
    .v11 .head_bg .top_bg{background-image: url("https://gqtw.bwgl.cn/lib/template/static/images/banner_v11.png");}


    .new_v_tit a{color: #999999;font-size: 14px;text-align: center;display: block;margin-top: 54px;}
    .new_v_tit a:hover{color: #1d3383;font-weight: bold;}

    .v6 .v3_index2_bg .v_tit2{display: flex;justify-content: center;align-items: center;}
    .v6 .v3_index2_bg .v_tit2&gt;img{width: 22px;height: 22px;}
    .v6 .v3_index2_bg .v_tit2&gt;h2{color: #1D3383;}
    .v6 .v3_index2_bg .v3_index2 .new_v_tit&gt;a{color: #999999;font-size: 14px;text-align: center;display: block;margin-top: 54px;}
    .v6 .v3_index2_bg .v3_index2 .new_v_tit&gt;a:hover{color: #1d3383;font-weight: bold;}
    .v7 .top_bg{background-image: url("../images/v9_top_bg.png")}
    .v7 .nav_bg{background-color: #9A0200}
    .v7 .v3_index1_b ul li:hover .time *,.v7 .v3_index1_b ul li:hover .nr * { color: #CA0204;}
    .v7 .v_tit2 h2 {color: #CA0204;}
    .v7 .v3_index2 li:hover {background-color: #D74243;box-shadow: 0px 6px 24px -4px #CA0204;}
    .v7 .v4_list_2 a .time em {background-color: #CA0204;}
    .v7 .v4_list_2 a .nr h3 {color: #D74243;}
    .v7 .v4_list_2 a .time i {color: #D74243;}

    .v19 .v15_list1 .time em{font-size: 28px;}
    .v19 .v15_list1 .time i{font-size: 12px;}
    .v19 .v15_list1 .nr h3{font-size: 16px;}
    .v19 .v15_list1 .nr p{font-size: 14px;color: #000;}
    .v19 .v15_list1 .nr h3{font-size: 16px;}


    .v18 .v18_list1_top .nr h3{color: #1D3383;font-size: 16px;}
    .v18 .v18_list1_top .nr p{font-size: 14px;color: #999999;}
    .v18 .v18_list1_top em{font-size: 32px;}
    .v18 .v18_list1_top&gt;a{padding-bottom: 25px;}

    .v9 .v4_list1_top .nr h3{color: #CA0204;}
    .v21 .v21_index1_right_contact{margin-top: 56px;}

    .v20 .v4_list_2 a .time&gt;i{color: #1d3383;}

    .v12_index2&gt;.right .text span {font-size: 20px;}

    .v12_index2&gt;.right .text{justify-content: space-around;}

    .v24 .top_bg{background-image: url("../images/v24_top_bgnew.png");}

    /*人事处*/
    .v3 .v3list1{min-height: 56px}
    .v3 .v3list1 .nr p{white-space:unset;line-height: 28px;min-height: 56px}
    .v3 .v3_index3&gt;.right .time em{font-size: 28px;}
    .v3 .v3_index3&gt;.right .time i{font-size: 12px;}
    .v3 .v3_index3&gt;.right .nr h3{font-size: 16px;}
    .v3 .v3_index3&gt;.right .nr p{font-size: 14px;}
    .v3 .v3_index3 .v3_tab_list a.tabmore{font-size: 14px;}
    .v3 .newmore_v3{font-size: 14px;color: #999999;text-align: center;display:block;margin-top: 46px;}
    .v3 .newmore_v3:hover{font-size: 14px;color: #1D3383;font-weight: bold;}

    /*党政办公室*/
    .v9_new .v3_index1_b ul li a .nr p{min-height: 56px}
    .v9_new .v4_index2_list .v4_list_1 li{margin-top: 31px;}

    /*国际教育学院*/
    .v4 .v3list1 .nr p{white-space: unset}
    .v4 .v4_list1_top .nr p{-webkit-line-clamp:3}
    .v4 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v4 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v4 .v4_list_1 li{margin-top: 31px;}


    /*基建办公室*/
    .v8 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v8 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}

    /*学工处*/
    .v13 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v13 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}

    /*招标采购办公室*/
    .v6 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v6 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}

    /*教学科研管理处*/
    .v14_index_tit{display: flex;justify-content: space-between;align-items: center}
    .v14_index_tit .t_left{display: flex;align-items: center;}
    .v14_index_tit .t_right{font-size: 14px;color: #999999;}
    .v14_index_tit .t_right:hover{color: #1d3383;font-weight: bold;}
    .v14 .v13_index1 .v4_list_1{margin-top: 31px;}
    .v14 .v13_index1 .v4_list1_top .nr p{-webkit-line-clamp:3}
    .v14_new_link{margin-top: 48px;}
    .v14_new_link .top_l{background: url("../images/v14_link_new.png") no-repeat left;position: relative}
    .v14_new_link .top_l::after{content: '';display: block;width: 100%;height: 2px;background-color: #1d3383;position: absolute;bottom: 0;left: 0;opacity: .2;}
    .v14_new_link .top_l h2{padding: 11px 17px;font-size: 20px;color: #ffffff;}
    .v14_new_link ul{margin-top:8px;}
    .v14_new_link ul::after{content: '';display: block;width: 0;clear: both}
    .v14_new_link ul li{margin-right: 48px;float:left;margin-top: 16px;}
    .v14_new_link ul li a{font-size: 14px;color: #000000;}
    .v14_new_link ul li a:hover{color: #1D3383;}

    /*继续教育学院*/
    .v15 .v15_list1 .nr h3{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v15 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v15 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v15 .v4_list_1{margin-top: 31px;}

    /*财务处*/
    .v5 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v5 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}

    /*工会*/
    .v7 .v5_index1 .v_tit3 li h2{color: #999999;}
    .v7 .v_tit .left h2,.v17 .v_tit .right a:hover,.v7 .v_tit3 li.active h2,.v7 .head .search button{color: #ca0204;}
    .v7 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v7 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}

    /*商学院*/
    .v19 .v15_list1 .nr h3{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v19 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v19 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v19 .v4_list_1 li{margin-top: 31px;}
    .v19 .v4_list1_top .nr p{-webkit-line-clamp:3;min-height: 84px}

    /*土木工程*/
    .v18 .v4_list_1 li{margin-top: 31px;}
    .v18 .v4_list1_top .nr p{-webkit-line-clamp:3;min-height: 84px}
    .v18 .v18_list1_top .nr p{-webkit-line-clamp:3;min-height: 84px}

    /*思想政治理論*/
    .v10 .v10_index1_r .top h3{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v10 .v5_index1 .v4_list_1{margin-top: 31px;}
    .v10 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v10 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v10 .v4_list_2 a .time i{color: #CA0204}

    /*文理学院*/
    .v21 .v4_list_1{margin-top: 31px;}
    .v21 .v20_index1_right_body .v4_list_1 li{margin-top: 31px;}
    .v21 .v20_index1_right_body .v4_list_1{margin-top: unset;}
    .v21 .v4_index2_list .v4_list_1 li{margin-top: 32px;}
    .v21 .v21_index1_left{display: flex;flex-direction: column}
    .v21 .v21_index1_middle .v4_list1_top .nr p{-webkit-line-clamp:3}

    /*艺术与传媒*/
    .v20 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v20 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v20 .v20_index1_right .v4_list_1{margin-top: 31px;}

    /*党政事务部*/
    .v25 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v25 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v25 .v25_index1 .v4_list_1 li{margin-top: 31px;}
    .v25 .v25_index1_r .v4_list_1 li:first-of-type{margin-top: unset;}

    /*后勤事务处*/
    .v26 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v26 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v26 .v4_list_1 li{margin-top: 31px;}
    .v26 .v18_list1_top .nr p{-webkit-line-clamp:3}

    /*学生事务部*/
    .v27 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v27 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v27 .v4_list1_top .nr p{-webkit-line-clamp:3}

    /*招生*/
    .v22 .v22_index1_left .v4_list_1{margin-top: 31px;}
    .v22 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v22 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v22 .v22_index1_right li .img{height: 160px;}
    .v22 .v22_index1_right li .img img{height: 160px;}
    .v22 .v4_index2_list .v4_list_1 li{margin-top: 32px;}

    /*干部学院*/
    .v24 .v10_index1_r .v4_list_1{margin-top: 31px;}
    .v24 .v4_list_2 a .time em{width: 80px;height: 38px;display: flex;justify-content: center;align-items: center}
    .v24 .v4_list_2 a .time i{font-size: 14px;margin-top: 8px;}
    .v24 .v24_index2 ul li{width: 23.309%;}
    .v24 .n_right_list1&gt;ul&gt;li:hover{background-color: #d74243;}


    /*信息工程学院*/
    .v17 .v4_list_1{min-height: 169px}
    .v17 .v4_list_1 li{margin-top: 31px;}
    /*工会*/
    .v7 .v3_index2 li span{font-size: 14px;color: #000;display: block;margin-bottom: 23px;}
    .v7 .v3_index2 li:hover span{color: #fff}
    .v7 .v3_index2 li h3{margin-bottom: unset;}
    .v7 .new_more{font-size: 14px;color: #999999;display: block;text-align: center;margin-top: 46px;}
    .v7 .new_more:hover{color: #d74243;font-weight: bold;}
    .v7 .v_tit .right a:hover{color: #d74243;}
    .v7 .v5_index1_list a.tabmore{font-size: 14px;}
    .v7 .v5_index1_list a.tabmore:hover{color: #CA0204;font-weight: bold;}
 
 
  /*工会、干部学院、党政办公室、思想政治理论课教学部、团委*/

    .v11 .n_text_nr_1 .n_new_title h2,
    .v24 .n_text_nr_1 .n_new_title h2,
    .v7 .n_text_nr_1 .n_new_title h2,
    .v9 .n_text_nr_1 .n_new_title h2
    {color: #ca0204}
    .v11 .n_text_nr_1 .n_new_title:before,
    .v7 .n_text_nr_1 .n_new_title:before,
    .v9 .n_text_nr_1 .n_new_title:before,
    .v24 .n_text_nr_1 .n_new_title:before
    {background-color: #ca0204;}
    .v11 .v11_index1 .v4_list_1{margin-top: 32px;}

 

    /*下拉LOGO修改*/
    .v19 .nav_bg.on .small_logo{width: 147px;}




}</pre></body></html>