@charset "utf-8";
.pic { /*padding-top: 75%;*/position: relative;overflow: hidden;}
.pic:before {content: '';position: absolute;top: 0;left: -86%;z-index: 2;display: block;width: 50%;height: 100%;-webkit-transform: skewX(-25deg);transform: skewX(-25deg);background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));}
.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.bg-mask:hover .pic .a {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.pic img:hover, .bg-mask:hover .cover_img .a{transform: scale(1.05);}
.bg-mask:hover .pic:before {-webkit-animation: shine .5s;animation: shine .5s;}
@keyframes shine { 100% {left: 115%;} }
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.11rem;
}
.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: #bd0d0d;
    color: #fff;
    border: 1px solid #bd0d0d;
}

.pagination a:hover {
    background: #bd0d0d;
    color: #fff;
    border: 1px solid #bd0d0d;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.inner_page{
    padding: .56rem 0 1.39rem;
    background: #fff;
}
.leftNav{
    margin-top: .16rem;
    width: 20%;
    align-self: flex-start;
    position: relative;
}
.leftNav:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: .24rem;
    background: #BD0D0D;
}
.leftNav .tit h2{
    font-size: .3rem;
    line-height: .42rem;
    color: #fff;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.leftNav .tit{
    padding: .31rem .2rem .24rem;
    position: relative;
    z-index: 2;
}

.leftNav .box h3{
    color: #666666;
    font-size: .22rem;
    line-height: .77rem;
    position: relative;
    padding: 0 .18rem 1px;
    text-align: center;
    transition: .5s;
}

.leftNav .box a{
    display: block;
    text-align: center;
}
.leftNav .box h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(189, 13, 13, 1) 85%, transparent 50%);
    background-size: .1rem 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}
.leftNav .box:last-child h3:after{
    display: none;
}
.leftNav .box h3 i{
    position: absolute;
    content: '';
    top: 50%;
    right: .08rem;
    width: .15rem;
    height: .07rem;
    background: url("../images/n-img-2.png") no-repeat 50%/.15rem;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .5s;
}
.leftNav .s-link a{
    display: block;
    font-size: .18rem;
    line-height: .28rem;
    color: #666;
    margin-top: .1rem;
    transition: .5s;
}
.leftNav .s-link a:first-child{
    margin-top: 0;
}
.leftNav .s-link a:hover{
    color: #bd0d0d;
}
.leftNav .s-link{
    /*display: none;*/
    display: block;
    padding: 0 .3rem .2rem;
    border-bottom: 1px solid #bd0d0d;
}

.leftNav .box.active h3,
.leftNav .box:hover h3{
   font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.leftNav .box.on h3:after{
    opacity: 0;
    visibility: hidden;
}

.leftNav .block{
    padding: .12rem .21rem .3rem;
    position: relative;
    z-index: 2;
    margin-left: .11rem;
    min-height: 2.47rem;
    background: linear-gradient(180deg, #F1F5FD 0%, #FFFFFF 100%);
    box-shadow: 0 .04rem .17rem 0 rgba(218, 218, 218, 0.5);
}

.rightBox{
    width: 76%;
}

.n_tit{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.n_tit h2{
    position: relative;
    font-size: .28rem;
    color: #333333;
    line-height: .74rem;
}
.n_tit h2:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 50%;
    height: .03rem;
    background: #BD0D0D;
}
.n_tit h2:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    width: 60%;
    height: .03rem;
    background: #BD0D0D;
    transform: skewX(45deg);
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.posi img{
    display: block;
    width: .23rem;
    margin-right: .1rem;
}
.posi *{
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    transition: .5s;
}
.posi span:not(:nth-child(2)){
    margin: 0 .05rem;
}
.posi a:hover,
.posi a.active{
    color: #BD0D0D;
}

.inner_s1 li a {
    padding: .32rem .3rem .32rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: 1;
    color: #BD0D0D;
    transition: .5s;
    flex-shrink: 0;
    margin-right: .65rem;
}
.inner_s1 li time span:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .15rem;
    background: #BD0D0D;
    opacity: .3;
    transform: translateY(-50%) skewX(-15deg);

}
.inner_s1 li time span{
    display: block;
    position: relative;
    font-size: .24rem;
    line-height: 1;
    padding-right: .14rem;
    margin-right: .14rem;
    margin-top: -.01rem;
}
.inner_s1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #BD0D0D;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #BD0D0D;
    opacity: .2;
}
.inner_s1 li {
    position: relative;
}
.inner_s1 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li:hover time{
    color: #fff;
}
.inner_s1 li:hover time span:after{
    background: #FFFFFF;
    opacity: .5;
}
.inner_s1 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}

