* {
    margin: 0;
    padding: 0
}

body {
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    font: 14px Arial,Helvetica,sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html,body {
    height: 100% ;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
}

html.mip-i-android-scroll,body.mip-i-android-scroll {
    height: auto ;
    overflow-y: visible;
    position: static
}

html.mip-no-scroll,html.mip-no-scroll>body {
    height: 100% ;
    position: relative;
    overflow: hidden
}

a {
    text-decoration: none;
    color: #333
}

img {
    width: 100%;
    margin: 0 auto
}

template {
    display: none
}

span[id^="cnzz_stat"] {
    display: none
}

body {
    -webkit-animation: mip-start 5s steps(1, end) 0s 1 normal both;
    -moz-animation: mip-start 5s steps(1, end) 0s 1 normal both;
    -ms-animation: mip-start 5s steps(1, end) 0s 1 normal both;
    animation: mip-start 5s steps(1, end) 0s 1 normal both
}

@-webkit-keyframes mip-start {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes mip-start {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes mip-start {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes mip-start {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mip-start {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

mip-i-space {
    display: block
}

.mip-layout-relative {
    display: block;
    position: relative
}

.mip-fill-content {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto
}

.mip-i-space .mip-fill-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.mip-layout-fixed {
    display: inline-block;
    position: relative
}

.mip-layout-responsive {
    display: block;
    position: relative
}

.mip-layout-fixed-height {
    display: block;
    position: relative
}

.mip-layout-container {
    display: block;
    position: relative
}

.mip-layout-fill {
    display: block;
    overflow: hidden ;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.mip-layout-flex-item {
    display: block;
    position: relative;
    flex: 1 1 auto
}

.mip-layout-size-defined {
    overflow: hidden 
}

imip-sizer {
    display: block 
}

.mip-fill-content {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto
}

.mip-layout-size-defined .mip-fill-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.mip-replaced-content {
    padding: 0 ;
    border: none 
}

.mip-hidden {
    visibility: hidden;
    overflow: hidden
}

.mip-text {
    display: block;
    line-height: 26px;
    color: #333;
    padding: 10px 0;
    font-size: 16px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-word
}

.mip-img {
    background: #fff
}

@-webkit-keyframes mip-img-loading {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transform: rotate3d(0, 0, 1, 0deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 360deg);
        -webkit-transform: rotate3d(0, 0, 1, 360deg)
    }
}

.mip-img::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/daf4e0111534b41a90598b6a0173a52e.png') center center no-repeat;
    -webkit-animation: linear .5s infinite mip-img-loading
}

.mip-img img.mip-fill-content {
    opacity: 0;
    transition: opacity linear 300ms
}

.mip-img.mip-img-loaded {
    background: transparent
}

.mip-img.mip-img-loaded::before {
    content: none;
    display: none
}

.mip-img.mip-img-loaded img.mip-fill-content {
    opacity: 1
}

.mip-img-container {
    margin: 16px auto;
    font-size: 0
}

.mip-img-subtitle {
    padding-top: 10px;
    color: #999;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center
}

.mip-img-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 10
}

.mip-img-box .box-line {
    position: relative;
    width: 100%;
    height: 10000px;
    top: 20%;
    overflow: hidden
}

.mip-img-box .box-container {
    height: 100%;
    width: 10000px;
    position: absolute;
    top: 0;
    left: 0
}

.mip-img-box .box-item {
    float: left
}

.mip-img-box .box-item img {
    position: absolute;
    top: 0;
    left: 0
}

.mip-img-box .box-img-wrap {
    position: relative;
    height: 10240px
}

.mip-img-box .mip-box-page {
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 100px;
    left: 20px;
    font-size: 28px;
    opacity: .75
}

.mip-img-popUp-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 222
}

.mip-img-popUp-wrapper img {
    position: absolute
}

.mip-img-popUp-bg {
    height: 100%;
    opacity: 1;
    background: #000
}

mip-img {
    display: block;
    width: 100%;
    font-size: 0
}

mip-img .mip-placeholder {
    background: rgba(0,0,0,0.08);
    width: 100%;
    padding: 0
}

mip-img .mip-img-loading {
    position: absolute;
    top: 0;
    height: auto
}

mip-img .mip-placeholder-jpg,mip-img .mip-placeholder-jpeg {
    padding-bottom: 75%
}

mip-img .mip-placeholder-png,mip-img .mip-placeholder-gif,mip-img .mip-placeholder-webp,mip-img .mip-placeholder-other {
    padding-bottom: 100%
}

mip-iframe {
    display: block;
    position: relative;
    overflow: hidden
}

mip-iframe iframe {
    display: block;
    width: 100px;
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.mip-html {
    line-height: 26px;
    font-size: 14px;
    color: #333;
    text-align: justify
}

.mip-html h3 {
    margin: 0;
    padding: 15px 0;
    line-height: 20px;
    font-size: 15px
}

.mip-html ol,.mip-html ul {
    padding: 10px 0 10px 20px
}

.mip-html blockquote {
    margin: 20px 0;
    padding-left: 8px;
    border-left: 4px solid #e9e9e9
}

.mip-html p {
    padding: 10px 0;
    word-break: break-word;
    word-wrap: break-word
}

mip-fixed {
    position: fixed ;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

mip-fixed[type="top"] {
    top: 0
}

mip-fixed[type="bottom"] {
    bottom: 0
}

mip-fixed[type="left"] {
    left: 0
}

mip-fixed[type="right"] {
    right: 0
}

mip-fixed[type="top"],mip-fixed[type="bottom"] {
    width: 100%;
    overflow: hidden;
    left: 0;
    right: 0
}

mip-fixed[type="left"],mip-fixed[type="right"] {
    overflow: hidden
}

mip-video {
    background: black
}

mip-video .mip-video-playbtn {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 4px solid white;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background-color: rgba(0,0,0,0.3);
    -webkit-tap-highlight-color: rbga(0, 0, 0, .3);
    tap-highlight-color: rbga(0, 0, 0, .3)
}

mip-video .mip-video-playbtn:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 16px 0 16px 26px;
    border-color: transparent transparent transparent white;
    left: 20px;
    top: 14px
}

mip-video .mip-video-poster {
    min-height: 150px;
    background: #333
}

mip-carousel a {
    -webkit-tap-highlight-color: transparent
}

.mip-carousle-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
    color: #fff;
    line-height: 30px;
    padding-left: 10px
}

.mip-carousel-indicator {
    position: absolute;
    z-index: 22;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: right;
    margin: auto;
    width: 100%
}

.mip-carousel-indicator>span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 12px 6px 12px 0
}

.mip-carousel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mip-carousel-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mip-carousel-slideBox {
    width: 100%;
    height: 100%;
    float: left;
    position: relative
}

span.mip-carousel-current-indicator {
    background-color: red
}

.mip-carousel-containeractive {
    z-index: 2
}

.mip-carousel-indicatorbox {
    position: absolute;
    bottom: 3px;
    right: 10px;
    color: #fff
}

.mip-carousel-indicatornow {
    font-size: 20px
}

.mip-carousel-preBtn,.mip-carousel-nextBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    z-index: 10;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    user-select: none
}

.mip-carousel-nextBtn {
    right: 0;
    background-position: 100% 45%;
    background-image: url(../images/f570c310774a761b50e5bee002e74032.png)
}

.mip-carousel-preBtn {
    left: 0;
    background-position: 0 45%;
    background-image: url(../images/c1b139da66ca114a681646f6c7c30ceb.png)
}

.mip-carousel-indicator-wrapper {
    text-align: center
}

.mip-carousel-indicatorDot {
    display: inline-block;
    position: relative
}

.mip-carousel-indicatorDot .mip-carousel-indecator-item {
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin-right: 7px
}

.mip-carousel-indicatorDot .mip-carousel-activeitem {
    background-color: #999
}


/*内联*/
body {
    background: #eee;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font: 14px "Microsoft Yahei","宋体","Arial Narrow",HELVETICA;
    width: 100%;
    text-align: left
}

a {
    text-decoration: none;
    color: #000
}

a:hover {
    text-decoration: none;
    color: red
}

img {
    max-width: 100%;
    border: none
}

dd,div,dl,dt,form,h1,h2,h3,h4,img,input,label,p,span,textarea,ul {
    margin: 0;
    padding: 0
}

input {
    background: #FFF
}

li {
    list-style-type: none
}

.fl {
    float: left;
    width: 696px;
    border-right: 1px #D8D8D8 solid
}

.clear:after {
    clear: both
}

.clear {
    clear: both
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "."
}

.clearfix {
    display: inline-block
}

form div,.clearfix {
    display: block
}

.mobile-search {
    border-bottom: 1px solid #eee;
    outline: none;
    padding: 5px 10px;
    line-height: 32px;
    width: 100%;
}

#search-breadcrumbs {
    font-size: 1.3em;
    font-weight: 700
}

