@charset "UTF-8";

.jm-mask-vip {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.jm-mask-vip.active {
    opacity: 1
}

.jm-mask-vip__inner {
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    z-index: 1001;
    overflow: hidden
}

.jm-mask-vip__loading {
    width: 57px;
    height: 57px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/loading.gif) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.jm-mask-vip iframe {
    display: block
}

.tooltips-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.tooltips-mask.active {
    opacity: 1
}

.tooltips-c {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(44, 44, 44, .1);
    box-shadow: 0 0 6px 0 rgba(44, 44, 44, .1);
    border-radius: 4px;
    padding: 20px;
    min-width: 214px;
    max-width: 236px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center
}

.tooltips-c .tooltips-title {
    font-weight: 700;
    color: #333;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 12px
}

.tooltips-c .tooltips-desc {
    color: #333;
    line-height: 20px;
    font-size: 14px
}

.tooltips-c .iconfont.fail-icon {
    color: #f4473a
}

.tooltips-c .iconfont.fail-icon {
    color: #c1c1c1
}

.tooltips-c .iconfont.fail-icon,
.tooltips-c .iconfont.success-icon {
    font-size: 16px;
    margin-right: 8px
}

.tooltips-c .iconfont.close {
    color: #d4d4d4;
    cursor: pointer;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px
}

.tooltips-c .tooltips-button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.tooltips-c .tooltips-button-group .button {
    line-height: 16px;
    padding: 4px 26px;
    border-radius: 15px;
    background: #fff;
    margin: 0 10px
}

.tooltips-c .tooltips-button-group .tooltips-ok-button {
    color: #f4473a;
    border: 1px solid #e72410
}

.tooltips-c .tooltips-button-group .tooltips-cancel-button {
    color: #ccc;
    border: 1px solid #ccc
}

a:hover {
    color: #333
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: block;
    clear: both
}

.full-module {
    overflow: hidden;
    width: 100%
}

.full-module-header {
    position: relative;
    padding: 13px 0 17px 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    height: 24px;
    border-top: 2px solid #000;
    color: #333;
    font-family: STSongti-SC-Black, STSongti-SC
}

.sub-col-left .full-module-header {
    border: none
}

.img-vip-icon {
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/vip_tips_rightangle.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%
}

.module-title {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
    color: #333;
    font-family: STSongti-SC-Black, STSongti-SC;
    line-height: 18px;
    margin-right: 20px
}

.news-view {
    overflow: hidden;
    animation: loading .5s;
    -moz-animation: loading .5s;
    -webkit-animation: loading .5s;
    -o-animation: loading .5s
}

.news-view.position {
    z-index: 10
}

.img_bg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea
}

.img_bg img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img_bg a::before {
    width: 100%;
    height: 180px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-radius: 2px;
    opacity: .7;
    z-index: 0
}

.iconfont.index_moer_icon {
    color: #333;
    font-size: 20px !important;
    font-weight: 500;
    position: absolute;
    right: 0
}

.full-col {
    width: 100%
}

.full-col>div {
    margin-bottom: 40px
}

.sub-col {
    margin-bottom: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    width: 100%
}

.sub-col-left {
    height: 100%;
    width: 656px
}

.sub-col-right {
    width: 320px;
    overflow: hidden;
    height: 100%;
    padding-left: 29px
}

.card-list__module {
    position: relative;
    padding: 13px 0 17px 0
}

.full-col .card-list__module {
    border-top: 2px solid #000
}

.sub-col-left .card-list__module,
.sub-col-left .full-module-header {
    padding: 0 0 17px 0
}

.card-list__wrap .card-list__module {
    padding: 13px 0 17px 0
}

.card-list__module-left {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-list__header {
    font-size: 20px;
    font-weight: 900;
    color: #333;
    font-family: STSongti-SC-Black, STSongti-SC;
    margin-right: 20px;
    display: inline-block
}

.card-list__toggler {
    display: inline-block;
    height: 20px;
    color: #666
}

.card-list__toggler-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 9px;
    margin: 0;
    cursor: pointer
}

.card-list__toggler-btn .iconfont {
    font-size: 12px;
    margin-left: 4px
}

.card-list__toggler-btn i:first-child {
    display: inline-block
}

.card-list__toggler-btn i:last-child {
    display: none
}

.card-list__toggler-btn.active {
    color: #e72410;
    color: var(--theme-color)
}

.card-list__toggler-btn.active .card-active-icon,
.card-list__toggler-btn.active .list-active-icon {
    display: inline-block
}

.card-list__toggler-btn.active .card-icon,
.card-list__toggler-btn.active .list-icon {
    display: none
}

.toggler-card-btn {
    position: relative;
    padding: 0 9px 0 0
}

.toggler-card-btn::after {
    content: "";
    height: 9px;
    width: 1px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 6px
}

.card-list-container,
.card-list__wrap {
    margin-bottom: 20px
}

.card-list-container img,
.card-list__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-list {
    font-weight: 400;
    position: relative;
    overflow: hidden
}

.card-list__img {
    width: 208px;
    height: 156px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 2px
}

.card-list__img img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-list__video-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 18px;
    color: #fff;
    line-height: 18px;
    z-index: 100
}

.card-list__video-metabg {
    display: inline-block;
    background: #e72410;
    width: 18px;
    height: 18px
}

.card-list__video-metabg .iconfont {
    font-size: 18px;
    font-weight: 400
}

.card-list__video-time {
    padding: 0 6px;
    position: absolute;
    background: rgba(0, 0, 0, .8);
    border-radius: 0 2px 0 2px;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    line-height: 18px
}

.card-list__living-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 11px 2px 11px 2px;
    background-color: #000;
    opacity: .85;
    height: 22px;
    line-height: 22px;
    font-size: 0
}

.card-list__living-status {
    padding: 0 10px;
    font-weight: 500
}

.card-list__living-status span {
    color: #fff;
    font-size: 12px;
    display: inline-block
}

.card-list__living-status .preview {
    color: #14bec9;
    margin-right: 8px
}

.card-list__living-status .playback {
    color: #c9ab14
}

.card-list__living-status .live_icon {
    display: inline-block;
    font-size: 12px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    color: #fff;
    opacity: .8;
    line-height: 12px;
    margin-right: 6px
}

.card-list__living-split-line {
    margin: 0 7px;
    color: #979797
}

.card-list__living-img {
    width: 10px;
    height: 10px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/live_icon.gif) no-repeat;
    background-size: 100%;
    margin-right: 5px
}

.card-list__living-status-text {
    font-weight: 500
}

.card-list__special-text {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 5px 10px;
    line-height: 12px;
    background: #000;
    border-radius: 11px;
    opacity: .85;
    position: absolute;
    top: 10px;
    left: 10px
}

.card-list__title {
    font-size: 18px;
    color: #333;
    font-weight: 500
}

.card-list__summary {
    font-size: 14px;
    color: #777;
    margin-left: 0
}

.card-list__footer {
    font-size: 12px;
    color: #999;
    margin-left: 0
}

.card-list__author {
    padding-right: 10px
}

.card-list__date {
    padding-right: 10px
}

.card-list__right {
    float: right;
    font-size: 0
}

.card-list__right span {
    font-size: 12px
}

.card-list__right .iconfont {
    font-size: 12px
}

.card-list .card-list__summary a,
.card-list .card-list__summary a:hover {
    color: #999
}

.card-list-items.left .card-list {
    margin-bottom: 25px;
    border: none;
    padding: 0
}

.card-list-items.left .card-list__img {
    float: left
}

.card-list-items.left .card-list__detail {
    margin-left: 228px;
    position: relative;
    height: 156px
}

.card-list-items.left .card-list__title {
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
    max-height: 56px
}

.card-list-items.left .card-list__summary {
    margin: 8px 0 8px 0;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px
}

.card-list-items.left .card-list__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.card-list-items.left .card-list-imgNull .card-list__detail {
    margin-left: 0;
    height: auto
}

.card-list-items.left .card-list-imgNull .card-list__footer {
    position: relative
}

.channel-special .card-list-items.left .card-list__title a {
    color: #333
}

