/* banner */
.hotlist-banner {
    position: relative;
    width: 100%;
    height: 442px;
    background: #000 url(/uploads/image/pimages/hotlist-bg.png) no-repeat center center;
    background-size: cover;
}
.hotlist-banner .swiper-container {
    margin-top: 68px;
}
.hotlist-banner .swiper-pagination {
    width: 100%;
    height: 100px;
}
.hotlist-banner .swiper-pager {
    box-sizing: border-box;
    display: block;
    height: 100px;
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    line-height: 100px;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}
.hotlist-banner .swiper-pager.swiper-pagination-bullet-active {
    color: #fff;
    background-color: #004fed;
}
.hotlist-banner .swiper-pager:hover {
    border-color: #004fed;
}

.hotlist-banner_item {
    width: 100%;
    height: 374px;
}
.hotlist-banner_item-img {
    width: 598px;
    height: 374px;
}
.hotlist-banner_item-info {
    box-sizing: border-box;
    padding: 45px 54px;
    width: 602px;
    height: 374px;
    background: #ffffff;
}
.hotlist-banner_item-title {
    height: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    line-height: 40px;
    letter-spacing: 1px;
}
.hotlist-banner_item-desc {
    margin-top: 45px;
    margin-bottom: 65px;
    height: 75px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
    letter-spacing: 1px;
}

/* 榜单tab */
.tabs-title {
    margin: 188px 0 33px;
    text-align: center;
}
.tabs-title > span {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    cursor: pointer;
}
.tabs-title > span:hover,
.tabs-title > span.active {
    color: #004fed;
}
.tabs-title > span   span {
    margin-left: 140px;
}

.tabs-content {
    display: none;
    margin-left: -21px;
    width: 1221px;
}
.top-item {
    margin-bottom: 37px;
    margin-left: 21px;
    width: 386px;
    height: 337px;
    background: #ffffff;
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
}
.top-item:hover {
    transform: translate(0, -8px);
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.17);
}
.top-item_img {
    width: 386px;
    height: 207px;
}
.top-item_info {
    box-sizing: border-box;
    padding: 20px 24px;
    height: 130px;
    color: #000000;
}
.top-item_title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
}
.top-item_source-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.6;
}
