@charset "UTF-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .7rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #979797;
    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: #011d93;
    color: #fff;
    border: 1px solid #011d93;
}

.pagination a:hover {
    background: #011d93;
    color: #fff;
    border: 1px solid #011d93;
}
.n_banner{
    position: relative;
}
.n_banner .img{
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}

.n_dh{
    position: relative;
    z-index: 2;
    margin-top: -.51rem;
}
.n_dh:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: .8rem;
    background: #fff;
}
.n_dh:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #dde2ea;
}
.n_dh .left{
    width: 2rem;
    position: relative;
    z-index: 2;
    padding: .46rem 0 .3rem;
    align-self: flex-start;
    margin-right: .5rem;
}
.n_dh .left h2{
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
    font-family: 'PingFang-SimBold',sans-serif;
}
.n_dh .left h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    font-family: 'Alpht',sans-serif;
}
.n_dh .left:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: calc((100% - 16rem)/2);
    background: #011d93 url("../images/n-img-1.png")no-repeat right center/auto 100%;
    border-radius: 0 .5rem 0 0;
    z-index: -1;
}
.n_dh .right{
    flex: 1;
    align-self: flex-end;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.posi img{
    display: block;
    width: .15rem;
    height: .19rem;
    margin-right: .1rem;
}
.posi span,
.posi a {
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    opacity: .6;
    transition: .5s;
}
.posi a:hover,
.posi a.active{
    opacity: 1;
}
.posi span:not(:nth-child(2)){
    margin: 0 .03rem;
}
.n_erji{
    display: flex;
    margin-top: .16rem;
}
.n_erji li h3{
    position: relative;
    font-size: .18rem;
    color: #333333;
    line-height: .8rem;
    padding: 0 .14rem;
    transition: .5s;
}
.n_erji li h3:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 0;
    height: .03rem;
    background: #011d93;
    transition: .5s;
}
.n_erji li.active h3:after,
.n_erji li:hover h3:after{
    left: 0;
    right: 0;
}
.n_erji li:hover h3 a,
.n_erji li.active h3 a{
    color: #011d93;
}
.n_erji li+li{
    margin-left: .5rem;
}
.inner_page{
    padding: 1.1rem 0 1.05rem;
    background: url("../images/inner_page.png") no-repeat bottom center/100% auto;
}
.n_tit h3{
    display: flex;
    font-size: .84rem;
    line-height: 1;
    color: #000000;
    font-family: 'Alpht',sans-serif;
}
.n_tit h3 em{
    color: #011d93;
}
.n_tit h4{
    display: flex;
    font-size: .36rem;
    line-height: .4rem;
    color: #000;
    margin-top: .1rem;
}
.n_tit h4 span{
    color: #011d93;
}
.n_tit i{
    display: block;
    height: 1px;
    width: 2.75rem;
    background: #4b5fb0;
    margin-top: .5rem;
}
.n_tit h5{
    position: absolute;
    left: 0;
    bottom: .12rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #000000;
}
.n_tit{
    position: relative;
}

/*inner_s1*/
.inner_s1 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.inner_s1 li .pic{
    width: 5rem;
    height: 2.81rem;
    margin-left: .93rem;
}
.inner_s1 li .txt_box{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s1 li time{
    width: 1.91rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #011d93;
    position: relative;
    flex-shrink: 0;
    margin-right: .62rem;
}
.inner_s1 li time span{
    display: block;
    font-size: .52rem;
    line-height: 1;
    font-family: 'PingFang-SimBold',sans-serif;
}
.inner_s1 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
    transition: .5s;
}
.inner_s1 li time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e5e8f4;
    transition: .5s;
}
.inner_s1 li .txt{
    flex: 1;
}
.inner_s1 li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #173ba9;
    transition: .5s;
}
.inner_s1 li h3{
    margin-top: .16rem;
    font-size: .24rem;
    line-height: .26rem;
    color: #333333;
    max-height: .52rem;
    transition: .5s;
}
.inner_s1 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    margin-top: .18rem;
    opacity: .6;
    transition: .5s;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: .01rem solid #e6edf8;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/n-img-3.png") no-repeat left center/cover;
    border: .01rem solid #e6edf8;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li{
    position: relative;
}
.inner_s1 li+li{
    margin-top: .5rem;
}
.inner_s1 li:hover time{
    color: #fff;
}
.inner_s1 li:hover time em{
    opacity: .6;
}
.inner_s1 li:hover time:after{
    background: #fff;
    opacity: .2;
}
.inner_s1 li:hover h4,
.inner_s1 li:hover h3,
.inner_s1 li:hover p{
    color: #fff;
}
.inner_s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1{
    margin-top: .66rem;
}

