@charset "utf-8";* {
    margin: 0;
    padding: 0
}

body {
    background-color: #f8f8f8;
    font: 14px/1.6em "Hiragino Sans GB","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #555;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin-top: 70px
}

.wrap {
    width: 1200px;
    margin: 0 auto
}

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

a:hover {
    color: #05c87a
}

a img {
    border: none
}

.clear {
    clear: both
}

.header {
    background-color: #0178dd;
    -moz-opacity: .9;
    opacity: .95;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    z-index: 2
}

.gizle {
    top: -52px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sabit {
    top: 0;
    z-index: 9999
}

.logo {
    float: left;
    font-size: 0
}

.logo img {
    max-height: 50px;
    vertical-align: middle
}

.mnav {
    display: none
}

.msearch {
    display: none
}

.muser {
    display: none
}

.nav {
    float: left;
    margin-left: 10px
}

.nav ul {
    list-style: none
}

.nav li {
    float: left;
    margin-right: 1px;
    position: relative;
    white-space: nowrap
}

.nav li a {
    display: block;
    padding: 0 20px;
    color: #fff
}

.nav li+#nvabar-item-index {
    display: none
}

.nav li:hover a {
    background-color: #404040
}

.nav li.active a {
    background-color: #404040
}

.nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    line-height: 32px;
    min-width: 100%
}

.nav ul li:hover>ul {
    display: block
}

.nav ul ul li {
    float: none;
    display: block;
    width: 100%
}

.nav ul ul li a:hover {
    background-color: #05c87a;
    color: #fff
}

.nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0
}

.user {
    float: right;
    margin-left: 10px;
    position: relative
}

.user .avatar {
    padding: 0 5px;
    font-size: 0;
    cursor: pointer
}

.user .avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle
}

.user .login {
    display: none;
    position: absolute;
    top: 52px;
    right: 0;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    line-height: 24px;
    color: #333
}

.user .login span {
    display: inline-block
}

.user .login span:first-child {
    margin-right: 10px
}

.user .login span a {
    color: #333
}

.user.active .avatar {
    background-color: #404040
}

.search {
    float: right;
    margin-top: 10px
}

.search form {
    width: 160px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    overflow: hidden;
    color: #ddd
}

.search form input {
    float: left;
    width: 80%;
    height: 30px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-right: 0;
    padding-left: 5%
}

.search form button {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 28px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 0;
    color: #cbcbcb
}

.slider {
    height: 320px;
    overflow: hidden;
    margin-bottom: 20px
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: initial
}

.swiper-slide {
    width: 100%;
    height: 320px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-slide a {
    display: block;
    width: 100%
}

.swiper-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    left: -50%
}

.swiper-pagination-bullet-active {
    background-color: #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
    left: 50%;
    width: auto
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background: 0 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background: 0 0;
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slider:hover .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 2%
}

.slider:hover .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 2%
}

.swiper-button-next,.swiper-button-prev {
    text-align: center
}

.swiper-button-next i,.swiper-button-prev i {
    font-size: 48px;
    color: #999;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slider:hover .swiper-button-next i,.slider:hover .swiper-button-prev i {
    color: #fff;
    -moz-opacity: .9;
    opacity: .9
}

.swiper-button-next:hover i,.swiper-button-prev:hover i {
    color: #05c87a
}

.main {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px
}

.mainnav {
    overflow: hidden;
    margin-bottom: 20px;
    clear: both
}

.mainnav ul {
    list-style: none;
    overflow: hidden;
    line-height: 43px;
    background-color: #fff
}

.mainnav li {
    float: left;
    width: 108px;
    text-align: center;
    font-size: 14px;
    position: relative
}

.mainnav li:hover a::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #05c87a;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0
}

.mainnav li a.current::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #05c87a;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0
}

.mainnav li a {
    color: #333;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.mainbody {
    float: left;
    width: 895px;
    overflow: hidden
}

.listnav {
    padding: 10px 0
}

.listnav h1 {
    font-size: 20px;
    line-height: 25px;
    color: #444;
    font-weight: 400
}

