
    * {
        margin: 0;
    }

    a:hover {
        text-decoration: none;
    }

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

    .clear:after {
        clear: both;
    }

    .fr {
        float: right;
    }

    .fl {
        float: left;
    }

    .button {
        border-color: #dedede #d8d8d8 #d3d3d3;
        text-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
        -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
        box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        display: inline-block;
        text-decoration: none;
        font-size: 10px;
        padding: 3px 8px;
        line-height: 20px;
        color: #555;
        text-transform: uppercase;
        border: 1px solid #DEDEDE;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
    }

    .btn {
        color: white !important;
        background-color: #00a2c9;
        border: none;
        font-size: 14px;
        cursor: pointer;
        border-radius: 3px;
    }

    .btn-submit {
        padding: 0;
        margin: 0;
        border: 0;
        width: 115px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        background-color: #ff7f23;
        border: 1px solid #DF5903;
    }

    .reply {
        font-size: 14px;
        color: #0B87B8;
        cursor: pointer;
    }

    .isreply {
        font-size: 14px;
        color: #0B87B8;
        cursor: pointer;
        display: none;
    }

    .main-right {
        width: 345px;
        float: right;
    }

    .main-right > div {
        background: white;
        margin-bottom: 20px;
    }

    .main-right > div > h3 {
        margin: 0 0 10px 0;
        line-height: 45px;
        font-size: 18px;
        padding-left: 32px;
        border-bottom: 1px solid #DCDCDC;
    }

    .main-right .two-cols-list-block {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .main-right .two-cols-list-block ul {
        padding: 0;
        list-style-type: none;
    }

    .main-right .two-cols-list-block ul:after {
        display: block;
        clear: both;
    }

    .main-right .two-cols-list-block ul li {
        width: 50%;
        line-height: 32px;
        padding-left: 36px;
        float: left;
        display: inline-block;
        position: relative;
    }

    .main-right .two-cols-list-block ul li:before {
        display: block;
        position: absolute;
        width: 2px;
        height: 2px;
        border-radius: 2px;
        background: #555;
        top: 16px;
        left: 25px;
        content: '';
    }

    .main-right .two-cols-list-block ul li a {
        color: #333;
    }

    .main-right .two-cols-list-block ul li a:hover {
        color: #11A4D7;
    }

    #blog-index-page #content {
        padding-top: 25px;
        background: #EFF3F6;
    }

    #blog-index-page .ctrl.navigation {
        padding: 15px 0;
    }

    #blog-index-page .navigation span {
        font-size: 20px;
        font-weight: bolder;
        padding-right: 20px;
    }

    #blog-index-section {
        width: 1200px;
        margin: auto;
    }

    #blog-index-section .main-left {
        width: 835px;
        float: left;
    }



    #blog-index-section .main-left .latest-article {
        background: #fff;
        margin: 10px 0;
        padding-bottom: 20px;
    }



    #blog-index-section .main-left .latest-article .post-listing.most-comments {
        display: none;
    }

    #blog-index-section .main-left .latest-article .item-list:last-child {
        border-bottom: transparent;
    }

    #blog-index-section #ssl-block ul:first-child:after {
        display: block;
        margin: 0 30px;
        padding-top: 10px;
        content: '';
        border-bottom: 1px dashed #CCC;
    }

    #blog-list-page .ctrl.navigation {
        padding: 15px 0;
    }

    #blog-list-page .ctrl.navigation a {
        font-size: 16px;
        color: #333;
    }

    #blog-list-section {
        width: 1200px;
        margin: auto;
    }

    #blog-list-section .main-left {
        width: 835px;
        float: left;
        overflow: hidden;
    }

    #blog-list-section .main-left .posts-list-board .board {
        background: #fff;
        border-bottom: 1px solid #ccc;
        padding: 0 30px 0 20px;
    }

    #blog-list-section .main-left .posts-list-board .board h2 {
        float: left;
        width: 80%;
        line-height: 50px;
    }

    #blog-list-section .main-left .posts-list-board .board .type {
        float: right;
        margin-top: 20px;
    }

    #blog-list-section .main-left .posts-list-board .board .type span {
        margin-left: 5px;
        padding: 0 4px;
    }

    #blog-list-section .main-left .posts-list-board .board .type span.choose {
        border-bottom: 3px solid #3CADE9;
        padding-bottom: 10px;
    }

    #blog-list-section .main-left .posts-list-board .type-hottest,
    #blog-list-section .main-left .posts-list-board .type-commentest {
        display: none;
    }

    #blog-list-section .main-left #list-posts {
        background: #fff;
    }

    #blog-single-page #content {
        padding-top: 25px;
        background: #EFF3F6;
    }

    #blog-single-page .ctrl.navigation {
        padding: 20px 0;
    }

    #blog-single-page .ctrl.navigation a {
        font-size: 16px;
        color: #333;
    }

    #blog-single-section {
        width: 1200px;
        margin: auto;
    }

    #blog-single-section .main-left {
        width: 835px;
        float: left;
        overflow: hidden;
    }

    #blog-single-section .main-left .single-cont {
        background: #fff;
        padding: 10px 30px 10px 20px;
        /* Post Elements */
    }

    #blog-single-section .main-left .single-cont .post-title {
        line-height: 42px;
    }

    #blog-single-section .main-left .single-cont .post-title h1 {
        float: left;
        margin: 0;
        line-height: 42px;
        font-size: 22px;
        color: #333;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board {
        float: right;
        margin-top: 9px;
        padding-left: 5px;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board .share.bdsharebuttonbox .share-icon {
        background-image: url(../images/blog-icon.png);
        margin: 0;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board .share.bdsharebuttonbox .bds_tsina {
        background-position: -26px 0px;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board .share.bdsharebuttonbox .bds_qzone {
        background-position: -56px 0px;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board .share.bdsharebuttonbox .bds_sqq {
        background-position: -85px 0px;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board .share.bdsharebuttonbox .bds_weixin {
        background-position: -115px 0px;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board .share.bdsharebuttonbox a:hover.bds_tsina {
        background-position: -26px -25px;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board .share.bdsharebuttonbox a:hover.bds_qzone {
        background-position: -56px -25px;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board .share.bdsharebuttonbox a:hover.bds_sqq {
        background-position: -85px -25px;
    }

    #blog-single-section .main-left .single-cont .post-title .share-board .share.bdsharebuttonbox a:hover.bds_weixin {
        background-position: -115px -25px;
    }

    #blog-single-section .main-left .single-cont .post-meta {
        padding: 6px 0;
        border-bottom: 1px solid #eee;
    }

    #blog-single-section .main-left .single-cont .post-meta span {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        overflow: hidden;
        line-height: 30px;
    }

    #blog-single-section .main-left .single-cont .post-meta span.count {
        padding-left: 24px;
    }

    #blog-single-section .main-left .single-cont .post-meta span.count:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 20px;
        height: 20px;
        background: url(../images/blog-icon.png) 1px 1px;
    }

    #blog-single-section .main-left .single-cont .post-meta span.view:before {
        background-position: 1px -50px;
    }

    #blog-single-section .main-left .single-cont .post-meta .info {
        float: right;
        color: #808080;
    }

    #blog-single-section .main-left .single-cont .info {
        width: 100%;
        color: #808080;
        margin: 10px 0;
        text-align: right;
    }
    #blog-single-section .main-left .single-cont .info span{
        margin: 0 5px;
    }

    #blog-single-section .main-left .single-cont .post-tags {
        padding: 10px 0;
    }


    #blog-single-section .main-left .single-cont .entry {
        line-height: 2;
        margin-top: 10px;
    }

    #blog-single-section .main-left .single-cont .entry p {
        padding-bottom: 1.0em;
    }

    #blog-single-section .main-left .single-cont .entry img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    #blog-single-section .main-left .single-cont .entry strong a img {
        display: inline;
    }

    #blog-single-section .main-left .single-cont .entry img.centered,
    #blog-single-section .main-left .single-cont .entry img.aligncenter {
        display: block;
        margin: 2px auto;
        border: 1px solid #cbcdcc;
        padding: 4px;
    }

    #blog-single-section .main-left .single-cont .entry .alignright {
        float: right;
    }

    #blog-single-section .main-left .single-cont .alignleft {
        float: left;
    }

    #blog-single-section .main-left .single-cont .aligncenter {
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

    #blog-single-section .main-left .single-cont .entry a {
        color: #ea6a1b;
    }

    #blog-single-section .main-left .single-cont .entry {
        font-size: 13px;
    }

    #blog-single-section .main-left .single-cont .mini-share-post .share-text,
    #blog-single-section .main-left .single-cont .entry .share-post .share-text {
        display: none;
    }

    #blog-single-section .main-left .single-cont .entry .share-post {
        margin: 0 0 15px;
        background: transparent;
        border: 0 none;
        height: auto;
        padding: 0;
    }

    #blog-single-section .main-left .single-cont .entry .share-post li,
    #blog-single-section .main-left .single-cont .entry .share-post ul {
        list-style: none;
        margin: 0;
    }

    #blog-single-section .main-left .single-cont .entry {
        line-height: 2;
    }

    #blog-single-section .main-left .single-cont .content .entry iframe {
        max-width: 100%;
    }

    #blog-single-section .main-left .single-cont .entry p {
        padding-bottom: 1.0em;
    }

    #blog-single-section .main-left .single-cont .entry img {
        max-width: 100%;
        height: auto;
    }

    #blog-single-section .main-left .single-cont .entry h1,
    #blog-single-section .main-left .single-cont .entry h2,
    #blog-single-section .main-left .single-cont .entry h3,
    #blog-single-section .main-left .single-cont .entry h4,
    #blog-single-section .main-left .single-cont .entry h5,
    #blog-single-section .main-left .single-cont .entry h6 {
        margin-top: 25px;
        margin-bottom: 10px;
        line-height: 1em;
        font-family: 微软雅黑;
        font-weight: bold;
    }

    #blog-single-section .main-left .single-cont .entry h1 {
        font-size: 20px;
    }

    #blog-single-section .main-left .single-cont .entry h2 {
        font-size: 18px;
    }

    #blog-single-section .main-left .single-cont .entry h3 {
        font-size: 16px;
    }

    #blog-single-section .main-left .single-cont .entry h4 {
        font-size: 16px;
    }

    #blog-single-section .main-left .single-cont .entry h5 {
        font-size: 14px;
    }

    #blog-single-section .main-left .single-cont .entry h6 {
        font-size: 12px;
    }

    #blog-single-section .main-left .single-cont .entry ol,
    #blog-single-section .main-left .single-cont .entry ul {
        margin: 0 0 25px 10px;
    }

    #blog-single-section .main-left .single-cont .entry ul li {
        list-style: outside disc;
    }

    #blog-single-section .main-left .single-cont .entry ol li {
        list-style: outside decimal;
    }

    #blog-single-section .main-left .single-cont .entry li {
        margin: 0 0 5px 10px;
    }

    #blog-single-section .main-left .single-cont .entry table {
        border: 1px solid #DFDFDF;
        background-color: #F9F9F9;
        width: 100%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
        color: #333;
        border-collapse: separate;
        border-spacing: 0;
    }

    #blog-single-section .main-left .single-cont .entry table td,
    #blog-single-section .main-left .single-cont .entry table th {
        border-top: 1px solid white;
        border-bottom: 1px solid #DFDFDF;
        color: #555;
    }

    #blog-single-section .main-left .single-cont .entry table th {
        text-shadow: 0 1px 0 #fff;
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
        font-weight: normal;
        padding: 7px 7px 8px;
        text-align: left;
        line-height: 1.3em;
        font-size: 14px;
    }

    #blog-single-section .main-left .single-cont .entry table td {
        font-size: 12px;
        padding: 4px 7px 4px;
        vertical-align: top;
    }

    #blog-single-section .main-left .single-cont .entry ul.best-reviews li {
        list-style: none;
        margin: 0 0 10px;
        overflow: hidden;
        border-bottom: 1px solid #f2f2f2;
    }

    #blog-single-section .main-left .single-cont .entry ul.best-reviews .best-review-score {
        background: #AAA;
        -webkit-border-radius: 50px;
        moz-border-radius: 50px;
        border-radius: 50px;
        font-size: 28px;
        margin: 15px 15px 0 0;
        width: 50px;
        color: #FFF;
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: center;
    }

    #blog-single-section .main-left .single-cont .entry ul.best-reviews {
        margin: 0;
    }

    #blog-single-section .main-left .single-cont .entry ul.best-reviews .post-thumbnail,
    #blog-single-section .main-left .single-cont .entry ul.best-reviews .best-reviews-content,
    #blog-single-section .main-left .single-cont .entry ul.best-reviews .best-review-score {
        float: left;
    }

    #blog-single-section .main-left .single-cont .entry ul.best-reviews h3 {
        margin: 2px 0 5px;
    }

    #blog-single-section .main-left .single-cont .entry ul.best-reviews .best-reviews-content {
        width: 442px;
    }

    #blog-single-section .main-left .single-cont .entry ul.best-reviews p.post-meta {
        border-bottom: 0 none;
        padding: 0;
        margin: 5px 0 0;
    }

    #blog-single-section .main-left .single-cont .entry ul.best-reviews .post-thumbnail {
        width: 90px;
    }

    #blog-single-section .main-left .single-cont .entry #login-form p {
        padding: 0;
    }

    #blog-single-section .main-left .single-cont .entry .last {
        margin-right: 0 !important;
        clear: right;
    }

    #blog-single-section .main-left .left-dynamic {
        background: #fff;
        margin: 20px 0;
        padding: 10px 30px 10px 20px;
    }

    #blog-single-section .main-left .left-dynamic .no-reply {
        text-align: center;
        line-height: 40px;
    }

    #blog-single-section .main-left .left-dynamic .i-answer label {
        display: block;
        line-height: 40px;
        font-size: 18px;
        color: #333;
    }

    #blog-single-section .main-left .left-dynamic .i-answer textarea {
        font-size: 16px;
        width: 770px;
        height: 90px;
        line-height: 24px;
        padding: 3px 10px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
        background-color: #fff;
        color: #333;
        border-radius: 5px;
        resize: none;
        border: 1px solid #4a9eff;
    }

    #blog-single-section .main-left .left-dynamic .i-answer .a-reply {
        float: right;
        width: 148px;
        margin: 15px 0;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item {
        padding-top: 10px;
        border-bottom: 1px solid #CCC;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .a-info {
        float: left;
        width: 50px;
        margin-right: 20px;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .a-info .ava {
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .a-info .ava img {
        vertical-align: middle;
        max-width: 50px;
        max-height: 50px;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .r-content {
        float: left;
        width: 710px;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .r-content label {
        font-size: 16px;
        line-height: 30px;
        color: #06B5EE;
        padding-right: 4px;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .r-content span {
        font-size: 14px;
        color: #9C9DA0;
        line-height: 30px;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .r-content .content {
        font-size: 14px;
        width: 580px;
        color: #9C9DA0;
        line-height: 16px;
        max-height: 64px;
        overflow: hidden;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .reply-edit {
        margin-left: 75px;
        padding-top: 10px;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .reply-edit textarea {
        font-size: 16px;
        width: 680px;
        height: 42px;
        line-height: 21px;
        padding: 3px 10px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
        background-color: #fff;
        color: #333;
        border-radius: 5px;
        resize: none;
        border: 1px solid #4a9eff;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .reply-edit input[type="submit"],
    #blog-single-section .main-left .left-dynamic .all-answer .item .reply-edit .a-submit {
        margin: 10px 10px;
        float: right;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .reply-item {
        margin: 0px 0 0 80px;
    }

    #blog-single-section .main-left .left-dynamic .all-answer .item .reply-item .r-content {
        width: 625px;
        overflow: hidden;
    }

    #blog-single-section .main-left .login-to-review {
        background: #fff;
        line-height: 48px;
        padding: 20px 30px 20px 20px;
    }

    #blog-single-section .main-left .login-to-review .board {
        border: 1px solid #ccc;
        padding: 10px 20px;
        background: #FFF8E8;
        color: #6B3712;
    }

    #blog-single-section .main-left .login-to-review .board a {
        font-size: 16px;
        float: right;
    }

    #blog-single-section .main-left .login-to-review .board a.register {
        color: #333;
    }

    #blog-single-section .main-left .login-to-review .board a.login {
        background: #019ED5;
        padding: 0px 28px;
        color: #fff;
        line-height: 36px;
        margin-top: 6px;
        margin-left: 10px;
    }



    .pagination {
        width: 100%;
        text-align: center;
        line-height: 30px;
        margin: 20px 0;
    }

    .ctrl.pagination span {
        padding-right: 20px;
        color: #808080;
    }

    .ctrl.pagination a {
        display: inline-block;
        margin-right: 4px;
        width: 30px;
        height: 30px;
        background: #E1E6EA;
        color: #666;
    }

    .ctrl.pagination .current {
        background: #3598DB;
        color: #fff;
    }

    #hot-tags {
        background: #fff;
        padding: 0 0 10px 0;
    }

    #hot-tags .tags-list {
        padding: 0 0 15px 15px;
    }

    #hot-tags .tags-list a {
        display: inline-block;
        margin: 8px 8px 0 0;
        border-radius: 2px;
        color: #222;
        background: #F2F2F3;
        line-height: 25px;
        padding: 0 15px;
    }

    #hot-tags .tags-list a:hover {
        color: white;
        background: #E75414;
    }

    #hot-authors .authors {
        background: #fff;
        padding: 0 20px 20px;
    }

    #hot-authors .authors .author {
        border-bottom: 1px dashed #ccc;
    }

    #hot-authors .authors .author .portrait {
        float: left;
        padding: 10px;
    }

    #hot-authors .authors .author .portrait .avatar {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
    }

    #hot-authors .authors .author .portrait .avatar img {
        width: 50px;
        height: 50px;
    }

    #hot-authors .authors .author .info {
        float: left;
        width: 235px;
        padding: 10px 0;
        color: #888;
        white-space: nowrap;
        overflow: hidden;
    }

    #hot-authors .authors .author .info .username a {
        line-height: 30px;
        color: #333;
    }

    #hot-authors .authors .author .info .username a:hover {
        color: #666;
    }

    #hot-authors .authors .author .info span {
        padding-right: 20px;
    }

    #hot-authors .authors .author:last-child {
        border-bottom: transparent;
    }

    #posts-ranking-right {
        background: #fff;
        padding-bottom: 20px;
    }

    #posts-ranking-right h3 {
        line-height: 40px;
        padding-left: 15px;
    }

    #posts-ranking-right .posts {
        padding: 0 20px;
        margin-top: 9px;
    }

    #posts-ranking-right .posts .post {
        padding: 5px 0;
    }

    #posts-ranking-right .posts .post i {
        float: left;
        background: #E1E6EA;
        color: #9AA3B4;
        padding: 0 6px;
        font-style: normal;
    }

    #posts-ranking-right .posts .post a {
        float: left;
        width: 265px;
        display: block;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 15px;
    }

    #posts-ranking-right .posts .post a:hover {
        color: #666;
    }

    #posts-ranking-right .posts .post:nth-child(1) i {
        background: #E4004F;
        color: #fff;
    }

    #posts-ranking-right .posts .post:nth-child(2) i {
        background: #F59701;
        color: #fff;
    }

    #posts-ranking-right .posts .post:nth-child(3) i {
        background: #638C0C;
        color: #fff;
    }

    #posts-ranking-right .posts .post:nth-child(10) i {
        padding: 0 2px;
    }

    #column-introduction {
        background: #fff;
    }

    #column-introduction h3 {
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        padding-left: 15px;
    }

    #column-introduction .introduction {
        padding: 15px;
    }

    #column-introduction .introduction .thumbnail {
        float: left;
    }

    #column-introduction .introduction .thumbnail .avatar {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        overflow: hidden;
    }

    #column-introduction .introduction .thumbnail .avatar img {
        width: 90px;
        height: 90px;
    }

    #column-introduction .introduction .info {
        float: left;
        padding-left: 20px;
        width: 205px;
    }

    #column-introduction .introduction .info .name {
        line-height: 30px;
        font-size: 18px;
    }

    #column-introduction .introduction .info .introduce {
        color: #808080;
        line-height: 20px;
        height: 80px;
        overflow: hidden;
    }

    #column-introduction .show-count {
        background: #06B5EE;
        color: #fff;
        padding: 10px 20px;
    }

    #column-introduction .show-count div {
        float: left;
        width: 50%;
    }

    #hot-comments {
        background: #fff;
        padding-left: 15px;
    }

    #hot-comments h3 {
        line-height: 40px;
    }

    #hot-comments .comments .comment {
        padding: 5px 20px 5px 0;
    }

    #hot-comments .comments .comment h4 a {
        display: block;
        line-height: 32px;
        width: 100%;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #hot-comments .comments .comment a:hover {
        color: #666;
    }

    #hot-comments .comments .comment div {
        max-height: 72px;
        line-height: 24px;
        overflow: hidden;
    }

    #hot-comments .comments .comment span {
        color: #F36523;
    }
