@charset "utf-8";
.header_box:after{
    height: 1.4rem;
    background-image: url('/images/h-mask-2.png');
}
/**/

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .32rem;
    color: #333333;
    margin-bottom: 0.1rem;
}

.pnext p a {
    color: #333333;
}

.pnext p:hover {
    color:#214ecd;
}

.pnext p:hover a {
    font-weight: 600;
    color:#214ecd;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .84rem;
}

.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: #214ecc;
    color: #fff;
    border: 1px solid #214ecc;
}

.pagination a:hover {
    background: #214ecc;
    color: #fff;
    border: 1px solid #214ecc;
}

.n_banner{
    position: relative;
}
.n_banner .img-box img{
    display: block;
    width: 100%;
}
.n_banner .txt-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .17rem;
    z-index: 3;
}
.posi{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
}
.posi span:not(:first-child){
    margin: 0 .07rem;
}

.n_dh{
    position: relative;
    z-index: 2;

}
.n_dh .wp{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.n_dh .left{
    width: 4.3rem;
    padding-right: .26rem;
    margin-top: -.26rem;
    position: relative;
    z-index: 3;
}
.n_dh .left .txt-box{
    position: relative;
}
.n_dh .left .txt-box h3{
    font-size: .42rem;
    line-height: 1rem;
    color: #fff;
    font-family: 'MicrosoftYaHeiSemibold',sans-serif;
    position: relative;
    z-index: 2;
    text-align: center;
    letter-spacing: .03rem;
}
.n_dh .left .txt-box h4{
    position: relative;
}
.n_dh .left .txt-box span{
    position: absolute;
    font-size: .3rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.13);
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    bottom: .18rem;
    white-space: nowrap;
    text-transform: uppercase;
}
.n_dh .left .tips{
    position: relative;
    height: .26rem;
}
.n_dh .left .tips .h3{
    position: absolute;
    right: -.25rem;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: .37;
    left: calc((100vw - 16rem) / -2);
    justify-content: flex-end;
}
.n_dh .left .tips span{
    display: block;
    font-size: .12rem;
    color: #214ecc;
    font-family: 'DIN-Medium';
    text-transform: uppercase;
    flex-shrink: 0;
    letter-spacing: .03rem;
}
.n_dh .left .tips i{
    display: block;
    width: .83rem;
    height: 1px;
    background: #214ecc;
    margin-left: .2rem;
}

.n_dh .left .bg-1{
    position: absolute;
    right: 0;
    top: 0;
    height: 1rem;
    width: 5.91rem;
    background: url("/images/n_dh_bg1.png") no-repeat right center/auto 100%;
}
.n_dh .left .bg-1:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    background: #fa7e19;
}

.n_dh .right{
    width: calc(100% - 4.3rem);
    padding-left: .86rem;
    position: relative;
    z-index: 2;
    height: 1rem;
}

.n_dh .right .bg-2{
    position: absolute;
    content: '';
    left: -.56rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: url("/images/n_dh_bg2.png") no-repeat left center/auto 100%;
}
.n_dh .right .bg-2:after{
    position: absolute;
    content: '';
    left: 1rem;
    top: 0;
    bottom: 0;
    right: calc(((100vw - 16rem) / -2));
    min-width: 4.4rem;
    background:#214ecc url("../images/n_dh_bg3.png") no-repeat right center/auto 100%;
}

.n_erji{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.n_erji li{
    margin-left: .4rem;
    position: relative;
}
.n_erji li:first-child{
    margin-left: 0;
}
.n_erji li a{
    display: block;
}
.n_erji li a h3{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: 1rem;
    color: #fff;
    font-weight: 700;
    transition: .5s;
}
.n_erji li a h3:before{
    display: block;
    content: '';
    width: .08rem;
    height: .08rem;
    background: url("/images/n_add.png") no-repeat 50%/100% auto;
    transition: .3s;
    margin-right: .1rem;
}
.n_erji li.active a h3,
.n_erji li:hover a h3{
    color: #fe8d31;
}
.n_erji li.active a h3:before,
.n_erji li:hover a h3:before{
    background-image: url("/images/n_add2.png");
}

.inner_page{
    position: relative;
    z-index: 1;
    padding: 2.18rem 0 1.57rem;
    background:#f6f6f6 url("../images/inner_page.png") no-repeat top /100%;
    margin-top: -1rem;
}
.inner_page.pg-2{
    background:#f6f6f6
}


.n_title001{
    position: relative;
    display: flex;
    justify-content: center;
}

.n_title001 .tit{
    position: relative;
    text-align: center;
    padding-bottom: .19rem;
}
.n_title001 .tit h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #333333;
    font-weight: 700;
    position: relative;
    z-index: 2;
}
.n_title001 .tit h4{
    font-size: .36rem;
    line-height: 1;
    color: #214ecc;
    opacity: .08;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -.2rem;
    font-family: Arial,sans-serif;
}
.n_title001 .tit:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 7.93rem;
    height: .99rem;
    background: url("/images/n_tit-1.png") no-repeat 50%/auto 100%;
    z-index: -1;
    transform: translateX(-50%);
    margin-left: .49rem;
}

.inner_s1 ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.inner_s1 li{
    width: 29.25%;
    margin-left: 6.125%;
    margin-top: .57rem;
}
.inner_s1 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s1 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s1 li a{
    display: block;
}
.inner_s1 li a .pic{
    padding-top: 3.12rem;
}