#slide {
    padding: 12px 12px 0 12px;
}

#slide mip-carousel {
    height: 100%
}

#search {
    float: right;
    height: 37px;
    margin-right: 4px
}

#search .s-form {
    display: inline;
    position: relative;
    top: -11px;
    width: 100px
}

#search .s-form .s-key {
    border: 0;
    height: 28px;
    width: 128px;
    padding-left: 6px;
    padding-right: 6px;
    border-right: 1px solid #E6E2E2;
    display: inline-block
}

#search .s-form .s-key:focus,#search .s-form .s-sub:focus {
    outline: 0
}

#search .s-form .s-sub {
    padding: 0;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    border: 0;
    width: 60px;
    display: inline-block;
    border-radius: 0;
    background-color: #fff
}

.pagenav {
    text-align: center;
    margin: 10px 0 20px 0
}

.pagenav a {
    color: #FFF;
    height: 32px;
    width: 35px;
    font-size: 14px;
    margin: 10px 7px 0 0;
    background-color: #4C4C4C;
    display: inline-block;
    text-align: center;
    line-height: 32px
}

.pagenav a:hover {
    color: #FFF;
    background-color: #CE2B2B
}

.pagenav .on {
    background-color: #CE2B2B;
    color: #FFF;
    height: 32px;
    width: 35px;
    font-size: 14px;
    margin-right: 7px;
    display: inline-block;
    text-align: center;
    line-height: 32px
}