.card-list-container .card-list-items.card,
.card-list__wrap .card-list-items.card,
.full-col .card-list-items.card {
    margin-left: -21px
}

.card-list-container .card-list-items.card .card-list,
.card-list__wrap .card-list-items.card .card-list,
.full-col .card-list-items.card .card-list {
    width: 321px;
    padding: 0 0 0 21px
}

.card-list-container .card-list-items.card .card-list__img,
.card-list__wrap .card-list-items.card .card-list__img,
.full-col .card-list-items.card .card-list__img {
    width: 321px
}

.full-col .sub-col-left .card-list-items.card,
.sub-col-left .card-list-container .card-list-items.card,
.sub-col-left .card-list__wrap .card-list-items.card {
    margin-left: -22px
}

.full-col .sub-col-left .card-list-items.card .card-list,
.sub-col-left .card-list-container .card-list-items.card .card-list,
.sub-col-left .card-list__wrap .card-list-items.card .card-list {
    width: 318px;
    padding: 0 0 0 21px
}

.full-col .sub-col-left .card-list-items.card .card-list__img,
.sub-col-left .card-list-container .card-list-items.card .card-list__img,
.sub-col-left .card-list__wrap .card-list-items.card .card-list__img {
    width: 298px
}

.card-list-items.card {
    margin-left: -20px
}

.card-list-items.card .card-list {
    float: left;
    padding: 0 0 0 20px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    width: 318px;
    margin-bottom: 30px
}

.card-list-items.card .card-list:last-child::before {
    clear: both
}

.card-list-items.card .card-list__img {
    width: 318px;
    height: 239px;
    position: relative;
    z-index: 5
}

.card-list-items.card .card-list__detail {
    margin: 0;
    height: auto;
    position: relative
}

.card-list-items.card .card-list__content {
    padding: 239px 0 0 0
}

.card-list-items.card .card-list__title {
    position: absolute;
    top: 174px;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    z-index: 10;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    max-height: 50px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.card-list-items.card .card-list__title a {
    color: #fff
}

.card-list-items.card .card-list__summary {
    margin: 10px 0 8px 0;
    height: 72px
}

.card-list-items.card .card-list__summary p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-left: 0
}

.card-list-items.card .card-list__footer {
    font-size: 12px;
    color: #999;
    line-height: 17px;
    margin-left: 0;
    position: relative
}

.card-list-items.card .card-list-imgNull .card-list .imgNull-default {
    width: 318px;
    height: 239px;
    background: #f8f8f8
}

.swiper-container {
    --swiper-navigation-color: #ffffff;
    --swiper-navigation-size: 30px
}

.swiper-container .swiper-news-header a,
.swiper-container .swiper-news-header a:hover {
    color: #fff
}

.swiper-container .swiper-news-position {
    z-index: 10
}

.swiper-container .swiper-news-header {
    padding: 0 45px 0 30px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    max-height: 60px
}

.swiper-container .swiper-news-footer {
    margin-top: 10px;
    font-weight: 400;
    color: #999;
    line-height: 16px;
    font-size: 12px
}

.swiper-container .swiper-news-footer__author,
.swiper-container .swiper-news-footer__date {
    margin-right: 10px
}

.swiper-container .swiper-news-footer__author a,
.swiper-container .swiper-news-footer__date a {
    color: #999
}

.swiper-container .swiper-news-footer__comment {
    font-size: 0;
    float: right
}

.swiper-container .swiper-news-footer__comment .iconfont {
    padding-right: 4px
}

.swiper-container .swiper-news-footer__comment em {
    font-size: 12px
}

.swiper-container .card-list__living-meta {
    display: none
}

.swiper-container .swiper-slide-active .swiper-news-position .card-list__video-meta {
    display: block
}

.swiper-container .swiper-slide-active .card-list__living-meta {
    display: block
}

.swiper-container .swiper-slide-active .card-list__special-text {
    display: block
}

.swiper-container .news-footer__play,
.swiper-container .news-footer__read-num {
    display: none
}

.swiper-container .news-footer__comment {
    display: inline-block
}

.callup__img,
.left-small__img,
.look-picture__img,
.look-picture__thumbs,
.rongzi__avator,
.swiper-news-img,
.swiper-slide .news-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea
}

.callup__img img,
.left-small__img img,
.look-picture__img img,
.look-picture__thumbs img,
.rongzi__avator img,
.swiper-news-img img,
.swiper-slide .news-img img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.anomaly4__img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-slide {
    overflow: hidden
}

.swiper-news-position {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.common-swiper .swiper-news-img {
    width: 656px;
    height: 328px
}

.common-swiper .swiper-news-footer {
    padding: 0 45px 14px 25px
}

.swiper-news-header {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 30px
}

.swiper-news-header a {
    font-weight: 600
}

.img-footer_summary {
    display: none
}

.full-slider {
    overflow: hidden;
    background: #000;
    margin-bottom: 30px
}

.full-normal-slider .swiper-container {
    overflow: visible !important;
    width: 656px;
    height: 328px;
    z-index: 10;
    margin-left: auto
}

.full-normal-slider .swiper-news-img {
    opacity: .6;
    height: 100%
}

.full-normal-slider .swiper-slide-active .swiper-news-img,
.full-normal-slider .swiper-slide-duplicate-active .swiper-news-img {
    opacity: 1
}

.full-normal-slider .swiper-slide-active {
    width: 656px
}

.full-normal-slider .swiper-slide-active .swiper-news-footer {
    padding: 0 30px 14px 30px
}

.full-normal-slider .swiper-news-position {
    display: none
}

.full-normal-slider .swiper-slide-active .swiper-news-position {
    display: block
}

.full-normal-slider .swiper-news-img img {
    height: 328px;
    width: 656px;
    background: #333
}

.full-normal-slider .swiper-button-prev {
    position: absolute;
    left: -45px
}

.full-normal-slider .swiper-button-next {
    position: absolute;
    right: -45px
}

.full-swiper {
    margin-bottom: 30px
}

.full-swiper .full-slider {
    background: #fff
}

.full-swiper .full-slider .swiper-news-position {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.full-swiper .full-slider .swiper-slide-active {
    width: 800px
}

.full-swiper .swiper-slide-next,
.full-swiper .swiper-slide-prev {
    padding: 22px 0;
    height: 440px
}

.full-swiper .swiper-slide-next .swiper-img,
.full-swiper .swiper-slide-prev .swiper-img {
    height: 440px
}

.full-swiper .swiper-slide-next .swiper-news-img,
.full-swiper .swiper-slide-prev .swiper-news-img {
    opacity: 1
}

.full-swiper .swiper-slide-next .swiper-news-img a::before,
.full-swiper .swiper-slide-prev .swiper-news-img a::before {
    height: 0
}

.full-swiper .img-footer_summary {
    display: block;
    padding: 15px 0
}

.full-swiper .img-footer_summary a {
    color: #fff;
    font-size: 14px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px
}

.full-swiper .swiper-container {
    height: 484px;
    width: 800px
}

.full-swiper .swiper-container::after,
.full-swiper .swiper-container::before {
    content: "";
    position: absolute;
    top: 23px;
    width: 1px;
    background: red;
    background: #eaeaea;
    height: 440px;
    z-index: 100
}

.full-swiper .swiper-container::after {
    left: -103px
}

.full-swiper .swiper-container::before {
    right: -103px
}

.full-swiper .swiper-news-view {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.full-swiper .swiper-news-img img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover
}

.full-swiper .swiper-slide-active .img-footer {
    background: #000;
    opacity: .8;
    display: block
}

.common-swiper .swiper-container {
    margin-bottom: 40px
}

.common-swiper .swiper-button {
    display: block;
    width: 31px;
    height: 59px;
    margin: -30px 0 0;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/slide-arrow.png) no-repeat
}

.common-swiper .swiper-button::after {
    display: none
}

.common-swiper .swiper-button-prev {
    left: 1px;
    background-position: 0 0
}

.common-swiper .swiper-button-prev:hover {
    background-position: 0 -60px
}

.common-swiper .swiper-button-next {
    right: 1px;
    background-position: -31px 0
}

.common-swiper .swiper-button-next:hover {
    background-position: -31px -60px
}

.swiper-1b2s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.swiper-1b2s__left {
    width: 656px;
    margin-right: 10px
}

.swiper-1b2s__left .swiper-tab {
    text-align: right;
    left: auto;
    right: 24px;
    bottom: 21px;
    width: 60%
}

.swiper-1b2s__left .swiper-pagination-bullet {
    padding: 0 10px;
    border-radius: 0;
    height: 3px;
    background: #fff
}

.swiper-1b2s__left .swiper-pagination-bullet-active {
    background: #e72410
}

.swiper-1b2s .full-big-img__item {
    width: 338px;
    height: 159px;
    margin-left: 0;
    margin-bottom: 10px
}

.swiper-1b2s .full-big-img__item:last-child {
    margin-bottom: 0
}

.swiper-1b2s .full-big-img__header span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: 44px
}