.inner_s1{
    margin-top: .35rem;
}

.inner_s2 li a{
    position: relative;
    z-index: 2;
    padding: .41rem .45rem .3rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.inner_s2 li .pic{
    width: 3.89rem;
    height: 2.18rem;
    transition: .5s;

}
.inner_s2 li .txt{
    width: calc(100% - 4.22rem);
    transition: .5s;
}
.inner_s2 li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #BD0D0D;
    transition: .5s;
}
.inner_s2 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
    margin-right: .05rem;
}
.inner_s2 li h3{
    margin-top: .14rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s2 li p{
    margin-top: .08rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    transition: .5s;
}
.inner_s2 li h5{
    margin-top: .18rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #C02020;
    transition: .5s;
}
.inner_s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #BD0D0D ;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #BD0D0D;
    opacity: .2;
}
.inner_s2 li {
    position: relative;
}
.inner_s2 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s2 li:hover time{
    color: #fff;
}
.inner_s2 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s2 li:hover p{
    color: #fff;
}
.inner_s2 li:hover h5{
    color: #fff;
}
.inner_s2 li:hover .pic{
    width: 3.61rem;
}
.inner_s2 li:hover .txt{
    width: calc(100% - 3.94rem);
    transition: .5s;
}
.inner_s2 li:hover a{
    padding-left: .28rem;
}
.inner_s2 {
    margin-top: .09rem;
}

