@charset "utf-8";

.head:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.67rem;
    background: linear-gradient(180deg, #002647 0%, rgba(216, 216, 216, 0) 100%);
}

.head .search:before{
    position: absolute;
    content: '';
    width: 1px;
    top: -.19rem;
    bottom: -.16rem;
    left: 0;
    background: #fff;
    opacity: .2;
}

/*分页*/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .87rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
    background: #fff;
}

.pagination a.active {
    background: #025393;
    color: #fff;
    border: 1px solid #025393;
}

.pagination a:hover {
    background: #025393;
    color: #fff;
    border: 1px solid #025393;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.n_banner {
    position: relative;
    z-index: 3;
}
.n_banner img{
    display: block;
    width: 100%;
}

.n_dh{
    position: relative;
    background: #E6EEF6;
    z-index: 5;
}
.n_dh .wp{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_dh .left{
    width: 25.55%;
    margin-top: -.3rem;
    position: relative;
}
.n_tit h3{
    font-size: .36rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-bottom: .15rem;
}
.posi{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
}
.posi img{
    display: block;
    width: .16rem;
    margin-right: .1rem;
}
.posi span{
    margin: 0 .03rem;
}
.n_tit{
    padding-top: .34rem;
    padding-bottom: .22rem;
}
.n_dh .right{
    width: 74.45%;
}
.n_erji li{
    position: relative;
    margin-left: .85rem;
}
.n_erji li a{
    display: block;
}
.n_erji li h2{
    font-size: .24rem;
    line-height: 1.03rem;
    color: #464646;
}
.n_erji li.active h2,.n_erji li:hover h2{
    color: #005BAC;
    font-weight: 600;
}
.n_erji li .sub2{
    position: absolute;
    top: 80%;
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
    padding-top: .2rem;
}
.n_erji li .sub2 .box2{
    padding-top: .2rem;
    background: #fff;
}
.n_erji li .sub2 a{
    font-size: .16rem;
    line-height: .26rem;
    color: #333;
    text-align: center;
    padding: .1rem ;
    transition: .5s;
}
.n_erji li .sub2 a:hover{
    color: #fff;
    background: #005BAC;
}
.n_erji li:hover .sub2{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.n_dh:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: -.3rem;
    width: 31.66vw;
    background: url("../ximages/n_dh01.png") no-repeat right center;
    background-size: auto 100%;
    z-index: 2;
}

.n_dh .plane .little_plane{
    position: absolute;
    bottom: -.14rem;
    left: 0;
    width: .29rem;
    height: .31rem;
    background: url('../ximages/n_plane.png') no-repeat 50%;
    background-size: 100% 100%;
    z-index:5;
    transition: .5s;
}
.n_dh .little_plane:before{
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -.03rem;
    right: calc(100% + .12rem);
    width: 100vw;
    height: .06rem;
    background: url("../ximages/n_plane2.png") no-repeat right center;
    background-size:  auto 100%;
}
.n_dh .little_plane:after{
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    width: 100vw;
    border-bottom: 1px dashed #005BAC;
    transform: translateY(50%);
}

.n_container{
    padding-top: .8rem;
    padding-bottom: 2.15rem;
    background: url("../ximages/n_container.png") no-repeat bottom center;
}

.n_title001{
    text-align: center;
    margin-bottom: .54rem;
}
.n_title001 h3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .36rem;
    line-height: .4rem;
    color: #3C3C3C;
}
.n_title001 h3 img{
    display: block;
    width: .26rem;
    height: .2rem;
}
.n_title001 h3 span{
    display: block;
    margin: 0 .1rem;
}
.n_title001 p{
    font-size: .36rem;
    line-height: .4rem;
    color: #005BAC;
    opacity: .1;
    font-family: 'songti',sans-serif;
    margin-top: -.2rem;
}

