/******* BEGIN Editor Pick *******/

.editorPick .tabs {
    /*    position: relative;*/
    /*    width: 840px;*/
    /*    height: 440px;*/
    border: 1px solid #eee;
}

.editorPick .tabs nav {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*    width: 400px;*/
}

.editorPick .tabs nav a {
    padding: 20px 0;
    color: #492918;
    width: 100%;
    height: 88px;
    /* cursor: pointer; */
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
    text-decoration: none;
    position: relative;
    /*    overflow: hidden;*/
    line-height: 1.2em;
    font-weight: 400;
}

.editorPick .tabs nav a:nth-child(5) {
    border-bottom: none;
}

.editorPick .tabs nav a:hover,
.editorPick .tabs nav a.selected {
    color: #EE7672;
}

.editorPick .tabs nav a span {
    font-size: 0.8em;
    color: #9fa0a0;
    position: absolute;
    z-index: 10;
    bottom: 0.5em;
    right: 0;
    font-weight: 400;
}

@media only screen and (max-width:1199px) {
    .editorPick .tabs nav a {
        height: auto;
    }
}

.editorPick .tabs .content {
    /*position: absolute; */
    /* top: 0px; */
    /* left: 400px; */
    color: #6C5D5D;
    /* width: 100%; */
    /* height: 100%; */
    /* overflow: hidden; */
    /*    opacity: 0;*/
    -webkit-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    /*    vertical-align: middle;*/
    /*    padding: 0;*/
    display: none;
}

.editorPick .tabs .content img {
    /*    max-width: 440px;*/
    /*    max-height: 440px;*/
    width: 100%;
    height: auto;
    margin: auto;
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    top: 0;*/
    z-index: 10;
}

.editorPick .tabs .content.visible {
    /*width: 100%;*/
    /*
    height: 100%;
    overflow: hidden;
    opacity: 1;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
*/
    display: block;
}

.editorPick .tabs .content p {
    padding-bottom: 2px;
}

.editorPick .tabs .content p:last-of-type {
    padding-bottom: 0px;
}


/******* End Editor Pick *******/


/******* BEGIN Today Pick *******/

.todayPick {
    /*    max-width: 840px;*/
}

.todayPick .cat {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ee7e7f;
}

.todayPick .cat .name {
    width: 105px;
    height: 50px;
    font-size: 1.1em;
    background-color: #ee7e7f;
    color: #ffffff;
    text-align: center;
    line-height: 3em;
}

.todayPick .tdpick {
    position: relative;
    margin-bottom: 50px;
}

.todayPick .tdpick a {
    color: #402918;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.todayPick .tdpick .cat {
    width: auto;
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
    background-color: #ee7e7f;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    z-index: 10;
    right: 15px;
    /*    top: 10px;*/
}

.todayPick .tdpick .cat a {
    color: #ffffff;
}

.todayPick .tdpick img {
    /*    width: 840px;*/
    /*    height: 400px;*/
    width: 100%;
}

.todayPick .tdpick .info {
    padding: 20px;
    width: 100%;
    /*    height: 6em;*/
    background-color: #fbfbfb;
    /*    position: relative;*/
    color: #333;
    padding-bottom: 3em;
}

.todayPick .tdpick .info .title {
    font-size: 1.2em;
}

.todayPick .tdpick .info .title a {
    line-height: 1.4em;
}

.todayPick .tdpick .info .author {
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 10px;
    float: left;
    color: #aaaaaa;
}

.todayPick .tdpick .info .author a {
    color: #aaaaaa;
}

.todayPick .tdpick .info .author i {
    color: #aaaaaa;
    margin-right: 1px;
}

.todayPick .tdpick .info .des {
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 10px;
    color: #aaaaaa;
    float: right;
}


/******* realtime *******/

.realtime .tdpick {
    /*    width: 250px;*/
    height: auto;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.realtime .tdpick img {
    width: 250px;
    height: 180px;
}

.realtime .tdpick .info {
    padding: 0;
    height: auto;
    background-color: transparent;
    display: inline-block;
}

.realtime .tdpick .info .title {
    font-size: 16px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
}

.realtime .tdpick .info .author {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    width: 80px;
    word-break: break-all;
    float: left;
}

.realtime .tdpick .info .des {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    margin-top: 0px;
    float: right;
}

.realtime .tdpick .info .des span {
    margin-left: 0px;
}

.realtime .centerbox {
    /*    margin-left: 40px;*/
    /*    margin-right: 40px;*/
}

.realtime .tdpick .title_bg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    /* display: table; */
    /* text-align: center; */
    /* font-size: 1.2em; */
    word-break: break-word;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    background-position: center center;
    /* position: absolute; */
}

.realtime .tdpick .title_bg:hover {
    background-size: 120%;
}

.realtime .tdpick .title {
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
}

.realtime .tdpick .title>div {
    display: table-cell;
    width: 768px;
    /**/height: 160px;
    font-weight: 700;
    color: #402918;
    font-size: 1.2em;
    word-break: break-word;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 1.2em;
    
    /*
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
*/
}

