.path-nav-wrap {
    padding-top: 15px;
}
.headline h2 {
    display: block;
    font-size: 18px;
}
.headline h2 a {
    color: #333;
}
.headline h2 a .fa-weixin {
    padding-right: 5px;
    color: #555;
}
#hot-news {
    margin-bottom: 60px;
}
.carousel-inner {

}
.img-wrap {
    display: block;
    height: 380px;
}
@media (max-width: 767px) {
    .img-wrap {
        height: 230px;
    }
}
.carousel-caption span {
    display: inline-block;
    color: #fff;
    background-color: rgba(0,0,0,.45);
    font-size: 13px;
    cursor: default;
}
.hot-news-list {
    padding: 10px 8px;
    height: 380px;
}
.hot-news-list .news-item {
    padding-top: 5px;
    border-bottom: 1px solid rgba(0,0,0,.07);
}
/*.hot-rank {*/
    /*display: inline-block;*/
    /*margin-right: 9px;*/
    /*height: 27px;*/
    /*width: 27px;*/
    /*background-color: rgba(174, 174, 174, 0.84);*/
    /*border-radius: 50%;*/
    /*text-align: center;*/
    /*font-size: 12px;*/
    /*color: #fff;*/
    /*line-height: 27px;*/
/*}*/
.hot-news-list .news-item h3 {
    margin-bottom: 5px;
    font-size: 15px;
    /*color: #333;*/
}
.hot-news-list .news-item time {
    position: relative;
    top: -2px;
    font-size: 12px;
    /*color: rgba(191, 8, 19, 0.61);*/
    color: #555;
    /*font-style: italic;*/
}
.hot-news-list .news-item p {
    font-size: 13px;
    color: #444;
    text-align: justify;
    line-height: 1.4;
}
@media (max-width: 992px) {
    .img-wrap {

    }
    .hot-news-list {
        height: auto;
    }
}
@media (min-width: 1200px) {
    .hot-news-list {
        padding: 23px 8px;
    }
    .hot-news-list .news-item {
        padding-top: 10px;
    }
}

#news-list-wrap {
    padding-bottom: 50px;
}

.weixin-news-list {

}
.weixin-news-item {
    /*padding: 10px 0;*/
}
a.weixin-news {
    /*margin: 0 10px;*/
    display: block;
    padding: 10px 0;
    /*border-bottom: 1px solid rgba(0,0,0,.3);*/
}
.weixin-cover {
    height: 200px;
    width: 190px;
}
.weixin-news-detail {
    /*height: 125px;*/
}
.weixin-news-title {
    font-size: 20px;
    color: #333;
    font-weight:bold;
}
.weixin-news-content {
    font-size: 13px;
    color: #555;
    text-align: justify;
}
.weixin-news-time {
    font-size: 13px;
    color: #ddd;
}
.news-list {
    position: relative;
    padding: 10px 5px;
    /*height: 150px;*/
}
.news-list .news-item {
    position: relative;
    margin-bottom: 9px;
}
.news-list .news-item a {
    display: inline-block;
    padding-right: 35px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.news-list .news-item i {
    padding-right: 5px;
    color: #999;
}
.news-list .news-item time {
    position: absolute;
    top: 0;
    right: 0;
    /*margin-left: 50px;*/
    font-size: 13px;
    color: #666;
}

/* article ... */
.img-news-wrap {

}
.article-wrap {
    padding: 20px 15px;
}
.article-wrap article * {
    max-width: 100% !important;
    word-wrap: break-word !important;
}
.article-wrap article {
    margin-left: auto;
    margin-right: auto;
    /*width: 650px;*/
    width: 70%;
}
.article-wrap .social-share {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 700px;
}
.article-wrap article h2.news-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 23px;
    border-bottom: 1px dashed rgba(0,0,0,.09);
}
.article-wrap article > .news-meta {
    padding-bottom: 20px;
}
.news-meta > .news-author{
    margin-right: 2px;
    padding-right: 5px;
    font-size: 13px;
    color: #333;
    border-right: 1px solid rgba(0,0,0,.13);
}
.news-meta time {
    font-size: 13px;
    color: #555;
}

