@charset "utf-8";
@font-face {font-family: "SourceHanSerifCN";src: url("../font/SourceHanSerifCN-Medium.woff") format("woff");font-weight: 500}
@font-face {font-family: "SourceHanSerifCN";src: url("../font/SourceHanSerifCN-Bold.woff") format("woff");font-weight: 700}

.pagination{
    margin-top: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination a {
    display: inline-block;
    border: 1px solid #8C0016;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
    border-radius: .04rem;
}

.pagination a.active {
    background: #8C0016;
    color: #fff;
    border: 1px solid #8C0016;
}

.pagination a:hover {
    background: #8C0016;
    color: #fff;
    border: 1px solid #8C0016;
}

.n-banner .img img{
    display: block;
    width: 100%;
}

.leftNav{
    width: 19.8125%;
    position: relative;
    align-self: flex-start;
    margin-top: -1.39rem;
}
.leftNav .tit h2{
    font-size: .4rem;
 font-size: .38rem;
    line-height: .56rem;
    color: #FFFFFF;
    text-align: center;
    font-family: "SourceHanSerifCN",sans-serif;
    font-weight: 700;
}
.leftNav .tit h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    text-align: center;
    opacity: .4;
    margin-top: -.06rem;
    font-family: "SourceHanSerifCN",sans-serif;
    font-weight: 500;
}
.leftNav .tit{
    padding: .41rem .2rem .18rem;
    background: url("../images/n-img-1.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}
.leftNav .box h3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    position: relative;
}
.leftNav .box h3 a{
    display: block;
    font-size: .22rem;
    line-height: .32rem;
    color: rgba(51, 51, 51, 0.8);
    position: relative;
    transition: all .5s;
    width: 100%;
    padding: 0 .11rem;
    text-align: center;
}
.leftNav .box h3 a:before{
    position: absolute;
    content: '';
    left: 0;
    top: .1rem;
    width: .05rem;
    height: .05rem;
    border: .03rem solid rgba(140, 0, 22, 0.17);
    border-radius: 50%;
    background-clip: content-box;
    background-color: #8C0016;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.leftNav .box h3:before{
    position: absolute;
    content: '';
    left: -.7rem;
    top: .15rem;
    width: .7rem;
    height: 1px;
    background: #FDE1BF;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.leftNav .box + .box{
    margin-top: .34rem;
}
.leftNav .box:hover h3:before,
.leftNav .box.active h3:before,
.leftNav .box:hover h3 a:before,
.leftNav .box.active h3 a:before{
    opacity: 1;
    visibility: visible;
}
.leftNav .box:hover h3 a,
.leftNav .box.active h3 a{
    color: #8C0016;
}
.leftNav .block:before{
    position: absolute;
    content: '';
    left: 0;
    top: .65rem;
    bottom: 0;
    width: .31rem;
    background: url("../images/n-img-2.png") repeat-y left top;
    background-size: 100% auto;
    pointer-events: none;
}
.leftNav .block{
    padding: .5rem .7rem 1.45rem;
    background: #FFF5E9 url("../images/n-img-3.png") no-repeat bottom center;
    background-size: 100% auto;
    position: relative;
    box-shadow: 0 .06rem .15rem 0 rgba(232, 201, 161, 0.3255);
}

.rightBox{
    width: 76.25%;
    padding-top: .22rem;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-size: .18rem;
    line-height: .26rem;
    color: rgba(102, 102, 102, 0.9);
}
.posi img{
    display: block;
    width: .2rem;
    margin-right: .14rem;
}
.posi span{
    display: block;
    margin: 0 .05rem;
}
.posi a{
    display: block;
    color: rgba(102, 102, 102, 0.9);
    transition: all .5s;
}
.posi a.active,
.posi a:hover{
    color: #8C0016;
}


.n-tit .h3{
    position: relative;
    padding-left: .6rem;
    margin-right: .43rem;
    flex-shrink: 0;
}
.n-tit .h3 .cn span {
    position: absolute;
    left: -.05rem;
    top: -.2rem;
    color: #8c0016;
    font-size: .68rem;
    z-index: 2
}

.n-tit .h3 .cn em {
   font-size: .38rem;
    display: inline-block;
    line-height: 1em;
    position: relative;
    z-index: 2;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}

.n-tit .h3 .cn:after {
    content: '';
    width: .66rem;
    height: .64rem;
    background: url('../images/606.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: -.24rem;
    top: -.2rem;
    z-index: 0
}
.n-tit i:before,
.n-tit i:after{
    position: absolute;
    content: '';
    height: .02rem;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, #f5e6cf00 0%, #e8c9a1 100%);
}
.n-tit i:before{
    top: 0;
}
.n-tit i:after{
    bottom: 0;
    transform: rotate(180deg);
}
.n-tit i{
    flex: 1;
    position: relative;
    height: .1rem;
    margin-top: .21rem;
}
.n-tit{
    margin-top: .42rem;
    display: flex;
    justify-content: space-between;
}
.inner-page:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 37.65625vw;
    background: url("../images/bg-2.png") no-repeat bottom center;
    background-size: 100% auto;
    z-index: -1;
}
.inner-page{
    position: relative;
    padding: 0 0 1.63rem;
    background: url("../images/inner-page1.png") no-repeat top center;
    background-size: cover;
    z-index: 2;
}
.inner-page2{
    background-image: url("../images/inner-page2.png");
}


#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #AA1E25;
}