/*inner_s2*/
.inner_s2 li a{
    height: 2rem;
    padding-right: .7rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1.91rem;
    height: 1.4rem;
    position: relative;
    color: #011d93;
    margin-right: .6rem;
    transition: .5s;
}
.inner_s2 li time span{
    display: block;
    font-size: .52rem;
    line-height: 1;
    font-family: 'PingFang-SimBold', sans-serif;
}
.inner_s2 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
    transition: .5s;
}
.inner_s2 li time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e5e8f4;
    transition: .5s;
}
.inner_s2 li .txt{
    flex: 1;
    overflow: hidden;
}
.inner_s2 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s2 li p{
    margin-top: .19rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    opacity: .6;
    transition: .5s;
}
.inner_s2 li h6{
    margin-left: .6rem;
    display: block;
    height: .12rem;
    width: .5rem;
    background: url("../images/n-img-5.png") no-repeat 50%/100% auto;
    flex-shrink: 0;
    transition: .5s;
}
.inner_s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid #e6edf8;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-4.png") no-repeat left center/cover;
    border: .01rem solid #e6edf8;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 li{
    position: relative;
}
.inner_s2 li+li{
    margin-top: .41rem;
}
.inner_s2 li:hover time{
    color: #fff;
}
.inner_s2 li:hover time em{
    opacity: .6;
}
.inner_s2 li:hover time:after{
    background: rgba(255, 255, 255, 0.2);
}
.inner_s2 li:hover h3,
.inner_s2 li:hover p{
    color: #fff;
}
.inner_s2 li:hover h6{
    background-image: url("../images/n-img-6.png");
}
.inner_s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s2{
    margin-top: .66rem;
}
/*inner_s3*/
.tag_li{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 4.3rem;
    z-index: 3;
}
.tag_li ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tag_li ul li a{
    display: block;
    font-size: .2rem;
    line-height: .58rem;
    color: #000;
    text-align: center;
    padding: 0 .3rem;
    transition: .5s;
}
.tag_li ul li{
    min-width: 1.75rem;
    border: 1px solid #011d93;
    border-radius: 50vw;
    transition: .5s;
}
.tag_li ul li:hover{
    background: #011d93;
}
.tag_li ul li:hover a{
    color: #fff;
}
.inner_s3 li{
    width: 47.5%;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
    margin-top: .8rem;
}
.inner_s3 li:nth-child(-n+2){
    //margin-top: 0;
}
.inner_s3 li a{
    position: relative;
    z-index: 2;
    padding: .3rem .59rem .3rem .25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s3 li .pic{
    width: 2.8rem;
    height: 3.7rem;
}
.inner_s3 li .txt{
    width: calc(100% - 3.26rem);
    margin-top: .5rem;
}
.inner_s3 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #021e93;
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 li i:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: .1rem;
    height: .1rem;
    background: #011d93;
}
.inner_s3 li i{
    display: block;
    height: 1px;
    background: #d5d9e8;
    position: relative;
    margin-top: .27rem;
    margin-bottom: .36rem;
}
.inner_s3 li h4{
    font-size: .2rem;
    line-height: .48rem;
    color: #000000;
    opacity: .6;
}
.inner_s3 li h6{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .16rem;
    line-height: .5rem;
    color: #fff;
    width: 1.4rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border-radius: .1rem 0 .1rem 0;
    background: #011d93;
    transition: .5s;
}
.inner_s3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid #e6edf8;
    border-radius: .1rem;
}
.inner_s3 li:hover h6{
    opacity: 1;
    visibility: visible;
}
.inner_s3 {
    margin-top: .86rem;
}

/*inner_s4*/