.mip-nav-wrapper .navbar-brand {
    width: 128px;
    height: 44px;
    margin: 0;
    /*background-image: url(../images/navlogos.png)*/
}
@media screen and (max-width: 767px)
{
.navbar-nav {
    margin: 0;
    min-height: 283px;
    height: 100%;
    display: block;
}
.navbar-nav li {
    border-bottom: 1px solid #c7c7c7;
    padding: 5px 0;
    list-style: none;
    line-height: 50px;
}
.navbar-nav a {
    text-align: center;
    color: #333;
    font-size: 18px;
    padding: 0 10px;
    margin: 0 auto;
    display: block;
}
.mip-nav-wrapper .navbar-toggle {
    display: block;
    margin: 8px 0;
    padding: 5px;
    border: 0;
    background: transparent;
    float: right;
}
.mip-nav-wrapper .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.mip-nav-wrapper .navbar-toggle .icon-bar {
    background-color: white;
    height: 2px;
    width: 23px;
    background: #999;
    display: block;

}
.icon-bar1{margin-top:7px;margin-bottom:7px;}
}
.mip-nav-wrapper #bs-navbar .navbar-nav li {
    border-bottom: 1px solid #eee
}

.c-share-list {
    padding: 12px 20px;
    background: #f4f5f7
}

.c-share-list .c-row {
    display: inline-flex
}

#post-contents .mip-share-container mip-share .c-share-list .c-share-btn .c-line-clamp1 {
    width: 50px;
    margin-left: 50px;
}

.c-share-list .c-share-btn .c-img {
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    background: #f4f5f7;
    margin-left: 50px;
    border: 1px solid #fff
}

.mip-nav-wrapper,.posts_top,.mipshare,.mobile-search-submit {
    display: none
}

.mip-nav-wrapper.show {
    background-color: #CE2B2B
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: block
}

.mip-nav-wrapper .navbar-toggle .icon-bar {
    background: #fff
}

#bs-navbar {
    overflow: hidden
}

#footer {
    border-top: 1px #D8D8D8 solid;
    width: 980px;
    margin: 0 auto;
    line-height: 26px;
    background: #FFF;
    text-align: center;
}

#footer .footer {
    padding: 20px 0;
}

#links {
    width: 980px;
    line-height: 20px;
    margin: 0 auto;
    background: #FFF
}

#links h3 {
    margin-left: 20px;
    display: inline;
    font-size: 1.17em;
}

#links .links_top {
    padding: 8px 0;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #E6E2E2
}

.li-icon {
    background: #ccc;
    float: left;
    margin: 1px 4px 0 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-style: normal;
    line-height: 19px
}

.li-icon-1 {
    background: #C33333
}

.li-icon-2 {
    background: #036
}

.li-icon-3 {
    background: #063
}

