@charset "utf-8";

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .3rem;
}
.img_vsb_content{
    max-width: 80% !important;
    /* width: auto !important; */
    height: auto !important;
    display: block !important;
    margin: 10px auto !important;
    }
.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: #1e3bb2;
    color: #fff;
    border: 1px solid #1e3bb2;
}

.pagination a:hover {
    background: #1e3bb2;
    color: #fff;
    border: 1px solid #1e3bb2;
}

.n_banner img {
    display: block;
    width: 100%;
}

.inner-page {
    padding-bottom: .5rem;
}

.left-nav {
    position: relative;
    width: 17.57%;
    background: #f7f7f7;
    z-index: 3;
    align-self: flex-start;
    margin-top: -.87rem;
}

.left-nav .tit h3 {
    font-size: .3rem;
    line-height: .4rem;
    color: #ffffff;
    text-align: center;
}

.left-nav .tit {
    padding: .23rem .15rem .24rem;
    background: url("../images/n-img-1.jpg") no-repeat 50%/cover;
}

.left-nav ul li h3 {
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    text-align: center;
    padding: .16rem .4rem;
    position: relative;
}

.left-nav ul li a {
    display: block;
}

.left-nav .s-link a {
    font-size: .16rem;
    line-height: .26rem;
    text-align: center;
    padding: .1rem .4rem;
}

.left-nav .s-link {
    display: none;
}

.left-nav ul li.xiala i {
    position: absolute;
    right: .18rem;
    top: 50%;
    width: .14rem;
    height: .07rem;
    background: url("../images/n_left.png") no-repeat 50%/100%;
    transform: translateY(-50%) rotate(0);
    cursor: pointer;
    transition: .5s;
}

.left-nav ul li.xiala.on i {
    transform: translateY(-50%) rotate(180deg);
}

.left-nav ul li.xiala.on h3,
.left-nav ul li:hover h3,
.left-nav ul li.active h3 {
    color: #1e3bb2;
}

.left-nav ul {
    padding: .3rem 0;
}

.right-box {
    width: 77.1%;
    padding-top: .45rem;
}
td{
border-color: rgb(49 48 48);
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;}
 
table{/* border-color: rgb(49 48 48); *//* border-style: solid; *//* border-width: 1px; */border-collapse:collapse;margin: 0 auto !important;/* overflow: scroll; */display: block;/* width: 100% !important; */} 
  
 
table tr td  p{
text-indent: 0em!important;

} 
 
.n_tit {
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
}

.n_tit h3 {
    font-size: .3rem;
    line-height: .64rem;
    color: #1e3bb2;
    position: relative;
}

.n_tit h3:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.05rem;
    height: .05rem;
    background: #d9d9d9;
}

.posi {
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .3rem;
    color: #818181;
}

.list01 li {
    position: relative;
    line-height: .48rem;

}

.list01 li a {
    font-size: .2rem;
    color: #000000;
    padding-right: 1.2rem;
    transition: .5s;
}

.list01 li time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .14rem;
    color: #818181;
}

.list01 .line {
    margin: .14rem 0;
    height: 1px;
    background: #d9d9d9;
}

.list01 li:hover a {
    color: #1e3ab2;
}

.list01 {
    padding-top: .14rem;
}

.dtl-tit {
    padding: .17rem 0 .23rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
}

.dtl-tit .dtl-l {
    width: calc(100% - 1.3rem);
}

.dtl-tit h2 {
    font-size: .24rem;
    line-height: 1.5;
    color: #000000;
    font-weight: 700;
}

.dtl-tit time {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .56rem;
    height: .56rem;
    background: #1e3ab2;
    color: #fff;
}

.dtl-tit time span {
    display: block;
    font-size: .18rem;
    line-height: 1;
    font-weight: 200;
}

.dtl-tit time em {
    display: block;
    font-size: .11rem;
    line-height: 1;
    font-weight: 200;
    margin-top: .04rem;
}