.listnav h1 a {
    color: #444
}

.listnav .subcate {
    font-size: 12px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px
}

.listnav .subcate a::after {
    content: ">";
    padding-left: 5px
}

.listnav .subcate a:last-child::after {
    content: ""
}

.listnav span {
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    line-height: 24px
}

.list {
    overflow: hidden;
    background-color: #fff
}

.list ul {
    list-style: none
}

.list li {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #eee
}

.list li .img {
    float: left;
    margin-left: 15px;
    width: 200px;
    height: 136px;
    overflow: hidden
}

.list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.list li .info {
    margin-left: 235px;
    margin-right: 15px
}

.list li .info h3 {
    padding: 5px 0;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin: 0
}

.list li .info p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #888
}

.list li .info span {
    margin-right: 20px;
    display: inline-block;
    color: #d1d1d1;
    font-size: 12px
}

.list li .info span a {
    color: #d1d1d1
}

.list li .info span img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 3px;
    border-radius: 50%
}

.list li .info span i {
    margin-right: 3px
}

.imgbody {
    width: 100%;
    overflow: hidden
}

.imglist {
    overflow: hidden
}

.imglist ul {
    margin-right: -25px;
    overflow: hidden
}

.imglist li {
    float: left;
    width: 220px;
    height: 200px;
    margin-right: 25px;
    overflow: hidden;
    background-color: #fff;
    display: inline;
    margin-bottom: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.imglist li:hover {
    -moz-opacity: .9;
    opacity: .9
}

.imglist li .img {
    width: 100%;
    height: 150px;
    overflow: hidden
}

.imglist li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imglist li span {
    margin: 15px 14px;
    font-size: 14px;
    line-height: 16px;
    height: 18px;
    overflow: hidden;
    display: block;
    text-align: center
}

.pagebar {
    margin: 20px 0;
    overflow: hidden;
    font-size: 0
}

.pagebar a,.pagebar span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 4px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    font-size: 14px
}

.pagebar a:hover,.pagebar span {
    border-color: #888;
    background-color: #888;
    color: #fff
}

.mainbody .pagebar {
    margin-left: 15px
}

@media screen and (max-width: 780px) {
    .mainbody .pagebar {
        margin-left:0
    }
}

.ias_trigger {
    width: 100%;
    margin: 10px auto;
    background-color: #888;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    clear: both;
    overflow: hidden
}

.ias_trigger:hover {
    background-color: #05c87a
}

.ias_trigger a {
    color: #fff;
    display: block
}

.pagebar-loading {
    width: 100%;
    margin: 10px auto;
    background-color: #05c87a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    clear: both;
    overflow: hidden
}

.imagebody {
    overflow: hidden
}

.imagebody .catename {
    margin: 0 0 20px
}

.imagebody .catename h1 {
    display: inline-block;
    padding: 4px 20px;
    border: 1px solid #05c87a;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #05c87a;
    margin-right: 10px
}

.imagebody .catename h1 a {
    color: #05c87a
}

.imagebody ul {
    list-style: none;
    margin-right: -2%;
    overflow: hidden
}

.imagebody li {
    float: left;
    width: 23%;
    margin-right: 2%;
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.imagebody li:hover {
    -moz-opacity: .9;
    opacity: .9
}

.imagebody li .img {
    width: 100%;
    height: 210px;
    overflow: hidden
}

.imagebody li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.imagebody li .info {
    padding: 15px 10px
}

.imagebody li .info h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px
}

.imagebody li .info h3 a {
    color: #4a4a4a
}

.imagebody li .info span {
    font-size: 12px;
    color: #999fa7;
    margin-top: 5px
}

.imagebody li .info span i {
    margin-right: 5px
}

.imagebody li .info span.eyes {
    float: left
}

.imagebody li .info span.time {
    float: right
}

.homelink {
    overflow: hidden;
    clear: both;
    background-color: #0178dd;
    color: #f9f7f7;
    padding: 30px 0
}

.homelink h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.homelink ul {
    list-style: none
}

.homelink li {
    float: left;
    margin-right: 12px;
    font-size: 12px;
    line-height: 24px
}