#links_content {
    padding: 6px 0 6px 12px;
}

#links_content li {
    display: inline-block;
    padding: 0 10px;
}

#header #logo {
    text-align: center;
    position: relative;
    top: 45px
}

#logos {
    width: 980px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0
}

#logos a {
    display: inline-block;
    overflow: hidden;
    height: 100px;
    width: 250px
}

.menu-sidebar_menu-container {
    line-height: 60px
}

.menu-sidebar_menu-container ul li {
    float: left
}

.menu-sidebar_menu-container {
    width: 980px;
    background-color: #CE2B2B;
    margin-right: auto;
    margin-left: auto
}

.menu-sidebar_menu-container ul {
    line-height: 40px;
    float: left;
    overflow: hidden
}

#navigation .menu li:hover,.activeh {
    background: #b60101
}

#navigation .menu li a {
    margin: 0;
    color: #FFF;
    height: 37px;
    text-align: center;
    font-size: 14px;
    line-height: 37px
}

#navigation .menu .sub-menu {
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 10;
    display: none
}

#navigation .menu .sub-menu li {
    margin: 0
}

#navigation,.wrap {
    position: relative;
    margin: 0 auto;
    height: 37px;
    line-height: 37px
}

#navigation,.wrap {
    left: 0;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    transition: left .3s
}

.menu-sidebar_menu-container ul li {
    width: 100px
}

.menu-sidebar_menu-container ul li a {
    display: block;
    text-align: center;
    line-height: 40px;
    color: #FFF
}

.menu-sidebar_menu-container li ul {
    z-index: 999;
    line-height: 35px;
    list-style-type: none;
    left: -999em;
    position: absolute;
    width: 100px;
    padding-top: 0;
    overflow: visible
}

.menu-sidebar_menu-container li ul li {
    float: left;
    border-top: 1px solid #E6E2E2;
    width: 100px;
    background-color: #CE2B2B
}

.menu-sidebar_menu-container li ul li a {
    display: block;
    text-align: center;
    width: 100px;
    padding: 0;
    background-image: none;
    line-height: 40px;
    height: 40px;
    font-weight: 400
}

.menu-sidebar_menu-container li ul a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    background-color: #b60101
}

.menu-sidebar_menu-container li:hover ul {
    left: auto
}

.menu-sidebar_menu-container li ul li:hover {
    background: #b60101
}

.menu-sidebar_menu-container li.sfhover ul {
    left: auto
}

.menu-sidebar_menu-container li a.on,.menu-sidebar_menu-container li a:hover {
    color: #FFF
}

.post-meta {
    font-size: 13px;
    color: #888;
    margin: 5px 0 10px 0;
}

.post-meta a {
    color: #888
}

.post-meta a:hover {
    color: red
}

.post-metas {
    font-size: 13px;
    color: #888;
    margin: 5px 0 10px 0;
}

.post-metas a {
    color: #888
}

.post-metas a:hover {
    color: red
}

.post-meta i {
    color: #999;
    margin-right: 3px
}

.muted {
    margin-right: 12px
}

.post-copyright {
    padding: 8px 0;
    clear: both;
    overflow: hidden
}

#copy-info {
    border: 1px solid #E6E2E2;
    border-radius: 5px;
    position: relative;
    padding: 8px 10px 6px 10px
}

#copy-info p {
    line-height: 1.7em
}

#content-wrap {
    background: #FFF;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    transition: left .3s;
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#content-wrap #content {
    width: 696px;
    float: left
}

#content #contents,#content .post {
    padding-left: 12px;
    padding-right: 12px;
    word-wrap: break-word
}

#content .post {
    padding: 12px;
    position: relative
}

#content #breadcrumbs {
    background: #333;
    padding: 6px 12px;
    background-color: #FFF;
    border-bottom: 1px solid #E6E2E2
}

.post.article-images .post-img {
    text-align: center;
}

.post.article-images .post-img i {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.post.article-images .post-img i mip-img {
    height: 100%;
}

.post .post-dec i {
    width: 140px;
    height: 100px;
    float: left;
    margin-right: 2.8169014084507%;
}

.post .post-dec i img {
    width: 140px;
    height: 100px;
}

.post .title h2 {
    font-size: 1.3em;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.post .post-dec p {
    font-size: 1em;
    line-height: 25px;
    height: 75px;
    overflow: hidden
}

.post small {
    font-size: 13px;
    color: #999;
    white-space: nowrap
}

#content-wrap #sidebar {
    width: 282px;
    padding-top: 30px;
    float: right;
    overflow: hidden
}

#sidebar .widget {
    padding: 0 16px 16px 16px;
    overflow: hidden
}

