@charset "utf-8";
/*分页*/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.3rem;
}

.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;
}

.pagination a.active {
    background: #114294;
    color: #fff;
    border: 1px solid #114294;
}

.pagination a:hover {
    background: #114294;
    color: #fff;
    border: 1px solid #114294;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.n_banner {
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}

.n_top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.7rem;
    z-index: 9;
}
.n_top:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    width: 3.91rem;
    height: 3.09rem;
    background: url("../images/n_top.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
    margin: auto;
}
.n_top .wp{
    text-align: center;
    position: relative;
    z-index: 3;
}
.n_top h1{
    font-size: .36rem;
    color: #fff;
    line-height: .4rem;
    position: relative;
    margin-bottom: .28rem;
    font-weight: 600;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.n_top .posi{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .2rem;
    color: #fff;

}
.n_top .posi span{
    margin: 0 0.04rem;
}

.n_top .posi a:hover,
.n_top .posi a.active{

}

.n_dh{
    height: .74rem;
    background: url("../images/n_dh.jpg") no-repeat bottom center;
    background-size: cover;
}
.n_dh .wp{
    height: 100%;
}
.n_dh .n_erji{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.n_dh .n_erji li{
    margin: 0 .23rem;
    height: 100%;
    position: relative;
    z-index: 9;
}
.n_dh .n_erji li a{
    display: block;
    padding: 0;
    position: relative;
    z-index: 2;
    height: 100%;
}
.n_dh .n_erji li h3{
    font-size: .2rem;
    color: #fff;
    height: 100%;
    position: relative;
    transition: .5s;
    display: flex;
    align-items: center;
    padding: 0;
}
.n_dh .n_erji li.xiala h3{
    padding-right: .18rem;
}
.n_dh .n_erji li h3:before{
    content: "";
    display: none;
    position: absolute;
    width: 0.1rem;
    height: 0.08rem;
    right: 0;
    top: 50%;
    margin-top: -0.04rem;
    transition: .3s;
    background: url('../images/n_xiala.png') center no-repeat;
    background-size: 100% auto !important;
}
.n_dh .n_erji li h3:after{
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.18rem;
    right: 0;
    left: 0;
    bottom: .03rem;
    transition: .3s;
    background: url('../images/n_xiala2.png') center no-repeat;
    background-size: 100% auto !important;
    opacity: 0;
    visibility: hidden;
    margin: auto;
}
.n_dh .n_erji li.xiala h3:before{
    display: block;
}
.n_dh .n_erji li:hover h3:after,
.n_dh .n_erji li.active h3:after{
    opacity: 1;
    visibility: visible;
}
.n_dh .n_erji li .n_sub{
    position: absolute;
    top: 100%;
    background: #fff;
    width: 1.2rem;
    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: .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}
.n_dh .n_erji li .n_sub .box {
    padding: 0;
    text-align: center;
}
.n_dh .n_erji li .n_sub a{
    padding: 8px 10px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #666666;
    text-align: center;
    white-space: break-spaces;
}
.n_dh .n_erji li .n_sub a:hover {
    color: #fff;
    background: #1b56b7;
}
.n_dh .n_erji li:hover .n_sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.n_container .wp{
    width: 14rem;
}
.n_container{
    padding-top: .2rem;
    padding-bottom: .5rem;
}
/*n_list*/

.n_list li a{
    position: relative;
    z-index: 3;
    display: flex;
    padding: .28rem 0 .28rem;
    justify-content: space-between;
    border-bottom: 1px dashed #c6c6c6;
}
.n_list li a time{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem ;
    height: 1rem;
    background: #f5f9ff;
    color: #333333;
}
.n_list li a time span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    font-family: Georgia,serif;
    margin-bottom: .1rem;
}
.n_list li a time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    font-family: Georgia,serif;
}
.n_list li a .txt{
    width: calc(100% - 1.37rem);
    padding-top: .1rem;
}
.n_list li a .txt h2{
    font-size: .24rem;
    color: #333333;
    line-height: .3rem;
    margin-bottom: .15rem;
}
.n_list li a .txt p{
    font-size: .16rem;
    line-height: .28rem;
    color: #999999;
    height: .56rem;
    overflow: hidden;
}
.n_list li {
    padding: 0 .2rem;
    position: relative;

}
.n_list li *{
    transition: .3s;
}
.n_list li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(#1d5abe,#104191);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_list li:last-child a{
    border: none;
}
.n_list li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_list li:hover time{
    color: #fff;
    background: #174ca4;
}
.n_list li:hover .txt h2{
    color: #fff;
}
.n_list li:hover .txt p{
    color: #a4c3f5;
}
.n_list li:hover a{
    border-color: #104191;
}

/*n_list_pic*/

.n_list_pic li a{
    position: relative;
    z-index: 3;
    padding: .4rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #c6c6c6;

}
.n_list_pic li a time{
    display: block;
    width: 1.05rem;
    text-align: center;
    color: #333333;
}
.n_list_pic li a time span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    font-family: Georgia,serif;
    margin-bottom: .1rem;
}
.n_list_pic li a time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    font-family: Georgia,serif;
    margin-bottom: .56rem;
}
.n_list_pic li a time i{
    display: block;
    width: .7rem;
    height: .03rem;
    background: #e69a42;
    margin: 0 auto;
}
.n_list_pic li a .pic{
    width: 3rem;
    height: 2.2rem;
}
.n_list_pic li a .txt{
    width: calc(100% - 4.56rem);
    padding-top: .1rem;
    padding-left: .15rem;
}
.n_list_pic li a .txt h2{
    font-size: .24rem;
    color: #333;
    line-height: .3rem;
    margin-bottom: .2rem;
}
.n_list_pic li a .txt p{
    font-size: .16rem;
    line-height: .28rem;
    color: #999999;
   /*  -webkit-line-clamp: 3; */
    height: .84rem;
    margin-bottom: .38rem;
}
.n_list_pic li a .txt h5{
    font-size: .16rem;
    line-height: .28rem;
    color: #114191;
    text-decoration: underline;
}
.n_list_pic li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n_list_pic2.jpg") no-repeat bottom right;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_list_pic li *{
    transition: .3s;
}
.n_list_pic li{
    position: relative;
    padding: 0 .2rem;
}
.n_list_pic li:last-child a{
    border: none;
}
.n_list_pic li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_list_pic li:hover a .txt h2{
    color: #fff;
}
.n_list_pic li:hover a time{
    color: #fff;
}
.n_list_pic li:hover a .txt h5{
    color: #fff;
}
.n_list_pic li:hover a .txt p{
    color: #82a8e8;
}

/*n_item*/

.n_item .n_sy_tit h3{
    font-size: .3rem;
    color: #fff;
    line-height: .6rem;
    font-weight: 600;
}
.n_item .n_sy_tit{
    padding: .15rem .6rem;
    background: linear-gradient(#1d5abe,#104191);
}
.ejs{text-align: center;}

.n_sy_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: .33rem .6rem .3rem;
}
.n_sy_list ul li{
    width: 33.33%;

}
.n_sy_list ul li a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .64rem;
    padding: 0 .24rem;
    position: relative;
    width: fit-content;
    min-width: 2.4rem;
}
.n_sy_list ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #114292;
    transition: .5s;
}
.n_sy_list ul li a i{
    display: block;
    width: .23rem;
    height: .19rem;
    margin-right: .17rem;
    background: url("../images/n_system01.png") no-repeat 50%/100% 100%;
}
.n_sy_list ul li:hover a:after{
    width:100%;
}
.n_sy_list ul li:hover a{
    color: #114292;
}
.n_sy_list ul li:hover i{
    background-image: url("../images/n_system02.png");
}