.swiper-1b2s .img_bg a::before {
    height: 119px
}

.swiper-1b2s .news-footer__author {
    display: none
}

.swiper-1b2s .swiper-button {
    display: none
}

.swiper-1b2s .common-swiper .swiper-container {
    margin-bottom: 0
}

.swiper-1b2s .common-swiper:hover .swiper-button {
    display: block
}

.swiper-1b2s .news-footer__right {
    float: left
}

.sub-col-1b2s .swiper-1b2s__left {
    width: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 6px
}

.sub-col-1b2s .swiper-1b2s .swiper-tab {
    display: none
}

.sub-col-1b2s .swiper-1b2s .swiper-container {
    margin-bottom: 0
}

.sub-col-1b2s .full-big-img__item {
    width: 250px
}

.sub-col-1b2s .full-big-img__bottom .news-footer {
    padding: 10px 0
}

.sub-col-1b2s .common-swiper .swiper-news-img {
    width: 400px
}

.full-big-img {
    margin-left: -20px;
    margin-bottom: -20px
}

.full-big-img__item {
    margin-bottom: 20px;
    position: relative;
    width: 492px;
    height: 369px;
    float: left;
    margin-left: 20px
}

.full-big-img__img {
    height: 100%;
    position: relative
}

.full-big-img__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.full-big-img__bottom .news-footer {
    padding: 10px 0 15px;
    overflow: hidden;
    position: relative;
    line-height: 16px;
    height: 16px;
    color: #999
}

.full-big-img__header a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding-right: 5px
}

.full-big-img__header span {
    font-size: 22px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    max-height: 90px
}

.full-big-img__3col {
    margin-left: 0
}

.full-big-img__3col .full-big-img__item {
    width: 33.3%;
    height: 312px;
    margin-left: 0
}

.full-big-img__4col {
    margin-left: 0
}

.full-big-img__4col .full-big-img__item {
    width: 25%;
    height: 312px;
    margin-left: 0
}

.news-footer {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 17px
}

.news-footer a {
    color: #999
}

.news-footer__author {
    margin-right: 10px;
    float: left
}

.news-footer__date {
    float: left
}

.news-footer__right {
    float: right;
    font-size: 0;
    height: 17px
}

.news-footer__right span {
    margin-left: 10px;
    font-size: 12px
}

.news-footer__right em {
    font-size: 12px
}

.news-footer em {
    font-size: 12px
}

.news-footer .iconfont {
    font-size: 12px;
    padding-right: 4px
}

.news-footer__play,
.news-footer__read-num {
    display: inline-block
}

.news-footer__comment {
    display: none
}

.anomaly4__imgbg:before,
.news-img>a::before,
.swiper-news-img a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    border-radius: 0 0 2px 2px;
    width: 298px;
    height: 50%;
    z-index: 1
}

.card-list-items.left .news-img>a::before {
    position: relative
}

.card-list-items.card .news-img>a::before {
    position: absolute
}

.b1-s2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.b1-s2-left {
    width: 492px;
    margin-right: 20px
}

.b1-s2-left__item {
    position: relative
}

.b1-s2-left__img {
    border-radius: 2px;
    position: relative;
    overflow: hidden
}

.b1-s2-left__img img {
    width: 492px;
    height: 312px
}

.b1-s2-left__content {
    position: absolute;
    padding: 0 20px;
    bottom: 20px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.b1-s2-left__content a {
    color: #999
}

.b1-s2-left__title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    max-height: 50px
}

.b1-s2-left__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b1-s2-left .b1-s2-right__footer {
    position: relative
}

.b1-s2-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 493px
}

.b1-s2-right__item {
    position: relative;
    margin-bottom: 20px
}

.b1-s2-right__item:last-child {
    margin-bottom: 0
}

.b1-s2-right__img {
    margin-right: 7px;
    width: 194px
}

.b1-s2-right__img img {
    width: 194px;
    height: 146px;
    border-radius: 2px
}

.b1-s2-right__content {
    position: absolute;
    left: 201px;
    top: 0;
    height: 100%
}

.b1-s2-right__header {
    padding-bottom: 8px;
    width: 100%
}

.b1-s2-right__title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    max-height: 52px
}

.b1-s2-right__main {
    font-size: 14px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px
}

.b1-s2-right__main a {
    color: #777
}

.b1-s2-right__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.anomaly4 {
    margin-bottom: 30px;
    font-size: 0
}

.anomaly4__item {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.anomaly4__item--1 {
    margin: 0 10px 10px 0
}

.anomaly4__item--1 .news-img {
    width: 664px;
    height: 330px
}

.anomaly4__item--2 {
    margin-bottom: 10px
}

.anomaly4__item--2 .news-img {
    width: 330px;
    height: 330px
}

.anomaly4__item--3 .news-img {
    width: 497px;
    height: 373px;
    margin-right: 10px
}

.anomaly4__item--4 .news-img {
    width: 497px;
    height: 373px
}

.anomaly4__img {
    border-radius: 2px
}

.anomaly4__info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.anomaly4__info>a {
    position: relative;
    font-size: 18px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    max-height: 50px;
    color: #fff;
    font-weight: 500;
    z-index: 1
}

.anomaly4__footer {
    margin: 10px 0 15px
}

.look-picture {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%
}

.look-picture__top {
    width: 100%;
    height: 408px;
    position: relative
}

.look-picture__img {
    height: 408px;
    position: relative
}

.look-picture__img>a::before {
    width: 100%;
    height: 290px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    border-radius: 0 0 3px 3px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1
}

.look-picture__content {
    position: absolute;
    left: 0;
    bottom: 99px;
    z-index: 10;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.look-picture__title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 30px
}

.look-picture__footer a,
.look-picture__footer em,
.look-picture__footer span {
    color: #999
}

.look-picture__bgfooter {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 84px;
    width: 100%
}

.look-picture__thumbs {
    padding: 11px 2px;
    background: #000;
    border-radius: 0 0 3px 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.look-picture__thumbs .swiper-slide {
    height: 100%;
    opacity: .8;
    width: 115px;
    height: 62px;
    background: #000;
    padding: 0 6.5px
}

.look-picture__thumbs .swiper-slide img {
    border: none
}

.look-picture__thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.look-picture__thumbs .swiper-slide-thumb-active img {
    border: 1px solid #fff
}

.look-picture__thumbs img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer
}

.user-call {
    margin-bottom: 30px
}

.user-call__swiper-container {
    width: 100%;
    height: auto
}

.user-call__swiper-slide {
    margin-right: 33px;
    width: 70px !important;
    text-align: center
}

.user-call__swiper-slide:last-child {
    margin-right: 0
}

.user-call__author {
    display: block;
    width: 100%;
    padding-top: 10px;
    word-break: break-all;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 22px
}

.user-call img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block
}

.sub-col-left .newsflash-carousel__items {
    width: 462px
}

.newsflash-carousel {
    margin-bottom: 30px
}

.newsflash-carousel__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    background: #f8f8f8;
    padding: 17px 20px 17px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.newsflash-carousel .index_kb_dateline1 {
    padding: 0 16px;
    font-weight: 600;
    vertical-align: 2px
}

.newsflash-carousel__items {
    font-size: 0;
    height: 22px;
    overflow: hidden;
    width: 786px;
    position: relative
}