.n_list01 li{
    position: relative;
    line-height: .74rem;
    border-bottom: 1px dashed #CBCBCB;
}
.n_list01 li:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: .09rem;
    height: .09rem;
    background: #005BAC;
    border-radius: 50%;
    transform: translateY(-50%);
}
.n_list01 li a{
    font-size: .18rem;
    color: #333333;
    padding-left: .35rem;
    padding-right: 1.7rem;
    transition: .5s;
}
.n_list01 li time{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #005BAC;
}
.n_list01 li time img{
    display: block;
    width: .14rem;
    margin-right: .05rem;
}
.n_list01 li:hover a{
    color: #005BAC;
    font-weight: 600;
}
.n_list01 ul{
    margin-bottom: .4rem;
}

.n_list02 li{
    width: 29.51%;
    margin-left: 5.735%;
    position: relative;
    margin-bottom: .39rem;
}
.n_list02 li:nth-child(3n+1){
    margin-left: 0;
}

.n_list02 li a{
    display: block;
    position: relative;
    z-index: 3;
}
.n_list02 li .pic{
    padding-top: 2.73rem;
}
.n_list02 li time{
    position: absolute;
    left: -.12rem;
    bottom: 0;
    font-size: .14rem;
    color: #fff;
    line-height: .34rem;
    display: flex;
    align-items: center;
    width: 1.34rem;
    z-index: 3;
    padding-left: .24rem;
}
.n_list02 li time img{
    display: block;
    width: .14rem;
    margin-right: .06rem;
}
.n_list02 li time:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, #005BAC 16%, #6CB3DD 105%);
    transform: skew(30deg);
    z-index: -1;
    transition: .5s;
}