.n_system .n_item{
    margin-top: .55rem;
    box-shadow: 0 0 .5rem rgba(133, 133, 133, 0.2);
}
.n_system .n_item:first-child{
    margin-top: .3rem;
}

/*n_detail*/
.n_detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_detail .left{
    width: 66.43%;
}

.dtl_tit h1{
    font-size: .24rem;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
    margin-bottom: .2rem;
}

.ldss{
    text-align: center;
}
.dtl_tit .info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dtl_tit .info .ll{
    font-size: 0;
}
.dtl_tit .info .ll span{
    display: inline-block;
    font-size: .16rem;
    line-height: .38rem;
    color: #999999;
    margin-right: 10px;
}
.dtl_tit .info .ll span img{
    display: inline-block;
    width: .16rem;
    margin-right: .1rem;
    vertical-align: -.02rem;
}
.dtl_tit .info .rr{
    display: flex;
    align-items: center;
}
.dtl_tit .info .rr span{
    display: block;
    font-size: .16rem;
    line-height: .38rem;
    color: #999999;
}
.dtl_tit .social-share a:before{
    display: none;
}
.dtl_tit .social-share a{
    border: none;
    width: .4rem;
    height: .4rem;
    margin: 0 0.05rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent !important;
    box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.2);
    border-radius: 50%;
}
.dtl_tit .social-share a:hover{
    background: inherit !important;
}
.dtl_tit .social-share a.icon-weibo{
    background-image: url("../images/dtl_ico01.png") !important;
}
.dtl_tit .social-share a.icon-wechat{
    background-image: url("../images/dtl_ico02.png")!important ;
}
.dtl_tit .social-share a.icon-qzone{
    background-image: url("../images/dtl_ico03.png")!important;
}
.dtl_tit .social-share a.icon-qq{
    background-image: url("../images/dtl_ico04.png")!important;
}

.dtl_tit .social-share .icon-wechat .wechat-qrcode h4{
    font-size: .12rem;
    line-height: .26rem;
    height: .26rem;
}
.dtl_tit .social-share .icon-wechat .wechat-qrcode .help p{
    font-size: .12rem;
    line-height: 16px;
}
.dtl_tit .social-share .icon-wechat .wechat-qrcode .help{
    padding-bottom: .1rem;
}
.dtl_tit .social-share .icon-wechat .wechat-qrcode{
    width: 2rem;
    height: auto ;
    top: auto;
    bottom: calc(100% + 0.1rem);
    left: -.84rem;
}
.dtl_tit .social-share .icon-wechat .wechat-qrcode .qrcode{
    width: 1.05rem;
    margin: 0.1rem auto;
}

.dtl_tit .social-share .icon-wechat .wechat-qrcode canvas{
    display: block !important;
    width: 100% !important;
}
.dtl_tit .social-share .icon-wechat .wechat-qrcode img{
    display: none !important;
}
.dtl_tit{
    border-bottom: 1px solid #ddd;
    padding-bottom: .42rem;
    margin-bottom: .3rem;
}

.dtl_txt p, .dtl_txt p *{
    font-size: .16rem !important;
    line-height: 2.125 !important;
    /* text-indent: 2em !important; */
    color: #333;
    margin-bottom: 0.125em;
    font-family: "微软雅黑" !important;
}
.dtl_txt p img{
    display: block;
    width: 100% !important;
    margin: 0 auto !important;
    border: none !important;
    vertical-align: middle;
}
.dtl_txt p  em{
    font-size: .2rem;
    color: #333;
    text-align: center;
    display: block;
    line-height: 1.5;
    font-family: '宋体',serif;
    margin-top: 1em;
}
.dtl_txt table{
   display:block;
  max-width:100%;
overflow-x:auto;
    margin:0 auto;
}
.dtl_txt{
    margin-bottom: .39rem;
}
.dtl_annex h4{
    display: flex;
    align-items: center;
    font-size: .22rem;
    line-height: .5rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: .12rem;
    margin-bottom: .16rem;
}
.dtl_annex h4 img{
    display: block;
    width: .18rem;
    margin-right: .1rem;
}
.dtl_annex li a{
    display: block;
    font-size: .18rem;
    color: #666666;
    line-height: .5rem;
    position: relative;
}
.dtl_annex li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #114292;
    transition: .5s;
}
.dtl_annex li a:before{
    display: inline-block;
    content: '－';
}
.dtl_annex li:hover a:after{
    width: 100%;
}
.dtl_annex li:hover a{
    color: #114292;
}
.dtl_annex{
    padding-bottom: .16rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: .2rem;
}
.dtl_page p{
    position: relative;
    font-size: .18rem;
    line-height: .6rem;
    color: #333333;
}
.dtl_page p:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .1rem;
    width: 0;
    height: 1px;
    background: #114292;
    transition: .5s;
}
.dtl_page p:hover:after{
    width: 100%;
}
.dtl_page p:hover{
    color: #114292;
}
.n_detail .right{
    width: 28.57%;
}