#sidebar .widget dt {
    font-size: 1.25em;
    line-height: 30px;
    height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    margin-bottom: 5px;
    padding-bottom: 2px
}

#sidebar .widget ul li {
    border-bottom: 1px solid #edecec;
    padding: 7px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#sidebar .widget ul li a {
    position: relative;
    margin-left: 0;
    -webkit-transition: margin-left .2s ease-in;
    -moz-transition: margin-left .2s ease-in;
    -o-transition: margin-left .2s ease-in;
    -ms-transition: margin-left .2s ease-in;
    transition: margin-left .2s ease-in
}

#title {
    padding: 10px 0;
}

#title h1 {
    font-size: 1.5em;
    font-weight: 400;
    text-shadow: 0 1px 0 #ddd
}

#title p {
    font-size: .875em;
    color: #999
}

#contents #post-contents {
    font-size: 1.125em;
    line-height: 1.8;
    height: auto;
    border-top: 1px solid #E6E2E2;
}

#post-contents pre {
    white-space: normal;
}

#post-contents p {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 16px;
}

#post-contents p a {
    color: #08d
}

#post-contents p a[target*="_blank"]:after {
    content: url(../images/icon_link.png);
    margin: 0 3px
}

#post-contents p a:hover {
    color: #08d;
}

#post-contents blockquote {
    border: 1px #d0d4c8 dashed;
    background: #F2F6FA url(../images/blockquote.gif) 5px 3px no-repeat;
    padding: 8px 12px 8px 36px
}

#post-contents blockquote p {
    padding: 8px 0;
    line-height: 26px;
    text-indent: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #2A2A2A
}

#rec-rea ul li span {
    margin-left: 10px
}

#rec-rea {
    margin: 16px 0;
    background: url(../images/blockquote.gif) #F4F5F7 no-repeat;
    border: 1px #ccc dashed;
    padding: 6px 26px
}

#rec-rea h3 {
    font-size: 1.125em;
    line-height: 30px;
    border-bottom: 1px solid #ddd
}

#contents #next-prev {
    font-size: 1.125em;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

#contents #next-prev ul li {
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#rec-rea ul li {
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#rec-rea ul li span {
    color: #999;
    float: right
}

#sidebar .widget header {
    background-color: #fff;
    line-height: 32px;
    font-weight: 700;
    color: #E6E6E6;
    height: 32px;
    overflow: hidden;
    border-bottom: solid;
    border-top: solid
}

.divTags header {
    margin-bottom: 6px
}

.divTags .function a {
    display: block;
    padding: 0 5px;
    color: #fff;
    background-color: #e4e4e4
}

.divTags .function a:nth-child(5n+1) {
    background-color: #036;
    opacity: .6
}

.divTags .function a:nth-child(5n+2) {
    background-color: #930;
    opacity: .6
}

.divTags .function a:nth-child(5n+3) {
    background-color: #063;
    opacity: .6
}

.divTags .function a:nth-child(5n+4) {
    background-color: #F60;
    opacity: .6
}

.divTags .function a:nth-child(5n+5) {
    background-color: #C00;
    opacity: .6
}

.divTags .function a:hover {
    background-color: #000;
    opacity: 1
}

#sidebar .divTags .widget-title {
    margin-bottom: 20px
}

#sidebar .divTags .function a {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 6px;
    margin-right: 4px;
    line-height: 20px
}

#sidebar .widget header h3 {
    color: #222;
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
    text-align: left;
    font-size: 1.17em;
    line-height: 32px;
    font-weight: 700
}

#sidebar .divLinkage ul li {
    display: inline-block;
    verticle-align: top;
    width: 50%
}

#sidebar .celan ul li {
    text-align: center
}

#sidebar .divStatistics ul li {
    display: inline-block;
    verticle-align: top;
    width: 50%
}

#sidebar .divCatalog ul li {
    display: inline-block;
    verticle-align: top;
    width: 48%
}

#sidebar .divArchives ul li {
    display: inline-block;
    verticle-align: top;
    width: 50%
}

#sidebar .divfenlei ul li {
    display: inline-block;
    verticle-align: top;
    width: 50%
}

#sidebar .celan ul li {
    display: inline-block;
    verticle-align: top;
    width: 50%
}

