body {
    background: url(../images/bg.jpg);
}

.n-banner::after {
    background-image: url(../images/b4.png);
}

.pic {
    width: 100%;
    height: 5rem;
    background-position: center;
    background-repeat: no-repeat;
}

.text-con {
    padding-bottom: 1rem;
}

.xg {
    width: 5.3rem;
    height: 5.6rem;
    background: url(../images/bg7.png)no-repeat;
    background-size: cover;
    margin-top: .6rem;
    color: #FFF;
    padding: .3rem;
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .15);
}

.xg .title {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    line-height: 2;
    padding-bottom: .2rem;
}

.xg .txt {
    line-height: 2;
height:430px;
overflow-y:scroll;
overflow-x: hidden;
}
.xg .txt #vsb_content p img{width: 100%;}
.xh {
    width: 8.3rem;
    height: 5.6rem;
    background: #f1ece3 url(../images/bg10.png)no-repeat right bottom;
    background-size: 3rem;
    margin-top: .6rem;
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .15);
    padding: .4rem;
}

.xh .item {
    border-bottom: 1px #d9b777 dashed;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.xh .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.xh .title {
    color: #a20004;
    padding-left: .2rem;
}

.xh .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: .06rem;
    width: 5px;
    height: 70%;
    background-color: #a20004;
}

.xh .txt {
    line-height: 2;
    margin-top: .15rem;
}

.xh .text {
    width: 70%;
}

.xh img {
    width: 1.6rem;
    margin-top: .1rem;
}
@media (max-width:1870px){.xg .txt{height: 285px;}
}
@media (max-width:1199px) {
    .xg {
        width: 40%;
        height: 6.5rem;
    }
    .xh {
        width: 58%;
        height: 6.5rem
    }
    .xh .text {
        width: 70%;
    }
    .xh .text p {
        margin-bottom: 0;
    }
    .xh img {
        width: 1.2rem;
    }
}

@media (max-width:800px) {
    .pic {
        height: 4.5rem;
        background-size: auto 100%;
    }
    .xg,
    .xh {
        width: 100%;
        height: auto;
        padding-bottom: .4rem;
    }
    .xh img {
        width: 1.6rem;
    }
}

.history {
    z-index: 3;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.history::after {
    content: '';
    position: absolute;
    left: 1.3rem;
    right: 1.3rem;
    background: url(../images/c.png) left center;
    height: .12rem;
    background-size: auto .12rem;
    top: 3.05rem;
}

.history .content {
    height: 9.2rem;
}

.history .content .item {
    margin-left: .5rem;
    margin-right: .5rem;
}

.history .content .item .txt {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    height: 2.8rem;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
}

.history .content .item .pic {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .3rem;
    display: none;
}

.history .content .item .pic::after {
    content: '';
    position: absolute;
    left: -.1rem;
    top: -.1rem;
    right: -.1rem;
    bottom: -.1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #d7b486 solid;
    display: block;
}

.history .content .item .pic img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 100%;
}

.history .content .item .year {
    height: 3.2rem;
    color: #a20004;
    background: url(../images/line.png)no-repeat center bottom;
    z-index: 2;
    padding-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.history .content .item.first .year {
    padding-top: .66rem;
}

.history .content .item .year::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/q2.png)no-repeat center top;
    left: 0;
    top: .54rem;
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background-size: 1.3rem;
}

.history .content .item.first .year::after {
    background: url(../images/q1.png)no-repeat center top;
    top: 0;
    background-size: 1.75rem;
}

.history .text-content {
    margin-top: .3rem;
}

@media (min-width:1025px) {
    .history .content .item:hover .year::after {
        background-image: url(../images/q-on.png);
    }
    .history .content .item:hover .year {
        color: #FFF;
    }
    .history .content .item:hover .pic {
        display: block;
    }
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-arrow {
    width: .5rem;
    height: .5rem;
    background-color: #f9f4ee;
    border: 1px #a20004 solid;
    transform: translate(0) rotate(45deg);
    -webkit-transform: translate(0) rotate(45deg);
    -moz-transform: translate(0) rotate(45deg);
    -ms-transform: translate(0) rotate(45deg);
    -o-transform: translate(0) rotate(45deg);
    top: 2.9rem;
    z-index: 4;
}

.slick-prev::after {
    content: '';
    position: absolute;
    left: .14rem;
    top: .18rem;
    width: 0;
    height: 0;
    border-top: .08rem transparent solid;
    border-bottom: .08rem transparent solid;
    border-right: .14rem #a20004 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.slick-next::after {
    content: '';
    position: absolute;
    left: .2rem;
    top: .14rem;
    width: 0;
    height: 0;
    border-top: .08rem transparent solid;
    border-bottom: .08rem transparent solid;
    border-left: .14rem #a20004 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

@media (min-width:1025px) {
    .slick-arrow:hover {
        background-color: #a20004;
    }
    .slick-prev:hover::after {
        border-right-color: #FFF;
    }
    .slick-next:hover::after {
        border-left-color: #FFF;
    }
}

@media (max-width:1199px) {
    .history .content .item {
        margin-left: .2rem;
        margin-left: .2rem;
    }
    .history .content .item.first .year::after {
        background-size: 100%;
    }
}

@media (max-width:767px) {
    .history .content .item {
        margin-left: 0rem;
        margin-left: 0rem;
    }
    .history .content .item .year::after,
    .history .content .item.first .year::after {
        background-size: 1.8rem;
        top: 0;
    }
    .history .content .item .year {
        padding-top: .66rem;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
}