#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: 'SourceHanSerifCN-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: #8C0016;
}

#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;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}

#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: #8C0016;
}

@media (max-width: 992px){
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding: 0;
    }
    .posi{
        font-size: max(.24rem,14px);
        line-height: 1.5;
        justify-content: flex-start;
    }
    .posi img{
        width: .24rem;
    }
    .inner-page{
        padding: .5rem 0;
    }
    .n-tit .h3 .cn em{
        font-size: .4rem;
    }
    .n-tit .h3 .cn span{
        font-size: .72rem;
        left: -.1rem;
    }
    .n-tit{
       display: none;
    }
    .pagination{
        margin-top: .4rem;
    }

}

/*inner-s1*/

.inner-s1 ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .41rem 0 .42rem;
}
.inner-s1 li a .img{
   width: 3.94rem;
    height: 2.22rem;
    margin-right: .31rem;
    flex-shrink: 0;
}
.inner-s1 li .text{
    /*width: calc(100% - 3.94rem - .31rem);*/
flex: 1;
overflow: hidden;
}
.inner-s1 li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: 1;
    color: #8C0016;
    font-family: Georgia, serif;
    transition: all .5s;
}
.inner-s1 li time span:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: .04rem;
    height: .07rem;
    background: #8C0016;
    clip-path: polygon(90% 0, 100% 0%, 10% 100%, 0% 100%);
    transform: translateY(-50%);
    transition: all .5s;
}
.inner-s1 li time span{
    display: block;
    font-size: .28rem;
    line-height: .4rem;
    padding-right: .1rem;
    position: relative;
    margin-right: .05rem;
}
.inner-s1 li h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    margin-top: .11rem;
    font-weight: 700;
    transition: all .5s;
}
.inner-s1 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .14rem;
    transition: all .5s;
}
.inner-s1 li h6{
    display: block;
    height: .29rem;
    background: url("../images/n-img-5.png") no-repeat left center;
    background-size: auto 100%;
    margin-top: .2rem;
    transition: all .5s;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #E8C9A1;
    opacity: .5;
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-7.jpg") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 0 .06rem .16rem 0 rgba(140, 0, 22, 0.2113);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s1 li:hover time{
    color: #ffffff;
}
.inner-s1 li:hover time span:after{
    background: #ffffff;
}
.inner-s1 li:hover h4,
.inner-s1 li:hover p{
    color: #ffffff;
}
.inner-s1 li:hover h6{
    background-image: url("../images/n-img-6.png");
}
.inner-s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s1 li{
    position: relative;
}
.inner-s1{
    margin-top: .25rem;
}
@media (min-width: 1025px) {
    .inner-s1 li a{
        transition: all .5s;
    }
    .inner-s1 li:after{
        right: -.4rem;
    }
    .inner-s1 li:hover a{
        padding-left: .4rem;
    }
}
@media (max-width: 992px){
    .inner-s1 ul li a{
        flex-wrap: wrap;
        padding: .3rem 0;
    }
    .inner-s1 li time span{
        font-size: max(.36rem,18px);
        line-height: 1.5;
    }
    .inner-s1 li time span:after{
        width: .08rem;
        height: .1rem;
    }
    .inner-s1 li time{
        font-size: max(.18rem,12px);
    }
    .inner-s1 li h4{
        font-size: max(.26rem,16px);
        line-height: 1.5;
        margin-top: .05rem;
    }
    .inner-s1 li p{
        font-size: max(.22rem,14px);
        line-height: 1.5;
        height: 3em;
        margin-top: .1rem;
    }
    .inner-s1 li h6{
        height: .3rem;
        margin-top: .1rem;
    }
    .inner-s1 li:after{
        left: -15px;
        right: -15px;
    }
    .inner-s1{
        margin-top: 0;
    }
}
@media (max-width: 597px) {
    .inner-s1 li a .img{
         width: 100%;
        height: 52vw;
        margin-right: 0;
    }
    .inner-s1 li .text{
       width: 100%;
        margin-top: .2rem;
        flex: auto;
    }
}

/*inner-s2*/

