@charset "UTF-8";
/* 新闻资讯 */

.secondary > .news-content {
    padding-top: 3.5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("/assets/img/secondary-bg.png");
}

.secondary > .news-content > .content-title {
    height: 1.2rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 68% auto;
    background-image: url("/assets/img/news-content-title.png");
}

.secondary > .news-content > .news-content {
    width: 100%;
}

.secondary > .news-content > .news-content > .row {
    width: 100%;
}

.secondary > .news-content > .news-content > .row > .title {
    width: 100%;
    background: linear-gradient(transparent 0%, transparent 99%, #4e555b 99%, #4e555b 100%);
}

.secondary > .news-content > .news-content > .row > .title > ul > li {
    margin: 0 0.6rem;
    height: 0.4rem;
    color: white;
    line-height: 0.4rem;
    letter-spacing: 0.04rem;
    cursor: pointer;
}

.secondary > .news-content > .news-content > .row > .title > ul > li.active {
    color: #bd0005;
}

.secondary > .news-content > .news-content > .row > .title > ul > li > div {
    width: 0.8rem;
    text-align: center;
    transition: color 0.3s, background 0.3s;
}

.secondary > .news-content > .news-content > .row > .title > ul > li.active > div {
    background: linear-gradient(transparent 0%, transparent 94%, #bd0005 94%, #bd0005 100%);
}

.secondary > .news-content > .news-content > .row > .title > ul > li > div:hover {
    color: #bd0005;
    background: linear-gradient(transparent 0%, transparent 94%, #bd0005 94%, #bd0005 100%);
}
.secondary > .news-content > .news-content > .row > .content{
    min-height: 13rem;
}
.secondary > .news-content > .news-content > .row > .content > ul > li {
    height: 1.2rem;
    border-bottom: #4e555b 0.01rem solid;
    background-image: url("/assets/img/news-content-li.png");
    background-size: auto 1.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 0.3s;
}

.secondary > .news-content > .news-content > .row > .content > ul > li:hover {
    background-image: url("/assets/img/news-content-li-active.png");
}

.secondary > .news-content > .news-content > .row > .content > ul > li > a {
    width: 68%;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: 0 auto;
    color: white;
}

.secondary > .news-content > .news-content > .row > .content > ul > li > a > .time {
    width: 1.6rem;
    font-size: 0.2rem;
    padding-top: 0.34rem;
    padding-left: 0.86rem;
    background-image: url("/assets/img/news-content-time.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.4rem;
}

.secondary > .news-content > .news-content > .row > .content > ul > li > a > .time > div {
    line-height: initial;
    text-align: right;
    width: 0.56rem;
    height: 0.2rem;
}

.secondary > .news-content > .news-content > .row > .content > ul > li > a > .content {
    width: 10rem;
    padding-right: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.secondary > .news-content > .news-content > .row > .content > ul > li > a:hover > .content {
    width: 8.8rem;
    padding-right: 0;
    animation: active 0.3s forwards ease;
}

@keyframes active {
    0% {
        width: 8.8rem;
        padding-right: 0;
    }

    100% {
        width: 10rem;
        padding-right: 1.2rem;
    }
}

.secondary > .news-content > .news-content > .row > .content > ul > li > a > .icon {
    display: none;
    width: 1.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.6rem auto;
    background-image: url("/assets/img/news-content-icon.png");
}

.secondary > .news-content > .news-content > .row > .content > ul > li > a:hover > .icon {
    display: block;
}

.secondary > .news-content > .news-content > .row > .content > .page-bottom {
    display: flex;
    width: 68%;
    margin: 0.5rem auto 0 auto;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    justify-content: center;
}

.secondary > .news-content > .news-content > .row > .content > .page-bottom > a {
    color: #ffffff;
    border: #707070 solid 0.01rem;
    margin: 0 0.1rem;
    width: 0.4rem;
    background-color: transparent;
    cursor: pointer;
}

.secondary > .news-content > .news-content > .row > .content > .page-bottom > a:hover {
    color: white;
}

.secondary > .news-content > .news-content > .row > .content > .page-bottom > .page-prev {
    width: 1.4rem;
}

.secondary > .news-content > .news-content > .row > .content > .page-bottom > .page-break {
    color: white;
}

.secondary > .news-content > .news-content > .row > .content > .page-bottom > .page-next {
    width: 1.4rem;
}

.secondary > .news-content > .news-content > .row > .content > .page-bottom > .active {
    background-color: #707070;
    pointer-events: none;
    color: white;
}