.inner_s4 ul li a{
    padding: .72rem .75rem .8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s4 ul li .pic{
    width: 4.6rem;
    height: 3rem;
    border-radius: .2rem;
}
.inner_s4 ul li .txt{
    width: calc(100% - 6.02rem);
}
.inner_s4 ul li h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #000000;
    font-family: 'PingFang-SimBold',sans-serif;
    transition: .5s;
    text-align: right;
}
.inner_s4 ul li p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    -webkit-line-clamp: 4;
    height: 1.36rem;
    margin-top: .37rem;
}
.inner_s4 ul li h5 span{

    font-size: .16rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    width: 1.8rem;
    background: #011d93;
    border-radius: 50vw;
}
.inner_s4 ul li h5{
    margin-top: .45rem;
    display: flex;
    justify-content: flex-end;
}
.inner_s4 ul li{
    background: #f5f9ff;
    border-radius: .1rem;
}
.inner_s4 ul li + li{
    margin-top: .5rem;
}
.inner_s4 ul li:nth-child(2n-1) h5{
    justify-content: flex-start;
}
.inner_s4 ul li:nth-child(2n-1) h3{
    text-align: left;
}
.inner_s4 ul li:nth-child(2n-1) a{
    flex-direction: row-reverse;
}
.inner_s4 .gd a{
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    text-decoration: underline;
    transition: .5s;
}
.inner_s4 .gd a:hover{
    color: #011d93;
}
.inner_s4 .gd{
    margin-top: .5rem;
    display: flex;
    justify-content: center;
}
.inner_s4{
    margin-top: .66rem;
}

/*inner_s5*/
.inner_s5 .para p,
.inner_s5 .para p *{
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #333333;
    font-family:'PingFang-Regular',sans-serif !important;
}
.inner_s5 .para p + p{
    margin-top: .36rem;
}

.inner_s5 .item1 .item_l{
    width: 25.625%;
}
.inner_s5 .item1 .item_l .li h3{
    display: flex;
    align-items: baseline;
    font-size: .42rem;
    line-height: 1;
    color: #011d93;
}
.inner_s5 .item1 .item_l .li h3 span{
    font-size: .45rem;
    line-height: 1;
    font-family: 'PingFang-Medium',sans-serif;
}
.inner_s5 .item1 .item_l .li h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #000000;
    margin-top: .1rem;
}
.inner_s5 .item_l .li + .li{
    margin-top: 1.05rem;
}
.inner_s5 .item1 .item_r{
    width: 74.1875%;
    padding-right: .52rem;
}
.inner_s5 .item1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s5 .item2 .item_l{
    width: 64.5%;
}
.inner_s5 .item2 .item_l h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #011d93;
}
.inner_s5 .item2 .para{
    margin-top: .19rem;
}
.inner_s5 .item2 .li + .li{
    margin-top: .79rem;
}
.inner_s5 .item2 .item_r{
    width: 32.5%;
}
.inner_s5 .item2 .imgBox{
    height: 6.6rem;
    overflow: hidden;
    border-radius: 1.2rem 0 0 0;
}
.inner_s5 .imgBox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_s5 .item2{
    margin-top: .94rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner_s5 .item3 .item_l{
    width: 63.125%;
}
.inner_s5 .item3 .item_l h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #011d93;
}
.inner_s5 .item3 .para{
    margin-top: .19rem;
}
.inner_s5 .item3 .item_l .li + .li{
    margin-top: .66rem;
}
.inner_s5 .item3 .item_r{
    width: 32.5%;
}
.inner_s5 .item3 .item_r .imgBox{
    height: 7.4rem;
    overflow: hidden;
    border-radius: 0 1.2rem  0 0;
}
.inner_s5 .item3{
    margin-top: .9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.inner_s5 .item4{
    margin-top: .7rem;
}
.inner_s5 .item5 h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #011d93;
}
.inner_s5 .item5 .para{
    margin-top: .19rem;
}
.inner_s5 .item5 .p p{
    font-size: .18rem !important;
    line-height: .34rem !important;
    color:  #011d93;
    font-family:'PingFang-Regular',sans-serif !important;
    text-align: right;
}
.inner_s5 .item5 .p{
    margin-top: .96rem;
}
.inner_s5 .item5{
    margin-top: .94rem;
}
.inner_s5 .item{
    position: relative;
    z-index: 2;
}
.inner_s5:before{
    position: absolute;
    content: '';
    top: -3.57rem;
    right: calc((100vw - 16rem) / -2);
    width: 7.8rem;
    height: 7.44rem;
    background: url("../images/n-img-11.png") no-repeat top right/100% auto;
}
.inner_s5:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    height: 4.3rem;
    background: linear-gradient(180deg,#fff 0%,transparent 100%);
    border-radius: 0 1.1rem 0 0;
}
.inner_s5{
    position: relative;
    z-index: 2;
    padding-top: .4rem;
    margin-top: .22rem;
}