.dtl_list h2{
    font-size: .3rem;
    line-height: .7rem;
    color: #fff;
    padding: 0 .3rem;
    background: linear-gradient(#1d5abe,#104191);
}
.dtl_list ul li a{
    display: block;
    padding-bottom: .33rem;
}
.dtl_list ul li a time{
    display: inline-block;
    font-size: .18rem;
    line-height: .36rem;
    color: #124497;
    border: 1px solid #e6e6e6;
    border-radius: 0 .5rem .5rem 0;
    border-left: none;
    padding: 0 .16rem;
    font-family: Georgia,serif;
    margin-bottom: .15rem;
    transition: .5s;
}
.dtl_list ul li a p{
    font-size: .16rem;
    line-height: .3rem;
    color: #333333;
    padding-left: .19rem;
}

.dtl_list ul{
    padding-top: .4rem;
    border-left: 1px solid #ddd;
}
.dtl_list ul li:hover a time{
    background: #104191;
    border-color: #104191;
    color: #fff;
}
.dtl_list ul li:hover a p{
    color: #104191;
}
.n_detail{
    padding-top: .38rem;
}

/*现任领导*/
.jl_con {
    padding: .5rem 0 .16rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.jl_con .left{
    width: 52.14%;
}
.jl_con .left img{
    display: block;
    width: 100%;
    height: 5.2rem;
    object-fit: cover;
}
.jl_con .right{
    width: calc(47.86% + .86rem);
    position: relative;
    z-index: 3;
    margin-left: -.86rem;
}
.jl_con .jl_tit h2{
    font-size: .24rem;
    color: #fff;
    line-height: .67rem;
    display: flex;
    align-items: center;
}
.jl_con .jl_tit h2 img{
    display: block;
    width: .25rem;
    margin-right: .1rem;
}
.jl_con .jl_tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .04rem;
    background: #e8b334;
}
.jl_con .jl_tit{
    padding: 0 .42rem;
    position: relative;
    background: linear-gradient(#1d5abe,#104191);
}

.jl_con .jl_list ul li{
    display: flex;
    height: .6rem;
    justify-content: space-between;
    padding: .15rem .1rem .15rem .68rem;
    background: #f6f9ff;
}
.jl_con .jl_list ul li:nth-child(2n){
    background: #fff;
}
.jl_con .jl_list ul li .box{
    width: 48%;
    display: flex;
    align-items: center;
}
.jl_con .jl_list ul li .lab{
    width: 1.7rem;
    font-size: .18rem;
    color: #333;
    font-weight: 600;
    line-height: .3rem;
}
.jl_con .jl_list ul li .name{
    width: calc(100% - 1.7rem);
    font-size: .18rem;
    color: #333;
    line-height: .3rem;
}
.jl_con .jl_list ul{
    padding-bottom: .2rem;
    background: #fff;
}

/*成航故事*/
.ch_tale .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .3rem;
}
.ch_tale .block{
    width: 48.57%;
}

.ch_tale_tit{
    position: relative;
    padding-left: .2rem;
    margin-bottom: .4rem;
}
.ch_tale_tit:after{
    position: absolute;
    content: '';
    top: 50%;
    height: .02rem;
    left:  1.65rem;
    right: 0;
    background: url("../images/ch_tale_line.png") no-repeat left center;
    background-size: 100%;
    margin-top: -.01rem;
}
.ch_tale_tit h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #333333;
    font-family: '思源宋体_b',serif;
    display: flex;
    align-items: center;
}
.ch_tale_tit h2 img{
    display: block;
    max-height: .36rem;
    margin-right: .15rem;
}
.ch_tale_tit .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.ch_tale_tit .more a{
    display: block;
    font-size: .14rem;
    color: #999999;
    line-height: 1;
    padding: 0.18rem 0.15rem 0;
    background: url('../images/mores.png') no-repeat top center;
    background-size: 0.86rem 0.1rem;
    transition: .5s;
}
.ch_tale_tit .more a:hover{
    color: #155598;
}
.ch_tale_list li a{
    display: flex;
    justify-content: space-between;
    padding: .32rem .2rem .4rem;
    box-shadow: 0 0 .2rem rgba(51, 51, 51, 0.1);
}
.ch_tale_list li a .pic{
    width: 2.8rem;
    height: 2rem;
}
.ch_tale_list li a .pic i{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .14rem;
    color: #fff;
    line-height: .27rem;
    background: rgba(178, 4, 7, 0.7);
    z-index: 3;
    padding: 0 .16rem;
}
.ch_tale_list li a .txt{
    width: calc(100% - 3.1rem);
    padding-top: .1rem;
    overflow: hidden;
}
.ch_tale_list li a .txt p{
    font-size: .2rem;
    line-height: .34rem;
    color: #333;
    height: .68rem;
    margin-bottom: .45rem;
}
.ch_tale_list li a .txt time{
    display: inline-block;
    font-size: .14rem;
    color: #2957a2;
    line-height: .3rem;
    padding: 0 .11rem;
    background: #f6f9ff;
    position: relative;
    z-index: 3;
}
.ch_tale_list li a .txt time:after{
    position: absolute;
    content: '';
    left: 1rem;
    right: 0;
    width: 100vw;
    height: 1px;
    background: #ddd;
    top: 50%;
    z-index: -1;
}
.ch_tale_list li {
    margin-top: .5rem;
}
.ch_tale_list li:first-child{
    margin-top: 0;
}
.ch_tale_list li:hover a .txt p{
    color: #155598;
}
.ch_tale{
    padding-top: .25rem;
}

/*融媒体联盟*/
.media_box .list_tabs{
    display: flex;
    justify-content: center;
}
.media_box .list_tabs .li{
    margin: 0 .25rem;
    padding: 0 .35rem;
    cursor: pointer;
    font-size: 0;
}
.media_box .list_tabs .li span{
    display: block;
    font-size: .3rem;
    color: #333;
    line-height: .7rem;
    padding-left: .4rem;
    background: url("../images/media_img01.png") no-repeat left center;
    background-size: .31rem .3rem;
}
.media_box .list_tabs .li:nth-child(2) span{
    background-image: url("../images/media_img02.png");
    background-size: .26rem .26rem;
}
.media_box .list_tabs .li:nth-child(3) span{
    background-image: url("../images/media_img03.png");
    background-size: .32rem .29rem;
}
.media_box .list_tabs .li:nth-child(1).active span{
    background-image: url("../images/media_img04.png");
}
.media_box .list_tabs .li:nth-child(2).active span{
    background-image: url("../images/media_img05.png");
}
.media_box .list_tabs .li:nth-child(3).active span{
    background-image: url("../images/media_img06.png");
}
.media_box .list_tabs .li.active{
    background: #f1f6ff;
}
.media_box .list_tabs .li.active span{
    color: #114090;
}