.inner-s2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.52rem;
}
.inner-s2 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .79rem;
    height: .79rem;
    color: #E8BE88;
    font-family: Georgia, serif;
    line-height: 1;
    background: url("../images/n-img-8.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    padding-bottom: .05rem;
}
.inner-s2 li time span{
    display: block;
    font-size: .28rem;
}
.inner-s2 li time em{
    font-size: .12rem;
}
.inner-s2 li .text{
    width: calc(100% - 1.04rem);
}
.inner-s2 li h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: all .5s;
}
.inner-s2 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    margin-top: .1rem;
}
.inner-s2 li:hover h4{
    color: #8C0016;
    font-weight: 700;
}
.inner-s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #E8C9A1;
    opacity: .5;
}
.inner-s2 li{
    position: relative;
}
.inner-s2 {
    margin-top: .34rem;
}
@media (max-width: 992px){
    .inner-s2 li time{
        width: 1.2rem;
        height: 1.2rem;
        font-size: .18rem;
        padding-bottom: .15rem;
    }
    .inner-s2 li time span {
        font-size: .36rem;
    }
    .inner-s2 li .text{
        width: calc(100% - 1.4rem);
    }
    .inner-s2 li h4{
        font-size: max(.26rem,16px);
        line-height: 1.5;
    }
    .inner-s2 li p{
        font-size: max(.22rem,14px);
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner-s2 li a{
        height: 1.6rem;
    }
    .inner-s2{
        margin-top: .3rem;
    }
}
@media (max-width: 597px){
    .homea .list-txt li time {
        font-size: .2rem;
    }
    .inner-s2 li time span {
        font-size: .4rem;
    }
}

/*inner-s3*/

.inner-s3 .dtl-l{
    width: 65.5%;
}
.inner-s3 .dtl-2{
    width: 100%;
}
.inner-s3 .dtl-tit h2{
    font-size: .26rem;
    line-height: .38rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.inner-s3 .dtl-tit .cont{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 .4rem;
    margin-top: .36rem;
}
.inner-s3 .dtl-tit .cont .li{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
}
.inner-s3 .dtl-tit .cont .li img{
    display: block;
    height: .16rem;
    margin-right: .1rem;
}
.inner-s3 .dtl-tit{
    padding-bottom: .37rem;
    border-bottom: 1px solid rgba(232, 201, 161, 0.4);
}
.inner-s3 .dtl-txt p{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
}
.inner-s3 .dtl-txt p + p{
    margin-top: .4rem;
}
.inner-s3 .dtl-txt p img{
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s3 .dtl-txt {
    margin-top: .39rem;
}
.inner-s3 .dtl-page p{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    transition: all .5s;
}
.inner-s3 .dtl-page p + p{
    margin-top: .18rem;
}
.inner-s3 .dtl-page p:hover{
    color: #8C0016;
    font-weight: 700;
}
.inner-s3 .dtl-page{
    padding-top: .4rem;
    margin-top: .38rem;
    border-top: 1px solid #E8C9A1;
}
.inner-s3 .dtl-r{
    width: 31.875%;
    padding-left: .43rem;
    padding-top: .2rem;
    border-left:.01rem solid rgba(232, 201, 161, 0.4);
}


.inner-s3 .dtl-r .tit .h3{
    position: relative;
    padding-left: .6rem;
    margin-right: .43rem;
    flex-shrink: 0;
}
.inner-s3 .dtl-r .tit .h3 .cn span {
    position: absolute;
    left: -.05rem;
    top: -.2rem;
    color: #8c0016;
    font-size: .68rem;
    z-index: 2
}

.inner-s3 .dtl-r .tit .h3 .cn em {
    font-size: .38rem;
    display: inline-block;
    line-height: 1em;
    position: relative;
    z-index: 2;
    font-family: "SourceHanSerifCN", sans-serif;
    font-weight: 700;
}

.inner-s3 .dtl-r .tit .h3 .cn:after {
    content: '';
    width: .66rem;
    height: .64rem;
    background: url('../images/606.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: -.24rem;
    top: -.2rem;
    z-index: 0
}
.inner-s3 .dtl-r .tit a img{
    display: block;
    height: .29rem;
}
.inner-s3 .dtl-r .tit a{
    display: block;
}
.inner-s3 .dtl-r .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s3 .dtl-r ul li a{
    display: block;
    position: relative;
}
.inner-s3 .dtl-r li .img{
    height: 2.62rem;
}
.inner-s3 .dtl-r li:nth-child(1) h4{
    font-size: .18rem;
    line-height: .26rem;
    color: #FFFFFF;
    padding: 0 .17rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .1rem;
    z-index: 3;
}
.inner-s3 .dtl-r li:nth-child(1) a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    pointer-events: none;
}
.inner-s3 .dtl-r li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: 1;
    color: #8C0016;
    font-family: Georgia, serif;
    transition: all .5s;
}
.inner-s3 .dtl-r li time span:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: .04rem;
    height: .07rem;
    background: #8C0016;
    clip-path: polygon(90% 0, 100% 0%, 10% 100%, 0% 100%);
    transform: translateY(-50%);
    transition: all .5s;
}
.inner-s3 .dtl-r li time span{
    display: block;
    font-size: .28rem;
    line-height: .4rem;
    padding-right: .1rem;
    position: relative;
    margin-right: .05rem;
}
.inner-s3 .dtl-r li:not(:nth-child(1)) h4{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    margin-top: .02rem;
}
.inner-s3 .dtl-r li:not(:nth-child(1)) a{
    padding: .27rem 0;
}
.inner-s3 .dtl-r li:not(:nth-child(1)):before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #E8C9A1;
    opacity: .4;
}
.inner-s3 .dtl-r li:not(:nth-child(1)){
    position: relative;
}
.inner-s3 .dtl-r li:not(:nth-child(1)):hover h4{
    color: #8C0016;
}
.inner-s3 .dtl-r li:nth-child(1){
    margin-bottom: .13rem;
}
.inner-s3 .dtl-r ul{
    margin-top: .79rem;
}
.inner-s3{
    margin-top: .64rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 992px){
    .inner-s3 .dtl-l{
        width: 100%;
    }
    .inner-s3 .dtl-tit h2{
        font-size: max(.3rem,18px);
        line-height: 1.5;
    }
    .inner-s3 .dtl-tit .cont .li{
        font-size: max(.22rem,13px);
        line-height: 1.5;
    }
    .inner-s3 .dtl-tit .cont .li img{
        height: max(.18rem,13px);
    }
    .inner-s3 .dtl-tit .cont{
        margin-top: .2rem;
    }
    .inner-s3 .dtl-tit{
        padding-bottom: .25rem;
    }
    .inner-s3 .dtl-txt p{
        font-size: max(.24rem,14px);
        line-height: 1.75;
    }
    .inner-s3 .dtl-txt p + p{
        margin-top: 1em;
    }
    .inner-s3 .dtl-txt{
        margin-top: .2rem;
    }
    .inner-s3 .dtl-page p{
        font-size: max(.24rem,14px);
        line-height: 1.75;
    }
    .inner-s3 .dtl-page p + p{
        margin-top: .05rem;
    }
    .inner-s3 .dtl-page{
        padding-top: .2rem;
        margin-top: .25rem;
    }
    .inner-s3 .dtl-r{
        width: 100%;
        margin-top: .5rem;
        padding: 0;
        border: none;
    }
    .inner-s3 .dtl-r li .img{
        height: 52vw;
    }
    .inner-s3 .dtl-r li:nth-child(1) h4{
        font-size: max(.24rem,14px);
        line-height: 1.75;
        padding: 0 1em;
        bottom: .5em;
    }
    .inner-s3 .dtl-r li time span{
        font-size: max(.36rem,18px);
        line-height: 1.5;
    }
    .inner-s3 .dtl-r li time span:after{
        width: .08rem;
        height: .1rem;
    }
    .inner-s3 .dtl-r li time{
        font-size: max(.18rem,12px);
    }
    .inner-s3 .dtl-r li:not(:nth-child(1)) h4{
        font-size: max(.24rem,14px);
        line-height: 1.75;
        max-height:none;
    }
    .inner-s3 .dtl-r li:not(:nth-child(1)) a{
        padding: .2rem 0;
    }
    .inner-s3 .dtl-r ul {
        margin-top: 0.3rem;
    }
    .inner-s3{
        margin-top: .3rem;
    }

}

