* {
    padding: 0;
    margin: 0
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: "FZLanTingHei-R-GBK", STHeiti STXihei, Microsoft Yahei, Arial;
/*            -webkit-filter: grayscale(100%);  //官网黑白
    filter: grayscale(100%);*/
}

ul, li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #888;
}

#infinite_scroll {
    padding: 40px 20px 0px;
    padding: 65px 20px 0px !important;
    overflow: hidden;
}

#footer_inner {
    color: RGB(124, 124, 124);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    border-top: 1px solid RGB(242, 242, 242);
}

#footer_inner a {
    color: RGB(124, 124, 124);
}

.loading {
    width: 35px;
    height: 40px;
    margin: 0 auto;
}

.loading .loading_moddle {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    padding-left: 6px;
}

.cell {
    padding: 18px 0 18px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: inherit;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: inherit;
    -moz-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: inherit;
    box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0px;
}

.cell .adbox {
    width: auto;
    margin-bottom: 12px;
}

.cell .adbox img {
    width: 100%;
    border-radius: 6px;
}

.cell .cell_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.cell .pic-cover {
    position: relative;
    width: 32.1%;
    height: auto;
    padding-top: 21.4%;
    max-height: 112px;
    margin-left: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.cell .pic-cover:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: solid 1px rgba(0,0,0,.1);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 10px;
    box-sizing: border-box;
}

.title {
    font-size: 17px;
    line-height: 1.47;
    color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.author {
    line-height: 1.0em;
    font-size: 11px;
    color: #ababab;
    margin-top: 5px;
}
.author span{
    display: inline;
    vertical-align: middle;
    margin-right: 6px;
}
.author img{
    display: inline-block;
    vertical-align: middle;
}
.adbox_img{
    margin-top: 5px;
}
.medias {
    margin-top: 5px;
    margin-bottom: 5px;
}

.medias ul {
    display: block;
    clear: both;
    height: 60px;
}

.medias ul li {
    display: inline-block;
    width: 30%;
    text-align: center;
    height: 60px;
    overflow: hidden;
    float: left;
}

.medias ul li.c1 {
    margin-right: 3%;
}

.medias ul li.c2 {
    width: 30%;
    margin: 0 2%;
}

.medias ul li.c3 {
    margin-left: 3%;
}

.medias ul li img {
    width: 100%;
}

.b_medias {
    margin-top: 5px;
    margin-bottom: 5px;
}

.b_medias ul {
    display: block;
    clear: both;
    height: 180px;
}

.b_medias ul li {
    display: inline-block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    float: left;
}

.b_medias ul li img {
    width: 100%;
}

p#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
}

p#back-to-top a {
    text-align: center;
    text-decoration: none;
    color: #d1d1d1;
    display: block;
    width: 50px;
}

p#back-to-top a:hover {
    color: #979797;
}

p#back-to-top a span {
    background: url(/static/image/top_3.png) no-repeat center center;
    border-radius: 1px;
    display: block;
    height: 50px;
    width: 50px;
    margin-bottom: 5px;
    background-size: 50px;
}

div.titlebar_left {
    overflow: hidden;
    text-decoration: none;
    background: url(/static/image/tab_border.png) no-repeat right top;
    background-size: 0.2em 2.2em;
    position: relative;
    height: 2.1em;
}

div.titlebar {
    list-style-type: none;
    margin: 0px;
    display: block;
    margin-left: 5px;
    white-space: nowrap;
    position: absolute;
}

div.titlebar a {
    line-height: 2em;
    text-align: center;
    padding: 0 8px 0;
    display: inline-block;
    white-space: nowrap;
}

a.on {
    border-bottom: 0.2em solid #f84444;
    color: #f84444;
}

div.titlebar a:visited {
    color: #000;
}

div.titlebar a.on:visited {
    color: #f84444;
}

.tb {
    background: #fff;
}

#head {
    width: 100%;
    -moz-opacity: 0.95;
    opacity: 0.95;
    background-color: #f84444;
    height: 42px;
    overflow: hidden;
}

.titlebar_right {
    float: right;
}

.titlebar_right a {
    color: #f84444;
    width: 2em;
    height: 2.3em;
    line-height: 2.3em;
    text-align: center;
    margin: 0 8px 0;
    display: inline-block;
    white-space: nowrap;
}

#head_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}