.homelink li::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #aaa;
    position: absolute;
    margin-left: 5px;
    margin-top: 7px
}

.homelink li a {
    color: #f9f5f5;
}

.homelink li:hover a {
    color: #fff;
    text-decoration: underline
}

.footer {
    overflow: hidden;
    clear: both;
    background-color: #0178dd;
    padding: 0px 0;
    color: #f5f0f0;
}

.footer a {
    color: #fbf9f9;
}

.footer a:hover {
    color: #fff
}

.footer .copyright {
    float: left
}

.footer .power {
    float: right
}

.aside {
    float: right;
    width: 290px;
    overflow: hidden
}

.aside .widget:last-child {
    margin-bottom: 0
}

.widget {
    clear: both;
    margin-bottom: 10px;
    background-color: #fff
}

.widget h5 {
    line-height: 16px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 400
}

.widget ul {
    list-style: none;
    padding: 0 15px 10px;
    overflow: hidden
}

.widget ul ul {
    display: none
}

.widget li {
    float: left;
    width: 50%;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.widget_div {
    padding: 0 15px 10px;
    overflow: hidden
}

.widget_div img {
    max-width: 100%
}

.widget_previous ul {
    padding: 0;
    overflow: hidden
}

.widget_previous li {
    width: 100%;
    float: none;
    white-space: normal;
    line-height: 20px;
    overflow: hidden
}

.widget_previous li a {
    display: block;
    padding: 10px 15px;
    border-bottom: solid 1px #eee;
    position: relative;
    overflow: hidden
}

.widget_previous li a:hover {
    background-color: #fafff8
}

.widget_previous li a:hover::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #05c87a;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.widget_previous li a .img {
    float: left;
    width: 80px;
    height: 55px;
    overflow: hidden
}

.widget_previous li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.widget_previous li a p {
    margin-left: 90px;
    max-height: 40px;
    overflow: hidden;
    margin-top: -2px
}

.widget_previous li a span {
    margin-left: 90px;
    display: block;
    color: #999;
    font-size: 12px
}

.widget_comments li {
    float: none;
    width: 100%;
    line-height: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

.widget_comments li img {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden
}

.widget_comments li p {
    margin-left: 50px;
    line-height: 20px
}

.widget_comments li span {
    margin-left: 50px;
    display: block;
    color: #999;
    font-size: 12px
}

#tbCalendar {
    width: 100%;
    text-align: center
}

.widget_calendar caption {
    height: 20px;
    line-height: 20px;
    padding: 10px 0
}

.widget_calendar td a {
    display: block;
    margin: 0 5px;
    background-color: #05c87a;
    color: #fff
}

.widget_tags ul {
    margin-right: -10px
}

.widget_tags li {
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px
}

.widget_tags li a {
    display: block;
    padding: 0 5px;
    color: #fff
}

.widget_tags li[class$="0"] a {
    background-color: #4a4a4a
}

.widget_tags li[class$="1"] a {
    background-color: #428bca
}

.widget_tags li[class$="2"] a {
    background-color: #5cb85c
}

.widget_tags li[class$="3"] a {
    background-color: #d9534f
}

.widget_tags li[class$="4"] a {
    background-color: #567e95
}

.widget_tags li[class$="5"] a {
    background-color: #b433ff
}

.widget_tags li[class$="6"] a {
    background-color: #00aba9
}

.widget_tags li[class$="7"] a {
    background-color: #b37333
}

.widget_tags li[class$="8"] a {
    background-color: #f60
}

.widget_tags li[class$="9"] a {
    background-color: #d8b303
}

.post {
    background-color: #fff
}

