.gsjj {
    background-color: #f7f7f7
}

.gsjj .jjtitle {
    font-size: 24px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #333;
    line-height: 24px
}

.gsjj .line {
    width: 64px;
    height: 3px;
    background: #e92e2e;
    margin-top: 24px
}

.gsjj .artcontentbox {
    font-size: 16px;
    margin-top: 18px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #666;
    line-height: 32px;
    text-align: justify
}

.gsjj .imgbox {
    margin-top: 34px;
    width: 100%;
    height: 480px;
    position: relative
}

.gsjj .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gsjj .imgbox .img1 {
    -webkit-animation: showimg-data-v-bdec8a8a 4s infinite;
    animation: showimg-data-v-bdec8a8a 4s infinite
}

.gsjj .imgbox .img2 {
    -webkit-animation: hiddenimg-data-v-bdec8a8a 4s infinite;
    animation: hiddenimg-data-v-bdec8a8a 4s infinite
}

@-webkit-keyframes showimg-data-v-bdec8a8a {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes showimg-data-v-bdec8a8a {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes hiddenimg-data-v-bdec8a8a {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes hiddenimg-data-v-bdec8a8a {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