/*inner-s4*/

.inner-s4 .left{
    width: 58.36%;
    padding: .37rem 0 .49rem .47rem;
}

.inner-s4 .left h3{
    font-size: .32rem;
    line-height: .46rem;
    color: #333333;
    font-weight: 700;
}
.inner-s4 .left .line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: .96rem;
    height: .04rem;
    background: #E8C9A1;
    position: relative;
    margin-top: .16rem;
}
.inner-s4 .left .line:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #8C0016;
}
.inner-s4 .left h4{
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    margin-top: .2rem;
    font-weight: 700;
}
.inner-s4 .left .desc{
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
    margin-top: .31rem;
}
.inner-s4 .left .desc p + p{
    margin-top: .28rem;
}
.inner-s4 .right{
    width: 41.64%;
    padding-top: .32rem;
    position: relative;
}
.inner-s4 .right .images{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.inner-s4 .right .images img{
    display: block;
    width: 3.34rem;
    max-width: 100%;
}
.inner-s4 .right:after{
    position: absolute;
    content: '';
    right: .44rem;
    top: .61rem;
    bottom: .47rem;
    width: .69rem;
    background: url("../images/n-img-16.png") no-repeat 50% 50%;
    background-size: auto 100%;
    pointer-events: none;
}
.inner-s4 .right:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 62.4%;
    background: linear-gradient(180deg, #e8c9a1 0%, #e8c9a135 100%);
    pointer-events: none;
}
.inner-s4 .content{
    margin-top: .81rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url("../images/n-img-15.png") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 0 .06rem .18rem 0 rgba(232, 201, 161, 0.1802);
}
@media (max-width: 992px){
    .inner-s4 .left h3{
        font-size: max(.32rem,18px);
        line-height: 1.5;
    }
    .inner-s4 .left h4{
        font-size: max(.24rem,14px);
        line-height: 1.5;
        margin-top: .15rem;
    }
    .inner-s4 .left .desc{
        font-size: max(.22rem,13px);
        line-height: 1.75;
        margin-top: .2rem;
    }
    .inner-s4 .left .desc p + p{
        margin-top: 1em;
    }
    .inner-s4 .left{
        width: 60%;
        padding: .3rem 0 .3rem .3rem;
    }
    .inner-s4 .right{
        width: 40%;
    }
    .inner-s4 .content{
        margin-top: .3rem;
    }
}
@media (max-width: 596px){
    .inner-s4 .right .images img{
        width: 2.4rem;
    }
    .inner-s4 .right:before{
        width: 100%;
        background: linear-gradient(180deg, #e8c9a1 0%, #ffffff 100%);
    }
    .inner-s4 .right{
        width: 100%;
        order: 0;
        padding-top: .3rem;
    }
    .inner-s4 .left{
        width: 100%;
        margin-top: 0;
        order: 1;
        padding: .3rem;
    }
}

/*inner-s5*/

.inner-s5 ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas:
    "a b b"
    "c b b"
    "d e f"
    "g h i";
    gap: .3rem;
}
.inner-s5 li.li1{
    grid-area: a;
}
.inner-s5 li.li2{
    grid-area: b;
}
.inner-s5 li.li3{
    grid-area: c;
}
.inner-s5 li.li4{
    grid-area: d;
}
.inner-s5 li.li5{
    grid-area: e;
}
.inner-s5 li.li6{
    grid-area: f;
}
.inner-s5 li.li7{
    grid-area: g;
}
.inner-s5 li.li8{
    grid-area: h;
}
.inner-s5 li.li9{
    grid-area: i;
}
.inner-s5 li a{
    display: block;
    position: relative;
}
.inner-s5 li .img{
    height: 2.42rem;
}
.inner-s5 li.li2 .img{
    height: 5.14rem;
}
.inner-s5 li h4{
    font-size: .18rem;
    line-height: .26rem;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .13rem;
    padding: 0 .22rem;
    z-index: 5;
}
.inner-s5 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .64rem;
    pointer-events: none;
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
}
.inner-s5{
    margin-top: .71rem;
}
@media (max-width: 992px){
    .inner-s5 ul{
        gap: .2rem;
    }
    .inner-s5 li h4{
        font-size: max(.24rem,14px);
        line-height: 1.75;
        padding: 0 .2rem;
        bottom: .5em;
    }
}
@media (max-width: 596px){
    .inner-s5 ul{
        display: flex;
        flex-wrap: wrap;
    }
    .inner-s5 li.li2{
        order: 0;
        width: 100%;
    }
    .inner-s5 li:not(.li2){
        order: 1;
        width: calc(50% - .1rem);
    }
    .inner-s5 li.li2 .img{
        height: 56vw;
    }
    .inner-s5 li:not(.li2) .img{
        height:27vw;
    }
    .inner-s5{
        margin-top: .3rem;
    }
}

