.navtitle {
    padding: .225rem .14rem .225rem .28rem;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    align-items: center;
}

    .navtitle .list {
        -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1; /* OLD - Firefox 19- */
        width: 20%; /* For old syntax, otherwise collapses. */
        -webkit-flex: 1; /* Chrome */
        -ms-flex: 1; /* IE 10 */
        flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        justify-content: flex-start;
        align-items: center;
    }

        .navtitle .list li {
            padding: 0 0.1rem;
            font-size: .3rem;
            color: #888;
            cursor: pointer;
        }

            .navtitle .list li.active {
                position: relative;
                font-size: .32rem;
                color: #333;
                font-weight: bold;
            }

                .navtitle .list li.active::after {
                    content: '';
                    position: absolute;
                    bottom: -.1rem;
                    left: 50%;
                    margin-left: -.28rem;
                    width: .56rem;
                    height: .06rem;
                    background-color: #07428E;
                }

    .navtitle .more {
        flex-shrink: 0;
        font-size: .24rem;
        color: #9a9a9a;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

        .navtitle .more .iconfont {
            font-size: .4rem;
        }

.swiper-container {
    width: 7.5rem;
    height: 3rem;
}

    .swiper-container img {
        width: 7.5rem;
        height: 3rem;
    }



.icon-more {
    font-size: 0.26rem;
    margin: 0 0.1rem;
}

.new-list li {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    padding: 0.2rem;
    border-bottom: 0.01rem solid #9a9a9a;
}

.new-list .newstitle {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    width: 20%; /* For old syntax, otherwise collapses. */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 0.5rem;
}

.new-list .newstime {
}

.rt-img li {
    float: left;
    width: 50%;
    padding: 0.2rem;
    box-sizing: border-box;
}

.rt-img:after {
    content: ".";
    clear: both;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.rt-img-img {
    width: 3.33rem;
    height: 2.5rem;
    border: 0.01rem solid #9a9a9a;
    display: table;
}

    .rt-img-img a {
        display: table-cell;
        vertical-align: middle;
        max-width: 3.33rem;
        max-height: 3.33rem;
    }

    .rt-img-img img {
        margin: auto;
        display: block;
        width: 3.0rem;
        max-height: 2.35rem;
    }

.rt-img-title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