.n_list02 li .txt h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #424242;
    height: .52rem;
    margin-bottom: .13rem;
}
.n_list02 li .txt p{
    font-size: .14rem;
    line-height: .26rem;
    color: #9E9E9E;
    height: .52rem;
    margin-bottom: .25rem;
}
.n_list02 li .txt .line{
    display: block;
    border-bottom: 1px dashed #005BAC;
    opacity: .2;
    margin-bottom: .23rem;
}
.n_list02 li .txt h5{
    font-size: .14rem;
    line-height: .2rem;
    color: #565656;
    background: url("../ximages/s2-img01.png") no-repeat right center;
    background-size: auto .16rem;
}
.n_list02 li .txt{
    padding-top: .32rem;
    padding-bottom: .37rem;
}
.n_list02 li .txt *{
    transition: .5s;
}
.n_list02 li:after{
    position: absolute;
    content: '';
    left: -.36rem;;
    right: -.37rem;;
    top: -.34rem;
    bottom: 0;
    background: url("../ximages/n_pic02.png") no-repeat 50%;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_list02 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_list02 li:hover .txt h3{
    color: #fff;
    font-weight: 600;
}
.n_list02 li:hover .txt p{
    color: #fff;
}
.n_list02 li:hover .txt h5{
    color: #fff;
    background-image: url("../ximages/s2-img02.png");
}
.n_list02 li:hover .txt .line{
    border-color: #fff;
}
.n_list02 li:hover time:before{
    background: linear-gradient(105deg, #F36620 -1%, #F2AB2A 110%);
}

.detail{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.dtl_l{
    width: 68.54%;
    padding: .41rem .39rem .94rem;
    background: #F7F7F7;
}

.dtl_tit h1{
    font-size: .24rem;
    line-height: .3rem;
    color: #414141;
    text-align: center;
    font-weight: 600;
    margin-bottom: .28rem;
}
.dtl_tit p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(0, 91, 172, 0.1);
    padding: .13rem 0;
}
.dtl_tit p span{
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #005BAC;
    margin: 0 .5rem;
}
.dtl_tit{
    margin-bottom: .39rem;
}
.dtl_txt p{
    font-size: .18rem;
    line-height: 2em;
    color: #474747;
    margin-bottom: 2em;
    text-indent: 2em;
}
.dtl_txt p img{
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}
.dtl_txt p em{
    display: block;
    font-size: .14rem;
    line-height: .36rem;
    color: #005BAC;
    text-align: center;
    margin-top: .07rem;
}

.dtl_page p{
    font-size: .18rem;
    line-height: .36rem;
    color: #005BAC;
}
.dtl_page p a{
    transition: .5s;
}
.dtl_page p:hover a{
    color: #F36320;
}
.dtl_page{
    margin-top: 1.13rem;
    padding: .27rem 0 .26rem;
    border-top: 1px dashed rgba(0, 91, 172, 0.3);
    border-bottom: 1px dashed rgba(0, 91, 172, 0.3);
}

.dtl_r{
    width: 28.75%;
}
.dtl_bt{
    font-size: .24rem;
    line-height: .36rem;
    color: #333;
    margin-bottom: .15rem;
}
.listw a{
    display: block;
}
.listw a .pic{
    padding-top: 2.55rem;
}
.listw a .txt h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #393939;
    height: .6rem;
    transition: .5s;
}
.listw a .txt{
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #005BAC;
}
.listw a:hover .txt h3{
    color: #005BAC;
}
.list_boxn1 li{
    width: 47.34%;
    margin-bottom: .46rem;
}
.list_boxn1 li a{
    display: block;
}
.list_boxn1 li .pic{
    padding-top: 1.32rem;
}
.list_boxn1 li .txt h3{
    font-size: .14rem;
    line-height: .24rem;
    color: #393939;
    height: .48rem;
    transition: .5s;
}
.list_boxn1 li .txt{
    padding-top: .11rem;
    padding-bottom: .18rem;
    border-bottom: 1px solid #005BAC;
}
.list_boxn1 li:hover .txt h3{
    color: #005BAC;
}

.dtl_r .block1{
    margin-bottom: .66rem;
}

/*发展历程*/

.n_hisli li{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: space-between;
    margin-bottom: .6rem;
}
.n_hisli li:nth-child(2n+1){
    flex-direction: row-reverse;
}
.n_hisli li .left{
    width: 50.07%;
}
.n_hisli li time{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: .48rem;
    line-height: .88rem;
    color: #005BAC;
    font-family: 'songti', sans-serif;
}
.n_hisli li time img{
    display: block;
    width: .8rem;
    margin-left: .4rem;
}
.n_hisli li:nth-child(2n+1) time{
    flex-direction: row;
}
.n_hisli li:nth-child(2n+1) time img{
    margin-left: 0;
    margin-right: .4rem;
}

.n_hisli li .right{
    width: 42.92%;
}
.n_hisli li .right .txt p{
    font-size: .18rem;
    line-height: .3rem;
    color: #3B3B3B;
}
.n_hisli li .right .txt{
    padding: .32rem .4rem .31rem;
    background: url("../ximages/n_his04.png") no-repeat 50%;
    background-size: 100% 100%;
}
.n_hisli li .right .txt.bg2{
    background-image: url("../ximages/n_his05.png");
}
.n_hisli li .right .txt.bg3{
    background-image: url("../ximages/n_his06.png");
}

.n_hisli:after{
    position: absolute;
    content: '';
    top: .5rem;
    height: 19.32rem;
    left: 50%;
    margin-left: -.225rem;
    width: .45rem;
    background: url("../ximages/n_his01.png") no-repeat top center;
    background-size: 100% 100%;
}
.n_hisli:before{
    position: absolute;
    content: '';
    top: -.25rem;
    left: 50%;
    margin-left: .09rem;
    width: .23rem;
    height: .52rem;
    background: url("../ximages/n_his07.png") no-repeat 50%;
    background-size: 100%;
}

.n_hisli{
    position: relative;
}
.n_history{
    padding-top: .2rem;
}

/*学校简介*/

.xxjj .fl01 .wp{
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
}
.xxjj .fl01 .left{
    position: relative;
    z-index: 2;
    width: 48.61%;
    padding-left: .42rem;
}
.xxjj .fl01 .left:after{
    position: absolute;
    content: '';
    left: 0;
    right: -.4rem;
    bottom: -.72rem;
    height: 5.26rem;
    background: #fff;
    z-index: -1;
}
.xxjj .fl01 .left p{
    font-size: .16rem;
    line-height: .4rem;
    color: #3C3C3C;
    text-indent: 2em;
}
.xxjj .fl01 .right{
    width: 51.39%;
}
.xxjj .fl01 .right .top .pic{
    padding-top: 4.48rem;
}
.xxjj .fl01 .right .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: .38rem;
}