.newsflash-carousel__time {
    font-size: 14px;
    color: #999;
    position: absolute;
    line-height: 20px;
    right: 20px;
    top: 18px
}

.newsflash-carousel__item {
    height: 22px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    white-space: nowrap
}

.newsflash-carousel__item.current {
    display: inline-block
}

.newsflash-carousel__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.newsflash-carousel__left {
    width: 84px
}

.newsflash-carousel__img {
    width: 36px;
    height: 17px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/kuaibao-icon.png) no-repeat;
    background-size: 100%;
    display: inline-block
}

.sub-col-left .newsflash-carouse__items {
    width: 437px
}

.right-module__container {
    margin-bottom: 30px
}

.right-module__header {
    padding: 18px 0 20px 0;
    border-top: 2px solid #000;
    cursor: pointer
}

.right-module__title {
    font-size: 18px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #333;
    line-height: 18px
}

.right-module__more {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    float: right
}

.only-title__list {
    position: relative
}

.only-title__item {
    position: relative;
    margin-bottom: 15px
}

.only-title__item:last-child {
    margin-bottom: 0
}

.only-title__item::before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #51a8dd;
    vertical-align: middle;
    position: absolute;
    top: 9px
}

.only-title__title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 20px;
    margin-left: 14px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px
}

.right-big-img {
    margin-bottom: 30px
}

.right-big-img__item {
    margin-bottom: 20px;
    position: relative
}

.right-big-img__item:last-child {
    margin-bottom: 0
}

.right-big-img__img {
    position: relative;
    width: 320px;
    height: 240px;
    margin-bottom: 10px
}

.right-big-img__img img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.right-big-img__title {
    padding-bottom: 5px
}

.right-big-img__title a,
.right-big-img__title span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: 44px
}

.left-small-img {
    margin-bottom: 30px
}

.left-small-img__item {
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.left-small-img__item:last-child {
    margin-bottom: 0
}

.left-small-img__item .card-list__living-meta {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    border-radius: 2px 0 11px 0;
    opacity: .85;
    overflow: hidden
}

.left-small-img__item .card-list__living-status {
    padding: 0 12px 0 10px
}

.left-small-img__item .card-list__living-status-text {
    margin-right: 0
}

.left-small-img__img {
    margin-right: 9px
}

.left-small-img__img img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 94px;
    height: 70px
}

.left-small-img__img img.width-124 {
    width: 124px;
    height: 70px
}

.left-small-img__detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 70px
}

.left-small-img__header {
    padding-bottom: 7px
}

.left-small-img__header span {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: 44px
}

.left-small-img__footer {
    position: absolute;
    bottom: 0;
    width: 217px
}

.left-small-img__author {
    max-width: 40%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vip-before-title {
    background: url(https://res.jiemian.com/assets/pc/indexnew/img/vip_index_article.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.title-with-footer__item {
    margin-bottom: 20px
}

.title-with-footer__item:last-child {
    margin-bottom: 0
}

.title-with-footer__title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: 44px
}

.title-with-footer__header {
    padding-bottom: 5px
}

.hyperlink_item {
    margin: 0 15px 20px 0;
    display: inline-block
}

.hyperlink_item span {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    display: inline-block;
    padding: 4px 11px;
    border-radius: 2px;
    border: 1px solid #333
}

.right-user-call__item {
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.right-user-call__item:last-child {
    margin-bottom: 0
}

.right-user-call__img {
    width: 70px;
    height: 70px;
    margin-right: 15px
}

.right-user-call__img img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.right-user-call__detail {
    padding: 2px 0 6px;
    width: 235px
}

.right-user-call__detail span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px
}

.right-user-call__header {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.right-user-call__main {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 20px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: 44px
}

.R-col-item {
    margin-bottom: 20px
}

.R-col-item:last-child {
    margin-bottom: 0
}

.R-col-item img {
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.callup__img {
    width: 320px;
    height: 160px
}

.callup__header {
    padding: 10px 0 5px;
    color: #333;
    font-weight: 500
}

.callup__title {
    font-size: 16px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: 44px
}

.callup__main p {
    color: #777;
    font-size: 12px
}

.callup__summary {
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 20px;
    max-height: 100px
}

.callup__time {
    padding: 7px 0 13px 0;
    line-height: 18px
}

.callup__footer {
    height: 26px;
    line-height: 26px
}

.callup__footer-left {
    float: left;
    color: #777;
    height: 100%;
    cursor: pointer
}

.callup__footer-left a {
    color: #777;
    vertical-align: top
}

.callup__footer-right {
    text-align: center;
    float: right
}

.callup__footer-right a {
    color: #e72410;
    border: 1px solid #e72410;
    padding: 4px 12px 5px;
    border-radius: 13px;
    font-size: 12px
}

.interest-icon {
    width: 20px;
    height: 20px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/like_icon.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.interest-icon.actived {
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/like_red_icon.png) no-repeat;
    background-size: 100%
}

.channel-load-more {
    text-align: center;
    cursor: pointer;
    clear: both
}

.channel-load-more span {
    display: inline-block;
    font-weight: 400
}

.sub-col .sub-col-right .channel-load-more {
    margin: 15px 0
}

.sub-col .sub-col-right .channel-load-more i.more {
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/right_moer_icon.png) no-repeat;
    width: 9px;
    height: 5px;
    background-size: 100%;
    position: absolute;
    top: 8px;
    margin-left: 4px
}

.sub-col .sub-col-right .channel-load-more span {
    padding: 0;
    border: none;
    font-weight: 400;
    color: #999;
    background: #fff;
    font-size: 13px;
    line-height: 18px
}

.card-list-items.card {
    margin-bottom: -30px
}

.channel-load-more,
.sub-col-left .channel-load-more {
    margin: 30px 0 40px 0;
    position: relative;
    background: #fff
}

.channel-load-more span,
.sub-col-left .channel-load-more span {
    padding: 7px 20px;
    font-size: 16px;
    color: #666;
    border-radius: 19px;
    background-color: #f8f8f8;
    border: 1px solid #a6a6a6
}

.special-style {
    margin-bottom: 30px
}

.special-style img {
    width: 1005px;
    height: auto;
    margin-bottom: 30px
}

.sub-col-left .special-style img {
    width: 656px;
    height: auto
}

.sub-col-right .special-style img {
    width: 320px;
    height: auto
}

.Q-icon {
    background-size: 100%;
    width: 26px;
    height: 24px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: -3px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/Q.png)
}

.Q-icon.Q1 {
    background-position: -10px -10px
}

.Q-icon.Q2 {
    background-position: -10px -54px
}

.Q-icon.Q3 {
    background-position: -10px -98px
}

.ask {
    margin-bottom: 30px
}

.ask-view__img {
    width: 320px;
    height: 160px
}

.ask-view__img img {
    width: 100%;
    height: 100%;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ask-view__header {
    margin-top: 10px
}

.ask-view__title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 24px;
    max-height: 120px
}

.ask-view__icon {
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/ask-icon@2x.png) no-repeat;
    width: 18px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.ask-guest {
    margin-top: 30px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #dedede;
    border-top: 1px solid #000;
    padding: 0 15px
}

.ask-guest__header {
    text-align: center;
    padding-bottom: 15px
}

.ask-guest__header p {
    margin-bottom: 6px;
    padding-top: 40px;
    font-size: 14px
}

.ask-guest__focus {
    border-top: 1px solid #e9e9e9
}

.ask-guest__avator {
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 50px
}

.ask-guest__avator-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0 5px 0 5px;
    background: #fff
}

.ask-guest__guest {
    color: #999
}

.ask-guest__name {
    padding-left: 6px;
    font-weight: 500
}

.ask-guest__info {
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 17px;
    max-height: 34px;
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 6px
}

.ask-guest__qustion {
    font-weight: 500;
    padding: 14px 0 10px;
    line-height: 17px
}

.ask-guest__item {
    margin-bottom: 5px
}

.ask-guest__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.ask-guest__item a span:nth-child(2) {
    margin-left: 24px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 18px;
    max-height: 36px
}

.ask-guest__btn {
    margin: 15px 0;
    text-align: center;
    line-height: 26px
}