/*inner_s6*/

.inner_s6 .top p,
.inner_s6 .top p *{
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #333333;
    font-family:'PingFang-Regular',sans-serif !important;
}
.inner_s6 .top p + p{
    margin-top: .34rem;
}
.inner_s6 .top p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%!important;
    margin: 0 auto;
}
.inner_s6 .top p b{
    color: #011d93;
    font-size: .22rem !important;
}
.inner_s6 .bot h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    margin-bottom: .17rem;
}
.inner_s6 .bot h4 em{
    color: #011d93;
}
.inner_s6 .bot h4{
    font-size: .18rem;
    line-height: .48rem;
    color: #333333;
}
.inner_s6 .bot .bot_r{
    width: 4.38rem;
}
.inner_s6 .bot .bot_r h3{
    color: #011d93;
}

.inner_s6 .bot{
    margin-top: .66rem;
    padding: .62rem .34rem 0;
    border-top: 1px solid #e6edf8;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner_s6{
    margin-top: .6rem;
    padding: 0 .7rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #011d93;
}

#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: flex;
    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 {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    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: #011d93;
}

#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: #011d93;
}
@media (max-width: 1301px){
    .tag_li{
        left: 4.7rem;
    }
}
@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .n_dh .left,
    .n_erji{
        display: none;
    }
    .n_dh:before,
    .n_dh:after{
        display: none;
    }
    .n_dh{
        margin-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
    }
    .posi{
        padding-bottom: .1rem;
    }
    .n_tit h3,
    .n_tit h4,
    .n_tit h5,
    .n_tit i{
        display: none;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
    .tag_li{
        position: static;

    }
    .tag_li ul{
        justify-content: center;
        gap: .1rem .2rem;
    }
    .inner_s5:before{
        top: -.5rem;
        right: -15px;
    }
}

