@charset "utf-8";


.subpage-index {
    background-color: #fffbf4;
}

/* bdrw */

.ny-c {
    padding-top: .5rem;
    padding-bottom: 2rem;
}


.bdrw ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.bdrw ul li {
    width: 33.33%;
    margin-bottom: .4rem;
}

.bdrw ul li a {
    padding: .35rem .25rem;
    padding-bottom: .6rem;
    display: block;
    margin: 0 .2rem;
    border-radius: 0 0 .5rem 0;
    position: relative;
    background-image: url(/images/subpage/blank.png);
    background-size: cover;
    transition: all 0.5s ease;
}

.bdrw ul li a::after {
    content: '';
    left: .25rem;
    right: .25rem;
    bottom: 0;
    height: .01rem;
    position: absolute;
    background-color: #d8cbb3;
}

.bdrw ul li a .pic {
    padding-top: 56%;
    margin-bottom: .5rem;
}

.bdrw ul li a p {
    height: .6rem;
    color: #333333;
    font-size: .2rem;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bdrw ul li a:hover {
    background: url(/images/subpage/rw-tbg.png) no-repeat right bottom;
    background-size: cover;
    box-shadow: 0 0 .2rem .05rem rgba(152, 8, 12, 0.5);
}

.bdrw ul li a:hover:after {
    display: none;
}

.bdrw ul li a:hover p {
    color: #ffffff;
}

/* 音频 */
.p8-ad ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p8-ad ul li {
    width: 48.5%;
    margin-bottom: .45rem;
}


.p8-ad ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: .15rem .4rem .15rem 1.2rem;
    position: relative;
    box-shadow: 0rem .23rem .47rem 0rem rgba(141, 141, 141, 0.23);
}

.p8-ad ul li a:hover p {
    color: #970000;
}