@media screen and (min-width: 1080px) {
    .relArticle{width: 600px;padding: 10px 0;}
    .relArticle span,.relArticle div{float:left;}
    .relArticle a{display: block;margin-bottom: 5px;margin-left:15px;}

    .ctrl .title{display: inline-block;float: left;margin: 0 20px;line-height: 76px;font-size: 14px}
    .pagination{display: inline-block;width: 460px}

    .category-title{background: #fff;border-bottom: 1px solid #DCDCDC;}
    .category-title span{font-size: 38px;padding-left: 30px}
    /*list*/
    #blog-index-section .main-left .latest-article .board {
        line-height: 48px;
        border-bottom: 1px solid #F0F0F1;
    }

    #blog-index-section .main-left .latest-article .board div {
        border-left: none;
    }

    #blog-index-section .main-left .latest-article .board div {
        float: left;
        width: 275px;
        height: 48px;
        text-align: center;
        font-size: 16px;
        color: #333;
        background: #FAFAFA;
        color: #333;
        border-bottom: 2px solid #eee;
        border-left: 1px solid #ddd;
    }

    #blog-index-section .main-left .latest-article .board div:first-child {
        border-left: none;
    }

    #blog-index-section .main-left .latest-article .board div:last-child {
        width: 282px;
        background: #fff;
    }

    #blog-index-section .main-left .latest-article .board div.active {
        border-top: 2px solid #3BADE9;
        border-right: 1px solid #E1E1E1;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
        background: #fff;
        color: #11A4D7;
    }

    #blog-index-section .main-left .hot-article {
        background: #fff;
        min-height: 270px;
    }

    #blog-index-section .main-left .hot-article .popular-thumbnail {
        float: left;
        width: 370px;
        height: 225px;
        padding: 22px;
    }

    #blog-index-section .main-left .hot-article .popular-thumbnail .owl-theme .owl-controls .owl-page span {
        width: 20px;
        height: 5px;
        border-radius: 0;
    }

    #blog-index-section .main-left .hot-article .popular-thumbnail .owl-theme .owl-controls .owl-page.active span {
        background: #fff;
    }

    #blog-index-section .main-left .hot-article .popular-thumbnail .owl-controls {
        position: relative;
        top: -40px;
    }

    #blog-index-section .main-left .hot-article .popular-thumbnail img {
        width: 325px;
        height: 225px;
    }

    #blog-index-section .main-left .hot-article .hot-article-block {
        float: left;
        width: 405px;
        padding: 20px 10px 20px 5px;
    }

    #blog-index-section .main-left .hot-article .hot-article-block .popular-article {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    #blog-index-section .main-left .hot-article .hot-article-block .popular-article a.title {
        width: 100%;
        display: block;
        font-weight: bold;
        color: #000;
        font-size: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 34px;
    }

    #blog-index-section .main-left .hot-article .hot-article-block .popular-article a.title:hover {
        color: #666;
    }

    #blog-index-section .main-left .hot-article .hot-article-block .popular-article .cont {
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        color: #888;
    }

    #blog-index-section .main-left .hot-article .hot-article-block .hot-posts ul {
        padding-left: 0;
        list-style-type: none;
    }

    #blog-index-section .main-left .hot-article .hot-article-block .hot-posts ul li a {
        width: 100%;
        display: block;
        color: #333;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 33px;
    }

    #blog-index-section .main-left .hot-article .hot-article-block .hot-posts ul li a:hover {
        color: #666;
    }

    /*details*/

    #list-posts.post-listing .list-item {
        border-bottom: 1px solid #DCDCDC;
        padding: 0 20px 0 30px;
    }

    #list-posts.post-listing .list-item:hover {
        background: #F3F3F4;
    }

    #list-posts.post-listing .list-item .post-content .post-box-title {
        font-size: 22px;
        margin: 30px 0 10px 0;
        font-weight: 500;
    }

    #list-posts.post-listing .list-item .post-content .post-box-title a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        color: #000;
    }

    #list-posts.post-listing .list-item .post-content.with-thumbnail .post-box-title a {
        width: 620px;
    }

    #list-posts.post-listing .list-item .post-content .post-box-title {
        color: #666;
    }

    #list-posts.post-listing .list-item .post-content .entry {
        line-height: 25px;
        max-height: 100px;
        overflow: hidden;
        color: #808080;
    }

    #list-posts.post-listing .list-item .post-content .entry p {
        margin: 0;
    }

    #list-posts.post-listing .list-item .post-content .entry a.more-link {
        color: #11A4D7;
    }

    #list-posts.post-listing .list-item .post-content .entry a.more-link:hover {
        color: #0a8fbd;
    }

    #list-posts.post-listing .list-item .post-thumbnail {
        float: right;
        position: relative;
        min-height: 110px;
        padding-left: 32px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        line-height: 0;
        margin-top: 30px;
        margin-bottom: 0;
    }

    #list-posts.post-listing .list-item .post-thumbnail img {
        width: 125px;
        height: 78px;
    }

    #list-posts.post-listing .list-item .entry {
        min-height: 40px;
    }

    #list-posts.post-listing .list-item .post-meta {
        width: 100%;
        overflow: hidden;
        padding: 0 0 15px 0;
    }

    #list-posts.post-listing .list-item .post-meta span {
        display: inline-block;
        margin-right: 10px;
        overflow: hidden;
        line-height: 30px;
    }

    #list-posts.post-listing .list-item .post-meta span a {
        font-size: 15px;
    }

    #list-posts.post-listing .list-item .post-meta span.count {
        position: relative;
        padding-left: 24px;
    }

    #list-posts.post-listing .list-item .post-meta span.count:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 20px;
        height: 20px;
        background: url(../images/blog-icon.png) 1px 1px;
    }

    #list-posts.post-listing .list-item .post-meta span.view:before {
        background-position: 1px -50px;
    }

    #list-posts.post-listing .list-item .post-meta .info {
        float: right;
        color: #808080;
    }
}

