/*白皮书*/
.resource-white, .resource-share {
    margin-top: 74px;
}

.white-banner {
    background: #F5F8FA;
    padding: 40px 0;
}

.white-banner .banner {
    display: flex;
    justify-content: space-between;
    padding-left: 0;

}

.white-banner .banner:after, .white-banner .banner:before {
    display: none;
}

.white-banner .banner-con {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 24px 36px;
    height: 203px;
    width: 448px;

}

.white-banner .banner-con-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.white-banner .banner-con .banner-link {
    font-size: 14px;
    color: #FFFFFF;
    background: #1CA5C2;
    border-radius: 2px;
    line-height: 36px;
    text-align: center;
    width: 108px;
    transition: 0.3s;
    position: relative;
}

/*.white-banner .banner-con .banner-link:before {*/
/*    content: '';*/
/*    background: url('/assets/img/customer/nexperience-download.png') center no-repeat;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    left: 16px;*/
/*    top: 11px;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*}*/

/*.white-banner .banner > .banner-con .banner-left .banner-link {*/
/*    padding: 0 22px 0 50px;*/
/*}*/

.white-banner .banner > .banner-con .banner-left .banner-link:before {
    top: 14px;
    left: 30px;
}

.white-banner .banner-con .banner-link:hover {
    background: #33AEC8;
}

.white-banner .banner-con .banner-link img {
    width: 14px;
    margin-right: 6px;
}

.white-banner .banner-con .banner-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.white-banner .banner-con .banner-title {
    font-size: 24px;
    color: #333333;
}

.white-banner .banner-con .banner-img {
    width: 120px;
    background: #E8E8E8;
}

.white-banner .banner-con.first {
    width: 728px;
    padding: 60px 40px;
    height: 430px;
}

.white-banner .banner-con.first .banner-title {
    font-size: 32px;
}

.white-banner .banner-con.first .banner-link {
    font-size: 16px;
    line-height: 44px;
    padding: 0 30px;
    width: 144px;
    text-align: center;
}

.white-banner .banner-con.first .banner-img {
    width: 200px;
}

.white-con {
    padding: 40px 0 30px;
}

.white-filter-list {
    display: flex;
    line-height: 40px;

}

.white-filter-list li {
    margin-right: 12px;
}

.white-filter-list li.active a {
    background: #1CA5C2;
    color: #FFFFFF;
    border-radius: 4px;
}

.white-filter-list li a:hover {
    background: #F2F7FA;
}

.white-filter-list a {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding: 9px 16px;
    transition: 0.3s;
}

.white-list {
    margin-top: 16px;
}

.white-list .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.white-list .list-item {
    width: 384px;
    height: 474px;
    background: #FFFFFF;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 4px;
    margin-top: 24px;
}

.white-list .list-item:nth-of-type(3n-1) {
    margin: 24px 24px 0;
}

.white-list .list-item-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.white-list .list-item-img img {
    width: 100%;
    height: 100%;
}

.white-list .list-item-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 274px;
}

.white-list .item-news-title {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    width: 100%;
    white-space: pre-line;
    overflow: hidden;
    max-height: 56px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.white-list .item-news {
    font-size: 16px;
    color: #6E6E70;
    margin-top: 10px;
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;
}

.white-list .list-item-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.white-list .list-item-btn a {
    width: 156px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}


.white-list .list-item-btn a:last-of-type {
    color: #1CA5C2;
    border: 1px solid rgba(28, 165, 194, 1);
}

.white-list .list-item-btn a:first-of-type {
    background: #1CA5C2;
    color: #ffffff;
}

.white-list .list-item-btn a:first-of-type:hover {
    background: #33AEC8;
}

.white-list .list-item-btn a:last-of-type:hover {
    color: #ffffff;
    background: #1CA5C2;
}

.white-list .list-item-btn a img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}


/*同行分享*/
.share-banner {
    background: #F5F8FA;
}

.share-banner .banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 470px;
}

.share-banner .banner-left {
    flex: 1;
}

.share-banner .banner-img {
    width: 620px;
    max-height: 346px;
}

.share-banner .banner-title {
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    text-align: left;
}

