@charset "utf-8";
.n_head{
    position: static;
    background: #025393;
}
/*分页*/
.pagination {
    text-align: right;
    font-size: 0;
    padding-top: 0.36rem;
}

.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_container .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.n_container{
    padding-bottom: 1.4rem;
    background: #f5f5f5 url("../images/n_container.jpg") no-repeat bottom center;
    background-size: 100% auto;
}
.n_container2{
    padding-top: .22rem;
}

.leftNav {
    width: 18.75%;
    position: relative;
    margin-top: -1.14rem;
    z-index: 3;
}
.leftNav h1{
    padding: .55rem .2rem .2rem;
    text-align: center;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/leftNav_bg.png") no-repeat bottom center;
    background-size: 100% 100%;
}
.leftNav h1 span{
    display: block;
    font-size: .32rem;
    line-height: .44rem;
    color: #fff;
    font-weight: 200;
}

.lv1 h2{
    font-size: .19rem;
    line-height: .3rem;
    color: #666666;
    position: relative;
    padding: .1rem .2rem .09rem .2rem;
    text-align: center;
    transition: .5s;
}
.lv1 a{
    display: block;
}

.lv1 h2 i{
    position: absolute;
    top: 50%;
    right: .3rem;
    width: .08rem;
    height: .11rem;
    margin-top: -.055rem;
    background: url("../images/n_left01.png") no-repeat 50%;
    background-size: 100%;
    transition: .5s;
    cursor: pointer;
}
.lv1 h2 a{
    margin-right: .75rem;
}
.lv2>li{
    position: relative;
    font-size: .16rem;
    line-height: .28rem;
    padding: .06rem .1rem .06rem .1rem;
    color: #666;
    text-align: center;
    transition: .5s;
}

.lv2 li i{
    position: absolute;
    right: .3rem;
    top: .14rem;
    width: .08rem;
    height: .11rem;
    background: url("../images/n_left01.png") no-repeat 50%;
    background-size: .08rem;
    transition: .5s;
    cursor: pointer;
    z-index: 3;
}
.lv2>li a{
    margin-right: .75rem;
}
.lv2>li a em{
    display: inline-block;
    vertical-align: middle;
    width: .03rem;
    height: .03rem;
    background: #025393;
    border-radius: 50%;
    margin-right: .05rem;
    margin-top: -.03rem;
}
.leftNav .lv3>li{
    position: relative;
    font-size: .14rem;
    line-height: .28rem;
    color: #999;
}
.leftNav .lv3>li i{
    top: .1rem;
    right: .2rem;
}
.lv4 li{
    font-size: .13rem;
}
.leftNav .lv2 li a:hover{
    color: #025393;
}
.lv2,.lv3,.lv4{
    display: none;
}

.lv2 li a:hover{
    color: #025393;
}

.lv1 li.on h2 i,
.lv1 li.active h2 i{
    background-image: url("../images/n_left02.png");
}
.lv1 li.on h2,
.lv1 li.active h2{
    color: #fff;
    background: #025393;
}

.lv1{
    min-height: 10.3rem;
    background: #fff;
    border-bottom: .04rem solid #025393;
}

.rightBox{
    width: 76.25%;
    padding-top: .54rem;
}

.n_tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}
.n_tit h2{
    font-size: .18rem;
    line-height: .36rem;
    color: #000000;
    position: relative;
}
.n_tit h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    bottom: -1px;
    background: #025393;
}
.posi{
     background: url("../images/n_home.png") no-repeat left center;
    align-items: center;
    font-size: .14rem;
    line-height: .36rem;
    color: #999999;
    font-weight: 200;padding-left:18px;
}
.posi img{
    display: block;
    width: .18rem;
    margin-right: .08rem;
}
.posi span{
    margin: 0 .04rem;
}
.dtl_txt p{
    font-size: .16rem !important;
    line-height: .26rem !important;
    color: #111;
    text-indent: 2em;
    margin-top: 2em !important;
    font-weight: 200; background:none !important;
}
.dtl_txt span{
    font-size: .16rem !important;
    line-height: .26rem !important;
    color: #111;
    margin-top: 2em !important;
    font-weight: 200;background:none !important;
}
.dtl_txt img{


    max-width: 100% !important;
    margin: 0 auto !important; height:auto !important;
}
.dtl_txt video{ 
    max-width: 100% !important;
    margin: 0 auto !important;
display:block;

}
.dtl_txt p.p_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dtl_txt table{margin:0 auto;}
.dtl_txt p.p_list img{
    margin: 0 !important;
}