.p8-ad .pic {
    width: 2.36rem;
    padding-top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p8-cp {
    width: 2.12rem;
    margin-right: .2rem;
}

.p8-cp img {
    width: 100%;
    display: block;
}

.p8-tx {
    flex: 1;
    min-width: 0;
    position: relative;
}

.p8-tx p {
    font-size: .21rem;
    line-height: .39rem;
    height: .78rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.p8-tx span {
    display: block;
    font-size: .18rem;
    line-height: .25rem;
    color: #333333;
    opacity: 0.5;
    padding-top: .8rem;
    padding-bottom: .2rem;
    position: relative;
}

.p8-tx span::before {
    content: '';
    height: .66rem;
    border-left: solid .01rem #98080c;
    position: absolute;
    left: 0;
    top: 0;
}

.p8-play {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #970000;
    border-radius: 50%;
    width: .56rem;
    height: .56rem;
}

.p8-play img {
    width: .18rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.p8-play .pause-btn{
    display: none;
}

.p8-play.on .play-btn{
    display: none;
}

.p8-play.on .pause-btn{
    display: block;
}


/* p8-q 动画 */
.p8-q {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.p8-q>div {
    width: 100%;
    height: 100%;
    border: .01rem solid #970000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.p8-q1 {
    animation: scale_line2 1.2s linear infinite;
    animation-delay: 0s;
}

.p8-q2 {
    animation: scale_line2 1.2s linear infinite;
    animation-delay: .6s;
}


@keyframes scale_line2 {
    0% {
        transform: scale(1);
        opacity: .5
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* p8-q 动画 */


/* 视频 */
.vde-top {
    margin-bottom: .5rem;
}

.vde-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vde-top ul li {
    width: 48.5%;
    margin-bottom: .3rem;
}

.vde-top ul li a {
    display: block;
    position: relative;
}

/*
.vde-top ul li a:hover:after,
.vde-top ul li a:hover .vde-tx{
    display:none;
}*/

.vde-top ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.vde-top ul li a .pic {
    padding-top: 52%;
}

.vde-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem;
    z-index: 2;
}

.vde-tx p {
    background: url(/images/p8-sj.png) no-repeat left center;
    background-size: .18rem;
    padding-left: .24rem;
    font-size: .2rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.tit {
    position: relative;
    margin-bottom: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.tit h3 {
    color: #333333;
    font-size: .36rem;
    font-family: 'sy';
    line-height: 1;
}

.more a {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #a99a81;
    font-size: .16rem;
    transition: all 0.5s;
}

.more a img {
    width: .47rem;
    margin-right: .06rem;
}

.more a:hover {
    letter-spacing: .02rem;
}


.vde-bot ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
}

.vde-bot ul li {
    width: 33.33%;
    margin-bottom: .3rem;
}

.vde-bot ul li a {
    display: block;
    margin: 0 .1rem;
    position: relative;
}


.vde-bot ul li a:hover:after,
.vde-bot ul li a:hover .vde-tx {
    
}

.vde-bot ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.vde-bot ul li a .pic {
    padding-top: 52%;
}


/* 视听空间 */

.st-top a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.st-top a .pic {
    width: 55%;
    padding-top: 4.05rem;
}

.st-tx {
    flex: 1;
    min-width: 0;
    background: url(/images/subpage/sp-tbg.png) no-repeat right bottom;
    background-size: cover;
    border-radius: 0 0 .5rem 0;
    padding: .6rem .4rem;
}

.st-tx h3 {
    color: #ffffff;
    font-size: .24rem;
    font-family: 'sy';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.st-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: .25rem -0.1rem;
}

.st-line img {
    width: .22rem;
}

.st-line span {
    display: block;
    flex: 1;
    min-width: 0;
    opacity: 0.5;
    border-bottom: solid .01rem #a39173;
    margin: 0 .05rem;
}

.st-tx p {
    font-size: .18rem;
    line-height: .3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.st-bot {
    margin-top: .8rem;
}

.st-bot ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
}

.st-bot ul li {
    width: 33.33%;
    margin-bottom: .5rem;
}

.st-bot ul li a {
    display: block;
    position: relative;
    border-bottom: .01rem solid #d8cbb3;
    margin: 0 .1rem;
    padding-bottom: .1rem;
}

.st-bot ul li a .pic {
    padding-top: 52.8%;
    margin-bottom: .2rem;
}

.st-ifo p {
    font-size: .2rem;
    line-height: .35rem;
    height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
    opacity: 0.97;
}


.st-bot ul li a:hover p {
    color: #9a0000;
}


/* gy */

.gy-c ul li {
    margin-bottom: .56rem;
    border-right: .04rem solid #9a0000;
    background: url(/images/subpage/gy-tbg1.png) no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.gy-c ul li:hover {
    background: url(/images/subpage/gy-tbg2.png) no-repeat;
    background-size: cover;
}

.gy-c ul li a {
    display: flex;
    flex-wrap: wrap;
    background: url(/images/subpage/yun.png) no-repeat;
    background-position: 140% 150%;
    background-size: 6rem;
}

.gy-c ul li:nth-child(2n) a {
    background: url(/images/subpage/yun.png) no-repeat;
    background-position: -40% 150%;
    background-size: 6rem;
}

.gy-c ul li:nth-child(2n) {
    border-right: none;
    border-left: .04rem solid #9a0000;
}

.gy-c ul li:nth-child(2n) .pic {
    order: 2;
}

.gy-c ul li a .pic {
    width: 49%;
    padding-top: 3.9rem;
}

.gy-tx {
    flex: 1;
    min-width: 0;
    padding: .8rem;
    position:relative;
}
.gy-c ul li a:hover .gy-tx::before {
    border-right: .15rem solid #9a0000;
}
.gy-c ul li:nth-child(2n) a:hover .gy-tx::before{
    border-right: .15rem solid transparent;
    border-left: .15rem solid #9a0000;
}
.gy-c ul li:nth-child(2n) .gy-tx::before {
    content: '';
    position: absolute;
    top:0.8rem;
    left:100%;
    border-top: .15rem solid transparent;
    border-right: .15rem solid transparent;
    border-bottom: .15rem solid transparent;
    border-left: .15rem solid #fff;
    z-index:3;
    transition: all 0.5s;
}
.gy-tx::before {
    content: '';
    position: absolute;
    top:0.8rem;
    right:100%;
    border-top: .15rem solid transparent;
    border-right: .15rem solid #fff;
    border-bottom: .15rem solid transparent;
    border-left: .15rem solid transparent;
    z-index:3;
    transition: all 0.5s;
}

.gy-tx h3 {
    color: #333333;
    font-size: .24rem;
    line-height: .3rem;
    max-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: 'sy';
}


.gy-tx p {
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gy-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: .2rem 0;
}

.gy-line span {
    display: block;
    flex: 1;
    min-width: 0;
    height: .01rem;
    margin: 0 .05rem;
    background-color: #e7e7e7;
    transition: all 0.5s;
}

.gy-c ul li:hover .gy-l {
    background: url(/images/subpage/flw-l.png) no-repeat;
    background-size: 100% 100%;
}

.gy-l {
    width: .22rem;
    height: .25rem;
    background: url(/images/subpage/flw-l2.png) no-repeat;
    background-size: 100% 100%;
}

.gy-r {
    width: .22rem;
    height: .25rem;
    background: url(/images/subpage/flw-r2.png) no-repeat;
    background-size: 100% 100%;
}

.gy-c ul li:hover .gy-r {
    background: url(/images/subpage/flw-r.png) no-repeat;
    background-size: 100% 100%;
}

.gy-c ul li:hover .gy-line span {
    background-color: rgba(163, 145, 115, 0.5);
}

.gy-c ul li:hover h3 {
    color: #ffffff;
}

.gy-c ul li:hover p {
    color: #f8dada;
}



@media screen and (max-width: 1024px) {
    .ny-c {
        padding-top: .2rem;
        padding-bottom: .5rem;
    }

    .gy-c ul li a:hover .gy-tx::before {
        display:none !important;
    }

    .bdrw ul li {
        width: 50%;
        margin-bottom: .2rem;
    }

    .bdrw ul li a {
        padding: .25rem .15rem;
        padding-bottom: .4rem;
        margin: 0 .1rem;
    }

    .bdrw ul {
        margin-left: 0;
        margin-right: 0;
    }

    .p8-ad ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .p8-ad .pic {
        width: 2rem;
    }

    .p8-cp {
        width: 1.8rem;
    }

    .p8-tx span {
        padding-top: .6rem;
    }

    .p8-tx span::before {
        height: .5rem;
    }

    .p8-ad ul li a {
        padding: .15rem .15rem .15rem 1rem;
    }

    .gy-c ul li {
        border: none !important;
        margin-bottom: .3rem;
    }

    .gy-c ul li a .pic {
        width: 100%;
        margin: 0;
        padding-top: 56%;
        order: -1 !important;
    }

    .gy-tx {
        padding: .3rem;
        flex: auto;
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .vde-top ul li {
        width: 100%;
    }

    .vde-bot ul li {
        width: 50%;
    }

    .vde-top {
        margin-bottom: .2rem;
    }

    .vde-tx {
        padding: .1rem;
    }

    .st-top a .pic {
        width: 100%;
        padding-top: 52%;
    }

    .st-tx {
        flex: auto;
        width: 100%;
    }

    .st-bot {
        margin-top: .3rem;
    }

    .st-bot ul li {
        width: 50%;
        margin-bottom: .3rem;
    }
}

@media screen and (max-width: 640px) {
    .bdrw ul li {
        width: 100%;
    }

    .bdrw ul li a {
        margin: 0;
    }

    .bdrw ul li a .pic {
        margin-bottom: .2rem;
    }
}

@media screen and (max-width: 480px) {
    .p8-ad .pic {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 98%;
        margin-bottom: .2rem;
    }

    .p8-ad ul li a {
        padding: .15rem;
    }

    .vde-bot ul li {
        width: 100%;
    }

    .st-tx {
        padding: .2rem;
    }

    .st-bot ul li {
        width: 100%;
    }
}