.dtl-txt p,.dtl-txt p span {
    font-size: .2rem !important;
    /* line-height: 2 !important; */
    color: #000000;
    text-indent: 2em;
    margin-top: .3rem;
    font-family: "微软雅黑" !important;
}

.dtl-txt img,.dtl-txt p img{
    display: block;
    /* width: 100% !important; */
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.dtl-page p {
    font-size: .2rem;
    line-height: 1.8;
    color: #000000;
}

.dtl-page p a {
    color: #6c6c6c !important;
    transition: .5s;
    text-decoration: none !important;
}

.dtl-page p:hover a {
    color: #1e3ab2;
}

.dtl-page {
    border-top: 1px solid #d9d9d9;
    padding-top: .3rem;
    margin-top: .9rem;
}


.n_list02 li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .2rem;
    position: relative;
    z-index: 3;
}

.n_list02 li .pic {
    width: 2.8rem;
    height: 1.8rem;
}

.n_list02 li .txt {
    width: calc(100% - 3.2rem);
}

.n_list02 li h3 {
    font-size: .22rem;
    line-height: .4rem;
    color: #222222;
    margin-bottom: .09rem;
}

.n_list02 li p {
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    margin-bottom: .28rem;
}

.n_list02 li time {
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #9E9E9E;
    font-family: Consolas, sans-serif;
    padding-left: .25rem;
    background: url("../images/n_time01.png") no-repeat left center;
    background-size: .16rem;
}

.n_list02 li * {
    transition: .5s;
}

.n_list02 li {
    background: #FAFAFA;
    margin-bottom: .4rem;
    position: relative;
    z-index: 3;
}

.n_list02 li:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #3247a0 0, #2aa0d0 100%);
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

}

.n_list02 li:hover:after {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.n_list02 li:hover h3,
.n_list02 li:hover p {
    color: #fff;
}

.n_list02 li:hover time {
    color: #fff;
    background-image: url("../images/n_time02.png");
}

.n_list02 li.noimg .txt {
    width: 100%;
}

.n_list02 li.noimg a {
    padding: .24rem .4rem .29rem;
}

/*2024-05-06*/

.n_pic li {
    width: 33.33%;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
}

.n_pic li a {
    display: block;
}

.n_pic li a .pic {
    padding-top: 64.92%;
}
.n_pic li a .play{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .37rem;
    height: .37rem;
    margin: auto;
    background: url("../images/s4-img-2.png") no-repeat 50%/100%;
    z-index: 3;
}
.n_pic li a .txt h5 {
    font-size: .2rem;
    color: #000000;
    line-height: .32rem;
    height: 0.64rem;
    transition: .5s;
}

.n_pic li a .txt {
    padding: 0.15rem .25rem;
}

.n_pic {
    padding-top: .2rem;
    overflow: hidden;
}

.n_pic ul {
    margin: 0 -.15rem;
}

.n_pic li:hover a .txt h5 {
    color: #1e3bb2;
}

.n_list04 {
    padding-top: .3rem;
}

.n_list04 li {
    width: 43.79%;
    margin-bottom: .52rem;
    position: relative;
    z-index: 3;
}

.n_list04 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n_list04 li .pic {
    width: 1.7rem;
    height: 2.28rem;
}

.n_list04 li .txt {
    width: calc(100% - 2.03rem);
}

.n_list04 li .txt h1 {
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: .18rem;
    transition: .5s;
}

.n_list04 li .txt h3 {
    font-size: .14rem;
    line-height: .34rem;
    -webkit-line-clamp: 3;
    height: 1.02rem;
    margin-bottom: .27rem;
}

.n_list04 li .txt h5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.n_list04 li .txt h5 img {
    flex: 1;
    max-width: 85%;
    max-height: .07rem;
    object-fit: fill;
    object-position: right center;
}

.n_list04 li .txt h5 i {
    display: block;
    font-size: .12rem;
    line-height: .36rem;
    color: #666666;
    margin-left: .12rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.n_list04 li:after {
    position: absolute;
    content: '';
    left: -0.2rem;
    top: -.2rem;
    bottom: -.2rem;
    right: 100%;
    background: #1e3bb2;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}

.n_list04 li:hover:after {
    right: -0.2rem;
    opacity: 1;
    visibility: visible;
}

.n_list04 li:hover .txt h1 {
    color: #fff;
}

.n_list04 li:hover .txt h3,
.n_list04 li:hover .txt h5 i {
    color: #fff;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: linear-gradient(90deg, #1e3ab2 0, #50e1a9 100%);
}

#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: #1e3bb2;
}

#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: #1e3bb2;
}

@media (max-width: 1199px) {
    .n_banner {
        margin-top: .75rem;
    }

    #m_n_nav {
        display: block;
    }

    .detail {
        padding-top: 0;
    }

    .inner-page {
        padding: .2rem 0 .4rem;
        margin-bottom: 0;
    }

    .left-nav {
        display: none;
    }
.img_vsb_content {
    max-width: 80% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 10px auto !important;
}
    .right-box {
        width: 100%;
        padding-top: 0;
    }
}

