@charset "utf-8";
.news-card {
    padding: .24rem .22rem;
    border-bottom: 1px solid #f5f7f9;
    margin: 0 -.22rem
}

.news-card a {
    display: block
}

.news-card .news-info {
    position: relative
}

.news-card .to-app {
    color: #ee1a1a;
    font-size: .22rem;
    padding: 0 .1rem;
    border: 1px solid rgba(238,26,26,.3);
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    position: absolute;
    bottom: 0;
    right: .12rem
}

.news-card.card-type-one .to-app,.news-card.card-type-three .to-app {
    right: 0
}

.news-card .title {
    font-weight: normal;
    max-height: .9rem;
    overflow: hidden;
    line-height: .45rem;
    font-size: .34rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news-card .detail {
    color: #b4b4b4;
    line-height: .34rem;
    height: .34rem;
    margin-top: .15rem;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden
}

.news-card .detail span {
    font-size: .24rem;
    margin-right: .12rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.news-card .detail .news-tag {
    color: #ee1a1a
}

.news-card .detail .unlike,.news-card .unlike {
    float: right;
    width: .34rem;
    height: .34rem;
    font-size: 0;
    background-size: .3rem .3rem;
    margin-right: 0
}

.wap-section .news-card:last-child {
    border-bottom: none
}

.card-type-news 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-type-news .news-info {
    -webkit-box-flex: 2;
    -webkit-flex: 2 2 auto;
    -ms-flex: 2 2 auto;
    flex: 2 2 auto
}

.card-type-news .title {
    padding-right: .12rem
}

.card-type-news .news-source {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 8em
}

.card-type-news .news-pic {
    width: 2.34rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.card-type-news .news-pic img {
    display: block;
    height: 1.46rem;
    margin: 0 auto
}

.card-type-news .detail .unlike,.card-type-news .unlike {
    margin-right: .12rem
}

.card-type-three a {
    display: block;
    position: relative
}

.card-type-three .title {
    font-weight: normal;
    max-height: .9rem;
    overflow: hidden;
    line-height: .45rem;
    font-size: .34rem
}

.card-type-three .news-source {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 16em
}

.card-type-three .detail .pic-num {
    color: #fff;
    font-size: .22rem;
    height: .3rem;
    line-height: .3rem;
    position: absolute;
    right: .1rem;
    bottom: .54rem;
    margin-right: 0;
    z-index: 10;
    padding-left: .22rem;
    background-size: .2rem .2rem
}

.card-type-three .news-pic {
    margin-top: .12rem;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-type-three .news-pic img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.1%;
    -ms-flex: 0 0 33.1%;
    flex: 0 0 33.1%;
    display: block;
    width: 2.34rem;
    height: 1.46rem;
    -o-object-fit: contain;
    object-fit: contain
}

.card-type-one a {
    display: block;
    position: relative
}

.card-type-one .title {
    font-weight: normal;
    max-height: .9rem;
    overflow: hidden;
    line-height: .45rem;
    font-size: .34rem
}

.card-type-one .news-source {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 16em
}

.card-type-one .news-pic {
    margin-top: .12rem;
    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
}

.card-type-one .news-pic img {
    display: block;
    width: 7.06rem;
    height: 3.52rem
}

.card-type-videobig a {
    display: block;
    position: relative
}

.card-type-videobig .title {
    font-weight: normal;
    max-height: .9rem;
    overflow: hidden;
    line-height: .45rem;
    font-size: .34rem
}

.card-type-videobig .detail .playtime {
    color: #fff;
    font-size: .22rem;
    height: .3rem;
    line-height: .3rem;
    position: absolute;
    right: .1rem;
    bottom: .58rem;
    margin-right: 0;
    z-index: 10
}

.card-type-videobig .news-pic {
    margin-top: .12rem;
    position: relative;
    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
}

.card-type-videobig .news-pic:after {
    display: block;
    width: .96rem;
    height: .96rem;
    background: url(https://static.ws.126.net/163/wap/f2e/milk_index/icon-video-play.png) no-repeat 50%;
    -webkit-background-size: contain;
    background-size: contain;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.48rem;
    margin-top: -.48rem;
    -webkit-border-radius: 100rem;
    border-radius: 100rem;
    z-index: 10
}

.card-type-videobig .news-pic img {
    display: block;
    width: 7.06rem;
    height: 3.52rem
}

.card-type-videosmall 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.card-type-videosmall .news-info {
    -webkit-box-flex: 2;
    -webkit-flex: 2 2 auto;
    -ms-flex: 2 2 auto;
    flex: 2 2 auto
}

.card-type-videosmall .title {
    padding-right: .12rem
}

.card-type-videosmall .detail .playtime {
    color: #fff;
    font-size: .22rem;
    height: .3rem;
    line-height: .3rem;
    position: absolute;
    right: .1rem;
    bottom: .08rem;
    margin-right: 0;
    z-index: 10
}

.card-type-videosmall .news-pic {
    width: 2.34rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
}

.card-type-videosmall .news-pic:after {
    display: block;
    width: .64rem;
    height: .64rem;
    background: url(https://static.ws.126.net/163/wap/f2e/milk_index/icon-video-play.png) no-repeat 50%;
    -webkit-background-size: contain;
    background-size: contain;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.32rem;
    margin-top: -.32rem;
    -webkit-border-radius: 100rem;
    border-radius: 100rem;
    z-index: 10
}

.card-type-videosmall .news-pic img {
    display: block;
    width: 2.34rem;
    height: 1.46rem
}

.loading-list {
    padding: 5%
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 35px
}

.loader:before {
    content: "";
    display: block;
    padding-top: 100%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke: #ccc;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.pre-load-news {
    height: 1.46rem;
    padding: .22rem;
    background: #fff;
    position: relative
}

.pre-load-news:after {
    content: "";
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block
}

.pre-load-one {
    height: 4rem;
    padding: .22rem;
    background: #fff;
    position: relative
}

.pre-load-one:after {
    content: "";
     background-size: cover;
    width: 100%;
    height: 100%;
    display: block
}