a {
    color: #666;
}
.content {
    border-radius: 4px;
}
.content-t {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 0 20px;
}
.article-header {
    margin-bottom: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.article-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 36px;
}
.article-title a, .article-title a:hover {
    color: #555;
}
.article-meta {
    font-size: 14px;
    color: #999;
}
.article-meta .item {
    margin-right: 20px;
}
.article-content {
    font-size: 16px;
    line-height: 1.9;
    word-wrap: break-word;
    overflow: hidden;
}
.orbui-post-01 {
    margin-bottom: 20px;
}
.article-content p {
    margin-bottom: 20px;
    word-wrap: break-word;
    text-indent: 30px;
}
.article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
.orbui-post-footer {
    margin-bottom: 18px;
    overflow: hidden;
    clear: both;
}
.orbui-post-footer b {
    font-weight: normal;
    color: #41C282;
}
.orbui-post-footer strong {
    font-weight: normal;
    color: #FD6A5E;
}
.orbui-post-footer a {
    text-decoration: none;
    border-bottom: solid 2px #eee;
}
.custom-bottom {
    background: none repeat scroll 0 0 #fffcef;
    border: 1px solid #ffbb76;
    border-radius: 2px;
    color: #db7c22;
    font-size: 14px;
    margin: 10px;
    padding: 5px 10px;
    text-align: center;
}
.post-actions {
    text-align: center;
    overflow: hidden;
    padding: 15px 0 30px;
    clear: both;
}
.post-actions .action {
    display: inline-block;
    opacity: 0.8;
    line-height: 1;
    padding: 12px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background-color: #555;
    margin: 0 7px;
}
.post-actions .action {
    display: inline-block;
    opacity: 0.8;
    line-height: 1;
    padding: 12px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
}
.post-actions .action:hover {
    opacity: 1;
    color: #fff;
}
.post-actions .action-like i {
    margin-right: 7px;
    top: 0;
}
.post-copyright-custom {
    font-size: 14px;
    border: 1px solid #f3f3f3;
    background-color: #fdfdfd;
    border-radius: 6px;
    padding: 18px 20px;
    margin-bottom: 20px;
    color: #999;
}
.orbui {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.relates .title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.relates-textcol2 ul {
    overflow: hidden;
    padding: 0;
}
.relates-textcol2 ul li {
    padding-left: 18px;
    width: 45%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    position: relative;
    word-break: break-word;
}
.relates-text li:before, .relates-textcol2 li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #999999;
}
.relates a {
    color: #777;
    font-size: 14px;
}
.imgshowdiv {
    max-width: unset;
}
.imgshowimg {
    display: block;
    margin: auto;
}
#liveAlertPlaceholder {
    position: fixed;
    width: 80%;
    left: 10%;
    font-size: 16px;
    top: 5px;
    text-align: center;
    z-index: 1000;
    display: none;
}