.ask-guest__btn a {
    color: #e72410;
    border: 1px solid #e72410;
    padding: 4px 12px 5px;
    border-radius: 100px
}

.markert .marketTab {
    padding: 20px 15px;
    position: relative;
    overflow: hidden
}

.markert .marketTab span {
    height: 32px;
    border-radius: 16px;
    border: 1px solid #bdbdbd;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    line-height: 20px;
    padding: 6px 20px;
    cursor: pointer
}

.markert .marketTab span.text-all {
    float: right
}

.markert .marketTab span.text-sh {
    float: left
}

.markert .marketTab span.activeTab {
    background: #e72410;
    background: var(--theme-color);
    border: 1px solid #e72410;
    border: 1px solid var(--theme-color);
    color: #fff
}

.markert {
    margin-bottom: 30px
}

.markert .sidebar-header {
    border: 1px solid #dedede;
    border-bottom: none;
    background: #ececec;
    overflow: hidden
}

.markert .sidebar-header h3 {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    text-shadow: none;
    line-height: 40px;
    padding-left: 15px
}

.markert .sidebar-main {
    border: 1px solid #dedede;
    background: #f5f5f5
}

.markert .charts {
    background: #f5f5f5
}

.markert .charts .sh-Tab {
    height: 37px;
    margin: 0 14px 0 14px;
    background: #dedede;
    border: 2px solid #dedede;
    text-align: center
}

.markert .charts .sh-Tab span {
    font-size: 14px;
    font-weight: 600;
    color: #282828;
    line-height: 20px;
    padding: 9px 0 8px 0;
    display: inline-block;
    width: 49%;
    cursor: pointer
}

.markert .charts .sh-Tab span.active {
    color: #60c767
}

.markert .charts .sh-Tab span.active::before {
    width: 26px;
    height: 1px;
    border: 2px solid #e72410;
    border: 2px solid var(--theme-color)
}

.markert .shanghai-container .chart-shanghai {
    height: 331px;
    margin: 0 auto;
    background-color: #f5f5f5
}

.markert .chart-all {
    display: none;
    cursor: pointer;
    width: 320px;
    height: 309px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/whole-city-esg-bg.png) no-repeat;
    background-size: 100%
}

.markert .sh-quotation-detail {
    padding: 0 15px;
    margin-bottom: 20px
}

.markert .sh-quotation-detail #curDate {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 17px;
    padding-top: 4px
}

.markert .sh-quotation-detail .sh-item {
    margin-top: 20px;
    overflow: hidden
}

.markert .sh-quotation-detail .sh-item .sh-left {
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    line-height: 20px;
    float: left
}

.markert .sh-quotation-detail .sh-item .sh-left.title {
    font-size: 16px;
    line-height: 22px
}

.markert .sh-quotation-detail .sh-item .sh-right {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 20px
}

.markert .sh-quotation-detail .sh-item .sh-right span {
    margin-right: 5px
}

.markert .sh-quotation-detail .sh-item .sh-right .red {
    color: #e72410
}

.markert .sh-quotation-detail .sh-item .sh-right .green {
    color: 119361
}

.big-picture {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.big-picture.active {
    opacity: 1
}

.big-picture .picture-container {
    min-width: 300px;
    width: 60%;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001
}

.big-picture .big-picture-img {
    width: 100%;
    height: 100%;
    display: block
}

.big-picture .close-icon {
    width: 40px;
    height: 40px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/close-big-img@2x.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -60px;
    cursor: pointer
}

.esg_forum {
    width: 320px;
    height: auto
}

.esg_forum img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px
}

.rongzi__item {
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 20px;
    color: #333
}

.rongzi__item:last-child {
    margin-bottom: 0
}

.rongzi__date {
    color: #7d7d7d;
    line-height: 30px
}

.rongzi__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.rongzi__avator {
    width: 80px;
    height: 80px;
    margin-right: 15px
}

.rongzi__main {
    position: relative;
    width: 235px
}

.rongzi__name h3 {
    margin-bottom: 3px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600
}

.rongzi__info {
    font-size: 14px;
    color: #777
}

.rongzi__num {
    position: absolute;
    bottom: 0;
    left: 0
}

.rongzi__num span {
    margin-right: 5px
}

.rongzi__info p,
.rongzi__name h3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.channel-181 .card-list {
    padding: 0
}

.channel-181 .card-list p {
    margin-left: 0
}

.channel-181 .card-list__summary p {
    margin-left: 0
}

.channel-181 .swiper-news-view {
    width: 656px;
    height: 328px;
    position: relative
}

.channel-181 .news-slide {
    background: #fff
}

.top-swiper .swiper-container {
    margin-bottom: 20px
}

.load-view {
    overflow: hidden;
    width: 100%
}

.load-view .load-more {
    display: block;
    color: #666;
    font-size: 16px;
    width: 100px;
    padding: 8px 0 9px;
    text-align: center;
    margin: 10px auto 50px;
    cursor: pointer;
    background-color: #f8f8f8;
    border: 1px solid #a6a6a6;
    border-radius: 10px
}

.title-with-footer__list .news-footer__comment {
    display: inline-block
}

.card-list-items.card .card-list__video-meta {
    bottom: 67px;
    left: 15px
}

.anomaly4 .card-list__video-meta,
.b1-s2-left__content .card-list__video-meta,
.full-big-img .card-list__video-meta,
.look-picture__img .card-list__video-meta,
.swiper-1b2s__right .card-list__video-meta {
    margin-bottom: 6px;
    position: relative;
    left: 0
}

.card-list .news-footer__author,
.card-list .news-tag,
.sub-col-right .news-footer__author {
    max-width: 35%;
    overflow: hidden;
    text-align: center;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap
}

.sub-col-right .left-small-img__item .news-footer__author {
    max-width: 35%
}

.news-footer .news-tag {
    float: left;
    padding: 0 10px 0 0;
    max-width: 20%
}

.news-footer .news-tag .tags {
    color: #e72410;
    color: var(--theme-color)
}

.bottom-full-ad,
.top-full-ad {
    width: 1200px;
    margin: 0 auto
}

.bottom-full-ad>div {
    margin: 20px 0;
    width: 1198px
}

.top-full-ad img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-news-position .card-list__video-meta {
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    height: 18px;
    overflow: hidden
}

.cy-columns-view .news-view.card .news-tag {
    display: none
}

.recommend-column {
    margin-left: -60px;
    margin-bottom: 20px
}

.recommend-column__item {
    margin: 0 0 20px 60px;
    float: left;
    width: 206px;
    position: relative
}

.recommend-column__item.item-none {
    display: none
}

.recommend-column__item>a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/vip-recommend-bg.png) no-repeat;
    width: 108px;
    height: 267px;
    z-index: 1
}

.recommend-column__item img {
    width: 206px;
    height: 267px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 38%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 38%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 38%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #e7e7e7
}

.recommend-column__item h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 21px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.recommend-column__item h3 a:hover {
    color: #b5945f
}

.column-recommend__list li {
    display: none
}

.column-recommend__list li:nth-child(-n+4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.column-recommend__list.show-all li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.column-recommend__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    height: 122px
}

.column-recommend__img {
    position: relative;
    width: 94px;
    height: 122px;
    margin-right: 9px;
    border-radius: 3px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 38%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 38%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 38%, rgba(255, 255, 255, 0) 100%)
}

.column-recommend__img::after {
    content: "";
    display: block;
    width: 30px;
    height: 122px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/vip-column-img-bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.column-recommend__img img {
    width: 100% !important;
    height: 100% !important
}

.column-recommend__detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    position: relative
}

.column-recommend__content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    margin-bottom: 7px
}

.column-recommend__summary {
    color: #999;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px
}

.column-recommend__footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.column-recommend__price {
    font-size: 16px;
    font-weight: 600;
    color: #e72410;
    line-height: 22px
}

.column-recommend__tobuy {
    background: #e72410;
    border-radius: 10px
}

.column-recommend__tobuy a {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 1px 14px;
    line-height: 20px;
    display: inline-block
}

.column-recommend__more {
    margin: 15px 0;
    position: relative;
    text-align: center;
    line-height: 18px;
    color: #999
}