/*机构设置*/

.jgsz li{
    width: 48.36%;
    position: relative;
    background: #fff;
    margin-bottom: .4rem;
}
.jgsz li a{
    font-size: .18rem;
    line-height: .32rem;
    color: #000000;
    position: relative;
    z-index: 3;
    padding: .32rem .94rem .32rem .4rem;
    transition: .5s;
}
.jgsz li i{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: .46rem;
    width: .21rem;
    height: .07rem;
    z-index: 2;
    background: url("../images/jg_img01.png") no-repeat 50%;
    background-size: 100%;
    transition: .5s;
}
.jgsz li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: calc(100% - .04rem);
    bottom: 0;
    background: #025393;
    transition: .5s;
}
.jgsz li:hover a{
    color: #fff;
}
.jgsz li:hover i{
    background-image: url("../images/jg_img02.png");
}
.jgsz li:hover:after{
    right: 0;
}

/*科研平台*/
.n_list01 li{
    position: relative;
    margin-bottom: .4rem;
    background: #fff;
}
.n_list01 li a{
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_list01 li .pic{
    width: 2.87rem;
    height: 1.91rem;
}
.n_list01 li .con{
    width: calc(100% - 3.25rem);
    padding-top: .43rem;
    padding-right: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_list01 li time{
    display: block;
    width: 1rem;
}
.n_list01 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
    color: #000000;
    margin-bottom: .06rem;
}
.n_list01 li time em{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #999999;
    margin-bottom: .3rem;
}
.n_list01 li time i{
    display: block;
    height: 7px;
    background: url("../images/jg_img01.png") no-repeat left center;
    background-size: auto 100%;
}
.n_list01 li .txt{
    width: calc(100% - 1.3rem);
    position: relative;
}
.n_list01 li .txt h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #000000;
    margin-bottom: .08rem;
    position: relative;
}
.n_list01 li .txt p{
    font-size: 12px;
    line-height: .22rem;
    -webkit-line-clamp: 3;
    height: .66rem;
}
.n_list01 li .txt:after{
    position: absolute;
    content: '';
    left: -.44rem;
    top: .1rem;
    width: .3rem;
    height: 1px;
    background: #eeeeee;
    transition: .5s;
}
.n_list01 li .con *{
    transition: .5s;
}
.n_list01 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #025393;
    transition: .5s;
}
.n_list01 li:hover:after{
    right: 0;
}

.n_list01 li:hover time span,
.n_list01 li:hover time em,
.n_list01 li:hover .txt h3{
    color: #fff;
}
.n_list01 li:hover .txt p{
    color: rgba(255, 255, 255, 0.8);
}
.n_list01 li:hover time i{
    background-image: url("../images/jg_img02.png");
}
.n_list01 li:hover .txt:after{
    background: #fff;
}

.n_list01 li.noimg .con{
    width: 100%;
    padding: 0;
}
.n_list01 li.noimg a{
    padding: .45rem .4rem .45rem;
}

/*学院新闻*/