@media (max-width: 1025px) {
    .n_tit h3{
        font-size: .26rem;
        line-height: .5rem;
    }
    .n_tit h3:after{
        bottom: -.03rem;
        height: .03rem;
    }
    .list01{
        padding-top: 0;
    }
    .list01 li a{
        font-size: .18rem;

        padding-right: 1rem;
    }
    .list01 .line {
        margin: .1rem 0;
    }
    .list01 li{
        line-height: .48rem;
    }
    .dtl-tit{
        padding: .15rem 0;
    }
    .dtl-tit time{
        display: none;
    }
    .dtl-tit .dtl-l{
        width: 100%;
    }
    .dtl-txt p{
        font-size: .18rem;
    }
    .dtl-txt video{max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important; }
    .dtl-page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .dtl-page p{
        font-size: .18rem;
    }
    .n_list02 li{
        margin-bottom: .3rem;
    }
    .n_list02 li:last-child{
        margin-bottom: 0;
    }
    .n_list04 li{
        width: 48%;
        margin-bottom: .3rem;
    }
   
    .n_list04 li .txt h1{
        font-size: .22rem;
        margin-bottom: .1rem;
    }
    .n_list04 li .txt h3{
        line-height: .28rem;
        height: .84rem;
        margin-bottom: .15rem;
    }
    .n_list04{
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .n_tit h3{
        width: 100%;
        line-height: .38rem;
        margin-bottom: .02rem;
    }
    .n_tit h3:after{
        display: none;
    }
    .img_vsb_content {
    max-width: 80% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 10px auto !important;
}
    .posi{
        width: 100%;
        margin-bottom: .08rem;
    }
    .dtl-tit h2{
        font-size: .22rem;
    }
    table{overflow: scroll;display: block;width: 100% !important;}
    .dtl-tit{
        padding-top: 0;
    }
    .n_list02 li .pic{
        width: 100%;
        height: auto;
        padding-top: 64.28%;
    }
    .n_list02 li .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .n_list02 li p{
        margin-bottom: .1rem;
    }
    .n_list02 li.noimg .txt{
        margin-top: 0;
    }
    .n_list02 li.noimg a{
        padding: .2rem;
    }

    .n_pic ul{
        justify-content: space-between;
    }
    .n_pic li{
        width: 48%;
        padding: 0;
       margin: 0 !important;
    }
    .n_pic ul{
        gap: .2rem 4%;
    }
    .n_pic li a .txt{
        padding: 0.15rem 0.1rem;
    }
    .n_pic li a .txt h5{
        font-size: .2rem;
    }
    .n_pic ul{
        margin: 0 ;
    }
    .n_pic{
        padding-top: 0;
    }

    .n_list04 li{
        width: 100%;
    }
    .n_banner .n_top{
        bottom: .1rem;
    }
}
@media (max-width: 481px){
    .n_list04 li .pic {
        width: 1.4rem;
        height: 1.87rem;
    }
    .n_list04 li .txt {
        width: calc(100% - 1.6rem);
    }
}