.column-recommend__more-span {
    font-size: 13px;
    cursor: pointer;
    padding-right: 14px
}

.column-recommend__more i {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    position: absolute;
    cursor: pointer
}

.channeltype-video .card-list-items.left.card .card-list__detail,
.channeltype-video .card-list-items.left.card .card-list__img {
    height: 179px !important
}

.channeltype-video .card-list-items.left.card .card-list__content {
    padding-top: 179px
}

.channeltype-video .card-list-items.left.card .card-list__title {
    top: 114px
}

.channeltype-video .card-list-items.left .card-list__detail,
.channeltype-video .card-list-items.left .card-list__img {
    height: 117px !important
}

.channeltype-video .card-list-items.left .card-list__summary {
    -webkit-line-clamp: 1
}

.channeltype-video .card-list-items.left.card .card-list__summary {
    -webkit-line-clamp: 2
}

.channeltype-video .left-small-img__footer {
    width: 187px
}

.channeltype-video .news-footer__author {
    display: none !important
}

.shengdu_swiper .card-list__special-text {
    background-color: #f23939;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #fff
}

.shengdu_swiper .news-img {
    width: 320px;
    height: 183px
}

.shengdu_swiper .news-img__img {
    height: 183px
}

.shengdu_swiper .news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.shengdu_swiper .news-header {
    padding: 10px 0
}

.shengdu_swiper .news-header a {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px
}

.shengdu_swiper .news-header a:hover {
    color: #e72410;
    color: var(--theme-color)
}

.ask-view__title:hover,
.b1-s2-right__title:hover,
.callup__title:hover,
.card-list-items.left .card-list__title:hover,
.hyperlink_item a:hover span,
.left-small-img__header a:hover span,
.only-title__title:hover,
.right-user-call__header span:hover,
.title-with-footer__title:hover,
.user-call__author:hover {
    color: #e72410;
    color: var(--theme-color)
}

.card-list-items.card .card-list__title:hover {
    color: #fff
}

.limited-free-img-cover {
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/limited-free-img-cover.png) no-repeat;
    width: 36px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.limited-free-before-title {
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/limited-free-before-title.png) no-repeat;
    width: 29px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.swiper-container .limited-free-before-title {
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/limited-free-swiper-icon.png) no-repeat;
    width: 36px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.topic-list {
    margin-bottom: 25px;
    border: none;
    padding: 0;
    font-weight: 400;
    position: relative;
    overflow: hidden
}

.topic-list__img {
    float: left;
    width: 280px;
    height: 160px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.topic-list__img img {
    width: 100%;
    height: 100%;
    background: #957d7d;
    -o-object-fit: cover;
    object-fit: cover
}

.topic-list__detail {
    margin-left: 300px;
    position: relative;
    height: 160px
}

.topic-list__title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
    max-height: 56px
}

.topic-list__summary {
    margin: 8px 0 8px 0;
    font-size: 14px;
    color: #777;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px
}

.topic-list__summary a,
.topic-list__summary a:hover {
    color: #999
}

.topic-list__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #999;
    margin-left: 0
}

.topic-task {
    margin-bottom: 50px;
    overflow: hidden
}

.topic-task-one {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 4px
}

.topic-task-one__title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 28px;
    max-height: 28px;
    overflow: hidden
}

.topic-task-one__title.cutline2 {
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
    max-height: 56px
}

.topic-task-one__summary {
    margin: 8px 0 8px 0;
    font-size: 14px;
    color: #777;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px
}

.topic-task-one__summary.cutline1 {
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 24px;
    max-height: 24px
}

.topic-task-one__summary a,
.topic-task-one__summary a:hover {
    color: #999
}

.topic-task-one__inner {
    display: block
}

.topic-task-list .swiper-slide {
    width: 326px !important;
    height: 123px;
    margin-right: 13px;
    border-radius: 4px;
    overflow: hidden
}

.topic-task-list .swiper-slide a::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 87px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%)
}

.topic-task-list img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px
}

.topic-task__img {
    width: 310px;
    height: 119px;
    float: left;
    position: relative;
    background: #d8d8d8;
    border-radius: 4px;
    overflow: hidden
}

.topic-task__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.topic-task__detail {
    margin-left: 330px;
    position: relative;
    height: 119px
}

.topic-task__title {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    padding: 0 15px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 18px;
    max-height: 54px
}

.topic-task-swiper__button {
    text-align: center;
    margin-top: 15px;
    font-size: 0;
    display: none
}

.topic-task-swiper__button i {
    font-size: 12px;
    line-height: 22px;
    color: #bababa;
    font-weight: 600
}

.topic-task-swiper__button i:hover {
    color: #d1cece
}

.topic-task-swiper__next,
.topic-task-swiper__prev {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #eee;
    cursor: pointer;
    margin: 0 7px 0 6px;
    border-radius: 2px
}

.scale-img {
    overflow: hidden
}

.scale-img:hover img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    border-radius: 2px
}