.inner_s1 li a .txt h3{
    font-size: .24rem;
    line-height: .48rem;
    color: #333333;
    transition: .5s;
}
.inner_s1 li a .txt{
    margin-top: .5rem;
    position: relative;
    padding: .12rem 0 ;
    border-top: 1px solid #dddddd;
}
.inner_s1 li a .txt:before{
    position: absolute;
    content: '';
    left: 0;
    width: .1rem;
    height: .03rem;
    top: -.02rem;
    background: #fa7e19;
}
.inner_s1 li a .txt:after{
    position: absolute;
    content: '';
    left: .1rem;
    width: .65rem;
    height: .03rem;
    top: -.02rem;
    background: #214ecc;
}
.inner_s1 li:hover a .txt h3{
    color: #214ecc;
}
.inner_s1 .content{
    position: relative;
    margin-top: .6rem;
}
.inner_s1 .content .bg-1{
    position: absolute;
    left: 0;
    right: 0;
    top: .27rem;
    height: 3.36rem;
    background: url("/images/n-img-2.png") no-repeat bottom center/auto 100%;
}
.inner_s1 .content .bg-2{
    position: absolute;
    left: 0;
    right: 0;
    top: 5.18rem;
    height: 3.36rem;
    background: url("/images/n-img-2.png") no-repeat bottom center/auto 100%;
}
.inner_s1 .content .bg-3{
    position: absolute;
    left: 0;
    right: 0;
    top: 10.1rem;
    height: 3.36rem;
    background: url("/images/n-img-2.png") no-repeat bottom center/auto 100%;
}

.inner_s2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s2 li{
    width: 48.75%;
    margin-top: .8rem;
}
.inner_s2 li:nth-child(-n+2){
    margin-top: 0;
}

.inner_s2 li a{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("/images/n-img-5.png") no-repeat bottom center/cover;
    transition: .5s;
}
.inner_s2 li .pic{
    width: 3.13rem;
    height: 4.07rem;
}
.inner_s2 li .txt-box{
    width: calc(100% - 3.62rem);
    padding-right: .17rem;
}

.inner_s2 li .txt-box h2{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    transition: .5s;
    display: flex;
}

.inner_s2 li .txt-box h2 span{
    margin-right: .07rem;
}
.inner_s2 li .txt-box h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    opacity: .8;
    margin-top: .18rem;
}
.inner_s2 li .txt-box .line{
    position: relative;
    height: 1px;
    background: #dfdfdf;
    z-index: 2;
    margin: .28rem 0 .31rem;
}
.inner_s2 li .txt-box .line i{
    position: absolute;
    height: .03rem;
    top: -.01rem;
}
.inner_s2 li .txt-box .line .i1{
    left: 0;
    width: .1rem;
    background: #fa7e19;
}
.inner_s2 li .txt-box .line .i2{
    left: .1rem;
    width: .65rem;
    background: #214ecc;
}
.inner_s2 li .txt-box .line:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 1px;
    width: 1.92rem;
    height: .73rem;
    background: url("/images/n-img-4.png") no-repeat 50%/100%;
    z-index: -1;
}
.inner_s2 li .txt-box h4{
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: 1.08rem;
}
.inner_s2 li .txt-box .jt{
    padding-right: .18rem;
    margin-top: .13rem;
    display: flex;
    justify-content: flex-end;
}
.inner_s2 li .txt-box .jt img{
    display: block;
    width: .52rem;
    height: .52rem;
}

.inner_s2 li:hover a{
    background: #fff;
    box-shadow: 0 0 .3rem rgba(162, 162, 162, 0.4);
}
.inner_s2 li:hover .txt-box h2{
    color: #214ecc;
}

.inner_s3 ul{
    max-width: 14rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.inner_s3 li{
    width: 30.71%;
    margin-left: 3.935%;
    margin-top: 1.1rem;
}
.inner_s3 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s3 li:nth-child(-n+3){
    margin-top: 0;
}

.inner_s3 li a{
    display: block;
    height: 100%;
    background:#fff url("../images/n-img-7.jpg") no-repeat bottom center/100% auto;

}
.inner_s3 li a .pic{
    padding-top: 2.7rem;
}

.inner_s3 li a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    max-height: .6rem;
    transition: .5s;
}
.inner_s3 li a .line{
    position: relative;
    height: 1px;
    background: #e5e5e5;
    margin-top: .22rem;
}
.inner_s3 li a .line:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.01rem;
    width: .1rem;
    height: .03rem;
    background: #fa7e19;
}
.inner_s3 li a .line:after{
    position: absolute;
    content: '';
    left: .1rem;
    top: -.01rem;
    width: .65rem;
    height: .03rem;
    background: #214ecc;
}
.inner_s3 li a p{
    font-size: .14rem;
    line-height: .24rem;
    color: #818181;
    -webkit-line-clamp: 4;
    height: .96rem;
    margin-top: .22rem;
}
.inner_s3 li a .jt{
    margin-top: .15rem;
    display: flex;
    justify-content: flex-end;
}
.inner_s3 li a .jt img{
    display: block;
    width: .52rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s3 li a .txt-box{
    padding: .34rem .34rem .1rem;
    min-height: 3rem;
    box-shadow: 0 0 .3rem rgba(6, 70, 158, 0.15);
}
.inner_s3 li:hover a h3{
    color: #214ecc;
}
.inner_s3 li:hover a .jt img{
    opacity: 1;
    visibility: visible;
}

.inner_s4 .n_title001 .tit:after{
    margin-left: 0.8rem;
}


.inner_s4 .content .tit h3 {
    font-size: .3rem;
    line-height: .36rem;
    color: #333333;
    text-align: center;
}
.inner_s4 .content .tit{
    margin-bottom: .36rem;
}
.inner_s4 .content .img-box img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s4 .content .box{
    margin-top: 1rem;
    padding: .49rem .3rem .78rem;
    background: #fff;
}
.inner_s4 .content .box:first-child{
    margin-top: 0;
}
.inner_s4 .content {
    max-width: 12.72rem;
    margin: .46rem auto 0;
}


.inner_s5 li a{
    padding: .96rem 0 .86rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background: url("/images/n-img-12.png") no-repeat bottom center/100% auto;
}
.inner_s5 li .pic{
    width: 4.3rem;
    height: 2.9rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
}


.inner_s5 li .txt-box{
    width: calc(100% - 5.1rem);
}

.inner_s5 li .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s5 li time{
    display: block;
    width: .8rem;
    color: #214ecc;
    transition: .5s;
}
.inner_s5 li time span{
    display: block;
    font-size: .48rem;
    line-height: 1;
    font-family: 'DIN-Medium';
}
.inner_s5 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: 'DIN-Medium';
    margin-top: .01rem;
}
.inner_s5 li .txt{
    width: calc(100% - 1.1rem);
    position: relative;
}
.inner_s5 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    transition: .5s;
}