.xxjj .fl01 .right .bottom .li{
    width: 29.59%;
}
.xxjj .fl01 .right .bottom .pic{
    padding-top: 1.33rem;
}
.xxjj .fl01:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 5.26rem;
    background: #005BAC;
    opacity: .1;
}
.xxjj .fl01{
    padding-bottom: .72rem;
    position: relative;
}

.list_boxn2 li .con{
    width: 1.82rem;
    height: 1.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.list_boxn2 li h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #005BAC;
    font-family: 'songti', sans-serif;
    margin-bottom: .05rem;
    transition: .5s;
}
.list_boxn2 li h3 i{
    font-family: 'songti', sans-serif;
}
.list_boxn2 li h4{
    font-size: .14rem;
    line-height: .2rem;
    color: #3E3E3E;

}
.list_boxn2 li .con:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../ximages/s4-img01.png') no-repeat 50%;
    background-size: 100%;
    z-index: -1;
    transition: .5s;
}
.list_boxn2 li:hover .con:after{
    background-image: url("../ximages/s4-img02.png");
}
.list_boxn2 li:hover h3{
    color: #F36620;
}
.list_boxn2 li:nth-child(1),
.list_boxn2 li:nth-child(5){
    margin-top: 1.5rem;
}
.list_boxn2 li:nth-child(2),
.list_boxn2 li:nth-child(4){
    margin-top: .5rem;
}
.fl02{
    padding-top: 1.1rem;
    padding-bottom: 3.7rem;
    margin-bottom: .79rem;
    background: url("../ximages/jj_img05.png") no-repeat bottom center;
    background-size: cover;
}

