
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
}

body {
    margin: 0;
    padding: 0;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    font-size: 12px;
    font-family: "Microsoft Yahei", Arial, tahoma, arial !important;
    font-style: normal !important;
    font-variant: normal !important;
}

.detail .detail_desc {
    background-color: #f5f5f5;
    padding: 4px;
    line-height: 25px;
    font-size: 14px;
    border: 1px solid #09C;
}

.detail .article_title {
    position: relative;
}

.detail .article_title .article_classify {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #09C;
    padding: 4px 10px;
    color: #FFF;
    margin: 0px;
}

.detail .article_title h1 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
}

.article_top {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: right;
    background-color: #FFF;
}

.img_item {
    width:49.8%;
    float: left;
    margin-bottom: 5px;
}
.img_item:nth-child(odd){
    margin-right:5px;
}

.detail .article_author div {
    display: inline-block;
    margin-right: 20px;
}

.detail .article_author div:last-child {
    margin-right: 4px;
}

.detail .article_author img {
    width: 20px;
    height: 20px;
    margin-top: -9px;
    border-radius: 50%;
}

.detail p, .detail span {
    font-size: 14px;
}

.detail .detail_title {
    font-size: 16px;
    padding-left: 6px;
    margin: 8px 0px;
    border-left: 4px solid #09C;
}

.tvp-rights-card {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #09C;
}

.c-grid [class*=c-g-] {
    margin-bottom: 10px;
    padding: 0 36px;
}

.c-grid [class*=c-g-] {
    display: inline-block;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.tvp-rights-card::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: -1px;
    display: block;
    width: 1px;
    height: 56px;
    background-color: #FFF;
}

.tvp-rights-card::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -1px;
    display: block;
    width: 1px;
    height: 56px;
    background-color: #FFF;
}

.tvp-rights-card:hover {
    color: #FFF;
    border: 1px solid #FFF;
    background-color: #09C;
}

.c-g-6 {
    width: 32.999%;
}

