@charset "UTF-8";

* {
    margin: 0;
    padding: 0
}

html {
    position: relative;
    margin: 0 auto!important;
    max-width: 640px;
    min-width: 300px;
    font-family: "Helvetica Neue",Helvetica,sans-serif
}

body {
    background: #ededed;
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;
    overflow-x: hidden
}

a {
    color: #333;
    text-decoration: none
}

img {
    border: 0;
    display: block;
    max-width: 100%;
    vertical-align: middle
}

a,img {
    -webkit-touch-callout: none
}

button,input,select {
    vertical-align: middle;
    font-size: 16px
}

input,textarea {
    padding: 0;
    -webkit-appearance: none;
    outline: 0;
    border: none
}

li,ol {
    list-style: none
}

body,div,fieldset,form,h1,h2,h3,h4,h5,h6,img,li,ol,p,table,td,tr,ul {
    margin: 0;
    padding: 0;
    border: 0 none;
    vertical-align: baseline;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit
}

.clear {
    clear: both;
    height: 5px;
    width: 100%;
    font-size: 1px;
    line-height: 0;
    visibility: hidden;
    overflow: hidden
}

.clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ""
}

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto 1%;
    width: 100%;
    height: auto
}

.alert {
    width: 80%;
    padding: 15px 10px;
    font-family: Microsoft YaHei;
    background: #000;
    opacity: .7;
    position: fixed;
    border-radius: 5px;
    display: none;
    z-index: 99999;
    left: 50%;
    top: 35%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.mask {
    position: fixed;
    left: 0;
    top: 43px;
    right: 0;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    pointer-events: none;
    background: #000
}

.mask.show {
    opacity: .35;
    visibility: visible;
    pointer-events: auto
}

.filex {
    position: fixed
}

@font-face {
    font-weight:400;font-style:normal;font-family:gotham-medium;src:url(../fonts/gotham-medium.woff) format('woff')
}

@keyframes load {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes load {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes arrow {
    from {
        -webkit-transform: translate3d(-webkit-calc(-50% + 6px),5px,0);
        transform: translate3d(calc(-50% + 6px),5px,0)
    }

    to {
        -webkit-transform: translate3d(-webkit-calc(-50% + 6px),0,0);
        transform: translate3d(calc(-50% + 6px),0,0)
    }
}

@-webkit-keyframes arrow {
    from {
        -webkit-transform: translate3d(-webkit-calc(-50% + 6px),5px,0);
        transform: translate3d(calc(-50% + 6px),5px,0)
    }

    to {
        -webkit-transform: translate3d(-webkit-calc(-50% + 6px),0,0);
        transform: translate3d(calc(-50% + 6px),0,0)
    }
}

@keyframes myfirst {
    0% {
        transform: scale(1)
    }

    90% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1.3)
    }
}

@-webkit-keyframes myfirst {
    0% {
        transform: scale(1)
    }

    90% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1.3)
    }
}

@keyframes mypraise {
    0% {
        font-size: 16px;
        top: 0px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0
    }

    25% {
        font-size: 18px;
        top: -5px;
        opacity: .5;
        filter: Alpha(opacity=50);
        -moz-opacity: .5
    }

    50% {
        font-size: 20px;
        top: -10px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1
    }

    75% {
        font-size: 18px;
        top: -15px;
        opacity: .5;
        filter: Alpha(opacity=50);
        -moz-opacity: .5
    }

    100% {
        font-size: 16px;
        top: -20px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0
    }
}

@-webkit-keyframes mypraise {
    0% {
        font-size: 16px;
        top: 0px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0
    }

    25% {
        font-size: 18px;
        top: -5px;
        opacity: .5;
        filter: Alpha(opacity=50);
        -moz-opacity: .5
    }

    50% {
        font-size: 20px;
        top: -10px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1
    }

    75% {
        font-size: 18px;
        top: -15px;
        opacity: .5;
        filter: Alpha(opacity=50);
        -moz-opacity: .5
    }

    100% {
        font-size: 16px;
        top: -20px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0
    }
}