.list_boxn1 li{
    position: relative;
    width: 31.6875%;
    background: #fff;
}
.list_boxn1 li a{
    display: block;
    position: relative;
    z-index: 3;
    padding: .32rem .2rem .2rem;
}
.list_boxn1 li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #333333;
    font-family: Arial, sans-serif;
    margin-bottom: .09rem;
}
.list_boxn1 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #010101;
    font-weight: 200;
    height: .6rem;
    margin-bottom: .24rem;
}
.list_boxn1 li .pic{
    padding-top: 3.2rem;
    margin-bottom: .35rem;
}
.list_boxn1 li h4{
    font-size: .14rem;
    line-height: .24rem;
    color: #010101;
    height: .48rem;
    font-weight: 200;
    margin-bottom: .25rem;
}
.list_boxn1 li h5{
    font-size: .14rem;
    line-height: .42rem;
    color: #999999;
    border-top: 1px solid #f8f8f8;
    background: url("../images/jg_img01.png") no-repeat right center;
    background-size: .21rem;
}
.list_boxn1 li *{
    transition: .5s;
}
.list_boxn1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #025393;
    transition: .5s;
}
.list_boxn1 li:hover:after{
    right: 0;
}
.list_boxn1 li:hover time{
    color: #fff;
}
.list_boxn1 li:hover h3{
    color: #fff;
}
.list_boxn1 li:hover h4{
    color: rgba(255, 255, 255, 0.8);
}
.list_boxn1 li:hover h5{
    color: #fff;
    background-image: url("../images/jg_img02.png");
    border-top-color: rgba(255, 255, 255, 0.4);
}
.list_boxn1{
    margin-bottom: .3rem;
}
.xyxw .n_list01 li.rtimg a{
    flex-direction: row-reverse;
}
.xyxw .n_list01 li.rtimg .con{
    padding-right: 0;
    padding-left: .4rem;
    width: calc(100% - 5.14rem);
}
.xyxw .n_list01 li:first-child .txt h3 i{
    display: inline-block;
    font-size: .14rem;
    line-height: .28rem;
    color: #fff;
    width: .5rem;
    text-align: center;
    background: #025393;
    border-radius: .03rem;
    margin-left: .09rem;
}
.xyxw .n_list01 li:first-child .txt h3{
    display: flex;
}
.xyxw .n_list01 li:first-child .txt h3 span{
    max-width: 85%;
    transition: .1s;
}
.xyxw .n_list01 li:hover .txt h3 i{
    background: #bb0a14;
}
.xyxw{
    padding-top: .3rem;
}
/*详情页*/

.detail{
    padding-top: .32rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
   flex-direction: row-reverse;
}
.dtl_l{
    width: 72.5%;
}

.dtl_tit h1{
    font-size: .24rem;
    color: #000000;
    line-height: 1.5;
    font-family: 黑体,sans-serif;
    text-align: center;
    margin-bottom: .2rem;
}
.dtl_tit p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.dtl_tit p span{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    margin: 0 .16rem;
}
.dtl_txt p.p_list img{
    max-width: 48% !important;
}

.dtl_fj p{
    font-size: .18rem;
    line-height: .28rem;
    font-weight: 200;
    color: #333333;
    padding: .18rem .7rem .18rem .2rem;
    background: #fff url("../images/fj.png") no-repeat right .3rem center;
    background-size: .26rem;
}
.dtl_fj p a{
    display: block;
}
.dtl_fj p i{
    color: #025393;
    text-decoration: underline;
}
.dtl_fj {
    margin-top: .5rem;
}
.dtl_r{
    width: 23.125%;
}
.dtl_h2 h2{
    font-size: .24rem;
    color: #000000;
    line-height: .3rem;
}
.dtl_h2{
    margin-bottom: .37rem;
}
.dtl_list li a{
    display: block;
}
.dtl_list li .pic{
    padding-top: 2.3rem;
}
.dtl_list li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #025393;
    margin-bottom: .1rem;
}
.dtl_list li h3{
    font-size: .16rem;
    line-height: .24rem;
    color: #010101;
    height: .48rem;
    margin-bottom: .22rem;
    font-weight: 200;
}
.dtl_list li h5{
    font-size: .14rem;
    line-height: .24rem;
    color: #025393;
    display: flex;
    align-items: center;
}
.dtl_list li h5 img{
    display: block;
    width: .09rem;
    margin-left: .05rem;
}
.dtl_list li .txt{
    padding: .23rem .13rem;
    background: #fff;
}
.dtl_list li{
    margin-bottom: .4rem;
}