.media_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.media_list ul li{
    width: 16.42%;
    background: #fff;
    margin-top: .5rem;
    margin-left: 11.44%;
    box-shadow: 0 0 .2rem rgba(51, 51, 51, 0.2);
    transition: .5s;
}
.media_list ul li:nth-child(5n+1){
    margin-left: 0;
}
.media_list ul li a{
    display: block;
    padding: .25rem .3rem .24rem;
}
.media_list ul li a .tit{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .36rem;
    margin-bottom: .1rem;
}
.media_list ul li a .tit img{
    display: block;
    max-height: .36rem;
    margin-right: .1rem;
}
.media_list ul li a .img_box{
    max-width: 1.65rem;
    max-height: 1.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.media_list ul li a .img_box img{
    display: block;
    width: auto;
    max-width: 100%;
}
.media_list ul li:hover{
    transform: translateY(-.15rem);
}
.list_bds_li{
    transform: scale(0);
    visibility: hidden;
    height: 0;
    display: none;
}
.list_bds_li.active{
    transform: scale(1);
    visibility: visible;
    height: auto;
    display: block;
}
.media_box{
    padding-top: .34rem;
    padding-bottom: .28rem;
}
/*学院概况*/
.college_profile .fl01 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.college_profile .fl01 .left{
    width: 41.43%;
}
.college_profile .fl01 .tit h3{
    font-size: .3rem;
    color: #114294;
    line-height: .34rem;
    font-weight: 600;
    margin-bottom: .37rem;
}
.college_profile .fl01 .tit img{
    display: block;
    height: .14rem;
    margin-left: .45rem;
}
.college_profile .fl01 .tit{
    margin-bottom: .37rem;
}
.college_profile .fl01 .txt p{
    font-size: .16rem;
    line-height: .36rem;
    color: #333;
}
.college_profile .fl01 .right{
    width: 54%;
    padding-top: .48rem;
}
.college_profile .fl01 .right img{
    display: block;
    width: 100%;
}
.college_profile .fl01{
    padding-top: .9rem;
    height: 6.45rem;
}

.college_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.college_list li .left{
    position: relative;
}
.college_list li .right{
    position: relative;
    z-index: 3;
}
.college_list li .left .img_zd{
    width: 1.6rem;
    height: 1.6rem;
    padding: .1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.college_list li .left .img_zd .pic{
    padding-top: 100%;
    border-radius: 50%;
}
.college_list li .right h3{
    font-size: .3rem;
    line-height: .34rem;
    color: #fff;
    margin-bottom: .2rem;
    position: relative;
}
.college_list li .right h3:before{
    position: absolute;
    content: '';
    width: .14rem;
    height: .14rem;
    background: #fff;
    border-radius: 50%;
    top: .1rem;
    left: -.4rem;
}
.college_list li .right h3:after{
    position: absolute;
    content: '';
    height: 1px;
    background: #fff;
    width: 2.2rem;
    left: -2.6rem;
    top: .17rem;
}
.college_list li.li3 .right h3:after{
    width: 2.5rem;
    left: -2.9rem;
}
.college_list li .right p{
    font-size: .16rem;
    line-height: .32rem;
    color: #b8cef1;
}
.college_list li.li1 .left{
    width: 4.15rem;
}

.college_list li.li1 .right{
    width: calc(100% - 5.92rem);
    padding-top: .3rem;
}
.college_list li.li1 p{
   /*  -webkit-line-clamp: 5;*/
    height: 2.6rem;
}
.college_list li.li2 .left{
    width: 4.85rem;
}
.college_list li.li2 .right{
    width: calc(100% - 6.3rem);
    padding-top: .4rem;
}
.college_list li.li2 p{
   /* -webkit-line-clamp: 4; */
    height: 1.5rem;
}
.college_list li.li3 .left{
    width: 3.1rem;
}
.college_list li.li3 .right{
    width: calc(100% - 5.9rem);
    padding-top: .54rem;
}
.college_list li.li3 p{
 /* -webkit-line-clamp: 5;  */
    height: 1.6rem;
}
.college_list li.li3{
    margin-bottom: .5rem;
}
.college_list li.li4 .left{
    width: 3.86rem;
}
.college_list li.li4 .right{
    width: calc(100% - 5.6rem);
    padding-top: .4rem;
}
.college_list li.li4 p{
 /*   -webkit-line-clamp: 4;*/
    height: 1.28rem;
}
.college_list li.li4{
    margin-bottom: .4rem;
}
.college_list li.li5 .left{
    width: 3.16rem;
}
.college_list li.li5 .right{
    width: calc(100% - 5.5rem);
    padding-top: .36rem;
}
.college_list li.li5 p{
  /*  -webkit-line-clamp: 5;  */
    height: 1.6rem;
}
.college_list li.li5{
    margin-bottom: .2rem;
}
.college_list li.li6 .left{
    width: 2.46rem;
}
.college_list li.li6 .right{
    width: calc(100% - 4.7rem);
    padding-top: .54rem;
}
.college_list li.li6 p{
   /*   -webkit-line-clamp: 7;  */
    height: 2.24rem;
}
.college_list li.li6{
    margin-bottom: .4rem;
}
.college_list li.li7 .left{
    width: 3.8rem;
}
.college_list li.li7 .img_zd{
    right: auto;
    left: 0;
}
.college_list li.li7 .right{
    width: calc(100% - 3.8rem);
    padding-top: .54rem;
}
.college_list li.li7 p{
  /*    -webkit-line-clamp: 4;  */
    height: 1.28rem;
}
.college_list ul:after{
    position: absolute;
    content: '';
    top: 0;
    left: .6rem;
    width: 3.48rem;
    height: 18.26rem;
    background: url("../images/college_img04.png") no-repeat 50%;
    background-size: 100%;
}
.college_list ul{
    position: relative;
}

.college_profile .fl02{
    padding-top: 1.04rem;
    padding-bottom: 1.78rem;
    background: url("../images/college_img03.jpg") no-repeat bottom center;
    background-size: cover;
}
.college_profile .fl03 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.college_profile .fl03 .left{
    width: 41.43%;
}
.college_profile .fl03 .left .pic{
    padding-top: 7.8rem;
}
.college_profile .fl03 .right{
    width: 55%;
}
.college_profile .fl03 .right .item h2{
    font-size: .24rem;
    line-height: .36rem;
    color: #0059aa;
    font-weight: 600;
    margin-bottom: .06rem;
}
.college_profile .fl03 .right .item p{
    font-size: .16rem;
    line-height: .36rem;
    color: #333;
   /*   -webkit-line-clamp: 4;  */
    height: 1.44rem;
}
.college_profile .fl03 .right .item{
    margin-top: .26rem;
}
.college_profile .fl03{
    position: relative;
    margin-top: -1rem;
    z-index: 3;
    margin-bottom: .6rem;
}

/*心理健康*/
.health .health_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.health .health_tit h2{
    font-size: .3rem;
    line-height: .9rem;
    color: #0358a6;
    padding-left: .35rem;
    padding-right: .51rem;
    background: url("../images/health_tit01.png") no-repeat left center;
    background-size: auto 100%;
    font-family: '思源宋体_b',serif;
}
.health .health_tit a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #0358a6;
    line-height: .24rem;
}
.health .health_tit a img{
    display: block;
    width: .21rem;
    margin-left: .12rem;
}
.health .fl04 .left{
    width: 51.43%;
}
.health .fl04 .right{
    width: 44.29%;
    padding-right: .2rem;
    padding-bottom: .2rem;
    position: relative;
}
.health .fl04 .right .pic{
    padding-top: 3.84rem;
    z-index: 3;
}
.health .fl04 .right:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: .2rem;
    top: .2rem;
    background: #ecf3ff;
}
.health .fl04 .content p{
    font-size: .18rem;
    line-height: .42rem;
    color: #333333;
}
.health .fl04 .content .flex{
    align-items: center;
    margin-bottom: .2rem;
}
.health .fl04 .health_tit{
    margin-bottom: .22rem;
}
.health .fl04{
    margin-bottom: .45rem;
}
.health .info_list li a{
    display: flex;
    padding: .3rem .5rem .3rem .35rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.health .info_list li .left{
    width: 43.41%;
}
.health .info_list li .left p{
    font-size: .18rem;
    line-height: .36rem;
    color: #333;
}
.health .info_list li .left h5{
    position: absolute;
    top: .57rem;
    left: 0;
    font-size: .2rem;
    line-height: .53rem;
    padding-left: .18rem;
    padding-right: .3rem;
    color: #fff;
    background: url("../images/health_tit04.png") no-repeat left center;
    background-size: 100% 100%;
}
.health .info_list li .right{
    width: 51.03%;
    display: flex;
    justify-content: space-between;
}
.health .info_list li .right .pic{
    width: 47.76%;
    height: 2.3rem;
}
.health .info_list li{
    background: #f5f9ff;
    margin-bottom: .2rem;
}
.health .fl05 .info_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.health .fl05 .info_box .left{
    width: 34.21%;
    background: url("../images/health_img03.jpg") no-repeat 50%;
    background-size: cover;
    border-radius: .75rem 0 .75rem 0;
    padding: .8rem .57rem .7rem;
}
.health .fl05 .info_box .left h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #fff;
    margin-bottom: .34rem;
}
.health .fl05 .info_box .left h4{
    font-size: .22rem;
    line-height: .5rem;
    color: #fff;
}
.health .fl05 .info_box .left h4 span{
    font-weight: 600;

}
.health .fl05 .info_box .right{
    width: calc(100% - 34.21%);

    padding: .5rem .5rem .55rem .65rem;
}
.health .fl05 .info_box .txt h1{
    font-size: .3rem;
    color: #1c58bb;
    line-height: .4rem;
    font-weight: 600;
    margin-bottom: .22rem;
}
.health .fl05 .info_box .txt p{
    font-size: .18rem;
    line-height: .44rem;
    color: #333333;
}
.health .fl05 .info_box{
    background: #f3f8ff;
    border-radius: .75rem 0 0 0 ;
    margin-bottom: .32rem;
}
.health .fl05 .info_tips p{
    font-size: .16rem;
    line-height: .32rem;
    color: #333;
}
.health .fl05 .health_tit{
    margin-bottom: .5rem;
}
.health .fl05{
    margin-bottom: .52rem;
}
.health .teacher_list li{
    width: 47.5%;
    margin-top: .5rem;
}
.health .teacher_list li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.health .teacher_list li .pic{
    width: 2.4rem;
    height: 3rem;
}
.health .teacher_list li .txt{
    width: calc(100% - 2.82rem);
    padding-top: .1rem;
}
.health .teacher_list li .txt h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #000;
    margin-bottom: .12rem;
}
.health .teacher_list li .txt img{
    display: block;
    margin-left: .4rem;
    height: .07rem;
    margin-bottom: .25rem;
}
.health .teacher_list li .txt p{
    font-size: .16rem;
    color: #999999;
    line-height: .32rem;
    -webkit-line-clamp: 5;
    height: 1.6rem;
}


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #1863a4;
}