table {
    border-collapse: collapse;
    margin: 0 auto 15px;
    text-align: center
}

table td,table th {
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
    padding: 0 10px
}

table thead th {
    background-color: #cce8eb;
    width: 100px
}

table tr:nth-child(odd) {
    background: #fff
}

table tr:nth-child(even) {
    background: #f5fafa
}
/* 头部 */
.index-header {
    width: 100%;
    background: #6ca734;
    text-align: center;
    padding: 2% 0
}

.index-header .index-logo {
    height: 40px;
    margin: auto;
    width: auto
}

.header {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    max-width: 640px;
    min-width: 300px;
    background: #f2f2f2;
    border-bottom: 1px solid #dfdfdf;
    color: #989898
}

.header .icon-logo {
    width: 42px;
    height: 42px;
    float: left;
    position: relative;
    background: transparent url(../images/icon-logo.png) no-repeat scroll center center/28px 28px
}

.header .icon-menu {
    width: 42px;
    float: right;
    position: relative;
    cursor: pointer;
    right: 5px;
    top: 0;
    display: inline-block;
    z-index: 10;
    height: 42px
}

.icon-menu i {
    display: block;
    background: #989898;
    width: 26px;
    height: 2.5px;
    position: absolute;
    left: 10px;
    transition: all ease .35s;
    border-radius: 4px
}

.icon-menu i:nth-of-type(1) {
    top: 12px
}

.icon-menu i:nth-of-type(2) {
    top: 20px
}

.icon-menu i:nth-of-type(3) {
    top: 28px
}

.icon-menu-on i:nth-of-type(1) {
    top: 20px;
    transform: rotate(45deg)
}

.icon-menu-on i:nth-of-type(2) {
    width: 0
}

.icon-menu-on i:nth-of-type(3) {
    top: 20px;
    transform: rotate(-45deg)
}

.header .site:first-child:before {
    content: "";
    width: 42px;
    height: 42px;
    float: left;
    position: relative;
    background: transparent url(../images/icon-logo.png) no-repeat scroll center center/28px 28px
}

.header .site {
    font-size: 15px;
    float: left;
    text-align: center;
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 14px 0 5px;
    overflow: hidden;
    background: url(../images/icon-site.png) no-repeat right center;
    background-size: auto 42px
}

.header .home {
    padding-left: 0
}

.header span {
    color: #989898;
    font-size: 15px;
    float: left;
    text-align: center;
    padding-left: 5px
}
/* 轮播 */
.index-banner {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%
}

.index-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 100%
}

.index-banner .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.index-banner .swiper-wrapper li span {
    display: block;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding: 0 55px 0 10px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 2
}

.index-banner .swiper-pagination {
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 9px;
    z-index: 3
}

.index-banner .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin-left: 3px;
    background-color: transparent;
    opacity: 1;
    border: 1px solid #fff
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #fff
}
/* 导航 */
.index-nav {
    background: #fff;
    float: left;
    width: 100%;
    padding-top: 2%;
    margin-bottom: 1%
}

.index-nav li {
    float: left;
    width: 20%;
    text-align: center;
    margin-right: -1px;
    line-height: 28px
}

.index-nav li a {
    display: block;
    overflow: hidden;
    padding: 5px 0 5px;
    color: #555;
    font-size: 15px
}

.index-nav li a:before {
    content: "";
    background-image: url(../images/index-nav.png);
    background-size: 30px auto;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 3px
}

.index-nav li:nth-child(1) a:before {
    background-position: 50% 12px;
    background-color: #91ca5b
}

.index-nav li:nth-child(2) a:before {
    background-position: 50% -38px;
    background-color: #fcad50
}

.index-nav li:nth-child(3) a:before {
    background-position: 50% -85px;
    background-color: #54cca2
}