@media screen and (max-width: 1080px) {
    .relation {background-color: #eeeeee;}
    .relation .board{width:100%;padding:10px;font-size: 20px;}
    .relation .table{width:100%;padding:10px;margin: 0;}
    .relation .table table{width:100%;}
    .relation .table table tbody td{padding: 5px 0;}

    .relArticle{width: 600px;padding: 10px 0;}
    .relArticle span,.relArticle div{float:left;}
    .relArticle a{display: block;width: 100%;margin-bottom: 5px;margin-left:15px;font-size: 13px}

    .ctrl .title{display: inline-block;float: left;margin: 0 5px;line-height: 76px;font-size: 14px}
    .ctrl .pagination{display: inline-block;width: 320px}
    /**
     *blog-index-page
    */
    /*@keyframes switch {
        0%, 25% {
            margin-top: 0;
        }
        35%, 60% {
            margin-left: -160px;
        }
        70%, 100% {
            margin-left: -320px;
        }
    }*/
    #blog-index-page {width:100%;font-size: 12px;margin: auto;background-color: #dddddd;}
    #blog-index-page #blog-index-section {width: 100%;}
    #blog-index-page #blog-index-section .main-left {width: 100%;}
    #blog-index-page #blog-index-section .hot-article {display: table;background-color: #ffffff;}
    #blog-index-page #blog-index-section .hot-article .popular-thumbnail {float: left;display:table;width: 50%;padding: 20px;}
    #blog-index-page #blog-index-section .hot-article .popular-thumbnail .show-container {float: left;display:table;width: 50%;padding: 20px;}
    #blog-index-page #blog-index-section .hot-article .popular-thumbnail .owl-controls {position: relative;/*animation: switch 5s ease-out infinite;*/}
    #blog-index-page #blog-index-section .hot-article .popular-thumbnail .owl-controls .banner {float:left;}
    #blog-index-page #blog-index-section .hot-article .popular-thumbnail .owl-controls .banner img{width:100%;display: block;}
    #blog-index-page #blog-index-section .hot-article .hot-article-block {float: left;width: 50%;padding: 20px 10px 20px 5px;}
    #blog-index-page #blog-index-section .hot-article .new-article-block {float: left;width:100%;margin-top: 1px;padding: 20px;border-top: 1px solid #dddddd;}
    #blog-index-page #blog-index-section .popular-article a.title{height: 24px;font-size: 14px;}
    #blog-index-page #blog-index-section .popular-article a.title:hover {color: #666;}
    #blog-index-page #blog-index-section .hot-article-block .popular-article .cont {line-height: 20px;overflow: hidden;color: #888;}
    #blog-index-page #blog-index-section .new-article-block .popular-article .cont {line-height: 20px;height: 60px;overflow: hidden;color: #888;}
    #blog-index-page #blog-index-section .latest-article {margin:0;padding-bottom: 10px;background-color: #FFFFFF;}
    #blog-index-page #blog-index-section .latest-article .board{width: 100%;margin-top:10px;padding:20px;font-size: 20px;border-bottom: 1px solid #dddddd;}
    #blog-index-page #blog-index-section .latest-article .list-item{width: 100%;display:table;border-bottom: 1px solid #dddddd;}
    #blog-index-page #blog-index-section .latest-article .list-item .post-data{width: 100%;display:table;}
    #blog-index-page #blog-index-section .latest-article .list-item .post-data .post-thumbnail{float:right;width: 30%;padding:20px 20px 20px 0;}
    #blog-index-page #blog-index-section .latest-article .list-item .post-data .post-thumbnail div{float:right;}
    #blog-index-page #blog-index-section .latest-article .list-item .post-data .post-thumbnail div img{width:auto;height:auto;max-width:100%;max-height:100%;display: block;}
    #blog-index-page #blog-index-section .latest-article .list-item .post-data .post-content{float:left;width: 70%;padding:20px;}
    #blog-index-page #blog-index-section .latest-article .list-item .post-data .post-content h2{line-height:24px;font-size:14px;margin: 0;padding: 0;}
    #blog-index-page #blog-index-section .latest-article .list-item .post-data .post-content .entry{line-height:20px;}
    #blog-index-page #blog-index-section .latest-article .list-item .post-meta{padding:0 20px 20px 20px;line-height:20px;float:bottom;}
    #blog-index-page #blog-index-section .latest-article .list-item .post-meta .info{display:inline-block;float: right;color: #808080;}

    /**
     *blog-details-page-mobile
    */
    #blog-single-page {background-color: #eeeeee;}
    #blog-single-page #blog-single-section {width: 100%;}
    #blog-single-page #blog-single-section .main-left {width: 100%;}
    #blog-single-page #blog-single-section .main-left .left-dynamic{margin-top: 10px;}
    #blog-single-page #blog-single-section .main-left .left-dynamic .i-answer textarea{width: 100%;}
}