#sidebar .widget #tbCalendar {
    width: 100%;
    line-height: 30px
}

#tbCalendar thead {
    text-align: center
}

#tbCalendar td {
    text-align: center
}

#tbCalendar tbody td a {
    color: red
}

@media screen and (max-width:1024px) {
    #content-wrap,#logos,.menu-sidebar_menu-container {
        width: 100%
    }

    #nav,#sidebar,.post-copyright,.posts_top {
        display: none
    }

    #content-wrap #content {
        width: 96%;
        margin-top: 0
    }

    #header {
        padding: 0;
        position: relative;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0
    }

    #header #logo {
        text-align: center;
        width: 92%;
        margin-right: 2%;
        margin-left: 2%;
        padding-right: 2%;
        padding-left: 2%;
        border-radius: 5px;
        margin-top: 5px;
        margin-bottom: 0;
        background-color: #FFF
    }

    #content-wrap #content {
        width: 100%;
        clear: left;
        overflow: hidden
    }

    #footer {
        font-size: 1em;
        line-height: 20px;
        background-color: #FFF;
        text-align: center;
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #9B9DA7
    }

    #links {
        width: 99%
    }

    #slider {
        width: 100%
    }

    .fl {
        border-right: 0 #D8D8D8 solid
    }
}

@media screen and (max-width:767px) {
    #post-contents p {
        font-size: 14px
    }

    .mip-nav-wrapper.show {
        display: block
    }

    #header,#navigation,.post.article-images .post-img i.list-4 {
        display: none
    }

    #logos {
        text-align: center
    }

    .mip-nav-wrapper #bs-navbar .navbar-nav .navbar-wise-close {
        margin-top: 20px
    }
}

@media screen and (max-width:600px) {
    #content .post {
        padding-bottom: 0px;
    }

    .post .post-dec i {
        width: 112px;
    }

    .post .post-dec i img {
        height: 88px;
    }

    #title h1,.post-meta {
        margin-left: 0
    }

    .posts_top {
        display: inline-block
    }

    #header {
        padding: 0;
        position: relative;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0
    }

    header {
        display: block;
        width: 100%;
        height: 40px;
        margin-bottom: 5px;
        left: 0;
        top: 0;
        background-color: #87CEEB
    }

    #rec-rea ul li span,.post .posts_category,.post-copyright,.post-footer,.post_author,.post_category {
        display: none
    }

    #links,#nav,#slider,.post .post-meta .muteds {
        display: none
    }

    #content-wrap {
        margin-top: 10px;
        left: 0;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        transition: left .3s;
        width: 100%;
        padding: 0;
        margin: 0
    }

    #content-wrap #content {
        width: 100%;
        padding-top: 10px;
        clear: left;
        overflow: hidden
    }

    .post .post-dec p {
        font-size: 1em;
        line-height: 22px;
        overflow: hidden;
        height: 90px
    }

    .post small {
        font-size: .875em;
        color: #999;
        white-space: normal
    }

    .post .title h2 {
        font-size: 1.2em
    }

    .fl {
        border-right: 0 #D8D8D8 solid
    }

    #content #breadcrumbs {
        padding: 0 6px 6px 12px
    }

    .post.article-images .post-img i {
        width: 32%;
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    .fl {
        border-right: 0 #D8D8D8 solid
    }
}

/*分页*/
.page-control ul.pagination li.page-item,.page-control ul.pagination{display: inline-block;}
.pagenav li.active span {
    color: #FFF;
    height: 32px;
    width: 35px;
    font-size: 14px;
    margin: 10px 7px 0 0;
    background-color: #f00;
    display: inline-block;
    text-align: center;
    line-height: 32px;
}
.inlineb{text-align:center;}
.inlineb amp-social-share{display: inline-block;}
/*返回顶部*/
    .scrollToTop {
      color: #fafafa;
      font-size: 1.4em;
      box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
      width: 50px;
      height: 50px;
      border-radius: 100px;
      border: none;
      outline: none;
      background:  url(../images/top.png) #CE2B2B center center no-repeat;
      z-index: 9999;
      bottom: 50px;
      right: 50px;
      position: fixed;
      opacity: 0;
      visibility: hidden;
    }
    #marker {
      position: absolute;
      top: 100px;
      width: 0px;
      height: 0px;
    }   
    .big{
    font-size: 2em;
    padding: 10px;
    display: inherit;
    }