@media (max-width: 1025px){
    .inner_s1 li .pic {
        width: 4rem;
        height: 2.1rem;
        margin-left: 0.2rem;
    }
    .inner_s1 li time {
        width: 1rem;
        height: .8rem;
        margin-right: .2rem;
    }
    .inner_s1 li time span{
        font-size: .32rem;
    }
    .inner_s1 li time em{
        font-size: .12rem;
    }
    .inner_s1 li h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
        margin-top: .05rem;
    }
    .inner_s1 li p{
        margin-top: .05rem;
    }
    .inner_s1 li+li{
        margin-top: .26rem;
    }
    .inner_s1{
        margin-top: 0;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s2 li time{
        width: 1rem;
        height: .8rem;
        margin-right: .2rem;
    }
    .inner_s2 li time span{
        font-size: .32rem;
    }
    .inner_s2 li time em{
        font-size: .12rem;
    }
    .inner_s2 li h6{
        height: .08rem;
        width: 0.3rem;
        margin-left: .2rem;
    }
    .inner_s2 li p{
        margin-top: .05rem;
    }
    .inner_s2 li h3{
        font-size: .2rem;
    }
    .inner_s2 li a {
        height: 1.1rem;
        padding-right: 0.2rem;
    }
    .inner_s2 li+li{
        margin-top: .26rem;
    }
    .inner_s2{
        margin-top: 0;
    }
    .tag_li ul li a{
        font-size: .18rem;
        line-height: 0.36rem;
        padding: 0 0.15rem;
    }
    .tag_li ul li{
        min-width: 1.3rem;
    }
    .inner_s3 li .pic {
        width: 2.1rem;
        height: 2.8rem;
    }
    .inner_s3 li .txt {
        width: calc(100% - 2.3rem);
        margin-top: 0.2rem;
    }
    .inner_s3 li h3{
        font-size: .2rem;
    }
    .inner_s3 li i:after{
        width: .06rem;
        height: .06rem;
    }
    .inner_s3 li i{
        margin: .1rem 0;
    }
    .inner_s3 li h4{
        font-size: .18rem;
        line-height: .28rem;
    }
    .inner_s3 li h6{
        line-height: .4rem;
        width: 1.2rem;
    }
    .inner_s3 li a{
        padding: .2rem ;
    }
    .inner_s3 li{
        width: 49%;
        margin: 0;
    }
    .inner_s3 ul{
        gap: .26rem 2%;
    }
    .inner_s3{
        margin-top: .3rem;
    }
    .inner_s4 ul li a{
        padding: .2rem;
    }
    .inner_s4 ul li h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner_s4 ul li p{
        font-size: .16rem;
        line-height: .24rem;
        height: .96rem;
        margin-top: .1rem;
    }
    .inner_s4 ul li h5 span{
        line-height: 0.36rem;
        width: 1.2rem;
    }
    .inner_s4 ul li h5{
        margin-top: .15rem;
    }
    .inner_s4 ul li .pic {
        width: 4.1rem;
        height: 2.5rem;
    }
    .inner_s4 ul li .txt {
        width: calc(100% - 4.3rem);
    }
    .inner_s4 ul li + li{
        margin-top: .26rem;
    }
    .inner_s4{
        margin-top: 0;
    }
    .inner_s4 .gd a{
        font-size: .16rem;
    }
    .inner_s4 .gd{
        margin-top: .3rem;
    }
    .inner_s5 .item_l .li h3{
        font-size: .26rem;
        justify-content: center;
    }
    .inner_s5 .item_l .li h3 span{
        font-size: .28rem;
    }
    .inner_s5 .item1 .item_l .li h4{
        margin-top: .05rem;
    }
    .inner_s5 .item1 .item_l .li + .li{
        margin-top: 0;
    }
    .inner_s5 .item1 .item_l{
        order: 1;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: .2rem .3rem;
        margin-top: .2rem;
    }
    .inner_s5 .item1 .item_r{
        width: 100%;
        order: 0;
        padding-right: 0;
    }
    .inner_s5 .para p + p{
        margin-top: .1rem;
    }
    .inner_s5 .para p, .inner_s5 .para p *{
        line-height: 2em !important;
    }
    .inner_s5 .item2 .item_l{
        width: 100%;
        margin-top: 0;
    }
    .inner_s5 .item2 .item_r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s5 .item2 .imgBox{
        height: 54vw;
        border-radius: .2rem 0 0 0;
    }
    .inner_s5 .item2 .para{
        margin-top: 0;
    }
    .inner_s5 .item2 .li + .li{
        margin-top: .2rem;
    }
    .inner_s5 .item2{
        margin-top: .2rem;
    }
    .inner_s5 .item3 .item_l{
        width: 100%;
    }
    .inner_s5 .item3 .item_l .li + .li{
        margin-top: .2rem;
    }
    .inner_s5 .item3 .para{
        margin-top: 0;
    }
    .inner_s5 .item3 .item_r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s5 .item3 .item_r .imgBox{
        height: 64vw;
        border-radius: 0 .2rem 0 0;
    }
    .inner_s5 .item3{
        margin-top: .2rem;
    }
    .inner_s5 .item4{
        margin-top: .2rem;
    }
    .inner_s5 .item5{
        margin-top: .2rem;
    }
    .inner_s5 .item5 .p{
        margin-top: .1rem;
    }
    .inner_s5:after{
        right: -15px;
        border-radius: 0 .2rem 0 0;
    }
    .inner_s5:before{
        top: -.3rem;
        width: 40.625vw;
        height: 38.75vw;
    }
    .inner_s5{
        padding-top: .2rem;
        margin-top: 0;
    }
    .inner_s6 .top p + p{
        margin-top: .1rem;
    }
    .inner_s6 .top p, .inner_s6 .top p *{
        line-height: 2!important;
    }
    .inner_s6 .bot .bot_l{
        width: 100%;
    }
    .inner_s6 .bot h4{
        line-height: 1.8;
    }
    .inner_s6 .bot h4 + h4{
        margin-top: .05rem;
    }
    .inner_s6 .bot h3{
        margin-bottom: 0;
    }
    .inner_s6 .bot .bot_r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s6 .bot{
        margin-top: .2rem;
        padding: .2rem 0 0;
    }
    .inner_s6{
        margin-top: 0;
        padding: 0;
    }
}
@media (max-width: 769px){
    .inner_s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 56.2%;
        margin-left: 0;
    }
    .inner_s1 li .txt_box{
        width: 100%;
        flex: auto;
        padding: .2rem .2rem .2rem 0;
    }
    .inner_s3 li {
        width: 100%;
    }
    .tag_li ul {
        gap: .1rem;
        justify-content: flex-start;
    }
    .inner_s4 ul li .pic {
        width: 100%;
        height: auto;
        padding-top: 65.22%;
    }
    .inner_s4 ul li .txt{
        width: 100%;
        padding-top: .2rem;
    }
    .inner_s4 ul li h3{
        text-align: left;
    }
    .inner_s4 ul li h5{
        justify-content: flex-start;
    }
    .inner_s5 .item1 .item_l .li h3 span{
        font-size: .32rem;
    }
    .inner_s5 .item1 .item_l .li h3{
        font-size: .3rem;
    }
    .inner_s5 .item1 .item_l .li{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 481px){
    .inner_s2 li h6{
        display: none;
    }
    .inner_s2 li time{
        width: .9rem;
        height: .75rem;
        margin-right: .15rem;
    }
    .inner_s2 li+li{
        margin-top: .2rem;
    }
    .inner_s3 li .pic {
        width: 1.6rem;
        height: 2rem;
    }
    .inner_s3 li .txt {
        width: calc(100% - 1.8rem);
        margin-top: 0.1rem;
    }
}