.index-nav li:nth-child(4) a:before {
    background-position: 50% -137px;
    background-color: #fc7678
}

.index-nav li:nth-child(5) a:before {
    background-position: 50% -190px;
    background-color: #6ebbf7
}

.index-nav li:nth-child(6) a:before {
    background-position: 50% -244px;
    background-color: #ffbf27
}

.index-nav li:nth-child(7) a:before {
    background-position: 50% -301px;
    background-color: #7cd3fb
}

.index-nav li:nth-child(8) a:before {
    background-position: 50% -348px;
    background-color: #97a3f5
}

.index-nav li:nth-child(9) a:before {
    background-position: 50% -393px;
    background-color: #5fcaf9
}

.index-nav li:nth-child(10) a:before {
    background-position: 50% -445px;
    background-color: #d88bfb
}

.nav {
    background: #fff;
    float: left;
    position: fixed;
    left: 0;
    top: 43px;
    z-index: 10001;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    overflow: hidden
}

.nav.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.nav ul {
    border-top: 1px solid #eee
}

.nav ul:after {
    content: "";
    background: transparent url(../images/logo-title.png) no-repeat scroll 0 0/99px 36px;
    width: 99px;
    height: 36px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: 10px 0;
    text-align: center;
    opacity: .4;
    filter: Alpha(opacity=40);
    clear: both;
    float: left
}

