body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0
}

body, div, h1, h2, h3, h4, h5, p, form, ul, ol, label, input, textarea, img, span, dl, dt, dd {
    margin: 0;
    padding: 0;
}

/* Reset */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    min-height: 100%
}

body.active {
    overflow-x: hidden;
    overflow-y: hidden
}

body, button, input, select {
    font: 12px/1.5 arial, 'microsoft yahei', "\5B8B\4F53", sans-serif;
    _font: 12px/1.5 'microsoft yahei', tahoma, arial, simsun, sans-serif;
    outline: none;
}

ul {
    list-style: none;
}

code[class*="language-"], pre[class*="language-"] {
    line-height: 1.4 !important
}

div.prism-show-language > div.prism-show-language-label[data-language] {
    font-size: 10px!important;
    margin: 0!important;
}

pre {
    font-size: 12px!important;
    background-color: #fcf8e3 !important;
    border: 1px solid #faebcc;
}

.p0 {
    padding: 0
}
.pr0 {
    padding-right: 0
}
.mt30 {
    margin-top: 30px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #727272;
    font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

input, button, a {
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
}

a {
    color: #333;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
}

a:hover, a:focus {
    color: #0488cd;
    text-decoration: none;
}

h3 {
    font-size: 22px;
    position: relative;
    margin: 0 0 25px;
}

h3.title, h4.title {
    overflow: hidden;
    line-height: 28px;
    margin: 10px 0;
}

h3.title:after, h4.title:after {
    background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}

h4 {
    position: relative;
}

.no-line h3.title:after {
    background: none !important;
}

p {
    margin: 0 0 10px;
}

.glyphicon {
    top: 2px;
}

.container {
    z-index: 0;
    padding: 0;
}

.btn-default {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.header-banner {
    height: 200px;
    position: relative
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
}

.single-post-content img,.thumb-panel img {
    max-width: 100%;
    height: auto;
    width: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.item_title {
    position: relative;
    padding: 0 15px;
}

.blog-bg {
    background: #fafafa;
}

.border-bottom {
    border-bottom: 1px #eee solid;
}

#loading {
    height: 3px;
    background-color: #006699;
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    font-size: 0;
    overflow: hidden;
    display: none;
}

.portfolio-item {
    background: url(../img/bg_off.png) repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.portfolio-item-title {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #FFF;
}

.portfolio-item-title a {
    font-weight: 600;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.portfolio-item img {
    display: block;
    width: 100%;
}

.portfolio-item-title p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}

.section-item {
    padding: 30px 0;
}

.footer-bottom {
    background: #25292C;
    color: #888;
    font-size: 12px;
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
    padding: 0;
}

.footer-bottom a {
    color: #fff;
}

/* Carousel base class */
.carousel {
    height: 500px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.featurette-image {
    margin-bottom: 20px;
}

.service-reasons {
    background: url(../img/img-bg-blur.jpg) 50% 0 no-repeat fixed;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.scrollup {
    width: 40px;
    height: 40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 16px;
    background: #9e9e9e;
    z-index: 99;
    border-radius: 4px;
    transition: all 0.5s ease-out;
}

.scrollup i {
    line-height: 38px;
}

a.scrollup:hover {
    background: #000;
}

a.scrollup:hover i, a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}

.main-content {
    padding: 60px 0 0;
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: #ddd;
    background: #fafafa;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#fafafa));
    background: -webkit-linear-gradient(top, #f8f8f8, #fafafa);
    background: -moz-linear-gradient(top, #f8f8f8, #fafafa);
    background: -ms-linear-gradient(top, #f8f8f8, #fafafa);
    background: -o-linear-gradient(top, #f8f8f8, #fafafa);
}

div.content-box.big {
    padding: 0 7% 30px;
    border-radius: 3px;
    background: #fafafa;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    margin-bottom: 50px;
    margin-top: 20px;
}

div.content-box.big .ch-info-wrap {
    margin: -42px auto 35px;
    position: relative;
    left: auto;
    top: auto;
}

.ch-info-wrap {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #666;
    text-align: center;
    top: 10px;
    left: 10px;
}

.content-box-info {
    text-align: center;
}

.content-box-info p {
    text-align: left;
    font-size: 12px;
}

.content-box-info a {
    font-size: 12px;
}

.ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    opacity: 0;
}

.ch-info {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
}

.ch-info .ch-info-back {
    background: #0488cd;
}

.ch-info-wrap i {
    color: #FFFFFF;
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
    line-height: 80px;
    position: relative;
    z-index: 5;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: #ddd;
    background: #fafafa;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#fafafa));
    background: -webkit-linear-gradient(top, #f8f8f8, #fafafa);
    background: -moz-linear-gradient(top, #f8f8f8, #fafafa);
    background: -ms-linear-gradient(top, #f8f8f8, #fafafa);
    background: -o-linear-gradient(top, #f8f8f8, #fafafa);
    border-bottom-color: #0488cd;
}

.contact-box:hover, div.content-box div.content-box-icon:hover, div.content-box div.content-box-icon:hover i, .contact-box:hover h3 {
    color: #fff;
}

div.content-box.big:hover {
    background: #fafafa;
}

.ch-item:hover .ch-info-front {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.ch-item:hover .ch-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: 1;
    pointer-events: auto;
}

.portfolio-item {
    background: url("../img/bg_off.png") repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 4px;
    overflow: hidden;
    display: block;
}

.portfolio-item img {
    display: block;
    width: 100%;
}

.fullscreen {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
    opacity: 0;
}

.fullscreen i {
    color: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 11;
    background: rgba(0, 0, 0, 0.6);
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 100px;
}

.portfolio-item-link {
    display: block;
    position: relative;
}

.post-item-link {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
    background: rgba(50, 50, 50, 0.75)
}

.portfolio-item.round img {
    border-radius: 2px;
}

a.portfolio-item-link {
    line-height: 0;
    padding: 0;
    margin: 0;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    /* IE 8 */
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.portfolio-item-link span.portfolio-item-hover:hover, .post-item-link span.post-item-hover:hover, .img-hover:hover {
    background-position: center center;
}

.portfolio-item-title {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #FFF;
}

.portfolio-item-title a {
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.portfolio-item-title a:hover {
    text-decoration: none;
}

.portfolio-item-title p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}

.siderbar .panel {
    padding-top: 15px;
}

.siderbar .panel-body, .blog-content .panel-body {
    padding-top: 0;
}

.list-default li {
    border-bottom: 1px dotted #e4e4e4;
    line-height: 25px;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
}


.list-default li a {
    font-size: 14px;
}

.list-default li.active a {
    color: #337ab7;
}

.list-default li span {
    display: block;
    font-size: 12px;
    color: #CCC;
}

.comment li {
    border-bottom: 1px dotted #e4e4e4;
    line-height: 25px;
    padding: 5px 0;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}

.comment li img {
    float: left;
    margin-right: 5px;
    -webkit-transition: .6s;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    -moz-transition: -moz-transform .6s ease-out
}

.comment li:hover img {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg)
}

img.avatar, img.side_avatar {
    border: 1px #e4e4e4 solid;
    padding: 2px;
}

.comment li span {
    display: block;
    font-size: 12px;
    color: #CCC;
}

.tags {
    padding: 0;
    width: 100%;
    display: block;
}

.tags li {
    display: inline-block;
    margin: 5px;
}

.tags li a span.badge {
    display: none;
}

.list_two li {
    width: 49%;
    display: inline-block;
    text-indent: 5px;
    border-bottom: 1px #d9d9d9 dotted;
    font-size: 12px;
    line-height: 30px;
}

.img-item {
    position: relative;
}

.plist {
    position: relative;
    padding: 20px;
}

.plist h4 {
    border-bottom: 1px #e4e4e4 dotted;
    line-height: 40px;
    margin-bottom: 10px;
}

.plist .media-infos {
    position: absolute;
    top: 25px;
    right: 20px;
    line-height: 30px;
}

.plist .media-infos span {
    font-size: 25px;
    font-weight: bold;
    color: #F60;
    top: 0px;
    right: 40px;
    position: absolute;
    margin-right: 8px;
}

.plist .media-footer a {
    margin: 0 10px 0 0;
    color: #bbb;
}

.plist .media-footer a:hover {
    color: #0488cd;
}

.plist .media-body img {
    display: none;
}

.plist .media-footer {
    width: 100%;
    font-size: 12px;
    text-indent: 0.1em;
    margin-top: 10px;
    display: block;
    color: #bbb;
    border-top: 1px #e4e4e4 dotted;
    line-height: 40px;
    height: 40px;
}

.plist .media-footer .pull-right a.item_praise{
    margin-left: 10px;
}

/****************文章内容页begin*********************************/
.single .single {
    padding: 20px
}

.single .pager li {
    margin-right: 10px;
    margin-left: 10px
}

.single .post-tags {
    font-size: 12px;
    text-indent: 0.1em;
    display: block;
    color: #999;
    padding-bottom: 10px;
}

.single .post-tags a {
    margin-right: 10px;
    color: #999;
}

.single .post-footer {
    font-size: 12px;
    text-indent: 0.1em;
    display: block;
    color: #999;
    border-top: 1px #e4e4e4 dotted;
    line-height: 40px
}

.single .post-footer li {
    float: left;
    margin-right: 20px;
}

.single .post-footer li a{
    color: #999;
}

.single .post-footer li a:hover,.single .post-tags a:hover{
    color: #0488cd;
}

.single .pager {
    padding-left: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
}

.single .single h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #e4e4e4 dotted;
    padding-bottom: 20px;
    line-height: 35px;
    color: #333;
}

.single .single .post-body p, .single .single .post-body div {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
    word-wrap: break-word;
}

.info-con {
    font-size: 15px;
    line-height: 1.6;
    word-wrap: break-word;
}

.info-con p,.info-con div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-con ol,.info-con ul{
    font-weight:400;
    margin-left:30px
}
.info-con ol li{
    list-style-type:decimal;
}

.info-con ol li,.info-con ol li p,.info-con ul li,.info-con ul li p{
    font-style:normal;
    font-weight:normal;
    margin: 5px 0!important;
}

.info-con a{
    color: #0488cd;
    transition: all 0.5s ease-in-out;
}

.info-con a:hover{
    color: #0c5897;
}

.single .single .post-body h2{
    font-size: 18px;
    background: #F5F5F5;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 5px rgb(66, 139, 202) solid;
    border-bottom: 0;
}

.single .thumb-panel h2{
     font-size: 18px;
     background: #F5F5F5;
     padding: 10px;
     margin-top: 15px;
     margin-bottom: 15px;
     border-left: 5px rgb(66, 139, 202) solid;
     border-bottom: 0;
 }

.related {
    position: relative;
    padding: 15px 0
}

.related h2 {
    font-size: 18px;
    margin: 0;
    border-bottom: 1px #e4e4e4 solid;
    line-height: 40px
}

.related ul {
    padding: 0 20px
}

.related li {
    border-bottom: 1px #e4e4e4 dotted;
    line-height: 40px;
    list-style: none
}

.related li span {
    font-size: 12px;
    color: #999;
    margin-left: 20px
}

/****************文章内容页end*********************************/

/****************文章评论列表开始*********************************/
#divCommentPost {
    padding: 20px 20px 40px 20px
}

.msglist {
    position: relative;
    padding: 20px
}

.msglist label {
    display: none;
}

.msglist .item_title {
    padding: 0
}

img.avatar, img.side_avatar {
    border: 1px #e4e4e4 solid;
    padding: 2px
}

.msg {
    border-bottom: 1px #e4e4e4 dotted;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    width: 100%;
}

.msg:hover {
}

.msg .media {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.msg .media label {
    height: 10px;
}

.msg .media .media-body {
    width: 100%;
    position: relative;
    overflow: visible !important;
    padding-top: 2px;
}

.msg .media .media-body .media-body-content {
    width: 100%;
    float: left;
    display: block;
}

.msg .media .media-heading {
    font-size: 12px;
}

.msg .media .media-heading i {
    color: #ccc;
}

.msg .media .media-heading .floor {
    font-size: 12px;
}

.msg .media .media-heading .floor a{
    color: #D7D7D7;
    margin-left: 10px
}

.msg .media .media-heading .floor a.share {
    display: none
}

.msg .media .media-heading .floor a:hover {
    color: #999;
}

.msg .media .media-heading .label {
    font-size: 12px;
}

.msg .media .media-heading .floor b {
    font-size: 30px;
    font-weight: normal
}

.msg .media .avatar {
    width: 55px;
}

.msg h4 {
    font-size: 14px;
    margin-top: 5px;
}

.msg h4 a {
    color: #eb6c5f
}

.msg h4 small {
    font-size: 12px;
    color: #999;
    margin-left: 10px
}

.msg .msg h4 {
    margin-top: 0;
}

/*.msg .revertcomment {*/
    /*font-size: 12px;*/
    /*color: #D7D7D7;*/
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*right: 0*/
/*}*/

/*.msg .revertcomment .share {*/
    /*display: none*/
/*}*/

/*.msg .revertcomment a {*/
    /*color: #D7D7D7;*/
    /*margin-left: 10px*/
/*}*/

/*.msg .revertcomment a:hover {*/
    /*color: #999;*/
/*}*/

.msg .revertbox {
    height: 40px;
    display: none;
}

.msg .msg {
    border: 0;
    padding-bottom: 0;
    float: left;
    display: block;
    width: 100%;
}

.msg .msg h4 small {
    font-size: 12px;
    clear: both !important;
}

.msg .msg .media {
    margin: 0;
    padding-top: 10px;
    border-top: 1px #eee dotted;
}

.msg .msg .media .avatar {
    width: 45px;
    border: 1px #ccc solid;
    padding: 2px
}

.msg .msg .media .media-body {
    position: relative
}

.msg .msg .media .media-body .media-body-content {
    width: 100%;
    float: left;
    display: block;
}

.msg .msg .revertcomment {
    top: -3px;
    right: 0 !important;
    z-index: 9;
}

.msg .msg .revertbox, .msg .msg .media .media-heading .floor {

}

.msg .media-content{
    float: left;
    display: block;
}

/****************文章评论列表结束*********************************/

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blog-img-content {
    padding: 0;
}

.ias-content {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.ias-alert, .ias-panel {
    padding: 10px;
}

.blog-img-content .ias-content {
    padding: 0 15px;
}

#commentModal {
    top: 10%
}

#commentModal .modal-body {
    padding: 20px
}

.caption {
    height: 60px;
    vertical-align: middle !important;
}

.caption a {
    font-size: 16px;
}

.thumbnail-footer {
    font-size: 12px;
    line-height: 25px;
    border-top: 1px #eee solid;
    padding: 5px;
    margin: 0;
}

.thumbnail-footer li {
    display: inline-block;
    margin-right: 15px;
}

.thumbnail-footer li a{
    color: #727272;
    margin-left: 10px;
}

.thumbnail-footer li a:hover, .thumbnail-footer li a:focus {
    color: #0488cd;
    text-decoration: none;
}

.thumbnail-footer li.pull-right {
    margin-right: 0px;
}

.thumb-panel {
    padding: 15px 0;
}

.thumb-panel .post-body {
    padding: 0 20px;
}

.blog-thumb {
    padding: 0;
}

.scrollDiv {
    height: 25px; /* 必要元素 */
    line-height: 25px;
    text-align: center;
    overflow: hidden; /* 必要元素 */
}

.scrollDiv li {
    height: 25px;
    padding-left: 10px;
    text-align: center;
}

.for_free .price {
    color: #27ae60;
}

.p-copyright{
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    margin-top: 20px;
}

.p-copyright p{
    margin: 0;
    padding: 0;
}

.media-imgs {
    display: none;
}

.content h2 {
    font-size: 24px;
    color: #000;
    border-bottom: 1px #ccc dotted;
    line-height: 40px;
}
.content .sub_info {
    font-size: 12px;
    line-height: 30px;
    color: #999;
}
.content .sub_info span.glyphicon-eye-open {
    margin-left: 10px;
}
.content #hits {
    margin: 0 5px;
    color: #F00;
}
.content p {
    line-height: 25px;
    text-indent: 20px;
    margin-bottom: 10px;
}

.article-tags {
    border-top: 1px #eee dotted;
    padding: 10px 0 5px 0;
}

.article-tags a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.fun_btn {
    border-top: 1px #eee dotted;
    padding: 10px 0 10px 0;
}

.fun_btn a {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.content ul.content-info-list li{
    border-top: 1px #eee dotted;
    line-height: 40px;
}

.content ul.content-info-list li span{
    font-weight: bold;
}

.content ul.content-info-list li span.price{
    color: red;
    font-weight: bold;
    margin-right: 4px;
}

.content ul.content-info-list li span.free{
    color: green;
}

.content ul.content-info-list li a,.content ul.content-info-list li span{
    margin-right: 8px;
}

.content,.content-img{
    padding-top: 20px;
    padding-bottom: 20px;
}

.material-info {
    padding: 20px 0 10px 0;
    border-bottom: 1px #ddd solid;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