/*inner-s6*/
.inner-s6 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .4rem 3.275%;
}
.inner-s6 ul li{
    width: 31.15%;
    position: relative;
}
.inner-s6 ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .8rem;
    position: relative;
    z-index: 2;
    padding: 0 .2rem;
}
.inner-s6 ul li h4{
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    transition: all .5s;
}
.inner-s6 ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/n-img-18.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
}
.inner-s6 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/n-img-19.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s6 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s6 ul li:hover h4{
    color: #ffffff;
}
.inner-s6{
    margin-top: .71rem;
}
@media (max-width: 992px) {
    .inner-s6 ul li h4{
        font-size: max(.24rem,14px);
        line-height: 1.5;
        text-align: center;
    }
    .inner-s6 ul li a{
        height: 1rem;
    }
    .inner-s6 ul li{
        width: 32%;
    }
    .inner-s6 ul{
        gap: .25rem 2%;
    }
    .inner-s6{
        margin-top: .3rem;
    }
}
@media (max-width: 596px) {
    .inner-s6 ul li a{
        height: 1rem;
    }
    .inner-s6 ul li{
        width: 49%;
    }
}
@media (max-width: 419px) {
    .inner-s6 ul li a{
        height: 1.2rem;
    }
    .inner-s6 ul li{
        width: 100%;
    }
}
/*inner-s7*/