@media only screen and (max-width: 479px) {
    .realtime .tdpick .title>div {
        /*        width: 285px;*/
        /*        max-width:100%;*/
        height: 25vw;
        /*font-size: 1.8em;*/
    }
    .realtime .tdpick .info .author,
    .realtime .tdpick .info .des {
        font-size: 0.8em;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .realtime .tdpick .title>div {
        height: 45vw;
        font-size: 1.8m;
    }
    .realtime .tdpick .info .author,
    .realtime .tdpick .info .des {
        font-size: 0.8em;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .realtime .tdpick .title>div {
        height: 15vw;
        font-size:1.1em;
    }
    .realtime .tdpick .info .author,
    .realtime .tdpick .info .des {
        font-size: 0.8em;
    }
}

@media only screen and (min-width:992px) and (max-width: 1200px) {
    .realtime .tdpick .title>div {
        height: 16.5vw;
    }
    .realtime .tdpick .info .author,
    .realtime .tdpick .info .des {
        font-size: 0.8em;
    }
}

.realtime .tdpick .title:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

.realtime .tdpick .overlay:hover .title_bg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/*.realtime .tdpick .overlay:hover .title>div{
    font-size: 21px;
}*/

.realtime .tdpick .overlay:hover .title:before {
    opacity: 0.5;
}


/******* END Today Pick *******/


/******* BEGIN Newsfeed *******/

.newsfeed .newsItem {
    width: 100%;
    /*    max-height: 180px;*/
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 3px -2px rgba(210, 210, 210, 0.5);
    box-shadow: 2px 2px 3px -2px rgba(210, 210, 210, 0.5);
}

.newsfeed .bg {
    background-color: #fdfcf7;
}

.newsfeed .newsItem a {
    color: #402918;
    text-decoration: none;
}

.newsfeed .newsItem .cat {
    width: 90px;
    height: 30px;
    font-size: 12px;
    background-color: #ee7e7f;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.newsfeed .cat {
    right: 0;
    left: auto;
}

.newsfeed .newsItem .catLeft {
    left: 0;
    right: auto;
}

.newsfeed .newsItem .catRight {
    left: auto;
    right: 0;
}

.newsfeed .newsItem .catRight a {
    color: #ffffff;
}

.newsfeed .newsItem:nth-child(even) {
    background-color: #fdfcf7;
}

.newsfeed .newsItem .newsImg {
    /*
    width: 250px;
    height: 180px;
    vertical-align: top;
    background-color: #fbfbfb;
    text-align: center;
    float: left;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
*/
}

.newsfeed .newsItem .newsImgRight {
    float: right;
    margin-right: 0px;
    margin-left: 30px;
}

.newsfeed .newsItem .newsImg img {
    /*
    max-width: 250px;
    max-height: 180px;
*/
    width: 100%;
    height: auto;
}

.newsfeed .newsItem .newsTxt {
    padding: 15px;
    /*    width: 100%;*/
    /*    max-height: 180px;*/
    vertical-align: top;
    color: #402918;
    position: relative;
}

.newsfeed .newsItem .newsTxt .title {
    font-size: 1.3em;
    margin-top: 0px;
    display: block;
    width: calc(100% - 90px);
    /*
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify;
*/
}

@media only screen and (max-width:767px) {
    .newsfeed .newsItem .newsTxt .title {
        width: 100%;
    }
}

.newsfeed .newsItem .newsTxt .author {
    font-size: 0.8em;
    margin: 5px 0;
    color: #402918;
}

.newsfeed .newsItem .newsTxt .author i {
    color: #ee7e7f;
    margin-right: 1px;
}

.newsfeed .newsItem .newsTxt .des {
    font-size: 0.8em;
    font-weight: 400;
    color: #aaaaaa;
    margin-top: 5px;
}

.newsfeed .newsItem .newsTxt .des span {
    margin-left: 3px;
}

.newsfeed .newsItem .newsTxt .des span i {
    color: #aaaaaa;
}

.newsfeed .newsItem .newsTxt .txt {
    color: #666;
    font-size: 0.9em;
    max-height: 70px;
    overflow: hidden;
    line-height: 1.6em;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.newsfeed .newsItemVideo {
    height: 480px;
    /*margin-bottom: 60px;*/
}

.newsfeed .newsItemVideo video {
    background-color: #000000;
    margin-bottom: 20px;
}

.newsfeed .newsItemVideo .a2a_default_style {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: -40px;
}

.newsfeed .newsfeedMore {
    font-size: 1em;
    color: #fff;
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 20px auto 0;
    line-height: 50px;
    background-color: #71c5bb;
    letter-spacing: 2px;
    -webkit-box-shadow: 2px 2px 3px -2px rgba(210, 210, 210, 0.5);
    box-shadow: 2px 2px 3px -2px rgba(210, 210, 210, 0.5);
    cursor: pointer;
}


/******* END Newsfeed *******/