/*组图页*/

.zt_tit h2{
    font-size: .24rem;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    font-family: "PingFang SC", 黑体, sans-serif;
}
.zt_tit{
    margin-bottom: .4rem;
}
.zt_hg a{
    display: block;
}
.zt_hg a .pic{
    padding-top: 8rem;
}
.zt_hg{
    margin-bottom: .4rem;
}
.zt_hgg .swiper-slide{
    cursor: pointer;
}
.zt_hgg .swiper-slide .pic{
    padding-top: 3rem;
}

.zt_hgg .btn,
.zt_hg .btn{
    top: 0;
    bottom: 0;
    height: 100%;
    width: .85rem;
    transform: none;
    background-color: #025393;
    background-position: 50%;
    background-size: .18rem;
    background-repeat: no-repeat;
}
.zt_hgg .prev,
.zt_hg .prev{
    left: 0;
    background-image: url("../images/zt_img01.png");
}
.zt_hgg .next,
.zt_hg .next{
    right: 0;
    background-image: url("../images/zt_img02.png");
}
.zt_hgg .swiper-button-disabled{
    opacity: 1;
    background-color: rgba(2, 83, 147, 0.22);
}
.zt_hg .btn{
    background-color: transparent;
}
.zt_txt p{
    font-size: .16rem;
    line-height: .26rem;
    color: #111;
    text-indent: 2em;
    margin-top: 2em;
    font-weight: 200;
}

.ztpage{
    padding-top: .68rem;
}

/*材化人物*/

.n_list02 li{
    width: 48.75%;
    margin-bottom: .4rem;
    background: url("../images/rw_img02.png") no-repeat bottom center;
    background-size: 100% 100%;
}
.n_list02 li a{
    padding: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_list02 li .pic{
    width: 4.25rem;
    height: 2.61rem;
}
.n_list02 li .txt{
    width: calc(100% - 4.56rem);
}
.n_list02 li h3{
    font-size: .16rem;
    line-height: .24rem;
    color: #000000;
    height: .48rem;
    margin-bottom: .2rem;
}
.n_list02 li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .72rem;
}
.n_list02{
    padding-top: .4rem;
}

/*学术科研*/

.n_list03 li{
    width: 23.625%;
    margin-left: 1.83%;
    margin-bottom: .3rem;
}
.n_list03 li:nth-child(4n+1){
    margin-left: 0;
}

.n_list03 li a{
    display: block;
    position: relative;
}
.n_list03 li .pic{
    padding-top: 4.18rem;
}

.n_list03 a .txt h3{
    font-size: .16rem;
    line-height: .2rem;
    color: #010101;
    margin-bottom: .14rem;
}
.n_list03 a .txt h5{
    font-size: .14rem;
    line-height: .26rem;
    color: #999999;
    display: flex;
    align-items: center; margin-bottom:5px;
}
.n_list03 a .txt h5 img{
    display: block;
    width: .15rem;
    margin-right: .07rem;
}
.n_list03 a .txt {
    background: #fff;
    padding: .18rem .2rem .27rem;
}
.n_list03 a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .02rem;
    background: #025393;
    transition: .5s;
}
.n_list03 a:hover:after{
    right: 0;
}
.n_list03{
    padding-top: .1rem;
}

/*科研详情*/

.dtl_info h5{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #000000;
    line-height: .36rem;
    font-weight: 200;
}
.dtl_info h5 img{
    width: .2rem;
    margin-right: .16rem;
}
.dtl_info h5.h53 img{
    width: .18rem;
}
.dtl_info{
    margin: .3rem 0 .4rem;
    padding: .31rem .3rem ;
    background: rgba(2, 83, 147, 0.07);
}
.detail_ky{
    padding-top: .42rem;
}

/*搜索结果页*/