@media only screen and (max-width: 767px) {
    .weixin-news-detail {
        padding-top: 15px;
    }
    .article-wrap article,
    .article-wrap .social-share {
        width: auto;
    }
}
@media only screen and (max-width: 992px) {
    .hot-news-list {
        margin-top: 30px;
    }
}
.news-body img {
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
}
.news-body .video_iframe {
    width: 100%;
    /*width: 670px !important;*/
    /*height: 502px !important;*/
    /*overflow: hidden;*/
}
.news-body h1,
.news-body h2,
.news-body h3,
.news-body h4 {
    font-weight: 400;
    line-height: 1.5;
}
.news-body h1 {font-size: 18px}
.news-body h2 {font-size: 17px}
.news-body h3 {font-size: 16px}
.news-body h4 {font-size: 15px}
.news-body p {
    /*text-indent: 2em;*/
    margin: 0;
    color: #3e3e3e;
    font-weight: 500;
}
.news-body em {
    font-style: italic;
}
.news-body fieldset {
    min-width: 0;
}
.news-body .list-paddingleft-2 {
    padding-left: 30px
}
.news-body blockquote {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #dbdbdb
}

/* social share */
.social-share {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
#source-link {
    float: left;
}
#source-link a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.post-share-actions {
    float: right !important;
}
#share-label {
    padding-right: 5px;
    line-height: 23px;
    font-size: 13px;
    color: #666;
}
body .bd_weixin_popup_main {
    box-sizing: content-box ;
}

body .bd_weixin_popup .bd_weixin_popup_head {
    text-align: center;
}

body .bd_weixin_popup .bd_weixin_popup_foot {
    text-align: center;
}

div#bdshare_weixin_qrcode_dialog.bd_weixin_popup {
    height: 300px !important;
}
.bdsharebuttonbox a {margin: 3px 5px;}

.bdsharebuttonbox .glyphicon {
    float: right;
    height: 1em;
    line-height: 1em;
    margin: 0 5px 0 5px;
    padding: 0;
    font-size: 17px;
    background-image: none;
}

/* seems z-index here is a trick and i don't like it */
.bdsharebuttonbox .glyphicon > i {
    position: relative;
    z-index: -1;
    font-size: 18px;
    color: rgba(0,0,0,.6);
    /*opacity: 0.7;*/
}

.glyphicon:empty {
    width: 1em;
}

/* what is the style used for */
.radius_avatar {
    display: inline-block;
    background-color: #fff;
    padding: 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    vertical-align: middle
}

.radius_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #eee
}

.cell {
    padding: .8em 0;
    display: block;
    position: relative
}

.cell_hd, .cell_bd, .cell_ft {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap
}

.cell_primary {
    width: 2000px;
    white-space: normal
}

.flex_cell {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_cell_primary {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    flex: 1
}

/* original tool area */
.original_tool_area {
    display: block;
    padding: .75em 1em 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #3e3e3e;
    border: 1px solid #eaeaea;
    margin: 20px 0
}

.original_tool_area .tips_global {
    position: relative;
    padding-bottom: .5em;
    font-size: 15px
}

.original_tool_area .tips_global:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.original_tool_area .radius_avatar {
    width: 27px;
    height: 27px;
    padding: 0;
    margin-right: .5em
}

.original_tool_area .radius_avatar img {
    height: 100% !important
}

.original_tool_area .flex_cell_bd {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.original_tool_area .flex_cell_ft {
    font-size: 14px;
    color: #8c8c8c;
    padding-left: 1em;
    white-space: nowrap
}

.original_tool_area .icon_access:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-color: #cbcad0;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    /*top: -2px;*/
    top: -1px
}

/* sub news page */
.sub-news-wrap {
    padding-top: 15px;
    min-height: 300px;
}
.path-nav-wrap {
    margin-top: 0;
}
.sub-news-wrap .news-list {
    min-height: 210px;
}
.sub-news-wrap .news-list .news-item {
    /*margin-bottom: 9px;*/
}

/* activity list page */
#activities {

}
#activities .headline h2 {
    font-size: 23px;
    color: #555;
}
.activity-list li {
    padding: 18px 0 12px 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.activity-list li h4 {
    margin-bottom: 13px;
    font-size: 15px;
}
.activity-list li h4 a {
    color: #333;
}
.activity-meta {
    margin-bottom: 10px;
    font-size: 14px;
}
.activity-meta span {
    display: inline-block;
    padding: 0 5px 0 4px;
    line-height: 1.8;
    color: rgb(113, 11, 14);
    border-right: 1px solid rgba(0,0,0,.13);
}
.activity-meta span:nth-last-child(1) {
    border-right: none;
}
.activity-meta span i {
    margin-right: 3px;
}

.activity-list li p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.7;
}
.activity-list li p a {
    display: inline-block;
    color: #555;
}

/* activity item page */
#activity {
    margin-bottom: 30px;
}

#activity .news-body {
    margin-top: 15px;
}