@import url(fonts.css);
/* 通用 */
* {
    margin: 0;
    padding: 0
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #555;
    background: #FFF;
    line-height: 1.5;
}
div, h1, h2, h3, h4, h5, p, form, ul, label, input, textarea, img, span, dl, dt, dd {
    margin: 0px;
    padding: 0;
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
h1 {
    font-size: 30px
}
h2 {
    font-size: 26px
}
h3 {
    font-size: 22px
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 16px
}
h6 {
    font-size: 16px
}
img {
    border: 0;
    display: block
}
ul, li {
    list-style: none;
}
ol li {
    margin-left: 20px;
    list-style: decimal;
    padding-left: 3px;
}
a {
    color: #555;
    text-decoration: none;
    -webkit-transition: background-color .15s linear, color .15s linear;
    -moz-transition: background-color .15s linear, color .15s linear;
    -o-transition: background-color .15s linear, color .15s linear;
    -ms-transition: background-color .15s linear, color .15s linear;
    transition: background-color .15s linear, color .15s linear;
}
button {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a:focus {
    outline: 0;
}
a:hover {
    text-decoration: none;
    color: #007bff
}
em, i {
    font-style: normal;
}
blockquote {
    background: #F6F6F6;
    border-left: 2px solid #007bff;
    position: relative;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    font-size: 14px;
}
blockquote p {
    margin: 2px 0 !important;
}
table {
    border-collapse: collapse
}
table, table th, table td {
    border: 1px solid #eee
}
table th, table td {
    padding: 6px
}
table th {
    background-color: #f6f7f8
}
.clear {
    clear: both;
}
.blank {
    height: 20px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    clear: both
}
.f_l {
    float: left
}
.f_r {
    float: right
}
.article {
    width: 1140px;
    margin: 85px auto 0;
    overflow: hidden;
    zoom: 1;
}
.aside {
    width: 31%;
    float: right;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1
}
.main {
    overflow: hidden;
    width: 66%;
    float: left;
    display: block;
}
.container {
    width: 1000px;
    margin: auto
}
nav {
    width: 1140px;
    margin: auto;
    position: relative;
}
nav li a {
    color: rgba(0, 0, 0, .5);
}
.logo {
    float: left;
    font-size: 22px
}
.logo img {
    max-height: 28px;
    margin-top: 15px;
}
img.nightlogoimg {
    display: none;
}
#starlist {
    float: left;
}
#starlist li {
    float: left;
    display: block;
    padding: 0 0 0 40px;
    font-size: 16px;
}
#starlist ul.sub-nav {
    display: none;
    list-style: none;
    padding: 5px;
    margin-left: -10px;
    max-width: 100px;
    min-width: 70px;
    background: #fff;
    position: absolute;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