.inner_s5 li .line{
    position: absolute;
    bottom: -.05rem;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}
.inner_s5 li .line i{
    position: absolute;
    height: .03rem;
    top: -.01rem;
}
.inner_s5 li .line .i1{
    left: 0;
    width: .1rem;
    background: #fa7e19;
}
.inner_s5 li .line .i2{
    width: .65rem;
    left: .1rem;
    background: #214ecc;
}
.inner_s5 li .line:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 1px;
    width: 2.62rem;
    height: .99rem;
    background: url("/images/n-img-11.png") no-repeat 50%/100%;
}

.inner_s5 li p{
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
    height: .72rem;
    margin-top: .46rem;
    transition: .5s;
}
.inner_s5 li .jt{
    margin-top: .33rem;
    height: .52rem;
    background: url("/images/s2-img-1.png") no-repeat left center/auto .52rem;
    transition: .5s;
   display: none;
}
.inner_s5 li .jt img{
    display: none;
    width: .52rem;
}

.inner_s5 li:hover h3{
    color: #214ecc;
}
.inner_s5 li:hover time{
    color: #e37600;
}
.inner_s5 li:hover p{
    font-weight: 700;
}
.inner_s5 li:hover .jt{
    background-image: url("/images/s2-img-1.png");
   display: block;
}
.inner_s5 li:first-child a{
    padding-top: .15rem;
}
.inner_s6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner_s6 li{
    width: 48.125%;
    position: relative;
    background: #fff;
    margin-top: .3rem;
}
.inner_s6 li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s6 li a{
    position: relative;
    z-index: 2;
    padding: .3rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_s6 li time{
    width: 1.18rem;
    height: 1.2rem;
    color: #214ecc;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #e8e8e8;
    transition: .5s;
}
.inner_s6 li time span{
    display: block;
    font-size: .48rem;
    line-height: 1;
    font-family: 'DIN-Medium';
}
.inner_s6 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: 'DIN-Medium';
    margin-top: .01rem;
}

.inner_s6 li .txt{
    width: calc(100% - 1.5rem);
    padding-right: .5rem;
}

.inner_s6 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    transition: .5s;
}
.inner_s6 li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #818181;
    height: .48rem;
    margin-top: .12rem;
}
.inner_s6 li .line{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: .05rem;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: .5s;
}
.inner_s6 li .line:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 15.2%;
    background: #fa7e19;
}
.inner_s6 li .line:after{
    position: absolute;
    content: '';
    left: 15.2%;
    top: 0;
    bottom: 0;
    width: 84.8%;
    background: #214ecc;
}
.inner_s6 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../images/n-img-13.png") no-repeat bottom center/contain;
    box-shadow: 0 0 .24rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s6 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s6 li:hover .line{
    transform: scaleX(1);
}

.inner_s6 li:hover h3{
    color: #214ecc;
}
.inner_s6 li:hover time{
    color: #fb7e19;
}


.inner_s7 .tit{
    position: relative;
    padding-bottom: .08rem;
    border-bottom: 1px solid #dfdfdf;
}
.inner_s7 .tit h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #333333;
    font-weight: 700;
    position: relative;
    z-index: 2;
}
.inner_s7 .tit h4{
    font-size: .36rem;
    line-height: 1;
    color: #214ecc;
    opacity: .08;
    font-family: Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -.16rem;
    letter-spacing: .01rem;
}
.inner_s7 .tit:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 1px;
    width: 2.62rem;
    height: .99rem;
    background: url("/images/n-img-11.png") no-repeat 50%/100%;
    z-index: -1;
}
.inner_s7 .list ul{
    display: flex;
    flex-wrap: wrap;
}

.inner_s7 .list li{
    width: 22.125%;
    margin-top: .24rem;
    margin-left: 3.83%;
    position: relative;
    padding-left: .4rem;
    padding-bottom: .03rem;
}
.inner_s7 .list li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s7 .list li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s7 .list li a{
    display: flex;
    height: .74rem;
    align-items: center;
    justify-content: space-between;
}
.inner_s7 .list li a span{
    display: block;
    width: calc(100% - .6rem);
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
    max-height: .6rem;
}

.inner_s7 .list li a i{
    display: block;
    width: .52rem;
    height: .52rem;
    background: url("/images/n-img-14.png") no-repeat 50%/.13rem;
}

.inner_s7 .list li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .13rem;
    height: .13rem;
    transform: translateY(-50%);
    background: url("/images/n-img-15.png") no-repeat 50%/100%;
}
.inner_s7 .list li .line{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .03rem;
    background: url("/images/n-img-16.png") repeat-x left center/auto .02rem;
}
.inner_s7 .list li .line:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .1rem;
    background: #fa7e19;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s7 .list li .line:before{
    position: absolute;
    content: '';
    left: .1rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: #214ecc;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_s7 .list li:hover .line:after,
.inner_s7 .list li:hover .line:before{
    opacity: 1;
    visibility: visible;
}
.inner_s7 .list li:hover a span{
    color: #214ecc;
}
.inner_s7 .list li:hover a i{
    background-image: url("/images/s2-img-1.png");
    background-size: 100% 100%;
}
.inner_s7 .list{
    margin-top: .12rem;
}

.inner_s7 .item{
    margin-top: 1.07rem;
}
.inner_s7 .item:first-child{
    margin-top: 0;
}

