@charset "UTF-8";
html { margin-top: 0px !important; }
	* html body { margin-top: 0px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
		* html body { margin-top: 0px !important; }
	}
/*v后面对应学院*/
/*v1 国际交流中心*/
/*v2 艺术学院*/
/*v3 经管管理*/
/*v4 基础与外国语学院*/
/*v5 护理学院*/
/*v6 传媒学院*/
/*v7 信息学院*/
/*v11 马克思主义学院*/
/*v12 继续教育*/

@font-face {
    font-family:'pf_regular';
    src: url('../fonts/pingfangsc_regular.ttf') format("truetype");
}
@font-face {
    font-family:'pf_Medium';
    src: url('../fonts/pingfang_medium.ttf') format("truetype");
}
@font-face {
    font-family:'yh_Semibold';
    src: url('../fonts/yh_semibold.ttf') format("truetype");
}
html{margin: 0;padding: 0}
body{margin: 0;padding: 0;font-family:'微软雅黑','pf_regular', sans-serif;font-size: 16px;overflow-x:hidden;}
table,td,tr,ul,ol,li,dl,dd,dt,p,input,form,em,p,img,h1,h2,h3,h4,h5{margin:0;padding:0;}
ul,li {margin: 0;padding: 0;list-style: none;}
a{text-decoration: none;color: #333333}
img{display: block}
p{color: #666666}


/*全局*/
@media all {
    .v11.v4 .top_flex{background-color: #FFFFFF}
    .v11.v4 .m_nav span{background-color: #A11E23}
}

/*PC全局复用区start*/
/*警告，修改此代码会影响到所有站点 安全等级一级*/
/*禁止使用以下的命名方式*/
@media all and (min-width: 980px){
    /*全站通用 start*/
    h1{font-size: 32px;}
    h2{font-size: 26px;}
    h3{font-size: 22px}
    h4{font-size: 20px}
    .main{width: 100%}
    .w83{width: 83.333%;margin: 0 auto}
    .w62{width: 62.5%;margin: 0 auto}
    .zoomImage{width:100%;height:0;overflow:hidden;background-position: center center;background-repeat: no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
    /*全站通用 end*/


    /*头部主站通用*/
    .top_flex.on{position: fixed;z-index: 10;background-color: #FFFFFF;box-shadow: 0 8px 20px #211f1f;-webkit-transform: translateZ(0);}
    .top_flex.on{animation-name:top_flex;animation-duration:0.5s;}
    @keyframes top_flex {
        0%{top: -100px}
        100%{top: 0}
    }
    .m_nav{display: none}

    /*通用foot*/
    .vfoot{width: 100%;display: flex;justify-content: space-between;background-color:#454545;}
    .vfoot .foot_l{width: 32%;padding: 70px 0 97px 170px;box-sizing: border-box;position: relative}
    .vfoot .foot_l p{color: #E2E2E2}
    .vfoot .foot_l p:nth-of-type(n+2){padding-top: 16px}
    .vfoot .foot_l p:first-of-type{padding-top:28px}
    .vfoot .foot_r{width: 68%;padding:60px 228px 42px 60px;box-sizing: border-box;}
    .vfoot .foot_r_bd{display: flex;justify-content: space-between;align-items: flex-end;border-bottom:2px solid #FAFAFA;padding-bottom: 50px}
    .vfoot .foot_r_bd .foot_r_bd_l{width: 42%}
    .vfoot .foot_r_bd_l h2{font-size: 24px;color: #FFFFFF;position: relative;padding-bottom: 60px}
    .vfoot .foot_r_bd_l h2:after{content: '';display: block;width: 128px;height: 4px;background-color: #FFFFFF;top:53px;left: 0;position: absolute;}
    .vfoot .foot_r_bd_l ul{display: grid;grid-template-columns: 33.333% 33.333% 33.333%;justify-content: space-between;}
    .vfoot .foot_r_bd_l ul li a{font-size: 18px;color:#FFFFFF }
    .vfoot .foot_r_bd_l ul li:nth-of-type(n+4){padding-top: 18px}
    .vfoot .foot_r_bd_r ul{display: grid;grid-template-columns: 50% 50%;justify-content: space-between;}
    .vfoot .foot_r_bd_r ul li img{width:128px;height: 128px}
    .vfoot .foot_r_bd_r ul>li{display: flex;flex-direction: column;align-items: center}
    .vfoot .foot_r_bd_r ul>li:nth-last-child(1){margin-left: 50px}
    .vfoot .foot_r_bd_r ul>li p{color: #FFFFFF;padding-top: 14px}
    .vfoot .foot_bottm{display: flex;justify-content: space-between;padding-top: 32px;}
    .vfoot .foot_bottm p{color: #FFFFFF}
    .vfoot .foot_bottm>ul{display: flex;justify-content: space-between;}
    .vfoot .foot_bottm>ul>li:nth-of-type(n+2){padding-left: 24px}
    .vfoot .foot_bottm>ul>li a{color: #FFFFFF}


    /*list*/

    .v2_list_div{display: flex;justify-content: space-between;width: 100%;}
    .v2_list_div .vtime{display: flex;flex-direction: column;align-items: center;padding-right: 72px;position: relative;width: 88px}
    .v2_list_div .vtime::after{content: '';display:block;position: absolute;height: 88px;width: 2px;background-color: #ffffff;right: 36px}
    .v2_list_div .vtime i{font-style: normal;font-size: 34px;color: #FFFFFF;font-weight: bold}
    .v2_list_div .vtime em{font-style: normal;font-size: 14px;color: #FFFFFF;font-weight: bold}
    .v2_list_div h4{color: #ffffff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .v2_list_div p{color: #ffffff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top: 12px;font-size: 14px}


    .v2_list2{display: flex;justify-content: space-between;width: 100%;}
    .v2_list2 .vtime{display: flex;flex-direction: column;align-items: center;padding-right: 72px;position: relative;width: 88px}
    .v2_list2 .vtime::after{content: '';display:block;position: absolute;height: 88px;width: 2px;background-color: #DDDDDD;right: 36px}
    .v2_list2 .vtime i{font-style: normal;font-size: 34px;color: #666666;font-weight: bold}
    .v2_list2 .vtime em{font-style: normal;font-size: 14px;color: #666666;font-weight: bold}
    .v2_list2 h4{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .v2_list2 p{color: #888383;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;margin-top: 12px;font-size: 14px;line-height: 26px}

    .v3_list{display: grid;position: relative;width: 100%;grid-template-columns: 43% 57%}
    .v3_list .zoomImage{padding-bottom: 66.666%;}
    .v3_list .r{background-color: #FFFFFF;margin-top: 24px;padding: 26px 32px 27px 32px;box-sizing: border-box}
    .v3_list .r h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 20px}
    .v3_list .r p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;color: #888383;font-size: 14px;line-height: 26px;padding-top: 12px}
    .v3_list .t{position: absolute;bottom:16px;left: -12px;background-color:#2662A7;width: 91px;height: 74px;display: flex;flex-direction: column;align-items: center}
    .v3_list .t i,.v3_list .t em{font-style: normal;}
    .v3_list .t i{font-size: 34px;font-weight: bold;color: #FFFFFF;line-height: 46px}
    .v3_list .t em{font-size: 14px;font-weight: bold;color: #FFFFFF;line-height: 19px}

    .v3_list2{position: relative;display: block;padding-bottom: 20px}
    .v3_list2::after{content: '';position: absolute;display: block;width: 88px;height: 2px;background-color: #DDDDDD;bottom: 0}
    .v3_list2 span{font-size: 14px;line-height: 19px;color: #999999}
    .v3_list2 p{font-size: 22px;line-height: 30px;color: #333333;margin-top: 6px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .v3_list2:hover::after{background-color: #2662A7}
    .v3_list2:hover span,
    .v3_list2:hover p {color: #2662A7}

    .v4_list_div{display: grid;justify-content: space-between;width: 100%;grid-template-columns: 57.85% 42.15%;}
    .v4_list_div .v4_list_div_l{padding: 33px}
    .v4_list_div .v4_list_div_l span{font-size: 16px;line-height: 21px;color: #999999}
    .v4_list_div .v4_list_div_l h4{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;color: #333333;font-size: 20px;line-height: 27px;margin-top: 7px;}
    .v4_list_div .v4_list_div_l p{display: none}
    .v4_list_div .v4_list_div_r img{width: 100%;height: 148px}



    .v4_list{display: flex;justify-content: space-between;width: 100%;position: relative}
    .v4_list .vtime{display: flex;flex-direction: column;align-items: center;padding-right: 24px;position: relative;width: 13.658%}
    .v4_list .nr{width: 0;flex: 1}
    .v4_list .vtime i{font-style: normal;font-size: 34px;color: #888383;font-weight: bold}
    .v4_list .vtime em{font-style: normal;font-size: 14px;color: #888383;font-weight: bold}
    .v4_list h4{color: #000000;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .v4_list p{color: #888383;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;margin-top: 12px;font-size: 14px}

}


/*小通用 pc*/
@media all and (min-width: 980px){
    /*v1 国际交流中心 pc*/
    .m_nav{display: none}
    .v1head{display: flex;justify-content:flex-start;height: 100px;align-items: center}
    .v1head .logo{width: 15.93%}
    .v1head .logo img{max-height: 66px;}
    .v1head .nav{width: 50%;margin-left: 4%}
    .v1head .nav>ul{display: flex;justify-content:space-between}
    .v1head .nav>ul>li{position: relative;box-sizing: border-box}
    .v1head .nav>ul>li>a{padding: 20px;font-family:'pf_Medium';}
    .v1head .nav>ul>li.active a{color: #A11E23}
    .v1head .nav>ul>li:hover a{color: #A11E23}
    .v1head .nav>ul>li.active:after{content: '';width: 40px;display: block;height: 4px;background-color: #A11E23;top: 40px;position:absolute;left: 50%;transform: translate(-50%)}

    .v1head .search{width: 11.45%;position:relative;margin-left: auto;margin-right: 51px}
    .v1head .search input{border-radius: 25px;height: 40px;outline:none;padding-left: 40px;border: 1px solid #BBBBBB;width: 100%;box-sizing: border-box;background-color: #F6F6F6}
    .v1head .search .search_btn{position: absolute;left: 8px;top:8px}
    .v1head .search button{border: none;background: none;cursor: pointer}
    .v1head .s4head_right>ul{display: flex;}
    .v1head .s4head_right>ul>li:first-of-type{border-right: 1px solid #3C3434}
    .v1head .s4head_right>ul>li:first-of-type{padding-right: 17px}
    .v1head .s4head_right>ul>li:nth-of-type(2){margin-left: 17px}



    .top_tit b{font-size: 30px;color: #999999;}
    .top_tit h1{font-size: 32px;color: #333333;}
    .top_tit b.mrt{margin-bottom: -25px;display: block;position: relative;z-index: -1;opacity: 0.7}

    .list_module1{display: flex;justify-content: space-between}
    .list_module1_left{flex: 1;width: 0;}
    .list_module1_right{width: 18.166%}
    .pdys{height: 56px;display: flex;align-items: center;border-bottom: #DDDDDD 1px solid}
    .tit{display: flex;align-items: center;padding-left: 20px}
    .tit i{display: none;padding-right: 10px}
    .active a{color: #FFFFFF}
    .active .tit i{display: block; color: #FFFFFF}
    .active:hover a{color: #FFFFFF}
    .list_nav1:hover a{color: #2662A7}
    .list_nav1.active{background: #2662A7}

    /*时间通用 PC*/
    .time{background-color: #A11E23;width: 110px;height: 100px;box-sizing:border-box;display: flex;flex-direction: column;align-items: center;justify-content:center;position: relative}
    .time:before{content: '';display: block;position: absolute;top: -8px;left: -8px;background-color: white;width: 8px;height: 8px}
    .time:after{content: '';display: block;position: absolute;right: 0;bottom:0;background-color: white;width: 8px;height: 8px}
    .time i,.time em{font-style: normal;color: white}
    .time i{font-size: 20px;color: #d2cfcf;position: relative}
    .time i:after{content: '';display: block;width: 18px;height: 2px;background-color: #ffffff;position: absolute;bottom: -8px;left: 50%;transform: translate(-50%)}
    .time em{font-size: 32px;padding-top: 12px}

    .banner{position: relative}
    .banner .column{position: absolute;bottom: 52px;left: 0}
    .banner .column h1{color: #FFFFFF}
    .crumbs{height: 68px;width: 100%;background: linear-gradient(-90deg, rgba(0,0,0,0),rgba(0,0,0,0) 50%,#A11E23 50%,#A11E23);margin-top: -34px;position: relative;z-index: 2}
    .crumbs .w62{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .crumbs .w62 a,.crumbs .w62 p{color: #FFFFFF}

    .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #A11E23;padding-bottom: 14px}
    .page_body_main_r_t i{color: #A11E23;padding-right: 10px}
    .page_body_main_r_t h2{color: #A11E23;font-size: 16px;font-family: yh_Semibold, serif;}
    .page_body_main_r_list>ul>li>a:hover .nr p{color:#A11E23}
    .page_body_main_r_list{margin-top: 18px}
    .page_body_main_r_list>ul>li>a .nr{height: 102px;display: flex;flex-direction: column;justify-content: space-between;padding: 18px 0 18px 20px;box-sizing: border-box;position: relative;border-left: 1px solid #EEEEEE;}
    .page_body_main_r_list>ul>li>a .nr span{color: #999999;font-size: 14px}
    .page_body_main_r_list>ul>li>a .nr p{color: #333333;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .page_body_main_r_list>ul>li>a .nr:before{content: '';position:absolute;display: block;width:5px;height: 5px;border-radius:5px;background-color: #EEEEEE;top: 25px;left: -2.5px }


}


/*针对性 */
@media all and (min-width: 980px){
    /*V1 pc*/
    .v1banner{position: relative}
    .v1banner .swiper-slide img{width: 100%}
    .v1banner .v1_slide_botton{position: relative}
    .v1_slide_bottom{margin-left: auto;display: flex;justify-content:space-between;align-items: center;position: absolute;z-index: 2;bottom: 32px;right: 0}
    .v1_slide_bottom .prev{padding-right: 23px}
    .v1_slide_bottom .jt{width: 5.937%;display: flex;cursor: pointer}
    .v1 .list_nav1:hover a{color: #A11E23}
    .v1_module_one_bg{background-color: #F6F6F6; display:none;}
    .v1_module_one{height: 68px;}
    .v1_module_one dl{display: flex;align-items: center;height:inherit}
    .v1_module_one dl>dt{font-size: 14px;font-weight: bold;color: #333333;position: relative}
    .v1_module_one dl>dt::after{content: '';display: block;position: absolute;left: 0;top:29px;width: 24px;height: 2px;background-color: #A11E23}
    .v1_module_one dl>dt:not(:first-of-type){margin-left: 178px}
    .v1_module_one dl>dd{font-size: 16px;color: #666666;padding-left: 12px}

    .v1_module_two_bg{background-color: #FFFFFF;}
    .v1_module_two .top_tit{padding-top: 120px;}
    .v1_module_two .top_tit h1{padding: 13px 0 68px 0}
    .v1_module_two ul{display: flex}
    .v1_module_two ul li{padding-right:32px;cursor: pointer}
    .v1_module_two ul li img{border: 2px solid #999999;border-radius: 36px}
    .v1_module_two_r{width: 79.166%;margin-left: 20.833%;box-sizing: border-box;margin-top: -200px;overflow: hidden}
    .v1_module_two_r>ul{display: flex;width: 100%}
    .v1_module_two_r>ul>li{width: 516px;position: relative;box-sizing: border-box;background-color: #FFFFFF;flex-shrink:0;}
    .v1_module_two_r>ul>li:not(:first-of-type){margin-left: 26px}
    .v1_module_two_r>ul>li .zoomImage{padding-bottom: 62.209%}
    .v1_module_two_r>ul>li .img{overflow: hidden;box-sizing: border-box;}
    .v1_module_two_r>ul>li:hover .zoomImage{transform: scale(1.05);transition: all 0.5s}
    .v1_module_two_r>ul>li .time{position: absolute;top: 275px;left: 10px}
    .v1_module_two_r>ul>li h2{font-size: 20px;color: #333333;padding:0 0 24px 101px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 27px;}
    .v1_module_two_r>ul>li .nr{padding: 23px 31px 33px 37px;box-sizing: border-box}
    .v1_module_two_r .swiper-slide{width: 516px!important;}
    .v1_module_two_r .swiper-slide:nth-child(2n) {width: 100%;}
    .v1_module_two_r .swiper-slide:nth-child(3n) {width: 100%;}
    .v1_module_two_bottom{width: 100%;height: 450px;background-color:#F6F6F6;margin-top: -210px;}
    .v1_more_bottom{margin-left: 20.833%;padding-top: 270px;}
    .v1_more_bottom>a{width:486px;height: 80px;background-color: #A11E23;display: flex;align-items: center;padding: 0 40px;justify-content: space-between;color: #FFFFFF;box-sizing: border-box}
    .v1_more_bottom>a img{width: 42px}
    .v1_module_two_bottom::after{content: '';width: 0;height: 0;display: block;clear:both}

    .v1_module_three_bg{padding: 88px 0 100px 0;}
    .v1_module_three_bg::after{content: '';display: block;clear: both}
    .v1_module_three_r{width: 85%;float: right;margin-top: 54px}
    .v1_module_three_r>ul{display: grid;grid-template-columns: 50% 50%;width: 100%}
    .v1_module_three_r>ul>li .zoomImage{padding-bottom: 63.823%}
    .v1_list_pic{position: relative;width: 100%;overflow: hidden}
    .v1_list_pic .nr{height: 148px;background-color: rgba(0,0,0,0.5);position: absolute;bottom: 0;width: inherit;padding: 23px 40px;box-sizing: border-box; }
    .v1_list_pic em{font-size: 16px;font-style: normal;color: #FFFFFF;line-height: 21px;}
    .v1_list_pic p{font-size: 26px;font-style: normal;color: #FFFFFF;line-height: 35px;margin-top: 10px;min-height: 70px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;}
    .v1_list_pic:hover .nr{background-color:#A11E23;}
    .v1_list_pic:hover .zoomImage{transform: scale(1.05);transition: all 0.5s}
    .v1_module_three_r .v1_more_bottom{margin-left:unset;padding-top:60px}

    .v1_module_four_bg{background-color: #F6F6F6;padding: 88px 0 140px 0}
    .v1_module_four_bg::after{content: '';width: 0;height: 0;display: block;clear:both}
    .v1_module_four_bg .top_tit b.mrt{z-index: 1}
    .v1_module_four_bg .top_tit h1{z-index:2;position: relative}
    .v1_module_four_r{width: 85%;float: right;margin-top: 54px}
    .v1_module_four_r>.top{width: 100%;height: 120px;background-color: #A11E23;padding: 14px 24px;box-sizing: border-box}
    .v1_module_four_r>.top>ul{display: flex;justify-content: space-between}
    .v1_module_four_r>.top>ul>li{height:92px;padding: 13px 24px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: space-between;cursor: pointer}
    .v1_module_four_r>.top>ul>li h2{font-size: 20px;color: #FFFFFF;position: relative;font-weight: normal}
    .v1_module_four_r>.top>ul>li h2::after{content:'';width:56px;height: 2px;background-color: #FFFFFF;display: block;position: absolute;top: 35px;left: 0}
    .v1_module_four_r>.top>ul>li p{color: #FFFFFF;}
    .v1_module_four_r>.top>ul>li.active{background-color: #FFFFFF;}
    .v1_module_four_r>.top>ul>li.active h2{font-size: 20px;color: #A11E23;font-weight: bold}
    .v1_module_four_r>.top>ul>li.active p{color: #A11E23;font-weight: bold}
    .v1_module_four_r>.top>ul>li.active h2::after{background-color: #A11E23;}
    .v1_module_four_r>.nr{display: none}
    .v1_module_four_r>.nr.active{display: flex;margin-top: 54px;background-color: #FFFFFF}
    .v1_module_four_r>.nr .nr_l{width: 44.117%;position: relative}
    .v1_module_four_r>.nr .nr_l .suspend{position: absolute;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);height: 148px;width: 100%;padding: 40px 40px 32px 40px;box-sizing: border-box}
    .v1_module_four_r .suspend h2{font-size: 24px;color: #FFFFFF;line-height: 32px;position: relative}
    .v1_module_four_r .suspend h2::after{content: '';display: block;width: 88px;height: 4px;background-color: #FFFFFF;top: 40px;position: absolute;left: 0}
    .v1_module_four_r .suspend p{font-size: 16px;color: #FFFFFF;line-height: 21px;margin-top: 24px}
    .v1_module_four_r>.nr .nr_l{overflow: hidden;box-sizing: border-box;cursor: pointer}
    .v1_module_four_r>.nr .nr_l:hover .zoomImage{transform: scale(1.02);transition: all 0.5s}
    .v1_module_four_r>.nr .nr_l .zoomImage{padding-bottom: 66.666%}
    .v1_module_four_r>.nr .nr_r{flex: 1;padding: 62px 50px 40px 50px;}
    .v1_module_four_r>.nr .nr_r>.top{display: flex;justify-content: space-between;align-items: center}
    .v1_module_four_r>.nr .nr_r>.top>.view{display: flex;justify-content: space-between;align-items: center}
    .v1_module_four_r>.nr .nr_r>.top>.view a{font-size: 16px;color: #A11E23}
    .v1_module_four_r>.nr .nr_r>.top h2{color: #333333}
    .v1_module_four_r>.nr .nr_r>.nr_b{margin-top: 32px}
    .v1_module_four_r>.nr .nr_r>.nr_b p{line-height: 32px;color: #999999;margin-top: 32px}
    .v1_module_four_bg .v1_more_bottom{margin-left:unset;padding-top:60px}
    .v1 .list_nav1.active{background: #A11E23}
    .v1 .v5_n_list4 ul.pic_list li:hover h2,
    .v1 .v5_n_list4 ul.pic_list li:hover p,
    .v1 .v5_n_list4 ul.pic_list li:hover em,
    .v1 .v5_n_list4 ul.pic_list li:hover i{color: #A11E23}


    .n_list_v1_1{flex: 1;width: 0;margin-right: 50px;}
    .n_list_v1_1 ul{display: grid;grid-template-columns:46.995% 46.995%;justify-content: space-between;grid-gap: 40px}
    .n_list_v1_1 li .img{height: 292px;overflow: hidden;}
    .n_list_v1_1 .img img{width: 100%;height: 292px;object-fit: cover}
    .n_list_v1_1 .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .n_list_v1_1 .nr h2{font-size: 24px;color: #333333;padding-bottom: 8px;position: relative}
    .n_list_v1_1 .nr h2::after{content: '';display: block;position: absolute;bottom: 0;left: 0;width: 88px;height: 4px;background-color: #A11E23}
    .n_list_v1_1 .nr p{font-size: 16px;color: #333333;margin-top: 12px;}
    .v1_abroad_list{margin-bottom: 120px;}
    .v1_abroad_list li:first-of-type{margin-top: 80px;}
    .v1_abroad_list li{position: relative;margin-top: 56px;}
    .v1_abroad_list li a{display: flex;width: 100%;height: 320px}
    .v1_abroad_list li .nr{width: 50%;margin-left: auto}
    .v1_abroad_list li .img{width: 100%;height: 320px;position: absolute;z-index: -1}
    .v1_abroad_list .left h3{font-size: 28px;padding: 14px;background-color: rgba(255, 255, 255, 0.5);margin: 40px;}
    .v1_abroad_list li .nr{margin: 68px 48px 68px auto}
    .v1_abroad_list li .nr .top{display: flex;align-items: center}
    .v1_abroad_list li .nr h2{font-size: 32px;color: #333333;position: relative;margin-right: 16px;}
    .v1_abroad_list li .nr h2::after{content: '';display:block;bottom: -16px;position: absolute;width: 66px;height: 4px;background-color: #A11E23;left: 0;}
    .v1_abroad_list li .nr p{font-size: 18px;color: #333333;line-height: 32px;margin-top: 24px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;text-overflow:ellipsis}
    .v1_abroad_list ul li:nth-of-type(even) .nr{order: 1;margin: 68px 48px auto 68px }
    .v1_abroad_list ul li:nth-of-type(even) .left{order:2;margin-left: auto;}
    .n_list_v1_2{width: 76.916%}
    .n_list_v1_2 .l_time{display: flex;flex-direction: column;align-items: center;}
    .n_list_v1_2 .l_time i{font-style: normal;font-size: 34px;color: #999999;font-weight: bold}
    .n_list_v1_2 .l_time em{font-style: normal;font-size: 14px;color: #999999;font-weight: bold}
    .n_list_v1_2 .t1_list>a:hover .l_time i,.t2_list>a:hover .l_time i{color: #A11E23;}
    .n_list_v1_2 .t1_list>a:hover .l_time em,.t2_list>a:hover .l_time em{color: #A11E23;}
    .n_list_v1_2 .t1_list>a:hover .tit h2,.t2_list>a:hover h2,.t2_list>a:hover p{color: #A11E23;}
    .n_list_v1_2 .t1_list>a:hover .tit:after{background-color: #A11E23;}
    .n_list_v1_2 .t1_list>a{display: flex;justify-content: space-between;align-items: center;height: 118px}
    .n_list_v1_2 .t1_list .tit{width: 85.51%;position: relative;}
    .n_list_v1_2 .t1_list .tit h2{font-size: 22px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
    .n_list_v1_2 .t1_list .tit:after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #DFDBDB;left: 0;top: 36px}
    .v1 .w900{width: 46.875%;margin: 80px auto 120px auto}
    .v1 .w900 h2{text-align: center;position: relative;padding-bottom: 16px;}
    .v1 .w900 h2::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #A11E23;left: 50%;transform: translate(-50%);bottom: 0;}
    .v1 .w900 .nr{margin-top: 40px;}
    .v1 .w900 .nr p{font-size: 20px;color: #999999;line-height: 32px;}
    .v1 .w900 .nr p:not(:first-of-type){margin-top: 20px;}
    /*v2艺术学院 pc*/
    .v2 .s4head_right{margin-left: auto}
    .v2 .v1head .s4head_right>ul>li:first-of-type{border-right:unset}
    .v2_module_one_bg{padding-top: 80px;background-image: url("../images/v2_module_one.png");background-size:cover;padding-bottom: 134px}
    .v2_title{position: relative}
    .v2_title h2{font-size: 32px;}
    .v2_title span{font-size: 36px;color:rgba(0, 0, 0, 0.1);font-weight: bold;position: absolute;top: -15px;z-index: -1}
    .v2_module_one .view{display: flex;align-items: center;margin-top: 32px;position: absolute;top: 20px}
    .v2_module_one .view p{font-size: 14px;color: #3C3434;margin-right: 8px}
    .v2_module_one_list{display: flex}
    .v2_module_one_list_l{width: 62.5%;position: relative;margin-top: 88px;overflow: hidden}
    .v2_module_one_list_l:hover .zoomImage{transform: scale(1.05);transition: all 0.5s}
    .v2_module_one_list_l .zoomImage{padding-bottom: 53.6%}
    .v2_module_one_list_l .bottom{position: absolute;bottom: 0;height: 160px;display: flex;align-items: center;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);padding: 38px 40px 31px 40px;box-sizing: border-box}
    .v2_module_one_list_r>ul>li{padding: 34px 32px 35px 34px;box-sizing: border-box;height: 156px;background-color: #FFFFFF}
    .v2_module_one_list_r>ul>li .v2_list_div .vtime i,
    .v2_module_one_list_r>ul>li .v2_list_div .vtime em {color: #999999;}
    .v2_module_one_list_r>ul>li .v2_list_div .nr h4{color: #000000}
    .v2_module_one_list_r>ul>li .v2_list_div .nr p{color: #888883}
    .v2_module_one_list_r>ul>li.active{background-color: #A11E23;position: relative}
    .v2_module_one_list_r>ul>li.active::before{content: '';display: block;position: absolute;width: 34px;height: 156px;background-color: #A11E23;left: -34px;top: 0}
    .v2_module_one_list_r>ul>li.active .v2_list_div .vtime i,
    .v2_module_one_list_r>ul>li.active .v2_list_div .vtime em,
    .v2_module_one_list_r>ul>li.active .v2_list_div .nr h4,
    .v2_module_one_list_r>ul>li.active .v2_list_div .nr p {color: #FFFFFF;}
    .v2_module_one_list_r>ul>li.active{padding: 34px 28px 35px 20px;box-sizing: border-box;height: 156px;}
    .v2_module_one_list_r>ul>li .v2_list_div .vtime::after{width: 0}
    .v2_module_one_list_r{flex: 1;width: 0;}
    .v2_module_one_list .bottom{width: 100%;}
    .v2_module_one_list .v2_list_div .nr{flex: 1;width: 0;}
    .v2_module_two_bg{position: relative;}
    .v2_module_two{padding-top: 80px;padding-bottom: 80px}
    .v2_module_two .view{display: flex;align-items: center;margin-top: 32px;position: absolute;top: 20px}
    .v2_module_two .view p{font-size: 14px;color: #3C3434;margin-right: 8px}
    .v2_module_two_r{width: 63.25%;display: flex;margin-left: auto}
    .v2_module_two_r>ul{width: 100%}
    .v2_module_two_r>ul>li{margin-bottom: 46px;width: 100%}
    .v2_module_two_r>ul>li .nr{width:0;flex: 1}
    .v2_module_two_r>ul>li:hover .vtime i,
    .v2_module_two_r>ul>li:hover .vtime em,
    .v2_module_two_r>ul>li:hover .nr h4,
    .v2_module_two_r>ul>li:hover .nr p{color: #A11E23}
    .v2_module_two_r>ul>li:hover .vtime::after{background-color: #A11E23}
    .v2_module_two_bottm{position: absolute;left: 0;bottom: 0;}
    .v2_module_two_bottm img{width: 992px;height: 440px}
    .v2 .list_nav1:hover a{color: #A11E23}
    .v2 .list_nav1.active{background: #A11E23}
    .v2 .list_nav1.active:hover a{color: white}
    .v2_list_fastnav{display: grid;grid-template-columns: 47.166% 47.166%;justify-content: space-between;margin-bottom: 60px;}
    .v2_list_fastnav li{margin-top: 60px;}
    .v2_list_fastnav .nr{height: 177px;background-color: #F6F6F6;overflow: hidden;box-sizing: border-box}
    .v2_list_fastnav .nr h2{font-size: 26px;color: #333333;position: relative;padding-bottom: 17px;margin: 37px 0 0 40px}
    .v2_list_fastnav .nr h2::after{content: '';display: block;position: absolute;width: 64px;height: 4px;background-color: #A11E23;bottom: 0;left: 0;}
    .v2_list_fastnav a{width: 486px;height: 80px;background-color: #A11E23;padding: 0 40px;display: flex;box-sizing: border-box;margin: -40px auto 0 auto;justify-content: space-between;align-items: center;color: white}
    .v2_about_one{margin: 88px auto;}
    .v2_about_one h2,
    .v2_about_two h2 {font-size: 32px;color: #333333;padding-bottom: 16px;position: relative;text-align: center}
    .v2_about_one h2::after,
    .v2_about_two h2::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #A11E23;left: 50%;transform: translate(-50%);bottom: 0;}
    .v2_about_one p{font-size: 20px;color: #999999;line-height: 32px;width: 75%;margin: 27px auto 0 auto;font-weight: bold;}
    .v2_about_one ul{display: grid;grid-template-columns: 31.666% 31.666% 31.666%;justify-content: space-between;margin-top: 48px;}
    .v2_about_one li .img{height: 280px;overflow:hidden}
    .v2_about_one li .img img{width: 100%;height: 280px;object-fit: cover}
    .v2_about_one li .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v2_about_one a.more,
    .v2_about_two a.more{width: 228px;height: 56px;background-color:#A11E23;display: flex;align-items: center;padding: 0 24px ;color: white;font-size: 14px;box-sizing: border-box;justify-content: space-between;margin: 48px auto 0 auto}
    .v2_about_two_bg{background-color: #F6F6F6;padding-top: 88px;padding-bottom: 17px;}
    .v2_about_two p{font-size: 20px;color: #999999;line-height: 32px;margin: 27px auto 0 auto;font-weight: bold;}
    .v2_about_three_bg{background-image: url("../images/v2about_bg.png");background-repeat: no-repeat;background-size: cover;height: 256px;}

    .v2 .v5_n_list4 ul.pic_list li:hover h2,
    .v2 .v5_n_list4 ul.pic_list li:hover p,
    .v2 .v5_n_list4 ul.pic_list li:hover em,
    .v2 .v5_n_list4 ul.pic_list li:hover i{color: #A11E23}
    .v2 .v5_n_list2 li .nr h2::after{background-color: #A11E23}

    /*v3经管学院 pc*/
    .v3head .v3head_top{display: flex;justify-content: space-between;align-items: center}

    .v3head .search{width: 268px;position:relative;margin-left: auto;margin-right: 51px}
    .v3head .search input{border-radius: 25px;height: 40px;outline:none;padding-left: 40px;border: 1px solid #BBBBBB;width: 100%;box-sizing: border-box;background-color: #F6F6F6}
    .v3head .search .search_btn{position: absolute;left: 8px;top:8px}
    .v3head .search button{border: none;background: none;cursor: pointer}
    .v3head .v3head_right>ul{display: flex;}
    .v3head .v3head_right>ul>li:not(:first-of-type){border-left: 1px solid #3C3434}
    .v3head .v3head_right>ul>li:not(:first-of-type){padding-left: 17px}
    .v3head .v3head_right>ul>li:not(:first-of-type){margin-left: 17px}

    .v3head .nav{width: 91.75%;margin: 0 auto;height: 78px}
    .v3head .nav>ul{display: flex;justify-content: space-between}
    .v3head .nav>ul>li{line-height: 78px;position: relative}
    .v3head .nav>ul>li.active >a{font-weight: bold;color: #2662A7}
    .v3head .nav>ul>li.active ::after{content: '';display: block;position: absolute;bottom:9px;left: 50%;transform: translate(-50%);width: 24px;height: 4px;background-color: #2662A7}
    .v3head .nav>ul>li:hover >a{color: #2662A7}

    .v3banner_bg{background:linear-gradient(to bottom,#FFFFFF 0, #FFFFFF 480px , #002D60 480px ,#002D60 100%);padding-bottom: 70px}
    .v3banner{width: 95.312%;display: flex;margin-left: auto;position: relative;overflow: hidden}
    .v3banner .v3_slide_botton{position: absolute;bottom: 60px;right: 90px;z-index: 2}
    .v3banner .scrollbar{width:14.754%;background-color: rgba(250, 250, 250, 0.3);height: 8px;display: flex;margin-left: auto}
    .v3banner .scrollbar .swiper-scrollbar-drag{background-color:#2662A7;width:33%;display: block;height: 8px;border-radius: unset}


    .v3_module_one_bg{background: linear-gradient(to right,#FFFFFF 0,#FFFFFF 95.31%,#002D60 95.31%, #002D60 100%);position: relative}
    .v3_module_one_bg2{width: 100%;height: 490px;background-image: url("../images/v3_module_one_bg.png");position: absolute;bottom: 0;z-index: 1}
    .v3_module_one_bg3{width: 95.31%;height: 90px;position: absolute;bottom: 400px;left:0;z-index: 2;background-color: #FFFFFF}
    .v3_module_one{padding-top: 97px;padding-bottom: 118px;position: relative;z-index: 3;overflow: hidden}
    .v3_module_one_top{display: flex;justify-content: space-between;padding-bottom: 40px}
    .v3_module_one_top .v3_tit{position: relative}
    .v3_module_one_top .v3_tit h1 a{color: #000000}
    .v3_module_one_top .v3_tit span{position: absolute;top:-57px;left: 0;color: rgba(0, 0, 0, 0.1);font-size: 36px;font-weight: bold}
    .v3_module_one_top .view{display: flex;align-items: center;}
    .v3_module_one_top .view p{font-size: 14px;color: #3C3434;margin-right: 8px}
    .v3_module_one_list>ul{display: flex}
    .v3_module_one_list>ul>li{width: 516px;position: relative;box-sizing: border-box;background-color: #FFFFFF;flex-shrink:0}
    .v3_module_one_list>ul>li:not(:first-of-type){margin-left: 26px}
    .v3_module_one_list>ul>li .zoomImage{padding-bottom: 62.209%}
    .v3_module_one_list>ul>li .img{overflow: hidden}
    .v3_module_one_list>ul>li:hover .zoomImage{transition: all 0.5s;transform: scale(1.05)}
    .v3_module_one_list>ul>li .time{position: absolute;top: 275px;left: 8px;background-color: #2662A7}
    .v3_module_one_list>ul>li h2{font-size: 20px;color: #000000;padding:0 0 24px 101px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 27px;}
    .v3_module_one_list>ul>li .nr{padding: 23px 31px 33px 37px;box-sizing: border-box}
    .v3_module_one_list>ul>li .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;}
    .v3_module_one_foot{display: flex;justify-content: space-between;padding-top: 32px;align-items: center}
    .v3_module_one_foot .scrollbar{width:14.754%;background-color: #FFFFFF;height: 8px;}
    .v3_module_one_foot .scrollbar .swiper-scrollbar-drag{background-color:#2662A7;width:33%;display: block;height: 8px;border-radius: unset}
    .v3_module_one_foot .v3_prev,.v3_module_one_foot .v3_next{cursor: pointer}
    .v3_module_two{padding: 129px 0 127px 0}
    .v3_module_two_list{display: flex;}
    .v3_module_two_list>li{width: 30.5%}
    .v3_module_two_list>li .nr{width: 0;flex: 1}
    .v3_module_two_list>li .nr h4{color: #000000}
    .v3_module_two .v3_module_one_top{padding-bottom: 60px}
    .v3_module_two_list>li:hover .vtime i,
    .v3_module_two_list>li:hover .vtime em,
    .v3_module_two_list>li:hover .nr h4,
    .v3_module_two_list>li:hover .nr p{color: #2662A7}
    .v3_module_two_list>li:hover .vtime::after{background-color:#2662A7 }
    .v3_module_three_bg{background-color: #F6F6F6;padding: 129px 0 100px 0}
    .v3_module_three_bg .v3_module_three_2{width: 83.958%;margin: 0 auto;overflow: hidden;}
    .v3_module_three_list{display: flex;justify-content: space-between}
    .v3_module_three_list .v3_list .r h2{color: #000000}
    .v3_module_three_list .v3_list .img{overflow: hidden}
    .v3_module_three_list .v3_list .zoomImage:hover{transform: scale(1.05);transition: all 0.5s}
    .v3_module_three_list>li{width: 47.875%;padding-left: 13px}
    .v3_module_four{display: grid;grid-template-columns: 30.5% 30.5% 30.5%;justify-content: space-between;padding: 110px 0 122px 0 }
    .v3_module_four .list .top{display: flex;justify-content: space-between;position: relative;padding-bottom: 20px}
    .v3_module_four .list .top h2 a{color: #000000}
    .v3_module_four .list .view{display: flex;align-items: center;}
    .v3_module_four .list .view p{font-size: 14px;color: #3C3434;margin-right: 8px}
    .v3_module_four .list .top::after{content:'';position: absolute;display: block;width: 100%;height: 1px;background-color: #DDDDDD;bottom: 0}
    .v3_module_four .list>ul{margin-top: 48px;}
    .v3_module_four .list>ul>li:not(:first-of-type){margin-top: 42px}
    .v3_module_five_bg{background-image: url("../images/v3_module_five_bg.png")}
    .v3_module_five{display: grid;justify-content: space-between;grid-template-columns: 29.312% 29.312% 29.312%;padding: 156px 0}
    .v3_module_five .v3ico{height: 230px;background:rgba(255, 255, 255, 0.5);display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer}
    .v3_module_five .v3ico img{max-width: 68px;max-height: 68px}
    .v3_module_five .v3ico p{margin-top: 30px;font-size: 22px;font-weight: bold}
    .v3_module_five .v3ico.active{background-color: #2662A7}
    .v3_module_five .v3ico.active p{color: #FFFFFF}
    .v3_module_six_bg{background-color: #F6F6F6;padding: 129px 0 188px 0}
    .v3_module_six{position: relative}
    .v3_module_six_body{display: grid;grid-template-columns: 63.75% 32.5%;position: relative}
    .v3_module_six_body .left{overflow: hidden}
    .v3_module_six_body .zoomImage{padding-bottom: 66.666%}
    .v3_module_six_body .zoomImage:hover{transition: all 0.5s;transform: scale(1.05)}
    .v3_module_six_body .right{background-color: #FFFFFF;margin-top: 61px;margin-bottom: 40px;padding: 78px 64px 0 64px;position: relative;z-index: 2}
    .v3_module_six_body .right h2{font-size: 32px;color: #2662A7;position: relative;padding-bottom: 23px}
    .v3_module_six_body .right h2::after{content: '';display: block;position: absolute;width: 53px;height: 2px;background-color: #2662A7;bottom: 0;left: 0}
    .v3_module_six_body .right .nr{margin-top: 32px;}
    .v3_module_six_body .right .nr p{color: #666666;line-height: 32px}
    .v3_module_six_body .right .nr p:nth-of-type(2){margin-top: 38px}
    .v3_module_six_body .foot{position: absolute;right: 0;top: 0;width: 580px;height: 295px;background-color:#2662A7;z-index: 1}
    .v3_module_six .jt{display: flex;justify-content: space-between;margin-top: -55px}
    .v3_module_six .slide_father{position: absolute;bottom: 0;width: 100%;z-index: 3}
    .v3_module_six .slide_father2{width: 100%;position: relative;margin-bottom: -70px}
    .v3_module_six .pic_list{width: 85.5%;margin: 0 auto;overflow: hidden}
    .v3_module_six .pic_list>ul{display: flex;align-items: flex-end}
    .v3_module_six .pic_list>ul>li{width: 19.59%;cursor:pointer;}
    .v3_module_six .pic_list>ul>li.active{width: 22.222%;transition: all 0.5s}
    .v3_module_six .pic_list>ul .zoomImage{padding-bottom: 67.164%}
    .v3_module_six .jt .prev,.v3_module_six .jt .next{cursor: pointer}
    /*v3内页 pc*/
    .v3banner_n{width: 100%;}
    .v3 .banner{position: relative}
    .v3 .banner .column{position: absolute;bottom: 52px;left: 0}
    .v3 .banner .column h1{color: #FFFFFF}
    .v3banner_n img{width: 100%;}
    .v3 .crumbs{height: 68px;width: 100%;background: linear-gradient(-90deg, rgba(0,0,0,0),rgba(0,0,0,0) 50%,#2662A7 50%,#2662A7);margin-top: -34px;position: relative;z-index: 2}
    .v3 .crumbs .w62{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .v3 .crumbs .w62 a,.crumbs .w62 p{color: #FFFFFF}
    .v3_list_father1{margin-top: 59px;margin-bottom: 120px}
    .v3 .list_module1{display: flex;justify-content: space-between}
    .v3 .list_module1_left{width: 76.916%}
    .v3 .list_module1_right{width: 18.166%}
    .v3 .list_nav1{height: 56px;display: flex;align-items: center;border-bottom: #DDDDDD 1px solid}
    .v3 .list_nav1 .tit{display: flex;align-items: center;padding-left: 20px}
    .v3 .list_nav1 .tit i{display: none;padding-right: 10px}
    .v3 .list_nav1.active{background: #2662A7}
    .v3 .list_nav1.active a{color: #FFFFFF}
    .v3 .list_nav1.active .tit i{display: block;color: #FFFFFF}
    .v3 .list_nav1:hover a{color: #2662A7}
    .v3 .list_nav1.active:hover a{color: #FFFFFF}
    .v3 .list_module1_left>h2{font-size: 32px;color: #333333}
    .v3 .list_module1_left>ul li>a{display: flex;margin-top: 56px;}
    .v3 .list_module1_left>ul li .nr{ flex: 1;width: 0;display: flex;flex-direction: column;justify-content: space-between;padding: 7px 0 7px 36px;position: relative}
    .v3 .list_module1_left>ul li .nr::after{content: '';display: block;position: absolute;width: 4px;height: 100%;background-color: #2662A7;left: 0;top: 0}
    .v3 .list_module1_left>ul li .nr h2{font-size: 22px;color: #2662A7;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v3 .list_module1_left>ul li .nr p{font-size: 14px;color: #888383;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v3 .list_module1_left>ul li .img{width: 178px;height: 111px;overflow: hidden;margin-left: 36px}
    .v3 .list_module1_left>ul li .img img{width: 178px;height: 111px;object-fit: cover}
    .v3 .list_module1_left>ul li .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v3 .list_module1_left.list2 li p{margin-top: 20px;}
    .v3 .list_module2_left{width: 76.916%}
    .v3 .list_module2_left ul{margin-top: 40px;}
    .v3 .list_module2_left li>a{display: flex;}
    .v3 .list_module2_left li:not(:first-of-type){margin-top: 69px;}
    .v3 .list_module2_left li .img{width: 238px;height: 314px;overflow: hidden;}
    .v3 .list_module2_left li .img img{width: 238px;height: 314px;object-fit: cover}
    .v3 .list_module2_left li .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v3 .list_module2_left li .nr{flex: 1;width: 0;margin-left: 36px;}
    .v3 .list_module2_left li .nr h2{font-size: 32px;color: #333333;padding-bottom: 16px;position: relative}
    .v3 .list_module2_left li .nr h2::after{content: '';display: block;width: 128px;height: 4px;background-color: #2662A7;position: absolute;left: 0;bottom: 0;}
    .v3 .list_module2_left li .nr span{display:block;margin-top: 27px;font-size: 16px;color: #333333;font-weight: bold}
    .v3 .list_module2_left li .nr p{margin-top: 20px;font-size: 16px;color: #666666;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;text-overflow:ellipsis;line-height: 32px}

    .v3 .list_module3_left{width: 76.916%}
    .v3 .list_module3_left .img img{max-width: 100%}
    .v3 .list_module3_left .nr{display: flex;}
    .v3 .list_module3_left .nr .left{width: 218px;}
    .v3 .list_module3_left .nr .right{flex: 1;width: 0;margin-top: 30px;border-left: 4px solid #2662A7;padding-left: 32px;line-height: 32px}
    .v3 .list_module3_left .nr .right p{line-height: 32px}
    .v3 .list_module3_left .nr .left h2{margin-top: 30px;font-size: 32px;}
    .v3 .list_module3_left .nr .left span{margin-top: 20px;display: block;font-size: 24px;line-height: 32px}
    .v3 .list_module4_left{width: 76.916%}
    .v3 .list_module4_left>h1{font-size: 32px;color: #333333}
    .v3 .list_module4_left ul{margin-top: 40px;}
    .v3 .list_module4_left li:not(:first-of-type){margin-top: 56px;}
    .v3 .list_module4_left li>a{display: flex}
    .v3 .list_module4_left li>a .img{width: 178px;height: 111px;overflow: hidden;margin-left: 32px;}
    .v3 .list_module4_left li>a .img img{width: 178px;height: 111px;object-fit: cover}
    .v3 .list_module4_left li>a .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v3 .list_module4_left li .nr{flex: 1;width: 0;display: flex;align-items: center;position: relative;padding-left: 36px;min-height: 111px}
    .v3 .list_module4_left li .nr::before{content: '';display: block;position: absolute;width: 4px;height: 100%;background-color:#2662A7;left: 0}
    .v3 .list_module4_left li .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 22px;color: #2662A7;width: 80%;}
    .v3 .list_module4_left li .nr img{margin-left: 12px;}
    .v3 .list_module5_left{width: 76.916%}
    .v3 .list_module5_left ul{margin-top: 40px;}
    .v3 .list_module5_left li:not(:first-of-type){margin-top: 59px;}
    .v3 .list_module5_left li:nth-of-type(n+4) .img{display: none}
    .v3 .list_module5_left li:nth-of-type(n+4) .nr{margin-left: 32px;}
    .v3 .list_module5_left li:nth-of-type(n+4) .nr h2{padding-bottom: 27px;position: relative}
    .v3 .list_module5_left li:nth-of-type(n+4) .nr h2::after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #DFDBDB;bottom: 0;left: 0;}
    .v3 .list_module5_left li a{display: flex}
    .v3 .list_module5_left .img{width: 178px;height: 111px;overflow: hidden}
    .v3 .list_module5_left .img img{width: 178px;height: 111px;}
    .v3 .list_module5_left .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v3 .list_module5_left .v3time{width: 94px;display: flex;flex-direction: column;align-items: center;}
    .v3 .list_module5_left .v3time em{font-style: normal;font-size: 24px;color: #999999;font-weight: bold;line-height: 46px}
    .v3 .list_module5_left .v3time i{font-style: normal;font-size: 14px;color: #999999}
    .v3 .list_module5_left .nr{flex: 1;width: 0;margin: 7px 0;display: flex;flex-direction: column;justify-content: space-between}
    .v3 .list_module5_left .nr h2{font-size:20px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v3 .list_module5_left .nr p{font-size: 14px;line-height: 31px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v3 .list_module5_left li:hover h2,
    .v3 .list_module5_left li:hover p,
    .v3 .list_module5_left li:hover em,
    .v3 .list_module5_left li:hover i{color: #2662A7}
    .v3 .list_module6_left{width: 76.916%}
    .v3 .list_module6_left>h2{font-size: 32px;color: #333333}
    .v3 .list_module6_left>span{font-size: 16px;color: #999999;display: block;margin-top: 8px;}
    .v3 .list_module6_left img{max-width: 100%;margin: 15px auto}
    .v3 .list_module6_left .v3_body{color: #333333;font-size: 16px;line-height: 32px}
    .v3 .list_module6_left .v3_body p{color: #333333;font-size: 16px;line-height: 32px}
    .v3 .list_module6_left .v3_body p:not(:first-of-type){margin-top: 10px;}
    .v3 .list_module7_left{width: 76.916%}
    .v3 .list_module7_left>h1{color:#333333}
    .v3 .list_module7_left ul{margin-top: 40px;display: grid;grid-template-columns: 46.995% 46.995%;justify-content: space-between}
    .v3 .list_module7_left .img{width: 100%;height: 292px;overflow: hidden}
    .v3 .list_module7_left .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v3 .list_module7_left .img img{width: 100%;height: 292px;object-fit:cover}
    .v3 .list_module7_left .nr{height: 96px;background-color: #F6F6F6;padding: 16px 24px;box-sizing:border-box;position: relative}
    .v3 .list_module7_left .nr h2{font-size: 26px;color: #333333}
    .v3 .list_module7_left .nr p{font-size: 16px;color: #333333;margin-top: 8px;}
    .v3 .list_module7_left .nr::before{content: '';display: block;position: absolute;left: 0;width: 4px;height: 80%;top: 50%;transform: translate(0,-50%);background-color:#2662A7 }

    .v3 .about_one{display: flex;padding: 80px 0}
    .v3 .about_one .img{width: 380px;height: 280px;overflow: hidden;margin-left: 46px;}
    .v3 .about_one .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v3 .about_one .img img{width: 380px;height: 280px;object-fit: cover}
    .v3 .about_one h1{color: #333333;padding-bottom: 20px;position: relative}
    .v3 .about_one h1::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #2662A7;bottom: 0;left: 0;}
    .v3 .about_one h4{font-size: 18px;color: #333333;margin-top: 16px;}
    .v3 .about_one p{font-size: 16px;color: #999999;line-height: 24px;margin-top: 22px;}
    .v3 .about_one .more{display: flex;align-items: center;margin-top: 14px;}
    .v3 .about_one .more img{margin-left: 8px;width: 42px;}
    .v3 .about_one .more span{font-size: 14px;}
    .v3 .about_one .left{flex: 1;width: 0;}
    .v3_about_title{display: flex;justify-content: space-between;}
    .v3_about_title h1{font-size: 32px;color: #333333;padding-bottom: 20px;position: relative }
    .v3_about_title h1::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #2662A7;bottom: 0;left: 0;}

    .v3 .about_two_bg{background-color: #F6F6F6;padding: 80px 0 180px 0}
    .v3 .about_two{position: relative}
    .v3_about_title .more{display: flex;align-items: center;margin-top: 14px;}
    .v3_about_title .more img{margin-left: 8px;width: 42px;}
    .v3_about_title .more span{font-size: 14px;}
    .v3_about_title .left{flex: 1;width: 0;}
    .v3 .about_two .about_slide{overflow: hidden;margin-top: 40px;}
    .v3 .about_two li{width: 384px;height: 256px;position: relative;overflow: hidden}
    .v3 .about_two li img{width: 384px;height: 256px;object-fit: cover}
    .v3 .about_two li:hover img{transform: scale(1.05);transition: all 0.5s}
    .v3 .about_slide .prev{position: absolute;left: -70px;bottom: 64px;z-index: 2;cursor: pointer}
    .v3 .about_slide .next{position: absolute;right: -70px;bottom: 64px;z-index: 2;cursor: pointer}
    .v3 .about_two li .nr{position: absolute;bottom: 0;height: 100px;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);width: 100%;padding: 12px 32px 0 32px;box-sizing: border-box}
    .v3 .about_two li .nr h2{font-size: 26px;color: #FFFFFF}
    .v3 .about_two li .nr p{font-size: 16px;color: #FFFFFF;margin-top: 12px;}
    .v3 .about_three{padding: 80px 0 120px}
    .v3 .about_three ul{display:grid;grid-template-columns: 31.666% 31.666% 31.666%;justify-content: space-between;margin-top: 48px;}
    .v3 .about_three li .tit{background-color: #F6F6F6;height: 124px;}
    .v3 .about_three li .tit h2{padding: 32px}
    .v3 .about_three li a{width: 83.157%;margin: -29px auto 0 auto;display:flex;height: 56px;background-color: #2662A7;align-items: center;justify-content: space-between;padding: 24px;box-sizing: border-box;color: #FFFFFF;}
    /*v3详情页面 pc*/
    .v3 .n_head{display: flex;justify-content: space-between;align-items: center}
    .v3 .n_head .search{width: 24%;position:relative;margin-left: auto}
    .v3 .n_head .search input{border-radius: 25px;height: 40px;outline:none;padding-left: 40px;border: 1px solid #BBBBBB;width: 100%;box-sizing: border-box}
    .v3 .n_head .search .search_btn{position: absolute;left: 12px;top:8px}
    /*详情页面head end*/
    .v3 .pagev{margin-bottom: 143px}
    .v3 .bodypage_top{height: 144px;background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 50%,#2662A7 50%,#2662A7)}
    .v3 .bodypage_crumbs{height: 64px;background-color: #2662A7;display: flex;align-items: center;padding-left: 20px}
    .v3 .bodypage_crumbs a,.bodypage_crumbs p{color: #FFFFFF}
    .v3 .page_body_main{margin-top: -80px;background-color: #ffffff;}
    .v3 .page_body_main>h2{padding-top:41px;}
    .v3 .page_body_main>span{display: block;margin-top: 20px;color: #999999}
    .v3 .page_body_main_text{padding-top: 60px;display: grid;grid-template-columns:71.333% 24.5%;justify-content: space-between}
    .v3 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #2662A7;padding-bottom: 14px}
    .v3 .page_body_main_r_t i{color: #2662A7;padding-right: 10px}
    .v3 .page_body_main_r_t h2{color: #2662A7;font-size: 16px;font-family: yh_Semibold, serif;}
    .v3 .page_body_main_r_list{margin-top: 18px}
    .v3 .page_body_main_r_list>ul>li>a .nr{height: 102px;display: flex;flex-direction: column;justify-content: space-between;padding: 18px 0 18px 20px;box-sizing: border-box;position: relative;border-left: 1px solid #EEEEEE;}
    .v3 .page_body_main_r_list>ul>li>a .nr span{color: #999999;font-size: 14px}
    .v3 .page_body_main_r_list>ul>li>a .nr p{color: #333333;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v3 .page_body_main_r_list>ul>li>a:hover .nr p{color:#2662A7}
    .v3 .page_body_main_r_list>ul>li>a .nr:before{content: '';position:absolute;display: block;width:5px;height: 5px;border-radius:5px;background-color: #EEEEEE;top: 25px;left: -2.5px }
    .v3 .page_body_main_l p{line-height: 32px;color: #333333;margin: 16px 0}
    .v3 .page_body_main_l img{left: 50%;transform: translate(-50%);position: relative;max-width: 642px;padding: 16px 0}
    .v3 .page_body_main_l .down{height: 78px;background-color: #F6F6F6;display: flex;align-items: center;padding: 0 24px;justify-content: flex-start;margin-bottom: 40px}
    .v3 .page_body_main_l .down a{margin-left: auto}
    .v3 .page_body_main_l .down b{color: #2662A7;padding: 0 10px}
    .v3 .page_body_main_l .down a em{font:normal bold 16px 微软雅黑;color: #2662A7}
    .v3 .page_body_main_l video{width: 100%;height: 487px}


    /*v4基础与外国语学院 pc*/
    .v4 .top_flex{background-color: #A11E23}
    .v4head{display: flex;justify-content:flex-start;height: 100px;align-items: center;}
    .v4head .logo{width: 25.687%}
    .v4head .logo img{max-height: 66px;}
    .v4head .nav{width: 44%;margin-left: 4%}
    .v4head .nav>ul{display: flex;justify-content:space-between}
    .v4head .nav>ul>li{position: relative;box-sizing: border-box}
    .v4head .nav>ul>li>a{padding: 20px;font-family:'pf_regular';color: #FFFFFF}
    .v4head .nav>ul>li.active a{color: #FFFFFF;font-family: 'pf_Medium'}
    .v4head .nav>ul>li:hover a{font-family: 'pf_Medium'}
    .v4head .nav>ul>li.active:after{content: '';width: 40px;display: block;height: 4px;background-color: #A11E23;top: 40px;position:absolute;left: 50%;transform: translate(-50%)}
    .v4 .v4head_right{margin-left: auto}
    .v4 .v4head_right a{color: #FFFFFF}
    .v4 .v2_title{position: relative}
    .v4 .v2_title .h{display: flex;align-items: center}
    .v4 .v2_title .h i{font-size: 20px;font-style: normal;color: #999999;margin-left: 73px}
    .v4 .v2_title h2{font-size: 32px;position: relative}
    .v4 .v2_title h2::after{content: '';display: block;position: absolute;right: -36px;height: 80%;width: 1px;background-color: #999999;top:50%;transform: translate(0,-50%)}
    .v4 .v2_title span{font-size: 36px;color:rgba(0, 0, 0, 0.1);font-weight: bold;position: absolute;top: -40px;z-index: 1;}
    .v4banner_bg{background: linear-gradient(to bottom,#A11E23 0,#A11E23 130px,transparent 130px, transparent 100%)}
    .v4banner{position: relative;width: 91.822%;margin: 0 auto;overflow: hidden;}
    .v4banner .swiper-slide img{width: 100%}
    .v4banner .v1_slide_bottom{margin-left: auto;display: flex;justify-content:space-between;align-items: center;position: absolute;z-index: 2;bottom: 32px;right: 0}
    .v4banner .v1_slide_bottom .prev{padding-right: 23px}
    .v4banner .v1_slide_bottom .jt{width: 5.937%;display: flex;cursor: pointer}
    .v4banner .scrollbar{width:270px;background-color: rgba(250, 250, 250, 0.3);height: 8px;display: flex;margin-left: 43px;margin-right: 82px}
    .v4banner .scrollbar .swiper-scrollbar-drag{background-color:#FFFFFF;width:33%;display: block;height: 8px;border-radius: unset}
    .v4_module_one_bg{padding: 93px 0 67px 0;background: linear-gradient(to bottom,#F5F5F5 0 ,#F5F5F5 403px, transparent 403px, transparent 100%);margin-top: 44px}
    .v4_module_one_list{display: flex;margin-top: 47px}
    .v4_module_one_list_l{width: 65%;position: relative;overflow: hidden;box-sizing: border-box}
    .v4_module_one_list_l .left{width: inherit;}
    .v4_module_one_list_l .left h4{color: #FFFFFF;font-size: 22px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .v4_module_one_list_l .left p{color: #888383;line-height: 26px;margin-top: 24px}
    .v4_module_one_list_l .zoomImage{padding-bottom: 71.153%}
    .v4_module_one_list_l .zoomImage:hover{transform: scale(1.05);transition: all 0.5s}
    .v4_module_one_list_l .bottom{position: absolute;bottom: 0;height: 160px;display: flex;align-items: center;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);padding: 38px 40px 31px 40px;box-sizing: border-box;width: 100%}
    .v4_module_one_list_r .v4_list_div{background-color: #FFFFFF;position: relative}
    .v4_module_one_list_r>ul>li.active{position: relative}
    .v4_module_one_list_r>ul>li.active .v4_list_div_l{background-color: #A11E23;position: relative}
    .v4_module_one_list_r>ul>li.active::before{content: '';display: block;position: absolute;width: 34px;height: 148px;background-color: #A11E23;left: -34px;top: 0}
    .v4_module_one_list_r>ul>li.active .v4_list_div_l h4,
    .v4_module_one_list_r>ul>li.active .v4_list_div_l span {color: #FFFFFF;}
    .v4_module_one_list_r>ul>li.active{box-sizing: border-box;height: 148px;}
    .v4_module_one_list_r>ul>li .v2_list_div .vtime::after{width: 0}
    .v4_module_one_list_r{width: 35%}
    .v4_module_two_bg{background: linear-gradient(to right,#333333 0,#333333 8.333%,#A11E23 8.333%,#A11E23 100%);padding-top: 56px;position: relative;margin-bottom: 41px}
    .v4_module_two_bg2{background: linear-gradient(to right,#FFFFFF 0,#FFFFFF 91.666%,transparent 91.666%,transparent 100%);}
    .v4_module_two_bg3{background: linear-gradient(to right,#FFFFFF 0,#FFFFFF 91.666%,transparent 91.666%,transparent 100%);height: 41px;position: absolute;width: 100%;bottom: -41px}
    .v4_module_two{background-color: #FFFFFF;padding-top: 110px;padding-bottom: 61px}
    .v4_module_two_list{width: 95.75%;margin: 0 auto}
    .v4_module_two_list{display: grid;grid-template-columns: 31.592% 36.618% 31.592%;justify-content: space-between;margin-top: 89px;}
    .v4_module_two_list>li{position: relative}
    .v4_module_two_list>li:nth-of-type(2)::after{content: '';display:block;position: absolute;height: 57px;width: 2px;background-color: #B8B8B8;right:0;top: 27px}
    .v4_module_two_list>li:nth-of-type(2)::before{content: '';display:block;position: absolute;height: 57px;width: 2px;background-color: #B8B8B8;left:0;top: 27px}
    .v4_module_two_list>li:nth-of-type(5)::after{content: '';display:block;position: absolute;height: 57px;width: 2px;background-color: #B8B8B8;right:0;top: 27px}
    .v4_module_two_list>li:nth-of-type(5)::before{content: '';display:block;position: absolute;height: 57px;width: 2px;background-color: #B8B8B8;left:0;top: 27px}
    .v4_module_two_list>li:nth-of-type(n+4){margin-top: 132px}
    .v4_module_two_list>li:nth-of-type(1){padding-right: 50px}
    .v4_module_two_list>li:nth-of-type(4){padding-right: 50px}
    .v4_module_two_list>li:nth-of-type(3){padding-left: 80px}
    .v4_module_two_list>li:nth-of-type(6){padding-left: 80px}
    .v4_module_two_list>li:nth-of-type(2){padding:0 74px}
    .v4_module_two_list>li:nth-of-type(5){padding:0 74px}
    .v4_module_two_list>li:hover .vtime i,
    .v4_module_two_list>li:hover .vtime em,
    .v4_module_two_list>li:hover .nr h4,
    .v4_module_two_list>li:hover .nr p{color: #A11E23}
    .v4_module_three_bg{background-color: #F5F5F5;margin-top: -41px}
    .v4_module_three{padding-top:174px }
    .v4 .v2_title.v4_three h2::after{width: 0}
    .v4_three_list{display: flex;justify-content: space-between;margin-top: 60px}
    .v4_three_list>li{width: 29.875%;background: linear-gradient(to bottom,#FFFFFF 0 ,#FFFFFF 177px, transparent 177px, transparent 100%)}
    .v4_three_list h2{font-size: 26px;line-height: 35px;position: relative;padding:37px 0  17px 40px;}
    .v4_three_list h2::after{content: '';display: block;position: absolute;bottom: 0;width:64px;height: 4px;background-color: #A11E23 }
    .v4_three_list>li .view{width:410px;height: 80px;background-color: #A11E23;display: flex;align-items: center;padding: 0 40px;justify-content: space-between;color: #FFFFFF;box-sizing: border-box;margin:44px auto}
    .v4_three_list>li .view img{width: 42px}





    .v4 .list_module1{margin: 59px auto 120px auto}
    .v4_list_1{width: 76.916%;}
    .v4_list_1>h2{font-size: 32px;color: #333333}
    .v4_list_1>ul li>a{display: flex;margin-top: 56px;min-height: 111px}
    .v4_list_1>ul li .nr{ flex: 1;width: 0;display: flex;flex-direction: column;justify-content: space-between;padding: 7px 0 7px 36px;position: relative}
    .v4_list_1>ul li .nr::after{content: '';display: block;position: absolute;width: 4px;height: 100%;background-color: #ECECEC;left: 0;top: 0}
    .v4_list_1>ul li .nr h2{font-size: 22px;color: #333333;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v4_list_1>ul li .nr:hover h2{color: #A11E23}
    .v4_list_1>ul li .nr p{font-size: 14px;color: #888383;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v4_list_1>ul li .img{width: 178px;height: 111px;overflow: hidden;margin-left: 36px}
    .v4_list_1>ul li .img img{width: 178px;height: 111px;object-fit: cover}
    .v4_list_1>ul li .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v4_list_1.list2 li p{margin-top: 20px;}
    .v4 .list_nav1:hover a{color: #A11E23}
    .v4 .list_nav1.active{background: #A11E23}
    .v4 .list_nav1.active:hover a{color: #FFFFFF}

    .v4_list_2{width: 76.916%;}
    .v4_list_2>h2{font-size: 32px;color: #333333}
    .v4_list_2>ul li>a{display: flex;margin-top: 56px;min-height: 111px}
    .v4_list_2>ul li .nr{ flex: 1;width: 0;display: flex;flex-direction: column;justify-content: space-between;padding: 7px 0 7px 36px;position: relative}
    .v4_list_2>ul li .nr::after{content: '';display: block;position: absolute;width: 4px;height: 100%;background-color: #A11E23;left: 0;top: 0}
    .v4_list_2>ul li .nr h2{font-size: 22px;color: #A11E23;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v4_list_2>ul li .nr:hover h2{color: #A11E23}
    .v4_list_2>ul li .nr p{font-size: 14px;color: #888383;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v4_list_2>ul li .img{width: 178px;height: 111px;overflow: hidden;margin-left: 36px}
    .v4_list_2>ul li .img img{width: 178px;height: 111px;object-fit: cover}
    .v4_list_2>ul li .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v4_list_2.list2 li p{margin-top: 20px;}

    .v4 .v5_n_body2 .nr .right{border-left: 4px solid #A11E23;}
    .v4 .v5_n_list2 li .nr h2::after{background-color: #A11E23;}
    .v4 .v5_n_list3 ul.pic_list li:hover h2,
    .v4 .v5_n_list3 ul.pic_list li:hover p,
    .v4 .v5_n_list3 ul.pic_list li:hover em,
    .v4 .v5_n_list3 ul.pic_list li:hover i{color: #A11E23}



















    /*v5护理学院*/
    .v5_toptit>a{display: flex;align-items: center}
    .v5_toptit>a h2{font-size: 36px;line-height: 48px;color: #333333;padding-right: 36px;border-right: 1px solid #999999}
    .v5_toptit>a span{font-size: 20px;line-height: 27px;color: #999999;display: block;padding-left: 36px}

    /*v5教育教学*/
    .v5_toptit2>a{display: flex;align-items: center}
    .v5_toptit2>a h2{font-size: 36px;line-height: 48px;color: #333333;padding-right: 36px;border-right: 1px solid #999999;position: relative;}
    .v5_toptit2>a h2::after{content:'';display: block;position: absolute;width: 88px;height: 3px;background-color: #651F9C;bottom: -33px;left: 0;}
    .v5_toptit2>a span{font-size: 20px;line-height: 27px;color: #999999;display: block;padding-left: 36px}

    .v5 .v1head .nav{width: 61%}
    .v5 .v1head .logo{width: 20.812%}
    .v5 .v1head .v4head_right{margin-left: auto}
    .v5 .v1head .v4head_right li{font-family:'pf_Medium'}
    .v5 .v1head .nav>ul>li.active a{color: #651F9C}
    .v5 .v1head .nav>ul>li.active:after{background-color:#651F9C}
    .v5 .v1head .nav>ul>li:hover a{color: #651F9C}
    .v5banner{width: 100%;position: relative}
    @media (min-width: 980px) { 
    .v5banner .swiper-slide img{width: 100%}}
    .v5banner .v1_slide_bottom{margin-left: auto;display: flex;justify-content:space-between;align-items: center;position: absolute;z-index: 2;bottom: 32px;right: 0}
    .v5banner .v1_slide_bottom .prev{padding-right: 23px}
    .v5banner .v1_slide_bottom .jt{width: 5.937%;display: flex;cursor: pointer}
    .v5banner .scrollbar{width:270px;background-color: rgba(250, 250, 250, 0.3);height: 8px;display: flex;margin-left: 43px;margin-right: 82px}
    .v5banner .scrollbar .swiper-scrollbar-drag{background-color:#FFFFFF;width:33%;display: block;height: 8px;border-radius: unset}
    .v5_index_one{background-color: #F5F5F5;padding: 64px 0 93px 0}
    .v5_index_one_list{display:grid;grid-template-columns: 27.75% 72.25%;margin-top: 66px}
    .v5_index_one_list_l>ul>li>a{padding: 24px 49px 29px 46px;height: 130px;box-sizing: border-box;background-color: #FFFFFF;width: 100%;display: block}
    .v5_index_one_list_l>ul>li>a span{font-size: 14px;line-height: 19px;color: #999999;font-weight: bold}
    .v5_index_one_list_l>ul>li>a p{font-size: 18px;line-height: 24px;color: #333333;font-weight: bold;margin-top: 10px}
    .v5_index_one_list_l>ul>li>a img{display: none}
    .v5_index_one_list_l>ul>li>a b{display: none}
    .v5_index_one_list_l>ul>li.active>a{background-color: #651F9C}
    .v5_index_one_list_l>ul>li.active>a span,
    .v5_index_one_list_l>ul>li.active>a p{color: #FFFFFF}
    .v5_index_one_list_r{position: relative}
    .v5_index_one_list_r .newimg{overflow: hidden}
    .v5_index_one_list_r .zoomImage{padding-bottom: 67.474%}
    .v5_index_one_list_r .zoomImage:hover{transform: scale(1.05);transition: all 0.5s}
    .v5_index_one_list_r .nr{position: absolute;bottom: 0;padding: 0 39px 24px 39px;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);width: 100%;box-sizing: border-box}
    .v5_index_one_list_r .nr h2{font-size: 22px;line-height: 30px;color: #FFFFFF}
    .v5_index_one_list_r .nr p{font-size: 14px;line-height: 31px;color: #FFFFFF}
    .v5_index_two{position: relative;padding: 106px 0 83px 0}
    .v5_index_two .jt{position: absolute;display: flex;right: 0;top: 106px;}
    .v5_index_two .jt .prev{margin-right: 33px;cursor: pointer}
    .v5_index_two .jt .next{cursor: pointer}
    .v5_index_two_list>ul{display: flex;margin-top: 64px}
    .v5_index_two_list>ul>li{width: 36.437%;flex-shrink: 0;margin-right: 50px;}
    .v5_index_two_list>ul>li .img{overflow: hidden;box-sizing: border-box;width: 100%}
    .v5_index_two_list>ul>li .zoomImage{padding-bottom: 70.325%;}
    .v5_index_two_list>ul>li:hover .zoomImage{transition: all 0.5s;transform: scale(1.05)}
    .v5_index_two_list>ul>li .nr{padding: 30px 0 85px 0;position: relative}
    .v5_index_two_list>ul>li .nr h2{font-size: 26px;line-height: 35px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .v5_index_two_list>ul>li .nr::after{content: '';display: block;position: absolute;bottom: 0;width: 77px;height: 2px;background-color: #651F9C}
    .v5_index_two .left_hidden{width: 10%;background-color: #FFFFFF;position: absolute;top: 217px;left: -10%;display: block;height: 562px;z-index: 3}
    .v5_index_three_bg{background-image: url("../images/v5_index_three_bg.png");background-position: top;background-size:100% 556px;background-repeat: no-repeat}
    .v5_index_three{padding: 106px 0 89px 0}
    .v5_index_three .v5_toptit h2,
    .v5_index_three .v5_toptit span{color: #FFFFFF}
    .v5_index_three .pic_list{margin-top: 72px;}
    .v5_index_three .pic_list>ul>li{float: left;position: relative;overflow: hidden}
    .v5_index_three .pic_list>ul>li:nth-of-type(1){width: 44.25%}
    .v5_index_three .pic_list>ul>li:nth-of-type(1) img{width: 100%;height: 464px}
    .v5_index_three .pic_list>ul>li:nth-of-type(2){width: 27.875%}
    .v5_index_three .pic_list>ul>li:nth-of-type(2)  img{width: 100%;height: 464px}
    .v5_index_three .pic_list>ul>li:nth-of-type(3){width: 27.875%}
    .v5_index_three .pic_list>ul>li:nth-of-type(3)  img{width: 100%;height: 464px}
    .v5_index_three .pic_list>ul>li:nth-of-type(4){width:50%}
    .v5_index_three .pic_list>ul>li:nth-of-type(4)  img{width: 100%;height: 464px}
    .v5_index_three .pic_list>ul>li:nth-of-type(5){width: 50%}
    .v5_index_three .pic_list>ul>li:nth-of-type(5)  img{width: 100%;height: 464px}
    .v5_index_three .pic_list>ul>li .nr{position: absolute;bottom: 0;width: 100%;padding: 27px 30px;background: rgba(0,0,0,0.5);height: 166px;display: block;box-sizing: border-box}
    .v5_index_three .pic_list>ul>li .nr span{font-size: 16px;line-height: 21px;color: #FFFFFF}
    .v5_index_three .pic_list>ul>li .nr h2{font-size: 26px;line-height: 35px;color: #FFFFFF;min-height: 70px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top: 16px;font-weight: normal}
    .v5_index_three .pic_list>ul>li:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_index_three .pic_list::after{content: '';display: block;clear: both}
    .v5_index_four_bg{background-color: #F5F5F5}
    .v5_index_four{padding: 74px 0 107px 0}
    .v5_index_four .pic_list{display: grid;grid-template-columns: 30.5% 30.5% 30.5%;justify-content: space-between;margin-top: 68px;}
    .v5_index_four .pic_list>li{padding-left: 35px;position: relative}
    .v5_index_four .pic_list>li:nth-of-type(n+4){margin-top: 88px}
    .v5_index_four .pic_list>li::before{content: '';display: block;position: absolute;top: 50%;transform:translate(0,-50%);left: -35px;width: 4px;height: 73px;background-color: #651F9C}
    .v5_index_four .pic_list span{font-size: 16px ;line-height: 21px;color: #999999}
    .v5_index_four .pic_list h2{font-size: 26px ;line-height: 35px;color: #333333;margin-top: 16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;min-height: 70px}
    .v5_index_four .pic_list img{width: 66px;margin-top: 28px}
    .v5_index_four .pic_list>li:hover h2,
    .v5_index_four .pic_list>li:hover span{color: #651F9C;}
    .v5_masses_tit{display: flex;align-items: center}
    .v5_masses_tit h1{font-size: 36px;color: #333333;padding-right: 36px;border-right: 1px solid #999999}
    .v5_masses_tit a{font-size: 20px;color: #999999;margin-left: 36px;}
    .v5_masses_one{padding: 60px 0;}
    .v5_masses_one_body{display: flex;margin-top: 60px;}
    .v5_masses_one_body .left{width: 45.125%}
    .v5_masses_one_body .left a{display: flex}
    .v5_masses_one_body .left li:not(:first-of-type){margin-top: 30px;}
    .v5_masses_one_body .left .img{width: 238px;height: 165px;overflow: hidden}
    .v5_masses_one_body .left .img img{width: 100%;height: 165px;object-fit: cover}
    .v5_masses_one_body .left .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_masses_one_body .left .nr{flex: 1;width: 0;margin-left: 30px;padding: 24px 0}
    .v5_masses_one_body .left .nr h2{font-size: 22px;color: #333333;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_masses_one_body .left .nr p{font-size: 14px;color: #999999;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;text-overflow:ellipsis;margin-top: 16px;line-height: 24px}
    .v5_masses_one_body .right{flex: 1;width: 0;margin-left: 50px;margin-top: 59px;}
    .v5_masses_one_body .right ul{width: 100%;}
    .v5_masses_one_body .right .img{overflow: hidden;}
    .v5_masses_one_body .right .img img{height: 514px;width: 100%;object-fit: cover}
    .v5_masses_one_body .right .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_masses_one_body .right .nr{width: 100%;margin-top: 30px;}
    .v5_masses_one_body .right .nr h2{font-size: 22px;color: #333333;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_masses_one_body .right .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: 10px;line-height: 24px}
    .v5_masses_one_slide{position: relative;overflow: hidden;}
    .v5_masses_one_slide .page_ok{position: absolute;top: 472px;z-index: 2;right: 40px;}
    .v5_masses_one_slide .page_ok .swiper-pagination-bullet{width: 13px;height: 13px;margin-right: 13px;}
    .v5_masses_one_slide .page_ok .swiper-pagination-bullet-active{background-color: white}
    .v5_masses_two_bg{padding-top: 60px;position: relative}
    .v5_masses_two_bg::after{content: '';display: block;width: 100%;height: 296px;background-color: #F6F6F6;bottom: 0;position: absolute}
    .v5_masses_two{overflow: hidden;position: relative;}
    .v5_masses_two .jt{position: absolute;top: 0;right: 0;display: flex}
    .v5_masses_two .jt .prev{margin-right: 33px;}
    .v5_masses_two .jt .prev,
    .v5_masses_two .jt .next{cursor:pointer}
    .v5_masses_two ul{display: flex;}
    .v5_masses_two_slide{margin: 0 8px}
    .v5_masses_two ul li{position: relative;margin: 61px 0 86px 0}
    .v5_masses_two ul li .img{width: 100%;height: 321px;overflow: hidden}
    .v5_masses_two ul li .img img{width:100%;height: 321px;object-fit: cover}
    .v5_masses_two ul li .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_masses_two ul li h2{margin-left: 138px;padding-top: 23px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_masses_two ul li .nr{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);width: 100%;padding-bottom: 33px;background-color: white}
    .v5_masses_two ul li p{margin: 24px 37px 0 37px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size: 14px;color: #999999;line-height: 26px}
    .v5_masses_time {position: absolute;top: 275px;width: 110px;height: 100px;background-color: #651F9C;padding: 10px 8px;display: flex;flex-direction: column;justify-content: space-between;align-items: center;left: 8px;box-sizing: border-box}
    .v5_masses_time em{font-style: normal;font-size: 20px;position: relative;color: white}
    .v5_masses_time em::after{content: '';display: block;position: absolute;width:25px;height: 2px;background-color: white;top: 32px;left: 50%;transform: translate(-50%)}
    .v5_masses_time i{font-size: 32px;color: white;font-style: normal;}
    .v5_masses_three ul {display: flex;margin-top: 63px;margin-bottom: 122px;justify-content: center}
    .v5_masses_three ul li:first-of-type{margin-right: 68px;}
    .v5_masses_three li>div{width: 566px;height: 177px;background-color: #F6F6F6;padding: 37px 0 0 40px;box-sizing: border-box}
    .v5_masses_three li>div h2{font-size: 26px;color: #333333;position: relative;padding-bottom: 17px;}
    .v5_masses_three li>div h2::after{content: '';display: block;position: absolute;width: 64px;height: 4px;bottom: 0;background-color: #651F9C}
    .v5_masses_three li a{width: 486px;height: 80px;background-color:#651F9C;display: flex;justify-content: space-between;padding:  0 40px;box-sizing: border-box;align-items: center;margin: -40px auto 0 auto}
    .v5_masses_three li a span{font-size: 16px;color: white}
    .v5_masses_three li a img{width: 36px;}
    .v5_speech{margin-top: 60px;margin-bottom: 40px;}
    .v5_speech>h2{text-align: center;position: relative;padding-bottom: 15px;font-size: 32px;}
    .v5_speech>h2::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #651F9C;bottom: 0;left: 50%;transform: translate(-50%)}
    .v5_speech span{font-size: 18px;color: #333333;display: block;text-align: center;font-weight: bold;margin-top: 27px;}
    .v5_speech p{font-size: 16px;color:#999999;line-height: 21px;width: 70%;margin: 24px auto 0 auto}
    .v5_speech a{text-align: center;display: block;font-size: 16px;color: #999999}
    .v5_about_bg{position: relative;padding-top: 60px;}
    .v5_about_bg::after{content: '';display: block;position: absolute;width: 100%;height: 438px;background-color:#651F9C;top: 0;left: 0;z-index: -1}
    .v5_about_bg.independent{padding-top:unset}
    .v5_about_bg.independent::after{background-color: unset}
    .v5_about>h2{text-align: center;position: relative;padding-bottom: 15px;font-size: 32px;color: white}
    .v5_about>h2::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #FFFFFF;bottom: 0;left: 50%;transform: translate(-50%)}
    .v5_about p{font-size: 16px;color:#FFFFFF;line-height: 21px;width: 75%;margin: 24px auto 0 auto;}
    .v5_about>a{font-size: 16px;color: white;display: block;margin-top: 39px;text-align: center}
    .v5_about .pic_list{display: grid;grid-template-columns: 25% 25% 25% 25%;justify-content: space-between;margin-top: 30px;}
    .v5_about .pic_list .img{overflow: hidden;height: 321px}
    .v5_about .pic_list .img img{width: 100%;height: 321px;object-fit: cover}
    .v5_about .pic_list .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_about .fast_nav{display: grid;grid-template-columns: 30.812% 30.812% 30.812%;justify-content: space-between;margin-top: 129px;margin-bottom: 101px;}
    .v5_about .fast_nav li>div{width:100%;height: 177px;background-color: #F6F6F6;padding: 37px 0 0 40px;box-sizing: border-box}
    .v5_about .fast_nav li>div h2{font-size: 26px;color: #333333;position: relative;padding-bottom: 17px;}
    .v5_about .fast_nav li>div h2::after{content: '';display: block;position: absolute;width: 64px;height: 4px;bottom: 0;background-color: #651F9C}
    .v5_about .fast_nav li a{width:83.77%;height: 80px;background-color:#651F9C;display: flex;justify-content: space-between;padding:  0 40px;box-sizing: border-box;align-items: center;margin: -40px auto 0 auto}
    .v5_about .fast_nav li a span{font-size: 16px;color: white}
    .v5_about .fast_nav li a img{width: 36px;}


    .v5_teaching_bg{background-color: #F7F7F7}
    .v5_teaching{position: relative;padding: 60px 0 83px 0}
    .v5_teaching .jt{position: absolute;display: flex;right: 0;top: 106px;}
    .v5_teaching .jt .prev{margin-right: 33px;cursor: pointer}
    .v5_teaching .jt .next{cursor: pointer}
    .v5_teaching_slide{background-color: #F7F7F7;overflow: hidden}
    .v5_teaching_slide ul{display: flex;margin-top: 106px;}
    .v5_teaching_slide ul .img{height: 381px;overflow: hidden}
    .v5_teaching_slide ul .img img{width: 100%;height: 381px;object-fit: cover}
    .v5_teaching_slide .nr {display: flex}
    .v5_teaching_slide .nr .zw{width: 60px;height: 60px;background-color: #651F9C;display: flex;justify-content:center;align-items: center}
    .v5_teaching_slide .nr .text{flex: 1;width: 0;background-color: #FFFFFF;padding: 41px 28px 20px 28px;box-sizing: border-box;margin-top: -85px;margin-bottom: 85px;position: relative;z-index: 5}
    .v5_teaching_slide .nr .text h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_teaching_slide .nr .text p{font-size: 14px;line-height: 24px;margin-top: 14px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;text-overflow:ellipsis}
    .v5_teaching_slide .nr .text span{font-size: 14px;color: #999999;margin-top: 27px;display: block}
    .v5_teaching_slide .nr .text:hover h2,
    .v5_teaching_slide .nr .text:hover p,
    .v5_teaching_slide .nr .text:hover span{color: #651F9C}
    .v5_teaching_slide .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_about.v5_tech .fast_nav{margin-top: 102px;margin-bottom: 101px;}
    /*v5内页 pc*/
    .v5 .crumbs{height: 68px;width: 100%;background: linear-gradient(-90deg, rgba(0,0,0,0),rgba(0,0,0,0) 50%,#651F9C 50%,#651F9C);margin-top: -34px;position: relative;z-index: 2}
    .list_module1_right.v5 .list_nav1:hover a{color: #651F9C}
    .list_module1_right.v5 .active{background: #651F9C}
    .list_module1_right.v5 .list_nav1.active:hover a{color: #FFFFFF}
    .v5_n_body1{flex: 1;width: 0;margin-right: 50px;}
    .v5_n_body1>h2{font-size: 32px;color: #333333}
    .v5_n_body1>span{font-size: 16px;color: #999999;display: block;margin-top: 10px;}
    .v5_n_body1 .body_text{font-size: 16px;color: #333333;line-height: 32px;margin-top: 40px;}
    .v5_n_body1 .body_text p{font-size: 16px;color: #333333;line-height: 32px}
    .v5_n_body1 .body_text img{max-width: 100%;margin: 10px auto}
    .v5 .bodypage_top{height: 144px;background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 50%,#651F9C 50%,#651F9C)}
    .v5 .bodypage_crumbs{height: 64px;background-color: #651F9C;display: flex;align-items: center;padding-left: 20px}
    .v5 .bodypage_crumbs a,.bodypage_crumbs p{color: #FFFFFF}
    .v5 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #651F9C;padding-bottom: 14px}
    .v5 .page_body_main_r_t i{color: #651F9C;padding-right: 10px}
    .v5 .page_body_main_r_t h2{color: #651F9C;font-size: 16px;font-family: yh_Semibold, serif;}
    .v5 .page_body_main_r_list>ul>li>a:hover .nr p{color:#651F9C}
    .v5 .page_body_main_text{padding-top: 60px;display: grid;grid-template-columns:71.333% 24.5%;justify-content: space-between}
    .v5 .page_body_main{margin-top: -80px;background-color: #ffffff;}
    .v5 .page_body_main>h2{font-size: 32px;color: #333333;padding-top: 41px;}
    .v5 .page_body_main>span{font-size: 16px;color: #999999;margin-top: 21px;display: block}
    .v5 .page_body_main_l{font-size: 16px;line-height: 32px}
    .v5 .page_body_main_l p{font-size: 16px;line-height: 32px}
    .v5 .page_body_main_l img{max-width: 642px;margin: 10px auto}

    .v5_n_list1{flex: 1;width: 0;margin-right: 50px;}
    .v5_n_list1>h2{font-size: 32px;color: #333333}
    .v5_n_list1 ul{display: grid;grid-template-columns: 47% 47%;justify-content: space-between;margin-top: 40px;}
    .v5_n_list1 li .img{height: 292px;overflow: hidden}
    .v5_n_list1 img{width: 100%;height: 292px;object-fit: cover}
    .v5_n_list1 .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_n_list1 .nr{position: relative;background-color: #F6F6F6;height: 96px;padding: 16px 24px;box-sizing:border-box}
    .v5_n_list1 .nr::before{content: '';display: block;height: 80%;top: 50%;transform: translate(0,-50%);left: 0;background-color:#651F9C;width:  4px;position: absolute}
    .v5_n_list1 .nr h2{font-size: 26px;color: #333333}
    .v5_n_list1 .nr p{font-size: 16px;color: #333333;margin-top: 8px;}

    .v5_n_list2{width: 76.916%}
    .v5_n_list2 ul{margin-top: 40px;}
    .v5_n_list2 li>a{display: flex;}
    .v5_n_list2 li:not(:first-of-type){margin-top: 69px;}
    .v5_n_list2 li .img{width: 238px;height: 314px;overflow: hidden;}
    .v5_n_list2 li .img img{width: 238px;height: 314px;object-fit: cover}
    .v5_n_list2 li .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_n_list2 li .nr{flex: 1;width: 0;margin-left: 36px;}
    .v5_n_list2 li .nr h2{font-size: 32px;color: #333333;padding-bottom: 16px;position: relative}
    .v5_n_list2 li .nr h2::after{content: '';display: block;width: 128px;height: 4px;background-color: #651F9C;position: absolute;left: 0;bottom: 0;}
    .v5_n_list2 li .nr span{display:block;margin-top: 27px;font-size: 16px;color: #333333;font-weight: bold}
    .v5_n_list2 li .nr p{margin-top: 20px;font-size: 16px;color: #666666;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;text-overflow:ellipsis;line-height: 32px}


    .v5_n_list3{width: 76.916%}
    .v5_n_list3 ul.pic_list{margin-top: 40px;}
    .v5_n_list3 ul.pic_list li:not(:first-of-type){margin-top: 59px;}
    .v5_n_list3 ul.pic_list li a{display: flex}
    .v5_n_list3 ul.pic_list .img{width: 178px;height: 111px;overflow: hidden}
    .v5_n_list3 ul.pic_list .img img{width: 178px;height: 111px;object-fit: cover}
    .v5_n_list3 ul.pic_list .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_n_list3 ul.pic_list .v3time{width: 94px;display: flex;flex-direction: column;align-items: center;}
    .v5_n_list3 ul.pic_list .v3time em{font-style: normal;font-size: 24px;color: #999999;font-weight: bold;line-height: 46px}
    .v5_n_list3 ul.pic_list .v3time i{font-style: normal;font-size: 14px;color: #999999}
    .v5_n_list3 ul.pic_list .nr{flex: 1;width: 0;margin: 7px 0;display: flex;flex-direction: column;justify-content: space-between}
    .v5_n_list3 ul.pic_list .nr h2{font-size:20px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_n_list3 ul.pic_list .nr p{font-size: 14px;line-height: 31px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v5_n_list3 ul.pic_list li:hover h2,
    .v5_n_list3 ul.pic_list li:hover p,
    .v5_n_list3 ul.pic_list li:hover em,
    .v5_n_list3 ul.pic_list li:hover i{color: #651F9C}


    .v5_n_list2_slide{position: relative;overflow: hidden;margin-top: 40px;}
    .v5_n_list2_slide li{position: relative}
    .v5_n_list2_slide .img{overflow: hidden;height: 430px;}
    .v5_n_list2_slide img{width: 100%;height: 430px;object-fit: cover}
    .v5_n_list2_slide .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_n_list2_slide .nr{position: absolute;bottom: 0;background-color: rgba(0, 0, 0, 0.5);width: 100%;height: 56px}
    .v5_n_list2_slide h3{font-size: 20px;color: #FFFFFF;line-height: 56px;margin-left: 21px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 75%}
    .v5_n_list2_slide .page_slide{width:152px;background-color: rgba(250, 250, 250, 0.3);height: 8px;position: absolute;bottom: 24px;right: 17px;z-index: 2}
    .v5_n_list2_slide .page_slide .swiper-scrollbar-drag{background-color:#FAFAFA;width:33%;display: block;height: 8px;border-radius: unset}


    .v5_n_list4{width: 76.916%}
    .v5_n_list4 ul.pic_list{margin-top: 40px;}
    .v5_n_list4 ul.pic_list li:not(:first-of-type){margin-top: 59px;}
    .v5_n_list4 ul.pic_list li a{display: flex}
    .v5_n_list4 ul.pic_list .img{width: 178px;height: 111px;overflow: hidden}
    .v5_n_list4 ul.pic_list .img img{width: 178px;height: 111px;object-fit: cover}
    .v5_n_list4 ul.pic_list .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_n_list4 ul.pic_list .v3time{width: 94px;display: flex;flex-direction: column;align-items: center;}
    .v5_n_list4 ul.pic_list .v3time em{font-style: normal;font-size: 24px;color: #999999;font-weight: bold;line-height: 46px}
    .v5_n_list4 ul.pic_list .v3time i{font-style: normal;font-size: 14px;color: #999999}
    .v5_n_list4 ul.pic_list .nr{flex: 1;width: 0;margin: 7px 0;display: flex;flex-direction: column;justify-content: space-between}
    .v5_n_list4 ul.pic_list .nr h2{font-size:20px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_n_list4 ul.pic_list .nr p{font-size: 14px;line-height: 31px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v5_n_list4 ul.pic_list li:hover h2,
    .v5_n_list4 ul.pic_list li:hover p,
    .v5_n_list4 ul.pic_list li:hover em,
    .v5_n_list4 ul.pic_list li:hover i{color: #651F9C}
    .v5_n_list4 li:nth-of-type(n+4) .img{display: none}
    .v5_n_list4 li:nth-of-type(n+4) .nr{margin-left: 32px;}
    .v5_n_list4 li:nth-of-type(n+4) .nr h2{padding-bottom: 27px;position: relative}
    .v5_n_list4 li:nth-of-type(n+4) .nr h2::after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #DFDBDB;bottom: 0;left: 0;}
    .v5_n_list4 li a{display: flex}


    .v5_n_list5{width: 76.916%}
    .v5_n_list5 .l_time{display: flex;flex-direction: column;align-items: center;}
    .v5_n_list5 .l_time i{font-style: normal;font-size: 34px;color: #999999;font-weight: bold}
    .v5_n_list5 .l_time em{font-style: normal;font-size: 14px;color: #999999;font-weight: bold}
    .v5_n_list5 .t1_list>a:hover .l_time i,.t2_list>a:hover .l_time i{color: #651F9C;}
    .v5_n_list5 .t1_list>a:hover .l_time em,.t2_list>a:hover .l_time em{color: #651F9C;}
    .v5_n_list5 .t1_list>a:hover .tit h2,.t2_list>a:hover h2,.t2_list>a:hover p{color: #651F9C;}
    .v5_n_list5 .t1_list>a:hover .tit:after{background-color: #651F9C;}
    .v5_n_list5 .t1_list>a{display: flex;justify-content: space-between;align-items: center;height: 118px}
    .v5_n_list5 .t1_list .tit{width: 85.51%;position: relative;}
    .v5_n_list5 .t1_list .tit h2{font-size: 22px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
    .v5_n_list5 .t1_list .tit:after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #DFDBDB;left: 0;top: 36px}
    .v5_n_body2{flex: 1;width: 0;margin-right: 50px;}
    .v5_n_body2 .img img{width: 100%;height: 525px;object-fit: cover}
    .v5_n_body2 .nr{display: flex;margin-top: 30px;}
    .v5_n_body2 .nr .left{width: 222px;padding-left: 50px;}
    .v5_n_body2 .nr .left h2{font-size: 32px;color: #333333}
    .v5_n_body2 .nr .left p{font-size: 24px;color: #333333;margin-top: 20px;}
    .v5_n_body2 .nr .right{flex: 1;width: 0;padding-left: 32px;border-left: 4px solid #651F9C;}
    .v5_n_body2 .nr .right p{font-size: 16px;color: #333333;line-height: 32px;}


    /*v6传媒学院 pc*/
    .v6 .v1head .logo{width: 25.312%}
    .v6  .v1head .nav{margin-left: 16.437%}
    .v6 .v1head .v4head_right{margin-left: auto}
    .v6 .v1head .v4head_right li{font-family:'pf_Medium'}
    /*.v6 .v1head .v4head_right a:hover{color: #A11E23}*/

    .v6banner_bg{background-color: #A11E23;position: relative}
    .v6banner{width: 95.312%;position: relative;padding-top: 103px;overflow: hidden;--swiper-theme-color: #ffffff;--swiper-pagination-color: #ffffff;}
    .v6banner .swiper-pagination-bullet{width: 16px;height: 16px;margin-left: 8px;background:#fff}
    .v6banner_bg .jt{position: absolute;top: 37px;left:87.135%;display: flex}
    .v6banner_bg .jt .prev{margin-right: 23px}
    .v6banner_bg .jt .prev,
    .v6banner_bg .jt .next{cursor: pointer}
    .v6banner_bg .v6_banner_page{position: absolute;right:70px;bottom: 40px;z-index: 2;}

    .v6tit{display: flex;justify-content: center;flex-direction: column;align-items: center}
    .v6tit b{font-size: 36px;line-height: 48px;color:rgba(0, 0, 0, 0.1);font-weight: bold;display: block}
    .v6tit h2{font-size: 32px;line-height: 43px;font-weight: bold;padding: 14px 0 20px 0}
    .v6tit a{display: flex}
    .v6tit a img{padding-left: 8px}

    .v6_index_one{padding: 38px 0 98px 0;overflow: hidden}
    .v6_index_one .big_pic{display: flex}
    .v6_index_one .top{position: relative;margin-top: 60px}
    .v6_index_one .top img{width: 100%;height: 640px;object-fit: cover}
    .v6_index_one .top .nr{position: absolute;top:64px;left: 0;width: 54.5%;background-color: #A11E23}
    .v6_index_one .top .nr{display: grid;grid-template-columns: 14.3% 85.7%;padding: 41px 33px 28px 33px}
    .v6_index_one .top .nr .left{display: flex;flex-direction: column;align-items: center;position: relative}
    .v6_index_one .top .nr .left em{font-size: 34px;line-height: 46px;font-style: normal;font-weight: bold;color: #FFFFFF}
    .v6_index_one .top .nr .left i{font-size: 14px;line-height: 19px;font-style: normal;font-weight: bold;color: #FFFFFF}
    .v6_index_one .top .nr .right{padding-left: 40px}
    .v6_index_one .top .nr .right h2{color:#FFFFFF;font-size: 20px;line-height: 27px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .v6_index_one .top .nr .right p{color:#FFFFFF;font-size: 14px;line-height: 26px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top: 12px}
    .v6_index_one .top .nr .left::after{content: '';display: block;position: absolute;width: 2px;height: 56px;top:50%;transform: translate(0,-50%);background-color: #FFFFFF;right: 0}
    .v6_index_one .litte_pic{display: flex;justify-content: space-between;height: 210px}
    .v6_index_one .list{width: 85.5%;overflow: hidden;position: relative;bottom: 50px}
    .v6_index_one .list ul{display: flex;align-items: flex-end;}
    .v6_index_one .list li{width: 19.590%;flex-shrink: 0;}
    .v6_index_one .list li img{width: 100%;height: 180px;object-fit: cover;cursor: pointer}
    .v6_index_one .list li.swiper-slide-thumb-active img{width: 100%;height:204px;object-fit: cover;transition: all 0.5s}
    .v6_index_one .prev,
    .v6_index_one .next{margin-top: 42px;cursor: pointer}
    .v6_index_one .list li.swiper-slide-thumb-active{width: 22.222%;height:204px;}
    .v6_index_two_bg{background-color: #F6F6F6}
    .v6_index_two{padding: 68px 0 120px}
    .v6_index_two ul{display: grid;grid-template-columns: 28.875% 28.875% 28.875%;justify-content: space-between;margin-top: 60px}
    .v6_index_two ul li:nth-of-type(n+4){margin-top: 48px}
    .v6_index_two .list{position: relative;padding-bottom: 20px}
    .v6_index_two .list span{font-size: 14px;line-height: 19px;color: #999999}
    .v6_index_two .list h2{font-size: 22px;line-height: 30px;color: #333333;margin-top: 6px}
    .v6_index_two .list::after{content: '';display: block;width: 88px;height: 2px;position: absolute;bottom: 0;left: 0;background-color: #DDDDDD}
    .v6_index_two .list:hover span,
    .v6_index_two .list:hover h2{color: #A11E23}
    .v6_index_two .list:hover::after{background-color:#A11E23 }
    .v6_index_three{padding: 46px 0 239px 0}
    .v6_index_three .body{position: relative;margin-top: 80px}
    .v6_index_three .left{width: 903px;height: 673px;background-color: #F6F6F6;padding: 140px 0 0 60px;box-sizing: border-box}
    .v6_index_three .left .nr{width: 280px}
    .v6_index_three .left .nr h2{font-size: 32px;line-height: 45px;color: #A11E23;padding-bottom: 11px;position: relative}
    .v6_index_three .left .nr p{font-size: 16px;line-height: 32px;color: #666666;margin-top: 50px}
    .v6_index_three .left .nr h2::after{content: '';display: block;position: absolute;bottom: 0;width: 53px;height: 2px;background-color: #A11E23}
    .v6_index_three .right{width: 1200px;height: 675px;position: absolute;top: 56px;right: 0;}
    .v6_index_three .right video{width:100%;height: 675px;position: relative;z-index: 2}
    .v6_index_three .bottom{width: 903px;height: 81px;display: block;background-color: #A11E23;position: absolute;bottom: -81px;left: 66px;z-index: 1}
    .v6 .list_module1{margin: 59px auto 120px auto}
    .v6 .list_nav1:hover a{color: #A11E23}
    .v6 .list_nav1.active{background: #A11E23}
    .v6 .list_nav1.active:hover a{color: #FFFFFF}
    .v6 .v5_n_list2 li .nr h2::after{background-color: #A11E23}

    /*v7信息学院*/
    .v7 .v1head .nav{width: 51%}
    .v7 .v1head .logo{width: 25.687%}
    .v7 .v4head_right{margin-left: auto}
    .v7 .v4head_right>ul{display: flex;}
    .v7 .v4head_right>ul>li:first-of-type{display: flex;margin-right: 37px;position: relative}
    .v7 .v4head_right>ul>li:first-of-type::after{content: '';display: block;position: absolute;top: 0;height: 100%;width:1px;background-color: #979797;right: -18px}
    .v7 .v4head_right>ul>li a{font-family: 'pf_Medium' }
    .v7banner_bg{background-color: #A11E23;position: relative}
    .v7banner{width: 95.312%;position: relative;padding-bottom: 103px;overflow: hidden;--swiper-theme-color: #ffffff;--swiper-pagination-color: #ffffff;}
    .v7banner .swiper-pagination-bullet{width: 16px;height: 16px;margin-left: 8px;background:#fff}

    .v7banner .v1_slide_bottom{margin-left: auto;display: flex;justify-content:space-between;align-items: center;position: absolute;z-index: 2;bottom: 32px;right: 0}
    .v7banner .v1_slide_bottom .prev{padding-right: 23px}
    .v7banner .v1_slide_bottom .jt{width: 5.937%;display: flex;cursor: pointer}
    .v7banner .scrollbar{width:270px;background-color: rgba(250, 250, 250, 0.3);height: 8px;display: flex;margin-left: 43px;margin-right: 82px}
    .v7banner .scrollbar .swiper-scrollbar-drag{background-color:#FFFFFF;width:33%;display: block;height: 8px;border-radius: unset}
    .v7tit{display: flex;justify-content: space-between;position: relative;align-items: center}
    .v7tit span{color: rgba(0, 0, 0, 0.1);font-size: 36px;font-weight: bold;line-height: 48px;position: absolute;display: block;left: 6px;top: -57px}
    .v7tit h2{font-size: 32px;line-height: 43px}
    .v7tit a{font-size: 18px;line-height: 24px;color: #A11E23;font-weight: bold}

    .v7_index_one_bg{background-image: url("../images/v7_index_one_bg.png");background-repeat: no-repeat;}
    .v7_index_one{padding:96px 0 108px 0;position: relative}
    .v7_index_one .body{width: 66.125%;margin-left: auto;background-color: #FFFFFF;margin-top: 53px;padding: 64px 64px 0 173px;box-sizing: border-box}
    .v7_index_one .body .list{display: grid;grid-template-columns: 11% 89%;box-sizing: border-box;}
    .v7_index_one .body li:not(:first-of-type){padding-top: 49px}
    .v7_index_one .body .list .l{display: flex;flex-direction:column;align-items: center;margin-right: 21px }
    .v7_index_one .body .list .l i,
    .v7_index_one .body .list .l em
    {font-style: normal;color: #888383;font-weight: bold}
    .v7_index_one .body .list .l i{font-size: 34px;line-height: 46px}
    .v7_index_one .body .list .l em{font-size: 14px;line-height: 19px}
    .v7_index_one .body .list .r h2{font-size: 20px;line-height: 27px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .v7_index_one .body .list .r p{font-size: 14px;line-height: 31px;margin-top: 16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;}
    .v7_index_one .img{position: absolute;left: 0;top: 250px;box-sizing: border-box;overflow: hidden;width: 663px;height: 392px;cursor: pointer}
    .v7_index_one .img:hover img{transition: all 0.5s;transform: scale(1.02)}
    .v7_index_one .img img{width: 100%;height: 392px;object-fit: cover}
    .v7_index_one .body li a:hover .l i,
    .v7_index_one .body li a:hover .l em,
    .v7_index_one .body li a:hover h2,
    .v7_index_one .body li a:hover p{color: #A11E23}

    .v7_index_two_bg{background-image:url("../images/v7_index_two_bg.png");background-repeat: no-repeat}
    .v7_index_two{padding: 99px 0 80px 0;position: relative}
    .v7_index_two>ul{display: flex;width: 100%;margin-top: 113px;position: relative;z-index: 2}
    .v7_index_two>ul>li{width: 516px;position: relative;box-sizing: border-box;background-color: #FFFFFF;flex-shrink:0;}
    .v7_index_two>ul>li:not(:first-of-type){margin-left: 26px}
    .v7_index_two>ul>li .zoomImage{padding-bottom: 62.209%}
    .v7_index_two>ul>li .img{overflow: hidden;box-sizing: border-box;}
    .v7_index_two>ul>li:hover .zoomImage{transform: scale(1.05);transition: all 0.5s}
    .v7_index_two>ul>li .time{position: absolute;top: 275px;left: 10px}
    .v7_index_two>ul>li h2{font-size: 20px;color: #333333;padding:0 0 24px 101px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 27px;}
    .v7_index_two>ul>li .nr{padding: 23px 31px 33px 37px;box-sizing: border-box}
    .v7_index_two .left_bg{width: 268px;height: 316px;background-color: #A11E23;position: absolute;left: -31px;top:221px;z-index: 1}
    .v7_index_two .right_bg{width: 428px;height: 504px;background-color: #A11E23;position: absolute;right: -71px;top:182px;z-index: 1}
    .v7_index_three_bg{background: url("../images/v7_index_three_bg.png")}
    .v7_index_three{padding: 113px 0 111px 0}

    .v7_index_four_bg{background: url("../images/v7_index_four_bg.png")}
    .v7_index_four{padding: 123px 0 132px 0}
    .v7_index_four ul{display: flex;justify-content: space-between;margin-top: 87px}
    .v7_index_four ul li{width: 30.5%;padding: 33px 55px 40px 42px;background-color: #FFFFFF;box-sizing: border-box}
    .v7_index_four .list{display: flex;}
    .v7_index_four .list .l{display: flex;flex-direction:column;align-items: center;width: 56px;margin-right: 37px}
    .v7_index_four .list .l i,
    .v7_index_four .list .l em {font-style: normal;color: #888383;font-weight: bold}
    .v7_index_four .list .l i{font-size: 34px;line-height: 46px}
    .v7_index_four .list .l em{font-size: 14px;line-height: 19px}
    .v7_index_four .list .r h2{font-size: 22px;line-height: 36px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;padding-bottom: 24px}
    .v7_index_four .list .r h2::after{content: '';display:block;position: absolute;bottom: 0;width: 128px;height: 2px;background-color: #DFDBDB;}
    .v7_index_four ul li:hover{background-color: #A11E23}
    .v7_index_four ul li:hover .list .l i,
    .v7_index_four ul li:hover .list .l em,
    .v7_index_four ul li:hover .list .r h2 {color: #FFFFFF}
    .v7_index_four ul li:hover .r h2::after{background-color: #FFFFFF}

    .v7_index_five_bg{background: url("../images/v7_index_five_bg.png")}
    .v7_index_five{display: grid;justify-content: space-between;grid-template-columns: 29.312% 29.312% 29.312%;padding: 156px 0}
    .v7_index_five .v3ico{height: 230px;background:rgba(255, 255, 255, 0.2);display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer}
    .v7_index_five .v3ico img{max-width: 68px;max-height: 68px}
    .v7_index_five .v3ico p{margin-top: 30px;font-size: 22px;font-weight: bold;color: #FFFFFF}
    .v7_index_five .v3ico.active{background-color: #FFFFFF}
    .v7_index_five .v3ico.active p{color:#A11E23}
    /*详情页面video*/
    .v7 .n_head{display: flex;justify-content: space-between;height: 100px;align-items: center}
    .v7 .v4head_right{margin-left: auto}
    .v7 .v4head_right>ul{display: flex;}
    .v7 .v4head_right>ul>li:first-of-type{display: flex;margin-right: 37px;position: relative}
    .v7 .v4head_right>ul>li:first-of-type::after{content: '';display: block;position: absolute;top: 0;height: 100%;width:1px;background-color: #979797;right: -18px}
    .v7 .v4head_right>ul>li a{font-family: 'pf_Medium' }
    .v7 .n_head .search{width: 10%;position:relative;margin-left: auto}
    .v7 .n_head .search input{border-radius: 25px;height: 40px;outline:none;padding-left: 40px;border: 1px solid #BBBBBB;width: 100%;box-sizing: border-box}
    .v7 .n_head .search .search_btn{position: absolute;left: 5px;top:8px;border: none;background-color: unset;cursor: pointer}
    /*详情页面head end*/
    .v7 .pagev{margin-bottom: 143px}
    .v7 .bodypage_top{height: 144px;background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 50%,#A11E23 50%,#A11E23)}
    .v7 .bodypage_crumbs{height: 64px;background-color: #A11E23;display: flex;align-items: center;padding-left: 20px}
    .v7 .bodypage_crumbs a,.bodypage_crumbs p{color: #FFFFFF}
    .v7 .page_body_main{margin-top: -80px;background-color: #ffffff;}
    .v7 .page_body_main>h2{padding-top:41px;}
    .v7 .page_body_main>span{display: block;margin-top: 20px;color: #999999}
    .v7 .page_body_main_text{padding-top: 60px;display: grid;grid-template-columns:71.333% 24.5%;justify-content: space-between}
    .v7 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #A11E23;padding-bottom: 14px}
    .v7 .page_body_main_r_t i{color: #A11E23;padding-right: 10px}
    .v7 .page_body_main_r_t h2{color: #A11E23;font-size: 16px;font-family: yh_Semibold, serif;}
    .v7 .page_body_main_r_list{margin-top: 18px}
    .v7 .page_body_main_r_list>ul>li>a .nr{height: 102px;display: flex;flex-direction: column;justify-content: space-between;padding: 18px 0 18px 20px;box-sizing: border-box;position: relative;border-left: 1px solid #EEEEEE;}
    .v7 .page_body_main_r_list>ul>li>a .nr span{color: #999999;font-size: 14px}
    .v7 .page_body_main_r_list>ul>li>a .nr p{color: #333333;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v7 .page_body_main_r_list>ul>li>a:hover .nr p{color:#A11E23}
    .v7 .page_body_main_r_list>ul>li>a .nr:before{content: '';position:absolute;display: block;width:5px;height: 5px;border-radius:5px;background-color: #EEEEEE;top: 25px;left: -2.5px }
    .v7 .page_body_main_l p{line-height: 32px;color: #333333;margin: 16px 0}
    .v7 .page_body_main_l img{left: 50%;transform: translate(-50%);position: relative;max-width: 642px;padding: 16px 0}
    .v7 .page_body_main_l .down{height: 78px;background-color: #F6F6F6;display: flex;align-items: center;padding: 0 24px;justify-content: flex-start;margin-bottom: 40px}
    .v7 .page_body_main_l .down a{margin-left: auto}
    .v7 .page_body_main_l .down b{color: #A11E23;padding: 0 10px}
    .v7 .page_body_main_l .down a em{font:normal bold 16px 微软雅黑;color: #A11E23}
    .v7 .page_body_main_l video{width: 100%;height: 487px}

    /*详情页面head end*/
    .v7 .v5_n_list3 ul.pic_list li:hover h2,
    .v7 .v5_n_list3 ul.pic_list li:hover p,
    .v7 .v5_n_list3 ul.pic_list li:hover em,
    .v7 .v5_n_list3 ul.pic_list li:hover i{color: #A11E23}

    .v7 .v5_n_list4 ul.pic_list li:hover h2,
    .v7 .v5_n_list4 ul.pic_list li:hover p,
    .v7 .v5_n_list4 ul.pic_list li:hover em,
    .v7 .v5_n_list4 ul.pic_list li:hover i{color: #A11E23}
    .v7 .v5_n_list4 li:nth-of-type(n+4) .img{display: none}
    .v7 .v5_n_list4 li:nth-of-type(n+4) .nr{margin-left: 32px;}
    .v7 .v5_n_list4 li:nth-of-type(n+4) .nr h2{padding-bottom: 27px;position: relative}
    .v7 .v5_n_list4 li:nth-of-type(n+4) .nr h2::after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #DFDBDB;bottom: 0;left: 0;}

    .v7 .v5_n_list4.none li:nth-of-type(n+4) .img{display: block}
    .v7 .v5_n_list4.none li:nth-of-type(n+4) .nr{margin-left: unset;}
    .v7 .v5_n_list4.none li:nth-of-type(n+4) .nr h2{padding-bottom:unset;position: relative}
    .v7 .v5_n_list4.none li:nth-of-type(n+4) .nr h2::after{content: '';position: absolute;display: block;width: 128px;height: 0;background-color: #DFDBDB;bottom: 0;left: 0;}

    .v7 .v5_n_list2 li .nr h2::after{content: '';display: block;width: 128px;height: 4px;background-color: #A11E23;position: absolute;left: 0;bottom: 0;}
    .v7 .v5_n_list1 .nr::before{content: '';display: block;height: 80%;top: 50%;transform: translate(0,-50%);left: 0;background-color:#A11E23;width:  4px;position: absolute}
    .v7 .v5_n_body2 .nr .right{flex: 1;width: 0;padding-left: 32px;border-left: 4px solid #A11E23;}

    .v7_n_list1{width: 76.916%}
    .v7_n_list1 ul.pic_list{margin-top: 40px;}
    .v7_n_list1 ul.pic_list li:not(:first-of-type){margin-top: 59px;}
    .v7_n_list1 ul.pic_list li a{display: flex}
    .v7_n_list1 ul.pic_list .img{width: 178px;height: 111px;overflow: hidden}
    .v7_n_list1 ul.pic_list .img img{width: 178px;height: 111px;object-fit: cover}
    .v7_n_list1 ul.pic_list .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v7_n_list1 ul.pic_list .v3time{width: 94px;display: flex;flex-direction: column;align-items: center;}
    .v7_n_list1 ul.pic_list .v3time em{font-style: normal;font-size: 24px;color: #999999;font-weight: bold;line-height: 46px}
    .v7_n_list1 ul.pic_list .v3time i{font-style: normal;font-size: 14px;color: #999999}
    .v7_n_list1 ul.pic_list .nr{flex: 1;width: 0;margin: 7px 0;display: flex;flex-direction: column;justify-content: space-between}
    .v7_n_list1 ul.pic_list .nr h2{font-size:20px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v7_n_list1 ul.pic_list .nr p{font-size: 14px;line-height: 31px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v7_n_list1 ul.pic_list li:hover h2,
    .v7_n_list1 ul.pic_list li:hover p,
    .v7_n_list1 ul.pic_list li:hover em,
    .v7_n_list1 ul.pic_list li:hover i{color: #A11E23}
    .v7_n_list1 li .img{display: none}
    .v7_n_list1 li .nr{margin-left: 32px;}
    .v7_n_list1 li .nr h2{padding-bottom: 27px;position: relative}
    .v7_n_list1 li .nr h2::after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #DFDBDB;bottom: 0;left: 0;}
    .v7_n_list1 li a{display: flex}


    /*v11马克思 pc*/
    .v11 .logo{width: 25.563%;}
    .v11 .logo a{display: flex;align-items: center}
    .v11 .logo a p{font-size: 26px;color: #a11e23;font-weight: bold;margin-left: 7px;white-space: nowrap}
    .v11 .s4head_right{margin-left: auto;}
    .v11 .v1head .nav{margin-left: 109px;}

    .v11 .v1banner .scrollbar{width:270px;background-color: rgba(250, 250, 250, 0.3);height: 8px;display: flex;margin-left: 43px;margin-right: 82px}
    .v11 .v1banner .scrollbar .swiper-scrollbar-drag{background-color:#FFFFFF;width:33%;display: block;height: 8px;border-radius: unset}
    .v11 .v1_slide_bottom{text-align: center;right: unset;width: 100%;justify-content: center}
    .v11 .v1_slide_bottom .prev{position: absolute;bottom: -12px;left: 0;}
    .v11 .v1_slide_bottom .next{position: absolute;right: 0;bottom: -12px;}

    .v11 .v2_module_one_list_l{margin-top: unset;display: flex}
    .v11 .v2_module_one_list_l .zoomImage{padding-bottom: 61.6%;}
    .v11 .v2_module_one_list{margin-top: 80px;}
    .v11 .v5_index_two .prev{background-image: url("../images/v11jt3.png");width: 37px;height: 37px;}
    .v11 .v5_index_two .next{background-image: url("../images/v11jt4.png");width: 37px;height: 37px;}
    .v11 .v5_index_two .prev.swiper-button-disabled{background-image: url("../images/v11jt1.png");}
    .v11 .v5_index_two .next.swiper-button-disabled{background-image: url("../images/v11jt2.png");}
    .v11 .v5_index_two_list>ul>li .nr::after{background-color: #a11e23;}
    .v11_index1_bg{background-color: #F5F5F5;padding: 75px 0 100px 0}
    .v11_index1 ul{display: grid;grid-template-columns: 30.5% 30.5% 30.5%;justify-content: space-between;margin-top: 60px;}

    .v11_index1 ul li span{font-size: 14px;color: #999999;}
    .v11_index1 ul li h2{font-size: 22px;color: #333333;margin-top: 10px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v11_index1 ul li{padding-bottom: 20px;position: relative}
    .v11_index1 ul li::after{content: '';display: block;width: 88px;height: 2px;background-color: #DDDDDD;position: absolute;left: 0;bottom: 0;}
    .v11_index1 ul li:hover *{color: #A11E23}
    .v11_index1 ul li:hover::after{background-color: #a11e23;}
    .v11 .vfoot .foot_r_bd_l ul li a:hover,.v11 .vfoot .foot_bottm>ul>li a:hover,.v11 .v5_toptit>a span:hover,
    .v12 .vfoot .foot_r_bd_l ul li a:hover,.v12 .vfoot .foot_bottm>ul>li a:hover,.v12 .v5_toptit>a span:hover
    {color: #A11E23}
    .v11 .v1head .s4head_right>ul>li:first-of-type{border-right:unset;font-family: pf_Medium}


    .v12 .logo{padding: 17px 0}
    .v12 .search input{border: unset}
    .v12 .v3head .search{width: 178px;}
    .v12 .nav_bg{background-color: #A11E23}
    .v12 .nav_bg .nav{width: 83.333%;margin: 0 auto}
    .v12 .nav_bg .nav ul{display: flex;align-items: center;height: 66px;}
    .v12 .nav_bg .nav ul li{padding: 0 33px;line-height: 66px}
    .v12 .nav_bg .nav ul li a{position: relative;display: flex;}
    .v12 .nav_bg .nav ul li.active a::after,.v12 .nav_bg .nav ul li:hover a::after{content: '';display: block;position: absolute;width: 100%;height: 4px;background-color: #ffffff;left: 0;bottom: 0;}
    .v12 .nav_bg .nav ul li a{color: #FFFFFF}
    .v12 .v3banner_bg{background: linear-gradient(to bottom,#A11E23 0, #A11E23 376px , #FFFFFF 376px ,#FFFFFF 100%);padding-bottom: unset;}
    .v12 .v3banner{width:91.875%;margin: 0 auto;padding-top: 16px;}
    .v12 .v12_tit p{font-size: 36px;color: #000000;opacity: .1;font-weight: bold;text-transform: uppercase}
    .v12 .v12_tit .tit{display: flex;margin-top: 16px;align-items: center}
    .v12 .v12_tit .tit h2{font-size: 36px;color: #333333;padding-right: 32px;position: relative;line-height: 1;}
    .v12 .v12_tit .tit h2::after{content: '';display: block;position:absolute;width: 1px;height: 80%;top: 50%;transform: translate(0,-50%);background-color: #999999;right: 0;}
    .v12 .v12_tit .tit a{font-size: 20px;color: #999999;display: block;margin-left: 32px;}
    .v12 .v12_tit .tit a:hover{color: #A11E23}
    .v12_index1_bg{background-image:url("../images/v12_index1_bg.png");background-position: bottom;background-repeat: no-repeat;padding: 80px 0 160px 0}
    .v12_index1 ul{margin-top: 60px;display: flex;justify-content: space-between}
    .v12_index1 ul li{width:768px;height: 434px;position: relative}
    .v12_index1 ul li .img{overflow: hidden}
    .v12_index1 ul li .img img{width:768px;height: 434px;object-fit: cover}
    .v12_index1 ul li .nr{position: absolute;width: 100%;height: 116px;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.6);display: flex;flex-direction: column;padding: 22px 40px ;box-sizing: border-box}
    .v12_index1 ul li .nr span{font-size: 16px;color: #ffffff;}
    .v12_index1 ul li .nr p{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 26px;color: #ffffff;margin-top: 5px;}
    .v12_index1 ul li:hover .img img{transform: scale(1.05);transition: all 0.5s}
    .v12 .v3_module_two .v3_module_two_list>li:hover *{color: #A11E23;}
    .v12 .v3_module_two_list>li:hover .vtime::after{background-color: #a11e23;}
    .v12 .v1_slide_bottom{right: 70px;}
    .v12 .v3_module_one_bg{background: #f6f6f6;}
    .v12 .v3_module_one_list>ul>li .time,.v12 .v3_list2:hover::after{background-color: #A11E23}
    .v12 .v3_module_one_list>ul>li .nr p{-webkit-line-clamp:2}
    .v12_index2{padding: 100px 0}
    .v12_index2 ul{display: grid;grid-template-columns:  30.5%  30.5%  30.5%;justify-content: space-between;margin-top: 80px;}
    .v12_index2 ul li:nth-of-type(n+4){margin-top: 40px;}
    .v12 .v3_list2:hover span,.v12 .v3_list2:hover p{color: #A11E23}

    .v12_index3_bg{background: url("../images/v12_index3_bg.png") #FAFAFA no-repeat top;padding: 80px 0 120px }
    .v12_index3 ul{display: grid;grid-template-columns: 23% 23% 23% 23%;justify-content: space-between;margin-top:106px;}
    .v12_index3 ul li .top{width: 88.043%;height: 96px;background-color: #F6F6F6;display: flex;justify-content: space-between;align-items: center;padding: 0 28px ;box-sizing: border-box;margin: -32px auto 0 auto}
    .v12_index3 ul li .top h2{font-size: 24px;color: #333333;}
    .v12_index3 ul li{background-color: #FFFFFF}
    .v12_index3 ul li .nr{width: 88.043%;margin: 0 auto;padding: 32px 22px ;box-sizing: border-box}
    .v12_index3 ul li .nr h3{font-size: 20px;color: #333333;}
    .v12_index3 ul li .nr span{font-size: 14px;color: #999999;display:block;margin-top: 12px;}

    .v12_index3 ul li:hover .top h2{color: #FFFFFF}
    .v12_index3 ul li:hover .top{background-color: #a11e23;}
    .v12.v3 .crumbs{background:linear-gradient(-90deg, rgba(0,0,0,0),rgba(0,0,0,0) 50%,#A11E23 50%,#A11E23)}
    .v12 .list_module1{margin: 60px auto 120px auto}
    .v12 .v4_list_1>ul li .nr span{font-size: 16px;color: #999999;}
    .v12 .v4_list_1>ul li .nr::after,.v12.v3 .list_nav1.active{background-color:#A11E23}
    .v12.v3 .bodypage_crumbs{background-color:#A11E23}
    .v12.v3 .bodypage_top{background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 50%,#A11E23 50%,#A11E23)}
    .v12_index3 ul li:hover .nr h3,.v12_index3 ul li:hover .nr span,.v12.v3 .list_nav1:hover a,.v12.v3 .page_body_main_r_t h2,.v12.v3 .page_body_main_r_list>ul>li>a:hover .nr p{color:#A11E23}
    .v12.v3 .page_body_main_r_t{border-color:#A11E23}
    .v12 .v12_list2 .v4_list_1>ul li>a{min-height: 60px}
    .v12 .v12_list2 .v4_list_1>ul li>a span{margin-top: 8px;}
    .v12 .v5_n_list4 ul.pic_list,.v12 .v7_n_list1 ul.pic_list{margin-top: unset;}

        /*内页*/

    .v8 .banner{position: relative}
    .v8 .banner .column{position: absolute;bottom: 52px;left: 0}
    .v8 .banner .column h1{color: #FFFFFF}
    .v8 .crumbs{height: 68px;width: 100%;background: linear-gradient(-90deg, rgba(0,0,0,0),rgba(0,0,0,0) 50%,#A11E23 50%,#A11E23);margin-top: -34px;position: relative;z-index: 2}
    .v8 .crumbs .w62{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .v8 .crumbs .w62 a,.crumbs .w62 p{color: #FFFFFF}
    .v8_list_father1{margin-top: 59px}
    .v8 .list_module1{display: flex;justify-content: space-between}
    .v8 .list_module1_left{width: 76.916%}
    .v8 .list_module1_right{width: 18.166%}
    .v8 .l_time{display: flex;flex-direction: column;align-items: center;}
    .v8 .l_time i{font-style: normal;font-size: 34px;color: #999999;font-weight: bold}
    .v8 .l_time em{font-style: normal;font-size: 14px;color: #999999;font-weight: bold}
    .v8 .t1_list>a:hover .l_time i,.t2_list>a:hover .l_time i{color: #A11E23;}
    .v8 .t1_list>a:hover .l_time em,.t2_list>a:hover .l_time em{color: #A11E23;}
    .v8 .t1_list>a:hover .tit h2,.t2_list>a:hover h2,.t2_list>a:hover p{color: #A11E23;}
    .v8 .t1_list>a:hover .tit:after{background-color: #A11E23;}
    .v8 .t1_list>a{display: flex;justify-content: space-between;align-items: center;height: 118px}
    .v8 .t1_list .tit{width: 85.51%;position: relative;}
    .v8 .t1_list .tit h2{font-size: 22px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
    .v8 .t1_list .tit:after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #DFDBDB;left: 0;top: 36px}
    .v8 .list_nav1{height: 56px;display: flex;align-items: center;border-bottom: #DDDDDD 1px solid}
    .v8 .list_nav1 .tit{display: flex;align-items: center;padding-left: 20px}
    .v8 .list_nav1 .tit i{display: none;padding-right: 10px}
    .v8 .list_nav1.active{background: #A11E23}
    .v8 .list_nav1.active a{color: #FFFFFF}
    .v8 .list_nav1.active .tit i{display: block;color: #FFFFFF}
    .v8 .list_nav1:hover a{color: #A11E23}
    .v8 .list_nav1.active:hover a{color: #FFFFFF}

    .v8_list_father2{margin-top: 59px;padding-bottom: 151px}
    .v8_list_father2 .list_module1_left ul{margin-top: 70px}
    .v8_list_father2 .list_module1_left ul li>a{display: flex;position: relative}
    .v8_list_father2 .list_module1_left ul li:nth-of-type(odd){margin-left: 38px}
    .v8_list_father2 .list_module1_left ul li .left{width: 295px;height: 413px;overflow: hidden}
    .v8_list_father2 .list_module1_left ul li .left img{width:100%;height: 413px;}
    .v8_list_father2 .list_module1_left ul l》i .left img:hover{width:100%;height: 413px;transition: all 0.5s;transform: scale(1.05)}
    .v8_list_father2 .list_module1_left ul li .right{flex: 1;width: 0;margin-top: 61px;background-color: #F9F9F9;padding: 28px 50px 40px 36px;height: 352px;overflow: hidden;box-sizing: border-box}
    .v8_list_father2 .list_module1_left ul li .right h2{font-size: 22px;line-height: 26px;color: #A11E23;position: relative;padding-bottom: 16px}
    .v8_list_father2 .list_module1_left ul li .right .ico img{width: 20px;margin-top: 13px}
    .v8_list_father2 .list_module1_left ul li .right h2::after{content: '';display: block;position: absolute;width: 132px;height: 4px;background-color: #A11E23;bottom: 0}
    .v8_list_father2 .list_module1_left ul li .right p{line-height: 32px}
    .v8_list_father2 .list_module1_left ul li .right p:nth-of-type(n+2){margin-top: 16px}
    .v8_list_father2 .list_module1_left ul li .right .body{max-height: 244px;overflow: hidden}
    .v8_list_father2 .list_module1_left ul li .bg{width: 309px;height: 252px;background-color: #A11E23;position: absolute;top: 34px;left: -38px;z-index: -1}
    .v8_list_father2 .list_module1_left ul li:nth-of-type(n+2){margin-top: 68px}
    .v8_list_father2 .list_module1_left ul li:nth-of-type(even){margin-right: 38px}
    .v8_list_father2 .list_module1_left ul li:nth-of-type(even) .left{order: 2}
    .v8_list_father2 .list_module1_left ul li:nth-of-type(even) .right{order: 1}
    .v8_list_father2 .list_module1_left ul li:nth-of-type(even) .bg{top: 34px;right: -38px;left: unset}

    .v8_list_father3{margin: 60px 0 94px 0}
    .v8_list_team_t>p{margin-top: 48px}
    .v8_list_team{display: grid;grid-template-columns: 30.9% 30.9% 30.9%;justify-content: space-between;margin-top: 30px}
    .v8_list_team li .img{width: 100%;height: 120px;overflow: hidden;border: 1px solid #DDDDDD}
    .v8_list_team li .img img{width: 100%;height: 120px;}
    .v8_list_team li .img img:hover{transition: all 0.5s;transform: scale(1.05)}
    .v8_list_team li p{font-size: 16px;color: #333333;margin-top: 24px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
    .v8_list_team li:nth-of-type(n+4){margin-top: 68px}

    .v8_page{margin: 59px 0 143px 0}
    .v8_page img{margin: 10px auto;max-width: 100%}
    .v8_page .top p{font-size: 16px;line-height: 21px;color: #999999;margin-top: 9px}
    .v8_page .body{margin-top: 40px}
    .v8_page .body p{font-size: 16px;line-height: 32px;color: #333333}

    .v8_list_video{margin: 59px 0 94px 0}
    .v8_list_video .t1_list .tit{display: flex;}
    .v8_list_video .t1_list .tit h2{max-width: 90%;overflow: hidden}
    .v8_list_video .t1_list .tit .video{width: 26px;height: 26px;background-color: #ffffff;border: 2px solid #A11E23;border-radius: 26px;margin-left: 10px;position: relative}
    .v8_list_video .t1_list .tit .video::after{content:'';display: block;position: absolute;border-top: 5px solid transparent;border-bottom:5px solid transparent;border-left:10px solid #A11E23;left: 54%;top: 50%;transform: translate(-50% , -50%)}
    .v8_list_video .t1_list>a:hover .tit .video{background-color: #A11E23;}
    .v8_list_video .t1_list>a:hover .tit .video::after{border-left:10px solid #ffffff;}


    /*详情页面video*/
    .v8 .n_head{display: flex;justify-content: space-between;height: 100px;align-items: center}
    .v8 .v4head_right{margin-left: auto}
    .v8 .v4head_right>ul{display: flex;}
    .v8 .v4head_right>ul>li:first-of-type{display: flex;margin-right: 37px;position: relative}
    .v8 .v4head_right>ul>li:first-of-type::after{content: '';display: block;position: absolute;top: 0;height: 100%;width:1px;background-color: #979797;right: -18px}
    .v8 .v4head_right>ul>li a{font-family: 'pf_Medium' }
    /*详情页面head end*/

    /*详情页面head end*/
    .v8 .pagev{margin-bottom: 143px}
    .v8 .bodypage_top{height: 144px;background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 50%,#A11E23 50%,#A11E23)}
    .v8 .bodypage_crumbs{height: 64px;background-color: #A11E23;display: flex;align-items: center;padding-left: 20px}
    .v8 .bodypage_crumbs a,.bodypage_crumbs p{color: #FFFFFF}
    .v8 .page_body_main{margin-top: -80px;background-color: #ffffff;}
    .v8 .page_body_main>h2{padding-top:41px;}
    .v8 .page_body_main>span{display: block;margin-top: 20px;color: #999999}
    .v8 .page_body_main_text{padding-top: 60px;display: grid;grid-template-columns:71.333% 24.5%;justify-content: space-between}
    .v8 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #A11E23;padding-bottom: 14px}
    .v8 .page_body_main_r_t i{color: #A11E23;padding-right: 10px}
    .v8 .page_body_main_r_t h2{color: #A11E23;font-size: 16px;font-family: yh_Semibold, serif;}
    .v8 .page_body_main_r_list{margin-top: 18px}
    .v8 .page_body_main_r_list>ul>li>a .nr{height: 102px;display: flex;flex-direction: column;justify-content: space-between;padding: 18px 0 18px 20px;box-sizing: border-box;position: relative;border-left: 1px solid #EEEEEE;}
    .v8 .page_body_main_r_list>ul>li>a .nr span{color: #999999;font-size: 14px}
    .v8 .page_body_main_r_list>ul>li>a .nr p{color: #333333;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v8 .page_body_main_r_list>ul>li>a:hover .nr p{color:#A11E23}
    .v8 .page_body_main_r_list>ul>li>a .nr:before{content: '';position:absolute;display: block;width:5px;height: 5px;border-radius:5px;background-color: #EEEEEE;top: 25px;left: -2.5px }
    .v8 .page_body_main_l p{line-height: 32px;color: #333333;margin: 16px 0}
    .v8 .page_body_main_l img{left: 50%;transform: translate(-50%);position: relative;max-width: 642px;padding: 16px 0}
    .v8 .page_body_main_l .down{height: 78px;background-color: #F6F6F6;display: flex;align-items: center;padding: 0 24px;justify-content: flex-start;margin-bottom: 40px}
    .v8 .page_body_main_l .down a{margin-left: auto}
    .v8 .page_body_main_l .down b{color: #A11E23;padding: 0 10px}
    .v8 .page_body_main_l .down a em{font:normal bold 16px 微软雅黑;color: #A11E23}
    .v8 .page_body_main_l video{width: 100%;height: 487px}




}



/***********************************************************************************************/
/********************************绝对华丽的分割线*******************************/
/***********************************************************************************************/








/***********************************************************************************************/
/********************************正式开始 mobile*******************************/
/***********************************************************************************************/

/*Mobile全局复用区start*/
/*警告，修改此代码会影响到所有站点 安全等级一级*/
/*禁止使用以下的命名方式*/
@media all and (max-width: 980px){
    /*全局通用 mobile*/
    html{margin: 0;padding: 0}
    h1{font-size: 26px;color: #312222}
    h2{font-size: 20px;color: #312222}
    body{overflow-x:hidden;margin: 0;padding: 0}
    a{color: #333333}
    p{color: #666666}
    .w83{width: 90%;margin: 0 auto}
    .w62{width: 90%;margin: 0 auto}
    .zoomImage{width:100%;height:0;overflow:hidden;background-position: center center;background-repeat: no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}


    /*手机head通用*/
    .m_nav{display: block;height: 30px;}
    .m_nav span{position: relative;background:#A11E23;display: block;width: 40px;height: 2px;transition: all ease 0.35s;}
    .m_nav span:nth-of-type(1){top:0}
    .m_nav span:nth-of-type(2){top:10px}
    .m_nav span:nth-of-type(3){top:20px}
    .m_nav.active span:nth-of-type(1){top:13px;transform:rotate(45deg);background: #A11E23}
    .m_nav.active span:nth-of-type(2){width:0;color: #4A90E2}
    .m_nav.active span:nth-of-type(3){top:9px;transform:rotate(-45deg);background: #A11E23}
    .main.top_flex{position: fixed;z-index: 55;width: 100%;top: 0;background-color: #FFFFFF;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}


    /*手机foot通用*/
    .vfoot{margin-top: 25px}
    .vfoot .foot_l{background-color:#454545;text-align: center;padding: 30px 0 }
    .vfoot .foot_l .img{display: flex;justify-content: center;padding-bottom: 20px}
    .vfoot .foot_l p{color: #FFFFFF;line-height: 35px}
    .vfoot .foot_r{background-color: #454545}
    .vfoot .foot_r_bd{width: 90%;margin: 0 auto}
    .vfoot .foot_r_bd_l h2{text-align: center;color: #FFFFFF;padding: 25px 0 25px 0;position: relative}
    .vfoot .foot_r_bd_l h2:after{content: '';display: block;width: 128px;height: 4px;background-color: #FFFFFF;top:63px;left: 50%;transform:translate(-50%);position: absolute;}
    .vfoot .foot_r_bd_l>ul{display: grid;grid-template-columns: 48% 48%;justify-content: space-between}
    .vfoot .foot_r_bd_l>ul li{border-bottom: #c3c3c3 solid 2px;padding: 10px 0 10px 10px}
    .vfoot .foot_r_bd_l>ul li a{color: #FFFFFF}
    .vfoot .foot_r_bd_r>ul{display: grid;grid-template-columns: 48% 48%;justify-content: space-between;padding: 20px 0}
    .vfoot .foot_r_bd_r>ul>li{display: flex;justify-content: center;flex-direction: column;align-items: center}
    .vfoot .foot_r_bd_r ul li img{width:128px;height: 128px}
    .foot_bottm{background-color: #454545;padding:50px 0 }
    .foot_bottm p{font-size: 14px;text-align: center;color: #FFFFFF;}
    .foot_bottm ul{display: flex;justify-content: space-between;width: 80%;margin: 0 auto;padding-top: 20px}
    .foot_bottm ul>li{position: relative}
    .foot_bottm ul>li:after{content: '';display: block;width: 50%;height: 1px;background-color: #FFFFFF;position: absolute;top: 28px;left: 50%;transform: translate(-50%)}
    .foot_bottm ul a{color: #FFFFFF}


    /*list*/
    .v2_list_div{display: flex;justify-content: space-between;width: 100%;}
    .v2_list_div .nr{flex: 1;width: 0}
    .v2_list_div .vtime{display: flex;flex-direction: column;align-items: center;padding-right: 15px;position: relative;width: 88px}
    .v2_list_div .vtime i{font-style: normal;font-size: 34px;color: #FFFFFF;font-weight: bold}
    .v2_list_div .vtime em{font-style: normal;font-size: 14px;color: #FFFFFF;font-weight: bold}
    .v2_list_div h4{color: #ffffff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .v2_list_div p{color: #ffffff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top: 12px;font-size: 14px}


    /*same top*/
    .v2_list2{display: flex;justify-content: space-between;width: 100%;}
    .v2_list2 .nr{flex: 1;width: 0}
    .v2_list2 .vtime{display: flex;flex-direction: column;align-items: center;padding-right: 15px;position: relative;width: 88px}
    .v2_list2 .vtime i{font-style: normal;font-size: 34px;color: #FFFFFF;font-weight: bold}
    .v2_list2 .vtime em{font-style: normal;font-size: 14px;color: #FFFFFF;font-weight: bold}
    .v2_list2 h4{color: #ffffff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .v2_list2 p{color: #ffffff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top: 12px;font-size: 14px}

    .v3_list{position: relative;width: 100%;}
    .v3_list .zoomImage{padding-bottom: 66.666%;}
    .v3_list .r{background-color: #FFFFFF;margin-top: 24px;padding: 26px 32px 27px 32px;box-sizing: border-box}
    .v3_list .r h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 20px}
    .v3_list .r p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;color: #888383;font-size: 14px;line-height: 26px;padding-top: 12px}
    .v3_list .t{position: absolute;top:210px;left: 0;background-color:#2662A7;width: 91px;height: 74px;display: flex;flex-direction: column;align-items: center}
    .v3_list .t i,.v3_list .t em{font-style: normal;}
    .v3_list .t i{font-size: 34px;font-weight: bold;color: #FFFFFF;line-height: 46px}
    .v3_list .t em{font-size: 14px;font-weight: bold;color: #FFFFFF;line-height: 19px}

    .v3_list2{position: relative;display: block;padding-bottom: 10px}
    .v3_list2::after{content: '';position: absolute;display: block;width: 88px;height: 2px;background-color: #DDDDDD;bottom: 0}
    .v3_list2 span{font-size: 14px;line-height: 19px;color: #999999}
    .v3_list2 p{font-size: 20px;line-height: 30px;color: #333333;margin-top: 6px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden}
    .v3_list2:hover::after{background-color: #2662A7}
    .v3_list2:hover span,
    .v3_list2:hover p {color: #2662A7}



}

/*mobile小通用*/
@media all and (max-width: 980px){
    /*v1head*/
    .v1head{display: flex;justify-content:space-between;align-items: center;padding: 10px 0;}
    .v1head .logo{max-width: 75%}
    .v1head .logo img{max-width: 100%}
    .v1head .nav{display: none}
    .v1head .nav.active{display: unset;height: 100vh;width: 100%;position: absolute;background-color: #ffffff;left: 0;top: 0;padding-top: 85px;}
    .v1head .nav>ul>li{line-height: 40px;text-align: center;border-bottom: 1px dashed #A11E23;margin: 0 25px}
    .v1head .nav>ul>li>a{font-size: 20px;color: #A11E23}
    .v1head .nav>ul>li .drapdown{display: none}
    .v1head .nav>ul>li .drapdown.active{display:block;}
    .v1head .nav>ul>li .drapdown>ul{display: grid;grid-template-columns: 49% 49%;justify-content: space-between}
    .v1head .nav ul li .drapdown>ul>li{background-color: #A11E23;height: 40px}
    .v1head .nav ul li .drapdown>ul>li:nth-of-type(n+3){margin-top: 10px}
    .v1head .nav ul li .drapdown>ul>li:last-of-type{margin-bottom: 10px}
    .v1head .nav ul li .drapdown>ul>li>a{font-size: 18px;color: #FFFFFF}
    .v1head .search{display: none}
    .v1head .s4head_right{display: none}


    .time{background-color: #A11E23;width: 80px;height: 70px;box-sizing:border-box;display: flex;flex-direction: column;align-items: center;justify-content:center;position: relative}
    .time:before{content: '';display: block;position: absolute;top: -8px;left: -8px;background-color: white;width: 8px;height: 8px}
    .time:after{content: '';display: block;position: absolute;right: 0;bottom:0;background-color: white;width: 8px;height: 8px}
    .time i,.time em{font-style: normal;color: white}
    .time i{font-size: 18px;color: #d2cfcf;position: relative}
    .time em{font-size: 22px;padding-top: 12px}
    .time i:after{content: '';display: block;width: 18px;height: 2px;background-color: #ffffff;position: absolute;bottom: -8px;left: 50%;transform: translate(-50%)}

    /*通用右侧栏目mobile*/
    .list_module1{display: flex;flex-direction: column;}
    .list_module1_right{order: 1;margin-top: 20px;}
    .list_nav1{height: 56px;display: flex;align-items: center;border-bottom: #DDDDDD 1px solid}
    .list_nav1 .tit{display: flex;align-items: center;padding-left: 20px}
    .list_nav1 .tit i{display: none;padding-right: 10px}
    .list_nav1.active{background: #2662A7}
    .list_nav1.active a{color: #FFFFFF}
    .list_nav1.active .tit i{display: block;color: #FFFFFF}
    .list_module1_left{order: 2}
    /*通用banner和面包屑 mobile*/
    .v3banner_n{position: relative}
    .v3banner_n img{width: 100%}
    .main.banner_f{margin-top: 72px;position: relative}
    .main.banner_f img{width: 100%}
    .banner .column{position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%}
    .banner .column h1{color: #FFFFFF}
    .crumbs{height: 55px;background-color: #2662A7}
    .crumbs .w62{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .crumbs .w62 a,.crumbs .w62 p{color: #FFFFFF}

    .bodypage_top{height: 55px;background-color: #A11E23;display: flex;align-items: center}
    .bodypage_top .bodypage_crumbs{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .bodypage_top .bodypage_crumbs a,.bodypage_top .bodypage_crumbs p{color: #FFFFFF}
    .page_body_main{margin-top: 25px}

    .page_body_main_r_list{margin-top: 18px}
    .page_body_main_r_list>ul>li>a .nr{height: 102px;display: flex;flex-direction: column;justify-content: space-between;padding: 18px 0 18px 20px;box-sizing: border-box;position: relative;border-left: 1px solid #EEEEEE;}
    .page_body_main_r_list>ul>li>a .nr span{color: #999999;font-size: 14px}
    .page_body_main_r_list>ul>li>a .nr p{color: #333333;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .page_body_main_r_list>ul>li>a .nr:before{content: '';position:absolute;display: block;width:5px;height: 5px;border-radius:5px;background-color: #EEEEEE;top: 25px;left: -2.5px }
    .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #651F9C;padding-bottom: 14px;margin-top: 20px}
    .page_body_main_r_t i{color: #651F9C;padding-right: 10px}
    .page_body_main_r_t h2{color: #651F9C;font-size: 16px;font-family: yh_Semibold, serif;}
    .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #651F9C;padding-bottom: 14px;margin-top: 20px}

}


/*mobile针对性*/
@media all and (max-width: 980px){
    /*v1 mobile*/
    .v1banner{position: relative;overflow: hidden}
    .v1banner .swiper-slide img{width: 100%}
    .v1_slide_bottom{display: none}
    .v1_module_one_bg{display: none}
    .v1 .top_tit{display: flex;align-items: center;position: relative;margin: 20px 0}
    .v1 .top_tit h1{font-size: 28px;left: 0;font-weight: bold;order:1}
    .v1 .top_tit b{font-size: 26px;color: #BBBBBB;left: 0;opacity: 0.4;font-weight: bold;order: 2}
    .v1 .top_tit:after{content: '';position: absolute;display: block;width: 88px;height: 3px;background-color: #A11E23;top:45px;left: 0}
    .v1 .top_tit>ul{display: none}
    .v1_module_two_r{overflow: hidden}
    .v1_module_two_r>ul>li .zoomImage{padding-bottom: 62.209%}
    .v1_module_two_r>ul>li .time{position: absolute;top: 190px;left: 10px}
    .v1_module_two_r>ul>li h2{font-size: 20px;color: #333333;padding:0 0 24px 101px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 27px;}
    .v1_module_two_r>ul>li .nr{padding: 23px 31px 33px 37px;box-sizing: border-box}
    .v1 .time{background-color: #A11E23;width: 110px;height: 100px;box-sizing:border-box;display: flex;flex-direction: column;align-items: center;justify-content:center;position: relative}
    .v1 .time:before{content: '';display: block;position: absolute;top: -8px;left: -8px;background-color: white;width: 8px;height: 8px}
    .v1 .time:after{content: '';display: block;position: absolute;right: 0;bottom:0;background-color: white;width: 8px;height: 8px}
    .v1 .time i,.time em{font-style: normal;color: white}
    .v1 .time i{font-size: 20px;color: #d2cfcf;position: relative}
    .v1 .time i:after{content: '';display: block;width: 18px;height: 2px;background-color: #ffffff;position: absolute;bottom: -8px;left: 50%;transform: translate(-50%)}
    .v1 .time em{font-size: 32px;padding-top: 12px}
    .v1_more_bottom>a{width:80%;height: 62px;background-color: #A11E23;display: flex;align-items: center;padding: 0 40px;justify-content: space-between;color: #FFFFFF;box-sizing: border-box;margin: auto}
    .v1_more_bottom>a img{width: 42px}
    .v1_module_two_bottom::after{content: '';width: 0;height: 0;display: block;clear:both}
    .v1_module_three .top_tit{align-items:unset}
    .v1_module_three_r>ul>li{margin-top: 20px}
    .v1_module_three_r>ul>li .zoomImage{padding-bottom: 63.823%}
    .v1_list_pic{position: relative;width: 100%}
    .v1_list_pic .nr{height: 75px;background-color: rgba(0,0,0,0.5);position: absolute;bottom: 0;width: inherit;padding: 7px 13px;box-sizing: border-box;}
    .v1_list_pic em{font-size: 16px;font-style: normal;color: #FFFFFF;line-height: 21px;}
    .v1_list_pic p{font-size: 22px;font-style: normal;color: #FFFFFF;line-height: 35px;min-height: 70px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
    .v1_module_three_r .v1_more_bottom{margin-left:unset;padding-top:60px}
    .v1_module_four .top_tit{align-items:unset}
    .v1_module_four_r>.top{width: 100%;background-color: #A11E23;padding: 14px 24px;box-sizing: border-box}
    .v1_module_four_r>.top>ul{display: flex;justify-content: space-between;flex-direction: column}
    .v1_module_four_r>.top>ul>li{height:92px;padding: 13px 8px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: space-between;cursor: pointer}
    .v1_module_four_r>.top>ul>li h2{font-size: 20px;color: #FFFFFF;position: relative;font-weight: normal}
    .v1_module_four_r>.top>ul>li h2::after{content:'';width:56px;height: 2px;background-color: #FFFFFF;display: block;position: absolute;top: 35px;left: 0}
    .v1_module_four_r>.top>ul>li p{color: #FFFFFF;}
    .v1_module_four_r>.top>ul>li.active{background-color: #FFFFFF;}
    .v1_module_four_r>.top>ul>li.active h2{font-size: 20px;color: #A11E23;font-weight: bold}
    .v1_module_four_r>.top>ul>li.active p{color: #A11E23;font-weight: bold}
    .v1_module_four_r>.top>ul>li.active h2::after{background-color: #A11E23;}
    .v1_module_four_r>.nr{display: none}
    .v1_module_four_r>.nr.active{display: flex;margin-top: 14px;background-color: #FFFFFF;flex-direction: column}
    .v1_module_four_r>.nr .nr_l{position: relative;}
    .v1_module_four_r>.nr .nr_l .zoomImage{padding-bottom: 66.666%}
    .v1_module_four_r>.nr .nr_l .suspend{position: absolute;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);height: 148px;width: 100%;padding: 40px 40px 32px 40px;box-sizing: border-box}
    .v1_module_four_r .suspend h2{font-size: 24px;color: #FFFFFF;line-height: 32px;position: relative}
    .v1_module_four_r .suspend p{font-size: 16px;color: #FFFFFF;line-height: 21px;margin-top: 24px}
    .v1_module_four_r>.nr .nr_r{flex: 1;padding:15px;}
    .v1_module_four_r>.nr .nr_r>.top{display: flex;justify-content: space-between;align-items: center}
    .v1_module_four_r>.nr .nr_r>.top>.view{display: flex;justify-content: space-between;align-items: center}
    .v1_module_four_r>.nr .nr_r>.top>.view a{font-size: 16px;color: #A11E23}
    .v1_module_four_r>.nr .nr_r>.top h2{color: #333333}
    .v1_module_four_r>.nr .nr_r>.nr_b{margin-top: 32px}
    .v1_module_four_r>.nr .nr_r>.nr_b p{line-height: 32px;color: #999999;margin-top: 32px}
    .v1 .crumbs,
    .v1 .list_nav1.active{background-color: #A11E23}
    .v1 .v8_page{margin: unset}
    .v1 .list_module1_left{margin-top: 20px;}
    .n_list_v1_1{order: 2}

    .v1_abroad_list li{position: relative;margin-top: 56px;}
    .v1_abroad_list li a{display: flex;width: 100%;height: 320px}
    .v1_abroad_list li .nr{width: 50%;margin-left: auto}
    .v1_abroad_list li .img{width: 100%;height: 320px;position: absolute;z-index: -1;}
    .v1_abroad_list li .img img{width: 100%;height: 320px;object-fit: cover}
    .v1_abroad_list .left h3{font-size: 20px;padding: 24px;background-color: rgba(255, 255, 255, 0.5);margin: 40px;}
    .v1_abroad_list li .nr{margin: 40px 48px 68px auto}
    .v1_abroad_list li .nr .top{display: flex;align-items: center}
    .v1_abroad_list li .nr h2{font-size: 18px;color: #333333;position: relative;margin-right: 16px;}
    .v1_abroad_list li .nr h2::after{content: '';display:block;bottom: -16px;position: absolute;width: 66px;height: 4px;background-color: #A11E23;left: 0;}
    .v1_abroad_list li .nr p{font-size: 18px;color: #333333;line-height: 32px;margin-top: 24px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;text-overflow:ellipsis}
    .v1_abroad_list ul li:nth-of-type(even) .nr{order: 1;margin: 40px  auto 48px 48px }
    .v1_abroad_list ul li:nth-of-type(even) .left{order:2;margin-left: auto;}


    .n_list_v1_2 .t1_list>a{display: flex;justify-content: space-between;align-items: center;height: 118px}
    .n_list_v1_2 .t1_list .l_time{display: flex;flex-direction: column;align-items: center;width: 15%;}
    .n_list_v1_2 .t1_list .l_time i{font-style: normal;font-size: 28px;color: #999999;font-weight: bold}
    .n_list_v1_2 .t1_list .l_time em{font-style: normal;font-size: 14px;color: #999999;font-weight: bold}
    .n_list_v1_2 .t1_list .tit{width: 85%;position: relative;padding-left: 15px}
    .n_list_v1_2 .t1_list .tit h2{font-size: 20px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
    .n_list_v1_2 .t1_list .tit:after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #999999;left: 15px;top: 30px}
    .n_list_v1_2{order: 2;margin-top: 20px}
    .v1 .w900{width: 90%;margin: 20px auto}
    .v1 .w900 h2{text-align: center;position: relative;padding-bottom: 16px;}
    .v1 .w900 h2::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #A11E23;left: 50%;transform: translate(-50%);bottom: 0;}
    .v1 .w900 .nr{margin-top: 40px;}
    .v1 .w900 .nr p{font-size: 16px;color: #999999;line-height: 32px;}
    .v1 .w900 .nr p:not(:first-of-type){margin-top: 20px;}





    /*v2艺术学院 mobile*/
    .v2 .v2_title{display: flex;align-items: center;margin: 20px 0}
    .v2 .v2_title h2{font-size: 28px;left: 0;font-weight: bold;position: relative;}
    .v2 .v2_title span{font-size: 26px;color: #BBBBBB;left: 0;opacity: 0.4;font-weight: bold;}
    .v2 .v2_title h2:after{content: '';position: absolute;display: block;width: 88px;height: 3px;background-color: #A11E23;top:45px;left: 0}
    .v2 .v2_title .view{width:80%;height: 62px;background-color: #A11E23;display: flex;align-items: center;padding: 0 40px;justify-content: space-between;box-sizing: border-box;margin: auto;position: absolute;bottom: -80px;left: 50%;transform: translate(-50%)}
    .v2 .v2_title p{color: #FFFFFF;}
    .v2 .v2_title img{width: 42px}
    .v2 .v2_title::after{content: '';width: 0;height: 0;display: block;clear:both}
    .v2_module_one{position: relative}
    .v2_module_one_list{margin-top: 35px}
    .v2_module_one_list_l{display: none}
    .v2_module_one_list_r>ul>li{padding: 15px;box-sizing: border-box;height: 110px;background-color: #FFFFFF;box-shadow: 0 4px 8px #999999;margin-bottom: 20px}
    .v2_module_one_list_r>ul>li .v2_list_div .vtime i,
    .v2_module_one_list_r>ul>li .v2_list_div .vtime em {color: #999999;}
    .v2_module_one_list_r>ul>li .v2_list_div .nr h4{color: #000000}
    .v2_module_one_list_r>ul>li .v2_list_div .nr p{color: #888883}
    .v2_module_two_bg{margin-top: 110px;padding-bottom: 80px}
    .v2_module_two{position: relative;}
    .v2_module_two .v2_title span{position: relative;left:-50px;top:-10px;z-index: -1;}
    .v2_module_two .v2_title h2{white-space: nowrap}
    .v2_module_two_r{margin-top: 35px}
    .v2_module_two_r>ul>li{padding: 15px;box-sizing: border-box;height: 110px;background-color: #FFFFFF;box-shadow: 0 4px 8px #999999;margin-bottom: 20px}
    .v2_module_two_r>ul>li .v2_list2 .vtime i,
    .v2_module_two_r>ul>li .v2_list2 .vtime em {color: #999999;}
    .v2_module_two_r>ul>li .v2_list2 .nr h4{color: #000000}
    .v2_module_two_r>ul>li .v2_list2 .nr p{color: #888883}
    .v2_module_two_bottm{display: none}
    .v2 .crumbs{background-color: #A11E23}
    .v2 .list_nav1.active{background-color: #A11E23}
    .v2 .list_module1_left{margin-top: 20px;}

    .v2_list_fastnav{margin-bottom: 60px;}
    .v2_list_fastnav li{margin-top: 60px;}
    .v2_list_fastnav .nr{height: 177px;background-color: #F6F6F6;overflow: hidden;box-sizing: border-box}
    .v2_list_fastnav .nr h2{font-size: 20px;color: #333333;position: relative;padding-bottom: 17px;margin: 37px 0 0 40px}
    .v2_list_fastnav .nr h2::after{content: '';display: block;position: absolute;width: 64px;height: 4px;background-color: #A11E23;bottom: 0;left: 0;}
    .v2_list_fastnav a{width: 80%;height: 80px;background-color: #A11E23;padding: 0 40px;display: flex;box-sizing: border-box;margin: -40px auto 0 auto;justify-content: space-between;align-items: center;color: white}


    .v2_about_one{margin: 28px auto;}
    .v2_about_one h2,
    .v2_about_two h2 {font-size: 22px;color: #333333;padding-bottom: 16px;position: relative;text-align: center}
    .v2_about_one h2::after,
    .v2_about_two h2::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #A11E23;left: 50%;transform: translate(-50%);bottom: 0;}
    .v2_about_one p{font-size: 16px;color: #999999;line-height: 32px;margin: 27px auto 0 auto;font-weight: bold;}
    .v2_about_one ul{margin-top: 18px;}
    .v2_about_one li .img{height: 180px;overflow:hidden;margin-top: 20px;}
    .v2_about_one li .img img{width: 100%;height: 280px;object-fit: cover}
    .v2_about_one li .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v2_about_one a.more,
    .v2_about_two a.more{width: 228px;height: 56px;background-color:#A11E23;display: flex;align-items: center;padding: 0 24px ;color: white;font-size: 14px;box-sizing: border-box;justify-content: space-between;margin: 48px auto 0 auto}
    .v2_about_two_bg{background-color: #F6F6F6;padding-top: 88px;padding-bottom: 17px;}
    .v2_about_two p{font-size: 16px;color: #999999;line-height: 32px;margin: 27px auto 0 auto;font-weight: bold;}
    .v2_about_three_bg{background-image: url("../images/v2about_bg.png");background-repeat: no-repeat;background-size: cover;height: 256px;margin-bottom: -30px;}























    /*v3 经管学院 mobile*/
    .v3head{display: flex;justify-content:space-between;align-items: center;padding: 10px 0;}
    .v3head .logo{max-width: 75%}
    .v3head .logo img{max-width: 100%}
    .v3head .nav{display: none}
    .v3head .nav.active{display: unset;height: 100vh;width: 100%;position: absolute;background-color: #ffffff;left: 0;top: 0;padding-top: 85px;}
    .v3head .nav>ul>li{line-height: 40px;text-align: center;border-bottom: 1px dashed #2662A7;margin: 0 25px}
    .v3head .nav>ul>li>a{font-size: 20px;color: #2662A7}
    .v3head .nav>ul>li .drapdown{display: none}
    .v3head .nav>ul>li .drapdown.active{display:block;}
    .v3head .nav>ul>li .drapdown>ul{display: grid;grid-template-columns: 49% 49%;justify-content: space-between}
    .v3head .nav ul li .drapdown>ul>li{background-color: #2662A7;height: 40px}
    .v3head .nav ul li .drapdown>ul>li:nth-of-type(n+3){margin-top: 10px}
    .v3head .nav ul li .drapdown>ul>li:last-of-type{margin-bottom: 10px}
    .v3head .nav ul li .drapdown>ul>li>a{font-size: 18px;color: #FFFFFF}
    .v3head .search{display: none}
    .v3head .v3head_right{display: none}
    .v3head .m_nav span{background:#2662A7}
    .v3head .m_nav.active span:nth-of-type(3),.v3head .m_nav.active span:nth-of-type(1){background:#2662A7}
    .v3banner{overflow: hidden}
    .v3banner img{width: 100%}
    .v3 .v3_tit{display: flex;align-items: center;margin: 20px 0}
    .v3 .v3_tit h2{font-size: 28px;left: 0;font-weight: bold;position: relative;}
    .v3 .v3_tit span{font-size: 26px;color: #BBBBBB;left: 0;opacity: 0.4;font-weight: bold;}
    .v3 .v3_tit h2:after{content: '';position: absolute;display: block;width: 88px;height: 3px;background-color: #A11E23;top:45px;left: 0}
    .v3 .v3_tit .view{width:80%;height: 62px;background-color: #A11E23;display: flex;align-items: center;padding: 0 40px;justify-content: space-between;box-sizing: border-box;margin: auto;position: absolute;bottom: -80px;left: 50%;transform: translate(-50%)}
    .v3 .v3_tit p{color: #FFFFFF;}
    .v3 .v3_tit img{width: 42px}
    .v3 .v3_tit::after{content: '';width: 0;height: 0;display: block;clear:both}
    .v3 .view{width:80%;height: 62px;background-color: #2662A7;display: flex;align-items: center;padding: 0 40px;justify-content: space-between;box-sizing: border-box;margin: auto;position: absolute;bottom: 0px;left: 50%;transform: translate(-50%);z-index: 2}
    .v3 .view p{color: #FFFFFF}
    .v3_module_one{overflow: hidden;position: relative;padding-bottom: 82px}
    .v3_module_one_list>ul>li{width:95%;position: relative;background-color: #FFFFFF;flex-shrink:0;box-shadow:  0 4px 8px #BBBBBB;margin: 8px;}
    .v3_module_one_list>ul>li:not(:first-of-type){margin-top: 20px}
    .v3_module_one_list>ul>li .zoomImage{padding-bottom: 62.209%}
    .v3_module_one_list>ul>li .time{position: absolute;top:175px;left: 8px;background-color: #2662A7}
    .v3_module_one_list>ul>li h2{font-size: 18px;color: #000000;padding:0 0 8px 91px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 27px;}
    .v3_module_one_list>ul>li p{font-size: 15px}
    .v3_module_one_list>ul>li .nr{padding: 13px 10px 10px 10px;box-sizing: border-box}
    .v3_module_one_foot{display: none}
    .v3_module_two{position: relative;padding-bottom: 82px;overflow: hidden}
    .v3_module_two_list>li{padding: 15px;box-sizing: border-box;height: 110px;background-color: #FFFFFF;box-shadow: 0 4px 8px #999999;width: 95%;margin: 0 auto 20px auto}
    .v3_module_two_list>li .v2_list2 .vtime i,
    .v3_module_two_list>li .v2_list2 .vtime em {color: #999999;}
    .v3_module_two_list>li .v2_list2 .nr h4{color: #000000}
    .v3_module_two_list>li .v2_list2 .nr p{color: #888883}
    .v3_module_three_bg{position: relative;padding-bottom: 55px;margin-bottom: 30px;overflow: hidden}
    .v3_module_four .list{position: relative;padding-bottom: 82px}
    .v3_module_four .list:not(:first-of-type){margin-top: 20px}
    .v3_module_four .list .top h2{position: relative;padding-bottom: 20px}
    .v3_module_four .list .top h2 a{color: #000000}
    .v3_module_four .list .view{display: flex;align-items: center;}
    .v3_module_four .list .top h2::after{content:'';position: absolute;display: block;width: 100%;height: 1px;background-color: #DDDDDD;bottom: 0}
    .v3_module_four .list>ul{margin-top: 48px;}
    .v3_module_four .list>ul>li:not(:first-of-type){margin-top: 42px}
    .v3_module_five_bg{background-image: url("../images/v3_module_five_bg.png");padding: 30px 0;margin-top:45px}
    .v3_module_five .v3ico{height: 230px;background:rgba(255, 255, 255, 0.5);display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer}
    .v3_module_five .v3ico{margin-top: 20px}
    .v3_module_five .v3ico img{max-width: 68px;max-height: 68px}
    .v3_module_five .v3ico p{margin-top: 30px;font-size: 22px;font-weight: bold}
    .v3_module_five .v3ico.active{background-color: #2662A7}
    .v3_module_five .v3ico.active p{color: #FFFFFF}
    .v3_module_six_bg{position: relative;padding-bottom: 82px}
    .v3_module_six_bg .jt{display: none}
    .v3_module_six{display: flex;flex-direction: column;}
    .v3_module_six_body{order: 2}
    .v3_module_six_body .zoomImage{padding-bottom: 66.666%}
    .v3_module_six_body .left{display: none}
    .v3_module_six_body .right{background-color: #FFFFFF;margin-top: 11px;padding: 8px;position: relative;z-index: 2}
    .v3_module_six_body .right h2{font-size: 32px;color: #2662A7;position: relative;padding-bottom: 23px}
    .v3_module_six_body .right h2::after{content: '';display: block;position: absolute;width: 53px;height: 2px;background-color: #2662A7;bottom: 0;left: 0}
    .v3_module_six_body .right .nr{margin-top: 32px;}
    .v3_module_six_body .right .nr p{color: #666666;line-height: 32px}
    .v3_module_six_body .right .nr p:nth-of-type(2){margin-top: 38px}
    .v3_module_six .pic_list>ul .zoomImage{padding-bottom: 67.164%}
    .v3_module_six .slide_father{overflow: hidden;order: 1}

    /*v3内页mobile*/
    .v3 .logo img{max-width: 100%}
    .v3 .search{display: none}
    .v3 .n_head{display: flex;justify-content:space-between;align-items: center;padding: 10px 0;}
    .v3banner_n{position: relative}
    .v3banner_n img{width: 100%}
    .v3 .main.banner_f{margin-top: 72px;position: relative}
    .v3 .main.banner_f img{width: 100%}
    .v3 .banner .column{position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%}
    .v3 .banner .column h1{color: #FFFFFF}
    .v3 .crumbs{height: 55px;background-color: #2662A7}
    .v3 .crumbs .w62{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .v3 .crumbs .w62 a,.crumbs .w62 p{color: #FFFFFF}
    .v3 .list_module1_left>h1{font-size: 20px;}
    .v3 .list_module1_left ul li>a{display: flex;flex-direction: column;margin-top: 20px;}
    .v3 .list_module1_left ul li .nr{order: 2;padding: 15px 8px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v3 .list_module1_left ul li .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v3 .list_module1_left ul li .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size: 16px;}
    .v3 .list_module1_left ul li .img{order: 1}
    .v3 .list_module1_left ul li img{width: 100%;}
    .v3 .list_module1{display: flex;flex-direction: column;}
    .v3 .list_module1_right{order: 1}
    .v3 .list_module1_left{order: 2;margin-top: 20px}
    .v3 .list_nav1{height: 56px;display: flex;align-items: center;border-bottom: #DDDDDD 1px solid}
    .v3 .list_nav1 .tit{display: flex;align-items: center;padding-left: 20px}
    .v3 .list_nav1 .tit i{display: none;padding-right: 10px}
    .v3 .list_nav1.active{background: #2662A7}
    .v3 .list_nav1.active a{color: #FFFFFF}
    .v3 .list_nav1.active .tit i{display: block;color: #FFFFFF}
    /*v3详情内页 mobile*/
    .v3 .v4head_right{display: none}
    .v3 .bodypage_top{height: 55px;background-color: #2662A7;display: flex;align-items: center}
    .v3 .bodypage_top .bodypage_crumbs{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .v3 .bodypage_top .bodypage_crumbs a,.bodypage_top .bodypage_crumbs p{color: #FFFFFF}
    .v3 .page_body_main{margin-top: 25px}
    .v3 .page_body_main>span{margin-top: 25px;display: block;color: #999999}
    .v3 .page_body_main_l {margin-top: 25px}
    .v3 .page_body_main_l p {line-height: 32px}
    .v3 .page_body_main_l img{width: 100%}
    .v3 .page_body_main_l video{width: 100%}
    .v3 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #2662A7;padding-bottom: 14px;margin-top: 20px}
    .v3 .page_body_main_r_t i{color: #2662A7;padding-right: 10px}
    .v3 .page_body_main_r_t h2{color: #2662A7;font-size: 16px;font-family: yh_Semibold, serif;}
    .v3 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #2662A7;padding-bottom: 14px;margin-top: 20px}
    .v3 .page_body_main_r_t i{color: #2662A7;padding-right: 10px}
    .v3 .page_body_main_r_t h2{color: #2662A7;font-size: 16px;font-family: yh_Semibold, serif;}
    .v3 .page_body_main_r_list{margin-top: 18px}
    .v3 .page_body_main_r_list>ul>li>a .nr{height: 102px;display: flex;flex-direction: column;justify-content: space-between;padding: 18px 0 18px 20px;box-sizing: border-box;position: relative;border-left: 1px solid #EEEEEE;}
    .v3 .page_body_main_r_list>ul>li>a .nr span{color: #999999;font-size: 14px}
    .v3 .page_body_main_r_list>ul>li>a .nr p{color: #333333;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v3 .page_body_main_r_list>ul>li>a .nr:before{content: '';position:absolute;display: block;width:5px;height: 5px;border-radius:5px;background-color: #EEEEEE;top: 25px;left: -2.5px }
    .v3 .list_module2_left{margin-top: 20px;}
    .v3 .list_module2_left li{margin-top: 20px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v3 .list_module2_left img{max-width: 100%;margin: 10px auto;padding: 8px 0 0 0}
    .v3 .list_module2_left li .nr{padding: 8px }
    .v3 .list_module2_left li h2{font-size: 18px;color: #333333}
    .v3 .list_module2_left li span{font-size: 16px;color: #333333;font-weight: bold;display: block;margin: 10px 0}
    .v3 .list_module2_left li p{font-size: 16px;color: #666666;line-height: 28px}
    .v3 .list_module2_left{order: 2}
    .v3 .list_module3_left{margin-top: 20px;}
    .v3 .list_module3_left .img img{max-width: 100%}
    .v3 .list_module3_left .nr .left{width: 218px;}
    .v3 .list_module3_left .nr .right{margin-top: 10px;border-left: 2px solid #2662A7;padding-left: 12px;line-height: 22px}
    .v3 .list_module3_left .nr .right p{line-height: 32px}
    .v3 .list_module3_left .nr .left h2{margin-top: 10px;font-size: 22px;}
    .v3 .list_module3_left .nr .left span{margin-top: 10px;display: block;font-size: 18px;line-height: 32px}
    .v3 .list_module4_left{order: 2}
    .v3 .list_module4_left>h1{margin-top: 10px;font-size: 22px;}
    .v3 .list_module4_left li>a{display: flex;flex-direction: column}
    .v3 .list_module4_left li{margin-top: 20px;}
    .v3 .list_module4_left .img img{width: 100%}
    .v3 .list_module4_left .nr{display: flex;order: 2;padding: 15px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v3 .list_module4_left .nr h2{font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v3 .list_module5_left{order: 2}
    .v3 .list_module5_left>h1{margin-top: 10px;font-size: 22px;}
    .v3 .list_module5_left li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v3 .list_module5_left img{width: 100%;}
    .v3 .list_module5_left .v3time{display: flex;padding: 8px 8px 0 8px;font-size: 14px;color: #666666}
    .v3 .list_module5_left em{order: 2;font-style: normal}
    .v3 .list_module5_left em::before{content: '.'}
    .v3 .list_module5_left i{font-style: normal}
    .v3 .list_module5_left .nr{padding: 8px 8px 15px 8px}
    .v3 .list_module5_left .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 18px;color: #333333}
    .v3 .list_module5_left .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 .list_module6_left{order: 2}
    .v3 .list_module6_left h2{font-size: 18px;color: #333333;margin-top: 20px;}
    .v3 .list_module6_left span{font-size: 14px;color: #666666;display: block;margin-top: 8px;}
    .v3 .list_module6_left .v3_body{font-size: 16px;color: #333333;line-height: 25px;}
    .v3 .list_module6_left .v3_body p{font-size: 16px;color: #333333;line-height: 25px;}
    .v3 .list_module6_left .v3_body img{max-width: 100%;margin: 10px auto}
    .v3 .list_module7_left{order: 2}
    .v3 .list_module7_left>h1{margin-top: 10px;font-size: 22px;}
    .v3 .list_module7_left li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v3 .list_module7_left .nr{padding: 10px 8px}
    .v3 .list_module7_left .nr h2{font-size: 18px;}
    .v3 .list_module7_left .nr p{font-size: 14px;}
    .v3 .list_module7_left img{width: 100%}
    .v3 .about_one .left{position: relative}
    .v3 .about_one .left>h1{margin-top: 10px;font-size: 22px;padding-bottom: 10px;position:relative}
    .v3 .about_one .left>h1::after{content: '';display: block;position: absolute;width: 50px;height: 3px;background-color: #2662A7;bottom: 0;left: 0;}
    .v3 .about_one .left>h4{margin-top: 10px;font-size: 16px;border: 1px solid #2662A7;padding: 10px;line-height: 22px}
    .v3 .about_one .left>p{margin-top: 10px;font-size: 14px;line-height: 22px}
    .v3 .about_one .left .more{position: absolute;right: 0;top: 5px;display:flex;align-items: center}
    .v3 .about_one .left .more span{font-size: 14px;}
    .v3 .about_one .left .more img{height: 14px;margin-left: 8px;}
    .v3 .about_one .img img{width: 100%;margin-top: 15px;}
    .v3_about_title{display: flex;justify-content: space-between;align-items: center}
    .v3_about_title h1{font-size: 22px;color: #333333;padding-bottom: 10px;position: relative }
    .v3_about_title h1::after{content: '';display: block;position: absolute;width: 50px;height: 3px;background-color: #2662A7;bottom: 0;left: 0;}
    .v3_about_title .more{display: flex;align-items: center;}
    .v3_about_title .more img{height: 14px;margin-left: 8px;}
    .v3_about_title .more span{font-size: 14px;}
    .v3 .about_two{margin-top: 20px;overflow: hidden;}
    .v3 .about_slide{position:relative;width: 95%;margin: 20px auto}
    .v3 .about_slide .swiper-slide{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v3 .about_slide .swiper-slide img{width: 100%}
    .v3 .about_slide .swiper-slide .nr{padding: 15px 8px}
    .v3 .about_slide .prev{position: absolute;top: 35%;transform: translate(0,-50%);z-index: 2}
    .v3 .about_slide .next{position: absolute;top: 35%;transform: translate(0,-50%);z-index: 2;right: 0;}
    .v3 .about_three li{margin-top: 20px;}
    .v3 .about_three li .tit{background-color: #F6F6F6;height: 124px;}
    .v3 .about_three li .tit h2{padding: 32px}
    .v3 .about_three li a{width: 83.157%;margin: -29px auto 0 auto;display:flex;height: 56px;background-color: #2662A7;align-items: center;justify-content: space-between;padding: 24px;box-sizing: border-box;color: #FFFFFF;}


    /*v4 mobile*/
    .v4{font-size: 16px;}
    .v4 .top_flex{background-color: #A11E23}
    .v4 .v4head_right{display: none}
    .v4 .m_nav span{background:#FFFFFF}
    .v4head{display: flex;justify-content:space-between;align-items: center;padding: 10px 0;}
    .v4head .logo{max-width: 75%}
    .v4head .logo img{max-width: 100%}
    .v4head .nav{display: none}
    .v4head .nav.active{display: unset;height: 100vh;width: 100%;position: absolute;background-color: #ffffff;left: 0;top: 0;padding-top: 85px;}
    .v4head .nav>ul>li{line-height: 40px;text-align: center;border-bottom: 1px dashed #A11E23;margin: 0 25px}
    .v4head .nav>ul>li>a{font-size: 20px;color: #A11E23}
    .v4head .nav>ul>li .drapdown{display: none}
    .v4head .nav>ul>li .drapdown.active{display:block;}
    .v4head .nav>ul>li .drapdown>ul{display: grid;grid-template-columns: 49% 49%;justify-content: space-between}
    .v4head .nav ul li .drapdown>ul>li{background-color: #A11E23;height: 40px}
    .v4head .nav ul li .drapdown>ul>li:nth-of-type(n+3){margin-top: 10px}
    .v4head .nav ul li .drapdown>ul>li:last-of-type{margin-bottom: 10px}
    .v4head .nav ul li .drapdown>ul>li>a{font-size: 18px;color: #FFFFFF}
    .v4head .search{display: none}
    .v4banner{overflow: hidden}
    .v4banner img{width: 100%}
    .v4_module_one_list_l{display: none}
    .v4 .v2_title{display: flex;align-items: center;margin: 20px 0;position: relative}
    .v4 .v2_title h2{font-size: 1.5rem;left: 0;font-weight: bold;position: relative;order: 1}
    .v4 .v2_title span{font-size: 26px;color: #BBBBBB;left: 0;opacity: 0.4;font-weight: bold;order: 2}
    .v4 .v2_title:after{content: '';position: absolute;display: block;width: 88px;height: 3px;background-color: #A11E23;top:45px;left: 0}
    .v4 .v2_title .h i{position: absolute;right: 0;top: 50%;transform: translate(0,-50%);font-style: normal;font-weight: bold}
    .v4  .v4_list_div_r img{width: 100%}
    .v4 .v4_list_div{display: flex;flex-direction: column}
    .v4 .v4_list_div .v4_list_div_l{order: 2;padding: 10px}
    .v4 .v4_list_div .v4_list_div_r{order:1}
    .v4 .v4_list_div .v4_list_div_l h4{margin: 8px 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden}
    .v4 .v4_list_div .v4_list_div_l span{display: block;color: #999999;font-size: 13px}
    .v4 .v4_list_div .v4_list_div_l p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;font-size: 14px}
    .v4_module_one_list{margin-top: 40px}
    .v4_module_one_list_r>ul>li{box-shadow: 0 4px 8px #BBBBBB}
    .v4_module_one_list_r>ul>li:nth-of-type(n+2){margin-top: 20px;}
    .v4_module_two .v2_title{margin-top: 35px}
    .v4_module_two .v2_title>span{position: absolute;left: 0;top: -15px}
    .v4_module_two_list{margin-top: 40px}
    .v4_module_two_list>li{padding: 15px;box-sizing: border-box;height: 110px;background-color: #FFFFFF;box-shadow: 0 4px 8px #999999;margin-bottom: 20px}
    .v4_module_two_list>li .v4_list .vtime i,
    .v4_module_two_list>li .v4_list .vtime em {color: #999999;}
    .v4_module_two_list>li .v4_list .nr h4{color: #000000}
    .v4_module_two_list>li .v4_list .nr p{color: #888883}
    .v4_list{display: flex;justify-content: space-between;width: 100%;}
    .v4_list .nr{flex: 1;width: 0}
    .v4_list .vtime{display: flex;flex-direction: column;align-items: center;padding-right: 15px;position: relative;width: 88px}
    .v4_list .vtime i{font-style: normal;font-size: 34px;font-weight: bold}
    .v4_list .vtime em{font-style: normal;font-size: 14px;font-weight: bold}
    .v4_list h4{white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .v4_list p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top: 12px;font-size: 14px}

    .v4_module_three_bg{background-color:#F5F5F5;padding-top: 20px}
    .v4_three_list{margin-top: 40px}
    .v4_three_list>li{width: 100%;background: linear-gradient(to bottom,#FFFFFF 0 ,#FFFFFF 137px, transparent 137px, transparent 100%)}
    .v4_three_list h2{font-size: 26px;line-height: 35px;position: relative;padding:37px 0  17px 40px;}
    .v4_three_list h2::after{content: '';display: block;position: absolute;bottom: 0;width:64px;height: 4px;background-color: #A11E23 }
    .v4_three_list>li .view{width:80%;height: 40px;background-color: #A11E23;display: flex;align-items: center;padding: 0 40px;justify-content: space-between;color: #FFFFFF;box-sizing: border-box;margin:24px auto}
    .v4_three_list>li .view img{width: 42px}

    .v4_list_1>h1{font-size: 20px;}
    .v4_list_1 ul li>a{display: flex;flex-direction: column;margin-top: 20px;}
    .v4_list_1 ul li .nr{order: 2;padding: 15px 8px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v4_list_1 ul li .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 18px;}
    .v4_list_1 ul li .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size: 14px;}
    .v4_list_1 ul li .img{order: 1}
    .v4_list_1 ul li img{width: 100%;}
    .v4 .list_module1{display: flex;flex-direction: column;}
    .v4 .list_module1_right{order: 1}
    .v4_list_1{order: 2;margin-top: 20px}
    .v4 .crumbs,
    .v4 .list_nav1.active{background-color:#A11E23}

    .v4_list_2>h1{font-size: 20px;}
    .v4_list_2 ul li>a{display: flex;flex-direction: column;margin-top: 20px;}
    .v4_list_2 ul li .nr{order: 2;padding: 15px 8px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v4_list_2 ul li .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 18px;}
    .v4_list_2 ul li .nr p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size: 14px;}
    .v4_list_2 ul li .img{order: 1}
    .v4_list_2 ul li img{width: 100%;}
    .v4 .v4_list_2{display: flex;flex-direction: column;}
    .v4 .list_module1_right{order: 1}
    .v4_list_2{order: 2;margin-top: 20px}























/*v5mobile*/

    .v5 .v4head_right{display: none}
    .v5 .m_nav span{background:#651F9C }
    .v5 .m_nav.active span:nth-of-type(1),
    .v5 .m_nav.active span:nth-of-type(3){background:#651F9C }
    .v5 .v1head .nav>ul>li>a{color: #651F9C}
    .v5 .v1head .nav>ul>li{border-bottom:1px dashed #651F9C}
    .v5banner{overflow: hidden}
    .v5banner img{width: 100%}
    .v5_index_one_list_r{display: none}
    .v5_toptit{position: relative;}
    .v5_toptit>a{display: flex;justify-content: space-between;margin: 20px 0 30px 0}
    .v5_toptit::after{content: '';position: absolute;width:15%;height: 3px;background-color:#651F9C;display: block;bottom: -10px }
    .v5_toptit2{position: relative;}
    .v5_toptit2>a{display: flex;justify-content: space-between;margin: 20px 0 30px 0}
    .v5_toptit2::after{content: '';position: absolute;width:15%;height: 3px;background-color:#651F9C;display: block;bottom: -10px }
    .v5_toptit span{font-weight: bold}
    .v5_index_one_list_l>ul>li{box-shadow: 0 4px 8px #d0cdcd;margin-bottom: 20px;}
    .v5_index_one_list_l>ul>li>a{display: flex;flex-direction: column;}
    .v5_index_one_list_l>ul>li img{width: 100%;order: 1}
    .v5_index_one_list_l>ul>li p{order: 3;padding: 8px}
    .v5_index_one_list_l>ul>li span{order: 2;padding: 8px;font-size: 14px;color: #999999}
    .v5_index_one_list_l>ul>li b{display: none}
    .v5_index_two{overflow: hidden;position: relative;padding-bottom: 50px}
    .v5_index_two_list>ul>li .zoomImage{padding-bottom:70.325%}
    .v5_index_two_list>ul>li .nr{position: relative;padding-bottom: 20px;}
    .v5_index_two_list>ul>li .nr::after{content: '';display: block;width: 20%;height: 2px;background-color: #651F9C;bottom: 0;position: absolute}
    .v5_index_two_list>ul>li .nr h2{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 8px}
    .v5_index_two .jt{position: absolute;bottom: 0;display: flex;justify-content: space-between;width: 100%}
    .v5_index_three .pic_list li{box-shadow:0 4px 8px #B8B8B8;margin-bottom: 20px}
    .v5_index_three .pic_list img{width: 100%;object-fit: cover;height: 200px}
    .v5_index_three .pic_list .nr{padding: 8px 10px}
    .v5_index_three .pic_list .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;padding-bottom: 10px}
    .v5_index_three .pic_list .nr span{font-size: 14px;color: #999999}
    .v5_index_four_bg{background-color: #F5F5F5}
    .v5_index_four{padding: 20px 0}
    .v5_index_four .pic_list li{box-shadow:0 4px 8px #B8B8B8;padding: 20px 10px;margin-bottom: 18px}
    .v5_index_four .pic_list li h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-weight: normal;padding: 8px 0 }
    .v5_index_four .pic_list li span{font-size: 14px;color: #999999}
    .v5_index_four .pic_list li img{width: 40px;padding-top: 5px}
    .v5 .vfoot{margin-top: unset}
    .v5_masses_one{margin-top: 20px;overflow: hidden}
    .v5_masses_one_body .left li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 30px;}
    .v5_masses_one_body .left li .nr{padding: 8px 8px 15px 8px}
    .v5_masses_one_body .left .img img {width: 100%;}
    .v5_masses_one_body .left h2 {white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_masses_one_body .left p {display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;margin-top: 15px;}
    .v5_masses_tit{display: flex;align-items: center}
    .v5_masses_tit h1{font-size: 20px;color: #333333;padding-right: 36px;border-right: 1px solid #999999}
    .v5_masses_tit a{font-size: 16px;color: #999999;margin-left: 36px;}
    .v5_masses_one_body .right .img img{width: 100%;height: 150px;object-fit:cover}
    .v5_masses_one_body .right h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_masses_one_body .right p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v5_masses_one_body .right li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v5_masses_one_body .right .nr{padding: 8px 8px 15px 8px}
    .v5_masses_one_body .right .nr p{margin-top: 15px;}
    .v5_masses_one_body .right{position: relative;margin-top: 20px;}
    .v5_masses_one_body .page_slide{position: absolute;top:130px;z-index: 2;left: 50%;transform: translate(-50%)}
    .v5_masses_one_body .page_slide .swiper-pagination-bullet{margin-right: 8px;}
    .v5_masses_one_body .page_slide .swiper-pagination-bullet-active{background-color: white}
    .v5_masses_two{margin-top: 30px;overflow: hidden;}
    .v5_masses_two li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v5_masses_two_slide{margin-top: 30px;}
    .v5_masses_two_slide .nr{padding: 0 8px}
    .v5_masses_two_slide .img img{width: 100%}
    .v5_masses_time{margin-top: 8px;padding: 8px}
    .v5_masses_time em,
    .v5_masses_time i{font-style: normal;font-size: 14px;color: #999999}
    .v5_masses_time em{position:relative}
    .v5_masses_time em::after{content: '/'}
    .v5_masses_two_slide .jt{display: flex;justify-content: space-between;margin-top: 10px;}
    .v5_masses_two_slide h2{margin-top: 10px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_masses_two_slide p{margin-top: 10px;margin-bottom: 15px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v5_masses_three ul {display: flex;margin-bottom: 22px;justify-content: center;flex-direction: column;width: 100%;}
    .v5_masses_three li{margin-top: 30px;}
    .v5_masses_three li>div{width: 100%;height: 120px;background-color: #F6F6F6;padding: 37px 0 0 40px;box-sizing: border-box}
    .v5_masses_three li>div h2{font-size: 20px;color: #333333;position: relative;padding-bottom: 17px;}
    .v5_masses_three li>div h2::after{content: '';display: block;position: absolute;width: 64px;height: 4px;bottom: 0;background-color: #651F9C}
    .v5_masses_three li a{width:60%;height: 40px;background-color:#651F9C;display: flex;justify-content: space-between;padding:  0 40px;box-sizing: border-box;align-items: center;margin: -20px auto 0 auto}
    .v5_masses_three li a span{font-size: 16px;color: white}
    .v5_masses_three li a img{width: 36px;}







    .v5_speech{margin-top: 20px;margin-bottom: 20px;}
    .v5_speech>h2{text-align: center;position: relative;padding-bottom: 15px;font-size: 22px;}
    .v5_speech>h2::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #651F9C;bottom: 0;left: 50%;transform: translate(-50%)}
    .v5_speech span{font-size: 18px;color: #333333;display: block;text-align: center;font-weight: bold;margin-top: 27px;}
    .v5_speech p{font-size: 16px;color:#999999;line-height: 21px;width: 80%;margin: 24px auto 0 auto}
    .v5_speech a{text-align: center;display: block;font-size: 16px;color: #999999}
    .v5_about_bg{position: relative;padding-top: 30px;}
    .v5_about_bg.independent::after{background-color: unset}
    .v5_about_bg::after{content: '';display: block;position: absolute;width: 100%;height: 438px;background-color:#651F9C;top: 0;left: 0;z-index: -1}
    .v5_about>h2{text-align: center;position: relative;padding-bottom: 15px;font-size: 32px;color: white}
    .v5_about>h2::after{content: '';display: block;position: absolute;width: 66px;height: 4px;background-color: #FFFFFF;bottom: 0;left: 50%;transform: translate(-50%)}
    .v5_about p{font-size: 16px;color:#FFFFFF;line-height: 21px;width: 85%;margin: 24px auto 0 auto;}
    .v5_about>a{font-size: 16px;color: white;display: block;margin-top: 39px;text-align: center}
    .v5_about .pic_list{margin-top: 30px;}
    .v5_about .pic_list .img{overflow: hidden;height:180px;margin-top: 15px;}
    .v5_about .pic_list .img img{width: 100%;height: 180px;object-fit: cover}
    .v5_about .fast_nav{margin-bottom: 20px;}
    .v5_about .fast_nav li>div{width:100%;height: 140px;background-color: #F6F6F6;padding: 37px 0 0 40px;box-sizing: border-box;margin-top: 29px;}
    .v5_about .fast_nav li>div h2{font-size: 22px;color: #333333;position: relative;padding-bottom: 17px;}
    .v5_about .fast_nav li>div h2::after{content: '';display: block;position: absolute;width: 64px;height: 4px;bottom: 0;background-color: #651F9C}
    .v5_about .fast_nav li a{width:83.77%;height: 60px;background-color:#651F9C;display: flex;justify-content: space-between;padding:  0 40px;box-sizing: border-box;align-items: center;margin: -30px auto 0 auto}
    .v5_about .fast_nav li a span{font-size: 16px;color: white}
    .v5_about .fast_nav li a img{width: 36px;}
    .v5_teaching_bg{overflow: hidden}
    .v5_teaching{position: relative}
    .v5_teaching .jt{display:none}
    .v5_teaching_slide .img img{width: 100%;height: 220px;object-fit: cover}
    .v5_teaching_slide li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v5_teaching_slide li .nr{padding:8px 8px 15px 8px}
    .v5_teaching_slide h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v5_teaching_slide p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;margin-top: 10px;}
    .v5_teaching_slide span{font-size: 14px;color: #999999;display:block;margin-top: 8px;}


    .v5_n_list1{order: 2;margin-top: 20px;margin-bottom: 20px;}
    .v5_n_list1>h2{font-size: 22px;color: #333333}
    .v5_n_list1 ul{margin-top: 10px;}
    .v5_n_list1 li .img{height: 182px;overflow: hidden;margin-top: 20px;}
    .v5_n_list1 img{width: 100%;height: 182px;object-fit: cover}
    .v5_n_list1 .nr{position: relative;background-color: #F6F6F6;height:76px;padding: 16px 24px;box-sizing:border-box}
    .v5_n_list1 .nr::before{content: '';display: block;height: 80%;top: 50%;transform: translate(0,-50%);left: 0;background-color:#651F9C;width:  4px;position: absolute}
    .v5_n_list1 .nr h2{font-size: 18px;color: #333333}
    .v5_n_list1 .nr p{font-size: 14px;color: #333333;margin-top: 8px;}

    .v5_n_list2{margin-top: 20px;}
    .v5_n_list2 li{margin-top: 20px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);}
    .v5_n_list2 img{max-width: 100%;margin: 10px auto;padding: 8px 0 0 0}
    .v5_n_list2 li .nr{padding: 8px }
    .v5_n_list2 li h2{font-size: 18px;color: #333333}
    .v5_n_list2 li span{font-size: 16px;color: #333333;font-weight: bold;display: block;margin: 10px 0}
    .v5_n_list2 li p{font-size: 16px;color: #666666;line-height: 28px}
    .v5_n_list2{order: 2}



    .v5_n_body2{order: 2;margin-top: 20px;margin-bottom: 20px;}
    .v5_n_body2 .img img{width: 100%;height: 265px;object-fit: cover}
    .v5_n_body2 .nr{margin-top: 30px;}
    .v5_n_body2 .nr .left{width: 222px;}
    .v5_n_body2 .nr .left h2{font-size: 22px;color: #333333}
    .v5_n_body2 .nr .left p{font-size: 18px;color: #333333;margin-top: 20px;font-weight: bold;}
    .v5_n_body2 .nr .right{border-top: 4px solid #651F9C;margin-top: 20px;padding-top: 20px;}
    .v5_n_body2 .nr .right p{font-size: 16px;color: #333333;line-height: 32px;}



    .v5_n_list3{order: 2;margin-top: 20px;margin-bottom: 20px;}
    .v5_n_list3>h1{margin-top: 10px;font-size: 22px;}
    .v5_n_list3 ul.pic_list li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v5_n_list3 ul.pic_list img{width: 100%;}
    .v5_n_list3 ul.pic_list .v3time{display: flex;padding: 8px 8px 0 8px;font-size: 14px;color: #666666}
    .v5_n_list3 ul.pic_list em{order: 2;font-style: normal}
    .v5_n_list3 ul.pic_list em::before{content: '.'}
    .v5_n_list3 ul.pic_list i{font-style: normal}
    .v5_n_list3 ul.pic_list .nr{padding: 8px 8px 15px 8px}
    .v5_n_list3 ul.pic_list .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 18px;color: #333333}
    .v5_n_list3 ul.pic_list .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;}
    .v5_n_list2_slide{position: relative;overflow: hidden;margin-top: 40px;}
    .v5_n_list2_slide li{position: relative}
    .v5_n_list2_slide .img{overflow: hidden;height: 230px;}
    .v5_n_list2_slide img{width: 100%;height: 230px;object-fit: cover}
    .v5_n_list2_slide .img:hover img{transform: scale(1.05);transition: all 0.5s}
    .v5_n_list2_slide .nr{position: absolute;bottom: 0;background-color: rgba(0, 0, 0, 0.5);width: 100%;height: 56px}
    .v5_n_list2_slide h3{font-size: 15px;color: #FFFFFF;line-height: 56px;margin-left: 21px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 45%}
    .v5_n_list2_slide .page_slide{width:102px;background-color: rgba(250, 250, 250, 0.3);height: 8px;position: absolute;bottom: 24px;right: 17px;z-index: 2}
    .v5_n_list2_slide .page_slide .swiper-scrollbar-drag{background-color:#FAFAFA;width:33%;display: block;height: 8px;border-radius: unset}

    .v5_n_list4{order: 2;margin-top: 20px;margin-bottom: 20px;}
    .v5_n_list4>h1{margin-top: 10px;font-size: 22px;}
    .v5_n_list4 ul.pic_list li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v5_n_list4 ul.pic_list img{width: 100%;}
    .v5_n_list4 ul.pic_list .v3time{display: flex;padding: 8px 8px 0 8px;font-size: 14px;color: #666666}
    .v5_n_list4 ul.pic_list em{order: 2;font-style: normal}
    .v5_n_list4 ul.pic_list em::before{content: '.'}
    .v5_n_list4 ul.pic_list i{font-style: normal}
    .v5_n_list4 ul.pic_list .nr{padding: 8px 8px 15px 8px}
    .v5_n_list4 ul.pic_list .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 18px;color: #333333}
    .v5_n_list4 ul.pic_list .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;}

    .v5_n_list5{order: 2;margin-top: 20px;}
    .v5_n_list5 .t1_list>a{display: flex;justify-content: space-between;align-items: center;height: 118px}
    .v5_n_list5 .t1_list .l_time{display: flex;flex-direction: column;align-items: center;width: 15%;}
    .v5_n_list5 .t1_list .l_time i{font-style: normal;font-size: 28px;color: #999999;font-weight: bold}
    .v5_n_list5 .t1_list .l_time em{font-style: normal;font-size: 14px;color: #999999;font-weight: bold}
    .v5_n_list5 .t1_list .tit{width: 85%;position: relative;padding-left: 15px}
    .v5_n_list5 .t1_list .tit h2{font-size: 20px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
    .v5_n_list5 .t1_list .tit:after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #999999;left: 15px;top: 30px}

    /*v5内页*/
    .v5_n_body1{order: 2;margin: 20px 0}
    .v5_n_body1>h2{font-size: 20px;color: #333333}
    .v5_n_body1>span{font-size: 16px;color: #999999;display: block;margin-top: 10px;}
    .v5_n_body1 .body_text{font-size: 16px;color: #333333;line-height: 32px;margin-top: 40px;}
    .v5_n_body1 .body_text p{font-size: 16px;color: #333333;line-height: 32px}
    .v5_n_body1 .body_text img{max-width: 100%;margin: 10px auto}
    .list_module1_right.v5 .active{background: #651F9C}
    .crumbs.v5{height: 55px;background-color: #651F9C}
    .v5 .bodypage_top{height: 55px;background-color: #651F9C;display: flex;align-items: center}
    .v5 .page_body_main>span{margin-top: 25px;display: block;color: #999999}
    .v5 .page_body_main_l{font-size: 16px;color: #333333;line-height: 32px;margin-top: 20px;}
    .v5 .page_body_main_l p{font-size: 16px;color: #333333;line-height: 32px}
    .v5 .page_body_main_l img{max-width: 100%}
    .v5 .page_body_main_r_t{border-bottom: 3px solid #651F9C;}
    .v5 .page_body_main_r_t i{color: #651F9C;}
    .v5 .page_body_main_r_t h2{color: #651F9C;}
    .v5 .page_body_main_r_t{border-bottom: 3px solid #651F9C;}





    /*v6传媒学院*/
    .v6 .v4head_right{display: none}
    .v6tit{display: flex;justify-content: space-between;}
    .v6tit h2{position: relative;padding-bottom: 10px}
    .v6tit h2::after{content: '';display:block;position: absolute;left: 0;bottom: 0;width:50px;height: 2px;background-color: #A11E23}
    .v6tit b{display: none}
    .v6tit .view{width:80%;height: 62px;background-color: #A11E23;display: flex;align-items: center;padding: 0 40px;justify-content: space-between;box-sizing: border-box;margin: auto;position: absolute;bottom: 0;left: 50%;transform: translate(-50%);z-index: 2}
    .v6tit .view{color: #FFFFFF}
    .v6banner{overflow: hidden;position: relative;--swiper-theme-color: #ffffff;--swiper-pagination-color: #ffffff;}
    .v6banner img{width: 100%}
    .v6_banner_page{position: absolute;bottom: 0;z-index: 2;text-align: center;width: 100%}
    .v6_banner_page .swiper-pagination-bullet{margin-right: 8px}
    .v6banner_bg .jt{display: none}
    .v6_index_one{padding-top: 20px;position: relative;padding-bottom: 82px}
    .v6_index_one .big_pic{overflow: hidden;margin-top: 10px}
    .v6_index_one .litte_pic{display: flex;justify-content: space-between}
    .v6_index_one .litte_pic .list{display: none}
    .v6_index_one .top{box-shadow: 0 4px 8px #B8B8B8;width: 96%;margin: 10px auto}
    .v6_index_one .top .img img{width: 100%}
    .v6_index_one .top .left{display: flex;padding:9px 9px 0 9px}
    .v6_index_one .top .left em,
    .v6_index_one .top .left i{font-style: normal;font-size: 14px;color: #999999}
    .v6_index_one .top .left em{order: 2;}
    .v6_index_one .top .left em::before{content: '.'}
    .v6_index_one .top .left i{order: 1}
    .v6_index_one .top .right{padding:0 9px 15px 9px}
    .v6_index_one .top .right h2{font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 40px}
    .v6_index_one .top .right p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;font-size: 15px}
    .v6_index_two_bg{background-color: #F6F6F6;}
    .v6_index_two{padding-bottom: 102px;position: relative;padding-top: 20px;margin-top: 20px}
    .v6_index_two .v6tit .view{bottom: 20px}
    .v6_index_two>ul>li{box-shadow: 0 4px 8px #B8B8B8;margin-top: 20px;padding: 10px;background-color: #FFFFFF}
    .v6_index_two .list{position: relative;padding-bottom: 20px;}
    .v6_index_two .list span{font-size: 14px;line-height: 19px;color: #999999}
    .v6_index_two .list h2{font-size: 18px;line-height: 30px;color: #333333;margin-top: 6px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .v6_index_two .list::after{content: '';display: block;width: 88px;height: 2px;position: absolute;bottom: 0;left: 0;background-color: #DDDDDD}
    .v6_index_three{padding-bottom: 82px;position: relative;padding-top: 20px;}
    .v6_index_three .body{padding: 20px 0;}
    .v6_index_three .body .left .nr p{padding: 20px 0;}
    .v6_index_three .body .right{width: 100%}
    .v6_index_three .body .right video{width: 100%}
    .v6 .crumbs,
    .v6 .list_nav1.active{background-color:#A11E23}

    /*v7信息学院*/
    .v7 .v4head_right{display: none}
    .v7banner{overflow: hidden}
    .v7banner img{width: 100%}
    .v7tit{display: flex;justify-content: space-between;align-items: center}
    .v7tit h2{position: relative;padding-bottom: 10px}
    .v7tit h2::after{content: '';display:block;position: absolute;left: 0;bottom: 0;width:50px;height: 2px;background-color: #A11E23}
    .v7tit span{display: none}
    .v7tit .view{width:80%;height: 62px;background-color: #A11E23;display: flex;align-items: center;padding: 0 40px;justify-content: space-between;box-sizing: border-box;margin: auto;position: absolute;bottom: 0;left: 50%;transform: translate(-50%);z-index: 2}
    .v7tit .view{color: #FFFFFF}

    .v7_index_one{padding: 20px 0}
    .v7_index_one .list{box-shadow: 0 4px 8px #BBBBBB;padding: 18px 10px;margin-top: 20px}
    .v7_index_one .list .l{display: flex}
    .v7_index_one .list .l i{order: 2;position: relative}
    .v7_index_one .list .l i::before{content: '.'}
    .v7_index_one .list .l em{order: 1}
    .v7_index_one .list .l i,
    .v7_index_one .list .l em{font-size: 14px;color: #999999;font-style: normal}
    .v7_index_one .list .r h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 18px;margin: 10px 0;}
    .v7_index_one .list .r p{font-size: 15px;line-height: 25px}
    .v7_index_one .img{display: none}
    .v7_index_two>ul>li{margin-top: 20px;position: relative;box-shadow:0 4px 8px #BBBBBB;}
    .v7_index_two>ul>li .zoomImage{padding-bottom: 62.209%}
    .v7_index_two>ul>li .time{position: absolute;top:175px;left: 8px;background-color: #A11E23}
    .v7_index_two>ul>li h2{font-size: 18px;color: #000000;padding:0 0 8px 91px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 27px;}
    .v7_index_two>ul>li p{font-size: 15px}
    .v7_index_two>ul>li .nr{padding: 13px 10px 10px 10px;box-sizing: border-box}

    .v7_index_three{padding: 20px 0}
    .v7_index_four_bg{background: url("../images/v7_index_four_bg.png")}
    .v7_index_four{padding: 20px 0}
    .v7_index_four ul li{width: 100%;padding:15px;background-color: #FFFFFF;box-sizing: border-box;margin-top: 20px}
    .v7_index_four .list{display: flex;}
    .v7_index_four .list .l{display: flex;flex-direction:column;align-items: center;width:88px;}
    .v7_index_four .list .l i,
    .v7_index_four .list .l em {font-style: normal;color: #888383;font-weight: bold}
    .v7_index_four .list .l i{font-size: 34px;line-height: 46px}
    .v7_index_four .list .l em{font-size: 14px;line-height: 19px}
    .v7_index_four .list .r h2{font-size: 18px;line-height: 36px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;padding-bottom: 24px}
    .v7_index_four .list .r h2::after{content: '';display:block;position: absolute;bottom: 0;width: 128px;height: 2px;background-color: #DFDBDB;}

    .v7_index_five_bg{background: url("../images/v7_index_five_bg.png")}
    .v7_index_five{display: flex;justify-content: space-between;padding: 20px 0;flex-direction: column}
    .v7_index_five .v3ico{height: 120px;background:rgba(255, 255, 255, 0.2);display: flex;flex-direction: column;align-items: center;justify-content: center;margin-top: 20px}
    .v7_index_five .v3ico img{max-width: 50px;max-height: 50px}
    .v7_index_five .v3ico p{margin-top: 10px;font-size: 20px;font-weight: bold;color: #FFFFFF}
    .v7_index_five .v3ico.active{background-color: #FFFFFF}
    .v7_index_five .v3ico.active p{color:#A11E23}

    /*v7内页*/
    .v7 .logo img{max-width: 100%}
    .v7 .n_head{display: flex;justify-content:space-between;align-items: center;padding: 10px 0;}
    .v7 .n_head .search{display:none}
    .v7 .v4head_right{display: none}
    .v7 .bodypage_top{height: 55px;background-color: #A11E23;display: flex;align-items: center}
    .v7 .bodypage_top .bodypage_crumbs{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .v7 .bodypage_top .bodypage_crumbs a,.bodypage_top .bodypage_crumbs p{color: #FFFFFF}
    .v7 .page_body_main{margin-top: 25px}
    .v7 .page_body_main>span{margin-top: 25px;display: block;color: #999999}
    .v7 .page_body_main_l {margin-top: 25px}
    .v7 .page_body_main_l p {line-height: 32px}
    .v7 .page_body_main_l img{width: 100%}
    .v7 .page_body_main_l video{width: 100%}
    .v7 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #A11E23;padding-bottom: 14px;margin-top: 20px}
    .v7 .page_body_main_r_t i{color: #A11E23;padding-right: 10px}
    .v7 .page_body_main_r_t h2{color: #A11E23;font-size: 16px;font-family: yh_Semibold, serif;}
    .v7 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #A11E23;padding-bottom: 14px;margin-top: 20px}
    .v7 .page_body_main_r_t i{color: #A11E23;padding-right: 10px}
    .v7 .page_body_main_r_t h2{color: #A11E23;font-size: 16px;font-family: yh_Semibold, serif;}

    .v7 .page_body_main_r_list{margin-top: 18px}
    .v7 .page_body_main_r_list>ul>li>a .nr{height: 102px;display: flex;flex-direction: column;justify-content: space-between;padding: 18px 0 18px 20px;box-sizing: border-box;position: relative;border-left: 1px solid #EEEEEE;}
    .v7 .page_body_main_r_list>ul>li>a .nr span{color: #999999;font-size: 14px}
    .v7 .page_body_main_r_list>ul>li>a .nr p{color: #333333;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v7 .page_body_main_r_list>ul>li>a:hover .nr p{color:#A11E23}
    .v7 .page_body_main_r_list>ul>li>a .nr:before{content: '';position:absolute;display: block;width:5px;height: 5px;border-radius:5px;background-color: #EEEEEE;top: 25px;left: -2.5px }


    .v7_n_list1{order: 2;margin-top: 20px;margin-bottom: 20px;}
    .v7_n_list1>h1{margin-top: 10px;font-size: 22px;}
    .v7_n_list1 ul.pic_list li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;}
    .v7_n_list1 ul.pic_list img{width: 100%;}
    .v7_n_list1 ul.pic_list .v3time{display: flex;padding: 8px 8px 0 8px;font-size: 14px;color: #666666}
    .v7_n_list1 ul.pic_list em{order: 2;font-style: normal}
    .v7_n_list1 ul.pic_list em::before{content: '.'}
    .v7_n_list1 ul.pic_list i{font-style: normal}
    .v7_n_list1 ul.pic_list .nr{padding: 8px 8px 15px 8px}
    .v7_n_list1 ul.pic_list .nr h2{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 18px;color: #333333}
    .v7_n_list1 ul.pic_list .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;}




    /*内页*/
    .v8 .banner_f img{width: 100%}
    .v8 .main.banner_f{margin-top: 72px;position: relative}
    .v8 .main.banner_f img{width: 100%}
    .v8 .banner .column{position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%}
    .v8 .banner .column h1{color: #FFFFFF}
    .v8 .crumbs{height: 55px;background-color: #A11E23}
    .v8 .crumbs .w62{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .v8 .crumbs .w62 a,.crumbs .w62 p{color: #FFFFFF}

    .v8 .list_nav1{height: 56px;display: flex;align-items: center;border-bottom: #DDDDDD 1px solid}
    .v8 .list_nav1 .tit{display: flex;align-items: center;padding-left: 20px}
    .v8 .list_nav1 .tit i{display: none;padding-right: 10px}
    .v8 .list_nav1.active{background: #A11E23}
    .v8 .list_nav1.active a{color: #FFFFFF}
    .v8 .list_nav1.active .tit i{display: block;color: #FFFFFF}
    .v8 .t1_list>a{display: flex;justify-content: space-between;align-items: center;height: 118px}
    .v8 .t1_list .l_time{display: flex;flex-direction: column;align-items: center;width: 15%;}
    .v8 .t1_list .l_time i{font-style: normal;font-size: 28px;color: #999999;font-weight: bold}
    .v8 .t1_list .l_time em{font-style: normal;font-size: 14px;color: #999999;font-weight: bold}
    .v8 .t1_list .tit{width: 85%;position: relative;padding-left: 15px}
    .v8 .t1_list .tit h2{font-size: 20px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
    .v8 .t1_list .tit:after{content: '';position: absolute;display: block;width: 128px;height: 2px;background-color: #999999;left: 15px;top: 30px}
    .v8 .list_module1{display: flex;flex-direction: column;}
    .v8 .list_module1_right{order: 1}
    .v8 .list_module1_left{order: 2;margin-top: 20px}
    .v8 .list_module1_left li{margin-top: 20px}
    .v8 .list_module1_left li .right{box-shadow:  0 4px 8px #BBBBBB;padding: 10px 8px}
    .v8 .list_module1_left .left img{width: 100%}
    .v8 .list_module1_left li .right h2{font-size: 18px;line-height: 32px}
    .v8 .list_module1_left li .right p{font-size: 15px;line-height: 22px}

    /*.v8_list_father3{margin: 60px 0 94px 0}*/
    .v8_list_team_t>p{margin-top: 20px}
    .v8_list_team{display: flex;margin-top: 30px;flex-direction: column}
    .v8_list_team li .img{width: 100%;height: 120px;overflow: hidden;border: 1px solid #DDDDDD}
    .v8_list_team li .img img{width: 100%;height: 120px;}
    .v8_list_team li .img img:hover{transition: all 0.5s;transform: scale(1.05)}
    .v8_list_team li p{font-size: 16px;color: #333333;margin-top: 24px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
    .v8_list_team li:nth-of-type(n+4){margin-top: 68px}

    .v8_page{margin: 20px}
    .v8_page img{margin: 10px auto;max-width: 100%}
    .v8_page .top p{font-size: 16px;line-height: 21px;color: #999999;margin-top: 9px}
    .v8_page .body{margin-top: 40px}
    .v8_page .body p{font-size: 16px;line-height: 32px;color: #333333}

    .v8 .logo img{max-width: 100%}
    .v8 .n_head{display: flex;justify-content:space-between;align-items: center;padding: 10px 0;}

    .v8 .v4head_right{display: none}
    .v8 .bodypage_top{height: 55px;background-color: #A11E23;display: flex;align-items: center}
    .v8 .bodypage_top .bodypage_crumbs{display: flex;align-items: center;height: 100%;color: #FFFFFF}
    .v8 .bodypage_top .bodypage_crumbs a,.bodypage_top .bodypage_crumbs p{color: #FFFFFF}
    .v8 .page_body_main{margin-top: 25px}
    .v8 .page_body_main>span{margin-top: 25px;display: block;color: #999999}
    .v8 .page_body_main_l {margin-top: 25px}
    .v8 .page_body_main_l p {line-height: 32px}
    .v8 .page_body_main_l img{width: 100%}
    .v8 .page_body_main_l video{width: 100%}
    .v8 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #A11E23;padding-bottom: 14px;margin-top: 20px}
    .v8 .page_body_main_r_t i{color: #A11E23;padding-right: 10px}
    .v8 .page_body_main_r_t h2{color: #A11E23;font-size: 16px;font-family: yh_Semibold, serif;}
    .v8 .page_body_main_r_t{display: flex;align-items: center;border-bottom: 3px solid #A11E23;padding-bottom: 14px;margin-top: 20px}
    .v8 .page_body_main_r_t i{color: #A11E23;padding-right: 10px}
    .v8 .page_body_main_r_t h2{color: #A11E23;font-size: 16px;font-family: yh_Semibold, serif;}

    .v8 .page_body_main_r_list{margin-top: 18px}
    .v8 .page_body_main_r_list>ul>li>a .nr{height: 102px;display: flex;flex-direction: column;justify-content: space-between;padding: 18px 0 18px 20px;box-sizing: border-box;position: relative;border-left: 1px solid #EEEEEE;}
    .v8 .page_body_main_r_list>ul>li>a .nr span{color: #999999;font-size: 14px}
    .v8 .page_body_main_r_list>ul>li>a .nr p{color: #333333;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .v8 .page_body_main_r_list>ul>li>a:hover .nr p{color:#A11E23}
    .v8 .page_body_main_r_list>ul>li>a .nr:before{content: '';position:absolute;display: block;width:5px;height: 5px;border-radius:5px;background-color: #EEEEEE;top: 25px;left: -2.5px }
    .v11 .v1head .logo a p{color: #a11e23;margin-left: 60px;}
    .v11 .v5_toptit::after,.v11 .v5_index_two_list>ul>li .nr::after{background-color: #a11e23;}
    .v11_index1 ul li{margin-top: 20px;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);padding:15px 10px }
    .v11_index1 ul li span{font-size: 14px;color: #999999;}
    .v11_index1 ul li h2{font-size: 16px;color: #333333;margin-top: 10px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
    .v11_index1 ul li{padding-bottom: 20px;position: relative}


    .v12 .m_nav{z-index: 99}
    .v12 .v3head .m_nav span{background-color: #A11E23}
    .v12 .v3head .m_nav.active span:nth-of-type(3),.v12 .v3head .m_nav.active span:nth-of-type(1){background-color: #A11E23}
    .v12 .nav_bg .nav{display: none}
    .v12 .nav_bg .nav.active{display: unset;height: 100vh;width: 100%;position: absolute;background-color: #ffffff;left: 0;top: 0;padding-top: 85px;}
    .v12 .nav_bg .nav>ul>li{line-height: 40px;text-align: center;border-bottom: 1px dashed #A11E23;margin: 0 25px}
    .v12 .nav_bg .nav>ul>li>a{font-size: 20px;color: #A11E23}
    .v12 .nav_bg .nav>ul>li .drapdown{display: none}
    .v12 .nav_bg .nav>ul>li .drapdown.active{display:block;}
    .v12 .nav_bg .nav>ul>li .drapdown>ul{display: grid;grid-template-columns: 49% 49%;justify-content: space-between}
    .v12 .nav_bg .nav ul li .drapdown>ul>li{background-color: #A11E23;height: 40px}
    .v12 .nav_bg .nav ul li .drapdown>ul>li:nth-of-type(n+3){margin-top: 10px}
    .v12 .nav_bg .nav ul li .drapdown>ul>li:last-of-type{margin-bottom: 10px}
    .v12 .nav_bg .nav ul li .drapdown>ul>li>a{font-size: 18px;color: #FFFFFF}

    .v12 .v12_tit p{font-size: 18px;color: #000000;opacity: .1;font-weight: bold;text-transform: uppercase}
    .v12 .v12_tit .tit{display: flex;margin-top: 6px;align-items: center}
    .v12 .v12_tit .tit h2{font-size: 18px;color: #333333;padding-right: 32px;position: relative;line-height: 1;}
    .v12 .v12_tit .tit h2::after{content: '';display: block;position:absolute;width: 1px;height: 80%;top: 50%;transform: translate(0,-50%);background-color: #999999;right: 0;}
    .v12 .v12_tit .tit a{font-size: 14px;color: #999999;display: block;margin-left: 32px;}
    .v12 .v12_tit .tit a:hover{color: #A11E23}

    .v12_index1 ul li{height: 234px;position: relative;margin-top: 20px;}
    .v12_index1 ul li .img{overflow: hidden}
    .v12_index1 ul li .img img{width:100%;height: 234px;object-fit: cover}
    .v12_index1 ul li .nr{position: absolute;width: 100%;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.6);display: flex;flex-direction: column;padding: 10px ;box-sizing: border-box}
    .v12_index1 ul li .nr span{font-size: 14px;color: #ffffff;}
    .v12_index1 ul li .nr p{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size:16px;color: #ffffff;margin-top: 5px;}

    .v12 .v3_module_two .v12_tit,.v12 .v12_index3 .v12_tit{margin: 20px 0}
    .v12  .v3_module_two{padding-bottom: unset;}
    .v12 .v3_list2 p{font-size: 16px;}
    .v12 .v12_index2 li{box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);margin-top: 20px;padding: 15px 10px}

    .v12_index3_bg{background-color: #fafafa;}
    .v12_index3 ul li{position: relative;margin-top: 50px;}
    .v12_index3 ul li .top{width: 88.043%;height: 46px;background-color: #A11E23;display: flex;justify-content: space-between;align-items: center;padding: 0 28px ;box-sizing: border-box;margin: 0 auto;top: -23px;position: absolute;left: 50%;transform: translate(-50%)}
    .v12_index3 ul li .top img{width: 18px;}
    .v12_index3 ul li .top h2{font-size: 18px;color: #FFFFFF;}
    .v12_index3 ul li{background-color: #FFFFFF}
    .v12_index3 ul li .nr{width: 88.043%;margin: 0 auto;padding: 32px 22px ;box-sizing: border-box}
    .v12_index3 ul li .nr h3{font-size: 16px;color: #333333;font-weight: normal;margin-top: 10px;}
    .v12_index3 ul li .nr span{font-size: 14px;color: #999999;display:block;margin-top: 12px;}
    .v12 .v3_module_one_list>ul>li .time{background-color: #A11E23;}
    .v12.v3 .crumbs,.v12.v3 .list_nav1.active{background-color: #A11E23;}
    .v12.v3 .bodypage_top{background-color:#A11E23}
    .v12.v3 .page_body_main_r_t h2,.v12.v3 .page_body_main_r_t i{color: #A11E23}
    .v12.v3 .page_body_main_r_t{border-color: #A11E23}
    .v12 .v7_n_list1,.v12 .v5_n_list4{margin-top: unset;}




}



/*小尺寸关爱*/
@media all and (max-width: 320px){
    .v3 .view{height:48px}
    .v3_list .t{top:170px}
    .v3_module_one_list>ul>li .time,.v7_index_two>ul>li .time{top: 135px}


}



.v5banner .swiper-wrapper a{pointer-events: none;
cursor: default; }

