﻿
 html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

figure {
    display: block
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

strong {
    font-weight: bold
}
strong.blue{
   color: #0876e4;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}

img {
    border: 0
}

figure {
    margin: 1em 40px
}

button,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}



.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-flag:before {
    content: "\e034"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 14px;
    line-height: 1.42858;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased
}

button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0876e4;
    text-decoration: none
}

a:hover,
a:focus {
    color: #004e31;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

h1,
.h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1,
.h1 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1,
.h1 {
    font-size: 36px
}

p {
    margin: 0 0 10px
}

.text-right {
    text-align: right
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-md-9,
.col-xs-12,
.col-sm-12,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 768px) {
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 992px) {

    .col-md-9,
    .col-md-12 {
        float: left
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-12 {
        width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #a6a6a6;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a6a6a6
}

.form-control::-webkit-input-placeholder {
    color: #a6a6a6
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-primary {
    color: #fff;
    background-color: #0876e4;
    border-color: #0876e4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #0876e4;
    border-color: #0876e4;
}

.btn-primary:active {
    background-image: none
}

.clearfix:before,
.fmt:before,
.clearfix:after,
.fmt:after {
    content: " ";
    display: table
}

.clearfix:after,
.fmt:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

.form-control:focus {
    border: 1px solid #3b99fc;
    -webkit-box-shadow: 0 0 3px 0px #3b99fc;
    box-shadow: 0 0 3px 0px #3b99fc
}

.btn {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

a,
a:hover,
a:active,
a:focus {
    outline: 0
}

.wrap {
    padding-bottom: 30px;
    position: relative
}

.mt15 {
    margin-top: 15px !important
}

.mb0 {
    margin-bottom: 0px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mr5 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.pt0 {
    padding-top: 0px !important
}

[class*="avatar-"] {
    border-radius: 2px
}

.avatar-32 {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.avatar-40 {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

@supports (-webkit-line-clamp: 3) {}

.post-topheader {
    padding: 15px 0 0 0
}

.post-topheader__info {
    color: #999;
    margin-bottom: -5px
}

.post-topheader__info--title {
    margin: 0 0 10px 0;
    line-height: 1.2
}

.post-topheader__info--title a,
.post-topheader__info--title a:hover,
.post-topheader__info--title a:active {
    color: #333;
    text-decoration: none
}

.fmt {
    line-height: 1.6;
    word-wrap: break-word
}

.fmt p {
    margin: 1.5em 0
}

.fmt p:first-child {
    margin-top: 0
}

.fmt p:last-child {
    margin-bottom: 0
}

.fmt img {
    position: static !important;
    max-width: 100%
}

.fmt img {
    padding: 3px;
    border: 1px solid #ddd
}

.comments--news .comments-stat {
    display: block;
    font-size: 16px
}

.comments--news .comments-container {
    background: #FFFFFF
}

.comments--news .comments-box {
    background: #FAFAFA;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.09);
    border-radius: 2px 2px 0px 0px;
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    margin-top: -1px
}

.comments--news .comments-box:after {
    display: block;
    clear: both
}

.comments--news .comments-box-content {
    padding-left: 47px
}

.comments--news .comments-box-content textarea {
    max-height: 132px;
    min-height: 90px
}

.comments--news .comments-date {
    cursor: default !important
}

.comments--news .comments-date.comments-date:hover {
    color: #999 !important
}

.comments--news .comments-item {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.comments--news .comments-item:after {
    display: block;
    clear: both
}

.comments--news .comments-content {
    padding-left: 47px
}

.comments--news .comment-trigger {
    margin: 0;
    color: #999;
    font-size: 13px
}

.comments--news .comment-trigger span:not(.news__visit-number):hover {
    cursor: pointer;
    color: #666
}

.comments--news .comment-trigger {
    margin-bottom: 10px
}

.comments--news .comment-option {
    visibility: hidden
}

.comments--news .comments-item:hover .comment-option {
    visibility: visible !important
}

.comments--default .comments-container {
    border: 0;
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.09)
}

.comments--default .comments-item {
    padding-left: 0;
    padding-right: 0
}

textarea {
    resize: vertical
}

.form-group {
    position: relative
}

.article__authorleft {
    position: absolute
}

.article__authorright {
    float: right;
    padding-left: 50px;
    width: 100%
}

.article__authormeta {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width: 550px) {
    .post-topheader {
        margin-bottom: -20px
    }

    #articleTitle {
        font-size: 34px !important;
        line-height: 1.04 !important;
        letter-spacing: -.015em !important;
        margin-top: 40px !important;
        margin-bottom: 10px !important
    }
}

.post-topheader__info {
    margin-left: 0 !important
}

.article__content {
    margin-top: 60px;
    line-height: 1.8;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif
}

#articleTitle {
    font-size: 30px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif
}

.fmt img {
    padding: none;
    border: none
}