.inner_s3 .dtl_tit h1{
    font-size: .28rem;
    line-height: .42rem;
    color: #333333;
    text-align: center;
}
.inner_s3 .dtl_tit .cont{
    margin-top: .25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s3 .dtl_tit .cont .li{
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    margin: 0 .26rem;
}
.inner_s3 .dtl_txt p{
    font-size: .2rem;
    line-height: .32rem;
    color: #666666;
    text-indent: 2em;
    margin-top: .4rem;
}
.inner_s3 .dtl_txt p:first-child{
    margin-top: 0;
}
.inner_s3 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s3 .dtl_txt{
    margin-top: .3rem;
}

.inner_s3 .dtl_page{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s3 .dtl_page p{
    max-width: 49%;
    font-size: .18rem;
    line-height: .28rem;
    color: #666666;
    transition: .5s;
}
.inner_s3 .dtl_page p:hover{
    color: #BD0D0D;
}
.inner_s3 .dtl_page{
    margin-top: .78rem;
    padding-top: .25rem;
    border-top: .03rem solid #BD0D0D;
}
.inner_s3 .dtl_back{
    margin-top: .32rem;
    display: flex;
    justify-content: center;
}
.inner_s3 .dtl_back a{
    display: block;
    width: 1.95rem;
    overflow: hidden;
    transition: .5s;
}
.inner_s3 .dtl_back a img{
    display: block;
    width: 100%;
}
.inner_s3 .dtl_back a:hover{
    border-radius: .5rem;
}
.inner_s3 .detail{
    padding: .26rem .71rem;
    background: linear-gradient(180deg, #FEF3F3 0%, rgba(243, 247, 254, 0) 100%);
}
.inner_s3 {
    margin-top: .84rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #BD0D0D;
}

#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;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}

#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: #BD0D0D;
}

#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: #BD0D0D;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
    .n_tit h2,
    .n_tit i{
        display: none;
    }
    .n_tit{
        padding-bottom: .15rem;
    }

    .inner_page{
        padding: .3rem 0 .4rem;
    }
}
@media (max-width: 1025px){
    .posi img{
        width: .18rem;
        margin-right: .05rem;
    }
    .inner_s1 li a{
        padding: .28rem .25rem;
    }
    .inner_s1 li time span{
        margin-right: .1rem;
        padding-right: .1rem;
        font-size: .28rem;
    }
    .inner_s1 li time{
        margin-right: .2rem;
        font-size: .28rem;
    }
    .inner_s1 li h3{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner_s1{
        margin-top: .1rem;
    }
    .pagination{
        padding-top: .3rem;
    }

    .inner_s2 li a{
        padding: .4rem 0 !important;
    }
    .inner_s2 li .pic{
        width: 4.69rem;
        height: 3.18rem;
    }
    .inner_s2 li .txt{
        width: calc(100% - 5rem);
    }
    .inner_s2 li:hover .pic{
        width: 3.89rem;
    }
    .inner_s2 li:hover .txt{
        width: calc(100% - 4.22rem);
    }
    .inner_s2 li time span{
        font-size: .36rem;
    }
    .inner_s2 li time{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s2 li h3{
        font-size: .34rem;
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner_s2 li p{
        font-size: .3rem;
        line-height: 1.5;
        height: 3em;
    }
    .inner_s2 li h5{
        font-size: .3rem;
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner_s2 li:before{
        left: -15px;
        right: -15px;
    }
    .inner_s3 .dtl_tit h1{
        font-size: .38rem;
        line-height: 1.5em;
    }
    .inner_s3 .dtl_tit .cont .li{
        font-size: .28rem;
        line-height: 1.5;
        margin: 0 .2rem;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: .15rem;
    }
    .inner_s3 .dtl_txt p{
        font-size: .32rem;
        line-height: 1.6;
        margin-top: 1.2em;
    }
    .inner_s3 .dtl_page{
        margin-top: .3rem;
        padding-top: .15rem;
    }
    .inner_s3 .dtl_page p{
        max-width: 100%;
        width: 100%;
        line-height: 1.6;
        font-size: .32rem;
    }
    .inner_s3 .dtl_back a{
        width: 3.2rem;
    }
    .inner_s3 .dtl_back{
        margin-top: .3rem;
    }
    .inner_s3 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s3 .detail{
        padding: .3rem .2rem;
    }
    .inner_s3{
        margin-top: .2rem;
    }
.inner_s1 li h3 span {
    font-size: .3rem;
    line-height: 1.5;
}
}
@media (max-width: 769px){
    .inner_s2 li .pic{
        width: 100% !important;
        height: auto;
        padding-top: 56.04%;
    }
    .inner_s2 li .txt{
        width: 100% !important;
        padding-top: .2rem;
    }
    .inner_s2 li h3{
        margin-top: .1rem;
    }
    .inner_s2 li h5{
        margin-top: .1rem;
    }
    .inner_s2 li p{
        margin-top: .05rem;
    }
}

.table-box{ overflow-x: auto;}


/*2024-05-25*/
.inner_s4 ul{
    display: flex;
    flex-wrap: wrap;

}
.inner_s4 ul li{
    width: 30.15%;
    margin: .5rem 0 0 4.775%;
    position: relative;
}
.inner_s4 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s4 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s4 ul li a{
    display: block;
}
.inner_s4 ul li .pic{
    padding-top: 2.4rem;
}
.inner_s4 ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner_s4 ul li .txt{
    padding: .2rem .2rem .1rem;
    border-bottom: .02rem solid #BD0D0D;
}
.inner_s4 ul li:hover h3{
    color: #BD0D0D;
    font-weight: bold;
}

.inner_s4 {
    margin-top: .36rem;
}

@media (max-width: 1025px){
    .inner_s4 ul li .pic{
        padding-top: 63.16%;
    }
    .inner_s4 ul li .txt{
        padding: .15rem;
    }
    .inner_s4 ul li h3{
        font-size: .32rem;
        line-height: 1.5;
    }
    .inner_s4 ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s4 ul{
        gap: .26rem 2%;
    }
    .inner_s4{
        margin-top: .26rem;
    }
}

@media (max-width: 769px){
    .inner_s4 ul li{
        width: 49%;
    }
}
@media (max-width: 481px){
    .inner_s4 ul li .txt{
        padding: .1rem;
    }
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #bf2123 !important;
    color: #fff;
    background-color: #bf2123 !important;
}
.inner_s1 li a:hover  span.keywordfontcolor1159423 {
    color: #fff;
}
.v_news_content p {
    background: none !important;
}
/*2025-07-08*/

.inner_s5 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s5 ul li{
    width: 18.4%;
    margin: .3rem 0 0 2%;
}
.inner_s5 ul li:nth-child(-n+5){
    margin-top: 0;
}
.inner_s5 ul li:nth-child(5n+1){
    margin-left: 0;
}
.inner_s5 ul li a {
    display: block;
}
.inner_s5 ul li .pic{
    padding-top: 3rem;
}
.inner_s5 ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    transition: .5s;
}
.inner_s5 ul li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #666;
}
.inner_s5 ul li .txt{
    padding: .1rem .1rem;
    text-align: center;
    border-bottom: .02rem solid #BD0D0D;
}
.inner_s5 ul li:hover h3{
    color: #BD0D0D;
}
@media (max-width: 1025px) {
    .inner_s5 ul li .pic{
        padding-top: 125%
    }
    .inner_s5 ul li h3{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner_s5 ul li h4{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s5 ul li .txt{
        padding: .2rem .1rem .15rem;
    }
}
@media (max-width: 769px) {
    .inner_s5 ul li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s5 ul{
        gap: .2rem 2%;
    }
}
@media (max-width: 481px) {
    .inner_s5 ul li {
        width: 32%;
    }
}
.inner_s5 {
    margin-top: .35rem;
}