.tvp-rights-card-image {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.tvp-rights-card-tit {
    line-height: 36px;
    font-size: 14px;
    color: #09C;
    text-align: center;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.clear {
    clear: both;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

html, body {
    color: #444;
    background-color: #EEE;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #CCC;
}

body::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar-track-piece {
    display: none;
}

body::-webkit-scrollbar-thumb {
    background: #999;
}

a {
    cursor: pointer;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    display: list-item;
    list-style: none;
    text-align: -webkit-match-parent;
}

.container {
    max-width: 1280px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 0;
}

/*禁止文字选中*/
.user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 1366px) {
    .container {
        width: 1280px;
    }
}

/*导航样式开始*/
.header {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 190px;
    background-color: #f6f6f6;
    z-index: 99;
    display: block;
}

.header .logo a {
    display: block;
    overflow: hidden;
    height: 124px;
    line-height: 300px;
    background: #09C url(../images/logo.png) no-repeat 50% 50%;
}

.hidden-xs-nav, .header-xs-nav {
    border-top: 1px solid #FFF;
    color: #444;
    font-size: 16px;
    border-bottom: 1px solid #FFF;
}

.hidden-xs-nav span, .header-xs-nav span {
    margin: 0px 10px;
}

.hidden-xs-nav li a, .header-xs-nav li a {
    color: #666;
}

.hidden-xs-nav li a i {
    font-style: normal;
    font-size: 14px;
    position: absolute;
    top: 18px;
}

.hidden-xs-nav li a:hover, .header-xs-nav li a:hover {
    background: #09C;
    color: #FFF;
}

.hidden-xs-nav .active a {
    background: #09C;
    color: #FFF;
}

.header-xs-logo {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 100;
    background: #3399CC url(../images/logo.png) no-repeat 50% 50%;
}

.header-xs-logo .navbar-toggle {
    padding: 0px;
}

#header-xs-menu {
    background-color: #f6f6f6;
}

/*左侧关注样式开始*/
.header .feeds {
    padding: 15px 0 15px 15px;
    overflow: hidden;
    background-color: #FFF;
    border-bottom: 1px solid #eee;
    line-height: 28px;
}

.header .wall {
    margin-top: 10px;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.header .wall a {
    opacity: 0.7;
    color: #666;
    text-decoration: none;
}

.header .wall a:hover {
    opacity: 1;
}

.content {
    margin-right: 320px;
    margin-left: 190px;
    padding: 10px 20px 0;
    min-height: 800px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .content {
        margin-right: 0px;
        padding: 10px 15px 0;
    }
}

@media (max-width: 767px) {
    .content {
        margin: 0px;
        padding: 10px 8px 0;
    }
}

/*banner样式开始*/
.carousel-control {
    position: absolute;
    width: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-indicators {
    position: absolute;
    bottom: 7px;
    z-index: 15;
    width: 78%;
    padding-left: 0;
    margin-left: -30%;
    text-align: right;
    list-style: none;
}

.carousel-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    z-index: 9;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: .7;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: left;
    padding: 10px;
    margin-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}

/*内容公共样式*/
.content .content-block {
    clear: both;
    position: relative;
}

.content .content-block h2 {
    line-height: 32px;
    color: #666;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.content .content-block .title strong {
    padding: 6px 10px;
    position: relative;
    background-color: #09C;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
}

.hot-content {
    overflow: hidden;
    margin-top: 10px;
}

.hot-content ul {
    list-style: none;
    margin: 0;
    padding-left: 50%;
}

.hot-content li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.hot-content a {
    margin-left: 10px;
    display: block;
    overflow: hidden;
    height: 128px;
    position: relative;
}

.hot-content img {
    width: 100%;
    height: 100%;
}

.hot-content li.large {
    width: 100%;
    float: left;
    margin-left: -100%;
}

.hot-content li.large a {
    height: 266px;
    margin-left: 0;
}

.hot-content h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 10px 0;
    height: 41px;
    overflow: hidden;
    background-color: #656565;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    display: none;
    /*	文字超出显示省略号	text-overflow:ellipsis;    -o-text-overflow:ellipsis;	white-space:nowrap;*/
}

.hot-content .large h3 {
    font-size: 16px;
    line-height: 34px;
}

.hot-content h3:hover {
    background-color: #3399CC;
    color: #FFFFCC;
    opacity: 0.9;
}

.content-wrap {
    width: 100%;
    float: left
}

.article {
    min-height: 600px;
}

.archive-head {
    margin-bottom: 20px;
    padding: 15px 20px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #eee;
    position: relative
}

.archive-head h1 {
    margin-bottom: 10px;
    font-size: 20px
}

.archive-list p {
    line-height: 22px
}

.post {
    margin-bottom: 5px;
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}

.post h2 a:hover {
    color: #428bca
}

.post:hover {
    box-shadow: 0 0 8px rgba(46, 143, 237, .3);
    border: 1px solid #09C;
}

.istop {
    padding: 15px 30px
}

.post header {
    position: relative
}

.post header .blog_title {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    display: inline;
}

/*----------- post -----------*/
.istop .post-title {
    font-size: 18px
}

.post .cat {
    color: #fff;
    background-color: #09C;
    padding: 4px 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.post .cat:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.post .cat i {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #09C;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.post-img {
    float: left;
    margin-right: 2.8169014084507%;
    margin-left: 0;
    max-width: 330px;
    width: 30%;
    height: auto;
    position: relative
}

.post-img a img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.post-img .mask-tags {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    display: block;
    background: #f45170;
    z-index: 50
}

.post-text {
    font-size: 14px;
    line-height: 22px;
    display: block;
    height: 90px;
    overflow: hidden;
}

.post footer {
    color: #999;
    height: auto;
    margin: 8px 0 0
}

.post footer span {
    font-size: 13px;
    color: #999;
    margin-right: 10px;
    display: inline-block
}

.post footer span a {
    color: #999;
}

.post footer span .fa {
    width: 13px;
    display: inline-block;
    margin-right: 4px;
    font-size: 13px
}

@media (max-width: 479px) {
    .news-list .news-img {
        width: 100%;
        height: auto;
    }

    .news-list .news-info dl dt {
        margin-top: 10px;
    }

    .news-list .news-info {
        width: 100%;
        padding: 0 15px;
    }
}

/*首页内容分页样式开始*/
.news-more {
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.news-more a {
    display: inline-block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    background: #3399CC;
    color: #FFFFCC;
    border-radius: 50px;
    opacity: .9;
}

.news-more a:hover {
    color: #FFF;
    background: #3399CC;
    opacity: 1;
}

.quotes {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #AAA;
}

.quotes span, .quotes a {
    padding: 6px 12px;
    margin: 0 10px;
    background: #DDD;
    border-radius: 5px;
}

.quotes a {
    color: #666;
    text-decoration: none;
}

.quotes a:hover {
    opacity: 1;
    color: #FFFFFF;
    background: #3399CC;
    opacity: 0.8;
}

.quotes .disabled {
    cursor: not-allowed;
}

.quotes .current {
    background: #3399CC;
    color: #FFFFCC;
    cursor: default;
}

/*文章头部样式开始*/
.content .news_header h2 {
    display: inline-block;
    font-size: 25px;
    padding: 10px 0;
    color: #444;
    cursor: default;
}

.content .news_header h2:hover {
    cursor: pointer;
    color: #3399CC;
}

.content .news_header ul {
    margin-bottom: 30px;
    font-size: 12px;
    color: #AAA;
}

.content .news_header ul li {
    margin-right: 20px;
    float: left;
    cursor: default;
}

.content .news_header ul li a {
    color: #666;
    text-decoration: none;
}

.content .news_header ul li a:hover {
    color: #3399CC;
}

.content .news_header ul li strong {
    font-weight: normal;
    color: #3399CC;
    cursor: pointer;
}

/*文章正文样式开始*/
.content .news_content {
    border-top: 2px solid #EEE;
    clear: both;
    font-size: 15px;
    line-height: 25px;
    word-wrap: break-word;
    padding: 10px 0;
    text-indent: 2em;
}

.content .news_content p {
    margin: 6px 0px;
}

.content .news_content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*文章转载说明样式开始*/
.content .reprint {
    clear: both;
    background-color: #f2f2f2;
    font-size: 12px;
    color: #999;
    padding: 6px 15px 5px;
    border-radius: 2px;
    text-align: center;
}

.content .reprint a {
    color: #888;
    text-decoration: none;
}

.content .reprint a:hover {
    color: #3399CC;
}

/*文章 赞 样式开始*/
.content .zambia {
    margin: 20px 0;
    text-align: center;
}

.content .zambia a {
    background: #3399CC;
    position: relative;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.content .zambia a span {
    top: 2px;
}

/*文章标签样式开始*/
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(51, 153, 204, 0.90);
}

.content .news_tags {
    text-align: center;
    margin-bottom: 20px;
}

/*文章上一篇下一篇样式开始*/
.content .page-nav {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
    color: #BBB;
    clear: both;
}

.content .page-nav span {
    float: left;
    position: relative;
    width: 50%;
}

.content .page-nav span.page-nav-next {
    float: right;
    text-align: right;
}

.content .page-nav a {
    color: #999;
    margin-right: 10px;
    display: inline-block;
}

.content .page-nav span.page-nav-next a {
    margin-left: 10px;
    margin-right: 0;
}

.content .page-nav a {
    color: #888;
    text-decoration: none;
}

.content .page-nav a:hover {
    color: #3399CC;
}

/*相关推荐样式开始*/
.related-content {
    overflow: hidden;
    margin-bottom: 10px;
}

.related-content ul {
    list-style: none;
    margin: 0;
}

.related-content li {
    width: 25%;
    float: left;
    margin-bottom: 10px;
}

.related-content a {
    margin: 0 3px;
    display: block;
    overflow: hidden;
    height: 128px;
    position: relative;
}

.related-content img {
    width: 100%;
    height: 100%;
}

.related-content h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 10px 0;
    height: 41px;
    overflow: hidden;
    background-color: #656565;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    display: none;
}

.related-content h3:hover {
    background-color: #3399CC;
    color: #FFFFCC;
    opacity: 0.9;
}

/*文章评论样式开始*/
.content .comment .comment-title {
    margin-bottom: 10px;
    color: #777;
}

.content .comment .comment-title .form-group input:focus {
    border: #CCC solid 1px;
}

@media (min-width: 767px) {
    .content .comment .comment-title .form-group {
        width: 49%;
    }

    .content .comment .comment-title .form-group input {
        width: 80%;
    }
}

.content .comment .comment-form {
    width: 100%;
    height: auto;
    border: #CCC 1px solid;
    border-radius: 2px;
    padding: 5px 5px 0;
    margin-bottom: 10px;
}

.content .comment .comment-form textarea {
    border: none;
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    outline: none;
    resize: none;
    padding: 0;
    color: #555;
    height: 80px;
}

textarea::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #FFFFCC;
    border-radius: 3px;
}

textarea::-webkit-scrollbar-button {
    display: none;
}

textarea::-webkit-scrollbar-track-piece {
    display: none;
}

textarea::-webkit-scrollbar-thumb {
    background: #3399CC;
    border-radius: 3px;
}

/*文章评论底部样式开始*/
.content .comment .comment-form-footer {
    background: #EEE;
    margin: 0 -5px;
    position: relative;
}

.content .comment .comment-form-text {
    float: left;
    line-height: 32px;
    font-size: 13px;
    color: #777;
    margin-left: 5px;
}

.content .comment .comment-form-text a {
    color: #555;
    text-decoration: none;
}

.content .comment .comment-form-text a:hover {
    color: #3399CC;
}

@media (max-width: 380px) {
    .content .comment .comment-form-text {
        display: none;
    }
}

.content .comment .comment-form-btn {
    text-align: right;
}

.content .comment .btn-comment {
    border-radius: 0px;
    background: #3399CC;
    color: #FFF;
    border: none;
}

.content .comment .btn-comment:hover {
    background: #EEE;
    color: #3399CC;
    border: none;
}

/*文章评论内容样式开始*/
.content .comment .comment-content {
    clear: both;
    margin: 0 3px 20px;
}

.content .comment .comment-content ul li {
    margin: 5px 0px;
    cursor: pointer;
    padding: 5px 0;
}

.content .comment .comment-content ul li:hover {
    background: rgba(223, 223, 223, 0.20);
}

.content .comment .comment-content ul li .face {
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
}

.content .comment .comment-content ul li .face img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.content .comment .comment-content ul li .text {
    padding-left: 5px;
    display: block;
    font-size: 12px;
    color: #AAA;
    overflow: hidden;
    word-wrap: break-word;
}

.content .comment .comment-content ul li .text strong {
    color: #777;
    font-weight: 100;
}

/*标签云样式开始*/
.content .tags-content .tags {
    display: block;
    text-align: center;
    margin: 5px 0px;
    overflow: hidden;
}

.content .tags-content div p {
    word-wrap: break-word;
    line-height: 1.2em;
    opacity: .8;
    font-size: 12px;
    height: 5em;
    overflow-y: auto;
}

.content .tags-content div p::-webkit-scrollbar {
    display: none;
}

/*读者墙样式开始*/
.content .face-block .face {
    width: 36px;
    height: 36px;
    padding-bottom: 10px;
    margin: 0 1px;
}

.content .face-block .face img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

/*关于我们样式开始*/
.content .about-content p, .content .contact-content p {
    line-height: 1.8em;
    padding: 0 3px;
    color: #777;
    text-indent: 2em;
}

.content .about-content .line-title {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    text-indent: 0;
}

.content .about-content .line-title span {
    color: #3399CC;
    padding: 0 3px;
    font-weight: bold;
    font-size: 17px;
}

.content .contact-content p span {
    width: 6em;
    text-align: left;
    text-indent: 0;
    display: inline-block;
}

.content .contact-content p a {
    text-decoration: none;
    font-weight: bold;
    color: #777;
}

.content .contact-content p a:hover {
    color: #3399CC;
}

/*友情链接样式开始*/
.content .friendly-content div {
    word-wrap: break-word;
    margin-bottom: 15px;
}

.content .friendly-content div span a {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 2em;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    text-decoration: none;
    color: #444;
    margin-bottom: 8px;
}

.content .friendly-content div p {
    word-wrap: break-word;
    line-height: 1.2em;
    opacity: .8;
    font-size: 12px;
    height: 6em;
    overflow-y: auto;
    color: #777;
}

.content .friendly-content div p::-webkit-scrollbar {
    display: none;
}

/*右侧样式开始*/
.sidebar {
    float: left;
    margin-left: -320px;
    width: 300px;
    position: relative;
    padding-top: 10px;
}

/*侧边栏公共样式开始*/
.sidebar .sidebar-block {
    clear: both;
    margin-bottom: 20px;
    position: relative;
}

.sidebar .sidebar-block .title {
    line-height: 32px;
    color: #666;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.sidebar .sidebar-block .title strong {
    padding: 6px 10px;
    position: relative;
    color: #FFF;
    background-color: #09C;
    font-size: 14px;
    font-weight: normal;
}

.sidebar .sidebar-block ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.pagination li a, .pagination li span {
    border-radius: 50%;
    padding: 7px 12px;
}

.pagination li:first-child a, .pagination li:first-child span, .pagination li:last-child a, .pagination li:last-child span {
    border-radius: 0;
    width: 40px;
}


.sidebar .sidebar-block ul li a {
    border-bottom: solid 1px #f5f5f5;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 14px;
    color: #666;
    padding: 8px 0px 0px 3px;
    min-height: 76px;
    text-decoration: none;
}

.sidebar .sidebar-block ul li a:hover {
    background: rgba(223, 223, 223, 0.20);
}

.sidebar .sentence {
    margin-bottom: 20px;
    position: relative;
    padding: 50px 10px 10px 10px;
    border: 1px solid #EEE;
    cursor: default;
}

.blog_author .blog_avatar {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 50%;
}

.blog_author .blog_info {
    float: left;
    height: 100px;
    margin: 0px 0px 10px 20px;
}

.blog_author .blog_info li {
    margin: 4px 0px;
}

.sentence .blog_motto {
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
    background-color: #09C;
}

.sidebar .sentence:hover {
    border: 1px solid #3399CC;
    cursor: pointer;
}

.sidebar .sentence .author_title {
    background: #3399CC;
    color: #FFF;
    font-size: 14px;
    font-weight: 100;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.shadow {
    z-index: 10;
    padding: 0 10px;
    background: #FFFFFF;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: rgba(51, 153, 204, 0.50) 1px solid;
    box-shadow: 0 0 5px rgba(51, 153, 204, 0.30);
    -webkit-box-shadow: 0 0 5px rgba(51, 153, 204, 0.30);
    -moz-box-shadow: 0 0 5px rgba(51, 153, 204, 0.30);
}

.navbar-form {
    padding: 5px 0 0 0;
}

.form-control {
    padding: 5px 5px 5px 10px;
    border-radius: 0px;
}

.form-control:focus {
    border: #3399CC solid 1px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.btn-search {
    border-radius: 0px;
    background: #3399CC;
    color: #FFF;
    border: #3399CC solid 1px;
}

.btn-search:hover {
    background: #FFF;
    color: #3399CC;
    border: #3399CC solid 1px;
}

.sidebar .recommend ul li a:hover {
    color: #3399CC;
}

.sidebar .recommend ul li a {
    padding-right: 90px;
}

.sidebar .recommend ul li .thumb {
    position: absolute;
    right: 3px;
    display: inline;
}

.sidebar .recommend ul li img {
    width: 80px;
    height: 60px;
    border-radius: 2px;
}

.sidebar .recommend ul li .text {
    margin-top: 1px;
    display: block;
    height: 40px;
    overflow: hidden;
    hite-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar .recommend ul li .text-muted {
    margin-right: 20px;
    font-size: 12px;
    color: #AAA;
}

/*最新评论样式开始*/
.sidebar .comment ul li .face {
    float: left;
    position: relative;
    bottom: -4px;
    width: 36px;
    height: 36px;
}

.sidebar .comment ul li .face img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.sidebar .comment ul li .text {
    display: block;
    padding-left: 42px;
    font-size: 12px;
    color: #AAA;
}

.sidebar .comment ul li .text strong {
    color: #777;
    font-weight: 100;
}

.classify {
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding: 20px;
}

.classify .classify_item {
    padding: 6px 14px;
    border: 1px solid #09C;
}

.classify .active {
    background-color: #09C;
    color: #FFF;
    border: 1px solid #f5f5f5;
}


.casex a:hover:before {

    width: 94.5%;

    opacity: 1;

}


.casex {

    position: relative;

    overflow: hidden;

}

.casex a h5 {

    color: #ffffff;

}

.casex:hover a h5 {

    color: #ffffff;

}

.casex .imgdiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.casex .imgdiv img {
    width: 100%;
}

.casex a:before {
    content: '';
    position: absolute;
    bottom: 18px;
    right: 2.75%;
    z-index: 1;
    width: 0px;
    height: 1px;
    background-color: #f5f5f5;
    opacity: 0;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.casex a:after {
    content: '';
    position: absolute;
    bottom: 14.8%;
    left: 2.75%;
    z-index: 1;
    width: 1px;
    height: 0;
    background-color: #f5f5f5;
    opacity: 0;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.casex a:hover:after {
    height: 72.8%;
    opacity: 1;
}

.effect_info {
    color: #000;
    opacity: 0;
    line-height: 25px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 20px;
}

.casex .logodiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.casex .logodiv .lod_con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}

.casex .logodiv .lod_con img {
    width: 300px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}

.casex .logodiv .lod_con h5 {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    opacity: 0;
    height: 0px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.casex .logodiv:hover {

    background-color: #09C;

}

.casex .logodiv:hover .lod_con img {

    margin-bottom: 35px;

}

.casex .logodiv:hover .lod_con h5 {

    opacity: 1;

    height: auto;

    color: #ffffff;

}

.casex .logodiv:hover .lod_con .effect_info {

    opacity: 1;
    height: auto;
    color: #ffffff;

}

.casex .logodiv:before {

    content: '';

    position: absolute;

    top: 18px;

    left: 2.75%;

    width: 0px;

    height: 1px;

    background-color: #f5f5f5;

    opacity: 0;

    -webkit-transition: all 1.5s ease 0s;

    -moz-transition: all 1.5s ease 0s;

    -ms-transition: all 1.5s ease 0s;

    -o-transition: all 1.5s ease 0s;

    transition: all 1.5s ease 0s;

}

.casex .logodiv:hover:before {

    width: 94.5%;

    opacity: 1;

}

.casex .logodiv:after {

    content: '';

    position: absolute;

    top: 14.8%;

    right: 2.75%;

    width: 1px;

    height: 0;

    background-color: #f5f5f5;

    opacity: 0;

    -webkit-transition: all 1.5s ease 0s;

    -moz-transition: all 1.5s ease 0s;

    -ms-transition: all 1.5s ease 0s;

    -o-transition: all 1.5s ease 0s;

    transition: all 1.5s ease 0s;

}

.casex .logodiv:hover:after {

    height: 72.8%;

    opacity: 1;

}

.fl {
    float: left;
}

.cm_box {
    width: 49.5%;
    margin-bottom: 1%;
}

.cm_box:nth-child(odd) {
    margin-right: 1%;
}

.casex .logodiv .lod_con:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 34px;
    height: 34px;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.casex .logodiv:hover .lod_con {
    padding-bottom: 5px;
}

.casex .logodiv:hover .lod_con:after {
    opacity: 1;
}

.casex .bgimg {
    width: 100%;
}

.casex .bgimg img {
    width: 100%;
}

.modelPlane {
    text-align: center;
    position: relative;
    width: 49.5%;
    float: left;
    margin-bottom: 20px;
    height: auto;
}

.modelPlane .modelTitle {
    color: #FFF;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #09C;
}

.modelPlane:nth-child(odd) {
    margin-right: 1%;
}


.modelMobile {
    position: absolute;
    bottom: 40px;
    right: 0px;
    background: #fff;
    width: 96px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 26px 0 rgba(47, 47, 47, 0.08);
    -moz-box-shadow: 0 8px 26px 0 rgba(47, 47, 47, 0.08);
    box-shadow: 0 8px 26px 0 rgba(47, 47, 47, 0.08);
    overflow: hidden
}

.modelMobile .phoneTop {
    border: 1px solid #ededed;
    text-align: center;
    width: 100%;
    height: 13px;
    line-height: 8px;
    margin: 0
}

.modelMobile .phoneTop .round {
    display: inline-block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ededed;
    vertical-align: middle
}

.modelMobile .phoneTop .bar {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ededed
}

.modelMobile .phoneBody {
    height: 145px;
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.modelMobile .phoneBody:hover {
    -webkit-transition: 3s;
    -o-transition: 3s;
    -moz-transition: 3s;
    transition: 3s;
    background-position: 0 100%
}

.modelMobile .phoneBottom {
    margin: 0;
    height: 18px;
    width: 100%;
    text-align: center
}

.modelMobile .phoneBottom .round {
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #efefef
}

.modelPC {
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.modelPC .pcBody {
    height: 350px;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    overflow: hidden
}

.modelPC .pcBody:hover {
    background-position: 0 100%;
    -webkit-transition: 6s;
    -o-transition: 6s;
    -moz-transition: 6s;
    transition: 6s
}


/*底部样式开始*/
.footer {
    clear: both;
    color: #AAA;
    position: relative;
    margin-left: 215px;
    margin-right: 20px;
    padding: 20px 0 30px 20px;
    border-top: 1px solid #f5f5f5;
    font-size: 12px;
}

.footer a {
    color: #AAA;
    text-decoration: none;
}

.footer a:hover {
    color: #666;
}

@media (max-width: 767px) {
    .footer {
        margin: 0px 20px;
    }
}

@media (max-width: 560px) {
    .footer span {
        display: block;
    }
}