#starlist ul.sub-nav li a {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
}
#starlist ul.sub-nav li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0;
}
#starlist li .icon-arrow-down:before {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#starlist li.on .icon-arrow-down:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#starlist.active li .icon-arrow-down:before {
    display: inline;
}
#starlist li.on ul.sub-nav {
    display: block;
}
#starlist.active li.on ul.sub-nav {
    display: none;
}
#starlist.active ul.sub-nav {
    max-width: 100%;
    overflow: hidden;
}
#starlist.active ul.sub-nav li {
    height: 40px;
    line-height: 1;
}
#starlist.active ul.sub-nav li a {
    width: auto;
    text-align: left;
    margin-left: 40px;
    padding: 0;
    font-size: 14px;
}
#starlist.active li {
    position: relative;
}
#starlist.active ul.sub-nav {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#starlist.active li em.dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    line-height: 50px;
}
#starlist.active ul.sub-nav {
    position: static;
}
.icon-moon-fill:before {
    color: #ffc107;
}
#starlist a.selected {
    color: #007bff;
}
.header-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f8f9fa;
    text-align: center;
    z-index: 998;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.header-navigation.slideUp {
    top: -60px;
}
footer {
    width: 100%;
    background-color: #f8f9fa;
    color: #a5a4a4;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    clear: both;
}
footer a {
    color: #a5a4a4;
}
#go-to-top {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    opacity: .8;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: rgba(10, 10, 10, 0.2);
    overflow: hidden;
    display: none;
    z-index: 999;
}
#go-to-top:hover {
    background: #007bff;
    opacity: 1;
}
#go-to-top::before {
    font-family: icomoon;
    font-size: 20px;
    content: '\e73b';
    color: #fff;
}
#go-to-top.active {
    display: block
}
.searchbox {
    position: absolute;
    right: 0;
}
.searchbox span, #mnavh span, .jznight span {
    width: 20px;
    height: 60px;
    position: absolute;
    font-size: 19px;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    z-index: 99;
}
#mnavh span {
    display: none;
    left: 0;
    text-align: center;
}
.searchbox span {
    display: block;
    right: 0;
}
.jznight span {
    display: block;
    right: 40px;
}
.b-nav-search_wrap {
    -moz-transition: max-height, .5s;
    -o-transition: max-height, .5s;
    -webkit-transition: max-height, .5s;
    transition: max-height, .5s;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 100;
}
.b-nav-search_wrap input, .b-nav-search_wrap button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px;
}
.b-nav-search_wrap input[type=search] {
    width: 100%;
    padding: 0 5px 0 22px;
    border: none;
}
.b-nav-search_wrap button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: #007bff;
    border: none;
    cursor: pointer;
    font-size: 18px;
}
.b-nav-search_wrap.active {
    max-height: 60px;
}
.sitemap {
    margin-bottom: 20px;
    font-size: 14px;
    color: #888;
    line-height: 14px;
}
.sitemap a {
    font-size: 14px;
    color: #888;
}
.aboxd, .newsview, .share, .nextinfo, .related-list, .news_pl {
    margin-bottom: 20px;
}
.aboxd img {
    max-width: 100%;
}
/* 通用end */
/* 轮播图 */
.swiper-container {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 400px;
    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%;
    height: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .swiper-container, .swiper-slide {
        height: 300px;
    }
}
@media only screen and (max-width: 479px) {
    .swiper-slide {
        height: 200px;
    }
    .swiper-container {
        margin-bottom: 15px;
        height: 200px;
    }
}
@media only screen and (max-width: 321px) {
    .swiper-container, .swiper-slide {
        height: 150px;
    }
}
/* 首页 列表页 */
.sidebar {
    margin-bottom: 20px;
}
.sidebar img {
    max-width: 100%;
}
.sidebar .side-title {
    font-size: 16px;
    color: #222;
    text-align: left !important;
    margin-bottom: 15px;
}
.sidebar .side-title h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #007bff;
}
.l_box .sidebar {
    overflow: hidden
}
.theiaStickySidebar {
    margin-bottom: 50px;
}
#divMisc li {
    width: 32%;
    overflow: hidden;
    float: left;
    margin-bottom: 2px;
    margin-right: 2px
}
#divMisc li img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#divMisc li img:hover {
    transform: scale(1.05)
}
#divArchives li, #divNavBar li, #divStatistics li, #divCatalog li {
    width: 50%;
    height: 32px;
    float: left;
    line-height: 32px;
    overflow: hidden;
}
#divComments li, #divPrevious li, #side-hot-cmt-item li, #side-hot-view-item li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    height: 32px;
    line-height: 32px;
}
#divFavorites a, #divLinkage a, #divAuthors a {
    display: block;
    float: left;
    margin: 0 10px 5px 0
}
.r_box li {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.r_box li h2 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}
.r_box li h2 span {
    color: #f1404b;
}
.r_box li h2 a {
    color: #222
}
.r_box li h2 a:hover {
    color: #007bff
}
.r_box li img {
    float: right;
    clear: right;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.r_box li i {
    width: 170px;
    display: block;
    height: 115px;
    overflow: hidden;
    float: left;
    margin-right: 20px
}
.r_box li p {
    margin: 10px 0 0 0;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}
.r_box li:hover img {
    transform: scale(1.05)
}
.r_box li:hover h3 a {
    color: #19585d;
}
.r_box .postfoot {
    padding-top: 10px;
    overflow: hidden;
}
.r_box .postfoot::after, .r_box .postfoot::before {
    content: '';
    display: table;
}
.r_box .postfoot div {
    display: block;
}
.r_box .postfoot .text-primary {
    color: #007bff;
}
.pagelist {
    text-align: center;
    color: #666;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
.pagelist a {
    color: #666;
    margin: 0 2px 5px 2px;
    display: inline-block;
    padding: 5px 10px;
    background: #f8f9fa
}
.pagelist a:hover {
    color: #19585d;
}
.pagelist b {
    padding: 5px 10px;
    background: #007bff;
    color: #fff;
    font-weight: normal
}
a.curPage {
    color: #19585d;
    font-weight: bold;
}
#divTags ul {
    margin: -4px;
    overflow: hidden
}
#divTags li a {
    font-size: 14px;
    display: block;
    float: left;
    padding: 3px 8px;
    margin: 4px;
    border: 1px solid #e5e5e5;
}
#divSearchPanel .side-title {
    display: none;
}
#divSearchPanel {
    margin: 0;
    background-color: transparent;
    padding: 0 0 20px 0;
}
#divSearchPanel form {
    border: 1px solid #007bff;
    background: #007bff;
    border-radius: 0;
    position: relative;
}
#divSearchPanel input[type="submit"] {
    border: 0;
    background: 0;
    color: #fff;
    outline: none;
    position: absolute;
    top: 10px;
    right: 10%
}
#divSearchPanel input[type="text"] {
    border: 0;
    line-height: 36px;
    height: 36px;
    width: 72%;
    padding-left: 10px;
    outline: none;
    border-radius: 0;
}
#divContorPanel {
    padding-bottom: 30px;
}
#divContorPanel .cp-hello {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    display: inline-block
}
#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 4px 8px;
}
#divContorPanel .sidecon div {
    padding: 20px;
    text-align: center;
    line-height: 24px;
    border: 1px dotted #f0f0f0;
    background: #fbfbfb
}
#divCalendar div {
    margin-bottom: 0;
}
#divCalendar table {
    width: 100%;
    border-collapse: collapse
}
#divCalendar table, #divCalendar tr, #divCalendar th, #divCalendar td {
    border: 1px solid #eee
}
#divCalendar caption {
    line-height: 36px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}