.resul_search {
    position: relative;
    max-width: 8.78rem;
    margin-bottom: .21rem;
}
.resul_search .inpt{
    display: block;
    width: 100%;
    height: .8rem;
    line-height: .78rem;
    border: 1px solid #d6d6d6;
    font-size: .16rem;
    color: #999999;
    font-weight: 200;
    padding-left: .3rem;
    padding-right: 1.1rem;
}
.resul_search input::placeholder{
    color: #999999;
}
.resul_search .subm{
    position: absolute;
    top: 0;
    right: 0;
    width: .8rem;
    height: .8rem;
    background: #025393 url("../images/search2.png") no-repeat 50%;
    background-size: .31rem;
    cursor: pointer;
}

.resul_list a{
    display: block;
    padding-top: .33rem;
    padding-bottom: .33rem;
}
.resul_list a h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #000000;
    margin-bottom: .14rem;
}
.resul_list a p{
    font-size: .14rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    margin-bottom: .1rem;
}
.resul_list a time{
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: .24rem;
}
.resul_list li{
    border-bottom: 1px solid #eeeeee;
}
.result_page{
    padding-top: .39rem;
}


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #025393;
}

#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: inline-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: #025393;
}

#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 i.on{
    transform: rotate(90deg);
}


#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: #025393;
}

