.recommend-news {
    height: 360px;
    margin-bottom: 25px;
}

.recommend-news-item {
    height: 100%;
}

.recommend-news-item-content {
    height: 358px;
    border: 1px solid #999;
    overflow: hidden;
}

.news-picture {
    float: left;
    width: 766px;
    height: 100%;
}

.news-picture img {
    display: block;
    height: 100%;
    width: 100%;
}

.news-info {
    position: relative;
    margin-left: 766px;
    height: 100%;
}

.news-info-content {
    padding: 18px 24px;
}

.news-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}

.news-meta {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
}

.news-meta .news-column {
    display: inline-block;
    margin-right: 8px;
    padding: 0 10px;
    font-size: 16px;
    color: #F02429;
    line-height: 22px;
    border: 1px solid #F02429;
}

.news-meta .news-type {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    background-color: #EEEEEE;;
}

.news-meta .news-source {
    display: inline-block;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;
    background-image: url("../img/icons/global.png");
}

.news-meta .news-date {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    padding-left: 8px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.news-meta .news-date::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 2px;
    height: 12px;
    border-left: 1px solid #ccc;
    margin-top: -6px;
}

.news-brief-intro {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    overflow: hidden;
    height: 160px;
    text-overflow: ellipsis;
}

.news-detail-link {
    position: absolute;
    bottom: 16px;
    right: 24px;
    font-size: 16px;
    color: #F02429;
    line-height: 22px;
    cursor: pointer;
    width:30%;
    height:20%
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #007EFF;
    opacity: 1;
}

.feature-entrance {
    display: block;
    position: relative;
    height: 100%;
}

.feature-entrance img {
    height: auto;
    width: 100%;
    height: 100%;
}

.feature-entrance span {
    position: absolute;
    top: 50%;
    left: 60px;
    font-size: 68px;
    font-family: FZZCHJW--GB1-0, FZZCHJW--GB1;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 83px;
    transform: translateY(-50%);
    z-index: 2;
}

.news-container-left {
    flex: 1;
}
.news-container-left .container-fluid .row {
    height:435px;
    overflow: hidden;
}

.news-container-right {
    margin-left: 20px;
    width: 260px;
}

.side-recommend {
    display: block;
    margin-bottom: 25px;
}

.side-recommend img {
    width: 100%;
    height: auto;
}

.publicity-info-list-item {
    margin: 20px 0;
}

.publicity-info-link {
    display: flex;
    cursor: pointer;
}

.publicity-info-link:hover span {
    color: #F02429;
}

.publicity-info-picture {
    display: inline-block;
    height: 82px;
    width: 124px;
}

.publicity-info-picture img {
    display: block;
    height: 100%;
    width: 100%;
}

.publicity-info-link span {
    flex: 1;
    margin-left: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}

/* 典型案例 */
.typical-case {
    flex: 1;
}

.typical-case-list {
    font-size: 0;
}

.typical-case-item {
    display: flex;
    width: 80%;
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.typical-case-picture {
    height: 108px;
    width: 108px;
}

.typical-case-picture img {
    width: 100%;
    height: 100%;
}

.typical-case-info {
    flex: 1;
    margin-left: 12px;
    line-height: 22p
}

.typical-case-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.typical-case-brief-intro {
    display: -webkit-box;
    height: 44px;
    font-size: 16px;
    color: #666;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.typical-case-meta {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    text-align: right;
}

.typical-case-date {
    margin-left: 20px;
}
::-webkit-scrollbar{
    display: none;
}
.swiper-slide1 {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .swiper-slide1:hover {
    animation-play-state: paused;
  }
  .swiper-slide1 .data-rank-item{
    -webkit-animation: 20s scrollTop linear infinite normal;
    animation: 20s scrollTop linear infinite normal;
  }

  @keyframes scroll{
    0%{
        /* transform: translateY(0); */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100%{
        /* transform: translateY(-100%); */
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
    }
  }
.data-rank {
    margin-left: 20px;
    width: 260px;
}

.data-rank-title {
    margin-top: 20px;
    background-color: #F02429;
    font-size: 0;
    line-height:0 ;
}

.data-rank-swiper {
    height: 238px;
}

.data-rank-swiper .swiper-slide {
    /*height: 34px;*/
}

.data-rank-swiper .swiper-slide:nth-child(even) {
    background: #EEEEEE;
}

.data-rank-item {
    font-size: 0;
}

.data-rank-item span,
.data-rank-title span {
    display: inline-block;
    padding: 7px 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-rank-title span {
    color: #fff;
}

.data-rank-item .data-no,
.data-rank-title .data-no {
    width: 20%;
}

.data-rank-item .data-name,
.data-rank-title .data-name {
    width: 50%;
}

.data-rank-item .data-value,
.data-rank-title .data-value {
    width: 30%;
}