.fl03 .top{
    margin-bottom: .79rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fl03 .top .left{
    width: 48.61%;
}
.fl03 .top .left .pic{
    padding-top: 4.14rem;
}
.fl03 .top .right{
    width: 48.61%;
    display: flex;
    justify-content: space-between;
}
.fl03 .top .right .ll{
    width: 47.14%;
}
.fl03 .top .right .ll .pic{
    padding-top: 4.14rem;
}
.fl03 .top .right .rr{
    width: 47.14%;
}
.fl03 .top .right .rr .pic{
    padding-top: 1.88rem;
}
.fl03 .top .right .rr .pic:first-child{
    margin-bottom: .38rem;
}
.fl03 p{
    font-size: .18rem;
    line-height: .4rem;
    color: #393939;
    text-indent: 2em;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: linear-gradient(157deg, #005BAC 49%, #5CA8EB 88%);
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #005BAC;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #005BAC;
}

@media (max-width: 1199px){
    .n_banner{
        margin-top: .75rem;
    }
    #m_n_nav{
        display: block;
    }
    .n_wp{
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }
    .n_dh{
        display: none;
    }
    .n_container{
        padding: .45rem 0 ;
    }
    .pagination{
        padding-top: .2rem;
    }
}

@media (max-width: 1025px){
    .n_title001 h3{
        font-size: .28rem;
    }
    .n_title001 p{
        font-size: .26rem;
    }
    .n_title001 h3 img{
        width: .2rem;
        height: auto;
    }
    .n_title001{
        margin-bottom: .3rem;
    }

    .xxjj .fl01 .left{
        padding-left: 0;
        width: 100%;
        margin-bottom: .45rem;
    }
    .xxjj .fl01 .left p{
        font-size: .18rem;
        line-height: .4rem;
    }
    .xxjj .fl01 .left:after{
        display: none;
    }
    .xxjj .fl01 .right{
        width: 100%;
    }
    .xxjj .fl01 .right .top .pic{
        padding-top: 60.54%;
    }
    .xxjj .fl01 .right .bottom .pic{
        padding-top: 60.73%;
    }
    .xxjj .fl01 .right .bottom{
        margin-top: .3rem;
    }
    .xxjj .fl01 .right .bottom .li{
        width: 32%;
    }
    .xxjj .fl01{
        padding-bottom: .45rem;
    }
    .fl02{
        padding-top: .45rem;
        padding-bottom:.45rem;
        margin-bottom: 0;
        background: none;
    }
    .list_boxn2 li:nth-child(2), .list_boxn2 li:nth-child(4),
    .list_boxn2 li:nth-child(1), .list_boxn2 li:nth-child(5){
        margin-top: 0;
    }
    .list_boxn2 li .con{
        width: 1.6rem;
        height: 1.6rem;
    }
    .list_boxn2 li h3{
        font-size: .3rem;
        line-height: .34rem;
    }
    .fl03 .top .left .pic{
        padding-top: 59.14%;
    }
    .fl03 .top .left{
        width: 100%;
        margin-bottom: .38rem;
    }
    .fl03 .top .right{
        width: 100%;
    }
    .fl03 .top .right .ll .pic{
        padding-top: 125.45%;
    }
    .fl03 .top .right .rr .pic{
        padding-top: 56.97%;
    }
    .fl03 .top .right .rr .pic:first-child{
        margin-bottom: 11.51%;
    }
    .fl03 .top{
        margin-bottom: .45rem;
    }
    .n_list01 li{
        line-height: .64rem;
    }
    .n_list01 li a{
        padding-left: .2rem;
        padding-right: 1.1rem;
    }
    .n_list01 ul{
        margin-bottom: 0;
    }
    .n_list01{
        margin-top: -.2rem;
    }
    .n_list02 li{
        width: 48%;
        margin-left: 0;
        margin-bottom: .3rem;
    }
    .n_list02 ul{
        justify-content: space-between;
    }
    .n_list02 li .pic{
        padding-top: 64.23%;
    }
    .n_list02 li .txt{
        padding-top: .24rem;
        padding-bottom: .24rem;
    }
    .n_list02 li:after{
        left: -.2rem;
        right: -.2rem;
        top: -.24rem;
    }
    .dtl_l{
        width: 100%;
        padding: .3rem;
    }
    .dtl_r{
        display: none;
    }
    .dtl_page{
        margin-top: .3rem;
    }
    .n_hisli li time{
        font-size: .32rem;
        line-height: .4rem;
    }
    .n_hisli li time img{
        width: .5rem;
        margin-left: .2rem;
    }
    .n_hisli li:nth-child(2n+1) time img{
        margin-right: .2rem;
    }
    .n_hisli li .right{
        width: 48%;

    }
    .n_hisli li .left:before{
        position: absolute;
        content: '';
        top: 50%;
        left: 100%;
        width: .42rem;
        border-bottom: 1px dashed #005BAC;
    }
    .n_hisli li:nth-child(2n+1) .left:before{
        right: 100%;
        left: auto;
    }
    .n_hisli li .left{
        width: 48%;
        position: relative;
    }
    .n_hisli li .right .txt{
        padding: .2rem .3rem;
    }
    .n_hisli li{
        margin-bottom: .3rem;
    }
    .n_hisli:after{
        width: 1px;
        top: 0rem;
        bottom: 0;
        height: auto;
        border-right: 1px dashed #005BAC;
        background: none;
        margin-left: 0;
    }
    .n_hisli:before{
        margin-left: -.1rem;
    }
}

@media (max-width: 769px){
    .n_title001 p{
        line-height: .34rem;
    }
    .xxjj .fl01:after{
        display: none;
    }
    .list_boxn2 li{
        width: 33.33%;
        margin: 0.15rem 0 !important;
    }
    .list_boxn2 li .con{
        margin: 0 auto;
    }
    .list_boxn2 ul{
        justify-content: flex-start;
    }
    .fl02{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .n_list02 li{
        width: 100%;
    }
    .n_list02 li .txt h3{
        font-size: .2rem;
        margin-bottom: .1rem;
    }
    .n_list02 li .txt p{
        font-size: .16rem;
        margin-bottom: .18rem;
    }
    .dtl_tit p span{
        margin: 0 .1rem;
    }
    .n_hisli li{
        flex-wrap: wrap;
    }
    .n_hisli li:nth-child(2n+1){
        flex-direction: row;
    }
    .n_hisli li time{
        flex-direction: row;
    }
    .n_hisli li time img{
        margin-left: 0 !important;
        margin-right: .2rem !important;
    }
    .n_hisli li:nth-child(2n) time img{
        transform: rotate(180deg);
    }
    .n_hisli li .left{
        width: 100%;
        margin-bottom: .1rem;
    }
    .n_hisli li .right{
        width: 100%;
    }
    .n_hisli{
        padding-left: .3rem;
    }
    .n_hisli:after{
        left: 0;
    }
    .n_hisli li .left:before{
        right: 100%;
        left: auto;
        width: .3rem;
    }
    .n_hisli li .right .txt{
        border: 1px dashed rgba(0, 91, 172, 0.2);
        background: none !important;
    }
    .n_hisli:before{
        left: -.1rem;
        margin-left: 0;
    }
}

@media (max-width: 481px) {
    .list_boxn2 li{
        width: 50%;
    }
    .n_list02 li time{
        width: auto;
        min-width: 1.4rem;
        padding-right: .12rem;
    }
    .dtl_tit h1{
        font-size: .22rem;
        margin-bottom: .15rem;
    }
    .dtl_tit{
        margin-bottom: .25rem;
    }
    .dtl_tit p{
        padding: .05rem 0;
    }
    .dtl_l{
        padding: .3rem .2rem;
    }
}

/*2024-04-18*/

.xmjs .block h3{
    font-size: .24rem;
    line-height: .4rem;
    color: #373737;
    font-weight: 600;
    position: relative;
    margin-bottom: .11rem;
}
.xmjs .block h3:before{
    position: absolute;
    content: '';
    top: 50%;
    left: -.3rem;
    transform: translateY(-50%);
    width: .07rem;
    height: .07rem;
    background: #005BAC;
    border-radius: 50%;
}
.xmjs .block p{
    font-size: .18rem;
    line-height: .4rem;
    color: #2B2B2B;
}

.xmjs .block{
    padding: .58rem .82rem ;
    margin-bottom: .59rem;
    background: #fff url("../ximages/xmjs_img1.png") no-repeat bottom center;
    background-size: contain;
    border-radius: .1rem;
    box-shadow: 0px 0px .1rem  rgba(0, 91, 172, 0.3);
}

.xmjs .block:last-child{
    margin-bottom: 0;
}

@media (max-width: 1025px) {
    .xmjs .block{
        padding: .3rem .24rem;
        margin-bottom: .3rem;
    }
    .xmjs .block h3:before{
        left: 0;
    }
    .xmjs .block h3{
        padding-left: .2rem;
        font-size: .22rem;
        line-height: .38rem;
        margin-bottom: .05rem;
    }
}



.xxzn ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xxzn li{
    width: 47.29%;
    margin-top: 67px;
}
.xxzn li:nth-child(-n+2){
    margin-top: 0;
}
.xxzn li a{
    display: block;
    position: relative;
    background: #184079;
}
.xxzn li a .img_zd{
    position: relative;
    overflow: hidden;
}
.xxzn li a .img_zd .img_hz{
    padding-bottom: 375px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
}

.xxzn li a .txt-box{
    position: absolute;
    left: 18px;
    right: 18px;
    top: 16px;
    bottom: 16px;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.xxzn li a .txt-box h3{
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3px;
}
.xxzn li a .txt-box img{
    display: block;
    width: 144px;
    transition: .5s;
}
.xxzn li a:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../ximages/img-1-2.png") no-repeat 50%/cover;
}

.xxzn li:hover a .img_zd .img_hz{
    transform: scale(1.1);
}