/*i9r mobile css*/
body { background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
    font-family: "PingFang SC", Tahoma, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    display: block;
    }
div {
    display: block;
}
ol, ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.mar_r_10{
    margin-right: 10px;
}
.clear{ clear:both}
.color_red
{
    color:red;
}
.color_blue
{
    color:#337ab7;
}
.color_green
{
    color:green;
}
.martop8{
    margin-top: 8px;
}
.container{
    max-width: 640px; 
    margin: 0px auto; 
}
.postAuthor {
    width: 100%;
    padding: 0;
    background: #067cd5;
    color: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.clearfix {
    overflow: hidden;
}
.writer-info {
    padding: .15rem;
    display: flex;
    height: 1.50rem;
    position: relative;
    min-height: 40px;
}
.writer-info .logo {
    display: flex;
    height: 1rem;
    flex: 1;
    vertical-align: middle;
    align-items: center;
}
.writer-info .avatar {
    width: .8rem;
    height: .8rem;
    border-radius: inherit;
    overflow: hidden
}

.writer-info .avatar img {
    border-radius: 50%;
    box-shadow: none;
    width: 100%;
    height: 100%;
}
.writer-info .subtitle {
    padding: 10px 0 0 6px;
    float: left;
    width: auto;
    margin-left: .15rem;
}

.writer-info .subtitle span {
    display: block
}

.writer-info .subtitle span.name {
    font-size: .32rem;
    line-height: 1.5;
    height: auto;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2px;
    overflow: hidden;  
}
.writer-info .sourcetype {
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    float: left;font-size: 12px; margin-right: 10px;line-height: 1em;color:#b0b0b0
}
.writer-info .sourcetype:after{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 11px;
    border-right: 1px solid #e0e0e0;
    margin: .02rem 0 0;
}
.writer-info .subtitle span.introduce {
    color: #fff;
    opacity: .85;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden
}

.writer-info .follwed,.writer-info .follwer {
    position: absolute;
    right: 0;
    top: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    padding: 0 6px;
    border: 1px solid #178af7;
background: #178af7;
}

.writer-info .follwed {
    background: 0 0;
    padding: 0 8px;
    color: #aaa;
    border-color: #aaa
}
.moreLink {
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.moreLink a:link,
.moreLink a:active,
.moreLink a:visited,
.moreLink a
{
    color: #fff;
    text-decoration: none;
}
.czext {
    font-size: .32rem;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 0 .2rem;
}
.czext i {
    font-size: .42rem;
}
.czext span {
    display: block;
    font-size: .24rem;
}

#topNav-wrap {
    position: relative;
    height: .85rem;
    width: 100%;
    overflow: hidden;
}
#topNav {
    width: 100%;
    overflow: hidden;
    font-size: .28rem;
    height: .85rem;
    background: #fff;
    position: relative;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
    transform: translate3d(0,0,0);
}
#topNav .swiper-slide:first-child {
    padding-left: .3rem;
}
#topNav .swiper-slide {
    padding: 0 .16rem;
    letter-spacing: 2px;
    width: auto;
    line-height: .85rem;
    text-align: center;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
#topNav .swiper-slide {
    padding: 0 .16rem;
    letter-spacing: 2px;
    width: auto;
    line-height: .85rem;
    text-align: center;
}
#topNav-wrap .down {
    width: .75rem;
    height: .85rem;
    line-height: .85rem;
    background: #f9f9f9;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 9999;
    overflow: hidden;
    text-align: center;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