.nav li {
    float: left;
    width: calc(100%/3);
    margin-right: -1px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.nav li a {
    display: block;
    color: #333;
    line-height: 36px
}

.nav li a:nth-child(3) {
    border-right: 0
}

.nav li a.active {
    background: #666;
    color: #fff
}

.nav li a.active .iconfont {
    color: #eee
}

.nav li a .iconfont {
    width: 100%;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    font-size: 36px;
    box-sizing: border-box;
    vertical-align: middle;
    top: 6px;
    color: #ccc
}

.nav li a:focus,.nav li a:hover {
    background: #0aa770;
    color: #fff
}

.nav .open {
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
    width: 100%;
    display: block;
    float: left
}

.nav .open:after {
    content: "";
    background-image: url(../images/list-more.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 6px
}

.search {
    border: 1px solid #e0e0e0;
    width: 94%;
    margin: 15px 3%;
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    display: inline-block
}

.search input {
    width: 79%;
    float: left;
    background: 0 0;
    line-height: 36px;
    padding-left: 3%;
    font-size: 14px
}

.search button,.search input {
    border: medium none;
    height: 36px
}

.search button {
    width: 18%;
    float: right;
    background: 0 0;
    border-left: 1px solid #e0e0e0
}

.search .iconfont {
    font-size: 18px;
    color: #999;
    vertical-align: middle;
    -webkit-text-stroke-width: .2px
}

.subnav {
    background: #fff;
    display: block;
    width: 100%;
    margin-bottom: 1%
}

.subnav a {
    line-height: 35px;
    color:#595252;
    display: inline-block;
    width: calc(97%/3);
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.subnav a.on {
    color: #0aa770
}

.subnav a:hover {
    background: #0aa770;
    color: #fff
}
/* 选项卡 */
.swiper-tab {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 1%;
    float: left
}

.swiper-tab .iconfont {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    vertical-align: middle;
    padding-right: 3px
}

.swiper-tab .swiper-tab-title {
    height: 43px;
    margin-bottom: 1%
}

.author-box .swiper-pagination-bullet,.swiper-tab .swiper-pagination-bullet {
    width: 33%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 0;
    color: #333;
    border-bottom: 2px solid #eee;
    text-align: center;
    opacity: 1
}

.author-box .swiper-pagination-bullet-active,.swiper-tab .swiper-pagination-bullet-active {
    color: #0aa770;
    border-bottom: 2px solid #0aa770
}

.swiper-tab .swiper-tab-list ul {
    float: left;
    box-sizing: border-box;
    padding: 0 2% 1% 2%;
    overflow: hidden
}

.swiper-tab .swiper-tab-list ul li {
    float: left;
    width: 100%;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    overflow: hidden
}

.swiper-tab .swiper-tab-list .pubdate li:before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    float: left;
    margin-right: 2%;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #cecece;
    content: ""
}

.swiper-tab .swiper-tab-list .pubdate li:hover:before {
    background-color: #0aa770
}

.swiper-tab .swiper-tab-list .pubdate li a {
    float: left;
    display: block;
    width: 84%;
    height: 32px;
    overflow: hidden
}

.swiper-tab .swiper-tab-list .pubdate li span {
    float: right;
    font-size: 12px;
    color: #999
}

.swiper-tab .swiper-tab-list .tuijian li span {
    float: left;
    margin-top: 1%;
    margin-right: 10px;
    padding: 0 1%;
    height: 20px;
    border: solid 1px #0aa773;
    color: #0aa773;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px
}

.swiper-tab .swiper-tab-list .tuijian li span a {
    color: #0aa770
}

.swiper-tab .swiper-tab-list .click li em {
    font-style: inherit;
    line-height: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #0aa770;
    font-size: 12px;
    text-align: center;
    float: left;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-right: 8px;
    border-radius: 4px;
    position: relative;
    top: 50%
}

.swiper-tab .swiper-tab-list .click li:nth-child(1) em {
    background: #ff6b6d
}

.swiper-tab .swiper-tab-list .click li:nth-child(2) em {
    background: #ff9e3a
}

.swiper-tab .swiper-tab-list .click li:nth-child(3) em {
    background: #26ced5
}
/* 列表 */
.list-box {
    float: left;
    margin-bottom: 1%;
    padding: 2%;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.list-box-title {
    float: left;
    border-bottom: 2px solid #eee;
    height: 34px;
    line-height: 34px;
    width: 100%;
    margin-bottom: 1%
}

.list-box-title span {
    float: left;
    font-size: 18px;
    color: #0aa770;
    border-bottom: 2px solid #0aa770
}

.list-box-title span a {
    color: #0aa770
}

.list-box-title span i {
    color: #0aa770;
    margin-right: 3px;
    font-size: 20px;
    line-height: 32px;
    box-sizing: border-box;
    vertical-align: bottom;
    font-weight: 400
}

.list-box-line {
    font-size: 13px;
    float: right;
    position: absolute;
    right: 2%
}

.list-box-line a {
    float: left;
    margin-right: 5px;
    color: #989898;
    font-size: 13px
}

.list-box-line a:last-child {
    margin-right: 0
}

.list-box-line a:before {
    content: "/";
    position: relative;
    margin-right: 5px;
    color: #ccc
}

.list-box-line a:first-child:before {
    content: "";
    margin-right: 0
}

.list-box-more {
    float: right;
    color: #0aa770;
    width: 30%;
    display: block
}

.list-box-more i {
    color: #989898;
    font-size: 24px;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 400;
    float: right
}

.list-box .list-box-pic {
    float: left;
    width: 100%
}

.list-box .list-box-pic a {
    float: left;
    margin: 2% 2% 1%;
    width: 46%;
    background: #eee;
    text-align: center
}

.list-box .list-box-pic a span {
    display: block;
    overflow: hidden;
    padding: 0 4px;
    height: 30px;
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 30px
}

.list-box .list-box-pic a:hover span {
    color: #0aa770
}

.list-box .list-box-pic img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    border: 1px solid #dbdbdb

}

.list-box .list-box-ul {
    float: left;
    width: 100%
}

.list-box .list-box-ul li {
    float: left;
    width: 100%;
    height: 32px;
    font-size: 15px;
    line-height: 32px
}

.list-box .list-box-ul li:before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    float: left;
    margin-right: 2%;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #cecece;
    content: ""
}

.list-box .list-box-ul li:hover:before {
    background-color: #0aa770
}

.list-box .list-box-ul li a {
    float: left;
    display: block;
    overflow: hidden;
    width: 70%;
    height: 32px
}

.list-box .list-box-ul li span {
    float: right;
    color: #999;
    font-size: 12px
}

.list-cut .list-box-ul li:nth-child(5n) {
    border-bottom: 1px dashed #eee;
    padding-bottom: 1%;
    margin-bottom: 1%
}

.list-cut .list-box-ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.list-box .click-ul li {
    float: left;
    width: 100%;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    overflow: hidden
}

.list-box .click-ul li em {
    font-style: inherit;
    line-height: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #0aa770;
    font-size: 12px;
    text-align: center;
    float: left;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-right: 8px;
    border-radius: 4px;
    position: relative;
    top: 50%
}

.list-box .click-ul li:nth-child(1) em {
    background: #ff6b6d
}

.list-box .click-ul li:nth-child(2) em {
    background: #ff9e3a
}

.list-box .click-ul li:nth-child(3) em {
    background: #26ced5
}
/* 列表页 */
.list-news {
    float: left;
    margin-bottom: 1%;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.list-news .list-box-title {
    margin: 2% 2% 0;
    width: 96%
}

.list-news-ul {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: #ededed
}

.list-news-ul li {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 1% 0;
    padding: 2%;
    width: 100%;
    height: auto;
    background: #fff;
    float: left
}

.list-news-ul li a {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: auto
}

.list-news-ul li a img {
    overflow: hidden;
    width: 108px;
    height: 72px;
    padding-right: 2%
}

.list-news-ul li .item {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: auto;
    -webkit-box-flex: 1
}

.list-news-ul li .item h2 {
    display: block;
    overflow: hidden;
    margin: 4px 0 0 0;
    width: 100%;
    height: 20px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.list-news-ul li .item p {
    display: block;
    overflow: hidden;
    margin: 8px 0 0 0;
    width: 100%;
    height: auto;
    color: #989898;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
/* 分页 */
.pagelist {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 3% 2%;
    width: 96%;
    background: #fff
}

.pagelist .down,.pagelist .rest,.pagelist .up,.pagelist .index {
    border-radius: 3px;
    padding: 0 2%;
    width: 26%;
    height: 31px;
    border: 1px solid #cbcbcb;
    background: url(../images/pagelist.gif) repeat-x left center;
    text-align: center;
    line-height: 31px
}

.pagelist .index {
    float: left;
    width: 96%
}

.pagelist .up {
    float: left
}

.pagelist .down {
    float: right
}

.pagelist .rest {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.pagelist .rest span,.pagelist .rest span a {
    color: #0aa770
}
/* 内容页 */
.article {
    width: 100%;
    background: #fff;
    padding: 3% 2%;
    margin-bottom: 1%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.article .title {
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%
}

.article .info {
    line-height: 24px;
    padding: 2% 0;
    color: #999;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid #ececec;
    float: left
}

.article .info span {
    margin-right: 2%
}

.article .info span i {
    line-height: 24px;
    box-sizing: border-box;
    vertical-align: -1px;
    padding-right: 2px
}

.article .info code {
    font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif
}

.article .info code b {
    color: #666;
    font-family: gotham-medium;
    font-size: 14px;
    font-weight: 400;
    padding: 0 2px
}

.article .info a {
    color: #868686
}

.article .info code i {
    display: inline-block;
    margin-left: 4px;
    width: 3px;
    height: 3px;
    background: #666;
    animation: load 1.04s ease infinite;
    -webkit-animation: load 1.04s ease infinite;
    margin-bottom: 5px
}

.article .info code i:nth-child(1) {
    animation-delay: .13s;
    -webkit-animation-delay: .13s
}

.article .info code i:nth-child(2) {
    animation-delay: .26s;
    -webkit-animation-delay: .26s
}

.article .info code i:nth-child(3) {
    animation-delay: .39s;
    -webkit-animation-delay: .39s
}

.content {
    padding: 15px 0 0;
    width: 100%;
    word-wrap: break-word;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
    font-size: 20px;

}

.content p {
    padding-bottom: 2.5%;
    text-indent:2em;
}

.content p:last-child {
    padding-bottom: 0
}

.content h2 {
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 26px;
    color: #0aa770;
    font-weight: 700
}

.content br {
    line-height: 1.6
}

.content img {
    max-width: 100%;
    height: auto
}
/* 顶一下 */
.article-recommend {
    width: 100%;
    float: left;
    margin: 1% auto;
    background: #fff;
    text-align: center
}

.article-recommend .item {
    position: relative;
    width: 48%;
    margin-right: 4%;
    background: #eee;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    line-height: 38px;
    height: 38px
}

.article-recommend .item:last-child {
    margin-right: 0
}

.article-recommend .digg {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    line-height: 38px
}

.article-recommend .digg .iconfont {
    font-size: 24px;
    float: left;
    vertical-align: middle
}

.article-recommend .digg code {
    float: left;
    font-family: gotham-medium;
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px
}

.article-recommend .digg code i {
    display: inline-block;
    margin-right: 3px;
    width: 3px;
    height: 3px;
    background: #161616;
    animation: load 1.04s ease infinite;
    -webkit-animation: load 1.04s ease infinite
}

.article-recommend .digg code i:last-child {
    margin-right: 0
}

.article-recommend .digg code i:nth-child(1) {
    animation-delay: .13s;
    -webkit-animation-delay: .13s
}

.article-recommend .digg code i:nth-child(2) {
    animation-delay: .26s;
    -webkit-animation-delay: .26s
}

.article-recommend .digg code i:nth-child(3) {
    animation-delay: .39s;
    -webkit-animation-delay: .39s
}

.article-recommend .rand .iconfont {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 2px
}

.article-recommend .on {
    color: #0aa770
}

.article-recommend .on .iconfont {
    animation: myfirst 1s linear
}

.article-recommend .digg .add-animation {
    color: #0aa770;
    position: absolute;
    top: 10px;
    left: 24px;
    font-size: 16px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
    animation: mypraise .6s;
    -webkit-animation: mypraise .6s;
    font-style: normal
}
/* 展开全文 */
.more-content {
    position: relative;
    z-index: 1;
    margin: -80px 0 4%;
    text-align: center
}

.more-content .more-content-mask {
    height: 80px;
    background: -moz-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0));
    background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
    background: -o-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0))
}

.more-content .more-content-text {
    font-size: 14px;
    color: #fff;
    background: #0aa770;
    text-align: center;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    cursor: pointer;
    display: block;
    width: 90%;
    border-radius: 50px
}

.more-content .more-content-mask:after {
    content: "";
    background: url(../images/more-content-text.png) no-repeat center/24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    -webkit-animation: arrow .3s ease-out alternate infinite;
    animation: arrow .3s ease-out alternate infinite;
    margin-top: 46px
}
/* 上下篇 */
.article-next-prev {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 1%
}

.article-next-prev a {
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 5% 0 2%;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.article-next-prev a:last-child {
    border-bottom: none
}

.article-next-prev a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border: 8px solid;
    margin-top: -8px;
    border-color: transparent transparent transparent #ececec
}

.article-next-prev a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border: 8px solid;
    margin-top: -8px;
    border-color: transparent transparent transparent #fff
}

.article-next-prev a span,.article-next-prev a:hover {
    color: #0aa770
}

.article-next-prev a span .iconfont {
    box-sizing: border-box;
    padding-right: 5px
}
/* 网站地图 */
.sitemap {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
    width: 100%;
    background: #fff
}

.sitemap .map-box {
    float: left;
    margin-bottom: 2%;
    padding-bottom: 2%;
    width: 100%;
    border-bottom: 1px solid #eee
}

.sitemap .map-box h2 {
    float: left;
    margin-right: 2%;
    height: 30px;
    color: #0aa770;
    text-align: center;
    font-size: 18px;
    line-height: 30px
}

.sitemap .map-box h2 a {
    color: #0aa770
}

.sitemap .map-box h2 .iconfont {
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 3px;
    color: #0aa770;
    vertical-align: middle;
    font-size: 18px
}

.sitemap .map-box ul {
    overflow: hidden
}

.sitemap .map-box:nth-child(2) {
    margin-top: 2%
}

.sitemap .map-box:last-child {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0
}

.sitemap .map-box ul li {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    text-align: center;
    white-space: nowrap;
    line-height: 30px
}

.sitemap .map-box ul li a {
    display: block;
    color: #666;
    font-size: 14px
}

.sitemap .map-box ul li a:before {
    content: "/";
    position: relative;
    margin-right: 5px;
    color: #ccc
}

.sitemap .map-box ul li:first-child a:before {
    content: "";
    margin-right: 0
}
/* 最近更新 */
.update {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
    width: 100%;
    background: #fff
}

.update ul {
    float: left;
    width: 100%;
    position: relative
}

.update ul li {
    position: relative;
    background: url(../images/li.png) repeat-x center;
    line-height: 32px;
    width: 100%;
    float: left;
    height: 32px;
    overflow: hidden
}

.update ul li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #cecece;
    content: ""
}