@media (max-width: 1199px){
    .n_banner {
        margin-top: 0.75rem;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;
    }
    #m_n_nav{
        display: block;
    }
    .n_container{
        padding-top: .3rem;
        padding-bottom: .4rem;
        min-height: auto;
    }
    .wap_block{
        height: .4rem;
        margin-top: .75rem;
        background: #f5f5f5;
    }
    .n_list02{
        padding-top: .2rem;
    }
    .detail_ky{
        padding-top: 0;
    }
    .ztpage{
        padding-top: .2rem;
    }
    .pagination{
        text-align: center;
    }
    .result_page{
        padding-top: 0;
    }

}
@media (max-width: 1025px){
    .n_list03 li .pic{
        padding-top: 110.58%;
    }
    .n_list03 a .txt{
        padding: .2rem .15rem;
    }
    .n_list03 li{
        width: 32%;
        margin-left: 2%;
    }
    .n_list03 li:nth-child(4n+1) {
        margin-left: 2%;
    }
    .n_list03 li:nth-child(3n+1) {
        margin-left: 0;
    }
    .n_list03 a .txt h3{
        font-size: .18rem;
    }
    .n_list01 li{
        margin-bottom: .3rem;
    }
    .n_list01 li .txt p{
        font-size: .16rem;
        line-height: .26rem;
        height: .78rem;
    }
    .n_list01 li .txt h3{
        font-size: .2rem;
    }
    .dtl_r{
        display: none;
    }
    .dtl_l{
        width: 100%;
    }
    .dtl_fj{
        margin-top: .4rem;
    }
    .dtl_txt p{
        font-size: .18rem;
        line-height: 2em;
        margin-top: 1.5em;
        font-weight: 400;
    }
    .n_list02 li .pic {
        width: 2.55rem;
        height: 1.51rem;
    }
    .n_list02 li .txt {
        width: calc(100% - 2.75rem);
    }
    .n_list02 li a{
        padding: .2rem;
    }
    .n_list02 li h3{
        font-size: .18rem;
        line-height: .28rem;
        height: .56rem;
        margin-bottom: .12rem;
    }
    .jgsz li a{
        padding: .2rem .4rem .2rem .3rem;
    }
    .jgsz li i{
        right: .2rem;
    }
    .jgsz li{
        margin-bottom: .3rem;
    }
    .dtl_info{
        padding: .2rem;
        margin: .3rem 0;
    }
    .zt_hg a .pic{
        padding-top: 50%;
    }
    .zt_tit{
        margin-bottom: .2rem;
    }
    .zt_hgg .swiper-slide .pic{
        padding-top: 79.36%;
    }
    .zt_hgg .btn, .zt_hg .btn{
        width: .45rem;
        background-size: .1rem;
    }
    .zt_txt p{
        font-size: .18rem;
        line-height: 2;
        margin-top: 1.5em;
        font-weight: 400;
    }
    .zt_hg{
        margin-bottom: .3rem;
    }
    .n_tit h2{
        font-size: .24rem;
        line-height: .44rem;
    }
    .list_boxn1 li .pic{
        padding-top: 68.52%;
    }
    .xyxw .n_list01 li.rtimg .con{
        width: calc(100% - 3.25rem);
    }
    .resul_search{
        width: 100%;
        max-width:none;
    }
    .resul_search .inpt{
        line-height: .6rem;
        height: .62rem;
        font-size: .18rem;
        padding-left: .18rem;
    }
    .resul_search .subm{
        width: .62rem;
        height: .62rem;
        background-size: .24rem;
    }
    .resul_search{
        margin-bottom: .1rem;
    }
    .resul_list a{
        padding: .2rem 0;
    }
    .resul_list a h3{
        font-size: .2rem;
    }
    .resul_list a p{
        font-size: .16rem;
    }
}
@media (max-width: 769px){
    .n_list03 ul{
        justify-content: space-between;
    }
    .n_list03 li{
        width: 48%;
        margin-left: 0;
    }
    .n_list03 li:nth-child(4n+1) {
        margin-left: 0;
    }
    .n_list02 li{
        width: 100%;
        background: #fff;
        margin-bottom: .3rem;
    }
    .n_list02{
        padding-top: 0;
    }
    .ztpage{
        padding-top: 0;
    }
    .n_tit h2{
        margin-bottom: .08rem;
    }
    .posi{
        width: 100%;
    }
    .list_boxn1 li{
        width: 48%;
        margin-bottom: .3rem;
    }
    .list_boxn1 li h3{
        font-size: .2rem;
        margin-bottom: .14rem;
    }
    .list_boxn1 li h4{
        font-size: .16rem;
        line-height: .26rem;
        height: .52rem;
        margin-bottom: .14rem;
    }
    .list_boxn1 li .pic{
        margin-bottom: .2rem;
    }
    .list_boxn1{
        margin-bottom: 0;
    }
.posi{background:none;}
}
@media (max-width: 641px){
    .n_list01 li .pic{
        width: 100%;
        height: auto;
        padding-top: 66.55%;
    }
    .n_list01 li .con{
        width: 100%;
        padding: .2rem;
    }
    .n_list01 li time{
        width: 100%;
        display: flex;
        align-items: flex-end;
        margin-bottom: .1rem;
    }
    .n_list01 li time span{
        line-height: .3rem;
        margin-right: .1rem;
        margin-bottom: 0;
    }
    .n_list01 li time em{
        font-size: .2rem;
        margin-bottom: 0;
        line-height: .28rem;
    }
    .n_list01 li time i{
        display: none;
    }
    .n_list01 li .txt{
        width: 100%;
    }
    .n_list01 li .txt:after{
        display: none;
    }
    .n_list01 li.noimg a{
        padding: .24rem .2rem;
    }
    .n_list02 li .pic{
        width: 100%;
        height: auto;
        padding-top: 61.41%;
    }
    .n_list02 li .txt{
        width: 100%;
        padding: .2rem 0 0;
    }
    .n_list02 li h3{
        font-size: .2rem;
    }
    .xyxw .n_list01 li.rtimg .con{
        width: 100%;
        padding: .2rem;
    }
    .list_boxn1 li{
        width: 100%;
    }
}

@media (max-width: 481px){
    .wap_block{
        height: .2rem;
    }
    .n_list03 a .txt h3{
        line-height: .24rem;
        margin-bottom: .06rem;
    }
    .n_list03 a .txt h5:last-child img{
        align-self: flex-start;
        margin-top: .04rem;
    }
    .n_list03 a .txt{
        padding: .15rem .12rem;
    }
    .jgsz li{
        width: 100%;
    }
}