/*inner_s7*/
.inner_s7 .dtl_tit h1{
    font-size: .28rem;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.inner_s7 .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    margin: 0 .3rem;
}
.inner_s7 .dtl_tit .cont{
    margin-top: .3rem;
    padding: .05rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F7F7F7;
}
.inner_s7 .dtl_txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333;
    text-indent: 2em;
}
.inner_s7 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: .4rem auto .2rem;
}
.inner_s7 .dtl_txt{
    margin-top: .3rem;
}
.inner_s7 .dtl_page p{
    font-size: .16rem;
    line-height: .34rem;
    color: #333333;
    transition: .5s;
}
.inner_s7 .dtl_page p:hover{
    color: #011d93;
}
.inner_s7 .dtl_page{
    margin-top: .4rem;
    padding-top: .35rem;
    border-top: 1px dashed #D8D8D8;
}

.inner_s7{
    margin-top: 0;
}

@media (max-width: 1025px){
    .inner_s7 .dtl_tit h1{
        font-size: .2rem;
    }
    .inner_s7 .dtl_tit .cont p{
        margin: 0;
    }
    .inner_s7 .dtl_tit .cont{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner_s7 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s7 .dtl_txt p img{
        margin: .2rem auto;
    }
    .inner_s7 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s7 .dtl_page p{
        font-size: .18rem;
    }
    .inner_s7{
        margin-top: 0;
    }
}



.map {
	overflow: hidden;
	width: 830px;
	margin: 15px auto;
}
 .map .hb {
	width: 725px;
	overflow: hidden;
	border: 1px solid #e6e4e4;
	border-radius: 3px;
	box-shadow: 3px 3px 3px #e6e4e4;
	margin-top: 20px;
	padding: 15px 15px 15px 40px;
	background: url(../images/radio.png) no-repeat 15px 23px;
}

.map .hb h1 {
	font-size: 20px;
	color: #302f2f;
	font-family: "微软雅黑";
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

 .map .hb h2 {
	font-size: 15px;
	color: #00386f;
	font-family: "微软雅黑";
	line-height: 30px;
	clear: both;
}

 .map .hb p a {
	line-height: 30px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	color: #535252;
	font-size: 14px;
}