.inner-s7 .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s7 .tit h4{
    font-size: .4rem;
    color: #8C0016;
    line-height: .56rem;
    font-family: "SourceHanSerifCN", sans-serif;
    font-weight: 700;
    margin: 0 .21rem;
    flex-shrink: 0;
}
.inner-s7 .tit i{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    height: .17rem;
}
.inner-s7 .tit i img{
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.inner-s7 .tit i:last-child img{
    object-position: left center;
}
.inner-s7 .tit i:last-child{
    justify-content: flex-start;
}

.inner-s7 .items .item{
    flex: 1;
    padding: .13rem 0 .31rem;
}
.inner-s7 .items .item h3{
    font-size: .26rem;
    line-height: .47rem;
    color: #FFFFFF;
    width: 1.35rem;
    text-align: center;
    background: #8C0016;
}
.inner-s7 .items .item li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.inner-s7 .items .item li .zw{
    width: 1.76rem;
    font-size: .24rem;
    line-height: .35rem;
    color: #8C0016;
    font-weight: 700;
}
.inner-s7 .items .item li .name{
    width: calc(100% - 1.76rem);
    display: flex;
    flex-wrap: wrap;
    gap: .1rem .32rem;
}
.inner-s7 .items .item li .name .a{
    display: block;
    font-size: .22rem;
    line-height: .35rem;
    color: #333333;
    transition: all .5s;
}
.inner-s7 .items .item li .name .a:hover{
    color: #8C0016;
}
.inner-s7 .items .item li + li{
    margin-top: .31rem;
}
.inner-s7 .items .item ul{
    margin-top: .47rem;
}
.inner-s7 .items .line{
    width: 1px;
    margin: 0 .53rem;
    flex-shrink: 0;
    background: #E8C9A1;
}
.inner-s7 .items{
    margin-top: .52rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-s7{
    margin-top: .76rem;
    padding: .53rem .36rem;
    min-height: 8.46rem;
    background: #ffffff url("../images/n-img-22.png") no-repeat bottom center;
    background-size: 100% auto;
    box-shadow: 0 .06rem .15rem 0 rgba(232, 201, 161, 0.3503);
}
@media (max-width: 992px) {
    .inner-s7 .tit h4{
        font-size: max(.32rem,18px);
        line-height: 1.5;
    }
    .inner-s7 .items .item h3{
        font-size: max(.26rem,16px);
        line-height: 2;
    }
    .inner-s7 .items .item li .zw{
        font-size: max(.24rem,14px);
        line-height: 1.5;
        width: 6em;
        flex-shrink: 0;
    }
    .inner-s7 .items .item li .name .a{
        font-size: max(.24rem,13px);
        line-height: 1.5;
    }
    .inner-s7 .items .item li .name{
        flex: 1;
        gap: .1rem .2rem;
    }
    .inner-s7 .items .item li + li{
        margin-top: .15rem;
    }
    .inner-s7 .items .item ul{
        margin-top: .25rem;
    }
    .inner-s7 .items .line{
        width: 100%;
        height: 1px;
        margin: .3rem 0;
    }
    .inner-s7 .items .item{
        padding: 0;
        width: 100%;
        flex: auto;
    }
    .inner-s7 .items{
        margin-top: .4rem;
    }
    .inner-s7{
        margin-top: .3rem;
        padding: .3rem;
    }
}
@media (max-width: 597px) {
    .inner-s7 .items .item li .zw{
        width: 100%;
    }
    .inner-s7 .items .item li .name{
        width: 100%;
        flex: inherit;
        margin-top: .1rem;
    }
}

/*inner-s8*/

.inner-s8 li a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.inner-s8 li .img{
    width: 5.3rem;
    height: 3.21rem;
    box-shadow: 0 .05rem .16rem 0 rgba(232, 201, 161, 0.5025);
}
.inner-s8 li .text{
    width: 59.59%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #ffffff url("../images/n-img-24.png") no-repeat 50% 50%;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 5;
    padding: .36rem .34rem .7rem .35rem;
    transition: all .5s;
}
.inner-s8 li h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    transition: all .5s;
}
.inner-s8 li i{
    display: block;
    width: .53rem;
    height: .03rem;
    background: #8C0016;
    margin-top: .22rem;
    transition: all .5s;
}
.inner-s8 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    margin-top: .22rem;
    height: .78rem;
    transition: all .5s;
}
.inner-s8 li:hover h4{
    color: #ffffff;
}
.inner-s8 li:hover i{
    background: #E8C9A1;
}
.inner-s8 li:hover p{
    color: #FFFFFF;
}
.inner-s8 li:hover .text{
    background-image: url("../images/n-img-25.png");
}
.inner-s8 li + li{
    margin-top: .55rem;
}
.inner-s8 {
    margin-top: .72rem;
}
@media (max-width: 992px) {
    .inner-s8 li h4{
        font-size: max(.26rem,16px);
        line-height: 1.5;
    }
    .inner-s8 li i{
        margin-top: .15rem;
    }
    .inner-s8 li p{
        font-size: max(.22rem,13px);
        line-height: 1.5;
        height: 4.5em;
        margin-top: .15rem;
    }
    .inner-s8 li .text{
        padding: .25rem;
    }
    .inner-s8 li + li{
        margin-top: .3rem;
    }
    .inner-s8{
        margin-top: .3rem;
    }
}
@media (max-width: 597px) {
    .inner-s8 li .img{
        width: 100%;
        height: 54vw;
    }
    .inner-s8 li .text{
        position: relative;
        inset: 0;
        transform: none;
        width: 100%;
    }
}

/*inner-s9*/