.inner_s8 .n_title001 .tit{
    min-width: 6.9rem;
}
.inner_s8 .n_title001 .tit h4{
    text-align: left;
}
.inner_s8 .n_title001 .tit:after{
    margin-left: 0;
    height: 1px;
    width: auto;
    left: 0;
    right: -.2rem;
    background: #e7e7e7;
    transform: none;
}
.inner_s8 .n_title001 .tit:before{
    position: absolute;
    content: '';
    right: -.2rem;
    bottom: 1px;
    width: 2.62rem;
    height: .99rem;
    background: url("/images/n-img-11.png") no-repeat 50%/100%;
}


.inner_s8 .content .txt-box p{
    font-size: .18rem;
    line-height: .36rem;
    color: #525252;
    margin-top: 2em;
    text-indent: 2em;
}
.inner_s8 .content .txt-box p span{
    font-size: .22rem;
    font-weight: 700;
    color: #214ecc;
}
.inner_s8 .content .txt-box p:first-child{
    margin-top: 0;
}
.inner_s8 .content .txt-box p:last-child{
    text-align: right;
}
.inner_s8 .content .txt-box{
    margin-top: .72rem;
}

.inner_s8 .content .img-box img{
    display: block;
    width: auto !important;
    height: auto;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.inner_s8 .content .img-box{
    margin-top: .75rem;
}

.inner_s9 li a{
    padding: 1rem 0 .78rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background: url("/images/n-img-12.png") no-repeat bottom center/100% auto;
}
.inner_s9 li .pic{
    width: 4.3rem;
    height: 2.9rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
}
.inner_s9 li .txt-box{
    width: calc(100% - 5.1rem);
    padding-top: .04rem;
}
.inner_s9 li h2{
    display: flex;
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
}
.inner_s9 li h2 span{
    display: block;
    margin-right: .06rem;
}
.inner_s9 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    padding-right: 2.8rem;
    opacity: .8;
    margin-top: .18rem;
}

.inner_s9 li .line{
    position: relative;
    height: 1px;
    background: #dfdfdf;
    margin-top: .29rem;
}

.inner_s9 li .line i{
    position: absolute;
    top: -.01rem;
    height: .03rem;
}
.inner_s9 li .line .i1{
    left: 0;
    width: .1rem;
    background: #fa7e19;
}
.inner_s9 li .line .i2{
    left: .1rem;
    width: .65rem;
    background: #214ecc;
}
.inner_s9 li .line:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 1px;
    width: 2.62rem;
    height: .99rem;
    background: url("/images/n-img-11.png") no-repeat 50%/100%;
}
.inner_s9 li .txt{
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
    text-indent: 2em;
    max-height: 2.16rem;
    overflow: hidden;
    margin-top: .48rem;
}
.inner_s9 li:first-child a{
    padding-top: 0;
}

.inner_s9 li:hover h2{
    color: #214ecc;
}


.inner_s10 .content .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: .66rem .68rem .53rem .38rem;
    margin-top: .3rem;
}
.inner_s10 .content .item:first-child{
    margin-top: 0;
}

.inner_s10 .content .item .img-box{
    width: 4.48rem;

}
.inner_s10 .content .item .img-box img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.inner_s10 .content .item .txt-box{
    width: calc(100% - 5.17rem);
}

.inner_s10 .content .item p{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    text-indent: 2em;
}
.inner_s10 .content .item p span{
    font-size: .22rem;
    font-weight: 700;
    color: #214ecc;
}
.inner_s10 .content .item p i{
    font-size: .22rem;
    font-weight: 700;
}
.inner_s10 .content .item .bl-2{
    margin-top: .39rem;
}
.inner_s10 .content .item .bl-3{
    margin-top: .79rem;
}

.inner_s10 .content .item2 p{
   line-height: .47rem;
}
.inner_s10 .content .item2{
    padding-top: .49rem;
    padding-bottom: .6rem;
    background: #fff url("../images/n-img-22.png") no-repeat left bottom/contain;
}

.inner_s10 .n_title001 .tit:after{
  display: none;
}
.inner_s9 .n_title001 .tit:after{
  display: none;
}
.inner_s9 .n_title001 {
margin-bottom: 0.4rem;
}

.inner_s11 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.inner_s11 .left{
    width: 51.25%;
    padding-top: .13rem;
}

.inner_s11 .list li{
    position: relative;
    font-size: .22rem;
    color: #333333;
    line-height: .79rem;
    border-bottom: 1px solid #dfdfdf;
    transition: .5s;
}
.inner_s11 .list li:after{
    position: absolute;
    content: '';
    left: 0;
    width: .1rem;
    height: .03rem;
    bottom: -.01rem;
    background: #fa7e19;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s11 .list li:before{
    position: absolute;
    content: '';
    left: .1rem;
    width: .65rem;
    height: .03rem;
    bottom: -.01rem;
    background: #214ecc;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_s11 .list li:last-child{
    border: none;
}

.inner_s11 .list li.active{
    color: #214ecc;
}
.inner_s11 .list li.active:after,
.inner_s11 .list li.active:before{
    opacity: 1;
    visibility: visible;
}


.inner_s11 .right{
    width: 41.875%;
}
.list_img{
    position: relative;
    height: 10.1rem;
}
.list_img li{
    position: absolute;
    cursor: pointer;
}
.list_img li a{
    display:block;
    height: 100%;
}
.list_img li .img_zd,
.list_img li .img_hezi{
    height: 100%;
}
.list_img li .img_zd:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .05rem solid #214ecc;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: .5s;
}
.list_img li:nth-child(1){
    right: 0;
    top: 24.95%;
    width: 58.95%;
    height: 25.74%;
}
.list_img li:nth-child(2){
    right: 0;
    top: 0;
    width: 50.75%;
    height: 22.97%;
}
.list_img li:nth-child(3){
    left: 0;
    top: 0;
    width: 46.27%;
    height: 23.07%;
}
.list_img li:nth-child(4){
    left:40.75%;
    top: 52.87%;
    width: 48.65%;
    height: 22.97%;
}
.list_img li:nth-child(5){
    left:0;
    top: 24.95%;
    width: 37.71%;
    height: 36.04%;
}
.list_img li:nth-child(6){
    left:40.75%;
    bottom: 0;
    width: 49.1%;
    height: 22.87%;
}
.list_img li:nth-child(7){
    left:0;
    top: 62.97%;
    width: 38.35%;
    height: 15.45%;
}
.list_img li:nth-child(8){
    left:0;
    top: 80.3%;
    width: 38.35%;
    height: 15.45%;
}