.update ul li:hover:before {
    background-color: #0aa770
}

.update ul li a {
    padding-right: 8px;
    background: #fff;
    line-height: 32px;
    padding-left: 12px;
    font-size: 15px
}

.update ul li span {
    position: absolute;
    font-size: 12px;
    right: 0;
    bottom: 0;
    float: right;
    padding-left: 10px;
    background: #fff;
    color: #999
}
/* 底部 */
#back-to-top {
    position: fixed;
    bottom: 8em;
    right: 2%;
    display: none;
    z-index: 99998
}

#back-to-top a {
    background: #868686;
    opacity: .6;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.5rem
}

#back-to-top span {
    display: block;
    width: 2.5rem;
    height: 2.5rem
}

#back-to-top a.stop span {
    background: url(../images/to-top.png) no-repeat center center/2.5rem
}

.footer {
    width: 100%;
    padding: 20px 0;
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 22px
}
.footer a{
    color: #333;
}

/*.footer .copyright {*/
/*    overflow: hidden;*/
/*    padding: 5px;*/
/*    color: #333;*/
/*    text-align: center;*/
/*    font-size: 13px;*/
/*    line-height: 22px*/
/*}*/

/*.footer .copyright a {*/
/*    outline: medium 0;*/
/*    color: #333;*/
/*    font-size: 12px*/
/*}*/


/*page*/
.page-list{ text-align:center; display:block; overflow:hidden; padding:20px 0;}
.page-list a{ width:auto; height:30px; line-height:30px; font-size:14px; font-weight:normal; color:#555; text-align:center; padding:0 12px; background:#fafafa; margin:0 5px 0 0; display:inline-block; overflow:hidden}
.page-list b{ width:auto; height:30px; line-height:30px; font-size:13px; font-weight:normal; color:#fff; text-align:center; padding:0 12px; background:#54cf77; margin:0 5px 0 0; display:inline-block; overflow:hidden}
.page-list a:hover{ background:#54cf77; color:#fff;}

.m-tags  { border-bottom: 1px dashed #d3d3d3;  margin-bottom: 20px;padding-bottom:5px; }
.m-tags p {padding-bottom:10px;}
.m-tags span { font-size:14px; color: #999 }
.m-tags a { color: #3fae5f; border:1px #3fae5f solid; display: inline-block; padding: 2px 8px; margin-right: 10px; border-radius: 3px }
.m-tags a:hover {background-color: #3fae5f; color: #fff}



.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;}



.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 1rem;
    flex-shrink: 0;
}

::-webkit-scrollbar {
    display: none;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #0aa770;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #0aa770;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}