.post_t {
    padding: 8px 20px 12px;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.post_t img {
    float: left;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    border-radius: 50%;
    margin-top: 5px
}

.post_t h1 {
    color: #444;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    margin: 5px 0 5px 55px
}

.post_t .info {
    margin-left: 55px
}

.post_t .info span {
    margin-right: 20px;
    font-size: 12px;
    color: #999
}

.post_t .info span a {
    color: #999
}

.post_t .info span:hover a {
    color: #05c87a
}

.post_t .info span i {
    margin-right: 5px
}

.page .post_t img {
    display: none
}

.page .post_t h1 {
    line-height: 42px;
    margin-left: 10px;
    text-align: center
}

.article_content {
    padding: 10px 20px 20px;
    color: #555;
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
    word-wrap: break-word
}

.article_content img {
    max-width: 100%;
    height: auto;
    padding: 10px 0
}

.article_content h1,.article_content h2,.article_content h3,.article_content h4,.article_content h5,.article_content h6 {
    margin-bottom: 18px;
    background-color: #fbfbfb;
    color: #333;
    border-left: 4px solid #05c87a;
    padding-left: 10px;
    margin: 10px 0;
    font-weight: 400
}

.article_content h1 {
    font-size: 32px;
    padding-top: 10px;
    padding-bottom: 10px
}

.article_content h2 {
    font-size: 28px;
    padding-top: 8px;
    padding-bottom: 8px
}

.article_content h3 {
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px
}

.article_content h4 {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px
}

.article_content h5 {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400
}

.article_content h6 {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400
}

.article_content ol,.article_content ul {
    margin: 0 0 18px 50px
}

.article_content ul {
    list-style: disc
}

.article_content ol {
    list-style: decimal
}

.article_content li {
    margin-bottom: 6px
}

.article_content p {
    margin: 12px 0;
    color: #555;
    line-height: 1.6em;
    word-wrap: break-word
}

.article_content pre {
    word-wrap: break-word
}

.article_content table {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    width: 100%;
    margin-bottom: 18px
}

.article_content table th {
    background-color: #f9f9f9;
    text-align: center
}

.article_content table td,.article_content table th {
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 5px 10px
}

.article_content .alignnone {
    margin: 0 auto
}

.article_content .alignleft {
    float: left;
    text-align: left;
    margin-right: 10px
}

.article_content .aligncenter {
    margin: 0 auto;
    text-align: center;
    display: block
}

.article_content .alignright {
    float: right;
    text-align: right;
    margin-left: 10px
}

.article_content a {
    color: #05c87a
}

.article_content a:hover {
    text-decoration: underline
}

.article_content pre,.comment pre {
    font-size: 12px;
    background: #ededed
}

.article_content blockquote {
    margin: 10px 0;
    padding: 15px 20px 1px;
    border-left: 5px solid #eee;
    background-color: #f7f7f7
}

.article_content blockquote p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

@media screen and (max-width: 780px) {
    .article_content embed,.article_content iframe,.article_content video {
        width:100%
    }
}

.bq {
    padding: 10px 20px 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

.bq p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.bq p a {
    color: #428bca
}

.rights {
    clear: both;
    overflow: hidden;
    padding: 20px 0
}

.rights h5 {
    line-height: 32px;
    font-size: 16px;
    color: #05c87a;
    padding: 0 20px;
    font-weight: 400
}

.rights p {
    line-height: 24px;
    padding: 10px 20px
}

.related {
    clear: both;
    overflow: hidden;
    padding: 20px
}

.related h5 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700
}

.related ul {
    list-style: none;
    margin-right: -20px
}

.related li {
    float: left;
    width: 150px;
    margin-right: 24px;
    margin-bottom: 20px
}

.related li .img {
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 5px
}

.related li .img img {
    width: 100%;
    height: auto
}

.related li p {
    display: block;
    height: 38px;
    overflow: hidden;
    line-height: 18px;
    font-size: 12px;
    color: #333
}

.related li:hover .img {
    opacity: .8
}

.related li:hover p {
    color: #999
}

.related_img li {
    margin-right: 18px
}

.jxcate {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    background-color: #fbfbfb;
    overflow: hidden;
    padding: 15px 20px;
    font-size: 12px;
    color: #555
}

.jxcate a {
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin: 0 1px
}

.jxcate a[class$="0"] {
    background-color: #428bca
}

.jxcate a[class$="1"] {
    background-color: #5cb85c
}

.jxcate a[class$="2"] {
    background-color: #d9534f
}

.jxcate a[class$="3"] {
    background-color: #4a4a4a
}

.jxcate a[class$="4"] {
    background-color: #567e95
}

.jxcate a[class$="5"] {
    background-color: #b433ff
}

.jxcate a[class$="6"] {
    background-color: #00aba9
}

.jxcate a[class$="7"] {
    background-color: #b37333
}

.jxcate a[class$="8"] {
    background-color: #f60
}

.jxcate a[class$="9"] {
    background-color: #d8b303
}

.comments {
    padding: 20px;
    background-color: #fff
}

.comments .c_title {
    padding: 1em 0;
    margin-bottom: 0;
    overflow: hidden
}

.comments .c_title h5 {
    float: left;
    font-size: 14px;
    line-height: 28.8px;
    font-weight: 300;
    background-color: #05c87a;
    color: #fff;
    padding: 0 10px
}

.comments .c_title h5 i {
    color: #fff;
    margin-right: 5px;
    font-style: normal
}

.comments .c_title span {
    display: inline-block;
    float: right
}

.comments .c_title span a {
    color: #05c87a;
    border-bottom: 1px dotted #05c87a;
    margin-left: 5px
}

.compost {
    overflow: hidden;
    margin-bottom: 20px
}

.compost .cp_avatar {
    display: none;
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    box-sizing: border-box
}

.compost .cp_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.compost .cp_post {
    overflow: hidden
}

.compost .cp_post .cp_box {
    overflow: hidden
}

.compost .cp_post .cp_box textarea {
    width: 100%;
    height: 73px;
    background-color: #fafafa;
    border: 2px solid #eee;
    box-sizing: border-box;
    padding: .75em;
    min-height: 5.125em;
    max-height: 15em;
    font: 300 1em/1.8 "PingFang SC","Lantinghei SC","Microsoft Yahei","Hiragino Sans GB","Microsoft Sans Serif","WenQuanYi Micro Hei",sans
}

.compost .cp_post .cp_info {
    overflow: hidden;
    width: 50%
}

.compost .cp_post .cp_info ul {
    list-style: none;
    margin-bottom: 10px;
    overflow: hidden
}

.compost .cp_post .cp_info li {
    margin: 8px 0
}

.compost .cp_post .cp_info li label {
    display: none
}

.compost .cp_post .cp_info li input {
    width: 100%;
    padding-left: .35em;
    height: 30px;
    line-height: 30px;
    background-color: #fafafa;
    border: 2px solid #eee;
    box-sizing: border-box
}

.compost .cp_post .cp_info li.inpVerify input {
    width: 30%
}

.compost .cp_post .cp_info li.inpVerify img {
    vertical-align: bottom
}

.compost .cp_post .cp_info button {
    padding: 4px 20px;
    background-color: #05c87a;
    color: #fff;
    border: 1px solid rgba(0,0,0,.1)
}

.c_list ul {
    list-style: none
}

.c_list>ul {
    border-top: 1px dotted #ddd;
    padding: 10px 0
}

.c_list>ul:hover {
    background-color: #fafff8
}

.c_list li {
    margin-bottom: 0
}

.c_list li .c_avatar {
    float: left;
    width: 50px;
    height: 50px;
    box-sizing: border-box
}

.c_list li .c_avatar img {
    width: 100%;
    height: 100%
}

.c_list li .c_main {
    margin-left: 70px;
    padding: .75em 1em;
    transition: all ease .25s;
    overflow: auto
}

.c_list li .c_main .c_info {
    overflow: hidden
}

.c_list li .c_main .c_info span {
    float: left;
    font-size: 14px;
    color: #a1a1a1
}

.c_list li .c_main .c_info span a {
    color: #000
}

.c_list li .c_main .c_info .icon {
    display: inline-block;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH
}

.c_list li .c_main .c_info span+span {
    float: right;
    font-size: 12px
}

.c_list li .c_main .c_info span+span a {
    border-bottom: 0;
    color: #05c87a
}

.c_list ul ul li .c_avatar {
    display: none
}

.c_list ul ul li .c_main {
    margin-left: 0;
    margin-top: .5em;
    padding: .5em 0 0 1em;
    border-top: 1px dotted #ddd
}

@media screen and (max-width: 768px) {
    .compost .cp_avatar {
        width:32px;
        height: 32px
    }

    .compost .cp_post {
        margin-left: 0
    }

    .c_list li .c_avatar {
        width: 32px;
        height: 32px
    }

    .c_list li .c_main {
        margin-left: 42px;
        padding: 0 10px
    }

    .comments {
        padding: 0 2%;
        box-sizing: border-box
    }

    .compost .cp_post .cp_info {
        width: 80%
    }
}

.goTop {
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #484848;
    color: #fff;
    cursor: pointer;
    font-size: 18px
}

.goTop:hover {
    background-color: #05c87a
}

.tlad {
    margin: 15px auto;
    clear: both;
    overflow: hidden
}

.tlad img {
    max-width: 100%
}

.contentad {
    margin: 10px auto;
    clear: both;
    overflow: hidden
}

.contentad img {
    max-width: 100%
}

@media screen and (max-width: 780px) {
    .tlad {
        margin:5px auto
    }
}

.page404 {
    padding: 40px 0 50px;
    text-align: center;
    overflow: hidden
}

.page404 h1 {
    margin: 10px 0;
    color: #333;
    text-shadow: rgba(61,61,61,.3) 1px 1px,rgba(61,61,61,.2) 2px 2px,rgba(61,61,61,.3) 3px 3px;
    font-weight: 700;
    font-size: 98px;
    line-height: 150px
}

.page404 h3 {
    margin: 10px 0;
    color: #333;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400
}

.serach404 {
    margin: 20px 0
}

.serach404 p {
    color: #333;
    font-size: 14px
}

.serach404 form {
    width: 420px;
    margin: 10px auto;
    overflow: hidden
}

.serach404 form input {
    float: left;
    width: 335px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    padding-left: 2%;
    border: 1px solid #222
}

.serach404 form button {
    float: right;
    width: 85px;
    line-height: 38px;
    height: 40px;
    background-color: #222;
    color: #fff;
    text-align: center;
    border: 1px solid #222;
    font-size: 16px
}

.goindex404 {
    text-align: center;
    margin: 20px 0
}

.goindex404 a {
    display: inline-block;
    padding: 8px 30px;
    background-color: #222;
    color: #fff;
    border-radius: 2px;
    font-size: 16px
}

@media screen and (max-width: 980px) {
    .page404 {
        padding:0 0 0
    }

    .serach404 form {
        width: 80%
    }

    .serach404 form input {
        width: 75%
    }

    .serach404 form button {
        width: 25%
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        width:1000px
    }

    .msearch {
        display: block;
        cursor: pointer;
        color: #fff
    }

    .msearch {
        float: right;
        margin-right: 10px
    }

    .muser {
        right: 110px;
        background-color: transparent
    }

    .search {
        display: none;
        float: none;
        margin-top: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #222;
        -moz-opacity: .9;
        opacity: .9
    }

    .search form {
        width: 80%;
        margin: 10px auto;
        height: 38px;
        line-height: 36px
    }

    .search form input {
        height: 38px;
        line-height: 36px
    }

    .search form button {
        height: 38px;
        line-height: 36px
    }

    .slider {
        height: 26.666vw;
        margin-bottom: 5px
    }

    .swiper-slide {
        height: 26.666vw;
        width: 100%;
        overflow: hidden
    }

    .swiper-slide img {
        width: 100%;
        height: auto
    }

    .imglist ul {
        margin-right: -2%
    }

    .imglist li {
        width: 23%;
        margin-right: 2%
    }
}

@media screen and (max-width: 980px) {
    .wrap {
        width:98%;
        margin-left: 1%;
        margin-right: 1%
    }

    body {
        margin-top: 50px
    }

    .header {
        height: auto;
        line-height: 40px;
        height: 40px
    }

    .gizle {
        top: 0
    }

    .logo img {
        max-height: 38px
    }

    .nav {
        margin-left: 0
    }

    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding-bottom: 10px;
        background-color: #222;
        -moz-opacity: .9;
        opacity: .9
    }

    .nav ul {
        display: block;
        overflow: hidden
    }

    .nav li {
        float: none;
        margin-right: 0;
        position: static
    }

    .nav li a {
        padding: 0 10px
    }

    .nav ul ul {
        display: block;
        position: static;
        margin-left: 3%;
        overflow: hidden
    }

    .nav ul ul li {
        float: left;
        width: auto;
        font-size: 13px
    }

    .nav li:hover a {
        background-color: transparent
    }

    .nav li.active a {
        background-color: transparent
    }

    .mnav,.msearch,.muser {
        display: block;
        position: absolute;
        top: 0;
        width: 40px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-top: 5px;
        background-color: #fff;
        cursor: pointer;
        color: #333
    }

    .mnav {
        right: 60px
    }

    .user {
        display: none
    }

    .msearch {
        float: none;
        right: 10px;
        margin-right: 0
    }

    .slider {
        height: 26.666vw
    }

    .swiper-slide {
        height: 26.666vw
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
        left: 50%;
        width: auto
    }

    .mainbody {
        width: 100%
    }

    .aside {
        width: 100%
    }
}