.inner-s9 .item .desc{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
}
.inner-s9 .item .desc p + p{
    margin-top: .4rem;
}
.inner-s9 .item2 li .a{
    display: block;
}
.inner-s9 .item2 li h3{
    font-size: .4rem;
    line-height: .56rem;
    color: #FFFFFF;
    font-family: "SourceHanSerifCN", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-s9 .item2 li p{
    font-size: .14rem;
    line-height: .2rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .13rem;
    height: .4rem;
}
.inner-s9 .item2 .swiper-box{
    padding: .15rem .8rem .24rem;
    background: rgba(0, 0, 0, 0.5);
}
.inner-s9 .item2 .swiDots{
    font-size: 0;
    position: static;
    margin-top: .15rem;
}
.inner-s9 .item2 .swiDots span{
    width: .06rem;
    height: .06rem;
    margin: 0 .035rem;
    background: #FFFFFF;
    opacity: .6;
    border-radius: 50vw;
}
.inner-s9 .item2 .swiDots span.active{
    width: .42rem;
    opacity: 1;
}
.inner-s9 .item2{
    margin-top: .5rem;
    padding-top: 2.11rem;
    background: url("../images/n-img-26.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.inner-s9 .item3{
    margin-top: .5rem;
}
.inner-s9 .item4 .left{
    width: 46.92%;
    margin-top: .57rem;
}
.inner-s9 .item4 .desc{
    color: #FFFFFF;
}
.inner-s9 .item4 .desc p + p{
    margin-top: .29rem;
}
.inner-s9 .item4 .right{
    width: 47.63%;
}
.inner-s9 .item4 .img{
    height: 3.05rem;
}
.inner-s9 .item4 .bot h3{
    position: relative;
    font-size: .22rem;
    line-height: .32rem;
    color: #E8C9A1;
    padding-left: .11rem;
    font-family: "SourceHanSerifCN", sans-serif;
}
.inner-s9 .item4 .bot h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 2px;
    height: .22rem;
    background: #E8C9A1;
    transform: translateY(-50%);
}
.inner-s9 .item4 .bot ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem 5.525%;
    margin-top: .22rem;
}
.inner-s9 .item4 .bot li{
    width: 29.65%;
}
.inner-s9 .item4 .bot li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .44rem;
    font-size: .16rem;
    color: #FFFFFF;
    padding: 0 .1rem;
    border: .01rem solid rgba(255, 255, 255, 0.2);
    border-radius: .03rem;
    background: rgba(255, 255, 255, 0.06);
    transition: all .5s;
}
.inner-s9 .item4 .bot li:hover a{
    background: #E8C9A1;
    border-color: #E8C9A1;
}
.inner-s9 .item4 .bot{
    margin-top: .4rem;
}
.inner-s9 .item4{
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: .5rem .4rem;
    background: url("../images/n-img-28.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.inner-s9 .item5{
    margin-top: .5rem;
}
.inner-s9 .item6 li .a{
    display: block;
}
.inner-s9 .item6 li .img{
    width: 1.64rem;
    height: 1.64rem;
    border-radius: 50%;
    margin: 0 auto;
}
.inner-s9 .item6 .swiDots{
    font-size: 0;
    position: static;
    margin-top: .4rem;
}
.inner-s9 .item6 .swiDots span{
    width: .06rem;
    height: .06rem;
    margin: 0 .035rem;
    background: #E8C9A1;
    opacity: .6;
    border-radius: 50vw;
}
.inner-s9 .item6 .swiDots span.active{
    width: .42rem;
    opacity: 1;
}
.inner-s9 .item6{
    margin-top: .4rem;
}
.inner-s9 .item7{
    margin-top: .5rem;
}
.inner-s9 .item8 h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #E8C9A1;
    font-family: "SourceHanSerifCN", sans-serif;
    text-align: center;
}
.inner-s9 .item8 ul{
    margin-top: .33rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s9 .item8 ul li p{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
}
.inner-s9 .item8 ul li p img{
    display: block;
    width: .15rem;
    margin-right: .1rem;
}
.inner-s9 .item8 ul li p + p{
    margin-top: .15rem;
}
.inner-s9 .item8 ul li.line{
    width: 1px;
    background: #FFFFFF;
    opacity: .3;
}
.inner-s9 .item8 ul li:not(.line){
    padding: .05rem 0 .1rem;
}
.inner-s9 .item8{
    margin-top: .5rem;
    padding: .4rem .9rem .48rem;
    background: #8C0016;
}
.inner-s9 .item9{
    margin-top: .5rem;
}
.inner-s9 .item10 .item{
    width: 44.91%;
}
.inner-s9 .item10 .h3{
    display: flex;
}
.inner-s9 .item10 .h3 h4{
    font-size: .58rem;
    line-height: .84rem;
    color: #8C0016;
    font-family:"xxk",sans-serif;
    position: relative;
    letter-spacing: -.35em;
}
.inner-s9 .item10 .h3 h4:after{
    position: absolute;
    content: '';
    right: -.4rem;
    top: -.13rem;
    width: .77rem;
    height: .77rem;
    background: url("../images/n-img-35.png") no-repeat 50% 50%;
    background-size: 100% auto;
}
.inner-s9 .item10 .h4{
    display: flex;
    align-items: center;
    height: 1.26rem;
    position: relative;
    margin-top: .18rem;
}
.inner-s9 .item10 .h4 h4{
    font-size: .38rem;
    line-height: .56rem;
    color: #333333;
    font-family: "SourceHanSerifCN", sans-serif;
    font-weight: 700;
    padding: 0 .13rem;
}
.inner-s9 .item10 .h4 span{
    position: absolute;
    left: 0;
    right: 0;
    border: .01rem dashed rgba(140, 0, 22, 0.2);
}
.inner-s9 .item10 .h4 span:before,
.inner-s9 .item10 .h4 span:after{
    content: "";
    position: absolute;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #8C0016;
    border-radius: 50%;
    transform: translateY(-50%);
}
.inner-s9 .item10 .h4 span:before{
    left: 0;
}
.inner-s9 .item10 .h4 span:after{
    right: 0;
}
.inner-s9 .item10 .h4 span:nth-child(1){
    top: 0;
}
.inner-s9 .item10 .h4 span:nth-child(2){
    bottom: 0;
}
.inner-s9 .item10{
    margin-top: .64rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s9{
    margin-top: .57rem;
}

@media (max-width: 992px) {
    .inner-s9 .item .desc{
        font-size: max(.24rem,13px);
        line-height: 1.75;
    }
    .inner-s9 .item .desc p + p{
        margin-top: 1em;
    }
    .inner-s9 .item2 .swiper-box{
        padding: .25rem;
    }
    .inner-s9 .item2 li p{
        font-size: max(.2rem,13px);
        line-height: 1.5;
        height: 3em;
        margin-top: .1rem;
    }
    .inner-s9 .item2 li h3{
        font-size: max(.38rem,20px);
        line-height: 1;
    }
    .inner-s9 .item2 .swiDots{
        margin-top: .2rem;
    }
    .inner-s9 .item2{
        margin-top: .3rem;
    }
    .inner-s9 .item3{
        margin-top: .3rem;
    }
    .inner-s9 .item4 .right{
        width: 100%;
        order: 0;
    }
    .inner-s9 .item4 .img{
        height: auto;
    }
    .inner-s9 .item4 .bot h3{
        font-size: max(.26rem,16px);
        line-height: 1.5;
    }
    .inner-s9 .item4 .bot li a{
        font-size: max(.22rem,13px);
        height: 3em;
    }
    .inner-s9 .item4 .bot li{
        width: 32%;
    }
    .inner-s9 .item4 .bot ul{
        gap: .15rem 2%;
    }
    .inner-s9 .item4 .bot{
        margin-top: .3rem;
    }
    .inner-s9 .item4 .left{
        width: 100%;
        margin-top: .3rem;
        order: 1;
    }
    .inner-s9 .item4{
        padding: .25rem;
        margin-top: .3rem;
    }
    .inner-s9 .item5{
        margin-top: .3rem;
    }
    .inner-s9 .item6 li .img{
        width: 1.8rem;
        height: 1.8rem;
    }
    .inner-s9 .item6 .swiDots{
        margin-top: .25rem;
    }
    .inner-s9 .item6{
        margin-top: .3rem;
    }
    .inner-s9 .item7{
        margin-top: .3rem;
    }
    .inner-s9 .item8 ul li p{
        font-size: max(.22rem,13px);
        line-height: 1.5;
    }
    .inner-s9 .item8 h3{
        font-size: max(.26rem,16px);
        line-height: 1.5;
    }
    .inner-s9 .item8 ul{
        margin-top: .25rem;
    }
    .inner-s9 .item8{
        padding: .25rem;
        margin-top: .3rem;
    }
    .inner-s9 .item9{
        margin-top: .3rem;
    }
    .inner-s9 .item10 .h4{
        height: 1rem;
        margin-top: .15rem;
    }
    .inner-s9 .item10 .h4 h4{
        font-size: .34rem;
    }
    .inner-s9 .item10 .item{
        width: 49%;
    }
    .inner-s9 .item10{
        margin-top: .3rem;
    }
    .inner-s9{
        margin-top: .3rem;
    }
}
@media (max-width: 597px) {
    .inner-s9 .item4 .bot li{
        width: 49%;
    }
    .inner-s9 .item8 ul li:not(.line){
        padding: 0;
        width: 100%;
    }
    .inner-s9 .item8 ul li.line{
        display: none;
    }
    .inner-s9 .item8 ul{
        gap: .15rem 0;
    }
    .inner-s9 .item10 .item{
        width: 100%;
    }
    .inner-s9 .item10{
        gap: .3rem 0;
    }
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #8f0419 !important;
    color: #fff;
    background-color: #8f0419  !important;
}
.inner-s3 .dtl-txt table td {
    border: 1px solid #333;
}

.inner-s3 .dtl-txt table {
    margin: 10px auto;
}