.skin-white {
    padding-top: 60px;
}
.body_banner {
    width: 100%;
    height: 230px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
}
.panel-default {
    border: none;
    padding: 0 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
.article-content > .panel-heading {
    padding: 0;
    margin: 0 -15px;
}
.panel-default > .panel-heading {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.article-content > .panel-heading > .breadcrumb {
    background: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 15px;
}
.panel-default > .panel-body {
    position: relative;
    padding: 15px 0;
}
.article-metas {
    overflow: hidden;
}
.article-metas .metas-title {
    margin: 0;
    font-size: 1.65em;
    line-height: 1.45;
    margin-bottom: 5px;
    color: #444;
}
.article-metas .metas-body {
    color: #999;
    margin: 0px auto;
}
.article-text {
    word-break:break-word;
    line-height: 30px;
    margin-bottom: 15px;
}
.article-text img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
.entry-meta ul {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.entry-meta ul li {
    line-height: 26px;
}
.article-prevnext {
    color: #666;
}
.tag {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #007bff;
    background: #e5f2ff;
    margin-right: 3px;
    border-radius: 2px;
}