.scale-img img {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.swiper-container .type__vip {
    display: none
}

.esg-map {
    margin-bottom: 60px
}

.esg-map-header {
    margin-bottom: 30px
}

@font-face {
    font-family: iconfont;
    src: url(https://res.jiemian.com/assets/pkg/assets/iconfont/iconfont.eot?t=1660286874671);
    src: url(https://res.jiemian.com/assets/pkg/assets/iconfont/iconfont.eot?t=1660286874671#iefix) format("embedded-opentype"), url(https://res.jiemian.com/assets/pkg/assets/iconfont/iconfont.woff2?t=1660286874671) format("woff2"), url(https://res.jiemian.com/assets/pkg/assets/iconfont/iconfont.woff?t=1660286874671) format("woff"), url(https://res.jiemian.com/assets/pkg/assets/iconfont/iconfont.ttf?t=1660286874671) format("truetype"), url(https://res.jiemian.com/assets/pkg/assets/iconfont/iconfont.svg?t=1660286874671#iconfont) format("svg")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconfont.more-btn_icon:before {
    content: "\e683"
}

.iconfont.tab_left_light:before {
    content: "\e681"
}

.iconfont.tab_right_light:before {
    content: "\e682"
}

.iconfont.plus_icon:before {
    content: "\e67e"
}

.iconfont.before-next-page:before {
    content: "\e679"
}

.iconfont.goback-icon:before {
    content: "\e67b"
}

.iconfont.pure-reading:before {
    content: "\e67f"
}

.iconfont.share_qzone:before {
    content: "\e675"
}

.iconfont.share_weixin:before {
    content: "\e676"
}

.iconfont.share_weibo:before {
    content: "\e677"
}

.iconfont.zhishu_up:before {
    content: "\e66d"
}

.iconfont.zhishu_down:before {
    content: "\e66c"
}

.iconfont.zhishu_eq:before {
    content: "\e66b"
}

.iconfont.xggs_icon:before {
    content: "\e66a"
}

.iconfont.yuqing_article_icon:before {
    content: "\e669"
}

.iconfont.zhishu-logo:before {
    content: "\e668"
}

.iconfont.list-active-icon:before {
    content: "\e663"
}

.iconfont.card-active-icon:before {
    content: "\e662"
}

.iconfont.add-new-icon:before {
    content: "\e661"
}

.iconfont.sildebar-vertical-line1:before {
    content: "\e660"
}

.iconfont.list-icon:before {
    content: "\e65d"
}

.iconfont.sildebar-vertical-line:before {
    content: "\e65e"
}

.iconfont.card-icon:before {
    content: "\e65f"
}

.iconfont.warn:before {
    content: "\e670"
}

.iconfont.floded:before {
    content: "\e603"
}

.iconfont.unflod:before {
    content: "\e604"
}

.iconfont.zuo:before {
    content: "\e605"
}

.iconfont.you:before {
    content: "\e606"
}

.iconfont.zuo1:before {
    content: "\e60f"
}

.iconfont.you1:before {
    content: "\e610"
}

.iconfont.jm-unfold:before {
    content: "\e611"
}

.iconfont.jm-folded:before {
    content: "\e612"
}

.iconfont.activity_meta:before {
    content: "\e65b"
}

.iconfont.activity-center:before {
    content: "\e649"
}

.iconfont.my-welfare:before {
    content: "\e646"
}

.iconfont.index_xin_icon_hover:before {
    content: "\e632"
}

.iconfont.like_icon_pre:before {
    content: "\e63d"
}

.iconfont.v-icon:before {
    content: "\e637"
}

.iconfont.success-icon:before {
    content: "\e638"
}

.iconfont.weibo:before {
    content: "\e639"
}

.iconfont.weixin:before {
    content: "\e63a"
}

.iconfont.lock-icon:before {
    content: "\e63b"
}

.iconfont.kongjian:before {
    content: "\e63c"
}

.iconfont.fail-icon:before {
    content: "\e63e"
}

.iconfont.jiemianhao:before {
    content: "\e640"
}

.iconfont.close:before {
    content: "\e641"
}

.iconfont.closed-button:before {
    content: "\e648"
}

.iconfont.user-baoliao:before {
    content: "\e64a"
}

.iconfont.user-haoyou:before {
    content: "\e64c"
}

.iconfont.user-miandian:before {
    content: "\e64d"
}

.iconfont.ui-home:before {
    content: "\e64e"
}

.iconfont.ui-order:before {
    content: "\e64f"
}

.iconfont.user-wenzhang:before {
    content: "\e650"
}

.iconfont.user-like:before {
    content: "\e651"
}

.iconfont.ui-proVip:before {
    content: "\e652"
}

.iconfont.jmh:before {
    content: "\e653"
}

.iconfont.user-message:before {
    content: "\e655"
}

.iconfont.user-setting:before {
    content: "\e656"
}

.iconfont.user-shipin:before {
    content: "\e645"
}

.iconfont.user-ziliaoku:before {
    content: "\e647"
}

.iconfont.user-shop:before {
    content: "\e657"
}

.iconfont.shipin_icon:before {
    content: "\e65c"
}

.iconfont.kx_zhankai_icon1:before {
    content: "\e658"
}

.iconfont.kx_shouqi_icon1:before {
    content: "\e659"
}

.iconfont.index_kb_dateline1:before {
    content: "\e65a"
}

.iconfont.index_jiaodian_right:before {
    content: "\e64b"
}

.iconfont.previouspage_icon1:before {
    content: "\e654"
}

.iconfont.index_jiaodiantu_left:before {
    content: "\e62e"
}

.iconfont.haowen_icon1:before {
    content: "\e636"
}

.iconfont.nextpage_icon:before {
    content: "\e63f"
}

.iconfont.live_icon:before {
    content: "\e642"
}

.iconfont.top_icon1:before {
    content: "\e643"
}

.iconfont.huo_icon:before {
    content: "\e630"
}

.iconfont.index_moer_icon:before {
    content: "\e62f"
}

.iconfont.index_huodong_icon:before {
    content: "\e629"
}

.iconfont.index_baoliao_icon_hover:before {
    content: "\e628"
}

.iconfont.bofangliang_icon:before {
    content: "\e626"
}

.iconfont.consumer_report:before {
    content: "\e625"
}

.iconfont.num2:before {
    content: "\e60e"
}

.iconfont.num1:before {
    content: "\e613"
}

.iconfont.num3:before {
    content: "\e614"
}

.iconfont.num5:before {
    content: "\e615"
}

.iconfont.num7:before {
    content: "\e616"
}

.iconfont.num0:before {
    content: "\e617"
}

.iconfont.num6:before {
    content: "\e618"
}

.iconfont.num9:before {
    content: "\e619"
}

.iconfont.numline:before {
    content: "\e61a"
}

.iconfont.num4:before {
    content: "\e61b"
}

.iconfont.previouspage_icon:before {
    content: "\e61c"
}

.iconfont.num8:before {
    content: "\e61d"
}

.iconfont.top_icon:before {
    content: "\e61e"
}

.iconfont.zhuanti_icon:before {
    content: "\e61f"
}

.iconfont.shuaxin_icon:before {
    content: "\e620"
}

.iconfont.top_icon_hover:before {
    content: "\e621"
}

.iconfont.toupiao_icon:before {
    content: "\e622"
}

.iconfont.pinglun_icon:before {
    content: "\e623"
}

.iconfont.zixun_icon:before {
    content: "\e624"
}

body {
    background: #fff
}

header.header {
    margin-bottom: 0
}

.content-container {
    background: #fff
}

.content {
    padding-bottom: 0
}

.content-container {
    position: relative
}

.content-container:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.columns-left-nav {
    float: left;
    width: 165px
}

.columns-left-nav .city-switch {
    position: relative;
    padding-left: 34px
}

.columns-left-nav__tyc {
    width: 100%;
    height: 37px;
    margin-bottom: 5px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/tianyancha.png) no-repeat 18px center;
    background-size: 84px 24px
}

.columns-left-nav__contnet {
    position: absolute;
    width: 165px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(67%, #fdfdfd), to(#f6f6f6));
    background: -webkit-linear-gradient(left, #fff 0, #fdfdfd 67%, #f6f6f6 100%);
    background: -o-linear-gradient(left, #fff 0, #fdfdfd 67%, #f6f6f6 100%);
    background: linear-gradient(90deg, #fff 0, #fdfdfd 67%, #f6f6f6 100%)
}

.columns-right-view {
    float: right;
    padding-top: 42px;
    padding-bottom: 30px;
    background: #fff;
    width: 1035px;
    min-height: 600px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.columns-right-view.with_ad {
    padding-top: 0
}

.pjax-wrapper .content {
    margin-bottom: 0
}

.columns-left-nav__header h2 {
    font-size: 44px;
    font-weight: 600;
    color: #272727;
    line-height: 44px;
    text-shadow: none;
    padding: 0 16px 0 17px;
    margin-bottom: 40px;
    position: relative
}

.columns-left-nav__header h2 a {
    color: #272727
}

.columns-left-nav__header h2::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 8px;
    height: 40px;
    background: #e72410;
    background: var(--theme-color)
}

.columns-left-nav__header h2 span {
    display: inline-block
}

.columns-left-nav__header h2 a>span.columns-left-nav__4words {
    white-space: normal
}

.columns-left-nav__header h2 a>span.columns-left-nav__gt6words {
    font-size: 33px;
    line-height: 44px
}

.columns-left-nav__header {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 165px;
    z-index: 100;
    position: -webkit-sticky;
    position: sticky;
    top: 40px
}

.columns-left-nav__header li>a {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    text-align: left;
    padding: 8px 17px 7px 17px;
    display: block;
    text-shadow: none
}

.columns-left-nav__header li>a:hover {
    background-color: rgba(0, 0, 0, .05)
}

.columns-left-nav__header li>a.active {
    background-color: #e72410;
    background-color: var(--theme-color);
    color: #fff
}

.columns-left-nav__header-vip {
    margin-top: 7px
}

.sildebar-vertical-line,
.sildebar-vertical-line1 {
    font-size: 40px;
    display: inline-block;
    color: #e72410;
    color: var(--theme-color);
    word-wrap: break-word;
    position: absolute;
    left: -30px;
    top: 0
}

.cy-create {
    padding-top: 20px
}

.cy-create-company {
    color: #e72410;
    color: var(--theme-color);
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #e72410;
    border: 1px solid var(--theme-color);
    margin-left: 17px;
    padding: 9px 8px 8px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 39px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.cy-create-company span {
    margin-left: 18px
}

.cy-create-company .add-new-icon {
    font-size: 14px;
    width: 14px;
    color: #e72410;
    color: var(--theme-color);
    margin-right: 2px;
    position: absolute;
    top: 9px
}

.cy-create-company a:hover {
    color: #e72410;
    color: var(--theme-color)
}

.zx-drap-nav .c-logo {
    position: relative
}

.zx-drap-nav .c-logo.active .iconfont.you {
    color: #fff
}

.zx-drap-nav .iconfont.you {
    color: #333;
    position: absolute;
    right: 10px;
    font-weight: 600
}

.zx-drap-nav:hover {
    position: relative
}

.zx-drap-nav:hover .nav-drop-down {
    display: block;
    left: 171px;
    top: -7px
}

.columns-left-nav__header li {
    margin-bottom: 5px
}

.uncommon-nav .columns-left-nav__header h2 {
    margin-bottom: 0
}

.uncommon-nav .list-item-switch {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px
}

.uncommon-nav .switch {
    color: #e72410;
    color: var(--theme-color)
}

.uncommon-nav .city-switch-logo {
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/switch-city-icon.png) no-repeat;
    width: 12px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    margin-right: 4px;
    line-height: 22px;
    position: absolute;
    top: 3px;
    left: 17px
}

.nav-drop-down {
    display: none;
    z-index: 1000;
    position: absolute;
    left: 119px;
    top: 85px;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 0 19px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, .16);
    text-align: center;
    padding: 10px 0
}

.nav-drop-down p {
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 20px
}

.nav-drop-down p a.active {
    color: #e72410;
    color: var(--theme-color);
    font-weight: 600
}

.nav-drop-down::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -12px;
    top: 20px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #fff transparent transparent
}

.nav-drop-down a:hover {
    color: #e72410;
    color: var(--theme-color)
}

.nav-drop-down.fixed {
    position: fixed;
    left: auto;
    top: 85px;
    right: inherit;
    margin-left: 119px
}

.cy-left-nav .sub-nav li {
    margin-bottom: 10px
}

.cy-left-nav .list-item:hover,
.cy-left-nav a:hover,
.cy-left-nav a:hover .iconfont.you {
    color: #e72410;
    color: var(--theme-color);
    cursor: pointer;
    font-weight: 600
}

.columns-view.zx-columns-view {
    width: 1035px;
    float: right
}

.columns-view.zx-columns-view .search-view {
    padding-top: 42px !important
}

.columns-left__container {
    padding-right: 19px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.columns-left__vipbg {
    width: 63px;
    height: 135px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/left_vip_bg@2x.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0
}

.columns-left__avator {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative
}

.columns-left__avator img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: #d8d8d8;
    border-radius: 8px;
    border: 1px solid #979797
}

.columns-left__avatorbg {
    display: inline-block;
    width: 76px;
    height: 11px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/lm_tx_bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -11px;
    left: 8px
}

.columns-left__detail {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6
}

.columns-left__name {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 28px
}

.columns-left__desc,
.columns-left__info {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 18px
}

.columns-left__info {
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6
}

.columns-left__info p {
    padding-top: 8px
}

.columns-left__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0 20px 0
}

.columns-left__item h3 {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    line-height: 25px
}

.columns-left__item p {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 17px
}

.columns-left__line {
    width: 1px;
    height: 30px;
    background: #e6e6e6
}

.columns-left__btn {
    cursor: pointer;
    width: 80px;
    margin: 0 auto
}

.columns-left__btn span {
    padding: 4px 19px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    border-radius: 17px
}

.columns-left__btn.focus span {
    background: #e72410
}

.columns-left__btn.unfocus {
    display: none
}

.columns-left__btn.unfocus span {
    background: #c1c1c1
}

.columns-left__btn .plus-icon {
    margin-right: 4px;
    width: 10px;
    height: 11px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/tianjia_icon.png) no-repeat;
    background-size: 100%;
    display: inline-block
}

.columns-left__notvip {
    padding-top: 40px
}

.switch-btn {
    color: #e72410;
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 400
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: block;
    clear: both
}

.columns-view.zx-columns-view .search-header {
    margin: 0 0 10px 30px
}

.top-vip-banner {
    position: relative;
    margin-bottom: 42px
}

.top-vip-banner img {
    width: 100%;
    height: 100%
}

.top-vip-banner__button {
    background: -webkit-linear-gradient(303deg, #e3d1a4 0, #ccaa75 100%);
    background: -o-linear-gradient(303deg, #e3d1a4 0, #ccaa75 100%);
    background: linear-gradient(147deg, #e3d1a4 0, #ccaa75 100%);
    border-radius: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #10172a;
    line-height: 22px;
    padding: 11px 30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.video-living {
    margin-bottom: 55px;
    height: 423px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.video-living-mod .full-module-header {
    border-top: 0;
    padding-top: 0
}

.video-living__l {
    width: 753px
}

.video-living__l img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-living__r {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.video-living-r {
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    position: relative
}

.video-living-r__info {
    margin: 0 20px
}

.video-living-stauts {
    border-radius: 11px 2px 11px 2px;
    background: rgba(255, 255, 255, .15);
    height: 22px;
    line-height: 22px;
    font-size: 0;
    display: inline-block;
    margin: 20px 0 12px 0;
    padding: 0 12px
}

.video-living-stauts span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600
}

.video-living-stauts__icon {
    width: 10px;
    height: 10px;
    background: url(https://res.jiemian.com/assets/pkg/assets/img/pc/channel/live_icon.gif) no-repeat;
    background-size: 100%;
    margin-right: 5px
}

.video-living-stauts__split {
    margin: 0 6px
}

.video-living__title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
    max-height: 75px;
    margin-bottom: 10px
}

.video-living__summary {
    font-size: 14px;
    color: #fff;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 11px
}

.video-living__date {
    font-size: 12px;
    color: #fff;
    line-height: 17px
}

.video-living__swiper {
    position: absolute;
    bottom: 0;
    width: 100%
}

.video-living__btn {
    position: relative;
    text-align: center;
    margin-top: 67px
}

.video-living__btn.add-margin {
    position: absolute;
    bottom: 154px;
    left: 0;
    right: 0;
    text-align: center
}

.video-living__btn span {
    background: rgba(255, 255, 255, .3);
    border-radius: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    padding: 6px 35px 8px 39px;
    display: inline-block;
    cursor: pointer
}

.video-living__swiper {
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 132px
}

.video-living__swiper .swiper-container {
    margin: 20px 20px 16px
}

.video-living__swiper .swiper-container {
    overflow: hidden
}

.video-living__swiper .video-swiper__button {
    position: fixed;
    display: none
}

.video-living__swiper .video-swiper__button span {
    cursor: pointer;
    font-size: 12px;
    color: #fff
}

.video-living__swiper .video-swiper__prev {
    position: absolute;
    left: -13px;
    top: -66px
}

.video-living__swiper .video-swiper__next {
    position: absolute;
    right: -223px;
    top: -66px
}

.video-living__swiper .swiper-slide {
    width: 102px;
    font-size: 12px;
    margin-right: 6px
}

.video-living__swiper .swiper-slide img {
    width: 100%;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px
}

.video-living__swiper .swiper-slide__title {
    font-weight: 600;
    color: #fff;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 17px;
    max-height: 17px;
    margin-top: 4px
}

.video-living__swiper .swiper-slide .video-living-stauts {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .9);
    border-radius: 4px 3px 11px 2px;
    opacity: .85;
    margin: 0
}

.video-module {
    margin-bottom: 40px
}

.video-module .card-list-items.left .card-list__img {
    width: 321px;
    height: 180px !important
}

.video-module .card-list-items.left .card-list__detail {
    margin-left: 348px;
    height: 180px !important
}

.video-module .card-list-items.left .card-list__title {
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    max-height: 50px;
    text-align: justify;
    word-wrap: break-word
}

.video-module .card-list-items.left .card-list__summary {
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: 72px;
    -webkit-line-clamp: 3 !important;
    text-align: justify;
    word-wrap: break-word
}

.video-module .card-list-items.left .card-list__living-date {
    margin-left: 8px
}

.video-module .card-list-items.card .card-list__detail {
    margin: 0;
    height: auto;
    position: relative
}

.video-module.video-preview .left .news-footer__date {
    display: inline-block
}

.video-module.video-preview .left .news-footer__playstas {
    display: none
}

.video-module.video-preview .card .news-footer__date {
    display: none
}

.video-module.video-preview .card .news-footer__playstas {
    display: inline-block
}

.video-module.video-preview .full-big-img__item {
    width: 492px;
    height: 277px;
    border: none
}

.video-module .full-big-img__header {
    word-wrap: break-word;
    text-align: justify;
    margin-bottom: 15px
}

.video-module .full-big-img__header a {
    padding: 0
}

.video-module .full-big-img__header span {
    font-size: 18px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    max-height: 50px;
    max-height: 50px
}