.new-ys .cur-day-up {
    display: block;
}
.new-ys .cur-day-up .info-wrap {
    text-align: left;
}
.channel-nav{
    overflow: hidden;
    margin-top: 5px;
}


.classification-retrieval {
    font-size: 13px;
    padding: 10px 0;
    border-top: 0;
    background: #fff;
    border-left: 0;
    border-right: 0;
    margin-bottom: 5px;
}

.classification-retrieval > div {
    border-bottom: 1px dotted #eee;
    margin-bottom: 5px;
    padding: 0px 0 10px;
}

.classification-retrieval > div.no-border {
    border-bottom: none;
    margin-bottom: 0;
}

.classification-retrieval li {
    width: auto;
}

.classification-retrieval .fa {
    font-size: 14px;
}

.classification-retrieval a {
    padding: 0 6px;
    line-height: 22px;
    height: 22px;
    float: left;
    margin: 2px;
    font-size: 13px;
}

.classification-retrieval a.motif {
    padding-right: 0;
    letter-spacing: 3px;
    margin-left: 0;
    padding-left: 1px;
}

.classification-retrieval li.active a {
    color: #fff;
    border-radius: 15px;
    background: #dd2020;
}

.channel-head {
    padding: 0;
    margin-top: 10px;
}

.channel-head h2 {
    font-size: 18px;
}

.channel-head .iconfont {
    /*color: #dd2020;*/
    margin-right: 5px;
    position: relative;
    top: -1px;
    font-size: 18px;
}

.channel-head .focus-rolling {
    top: 5px;
}
.left-con .new-movie-box .title-wrap {
    margin-top: 0;
    margin-bottom: 5px;
}

.left-con .new-movie-box .sort-btn {
    font-size: 13px;
    margin-right: 5px;
    font-weight: normal;
}

.left-con .new-movie-box .sort-btn.active {
    color: #dd2020;
}

.left-con .new-movie-box .sort-btn .iconfont {
    font-size: 15px;
    top: 1px;
}

.title-wrap .page-num.count-right .content {
    display: none;
}

.content-wrap .page-num {
    margin-top: 15px;
}

.left-con .card .motif:before {
    display: none;
}
.left-con .card .channel-head .motif:before {
    display: block;
}
.left-con .new-movie-box .title-wrap {
    border-bottom: none;
}
.main{
    margin-bottom: 20px;
}

.channel-nav {
    /* margin: 20px 0 0; */
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    /*overflow: inherit;*/
    background: #fff;
    padding: 15px 0;
}

.channel-nav li {
    width: auto;
    white-space: nowrap;
    text-align: center;
    margin: 0 12px;
}
/*.channel-nav li.active:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #dd2020;
}*/
.channel-nav li > a {
    border: none;
    margin-right: 0;
}

.channel-nav li > a:hover {
    background: none;
    color: #dd2020;
}

.channel-nav li.active > a {
    border: none;
    color: #dd2020;
    font-weight: bold;
}
@media (max-width:768px) {
    .movie_main .new-movie-box .motif {
        margin-right: 0;
    }
    .channel-head h2 {
        font-size: 18px;
    }

    .channel-head .more {
        position: relative;
        top: -5px;
    }
    .channel-nav {
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
        margin-top: 0;
    }
    .channel-nav li {
        margin: 0;
    }
    .channel-nav li > a {
        padding: 0px 10px;
    }
}