#topNav-wrap .down i {
    font-size: .34rem;
}
.pageMask {
    max-width: 640px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    display: none;
}
.back-wrapper {
    width: 100%;
    height: .85rem;
    background: #f5f6fa;
}
.back-wrapper .back {
    height: .85rem;
    line-height: .85rem;
    padding-left: .3rem;
    color: #333;
    font-size: .28rem;
    position: relative;
    cursor: pointer;
}
.my-channel {
    margin: .2rem;
    color: #666;
    font-size: .26rem;
}
.my-channel .channel-list {
    padding-top: .2rem;
}
.my-channel .channel-list .node-wrapper {
    width: 33.33%;
    height: .66rem;
    float: left;
    margin-bottom: .26rem;
    position: relative;
}
.my-channel .channel-list .node {
    height: .66rem;
    position: relative;
    overflow: visible;
}
.my-channel .channel-list .node .node-box {
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    height: .65rem;
    line-height: .66rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 .2rem;
}
.my-channel .channel-list .node .node-box a {
    color: #666;
}
.back-wrapper .back i {
    font-size: .34rem;
    vertical-align: middle;
}
.carousel{
    width: auto;
    height: 3rem;
}
.carousel-inner
{
    height: 3rem;   
}
.item {
    width: 100%;
    height: 100%;
}
.item a {
    position: relative;
    display: block;
    height: 3rem;
    overflow: hidden;
}
.newsnav{
    height: .85rem;
    line-height: .85rem;
    font-size: .3rem;
    
}
.newsnav li{
    width: 50%!important;
    float: left!important;
}
.newsnav li a,.newsnav li a:hover,.newsnav li a:focus{
    border-radius: 4px!important;
    border:none!important;
    height: 0.85rem!important;
    background: #FFF!important;
    color: #555!important;
}
.newsnav .active a span::after {
    position: absolute;
    content: '';
    background: #fede1d;
    border-radius: 1rem;
    width: .35rem;
    height: .06rem;
    left: 0;
    right: 0;
    bottom: .12rem;
    margin: 0 auto;
}
.newscont{
    
}
.imgBar {
    position: relative;
    margin: 0 .2rem;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
}
.imgBar a {
    display: flex;
    padding: .2rem 0;
}
.imgBar a:link, .imgBar a:active, .imgBar a:visited, .imgBar a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.clearfix {
    overflow: hidden;
}
.imgBar .imgInfo {
    width: 2rem;
    height: 1.5rem;
    border-radius: .05rem;
    margin-right: .2rem;
    position: relative;
}
.imgBar .imgInfo img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 0.01rem #ccc;
}
.imgBar .txtInfo {
    flex: 1;
    display: inline-block;
}
.imgBar h3 {
    margin-bottom: .19rem;
    color: #0b0c0d;
    letter-spacing: 0;
    font: 400 .24rem/.46rem "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    font-size: .28rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}
.imgBar .extr {
    display: flex;
}
.imgBar .extr p {
    font-size: .24rem;
    color: #9DA2A6;
    line-height: .3rem;
    flex: 1;
}
.imgBar .extr span {
    display: inline-block;
    margin-right: 5px;
}
.dropload-down {
    height: 50px;
}
.dropload-load {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f4f5f4;
}
.footer {
    font-size: .24rem;
    color: #b0b0b0;
    padding: 20px;
    position: relative;
    text-align: center;
    background: #FFFFFF;
}
.postHeader {
    padding: 10px 15px 12px;
    background: #fff;
}
.postHeader .title {
    font-size: .42rem;
    font-weight: 700;
    word-wrap: break-word;
    color: #333;
    margin: 10px 0;
    letter-spacing: 0.48px;
}
#postMain {
    padding: 5px 17px 10px;
    text-align: justify;
    -webkit-hyphenate-limit-after: 1;
    -webkit-hyphenate-limit-before: 1;
    line-height: 1.5;
    background: #fff;
}
#postMain .innerCont {
    font-size: 16px;
    color: #585858;
}
#postMain .innerCont p {
    font-size: .3rem;
    line-height: 1.7!important;
    word-wrap: break-word;
    margin-bottom: .36rem;
    text-align: justify;
    word-break: break-all;
    color: #323232;
    letter-spacing: 0.3px;
    max-width: 100%!important;
}
#postMain .innerCont img{
    max-width: 100%;
}
#article-body {
    overflow: hidden;
    position: relative;
}