#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: #1863a4;
}

#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: #1863a4;
}

/*=================================响应开始========================================*/
@media screen and (max-width: 1200px){
    .n_banner {
        margin-top: 0.75rem;
    }
    .n_top{
        display: none;
    }
    .n_wp{
        width: 100%;
        margin-bottom: .4rem;
    }

    #m_n_nav{
        display: block;
    }
    .n_container{
        padding-top: .2rem;
        padding-bottom: .4rem;
    }
    .n_container .wp{
        width: 100%;
        min-height:300px;
    }
}
@media screen and (max-width: 1024px){
    .n_list li a .txt h2,
    .n_list_pic li a .txt h2{
        font-size: .22rem;
    }
    .n_list li a{
        padding: .25rem 0;
    }
    .n_list_pic li a{
        padding: .25rem 0;
    }
    .n_item .n_sy_tit{
        padding: .15rem .2rem;
    }
    .n_item .n_sy_tit h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .n_sy_list ul{
        padding:.2rem .2rem;
    }
    .n_sy_list ul li{
        width: 50%;
    }
    .n_sy_list ul li a{
        padding: .15rem .15rem;
        line-height: .24rem;
    }
    .n_sy_list ul li a i{
        margin-right: .1rem;
    }
    .n_system .n_item{
        margin-top: .3rem;
    }
    .n_detail .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .n_detail .right{
        width: 100%;
    }
    .dtl_list h2{
        font-size: .22rem;
        line-height: .54rem;
        padding: 0 .2rem;
    }
    .n_detail{
        padding-top: .1rem;
    }
    .dtl_txt p{
        font-size: .18rem;
        margin-bottom: 1.5em;
    }
    .dtl_list ul li a p{
        font-size: .18rem;
    }
    .dtl_list ul li a{
        padding-bottom: .25rem;
    }
    .dtl_list ul{
        padding-top: .25rem;
    }
    .dtl_tit .info .rr{
        width: 100%;
        display: none;
    }
    .jl_con .right{
        width: 100%;
        margin-left: 0;
    }
    .jl_con .left{
        width: 100%;
    }
    .jl_con{
        padding: .3rem 0 .1rem;
    }
    .jl_con .jl_tit{
        padding: 0 .2rem;
    }
    .jl_con .left img{
        height: auto;
    }
    .jl_con .jl_list ul li{
        padding: .15rem .3rem;
    }
    .ch_tale_tit h2{
        font-size: .22rem;
        line-height: .3rem;
    }
    .ch_tale_tit h2 img{
        max-height: .26rem;
        margin-right: .1rem;
    }
    .ch_tale .block{
        width: 100%;
    }
    .ch_tale .block:first-child{
        margin-bottom: .4rem;
    }
    .ch_tale_tit{
        margin-bottom: .26rem;
        padding-left: 0;
    }
    .ch_tale_list li a{
        padding: .2rem;
    }
    .ch_tale_list li{
        margin-top: .3rem;
    }
    .ch_tale .content{
        margin-bottom: 0;
    }
    .ch_tale{
        padding-top: .1rem;
    }
    .media_box .list_tabs .li span{
        font-size: .22rem;
        line-height: .54rem;
        padding-left: .35rem;
        background-size: .26rem auto !important;
    }
    .media_box .list_tabs .li{
        margin: 0 .15rem;
        padding: 0 .2rem;
    }
    .media_list ul li{
        width: 23.2%;
        margin-left: 2%;
        margin-top: .3rem;
    }
    .media_list ul li:nth-child(5n+1){
        margin-left: 2%;
    }
    .media_list ul li:nth-child(4n+1){
        margin-left: 0;
    }
    .media_list ul li a{
        padding: .2rem;
    }
    .media_box{
        padding-top: .2rem;
        padding-bottom: 0;
    }
    .media_list ul li a .img_box{
        height: auto;
    }
    .health .health_tit h2{
        font-size: .22rem;
        line-height: .6rem;
        padding-left: .1rem;
    }
    .health .health_tit a{
        font-size: .16rem;
    }
    .health .fl04 .left{
        width: 100%;
        margin-bottom: .25rem;
    }
    .health .fl04 .right{
        width: 100%;
    }
    .health .fl04 .right .pic{
        padding-top: 64%;
    }
    .health .fl04{
        margin-bottom: .3rem;
    }
    .health .fl05 .health_tit{
        margin-bottom: .3rem;
    }
    .health .info_list li a{
        padding: .3rem .2rem;
    }
    .health .info_list li .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .health .info_list li .left h5{
        position: static;
        display: inline-block;
        margin-bottom: .2rem;
    }
    .health .info_list li .right{
        width: 100%;
    }
    .health .info_list li .right .pic{
        height: 3.5rem;
    }
    .health .info_list li{
        margin-bottom: .3rem;
    }
    .health .fl05 .info_box .left{
        padding: .35rem .25rem;
    }
    .health .fl05 .info_box .left h3{
        font-size: .24rem;
    }
    .health .fl05 .info_box .left h4{
        font-size: .2rem;
        line-height: .38rem;
    }
    .health .fl05 .info_box .right{
        padding: .35rem .3rem;
    }
    .health .fl05 .info_box .txt h1{
        font-size: .24rem;
        line-height: .32rem;
    }
    .health .teacher_list li .pic{
        width: 2rem;
        height: 2.5rem
    }
    .health .teacher_list li .txt{
        width: calc(100% - 2.2rem);
        padding-top: 0;
    }
    .health .teacher_list li .txt h2{
        font-size: .24rem;
    }
    .health .teacher_list li .txt img{
        margin-bottom: .15rem;
    }
    .health .teacher_list li{
        margin-top: .3rem;
    }
    .health .fl05{
        margin-bottom: .4rem;
    }
    .college_profile .fl01{
        padding-top: 0.2rem;
        height: auto;
        padding-bottom: .4rem;
    }
    .college_profile .fl01 .tit h3{
        font-size: .22rem;
        line-height: .3rem;
        margin-bottom: .15rem;
    }
    .college_profile .fl01 .tit img{
        margin-left: .2rem;
    }
    .college_profile .fl01 .tit{
        margin-bottom: .2rem;
    }
    .college_list li .left{
        width: 1.8rem !important;
    }
    .college_list li .left .img_zd{
        position: relative;

    }
    .college_list li .right{
        width: calc(100% - 2rem) !important;
        padding-top: 0 !important;
    }
    .college_list li .right h3:before,
    .college_list li .right h3:after{
        display: none;
    }
    .college_list li .right h3{
        font-size: .22rem;
        line-height: .28rem;
        margin-bottom: .1rem;
    }
    .college_list li .right p{
        display: block !important;
        height: auto !important;
    }
    .college_list li{
        margin-bottom: .4rem !important;
    }
    .college_list ul:after{
        display: none;
    }
    .college_profile .fl02{
        padding-top: .4rem;
        padding-bottom: 0.1rem;
    }
    .college_profile .fl03 .left{
        width: 100%;
    }
    .college_profile .fl03 .right .item p{
        display: block;
        height: auto;
    }
    .college_profile .fl03 .right{
        width: 100%;
        margin-bottom: .3rem;
    }
    .college_profile .fl03 .right .item h2{
        font-size: .22rem;
        line-height: .28rem;
    }
    .college_profile .fl03 .left .pic{
        padding-top: 134.48%;
    }
    .college_profile .fl03{
        margin-top: 0;
        padding-top: 0rem;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px){
    .n_list li a time span{
        font-size: .3rem;
    }
    .n_list li a time em{
        font-size: .16rem;
    }
    .n_list li a time{
        width: .85rem;
        height: .85rem;
    }
    .n_list li a .txt{
        width: calc(100% - 1.1rem);
        padding-top: 0;
    }
    .n_list li{
        padding: 0;
    }
    .n_list li a .txt h2{
        font-size: .2rem;
        line-height: .24rem;
        margin-bottom: .1rem;
    }
    .n_list li a{
        padding: .2rem 0;
    }
    .n_list_pic li a time{
        display: flex;
        width: 100%;
        align-items: flex-end;
        margin-bottom: .2rem;
    }
    .n_list_pic li a time span{
        font-size: .3rem;
        margin-bottom: 0;
        margin-right: .05rem;
    }
    .n_list_pic li a time em{
        font-size: .2rem;
        margin-bottom: 0;
    }
    .n_list_pic li a time em:before{
        content: '/';
        margin-right: .05rem;
    }
    .n_list_pic li a time i{
        display: none;
    }
    .n_list_pic li a .txt{
        width: calc(100% - 3.25rem);
        padding-left: 0;
    }
    .n_list_pic li{
        padding: 0 ;
    }
    .n_list_pic li:after,
    .n_list li:after{
        left: -15px;
        right: -15px;
    }
    .n_list_pic li a .txt p{
        margin-bottom: .25rem;
    }
    .dtl_tit{
        padding-bottom: .2rem;
    }
    .dtl_tit .info .ll{
        width: 100%;
    }
    .jl_con .jl_tit h2{
        font-size: .22rem;
        line-height: .6rem;
    }
    .ch_tale_list li a .pic{
        width: 2.1rem;
        height: 1.5rem;
    }
    .ch_tale_list li a .txt{
        width: calc(100% - 2.25rem);
        padding-top: 0;
    }
    .ch_tale_list li a .txt p{
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
        margin-bottom: .2rem;
    }
    .ch_tale_list li a{
        align-items: center;
    }
    .media_list ul li{
        width: 32%;
    }
    .media_list ul li:nth-child(4n+1){
        margin-left: 2%;
    }
    .media_list ul li:nth-child(3n+1){
        margin-left: 0;
    }
    .health .fl05 .info_box .left{
        width: 100%;
        border-radius: 0;
        padding: .2rem;
    }
    .health .fl05 .info_box .right{
        width: 100%;
    }
    .health .info_list li .right .pic{
        height: 31vw;
    }
    .health .fl05 .info_box .left h3{
        font-size: .22rem;
        margin-bottom: .2rem;
    }
    .health .fl05 .info_box{
        border-radius: 0;
    }
    .health .fl05 .info_box .left h4{
        font-size: .18rem;
    }
    .health .teacher_list li{
        width: 100%;
    }
    .health .teacher_list li .txt img{
        max-width: 100%;
        height: auto;
        margin-left: .2rem;
    }
    .college_profile .fl01 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .college_profile .fl01 .right{
        width: 100%;
        padding-top: 0;
    }
    .college_profile .fl01 .right img{
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px){
    .n_list_pic li a .pic{
        width: 100%;
        height: auto;
        padding-top: 73.33%;
    }
    .n_list_pic li a .txt{
        width: 100%;
        padding-top: .2rem;
    }
    .n_list_pic li a .txt h2{
        font-size: .2rem;
        line-height: .24rem;
        margin-bottom: .14rem;
    }
    .n_list_pic li a .txt p{
        margin-bottom: .2rem;
    }
    .n_item .n_sy_tit h3{
        font-size: .2rem;
        line-height: .24rem;
    }
    .jl_con{
        padding-top: 0;
    }
    .media_box .list_tabs{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .media_box .list_tabs .li{
        width: 50%;
        margin: 0;
    }
    .college_list li .left{
        width: 100% !important;
        margin-bottom: .2rem;
    }
    .college_list li .right {
        width: 100% !important;
    }
    .college_list li .left .img_zd{
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px){
    .n_sy_list ul li{
        width: 100%;
    }
    .n_sy_list ul li a{
        width: 100%;
    }
    .jl_con .jl_list ul li .lab{
        width: 1.1rem;
    }
    .jl_con .jl_list ul li .name{
        width: calc(100% - 1.1rem);
    }
    .jl_con .jl_list ul li{
        padding: 0.15rem .1rem;
    }
    .jl_con .jl_list ul li.kb_li{
        /* display: none; */
    }
    .jl_con .jl_list ul li .box{
        width: 49%;
    }
    .ch_tale_list li a .pic{
        width: 1.48rem;
        height: 1.1rem;
    }
    .ch_tale_list li a .txt {
        width: calc(100% - 1.7rem);
    }
    .media_list ul li a .tit img{
        max-height: .24rem;
    }
    .media_list ul li a{
        padding: 0.2rem .1rem;
    }
    .media_list ul li a .tit{
        font-size: 12px;
        line-height: .3rem;
        margin-bottom: 0;
    }
    .media_list ul li a .tit img{
        max-height: .18rem;
        margin-right: .05rem;

    }
    .media_list ul li a{
        padding: .1rem ;
    }
    .health .teacher_list li .pic{
        width: 1.8rem;
        height: 2.25rem;
    }
    .health .teacher_list li .txt {
        width: calc(100% - 2rem);
    }
}
@media screen and (max-width: 320px){



}

/*侧边导航*/

.leftNav{
    width: 22%;
    position: relative;
    margin-top: -1.3rem;
}
.leftNav .nav_tit h2{
    font-size: .24rem;
    color: #fff;
    line-height: .38rem;
    text-align: center;
    background: #154ba2;
    padding: 0.17rem .1rem;
}

.leftNav .lv1 li h2{
    position: relative;
    font-size: .2rem;
    color: #000000;
    line-height: .32rem;
    padding: .15rem .3rem;
    padding-left: .35rem;
    transition: .5s;
}
.leftNav .lv1 li.xiala h2 i{
    position: absolute;
    right: .15rem;
    top: 0;
    bottom: 0;
    width: .2rem;
    background: url("../images/n_left.png") no-repeat 50%;
    background-size: .15rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    cursor: pointer;
}

.leftNav .lv2{
    padding: .1rem 0;
    padding-left: .35rem;
    display: none;
}
.leftNav .lv2 li {
    color: #000;
    position: relative;

}
.leftNav .lv2 a{
    display: block;
    padding: .1rem 0;
    font-size: .16rem;
    line-height: .26rem;
    margin-right: .35rem;
}
.leftNav .lv1 li.xiala.on h2 i,
.leftNav .lv1 li.xiala.active h2 i,
.leftNav .lv1 li.xiala:hover h2 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .lv1 li.on h2 ,
.leftNav .lv1 li.active h2 ,
.leftNav .lv1 li:hover h2 {
    color: #154ba2;
    font-size: .2rem;
    background: #fff;
    font-weight: 600;
}

.leftNav .lv2 li:hover{
    color: #154ba2;
}
.leftNav .lv1>li{
    margin-bottom: .05rem;
}
.leftNav .lv1{
    padding: .1rem 0 ;
    background: #eceef1;
}
.leftNav .lv2 li i{
    position: absolute;
    right: .15rem;
    top: 0;
    height: .46rem;
    width: .2rem;
    background: url("../images/n_left.png") no-repeat 50%;
    background-size: .15rem;
    transition: .5s;
    cursor: pointer;
}
.leftNav .lv2 li li{
    padding-left: .1rem;
    position: relative;
}
.leftNav .lv2 ul{
    display: none;
}

.rightBox{
    width: 75%;
}


.n_list02 li{
    display: block;
    position: relative;
    line-height: 0.6rem;
    font-size: 0.16rem;
    border-bottom: 1px solid #e8e1e1;
    transition: all .5s;
    background-size: auto 0.6rem;
    background-position: right center;
    background-repeat: no-repeat;
}
.n_list02 li a{
    padding-left: 0.26rem;
    padding-right: 1.25rem;
}
.n_list02 li time{
    position: absolute;
    right: 0.1rem;
    top: 0;
    color: #777e6e;
}
.n_list02 li:before{
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 50%;
    width: .05rem;
    height: .05rem;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 50%;
}
.n_list02 li:hover{
    color: #0c63b0;
}
.n_list02 li:hover:before {
    background: #0c63b0;
}
.n_list02 li:hover time{
    color: #0c63b0;
}

@media screen and (max-width: 1200px) {
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
}

/*2024-04-30*/
.tyyd_tit{
    margin-bottom: .22rem;
}
.tyyd_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tyyd_tit h2{
    font-size: .3rem;
    line-height: .9rem;
    color: #0358a6;
    padding-left: .35rem;
    padding-right: .51rem;
    background: url("../images/health_tit01.png") no-repeat left center;
    background-size: auto 100%;
    font-weight: 600;
}
.tyyd_tit a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #0358a6;
    line-height: .24rem;
}
.tyyd_tit a img{
    display: block;
    width: .21rem;
    margin-left: .12rem;
}



.inner-s1 .wp{
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: .98rem;
}
.inner-s1 .left{
    width: 38%;
    position: relative;
    z-index: 3;
}
.tit01{
    font-size: .36rem;
    line-height: .54rem;
    color: #12469A;
    font-weight: 600;

}
.inner-s1 .tit01{
    margin-bottom: .2rem;
}
.inner-s1 .para{
    font-size: .22rem;
    line-height: .46rem;
    color: #333333;
    padding-left: .14rem;
}

.inner-s1 .right{
    width: 57.14%;
}

.inner-s1 .img-box1 .pic{
    padding-top: 5.2rem;
}
.inner-s1 .img-box2 .pic{
    padding-top: 3rem;
}
.inner-s1 .img-box2{
    position: absolute;
    width: 45.71%;
    left: .52rem;
    bottom: 0;
    z-index: 3;
    height: 3.4rem;
    padding: .1rem;
    background: #EBF1FA;
}
.inner-s1 .img-box2 .pic{
    padding-top: 3.2rem;
}

.inner-s1 .wp:before{
    position: absolute;
    content: '';
    left: -1.26rem;
    top: -.49rem;
    width: 8.08rem;
    height: 4.14rem;
    background: url("../images/img1-3.png") no-repeat 50%/100%;
    z-index: -1;
}
.inner-s1 {
    margin-top: -.2rem;
    padding-top: .99rem;
    padding-bottom: 2.62rem;
    background: url("../images/img1-4.png") no-repeat bottom center;
    background-size: cover;
}

.inner-s2 .wp{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.inner-s2 .left{
    width: 23.14%;
    padding-top: 1.02rem;
}

.inner-s2 .left .tit01{
    margin-bottom: .32rem;
}
.inner-s2 .left .para{
    font-size: .22rem;
    line-height: .46rem;
    color: #333333;
    padding-right: .14rem;
}
.inner-s2 .right{
    width: 75%;
}
.list_boxn1 li{
    width: 45.71%;
    padding: .1rem;
    background: #EDEDED;
}
.list_boxn1 li:nth-child(-n+2){
    margin-bottom: .4rem;
}
.list_boxn1 li .pic{
    padding-top: 3.2rem;
}
.list_boxn1 li:nth-child(2){
    margin-right: 5.7%;
}
.list_boxn1 li:nth-child(3){
    margin-left: 5.7%;
}
.list_boxn1 li.li1{
    position: absolute;
    width: 4.2rem;
    left: 27.17%;
    bottom: 28.79%;
    z-index: 3;
}
.list_boxn1 li.li1 .pic{
    padding-top: 2.61rem;
}

.inner-s2{
    position: relative;
    margin-top: -1.92rem;
    z-index: 3;
    padding-top: 1.36rem;
    padding-bottom: .93rem;
    background: url("../images/img1-10.png") no-repeat top center;
    background-size: 100% auto;
}

.inner-s3 .top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: .65rem;
}
.inner-s3 .top .left{
    width: 65.71%;
    position: relative;
    margin-top: .28rem;
}
.inner-s3 .top .tit01{
    color: #fff;
    line-height: 1rem;
    background: #12469A;
    padding: 0 .5rem;
    margin-bottom: .4rem;
    border-radius: .5rem 0 0 .5rem;
}
.inner-s3 .top .para{
    font-size: .22rem;
    line-height: .46rem;
    color: #333333;
    padding: 0 .7rem 0 .5rem;
}

.inner-s3 .top .right{
    width: 34.29%;
}
.inner-s3 .top .right .img-box{
    padding: .1rem;
    background: #EBF1FA;
}
.inner-s3 .top .right .pic{
    padding-top: 3.55rem;
}

.list_boxn2 li{
    width: 32.28%;
    padding: .06rem;
    background: #EBF1FA;
    margin-left: 1.58%;
    align-self: flex-start;
}
.list_boxn2 li:nth-child(3n+1){
    margin-left: 0;
}

.list_boxn2 li .pic{
    padding-top: 3rem;
}
.list_boxn2 li:nth-child(2){
    margin-top: .3rem;
}
.list_boxn2 li:nth-child(3){
    margin-top: .3rem;
}

.list_boxn2 li:nth-child(5){
    margin-top: .18rem;
    margin-left: .69%;
}
.list_boxn2 li:nth-child(6){
    width: 33.55%;
    margin-top: .28rem;
    margin-left: 1.2%;
}
.list_boxn2 li:nth-child(6) .pic{
    padding-top: 3.28rem;
}
.inner-s3{
    padding-top: .12rem;
    padding-bottom: 1.01rem;
    background: url("../images/img1-18.png") no-repeat bottom center;
    background-size: 100% auto;
}

.inner-s4 .top .tit01{
    text-align: center;
    margin-bottom: .3rem;
}
.inner-s4 .top .para{
    font-size: .22rem;
    line-height: .52rem;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-s4 .bottom{
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    justify-content: space-between;
    margin-top: .4rem;
}

.inner-s4 .bottom .left{
    width: 44.64%;
    margin-top: .6rem;
}
.inner-s4 .bottom .left .img-box .pic{
    padding-top: 3.98rem;
}
.inner-s4 .bottom .left .img-box{
    padding: .06rem;
    background: #EBF1FA;
}
.inner-s4 .bottom .left  .img-box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   margin: -.3rem -.67rem 0 1.37rem;
    position: relative;
    z-index: 2;
}
.inner-s4 .bottom .left  .img-box2 .li{
    width: 49%;
    padding: .06rem;
    background: #EBF1FA;
}
.inner-s4 .bottom .left  .img-box2 .li .pic{
    padding-top: 1.7rem;
}
.inner-s4 .bottom .right{
    width: 48.14%;
}
.inner-s4 .bottom .right .img-box:nth-child(1){
    padding: .06rem;
    background: #EBF1FA;
    margin-bottom: .14rem;
    margin-right: .72rem;
    margin-left: -.8rem;
}
.inner-s4 .bottom .right .img-box:nth-child(1) .pic{
    padding-top: 3.1rem;
}
.inner-s4 .bottom .right .img-box:nth-child(2){
    padding: .06rem;
    background: #EBF1FA;
}
.inner-s4 .bottom .right .img-box:nth-child(2) .pic{
    padding-top: 3.47rem;
}
.inner-s4{
    position: relative;
    margin-bottom: -.5rem;
    padding: .51rem 0 .7rem;
    background: url("../images/img1-24.png") no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 1025px) {
    .tit01{
        font-size: .26rem;
        line-height: .38rem;
    }
    .inner-s1 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .inner-s1 .tit01{
        margin-bottom: .1rem;
    }
    .inner-s1 .para{
        font-size: .18rem;
        line-height: .36rem;
        padding: 0;
    }
    .inner-s1 .wp:before{
        display: none;
    }
    .inner-s1 .wp{
        padding-bottom: 0;
    }
    .inner-s1 .right{
        width: 100%;
    }
    .inner-s1 .img-box1 .pic{
        padding-top: 64.5%;
    }
    .inner-s1 .img-box2{
        position: static;
        width: auto;
        height: auto;
        margin-top: .3rem;
    }
    .inner-s1 .img-box2 .pic{
        padding-top: 48.38%;
    }
    .inner-s1{
        padding: .45rem 0;
    }
    .inner-s2 .left{
        width: 100%;
        margin-bottom: .3rem;
        padding: 0;
    }
    .inner-s2 .left .tit01{
        margin-bottom: .16rem;
    }
    .inner-s2 .left .para{
        font-size: .18rem;
        line-height: .36rem;
        padding: 0;
    }
    .inner-s2 .right{
        width: 100%;
    }
    .inner-s2{
        padding: .45rem 0;
        margin: 0;
        background-size: cover;
    }
    .inner-s3 .top .tit01{
        line-height: .78rem;
        padding: 0 .3rem;
        margin-bottom: .16rem;
    }
    .inner-s3 .top .left{
        width: 100%;
        margin-bottom: .3rem;
        margin-top: 0;
    }
    .inner-s3 .top .para{
        font-size: .18rem;
        line-height: .36rem;
        padding: 0;
    }
    .inner-s3 .top .right{
        width: 100%;
    }
    .inner-s3 .top .right .img-box{
        max-width: 4rem;
        margin: 0 auto;
    }
    .inner-s3 .top .right .pic{
        padding-top: 77.17%;
    }
    .inner-s3 .top{
        margin-bottom: .3rem;
    }
    .list_boxn2 li .pic{
        padding-top: 68.18% !important;
    }
    .list_boxn2 li{
        width: 32% !important;
       margin: 0  0 .2rem 0 !important;
    }
    .list_boxn2 ul{
        justify-content: space-between;
    }
    .inner-s3{
        padding: .1rem 0 .25rem;
    }
    .inner-s4 .top .tit01{
        margin-bottom: .16rem;
    }
    .inner-s4 .top .para{
        display: block;
        font-size: .18rem;
        line-height: .36rem;
        text-align: center;
    }
    .inner-s4 .bottom{
        margin-top: .3rem;
    }
    .inner-s4 .bottom .left{
        width: 100%;
        margin-bottom: .3rem;
        margin-top: 0;
    }
    .inner-s4 .bottom .left .img-box .pic{
        padding-top: 63.68%;
    }
    .inner-s4 .bottom .left .img-box2{
        margin: .3rem 0 0;
    }
    .inner-s4 .bottom .left .img-box2 .li .pic{
        padding-top: 65.38%;
    }
    .inner-s4 .bottom .right{
        width: 100%;
    }
    .inner-s4 .bottom .right .img-box:nth-child(1){
        margin: 0 0 .3rem 0;
    }
    .inner-s4 .bottom .right .img-box:nth-child(1) .pic{
        padding-top: 46.82%;
    }
    .inner-s4 .bottom .right .img-box:nth-child(2) .pic{
        padding-top: 52.41%;
    }
    .inner-s4{
        padding: .45rem 0;
        margin-bottom: -.4rem;
    }
    .tyyd_tit h2{
        font-size: .22rem;
        line-height: .6rem;
        padding-left: .1rem;
    } 
    .tyyd_tit a{
        font-size: .16rem;
    }
}

@media screen and (max-width: 768px) {
    .list_boxn1 li{
        width: 49% !important;
        padding: .05rem;
        margin: 0 0 .2rem 0 !important;
    }
    .list_boxn1 li .pic{
        padding-top: 65.21% !important;
    }
    .list_boxn1 li.li1{
        position: static;

    }
    .inner-s2{
        padding-bottom: .25rem;
    }
    .inner-s3 .top .right .img-box{
        max-width: 60%;
    }
    .list_boxn2 li {
        width: 49% !important;
    }
}



.media_list2 li{
    width: 25%;
    padding: 0 .34rem;
    border-bottom: 1px solid #D6E9FF;
    border-left: 1px solid #D6E9FF;
}
.media_list2 li a{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    padding: .27rem 0;
    transition: .5s;
}
.media_list2 li a:before{
    display: inline-block;
    content: '?';
    vertical-align: middle;
    margin-right: .06rem;
    transform: translateY(-.03rem);
}
.media_list2 ul{
    margin-top: .5rem;
    border-top: 1px solid #D6E9FF;
    border-right: 1px solid #D6E9FF;
    background: linear-gradient(180deg, #ECF4FD 0%, rgba(239, 245, 252, 0) 100%);
}
.media_list2 li:hover a{
    color: #0c63b0;
    padding-left: .1rem;
}
@media screen and (max-width: 1024px) {
    .media_list2 li{
        width: 33.33%;
        padding: 0 .2rem;
    }
    .media_list2 li a{
        padding: .15rem 0;
    }
    .media_list2 ul{
        margin-top: .3rem;
    }
}
@media screen and (max-width: 768px) {
    .media_list2 li{
        width: 50%;
    }
    .media_list2 li a{
        padding: .1rem 0;
    }
}
@media screen and (max-width: 481px) {
    .media_list2 li{
        width: 100%;
    }
}