.top-section {
    margin-top: 15px;
    display: none;
}

.top-btn {
    color: #CF1A15;
    border: 1px solid #CF1A15;
    border-radius: 3px;
    display: inline-block;
    padding: 1px 5px;
    font-size: 12px;
}

.top-box {
    font-size: 0;
    margin-top: 2px;
}

.top-item {
    font-size: 0;
    margin-top: 6px;
    box-sizing: border-box;
}

.top-item .left {
    display: inline-block;
    width: 20px;
    font-size: 14px;
    /* color:#CF1A15; */
    color: #aaa;
    position: relative;
    top: -7px;
}

.top-item .right {
    display: inline-block;
    width: 850px;
    /* 兼容IE8 */
    width: calc(100% - 20px);
    overflow: hidden;
}

.top-item .top-wrapper {
    font-size: 0;
}

.top-item .title {
    display: inline-block;
    color: #222;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Microsoft YaHei', sans-serif;
    word-break: keep-all;
    white-space: nowrap;
    cursor: pointer;
    transition-property: transform;
    transition-timing-function: linear;
}

.top-swiper-container {
    height: 23px;
    overflow: hidden;
}

.top-swiper-container .swiper-slide {
    float: none;
}

.banner-section {
    min-height: 500px;
}

.banner-swiper-container {
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border-radius: 5px;
}

.banner-swiper-container .swiper-slide {
    position: relative;
}

.banner-swiper-container .banner-img {
    width: 100%;
    height: 493px;
    border: 0;
}

.banner-swiper-container .arrow {
    display: none;
    width: 40px;
    padding: 10px 2px;
    position: absolute;
    top: 190px;
    background-color: rgba(0, 0, 0, .5);
}

.banner-swiper-container:hover .arrow {
    display: inline-block;
}

.banner-swiper-container .arrow img {
    width: 100%;
}

.banner-swiper-container .prev-arrow {
    left: 0;
}

.banner-swiper-container .next-arrow {
    right: 0;
}

.banner-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    padding-right: 20px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ddd;
    margin: 0 8px;
    opacity: 1;
    cursor: pointer;
}

.swiper-active-switch {
    background-color: #cf1a15;
}

.banner-swiper-container .title-background {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    /* background-color: rgba(0,0,0,.4); */
    border-radius: 0 0 5px 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px 28px 20px;
}

.title-background .banner-title {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.banner-swiper-container .video-btn {
    width: 45px;
    position: absolute;
    top: 47%;
    right: 10%;
    display: none;
}

.vertical-swiper-section {
    border-radius: 5px;
    background-color: #ebebeb;
    height: 70px;
    margin-top: 11px;
    overflow: hidden;
    display: none;
}

.vertical-swiper-section .icon {
    width: 60px;
    height: 42px;
    margin-top: 15px;
}

.vertical-swiper-section .left {
    width: 106px;
    float: left;
    position: relative;
    text-align: center;
}

.vertical-swiper-section .right {
    width: 760px;
    height: 100%;
    padding: 0 0 0 15px;
    float: left;
    box-sizing: border-box;
}

.vertical-swiper-section .split-line {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #d2d2d2;
    position: absolute;
    top: 16px;
    right: 0px;
}

.vertical-swiper-section .title {
    color: #666;
    font-size: 20px;
    display: block;
    padding: 22px 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vertical-swiper-section .swiper-container {
    overflow: hidden;
    height: 70px;
    position: relative;
}

.vertical-swiper-section .swiper-container .swiper-slide {
    float: none;
}

.clear-float {
    clear: both;
}

.today-recommend {
    margin-top: 15px;
}

.recommend-head {
    overflow: hidden;
    background-color: #f5f5f5;
}

.label-icon {
    padding: 7px 30px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    display: inline-block;
    color: #CF1A15;
    font-size: 20px;
}

.more-home-news {
    margin: 20px 0;
}

.video-living {
    border: 1px solid #f0f0f0;
    padding: 12px 16px;
    padding-right: 0;
    margin: 15px 0;
    display: none;
    position: relative;
    background-image: url('/staticsg/res/images/video-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.video-swiper-container {
    height: 340px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.video-swiper-container .swiper-slide {
    position: relative;
}

.video-swiper-container .video-item {
    /* width: 200px; */
    margin-right: 15px;
}

.video-swiper-container .cover-box {
    position: relative;
}

.video-swiper-container .cover-img {
    width: 100%;
    border-radius: 6px;
}

.video-living .video-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    font-weight: bold;
    color: #555;
    line-height: 25px;
    height: 50px;
    margin: 12px 0;
}

.video-swiper-container .play-time-box {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    width: 60px;
    height: 20px;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .45);
    border-radius: 3px;
}

.play-time-box .play-btn {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
    transform: rotate(90deg);
}

.play-time-box .duration {
    font-size: 12px;
    color: #fff;
    margin-left: 8px;
}

.video-living .arrow {
    display: none;
    width: 40px;
    padding: 10px 2px;
    position: absolute;
    top: 165px;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.video-living:hover .arrow {
    display: inline-block;
}

.video-living .arrow img {
    width: 100%;
}

.video-living .prev-arrow {
    left: 0;
}

.video-living .next-arrow {
    right: 0;
}

.living-container {
    margin-top: 25px;
}

.living-container .timeline {
    position: relative;
    padding: 15px 0 15px 0;
}

.living-container .line {
    height: 0;
    border-top: 1px solid #D43030;
    margin-right: 16px;
}

.living-container .zhibo-icon {
    width: 70px;
    position: absolute;
    top: -3px;
    z-index: 1;
}

.living-container .time-ul {
    display: flex;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.time-ul .item {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 113px;
}

.time-ul .item:first-child {
    margin-left: 50px;
}

.time-ul .icon {
    width: 30px;
}

.time-ul .time {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

.living-container .living-ul {
    display: flex;
    margin-top: 35px;
}

.living-container .living-ul .item {
    width: 23.5%;
    margin-right: 1.5%;
    flex-shrink: 1;
    cursor: pointer;
}

.living-ul .pic {
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 16/9;
}

.living-ul .status {
    display: inline-block;
    border: 1px solid;
    color: #CF1A15;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 5px;
    vertical-align: middle;
}

.living-ul .title {
    vertical-align: middle;
}

.suspend {
    width: 150px;
    height: 137px;
    position: fixed;
    top: 290px;
    left: 1325px;
    background-color: #fff;
    z-index: 99;
}

.suspend .close-btn {
    width: 16px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2;
    cursor: pointer;
}

.home-left-top {
    margin-top: 15px;
}

.home-left-center {
    margin-top: 20px;
}

.more-recommend {
    font-size: 14px;
    display: inline-block;
    color: #999;
    margin: 13px 0 0 15px;
    vertical-align: top;
}

.left-top-swiper-container {
    height: 93px;
    overflow: hidden;
    position: relative;
}

.left-top-swiper-container .swiper-slide {
    position: relative;
    width: 100%;
}

.left-top-swiper-container img {
    width: 100%;
    height: 93px;
    border: 0;
}