.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;
}
#content-container > h1 {
    margin-top: 15px;
}
.category-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #444;
}
h1 .breadcrumb {
    padding: 0 5px;
    margin-bottom: 5px;
    background: none;
}
.category-title .breadcrumb li {
    font-size: 14px;
}
h1 .breadcrumb li {
    font-size: 12px;
    font-weight: 400;
}
.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;
}
.panel-default > .panel-heading {
    position: relative;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
    font-size: 16px;
}
.panel-default > .panel-heading div.more {
    top: 17px;
}
.panel-default > .panel-heading .more {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
}
.category-order li > a.active {
    color: #007bff;
}
.panel-default > .panel-body {
    position: relative;
    padding: 15px 0;
}
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.article-list {
    padding: 0;
    background: #fff;
}
.article-list .article-item {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
.article-list .media {
    color: #919191;
}
.article-list .media .media-left {
    overflow: hidden;
    padding: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}
.img-zoom img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-zoom:hover img{
    transform: scale(1.2,1.2);
}
.article-list .media .media-left a {
    display: block;
    width: 160px;
}
.article-list .media .media-body {
    padding-left: 20px;
    line-height: 25px;
}
.article-list .media-body {
    position: relative;
}
.article-list .article-title {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.45;
    color: #000;
}
.article-list .article-title .highlight {
    color: red;
}
.article-list .article-title a {
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-list .article-intro {
    height: 44px;
    line-height: 22px;
    color: #828a92;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.article-list .media-body .article-tag {
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    color: #aaa;
    font-size: 13px;
}
.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;
}
.article-list .media-body .article-tag span {
    margin: 0 8px;
}
.loadmore-line {
    border-top: 1px solid #eeeeee;
    margin-top: 2.4em;
}
.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
    clear: both;
}
.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 0.55em;
    background-color: #FFFFFF;
    color: #808080;
}
.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}