.list_img li.active .img_zd:after{
    opacity: 1;
    visibility: visible;
}

.inner_s11 .n_title001 {
    justify-content: flex-start;
    margin-bottom: .1rem;
}
.inner_s11 .n_title001 .tit{
    text-align: left;
}
.inner_s11 .n_title001 .tit:after{
    display: none;
}

.inner_s11 .pagination{
    text-align: left;
    padding-top: 1.37rem;
}

.inner_s11{
    padding-top: .12rem;
}


.detail{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.detail .dtl_l{
    width: 64.375%;
}

.dtl_tit h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #333333;
    font-weight: 700;
}

.dtl_tit .cont{
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem;
}
.dtl_tit .cont .cont_l{
    display: flex;
    flex-wrap: wrap;
}
.dtl_tit .cont .cont_l span{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #666666;
}
.dtl_tit .cont .cont_l span img{
    display: block;
    width: .10rem;
    margin-right: .13rem;
}

.dtl_tit .cont .cont_r{
    margin-left: 1.6rem;
}
.dtl_tit .cont .cont_r span{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #666666;
    font-family:'Microsoft Yahei' !important;
}
.dtl_tit .cont .cont_r span img{
    display: block;
    width: .18rem;
    margin-right: .13rem;
}


/* share */

@font-face{font-family:"socialshare";
    src:url("/font/iconfont.eot");
    src:url("/font/iconfont.eot?#iefix") format("embedded-opentype"),url("/font/iconfont.woff") format("woff"),url("/font/iconfont.ttf") format("truetype"),url("/font/iconfont.svg") format("svg")}

