#bdshare{
    display: none;
}

body,html{min-width:0;max-width: 100%;}

.articleContainer {
    width: 100%;
    background-color: #f2f2f2;
    margin: 0 auto;
}

.articleHeader {
    position: relative;
    height:50px;
    line-height: 50px;
    width: 100%;
    background-color: #e6e6e6;
    border:none;
    z-index: 1;
}

.articleHeader .img_wrapper {
    margin: 0 0 0 10px;
}

.articleHeader .img_wrapper img {
    vertical-align: middle;
    width:35px;
    height:35px;
    border-radius: 6px;
}

.articleHeader span {
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
    color: #3AB15B;
}

.articleHeader .down_link {
    display: inline-block;
    height: 28px;
    width: auto;
    padding: 0 15px;
    line-height: 28px;
    position: absolute;
    background: #3AB15B;
    color: #fff;
    vertical-align: middle;
    top: 12px;
    right: 10px;
    margin: 0;
    text-align: center;
    font-size: 12px;
}

.articleHeader .down_link img {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 50%;
     width:20px;
    height:20px;
    margin:-10px -10px 0 0;
    border-radius: 0;
}

.articleHeader .down_link:hover {
    background: none;
}

.article_note {
    display: none;
}

.article_title {
    margin: 0;
    padding-top:30px;
    font-size:20px;
    color: #3AB15B;
    text-align: left;
    line-height:30px;
}

.article_status {
    margin:20px 0 0 0;
    font-size:12px;
    color: #808080;
    text-align: left;
}

.article_status span[class*="view-icon"] {
    display: none;
}

.article_status span[class*="comment-icon"] {
    display: none;
}

.article_hr {
    display: none;
}

.img {
    word-wrap: break-word;
}

.img img {
    max-width: 100%;
}

.article_detail {
    margin: 0;
    background-color: #fff;
    border: none;
}

.article_detail_box {
    margin: 0 auto;
    width: 90%;
}

.article_detail_box p {
    font-size:16px;
    word-wrap: break-word;
    width: 100%;
    background-color: #fff;
    color: #666;
}

.article_url {
    display: none;
}

#article_comment {
    margin:20px auto 0 auto;
}

.comment-box {
    font-size:14px;
    width: 100%;
    padding:20px 0;
}

.comment-box .comment-info {
    margin-bottom:10px;
}

.comment-box ul {
    margin: 0 auto;
    width: 90%;
}

.comment-box:nth-of-type(even) {
    background: #f5f5f5;
}

.comment-box:nth-of-type(odd) {
    background: #fcfcfc;
}

.comment_hr {
    display: none;
}

.comment-box .user-img {
    width:50px;
    height:50px;
    float: left;
    border: 2px solid #ececec;
    padding: 2px;
}

.comment-box .comment-text {
    line-height:18px;
    width: 90%;
}

.comment_banner {
    font: bold 16px '微软雅黑';
    color: #4c4c4c;
    margin-left: 5%;
}

.comment_source {
    color: #ccc;
    width:60px;
    margin-right:20px;
}

.demoContainer {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    font-size: 10px;
}

.demoHeader {
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: #e6e6e6;
    border-bottom: 1px solid #d9d9d9;
    z-index: 1;
}

.demoNav {
    display: none;
}

.demoHeader>img {
    width: 35px;
    height: 35px;
    margin-left:10px;
    vertical-align: middle;
    border-radius: 6px;
}

.demoHeader span {
    margin-left: 10px;
    font: 24px '微软雅黑';
    vertical-align: middle;
    color: #01a8bd;
}

.demoHeader a {
    width: 40px;
    height: 100%;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    top: 0;
    right: 42px;
    margin: 0;
    background: none;
    text-align: center;
}

.demoHeader a:hover {
    background: none;
}

.demoHeader a:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    height: 100%;
    width: 0;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #fafafa;
}

.demoHeader a img, .demoHeader .mobile_menu img {
    display: inline;
    width: 20px;
    border-radius: 0;
    vertical-align: middle;
}

.demoHeader .mobile_menu {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mobile_menu:before {
    content: "";
    position: absolute;
    left: -2px;
    display: block;
    height: 100%;
    width: 0;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #fafafa;
}

.demoArticle {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.demoArticle:nth-of-type(odd) {
    background: #fcfcfc;
}

.demoArticle >img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

.demo_article_title {
    font: 24px '微软雅黑';
    color: #1568A0;
    width: 90%;
    margin: 30px auto 0 auto;
}

.feedArticleWrapper {
    width: 100%;
    background-color: #fefefe;
    min-height: 500px;
}

.feedArticleWrapper p {
    width: 90%;
    margin: 0 auto 0 auto;
}

.demo_article_content {
    font: 16px/24px '微软雅黑';
    color: #999;
    height:72px;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.feedArticleWrapper hr {
    display: none;
}

.demo_article_bar {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    position: relative;
    overflow: hidden;
}

.demo_article_more, .column_article_more {
    background-color: #eee;
    font: 16px '微软雅黑';
    color: #1568A0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 100%;
    margin-bottom:-50px;
}

.mobile_menu {
    position: relative;
}

.menu_list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu_list li {
    background: #01a8bd;
    border-top: 1px solid #fff;
    width: 100%;
    list-style: none;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}

.demo_loading_info {
    color: #016681;
    font-size: 16px;
    text-align: center;
    margin: 1em 0 0 0;
}