.share-banner .banner-tips {
    font-size: 16px;
    color: #6E6E70;
    margin-top: 20px;
    line-height: 33px;
}

.share-banner .banner-link {
    margin-top: 40px;
}

.resource-share .share-btn {
    font-size: 14px;
    color: #FFFFFF;
    padding: 11px 23px 11px 41px;
    position: relative;
    background: #1CA5C2;
    border-radius: 2px;
    display: inline-block;
    transition: 0.3s;
}

.resource-share .share-btn:hover {
    background: #33AEC8;
}

.resource-share .share-btn.banner-link {
    font-size: 16px;
    padding: 11px 40px 11px 60px;

}

.resource-share .share-btn.banner-link:before {
    left: 40px;
}

.resource-share .share-btn:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 23px;
    background: url("/assets/img/customer/nresource-play.png") no-repeat;
    width: 14px;
    height: 14px;
    background-size: cover;

}

.share-con {
    padding: 35px 0 80px;
}

.share-list .list {
    display: flex;
    flex-wrap: wrap;
}

.share-list .list-item {
    width: 384px;
    height: 386px;
    background: #FFFFFF;
    border: 1px solid rgba(240, 240, 240, 1);
    border-radius: 4px;
    margin-top: 24px;
}


.share-list .list-item:nth-of-type(3n-1) {
    margin: 24px 24px 0;
}

.share-list .list-item-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.share-list .list-item-img img {
    width: 100%;
    height: 100%;
}

.share-list .list-item-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 175px;
}

.share-list .list-item-content .item-news-title {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    width: 100%;
    white-space: pre-line;
    overflow: hidden;
    height: 56px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.share-list .list-item-content .list-item-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.share-list .list-item-content .list-item-btn p {
    font-size: 14px;
    color: #6E6E70;
}

@media (max-width: 992px) {
    body{
        min-width: 100%;
    }
    .share-banner .banner {
        height: auto;
        flex-direction: column-reverse;
    }

    .share-banner .banner-title {
        font-size: 24px;
        line-height: 34px;
        margin-top: 12px;
    }

    .share-banner .banner-link {
        margin: 12px;
    }

    .share-list .list {
        justify-content: space-between;
    }

    .share-list .list-item {
        width: 48%;
        height: auto;
        margin-top: 0;
    }

    .share-list .list-item:nth-of-type(3n-1) {
        margin: 0;
    }

    .share-list .list-item-img {
        height: auto;
    }

    .share-list .list-item-content {
        padding: 10px;
        height: 130px;
    }

    .share-list .list-item-content .item-news-title {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }

    .share-list .list-item-content .list-item-btn {
        flex-wrap: wrap-reverse;
        justify-content: flex-end;
        margin-top: 12px;
    }

    .share-list .list-item-content .list-item-btn p {
        margin-top: 6px;
    }

    .resource-share .share-btn {
        padding: 6px 10px 6px 24px;
    }

    .resource-share .share-btn:before {
        top: 10px;
        left: 7px;
        width: 12px;
        height: 12px;
    }

    .pager {
        display: none;
    }


    .white-banner {
        padding: 0;
    }

    .white-banner .banner {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .white-banner .banner-con.first, .white-banner .banner-con {
        width: 100%;
        padding: 20px 10px;
        height: calc(100vw * 0.45);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .white-banner .banner-con.first {
        height: calc(100vw * 0.59);
    }

    .white-banner .banner-con .banner-link, .white-banner .banner-con.first .banner-link {
        width: 100px;
        font-size: 16px;
        line-height: 22px;
        margin-left: 16px;
        padding: 5px 10px;
    }

    .white-list .list {
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .white-list .list-item {
        width: 48%;
        height: auto;
        margin-top: 12px;
    }

    .white-list .list-item:nth-of-type(3n-1) {
        margin: 12px 0 0;
    }

    .white-list .list-item-img {
        height: auto;
    }

    .white-list .list-item-content {
        padding: 10px;
        height: auto;
    }

    .white-list .item-news-title {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }

    .white-list .list-item-btn {
        flex-wrap: wrap;;
    }

    .white-list .list-item-btn a:nth-of-type(2) {
        margin-top: 10px;
    }
}