.social-share *{font-family:"socialshare" !important}
.social-share .icon-tencent:before{content:"\f07a"}
.social-share .icon-qq:before{content:"\f11a"}
.social-share .icon-weibo:before{content:"\f12a"}
.social-share .icon-wechat:before{content:"\f09a"}
.social-share .icon-douban:before{content:"\f10a"}
.social-share .icon-heart:before{content:"\f20a"}
.social-share .icon-like:before{content:"\f00a"}
.social-share .icon-qzone:before{content:"\f08a"}
.social-share .icon-linkedin:before{content:"\f01a"}
.social-share .icon-diandian:before{content:"\f05a"}
.social-share .icon-facebook:before{content:"\f03a"}
.social-share .icon-google:before{content:"\f04a"}
.social-share .icon-twitter:before{content:"\f06a"}
.social-share a{position:relative;text-decoration:none;margin:0 0 0 .12rem;display:inline-block;outline:none;}
.social-share .social-share-icon{position:relative;display:inline-block;width: 20px;height: 20px;font-size: 0.12rem;border-radius: 50%;line-height: 22px;border: none;color: #fff;text-align:center;vertical-align:middle;transition: 0.6s ease-out 0s;background: #a5a5a5;}
.social-share .social-share-icon:hover{background: #ff763b;color: #fff;}
.social-share .icon-weibo{color:#fff;border-color: #ff763b !important;}
.social-share .icon-weibo:hover{}
.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}
.social-share .icon-tencent:hover{background:#56b6e7}
.social-share .icon-qq{color:#fff;border-color: #56b6e7 !important;}
.social-share .icon-qq:hover{background:#56b6e7}
.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D;}
.social-share .icon-qzone:hover{background: #FDBE3D;}
.social-share .icon-douban{color:#33b045;border-color:#33b045}
.social-share .icon-douban:hover{background:#33b045}
.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}
.social-share .icon-linkedin:hover{background:#0077B5}
.social-share .icon-facebook{color:#44619D;border-color:#44619D}
.social-share .icon-facebook:hover{background:#44619D}
.social-share .icon-google{color:#db4437;border-color:#db4437}
.social-share .icon-google:hover{background:#db4437}
.social-share .icon-twitter{color:#55acee;border-color:#55acee}
.social-share .icon-twitter:hover{background:#55acee}
.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}
.social-share .icon-diandian:hover{background:#307DCA}
.social-share .icon-wechat{position:relative;color:#fff;border-color: #7bc549 !important;}
.social-share .icon-wechat:hover{background: #7bc549;color: #fff;}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index: 100;bottom: -205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;top: auto;}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}
.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.social-share .icon-wechat .wechat-qrcode .qrcode img{max-width: 100%;margin: 0 auto;display: block}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;top: -16px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color: transparent transparent #fff transparent;}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}

#share-2{display: flex;justify-content: flex-end;align-items: center}

.dtl_tit{
    padding-bottom: .18rem;
    border-bottom: 1px solid rgba(0, 37, 117, 0.1);
}

.dtl_txt p{
    font-size: .18rem;
    line-height: 2em;
    color: #333333;
    text-indent: 2em;
    margin-bottom: 1em;
}
.dtl_txt p:first-child{
    margin-top: 0;
}
.dtl_txt img{
    display: block;
    height: auto !important;
    max-width: 96% !important;
    margin: 0 auto!important;
    width: 100%;
    max-width: 800px  !important;;
}
.dtl_txt p img{
    margin: .6rem auto !important;
}

.dtl_txt table { font-size: .16rem; max-width:90%; margin:0 auto; border-collapse: collapse;}
.dtl_txt table td{ padding:5px 10px; line-height:1.8em; border:1px #ddd solid;}
.dtl_txt table td p{ text-indent:0em !important; margin-bottom:0px;margin-top: 0;line-height: 1.8em;}


.dtl_txt{
    margin-top: .46rem;
}

.detail .dtl_r{
    width: 30.8125%;
    padding: .43rem .48rem 1.7rem ;
    background: #fff url("../images/n-img-41.png") no-repeat bottom center/contain;
    box-shadow: 0 0 .29rem 0 rgba(6, 70, 158, 0.09);
}

.detail .dtl_r .tit h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
}
.detail .dtl_r .tit:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.02rem;
    width: .1rem;
    height: .03rem;
    background: #fa7e19;
}
.detail .dtl_r .tit:before{
    position: absolute;
    content: '';
    left: .1rem;
    bottom: -.02rem;
    width: .65rem;
    height: .03rem;
    background: #214ecc;
}
.detail .dtl_r .tit{
    position: relative;
    padding-bottom: .24rem;
    border-bottom: 1px solid #e7e7e7;
}

.detail .dtl_r li a{
    display: block;
    padding: .31rem 0 .2rem;
}
.detail .dtl_r li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #818181;
    font-family: 'DIN-Medium',sans-serif;
    transition: .5s;
}

.detail .dtl_r li h3{
    font-size: .16rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    margin-top: .02rem;
    transition: .5s;
}
.detail .dtl_r li{
    border-bottom: 1px solid #e5e5e5;
}
.detail .dtl_r li:last-child{
    border: none;
}
.detail .dtl_r li:hover time{
    color: #fb7e19;
}
.detail .dtl_r li:hover h3{
    font-weight: 700;
}

.inner_s12 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url("/images/n-img-44.png") no-repeat bottom center/100%;
}
.inner_s12 .img-box{
    width: 3.6rem;
}
.inner_s12 .img_hezi{
    height: 4.93rem;
}

.inner_s12 .txt-box{
    width: calc(100% - 3.6rem);
    padding-left: .65rem;
    position: relative;
    z-index: 2;
}
.inner_s12 .name h3{
    font-size: .3rem;
    line-height: .46rem;
    color: #333333;
    font-weight: 700;
}
.inner_s12 .name:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.02rem;
    width: .1rem;
    height: .03rem;
    background: #fa7e19;
}
.inner_s12 .name:after{
    position: absolute;
    content: '';
    left: .1rem;
    bottom: -.02rem;
    width: .65rem;
    height: .03rem;
    background: #214ecc;
}
.inner_s12 .name{
    position: relative;
    padding-bottom: .22rem;
    border-bottom: 1px solid #dfdfdf;
}

.inner_s12 .txt-box p{
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
    -webkit-line-clamp: 8;
    max-height: 28.8rem;
    text-indent: 2em;

}
.inner_s12 .txt-box .para{
    margin-top: .6rem;
    padding-right: .87rem;
}

.inner_s12 .txt-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .43rem;
    height: 1.15rem;
    background: url("/images/n-img-43.png") no-repeat 50%/auto 100%;
    z-index: -1;
}
.inner_s12 .txt-box:before{
    position: absolute;
    content: '';
    left: -.735rem;
    right: -.735rem;
    top: 100%;
    height: .61rem;
    background: url("/images/n-img-45.png") no-repeat bottom center/100% 100%;
}

/*ÊÖ»ú¶ËÄÚÒ³²Ëµ¥*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #214ecc;
}

#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: #214ecc;
}

#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: #214ecc;
}

/*
@media (max-width: 1660px){
    .n_dh .right .bg-2:after{
        right: calc((100vw - 96vw) / -2);
    }
}
*/

@media (max-width: 1199px) {
    .n_banner{
        margin-top: .75rem;
    }
    .n_dh{
        display: none;
    }
    #m_n_nav{
        display: block;
    }
    .inner_page{
        margin-top: 0;
        padding: .45rem 0;
       min-height: 5rem;
    }
    .inner_s3 ul{
        max-width: none;
    }
    .inner_s5 li:first-child a{
        padding-top: .4rem;
    }
    .inner_s9 li:first-child a{
        padding-top: .4rem;
    }
}
@media (max-width: 1025px) {
    .posi{
        justify-content: flex-start;
    }
    .n_title001 .tit h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .n_title001 .tit h4{
        font-size: .26rem;
        margin-top: -.15rem;
    }
    .n_title001 .tit{
        padding-bottom: .1rem;
    }
    .n_title001 .tit:after{
        width: 4.84rem;
        height: .6rem;
        margin-left: 0 !important;
    }
    .inner_s1 li a .pic{
        padding-top: 66.66%;
    }
    .inner_s1 li{
        width: 32%;
        margin: 0 !important;
    }
    .inner_s1 ul{
        gap: .2rem 2%;
    }
    .inner_s1 li a .txt{
        margin-top: .15rem;
        padding: .08rem 0;
    }
    .inner_s1 li a .txt h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s1 .bg-box{
        display: none;
    }
    .inner_s1 .content{
        margin-top: .3rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s2 li .pic {
        width: 2.25rem;
        height: 2.92rem;
    }
    .inner_s2 li .txt-box{
        width: calc(100% - 2.5rem);
        padding-right: .1rem;
    }
    .inner_s2 li .txt-box h3{
        margin-top: .1rem;
    }
    .inner_s2 li .txt-box .line{
        margin: .15rem 0;
    }
    .inner_s2 li .txt-box .jt img{
        width: .35rem;
        height: .35rem;
    }
    .inner_s2 li .txt-box .line:after{
        width: 1.3rem;
        height: 0.45rem;
    }
    .inner_s2 li .txt-box h2{
        font-size: .22rem;
    }
    .inner_s2 li{
        width: 100%;
        margin: 0 !important;
    }
    .inner_s2 ul{
        gap: .3rem 2%;
    }
    .inner_s3 li{
        width: 32%;
        margin: 0 !important;
    }
    .inner_s3 ul{
        gap: .3rem 2%;
    }
    .inner_s3 li a .pic{
        padding-top: 62.79%;
    }
    .inner_s3 li a .txt-box{
        padding: .2rem ;
        min-height: auto;
    }
    .inner_s3 li a .line{
        margin-top: .15rem;
    }
    .inner_s3 li a p{
        margin-top: .1rem;
    }
    .inner_s3 li a .jt{
        margin-top: .1rem;
    }
    .inner_s3 li a .jt img{
        width: .35rem;
        opacity: 1;
        visibility: visible;
    }
    .inner_s4 .content .box{
        padding: .3rem;
        margin-top: .45rem;
    }
    .inner_s4 .content .tit h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner_s4 .content .tit{
        margin-bottom: .15rem;
    }
    .inner_s4 .content{
        max-width: none;
        margin-top: .3rem;
    }
    .inner_s5 li a{
        padding: .3rem 0;
    }
    .inner_s5 li:first-child a{
        padding-top: .1rem;
    }
    .inner_s5 li .pic {
        width: 3.5rem;
        height: 2.3rem;
    }
    .inner_s5 li .txt-box {
        width: calc(100% - 3.8rem);
    }
    .inner_s5 li .txt {
        width: calc(100% - 0.8rem);
    }
    .inner_s5 li h3{
        font-size: .2rem;
    }
    .inner_s5 li .line{
        bottom: 0;
    }
    .inner_s5 li .line:after{
        width: 1.8rem;
        height: 0.68rem;
    }
    .inner_s5 li p{
        line-height: .3rem;
        height: .6rem;
        margin-top: .2rem;
    }
    .inner_s5 li .jt{
        margin-top: .2rem;
        height: .35rem;
        background-size: auto .35rem;
    }
    .inner_s5 li .jt img{
        width: .35rem;
    }
    .inner_s6 li a{
        padding: .2rem 0;
    }
    .inner_s6 li time {
        width: .9rem;
        height: 0.9rem;
    }
    .inner_s6 li time span{
        font-size: .4rem;
    }
    .inner_s6 li .txt {
        width: calc(100% - 1.1rem);
        padding-right: 0.2rem;
    }
    .inner_s6 li p{
        margin-top: .05rem;
    }
    .inner_s6 li{
        width: 49%;
        margin: 0 !important;
    }
    .inner_s6 ul{
        gap: .3rem 2%;
    }
    .inner_s7 .tit h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner_s7 .tit h4{
        font-size: .26rem;
        line-height: 1;
        margin-top: -.1rem;
    }
    .inner_s7 .tit:after{
        width: 1.8rem;
        height: 0.68rem;
    }
    .inner_s7 .tit{
        padding-bottom: .05rem;
    }
    .inner_s7 .list li{
        width: 32%;
        margin: 0 !important;
        padding-left: .24rem;
    }
    .inner_s7 .list ul{
        gap: 0 2%;
    }
    .inner_s7 .list li a i{
        width: .35rem;
        height: .35rem;
    }
    .inner_s7 .list li a{
        height: .68rem;
    }
    .inner_s7 .list li a span{
        line-height: .28rem;
        font-size: .18rem;
        max-height: .56rem;
    }
    .inner_s7 .item{
        margin-top: .4rem;
    }
    .inner_s9 li:first-child a{
        padding-top: .1rem;
    }
    .inner_s9 li a{
        padding: .3rem 0;
    }
    .inner_s9 li .pic{
        width: 3.5rem;
        height: 2.3rem;
    }
    .inner_s9 li .txt-box{
        width: calc(100% - 3.8rem);
    }
    .inner_s9 li h2{
        font-size: .2rem;
    }
    .inner_s9 li h3{
        padding-right: 0;
        margin-top: .1rem;
    }
    .inner_s9 li .line:after{
        width: 1.8rem;
        height: 0.68rem;
    }
    .inner_s9 li .line{
        margin-top: .15rem;
    }
    .inner_s9 li .txt{
        margin-top: .1rem;
        line-height: .3rem;
        height: 1.8rem;
    }
    .inner_s8 .n_title001 .tit:before{
        width: 1.8rem;
        height: 0.68rem;
        display: none;
    }
    .inner_s8 .n_title001 .tit{
        min-width: auto;
    }
    .inner_s8 .n_title001 .tit:after{
        width: 4.84rem;
        height: .6rem;
        left: 50%;
        right: auto;
        background: url("/images/n_tit-1.png") no-repeat 50%/auto 100%;
        transform: translateX(-50%);
    }
    .inner_s8 .n_title001 .tit h4{
        text-align: center;
    }
    .inner_s8 .content .txt-box p span{
        font-size: .2rem;
    }
    .inner_s8 .content .txt-box p{
        margin-top: .2rem;
    }
    .inner_s8 .content .txt-box {
        margin-top: 0.3rem;
    }
    .inner_s8 .content .img-box {
        margin-top: 0.2rem;
    }
    .inner_s10 .content .item .img-box{
        width: 100%;
    }
    .inner_s10 .content .item .img-box img{
        max-width: 2.8rem;
    }
    .inner_s10 .content .item .txt-box{
        width: 100%;
    }
    .inner_s10 .content .item{
        padding: .3rem;
    }
    .inner_s10 .content .item p span,
    .inner_s10 .content .item p i{
        font-size: .2rem;
    }
    .inner_s10 .content .item .bl-2,
    .inner_s10 .content .item .bl-3{
        margin-top: .2rem;
    }
    .inner_s10 .content .item2 p{
        line-height: .45rem;
        text-indent: 0;
    }
    .inner_s10 .content{
        margin-top: .2rem;
    }
    .inner_s11 .left{
        width: 100%;
        padding-top: 0;
        margin-bottom: .3rem;
    }
    .inner_s11 .list li{
        font-size: .2rem;
        line-height: .66rem;
    }
    .inner_s11 .n_title001{
        margin-bottom: 0;
        justify-content: center;
    }
    .inner_s11 .n_title001 .tit{
        text-align: center;
    }
    .inner_s11 .pagination{
        padding-top: .3rem;
        text-align: center;
    }
    .inner_s11 .right{
        width: 100%;
    }
    .list_img{
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: .2rem 2%;
    }
    .list_img li{
        position: static;
        width: 32% !important;
        height: auto !important;
    }
    .list_img li .img_hezi{
        height: auto;
        padding-top: 65.82%;
        background-size: contain;
    }

    #share-2,
    .dtl_tit .cont .cont_r{
        display: none;
    }
    .dtl_tit h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .detail .dtl_l{
        width: 100%;
        margin-bottom: .4rem;
    }
    .dtl_tit .cont{
        margin-top: .1rem;
    }
    .dtl_tit{
        padding-bottom: .1rem;
    }
    .dtl_txt{
        margin-top: .2rem;
    }
    .dtl_txt p{
        margin-top: 1em;
    }
    .dtl_txt p img{
        margin: 0 auto !important;
    }
    .detail .dtl_r{
        width: 100%;
        padding: .3rem .2rem;
    }
    .detail .dtl_r .tit{
        padding-bottom: .1rem;
    }
    .detail .dtl_r li a{
        padding: .15rem 0;
    }

    .inner_s12 .img-box {
        width: 3.1rem;
    }
    .inner_s12 .img_hezi {
        height: 4.2rem;
    }
    .inner_s12 .txt-box {
        width: calc(100% - 3.1rem);
        padding-left: 0.3rem;
    }
    .inner_s12 .txt-box .para {
        margin-top: 0.2rem;
        padding-right: 0.3rem;
    }
    .inner_s12 .name h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner_s12 .name{
        padding-bottom: .15rem;
    }
    .inner_s12 .txt-box:after{
        height: .9rem;
        bottom: .2rem;
    }
}

@media (max-width: 769px) {
    .inner_s3 li{
        width: 49%;
    }
    .inner_s6 li{
        width: 100%;
    }
    .inner_s7 .list li{
        width: 49%;
    }
    .inner_s7 .tit h4{
        font-size: .2rem;
        margin-top: -.1rem;
    }
    .inner_s10 .content .item{
        padding: .3rem .2rem;
    }
    .inner_s10 .content .item p{
        line-height: .34rem;
    }
.dtl_txt table {
    display: block;
    overflow-x: scroll;
}

}

@media (max-width: 641px) {
    .inner_s1 li{
        width: 48%;
    }
    .inner_s1 ul{
        column-gap: 4%;
    }
    .inner_s4 .content .tit h3{
        font-size: .2rem;
    }
    .inner_s4 .content .box{
        padding: .2rem .1rem;
    }
    .inner_s5 li .pic{
        width: 100%;
        height: auto;
        box-shadow: none;
        padding-top: 67.44%;
    }
    .inner_s5 li .txt-box{
        width: 100%;
        padding-top: .2rem;
    }
    .inner_s5 li time{
        width: .6rem;
        text-align: center;
    }
    .inner_s5 li .txt {
        width: calc(100% - 0.7rem);
        padding-top: 0.1rem;
    }
    .inner_s5 li .jt{
        margin-top: .1rem;
    }
    .inner_s5 li a{
        padding: 0 0 .25rem !important;
    }
    .inner_s5 li time span{
        font-size: .4rem;
    }
    .inner_s5 li p{
        margin-top: .15rem;
    }
    .inner_s9 li .pic{
        width: 100%;
        height: auto;
        padding-top: 67.44%;
        box-shadow: none;
    }
    .inner_s9 li .txt-box{
        width: 100%;
        padding-top: .2rem;
    }
    .inner_s9 li a{
        padding: 0 0 .25rem !important;
    }
    .list_img li{
        width: 49% !important;
    }

    .inner_s12 .img-box{
        width: 100%;
    }
    .inner_s12 .img_hezi{
        height: auto;
        padding-top: 136.94%;
    }
    .inner_s12 .img_zd{
        max-width: 2.6rem;
        margin: 0 auto;
    }
    .inner_s12 .txt-box{
        width: 100%;
        padding: .2rem;
    }
    .inner_s12 .txt-box .para{
        padding-right: 0;
    }
    .inner_s12 .txt-box:before{
        left: 0;
        right: 0;
    }
    .inner_s12 .name{
        text-align: center;
    }
    .inner_s12 .name:before{
        left: 50%;
        margin-left: -0.4rem;
    }
    .inner_s12 .name:after{
        left: 50%;
        margin-left: -0.3rem;
    }
    .inner_s12 .txt-box p{
        height: auto;
        display: block;
    }
}

@media (max-width: 481px) {
.posi {
display: block;
}
.posi span:not(:first-child) {
    margin: 0 0.02rem;
}
    .n_title001 .tit:after{
        width: 3.94rem;
        height: 0.5rem;
    }
    .n_title001 .tit{
        padding-bottom: .05rem;
    }
    .inner_s2 li .pic {
        width: 1.65rem;
        height: 2.22rem;
    }
    .inner_s2 li .txt-box {
        width: calc(100% - 1.85rem);
    }
    .inner_s2 li .txt-box h3{
        line-height: .26rem;
        margin-top: .05rem;
    }
    .inner_s2 li .txt-box .line{
        margin: .1rem 0 ;
    }
    .inner_s2 li .txt-box h4{
        line-height: .28rem;
        height: .84rem;
    }
    .inner_s2 li .txt-box .jt{
        margin-top: .05rem;
    }
    .inner_s3 li{
        width: 100%;
    }
    .inner_s3 li a .line{
        margin-top: .1rem;
    }
    .inner_s7 .list li{
        width: 100%;
    }
    .inner_s7 .list li a span {
        line-height: .62rem;
    }
    .inner_s8 .n_title001 .tit:after{
        width: 3.94rem;
        height: 0.5rem;
    }
    .inner_s12 .img_zd{
        max-width: 1.9rem;
    }
    .inner_s12 .txt-box p{
        font-size: .18rem;
    }
}

/*
@media only screen and  (-webkit-min-device-pixel-ratio: 1.25) {
    @media (min-width: 1199px) {
        .n_dh .right .bg-2:after{
            right: calc((100vw - 96vw) / -2);
        }
    }

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    @media (min-width: 1199px) {
        .n_dh .right .bg-2:after{
            right: calc((100vw - 96vw) / -2);
        }
    }
}
*/