@media screen and (max-width: 780px) {
    body {
        margin-top:45px
    }

    .slider {
        height: 26.666vw;
        width: 100%;
        margin-bottom: 5px
    }

    .swiper-slide {
        height: 26.666vw;
        width: 100%;
        overflow: hidden
    }

    .swiper-slide img {
        width: 100%;
        height: 26.666vw;
        object-fit: cover;
        -o-object-fit: cover;
        overflow: hidden
    }

    .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 2%
    }

    .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 2%
    }

    .swiper-button-next i,.swiper-button-prev i {
        -moz-opacity: 1;
        opacity: 1
    }

    .main {
        margin: 5px auto;
        padding: 0
    }

    .mainnav {
        margin-bottom: 5px
    }

    .mainnav ul {
        height: auto;
        line-height: 32px
    }

    .mainnav li {
        width: 25%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .mainnav li:hover::before {
        top: 29px
    }

    .listnav {
        padding: 5px 2%
    }

    .list li {
        padding: 10px 0
    }

    .list li .img {
        margin-left: 1px;
        width: 40%;
        height: 80px
    }

    .list li .info {
        margin-left: 43%;
        margin-right: 1%
    }

    .list li .info h3 {
        height: auto;
        max-height: 75px;
        padding: 0
    }

    .list li .info p,.list li .info span {
        display: none
    }

    .pagebar {
        margin: 10px 0
    }

    .imagebody .catename {
        margin-bottom: 10px
    }

    .imagebody .catename span {
        display: none
    }

    .imagebody ul {
        margin-right: 0
    }

    .imagebody li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .imglist ul {
        margin-right: 0;
        margin-right: -2%
    }

    .imglist li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px
    }

    .homelink {
        padding: 10px
    }

    .footer {
        padding: 10px 0;
        text-align: center
    }

    .footer .copyright,.footer .power {
        float: none
    }

    .post_t {
        padding: 4px 10px 6px
    }

    .post_t img {
        display: none
    }

    .post_t h1 {
        margin: 5px 0;
        white-space: normal
    }

    .post_t .info {
        margin-left: 0
    }

    .post_t .info span {
        margin-right: 10px
    }

    .article_content {
        padding: 5px 10px 10px
    }

    .article_content img {
        width: 100%;
        height: auto
    }

    .bq {
        padding: 5px 10px 10px;
        display: none
    }

    .rights {
        padding: 10px
    }

    .rights h5 {
        padding: 0
    }

    .rights p {
        padding: 5px 0
    }

    .related {
        padding: 10px
    }

    .related ul {
        margin-right: 0
    }

    .related li {
        width: 100%;
        margin-bottom: 5px
    }

    .related li .img {
        width: 100%;
        height: auto
    }

    .related li p {
        height: auto
    }
}
