.page-item.trends {
    overflow: hidden;
}

.page-item .page-item-trends {
    /* padding: 480px/1920; */
    padding         : 20% 0 0;
    width           : 1280px;
    transform-origin: left center;
    position        : absolute;
    top             : 0;
    bottom          : 0;
    left            : 16.666666666666667%;
    z-index         : 11;
}

.page-item .trends-header {
    padding    : 0 54px;
    line-height: 1;
}

.page-item .trends-header .title {
    font-family: 'SourceHanSansCN-Heavy';
    font-weight: 900;
    font-size  : 70px;
    color      : #333;
}


.page-item .trends-header .types {
    margin-top: 20px;
    float     : right;
    display   : block;
}

.page-item .trends-header .types>li {
    display       : inline-block;
    vertical-align: middle;
}

.page-item .trends-header .types>li>a {
    display    : block;
    width      : 140px;
    padding    : 5px;
    font-weight: 400;
    font-size  : 24px;
    color      : #333;
    text-align : center;
    cursor     : pointer;
}

.page-item .trends-header .types>li.active>a {
    font-weight: 900;
    color      : #ffbe2e;
}

.page-item .trends-body {
    margin-top   : 25px;
    height       : 500px;
    border-radius: 60px;
    background   : rgba(255, 255, 255, 0.7);
}

.page-item .trends-body .trends-news {
    float        : left;
    margin       : 60px 0 0 40px;
    border-radius: 8px;
    background   : #fff;
    box-sizing   : border-box;
    overflow     : hidden;
}

.page-item .trends-body .trends-news .swiper-container {
    width : 540px;
    height: 370px;
}

.page-item .trends-body .trends-news .swiper-wrapper {
    width : 540px;
    height: 370px;
}

.page-item .trends-body .trends-news .swiper-wrapper img {
    width     : 540px;
    height    : 370px;
    object-fit: contain;
}

.page-item .trends-body .trends-news .swiper-slide {
    width : 540px;
    height: 370px;
}

.page-item .trends-body .trends-news .swiper-pagination {
    position: absolute;
    bottom  : 20px;
    right   : 30px;
}




.page-item .trends-body .trends-content {
    float   : right;
    margin  : 60px 0 0 0;
    width   : 653px;
    height  : 377px;
    overflow: hidden;
    position: relative;
}

.page-item .trends-body .content-scroll {
    padding-right: 40px;
    width        : 653px;
    height       : 377px;
    box-sizing   : border-box;
    overflow     : auto;
    position     : absolute;
    top          : 0;
    left         : 100%;
    transform    : scale(0.8);
    transition   : transform ease-in-out 350ms;
}

.page-item .trends-body .content-scroll.active {
    left     : 0;
    transform: scale(1);
}

.page-item .trends-body .content-items .loading,
.page-item .trends-body .content-items .empty,
.page-item .trends-body .content-items .error {
    padding    : 200px 0 0;
    font-weight: 400;
    font-size  : 14px;
    color      : #000;
    opacity    : 0.4;
    text-align : center;
}

.page-item .trends-body .content-items .item {
    position: relative;
}

.page-item .trends-body .content-items .item>h2 {
    margin-bottom: 20px;
    font-weight  : 700;
    font-size    : 20px;
    color        : #333;
}

.page-item .trends-body .content-items .item>h2::before {
    content       : "";
    margin        : -2px 10px 0 0;
    display       : inline-block;
    vertical-align: middle;
    width         : 12px;
    height        : 12px;
    background    : #333;
    border-radius : 50%;
}

.page-item .trends-body .content-items .item:first-child>h2::after {
    content       : "当前";
    margin        : -2px 0 0 10px;
    display       : inline-block;
    vertical-align: middle;
    padding       : 4px 8px;
    border-radius : 16px;
    border        : 1px solid rgba(0, 0, 0, 0.2);
    font-weight   : 400;
    font-size     : 14px;
    color         : rgba(0, 0, 0, 0.3);
    line-height   : 1;
}

.page-item .trends-body .content-items .item>span {
    font-weight: 400;
    font-size  : 16px;
    color      : #000;
    opacity    : 0.2;
    position   : absolute;
    top        : 3px;
    right      : 0;
}

.page-item .trends-body .content-items .item>p {
    margin-bottom: 40px;
    white-space  : pre-wrap;
    font-weight  : 400;
    font-size    : 14px;
    line-height  : 22px;
    color        : #000;
    opacity      : 0.4;
    height       : 88px;
    overflow     : hidden;
}

.page-item .trends-body .content-items .item>a {
    display         : block;
    padding         : 0 0 0 30px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 20px, #fff);
    cursor          : pointer;
    font-weight     : 400;
    font-size       : 14px;
    line-height     : 22px;
    color           : #576b95;
    position        : absolute;
    bottom          : 0;
    right           : 0;
}

.page-item .trends-body .content-items .item>a::after {
    content       : "";
    margin        : -2px 0 0 4px;
    display       : inline-block;
    vertical-align: middle;
    width         : 9px;
    height        : 7px;
    background    : url(../images/link_open.png) no-repeat center center/9px 7px;
}

.page-item .trends-body .content-items .item.loading>p {
    height: auto;
}

.page-item .trends-body .content-items .item.opened>p {
    height: auto;
}

.page-item .trends-body .content-items .item.opened>a::after {
    transform: rotate(180deg);
}