#divCalendar caption a {
    font-size: 15px;
    color: #123
}
#divCalendar thead {
    background: #f6f7f8
}
#divCalendar th {
    height: 36px
}
#divCalendar td {
    height: 36px;
    text-align: center
}
#divCalendar td a {
    font-weight: 700;
    color: #123
}
#divCalendar td a:hover {
    color: #f63
}
.picbox {
    width: 100%;
    overflow: hidden;
}
.picbox2 {
    display: none
}
.picbox ul {
    overflow: hidden;
    width: 24%;
    float: left;
    margin-right: 10px
}
.picbox ul li {
    display: block;
    background: #FFF;
    margin: 0 0 20px 0;
    border: 1px #d9d9d9 solid;
}
.picbox ul li i {
    margin: 10px;
    height: auto;
    overflow: hidden;
    display: block;
}
.picbox ul li img {
    width: 100%;
}
.picbox2 ul {
    overflow: hidden;
    width: 48%;
    float: left;
    margin-right: 10px
}
.picbox2 ul:nth-child(2) {
    float: right
}
.picbox2 ul li {
    display: block;
    background: #FFF;
    margin: 0 0 20px 0;
    border: 1px #d9d9d9 solid;
}
.picbox2 ul li i {
    margin: 10px;
    height: auto;
    overflow: hidden;
    display: block;
}
.picbox2 ul li img {
    width: 100%;
}
.picinfo h3 {
    border-bottom: #ccc 1px solid;
    padding: 10px 0;
    margin: 0 20px;
    font-size: 16px
}
.picinfo span {
    padding: 10px 20px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.picbox ul li a:hover {
    color: #19585d
}
.tags a {
    background-color: #F6F6F6;
    font-size: 14px;
    padding: 3px 8px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.tags {
    margin: 40px 0 10px 0;
}
.infosbox img {
    max-width: 100%;
    height: auto;
    display: inline;
}
.share {
    padding: 20px;
    text-align: center;
}
.nextinfo {
    line-height: 24px;
    width: 100%;
    overflow: hidden;
}
.nextinfo p {
    padding: 4px 0;
}
/*赞赏*/
.diggit {
    width: 160px;
    margin: auto;
    background: #f1404b;
    color: #fff;
    border-radius: 0;
    line-height: 40px;
    text-align: center;
    border: 0;
    outline: none;
}
.diggit:hover {
    background: #448EF6;
}
.diggit a {
    color: #fff;
}
/* 赞赏浮窗 */
.hide_box {
    z-index: 999;
    background: #000;
    opacity: .5;
    -moz-opacity: .5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none
}
.shang_box {
    width: 20rem;
    background-color: #fff;
    border-radius: 6px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -12.5rem;
    margin-top: -13.75rem;
    display: none
}
.shang_box img {
    border: none;
    border-width: 0;
    border-radius: 6px 6px 0 0;
    width: auto;
    height: auto;
    margin: 0;
    box-shadow: none;
    max-width: 100%;
}
.shang_box .shang_close img {
    border-radius: 0;
}
.dashang {
    display: block;
    width: 6.25rem;
    margin: .3125rem auto;
    height: 1.5625rem;
    line-height: 1.5625rem;
    padding: .625rem;
    background-color: #e74851;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    transition: all .3s
}
.dashang:hover {
    opacity: .8;
    padding: .9375rem;
    font-size: 1.125rem
}
.shang_close {
    display: inline-block;
    top: 10px;
    position: absolute;
    right: 10px
}
.shang_logo {
    display: block;
    text-align: center;
    margin: 1.25rem auto
}
.shang_payimg {
    margin: 0 auto;
    border-radius: .1875rem;
    border-radius: .625rem
}
.pay_explain {
    text-align: center;
    margin: .625rem auto;
    font-size: .75rem;
    color: #545454
}
.radiobox {
    width: 1rem;
    height: 1rem;
    background: url(../image/radio2.svg);
    display: block;
    float: left;
    margin-top: .3125rem;
    margin-right: .875rem
}
.checked .radiobox {
    background: url(../image/radio1.svg)
}
.shang_payselect {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    width: 17.5rem
}
.shang_payselect img {
    display: inline !important
}
.shang_payselect .pay_item {
    display: inline-block;
    margin-right: .625rem;
    float: left;
    padding: 10px 0;
}
.shang_info {
    clear: both
}
.shang_info a, .shang_info p {
    color: #c3c3c3;
    text-align: center;
    font-size: .75rem !important
}
@media (min-width:992px) {
    .list-header-style2 .iconfont {
        position: absolute;
        right: 100%
    }
}
@media (max-width:768px) {
    .shang_box {
        width: 20rem;
        margin-left: -10rem;
        margin-top: -13.75rem
    }
}
@media (max-width:414px) {
    .shang_box {
        width: 20rem;
        margin-left: -10rem;
        margin-top: -13.75rem
    }
    li.msgarticle {
        padding-left: 0;
    }
    .post-comments-count {
        display: none;
    }
}
@media (max-width:321px) {
    .shang_box {
        width: 18rem;
        margin-left: -9rem;
        margin-top: -11rem
    }
    .shang_payselect {
        width: 16.2rem;
        height: 1.5rem
    }
    .radiobox {
        margin-right: .2rem
    }
}
/* 首页 列表页end */
.related-list h3 {
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 18px;
    overflow: hidden;
    display: inline-block;
    border-bottom: 1px solid #007bff;
}
.related-list li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    height: 28px;
    line-height: 28px;
    position: relative;
}
/* 文章 */
.news_con h1, .news_con h2, .news_con h3, .news_con h4, .news_con h5, .news_con h6, h1.news_title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}
.news_con h1:after, .news_con h2:after, .news_con h3:after, .news_con h4:after, .news_con h5:after, .news_con h6:after, h1.news_title:after {
    width: 100%;
    max-width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #007bff;
    content: '';
}
.news_con h1:before {
    width: 100%;
    max-width: 100px;
    height: 10px;
    left: 0;
    top: 0;
    background-color: #007bff;
    content: '';
}
.infosbox {
    overflow: hidden;
    margin-bottom: 20px
}
.news_con a, blockquote a {
    color: #0e6dad;
}
.news_con a:hover {
    color: #000
}
.news_con p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 15px;
}
.intitle {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border-bottom: #000 2px solid;
}
.intitle a {
    font-weight: normal;
}
.bloginfo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}
.bloginfo li {
    float: left;
    margin-right: 20px
}
.news_about {
    color: #888888;
    border: 1px solid #F3F3F3;
    padding: 10px;
    margin: 20px auto 15px auto;
    line-height: 23px;
    background: none repeat 0 0 #F6F6F6;
}
.news_about strong {
    color: #38485A;
    font-weight: 400 !important;
    font-size: 15px;
    padding-right: 8px;
}
.news_content {
    line-height: 24px;
    font-size: 14px;
}
.news_content p {
    overflow: hidden;
    padding-bottom: 4px;
    padding-top: 6px;
    word-wrap: break-word;
}
/* 文章end */
/* 微信didi */
.jzXZbox .ddqr {
    width: 120px;
    height: 120px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 15px 0 0;
    font-size: 14px;
    border-radius: 3px;
}
.jzXZbox .ddtit {
    font-size: 19px;
    margin: 0 0 15px 0;
    color: #034eff;
}
.jzXZbox p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
.jzXZbox .jzform {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.jzXZbox input, .jzXZbox button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 35px;
}
.jzXZbox #jzpass {
    width: 100%;
    padding: 0 5px 0 10px;
    background: #f6f6f6;
    border: none;
    -webkit-appearance: none;
}
.jzXZbox button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: #034eff;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .jzXZbox .jzform {
        width: 240px;
    }
}
@media only screen and (min-width: 479px) {
    .jzXZbox .ddtit {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .jzXZbox p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 479px) {
    .jzXZbox .ddqr {
        display: none;
    }
}
/* 评论 */
ul.msg {
    margin: 25px 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #eee;
    word-wrap: break-word;
}
ul.msg img.avatar {
    border-radius: 50%
}
li.msgurl {
    text-align: right;
    padding: 2px 10px;
}
li.msggravatar {
    display: block;
    float: left;
    margin-right: 5px;
}
li.msgarticle {
    list-style-position: outside;
    padding: 10px 0 0;
    line-height: 160%;
    padding-left: 65px;
}
img.avatar {
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
}
ul.msg small {
    color: #a6a6a6;
}
ul.msg h3 small {
    font-size: 12px;
}
ul.msg ul.msg {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
    padding-bottom: 0;
}
ul.msg ul.msg li.msgname {
    padding: 0;
}
ul.msg.msghead {
    min-height: 38px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    color: #007bff;
}
ul.msg.msghead em {
    color: #FF3657;
    font-family: Arial;
    margin-right: 2px;
    font-style: normal;
}
ul.pagebar, ul.msghead {
    border: none;
}
ul.msghead li.tbname {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
ul.msg:nth-last-child(3) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.jz-comment h3, .jz-comments h3 {
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 18px;
    border-bottom: 1px solid #007bff;
    display: inline-block;
    overflow: hidden;
}
.jz-comments h4 {
    margin-bottom: 10px;
    text-align: center;
    padding: 0 10px;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 8px;
}
.jz-comment input {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, sans-serif;
    width: 100%;
    border: 0;
}
.jz-comment label, .jz-comments label {
    display: none;
}
.jz-comment textarea {
    border: 0;
    height: 120px;
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, sans-serif;
    display: block;
    padding: 8px;
}
.jz-comment-box {
    border: 1px solid #ddd;
    padding: 4px;
    position: relative;
    background: #fff;
    margin-bottom: 6px;
}
.jz-comment-ul4 {
    float: left;
    width: 49.5%;
}
.jz-comment-ul3 {
    float: left;
    width: 32.66%;
}
.jz-comment .jz-comment-ul4:nth-child(2n) {
    float: right;
}
.jz-comment .jz-comment-ul3-2 {
    margin: 0 1%;
}
.jz-comment-box img.jz-code {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 30px;
    width: auto;
}
.jz-comment-box input.button {
    border: 0;
    line-height: 40px;
    height: 40px;
    width: 100px;
    background: #007bff;
    color: #fff;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.jz-comment-textarea {
    width: 100%;
    clear: both;
}
.reply-frm {
    margin-top: 15px;
}
/* 评论end */
/* 自适应 */
@media screen and (max-width: 1180px) {
    .article {
        width: 96%
    }
    nav {
        width: 96%;
    }
    .picshowlist {
        display: none
    }
    .tuijian, .guanzhu {
        width: 270px;
    }
}
@media screen and (max-width: 959px) {
    header {
        width: 96%;
        margin: auto
    }
    .article {
        width: 96%
    }
    nav {
        width: 96%;
    }
    #starlist li {
        padding-left: 20px
    }
    .picbox ul {
        width: 23%;
    }
    .picshowlist {
        display: none
    }
    #divContorPanel span.cp-login, #divContorPanel span.cp-vrs {
        display: block;
    }
    #divContorPanel span.cp-login a, #divContorPanel span.cp-vrs a {
        line-height: 1;
    }
}
@media only screen and (max-width: 767px) {
    #mnavh span {
        display: block;
    }
    header {
        padding: 0 20px
    }
    .article {
        width: 100%;
        padding: 0 20px;
    }
    .logo {
        width: 100%
    }
    .logo a {
        display: inline-block;
        float: none;
        margin: 0 auto;
    }
    nav {
        width: 100%;
        position: relative
    }
    #starlist {
        width: 250px;
        background-color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 999;
    }
    #starlist.active {
        left: 0px;
    }
    .fademask.active {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    #starlist {
        padding-top: 20px;
    }
    #starlist li {
        display: block;
        width: 100%;
        padding: 0;
        text-align: left;
    }
    #starlist li a {
        display: block;
        margin: 0 25px;
        letter-spacing: 1px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        height: auto;
        line-height: 50px;
    }
    #mnavh {
        display: block;
    }
    .l_box {
        display: none
    }
    .r_box, .infosbox, .picsbox, .main {
        width: 100%
    }
    .pagelist a {
        padding: 2px 6px;
    }
    .pagelist b {
        padding: 2px 6px;
    }
    .picbox ul {
        width: 22%;
    }
    .picbox ul li i {
        margin: 5px
    }
    .picinfo {
        display: none
    }
    .picshowlist {
        display: none
    }
    .lmname, .view {
        display: none
    }
    #go-to-top {
        right: 20px;
        bottom: 20px;
    }
    footer {
        margin-top: 0;
    }
}
@media only screen and (max-width: 479px) {
    .logo img {
        max-height: 26px;
        margin-top: 16px;
    }
    .sitemap {
        padding: 0 18px;
    }
    #mnavh span {
        margin-left: 18px;
    }
    .searchbox span, .jznight span {
        margin-right: 18px;
    }
    header {
        padding: 0
    }
    .article {
        width: 100%;
        padding: 0;
        margin-top: 70px;
    }
    .logo {
        width: 100%
    }
    nav {
        width: 100%;
        position: relative
    }
    .l_box {
        display: none
    }
    .r_box, .infosbox, .picsbox, .main {
        width: 100%
    }
    .picbox {
        display: none
    }
    .picbox2 {
        width: 96%;
        margin: auto;
        display: block
    }
    .picbox2 ul {
        width: 48%;
        margin-right: 0
    }
    .piclistshow ul li {
        height: 100px;
        padding: 0
    }
    .piclistshow .picimg {
        height: 100px
    }
    .picbox ul li i {
        margin: 2px
    }
    .picinfo h3 {
        border-bottom: 0;
        font-weight: normal;
        font-size: 15px;
    }
    .picinfo span {
        display: none
    }
    .picshowlist, .pictxt {
        display: none
    }
    .r_box li {
        margin-bottom: 15px;
        padding: 0 15px 15px 15px;
    }
    .r_box li p {
        display: none
    }
    .r_box li i {
        width: 78px;
        height: 78px;
        margin-right: 10px;
    }
    .r_box li h2 {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
    .r_box .postfoot {
        padding-top: 10px;
        clear: none;
    }
    .newsview, .nextinfo, .related-list, .news_pl {
        padding: 0 15px;
    }
    .pagelist {
        margin: 15px 0;
    }
    .aboxd, .newsview, .share, .nextinfo, .related-list, .news_pl {
        margin-bottom: 15px;
    }
    .aboxd {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 321px) {
    .searchbox span {
        margin-right: 15px;
    }
    .jznight span {
        margin-right: 8px;
    }
    #mnavh span {
        margin-left: 15px;
    }
    .r_box li i {
        width: 55px;
        height: 55px;
        margin-right: 10px;
    }
    .r_box .postfoot {
        display: none
    }
    #go-to-top {
        right: 10px;
        bottom: 10px;
    }
}
/* 夜间模式 */
.night {
    background-color: #151617;
    color: #888;
}
.night a {
    color: #bbb !important;
}
.night img {
    opacity: 0.95
}
.night .logo img {
    display: none;
}
.night .logo img.nightlogoimg {
    display: block;
}
.night #starlist a.selected {
    color: #448EF6 !important;
}
.night a:hover {
    color: #448EF6 !important;
}
.night .sidebar a {
    color: #888 !important;
}
.night .sidebar .side-title h3, .night .news_title, .night .diggit {
    color: #bbb;
}
.night .sidebar .side-title {
    border-color: #3a3a3a;
}
.night .news_about {
    background-color: #151617;
    color: #888;
    border-color: #3a3a3a;
}
.night .news_about strong {
    color: #888;
}
.night .header-navigation, .night footer {
    background-color: #262626;
    color: #888;
}
.night #starlist.active, .night #starlist ul.sub-nav, .night table th {
    background-color: #1d1f20;
}
.night #starlist ul.sub-nav:before {
    border-bottom-color: #1d1f20;
}
.night #divTags li a, .night #divContorPanel .cp-login a, .night #divContorPanel .cp-vrs a, .night .tags a, .night .diggit, .night .pagelist a {
    background-color: #262626 !important;
    border: 1px solid #3a3a3a;
}
.night .r_box li, .night .jz-comments h3, .night .related-list h3, .night ul.msg, .night ul.msghead li.tbname, .night ul.msg ul.msg, .night .jz-comment-box, .night #divCalendar caption, .night #divCalendar table, .night #divCalendar tr, .night #divCalendar th, .night #divCalendar td, .night table, .night table th, .night table td {
    border-color: #3a3a3a;
}
.night textarea, .night input {
    color: #ccc !important;
    border-color: #3a3a3a !important;
    background: #202020 !important;
}
.night #divSearchPanel input[type="submit"] {
    background: #007bff !important;
}
.night .b-nav-search_wrap, .night .jz-comment-box {
    background: #202020;
}
.night .jz-comment-box input.button, .night .b-nav-search_wrap button, .night .diggit {
    background: #151617 !important;
}