﻿ .n_module {
    font-size: 18px;
}
.n_module {
    clear: both;
    overflow: hidden;
    background: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 17px;
}
.n_list {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.n_list a {
    float: left;
    /*width: 14.6%;*/
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 32px;
    padding: 0 1%;
    color: #000;
}
.n_list .icon_open {
    line-height: 30px;
}
[class^="icon_"], [class*=" icon_"] {
    font-family: 'SinaHomeFont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.n_list .icon_open {
    line-height: 30px;
}.card_module {
     clear: both;
     overflow: hidden;
     margin-bottom: 8px;
     background: #fff;
 }
.recommend_items {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 16px;
    padding: 0 10px;
}
.recommend_items li span {
    float: left;
    background: #ff6900;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    margin: 12px 12px 0 10px;
}
.recommend_items li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
}
.recommend_items li:first-child {
    /*z-index: 10;*/
}
.recommend_items li {
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
}



.j_scroller {
    position: relative;
    z-index: 99;
}
.f_pic_box {
    display: box;
    display: -webkit-box;
    padding: 10px;
    position: relative;
    left: 0px;
}
.f_pic_box .f_pic_li {
    width:26%;
    position: relative;
    background-size: 45px auto;
}
.f_pic_box .pic_img {
    width: 100%;
}
.f_pic_box .pic_info {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    width: 100%;
    text-indent: 10px;
    height: 35px;
    line-height: 35px;
    padding-top: 15px;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.0) 0,rgba(0,0,0,.6) 100%);
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.f_pic_box .pic_info .icon_img {
    display: none;
}


.f_more_tips {
    position: relative;
    top: -1px;
    padding: 0 10px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    clear: both;
}
.f_more_tips .more_btn {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #129bf0;
    height: 35px;
    line-height: 35px;
    /*border-top: 1px solid #dfdfdf;*/
}
.f_more_tips .more_icon {
    color: #129bf0;
    display: inline-block;
    padding-left: 8px;
    vertical-align: -1px;
}
/**/
.article_link {
    display: block;
    position: relative;
    padding: 16px 10px;
    min-height: 42px;
    font-size: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,.1);
    -webkit-touch-callout: none;
}
.item_detail h3 {
    color: #222;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    overflow: hidden;
}
.dotdot {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
}
.list_image,  .list_img_holder_large {
    margin-top: 6px;
}
.list_image ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
}
.list_image ul li:first-child {
    float: left;
    padding-right: 2px;
}
.list_image ul li:last-child {
    float: right;
    padding-left: 2px;
}
.list_image ul li {
    display: inline-block;
    overflow: hidden;
    width: 33.3%;
    box-sizing: border-box;
}
.desc {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
}
 .line3 {
    -webkit-line-clamp: 3;
}
 .image-margin-right {
    margin-right: 12px;
}
.desc .dotdot {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
}
.desc h3 {
    color: #222;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    overflow: hidden;
}
.item_info {
    color: #999;
    overflow: hidden;
    font-size: 0;
    margin-top: 6px;
}

.item_info .hot_label, content.feed-list-container .item_info .recommend_label {
    display: inline-block;
    font-size: 9px;
    line-height: 12px;
    width: 12px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;
}
.item_info .space {
    margin-right: 5px;
}
.item_info span {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    vertical-align: middle;
}
.item_info .hot_label {
    color: #f85959;
    border-color: rgba(248,89,89,.5);
}
.list_img_holder {
    overflow: hidden;
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}
/*图片默认背景*/
/*.list_img_holder {*/
    /*height: 1.96875rem;*/
    /*position: relative;*/
    /*background: url(../images/banner.png) #efefef no-repeat 50%;*/
    /*background-size: 50%;*/
/*}*/
/*图片默认背景*/
.list_img_holder img {
    border: none;
    display: block;
    width: 100%;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity ease .3s;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    text-decoration: none;
}
.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix h3 {
    color: #222;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    overflow: hidden;
}
.list_img_holder_large img {
    border: none;
    display: block;
    width: 100%;
    pointer-events: none;
}
/*分类选择*/
.n_module .top_menu_bar {
    background: #f4f5f6;
    height: 37px;
    box-sizing: border-box;
}
.top_menu_bar .top_menu_more {
    float: right;
    position: relative;
}
.top_menu_bar .top_menu_more .list_shadow {
    position: absolute;
    width: 10px;
    height: 36px;
    left: -10px;
    background: url("../images/indext.png") no-repeat 100%;
    background-size: contain;
    background-color: rgba(244,245,246,.3);
}
.top_menu_bar .top_menu_more .more_btn {
    background: url(../images/addred.png) no-repeat 50%;
    display: block;
    width: 40px;
    height: 36px;
    background-size: 20px;
}
.top_menu_bar .top_menu_list {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.top_menu_bar .top_menu_list .btn.cur {
    color: #f85959;
}
.btn {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
}
.top_menu_bar .top_menu_list .btn {
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #505050;
    text-decoration: none;
    font-size: 17px;
    line-height: 26px;
    height: 26px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,.3);
}
/*分类删减*/
.toolbar {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #0579F2;
}
.toolbar span {
    display: block;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}
.toolbar span a {
    color: #fff;
    font-weight: 900;
}
.toolbar span.backBtn {
    width: 44px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.toolbar span.backBtn a {
    width: 50%;
    height: 50%;
    background: url(../images/indexj.png) no-repeat 50%;
    background-size: 100%;
    text-indent: -1000em;
}
.controlBlock {
    width: 100%;
    font-weight: 500;
}
.controlBlock .controlTitle {
    display: block;
    padding: 0 10px;
    line-height: 2em;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #666;
}
.controlBlock .controlDetail {
    margin: 10px 0;
}
.channelFigure {
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
    -webkit-animation: zoomIn .3s ease;
    animation: zoomIn .3s ease;
}
.tuijian a {
    background-color: #f0f0f0;
}
.channelFigure a {
    font-size: 14px;
    display: block;
    margin: 0 8px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 2em;
    color: #333;
}