@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    color: #666;
    font-family: "HarmonyOS Sans SC", "HarmonyOS Sans", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 2;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

nav ul {
    list-style: none;
}

li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #333;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 100%;
    font-family: "HarmonyOS Sans SC", "HarmonyOS Sans", "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Verdana, Tahoma, sans-serif;
}

a:hover,
a:focus {
    color: #4693e9;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    color: #333;
}

p {
    line-height: 20px;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input,
select,
button,
textarea {
    vertical-align: middle;
    font-family: "HarmonyOS Sans SC", "HarmonyOS Sans", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
}

:focus {
    outline: 0
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

article,
input,
textarea,
b,
ul,
li,
i,
button,
a,
.swiper-button-next,
.swiper-button-prev {
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

/*#percentageCounter {position:fixed;left:0;top:0px;height:2px;z-index:999;background:linear-gradient(to right,#4cd964,#5ac8fa,#007aff);background:linear-gradient(to right,#00a6fe,#02e2ff,#5e16ff,#fd0389);}
*/
#percentageCounter span {
    padding: 0px 10px 0 12px;
    font-size: 12px;
    color: #fff;
    line-height: 2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(68, 142, 246, .58);
    position: fixed;
    right: 0;
    bottom: 25px;
    z-index: 100;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    word-break: break-all;
}

.content {
    display: inline;
    float: left;
    position: relative;
}

.container .sidebar {
    width: 31%;
}

.container .content {
    width: 66%;
}

strong {
    font-weight: 700
}

.clear {
    clear: both
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.remove-margin {
    margin-right: 0 !important
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #448ef6;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: none;
    position: fixed;
    z-index: 1031;
    top: 8px;
    right: 20px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*header*/
.header-top {
    border-bottom: 1px solid #ddd;
}

.head-top {
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
    border-bottom: 1px solid #ebebeb;
}

.head-top-box {
    display: flex;
    justify-content: space-between;
}

.head-logo {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.head-logo-left a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
}

.head-logo-left img {
    max-height: 80px;
}

.head-logo-right {
    height: 80px;
}

.head-logo-right form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
}

input.search-input {
    width: 210px;
    line-height: 36px;
    padding-left: 8px;
    font-size: 14px;
    border: 1px solid #cccccc;
    transition: width .3s ease-in;
}

input.search-input:focus {
    width: 260px;
    transition: width 0.3s ease-in-out;
}

button.showhide-search {
    line-height: 36px;
    border: none;
    color: white;
    font-size: 14px;
    background: #e80015;
    padding: 0 15px;
}

.head-menu {
    width: 100%;
    background: #eee;
}

/*swiper-banner*/
.wrapper-ban {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 8px 0 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
    background: #fefefe;
}

.site-main {
    float: left;
    width: 71.6666%;
    transition-duration: .5s;
}

.site-main {
    float: left;
    width: 71.6666%;
    transition-duration: .5s;
}

.wrapper-ban span.swiper-title {
    padding: 10px 85px 10px 15px;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    left: 0;
    background: rgba(12, 12, 12, 0.38);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrapper-ban .swiper-pagination {
    text-align: right;
    padding-right: 15px;
}

.top_list.top_list {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
}

.wrapper-ban .swiper-pagination-bullet-active {
    background-color: #f00;
    width: 12px;
    height: 12px;
}

#navigation a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu {
    line-height: 1.0
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em
}

.sf-menu ul li {
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    position: relative;
    margin-right: 10px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 40px;
    z-index: 99;
    background: #424242
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0
}

.sf-menu {
    float: left;
}

.sf-menu a {
    display: block;
    position: relative;
    color: #000;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}

.sf-menu li ul {
    display: none;
}

.sf-menu li a i.fa {
    margin-right: 3px;
    display: none;
}

.nav-pills li a:before {
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    background-color: #e6000e;
    content: '';
    transition: all .6s;
    z-index: -1;
}

.nav-pills li.active a:before,
.sf-menu a:hover:before {
    left: 0;
    width: 100%;
    z-index: 1;
}

li.sfHover {
    color: #333
}

.sf-menu li li {
    text-transform: none
}

.sf-menu li li li {
    background: #424242
}

.sf-menu ul a {
    color: #424242;
    padding: 0 1.2em;
    height: 35px;
    line-height: 35px
}

.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 9px;
    height: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../images/arrows-down.png')
}

a>.sf-sub-indicator {
    top: 18px;
    background-position: 0 -100px
}

a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator {
    background-position: -9px 0px
}

.sf-menu ul .sf-sub-indicator {
    top: 1px;
    width: 5px;
    height: 9px;
    background: url('../images/arrows-side.png')
}

.sf-menu ul a>.sf-sub-indicator {
    background-position: 0 0
}

.sf-menu ul a:focus>.sf-sub-indicator,
.sf-menu ul a:hover>.sf-sub-indicator,
.sf-menu ul a:active>.sf-sub-indicator,
.sf-menu ul li:hover>a>.sf-sub-indicator,
.sf-menu ul li.sfHover>a>.sf-sub-indicator {
    background-position: -5px 0
}

.sf-menu li.active a {
    color: #e6000e;
}

#main {
    margin-top: 20px;
    padding-top: 0px !important
}

.loook {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    background: #FFF;
    position: relative;
}

.single-post .loook {
    margin: 0 auto 20px;
}

.loook.loook-related {
    margin: 20px auto;
}

h1,
h2,
h3,
h4 {
    color: #535353;
    line-height: 1.5em;
    font-weight: normal
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2em
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

table#tbCalendar {
    width: 100%;
}

/**/
.post-list {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 20px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.postnew {
    background: url(../images/new.png);
    position: absolute;
    width: 52px;
    height: 52px;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.posttop {
    background: url(../images/new_top.png);
    position: absolute;
    width: 52px;
    height: 52px;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.category-box {
    padding-top: 15px;
}

.category-box .post-list:first-child {
    border-top: 0;
    padding-top: 5px;
}

.post-list:hover:after {
    box-shadow: 0 2px 10px rgba(222, 222, 222, 0.88);
    content: "";
    z-index: -1;
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: calc(100% + 20px);
}

.post-list .feaimg {
    min-width: 210px;
    max-width: 210px;
    height: 141px;
    overflow: hidden;
    margin: 0px 15px 0 0;
}

.post-list .feaimg img {
    width: 100%;
    align-self: center;
    object-fit: cover;
    height: 100%;
}

.post-list .list-container {
    max-width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.post-list .list-container h3 {
    font-size: 20px;
    line-height: 1.6;
}

span.recommend-flag {
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
    background: #ff3666;
    position: relative;
    top: -2px;
    cursor: default;
    white-space: nowrap;
}

span.recommend-new {
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
    background: #3390ff;
    position: relative;
    top: -2px;
    cursor: default;
    white-space: nowrap;
}

.list-tag {
    margin: 15px 0;
}

.list-tag i.fa.fa-tags {
    margin: 0 10px 0 0;
    font-size: 16px;
}

.list-tag a {
    display: inline-block;
    padding: 5px 12px;
    color: #666;
    border: 1px solid #eae9e9;
    border-radius: 50px;
    margin-right: 10px;
    font-weight: normal;
    font-size: 12px;
    background-color: #eae9e9;
}

.list-tag a:hover {
    border-color: #BF0000;
    color: #BF0000;
}

.list-tag a:last-child {
    margin: 0;
}

.list-info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.info-author {
    display: flex;
    align-items: center;
}

.info-author .list-avatar {
    width: 18px;
    height: 18px;
    background: url(../images/pzicon.png) no-repeat center center;
    background-size: 18px 18px;
    margin-right: 15px;
}

.info-view {
    color: #666;
    display: flex;
    align-items: center;
}

.info-view span {
    margin: 0 0 0 3px;
}

/*sidebar-box*/
.sidebar-box {
    margin-bottom: 20px;
    position: relative;
}

.sidebar-box:last-child {
    margin: 0 0;
}

#divContorPanel .divContorPanel,
#divSearchPanel .divSearchPanel {
    border: 0;
}

.sidebar-box h4.sidebar-title {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e7000e;
    padding: 5px 0 5px 25px;
    margin-bottom: 8px;
    background: url(../images/icon-hot.png) no-repeat left center;
}

h4.sidebar-title.s-recommend {
    background: url(../images/icon-recomm.png) no-repeat left center !important;
}

.sidebar-box>ul,
.sidebar-box>div {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.sidebar-box .side_con {
    font-size: 16px;
}

.sidebar-box .side_con img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*side_con*/
#side_hot ul,
#side_con ul {
    margin-top: -8px;
    padding: 0;
}

#side_hot li,
#side_con li {
    overflow: hidden;
    padding: 10px 0px;
    line-height: 40px;
    height: 98px;
    border-bottom: 1px #DDD solid;
    color: #999;
    position: relative;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#side_hot li a,
#side_con li a {
    height: auto;
    display: block;
    line-height: 20px;
}

#side_hot li .hotcom-img,
#side_con li .hotcom-img {
    width: 121px;
    height: 80px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#side_hot li img,
#side_con li img {
    width: 100%;
    height: 100%;
    align-self: center;
    object-fit: cover;
}

#side_hot li .hotcom-left,
#side_con li .hotcom-left {
    overflow: hidden;
    margin-left: 0;
    text-align: justify;
}

.hot-com-title {
    display: block;
    height: 50px;
    line-height: 175%;
    font-size: 14px;
    word-wrap: break-word;
    color: #555;
    white-space: normal;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
}

.hot-com-title span {
    position: absolute;
    left: 0px;
    background: #999;
    font-size: 12px;
    color: #fff;
    line-height: 180%;
    margin: 0 8px 0 0;
    padding: 0 5px 1px;
    border-radius: 2px;
}

.hot-com-title span.num1 {
    background: url(../images/icon-hot-1.png) no-repeat;
    width: 35px;
    height: 35px;
    top: 10px;
    right: 0;
    left: 86px;
    font-size: 0;
}

.hot-com-title span.num2 {
    background: url(../images/icon-hot-2.png) no-repeat;
    width: 35px;
    height: 35px;
    top: 10px;
    right: 0;
    left: 86px;
    font-size: 0;
}

.hot-com-title span.num3 {
    background: url(../images/icon-hot-3.png) no-repeat;
    width: 35px;
    height: 35px;
    top: 10px;
    right: 0;
    left: 86px;
    font-size: 0;
}

.hot-com-clock {
    color: #9A9A9A;
    font-size: 13px;
    font-size: .95em;
    line-height: 27px;
    text-align: right;
    margin: 0 10px 0 0;
}

.hot-com-clock i.fa {
    margin: 0 3px 0 0;
}

.hot-com-info {
    color: #9A9A9A;
    font-size: 14px;
    line-height: 27px;
}

#side_hot li:last-child,
#side_con li:last-child {
    border-bottom: 1px solid transparent;
}

li.list-sidecon:hover {
    background-color: #f8f8f8;
}

.divTags li {
    display: inline-block;
    width: 48%;
    color: #666;
    background: #ebebeb;
    border-radius: 20px;
    font-weight: normal;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
}

.divTags li a {
    padding: 5px 10px;
    color: #666;
}

.divTags li:hover {
    background-color: #f10;
    color: #fff;
}

.divTags li:hover a {
    color: #fff;
}

span.tag-count {
    display: none;
}

.divSearchPanel form {
    display: block;
    position: relative;
    width: 100%
}

.divSearchPanel form#edtSearch {
    position: relative;
    width: 210px;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #CCC;
    color: #000;
    text-shadow: 1px 1px 1px #FFF
}

#edtSearch:focus {}

.footer-RunTime {
    font-size: 13px;
    font-size: 0.95em;
}

span.rt-sql {
    margin: 0 6px;
}

.divSearchPanel form input[type="text"] {
    position: relative;
    width: 100%;
    padding: 10px 40px 10px 10px;
    outline: none;
    border: 1px solid #CCC;
    color: #000;
    text-shadow: 1px 1px 1px #FFF;
}

.divSearchPanel form input[type="submit"] {
    position: absolute;
    right: 10px;
    top: 9px;
    background: url(../images/search.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*divContorPanel*/
ul.divContorPanel {
    position: relative;
    text-align: center;
    margin-bottom: 7px;
}

ul.divContorPanel span.cp-hello {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.divContorPanel span.cp-login,
ul.divContorPanel span.cp-vrs {
    line-height: 30px;
    text-align: center;
}

ul.divContorPanel span.cp-login a,
ul.divContorPanel span.cp-vrs a {
    padding: 0px 20px;
    font-size: 14px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    display: inline-block;
}

/*divPrevious*/
ul.divPrevious {
    margin-bottom: -15px;
}

.divPrevious li {
    margin: 0px 0 10px;
    height: auto;
    overflow: visible;
    width: auto;
}

.divPrevious li:hover {
    transform: translate(-1px, -1px);
    cursor: pointer;
}

.divPrevious li span.rankLeft {
    display: inline-block;
    width: 45px;
    float: left;
}

.rankLeft span.rankNum {
    font-size: 20px;
    letter-spacing: .91px;
    line-height: 38px;
    font-weight: 700;
    width: 31px;
    color: #bbb;
    display: inline-block;
    float: left;
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.divPrevious li span.rankNum.num-1 {
    color: #ff5d58;
}

.divPrevious li span.rankNum.num-2 {
    color: #ffb528;
}

.divPrevious li span.rankNum.num-3 {
    color: #26c73d;
}

.divPrevious li span.rankNum.num-4 {
    color: #2775a7;
}

.divPrevious li span.rankNum.num-5 {
    color: #1bb4bb;
}

.divPrevious li span.rankNum.num-6 {
    color: #b997b3;
}

.rankLeft span.slash {
    display: inline-block;
    width: 13px;
    height: 31px;
    margin-top: 4px;
    float: left;
}

.divPrevious li span.text {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    padding-left: 5px;
    color: #4c4c4c;
    margin: 0 10px;
}

span.text a {
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
}

/*divComments*/
.sidebar-box .divComments {
    margin-left: 55px;
    margin-bottom: -10px;
    border-left: 1px solid #ededed;
    overflow: visible;
    border-bottom: 0;
}

.sidebar-box li.side-new-comments {
    position: relative;
    z-index: 1;
    height: 60px;
    margin: 0 auto;
    width: auto;
    overflow: visible;
}

.sidebar-box li.side-new-comments:last-child {
    height: 50px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar-box li.side-new-comments strong {
    width: 6px;
    height: 6px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: absolute;
    left: -4px;
    top: 22px;
    z-index: 2;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border: 1px solid #4593FF;
}

.sidebar-box li.side-new-comments b {
    width: 13px;
    height: 1px;
    background: #ddd;
    position: absolute;
    z-index: 2;
    top: 24px;
    left: -17px;
}

.sidebar-box .newComments-info {
    position: absolute;
    left: 15px;
    top: 0px;
}

.sidebar-box .newComments-deanxz {
    font-size: 12px;
    color: #999;
    position: absolute;
    left: -77px;
    width: 50px;
    text-align: center;
    top: 2px;
}

.sidebar-box .newComments-deanxz a {
    display: block;
}

.sidebar-box .newComments-deanxz img {
    width: 40px;
    max-width: 100%;
    height: 40px;
    border-radius: 30px;
    padding: 2px;
    background-color: #ededed;
}

.sidebar-box .newComments-deanxz em {
    color: #999;
    font-size: 12px;
    display: block;
    line-height: 20px;
    height: 20px;
    margin-top: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar-box .newComments-text {
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar-box .newComments-text a {
    color: #666;
}

.sidebar-box .newComments-text a img {
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
    margin: 0 3px;
}

.sidebar-box .newComments-mary {
    position: relative;
    color: #999;
    line-height: 1.6;
    font-size: 12px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar-box .newComments-mary em {
    color: #757575;
    font-style: normal;
}

span.spot {
    color: #e1e1e1;
    padding: 0 10px 0 5px;
}

span.spot:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #42a1ff;
    -webkit-transform: rotate(135deg) translate(1px, 2px);
    transform: translate(25%, -50%);
}

.divCalendar caption {
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px
}

.divCalendar caption a {
    padding: 0 8px
}

.divCalendar thead {
    font-size: 14px
}

.divCalendar thead th {
    text-align: center;
    padding: 3px 0 0 0;
    width: 33px;
    height: 33px;
    vertical-align: middle
}

.divCalendar tbody {}

.divCalendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 3px 0 0 0;
    width: 33px;
    height: 33px;
    vertical-align: middle
}

.divCalendar tbody td:hover {
    background: #424242;
    color: #FFFFFF
}

.divCalendar tbody td a {
    color: #424242
}

#today {
    font-weight: bold
}

ul.divArchives {
    margin-bottom: -15px;
}

.divArchives li {
    height: auto;
    margin-bottom: 0;
    width: 49%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*entry-content*/
.entry-content a.article_fr img,
.entry-content a.tag_fr img {
    max-width: 80px;
    max-height: 80px;
}

.entry {
    margin-bottom: 20px;
    padding: 20px 0;
    background: #FFF;
    position: relative
}

.entry-content {
    text-align: justify;
    padding: 0px 10px;
    word-wrap: break-word;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.entry-content p {
    font-size: 18px;
    position: relative;
    color: rgba(58, 58, 58, 0.88);
    margin: 5px 0 10px;
    line-height: 180%;
}

.entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.entry-content p sup {
    vertical-align: super;
    font-size: smaller;
}

.entry-content p sub {
    vertical-align: sub;
    font-size: smaller;
}

.entry-content table {
    width: 100% !important;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: auto;
    margin-bottom: 15px;
}

.entry-content table thead tr th,
.entry-content table tfoot tr th,
.entry-content table tbody tr td,
.entry-content table tr td,
.entry-content table tfoot tr td {
    line-height: 18px;
    text-align: left;
    border: 1px solid #eee;
}

.entry-content table tbody tr td {
    padding: 9px 10px;
}

.entry-content pre {
    border-left: 6px solid #737F99;
    width: 100% !important;
}

.entry-content pre.prism-line-numbers {
    border-left: 6px solid #737F99;
}

.entry-content ul .list-paddingleft-2 {
    text-indent: 2em;
}

.entry-content ul li,
.entry-content ol li {
    margin: 0 auto;
    list-style: disc;
    list-style-type: inherit;
}

ol.list-paddingleft-2 {
    margin: 0 1.2em;
}

.entry-content ol.list-paddingleft-2 li p {
    overflow: visible;
    text-indent: 0;
    margin: 5px 0 8px;
    text-indent: initial !important;
}

.entry-content ul {
    width: auto !important;
    margin: 0 1.2em;
    padding: 5px 0;
}

.entry-content ul.list-paddingleft-2 {
    margin-left: 3.5em;
    padding: 0;
}

.entry-content ul p,
.entry-content ul.list-paddingleft-2 p {
    margin: 0 auto;
    text-indent: unset !important;
}

.entry-content ul,
.entry-content ol {
    margin-left: 4em;
    list-style-position: outside;
    padding: 0;
}

.entry-content ol li p {
    margin: 5px auto;
    text-indent: unset;
}

.entry-content ol.custom_cn1 li,
.entry-content ol.custom_cn2 li,
.entry-content ol.custom_cn li {
    list-style-type: cjk-ideographic;
}

.entry-content ol.custom_cn,
.entry-content ol.custom_cn1,
.entry-content ol.custom_cn2 {
    margin-left: 4em;
}

.entry-content ul.list-paddingleft-1 {
    margin-left: 3.5em;
}

.entry-content strong {
    font-weight: bold;
    word-wrap: break-word;
}

.showall {
    display: none;
}

.entry-content blockquote p {
    margin: 0px auto;
}

.entry-content blockquote {
    padding-left: 10px;
    border-left: 3px solid #999;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    padding: 8px 15px;
    margin: 1em 0;
    background-color: #f9f9f9;
}

thead tr th,
tbody tr td {
    padding: 5px 0;
    border: 1px solid #eee;
    text-align: center;
}

.entry-content blockquote:hover {
    background-color: #f5f5f5
}

.entry-content ul {
    list-style: inside
}

.entry-content ol {
    list-style: decimal-leading-zero inside
}

.entry-content code,
.entry blockquote {
    display: block;
    text-indent: 0px
}

h2.entry-title {
    margin-top: 0px;
    margin-bottom: 5px
}

.post-thumbnail {
    margin-bottom: 10px
}

.post-meta {
    font-size: 14px;
    color: #000;
    padding: 7px 0px 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
}

.post-meta span.separator {
    color: #e1e1e1;
    padding: 0 5px;
    font-size: 0;
    margin-right: 0;
    position: relative;
}

.post-meta span.separator:after {
    content: '/';
    position: absolute;
    left: 2px;
    top: -5px;
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, .98);
    -webkit-transform: rotate(0deg) translate(50%, -50%);
    transform: translate(50%, -50%);
}

#listree-bodys>code,
.entry-content p>code,
.entry-content>code {
    color: #333;
    text-shadow: 0 1px white;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    direction: ltr;
    text-align: left;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    padding: 1em;
    margin: 1em 0;
    overflow: auto;
    background: #f5f2f0;
    position: relative;
    padding-left: 2em;
    counter-reset: linenumber;
    width: 100% !important;
    border-left: 6px solid #737F99;
    display: block;
}

span.article-avatar {
    width: 28px;
    height: 28px;
    line-height: 28px;
    float: left;
    position: relative;
    top: 5px;
}

span.article-avatar .article-user-img {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/pzicon.png) no-repeat center center;
    background-size: 18px 18px;
    margin-right: 15px;
}

.post-meta .meta-CommNums,
.post-meta span,
.post-meta time {
    margin: 0 10px 0 0;
}

.meta-right i.fa {
    margin: 0 3px 0 0;
}

.ishare {
    margin: 0 auto;
}

.ishare a {
    margin-right: 3px;
}

.ishare .Menu-item.subimg {
    margin: 0 5px 0 0;
    position: relative;
    cursor: pointer;
}

.Menu-item.subimg img {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    height: 120px;
    max-width: 120px;
    background: #fff;
    padding: 5px;
    z-index: 8;
    border: 1px solid #ddd;
}

.Menu-item.subimg:hover img {
    display: block;
}

.entry h1 {
    cursor: default;
    color: #424242;
    line-height: 1.5;
    text-shadow: 0 1px 5px rgba(228, 228, 228, 0.88);
    font-size: 26px;
    font-weight: bold;
    text-align: justify;
}

/**/
.entry .tuijianfl {
    float: left;
    width: 47%;
}

.entry .tuijianfr {
    float: right;
    width: 47%;
}

/*banquan*/
.shuoming {
    padding: 0px 20px;
    margin: 50px 0px 0px 0px;
    background: #fff;
    border: 1px solid #ddd;
    word-wrap: break-word;
}

.shuoming .title {
    margin: -15px auto;
    text-align: center;
    padding-bottom: 10px;
    overflow: hidden;
}

.shuoming .title span {
    display: inline-block;
    padding: 4px 15px;
    color: #999;
    max-width: 100%;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #ddd;
}

.shuoming p {
    margin: 16px 0px;
    color: #8c8c8c;
    text-align: justify;
    overflow: hidden;
    line-height: 180%;
}

.shuoming p.wzycsm.moren {
    text-align: center;
}

.shuoming p a,
.shuoming p span {
    color: #f60;
    font-weight: bold;
}

/*--comments --*/
#comments {
    padding: 20px 0 0 0;
    background: #FFF;
}

#comments h3,
#comments h4,
h3.section-title {
    width: 100%;
    position: relative;
    margin: -9px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
    clear: both;
}

#comments .comment-tab {
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 5px;
    position: relative;
}

.come-comt {
    color: #333;
    font-size: 16px;
}

.commentlist {
    margin-top: 10px;
}

.come-comt i.icon {
    margin-right: 5px;
    font-size: 18px;
    font-size: 1.2em;
}

.comment-text-center {
    cursor: pointer;
    text-align: center;
    margin: 18px 0;
    font-size: 16px;
    font-size: 1.15em;
    color: #338A9C;
    font-weight: 500;
}

.comment-text-center i.icon {
    position: relative;
    font-size: 1.2em;
    top: 1px;
}

#comments span.come-comt {
    font-weight: 700;
    font-size: 16px;
    color: #888;
}

span.come-comt i.icon {
    font-size: 1.3em;
}

#comments span#comment_count {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    float: none !important;
}

#comments h5 {
    margin: 8px;
}

#comments h4 span {
    margin-right: 8px;
}

#comments h4 span.jubao {
    float: right;
    margin-right: 0;
}

#comments h4 span.jubao small {
    color: #338A9C;
}

#comments h4 span.jubao small:hover {
    color: #F05A28;
}

.comt-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 5px;
    text-align: center;
}

.show-comments {
    width: 69%;
    float: left;
    overflow: hidden;
}

.show-sidebar {
    width: 30%;
    float: right;
    margin-top: 10px;
}

#frmSumbit #inpName,
#frmSumbit #inpEmail,
#frmSumbit #inpHomePage,
#frmSumbit #inpVerify {
    border: 1px solid transparent;
    padding-left: 10px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #333;
    background: #f2f4fc;
    margin-bottom: 0px;
    font-size: 15px;
    border-bottom: 1px solid #efebeb;
}

#frmSumbit .comt-box input#inpHomePage {
    border-radius: 0 8px 8px 0;
}

#frmSumbit .comt-box input#inpName {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #ddd;
}

#frmSumbit .comt-box input#inpEmail {
    border-right: 1px solid #ddd;
}

.liuyan {
    float: left;
    width: 33.333%;
    position: relative;
}

#frmSumbit .input-inpVerify #inpVerify {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #ddd;
}

.form-inpVerify {
    float: right;
    width: 33%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

.commentpost .input-group-addon {
    border-left: 1px solid #eee;
    position: absolute;
    right: -1px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-weight: 400;
    color: #555;
    text-align: center;
    vertical-align: middle;
}

.input-inpVerify {
    position: relative;
    display: inherit;
    border-collapse: separate;
}

.input-group-addon img {
    height: 100%;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 1px 1px 1px 0;
    margin-top: -1px;
    width: 99%;
    background-color: transparent;
}

.commentpost label {
    height: auto;
    overflow: hidden;
    clear: left;
    float: left;
    line-height: 15px;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    margin: 0;
    padding: 6px 10px;
}

#frmSumbit .button {
    color: #FFFFFF;
    background-color: #3690cf;
    height: 30px;
    width: 88px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-radius: 4px;
    float: right;
    margin: 2px 10px 0 10px;
}

#frmSumbit .button:hover {
    background-color: #57bdf7;
    cursor: pointer;
}

#frmSumbit .psumbit {
    overflow: hidden;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
    margin-top: -8px;
    line-height: 30px;
    padding-top: 10px;
    position: relative;
    background: rgb(242, 244, 252);
    border-radius: 8px;
}

.msg .msgimg img {
    clear: left;
    float: left;
    margin-right: 10px;
    padding: 2px;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.msgarticle img {
    margin-top: 2px;
    padding: 0 2px;
}

#comments .msg {
    font-size: 12px;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
}

#cancel-reply small {
    margin: 0 10px;
    color: #ff6f3d;
    font-weight: 500;
}

#comments .msg .msgname {
    color: #999999;
    padding-top: 2px;
}

#comments .msg .msgarticle {
    color: #666;
    padding-top: 5px;
    padding-bottom: 3px;
    min-height: 30px;
    margin-left: 60px;
    padding-right: 35px;
    text-align: justify;
}

.interact-bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 8px;
    font-size: 13px;
    color: #9195a3;
}

#comments .msg .msgarticle .msg {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0 0 0 20px;
    position: relative;
    border-left: 4px solid rgba(102, 107, 113, 0.68);
    border-bottom: 0;
}

.msg .msgarticle .msg .msgname .dot {
    display: none;
}

a.comment_at {
    color: #F35532;
    font-weight: bold;
}

#logo404 {
    background-color: #FFFFFF;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9EAA99;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#cw404 {
    width: 720px;
    margin: 20px auto;
}

#cw404 h1 {
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
}

#cw404 .kuang {
    font-size: 14px;
    border: 1px solid #9EAA99;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    background-color: #FFFFFF;
}

#cw404 #ts404 {
    text-align: center;
}

.contpost-meta a span.aut-1,
.author-meta .name span.aut-1,
#comments .msg .msgname.LayName .lay-1,
.right-inner a span.aut-1,
.sellist-main a.sell-author .aut-1,
section.widget.abautor .aut-1,
.article-main .aut-1,
#comments .msg .msgname .aut-1 {
    background-image: linear-gradient(to right, rgba(253, 165, 34, 0.9294117647058824) 0%, #fd4c4c 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(253, 165, 34, 0.9294117647058824) 0%, #fd4c4c 100%);
}

#comments .msg .msgname .aut-6 {
    background-image: linear-gradient(to right, rgba(173, 172, 172, 0.88) 0%, rgba(107, 109, 111, 0.78) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(173, 172, 172, 0.88) 0%, rgba(107, 109, 111, 0.78) 100%);
}

span.autlv.autlvname {
    margin-right: 5px;
    margin-left: 1px;
}

span.autlv.aut-tf {
    background: #c444f6;
}

.comment-meta span.autlv.lay-0,
#comments .msg .msgname.LayName .lay-0 {
    background-image: linear-gradient(to right, rgb(148, 114, 115) 0%, rgb(187, 166, 166) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(148, 114, 115) 0%, rgb(187, 166, 166) 100%);
}

.comment-meta span.autlv.lay-1,
#comments .msg .msgname.LayName .lay-1 {
    background-image: linear-gradient(to right, #e090ef 0%, #fb70c4 100%);
    background-image: -webkit-linear-gradient(0deg, #e090ef 0%, #fb70c4 100%);
}

.comment-meta span.autlv.lay-2,
#comments .msg .msgname.LayName .lay-2 {
    background-image: linear-gradient(to right, #3abda5 0%, #88d9ff 100%);
    background-image: -webkit-linear-gradient(0deg, #3abda5 0%, #88d9ff 100%);
}

.comment-meta span.autlv.lay-3,
#comments .msg .msgname.LayName .lay-3 {
    background-image: linear-gradient(to right, #20b3cd 0%, #1c6af9 100%);
    background-image: -webkit-linear-gradient(0deg, #20b3cd 0%, #1c6af9 100%);
}

.lay-4 {
    background-image: linear-gradient(to right, #ff9b02 0%, #ffb43e 100%);
    background-image: -webkit-linear-gradient(0deg, #ff9b02 0%, #ffb43e 100%);
}

#comments .msg .msgname.LayName .aut-5 {
    background-image: linear-gradient(to right, #ff9b02 0%, #ffb43e 100%);
    background-image: -webkit-linear-gradient(0deg, #ff9b02 0%, #ffb43e 100%);
}

.msgname span a {
    margin-left: 5px;
    margin-right: 0;
}

.msgtxt span:last-child {
    font-size: 12px;
}

.commentlist .comment {
    list-style: none;
    border-top: 1px solid #ddd;
}

.commentlist li.comment ul.children {
    margin-left: 20px;
}

.commentlist .depth-1 {
    margin: 10px 0 10px 0;
}

.commentlist li {
    position: relative;
}

.commentlist .comment-body {
    padding: 5px 0 5px 0
}

.commentlist .comment-body:hover {
    background: #fafafa url(../images/bg2.png) repeat;
}

.commentlist p {
    margin: 5px 0 5px 50px;
    line-height: 22px;
}

.reply a:link,
.reply a:visited {
    text-align: center;
    font-size: 12px;
}

.datetime {
    font-size: 12px;
    color: #aaa;
    margin-left: 50px;
}

.commentmetadata {
    font-size: 12px;
    color: #aaa;
    margin-left: 50px;
}

ol.commentlist li div.vcard img.avatar {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    margin: 4px 6px 0 0;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
}

ol.commentlist li div.floor {
    float: right;
    color: #bbb
}

#respond {
    padding: 5px 10px 10px;
    overflow: hidden;
}

#respond_box {
    clear: both;
    border-top: 1px solid #ddd;
}

#respond h3 {
    margin: 5px 0 6px 0;
}

#comment {
    background: #fff;
}

#comments .msg .msgarticle #comt-respond {
    padding: 15px 0px;
}

#commentform p {
    color: #333;
}

#commentform label {
    color: #868686;
}

#commentform input {
    border: 1px solid #ddd;
    width: 160px;
    margin: 4px 5px 4px 0;
    padding: 3px;
    box-shadow: inset 2px 3px 5px #eee;
}

#commentform input:focus {
    border: 1px solid #ccc;
}

#commentform textarea {
    width: 95%;
    height: 120px;
    font-size: 13px;
    padding: 4px;
    margin: 4px 0 0 0;
    border: 1px solid #ddd;
    box-shadow: inset 2px 3px 5px #eee;
}

#commentform textarea:focus {
    border: 1px solid #ccc;
}

#commentform input#submit,
#commentform input#reset {
    width: 110px;
    height: 32px;
    background: #606060;
    color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    margin-top: 8px;
    box-shadow: none;
}

#commentform #submit:hover,
#commentform #reset:hover {
    font-weight: bold;
}

#real-avatar .avatar {
    float: right;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
    margin-right: 20px;
    _margin-right: 10px;
}

.commentpost h4 i.icon {
    margin-right: 5px;
}

#comments .msg .msgimg img.avatar:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#comment-tools {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    text-align: center;
    border-radius: 8px;
}

.commentpost.noneid #comment-tools {
    border-radius: 0;
}

.tools_title {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 2px 10px 0 7px;
    text-align: left;
}

.tools_text {
    width: 100%;
    float: left;
    background: rgba(255, 255, 255);
}

#txaArticle {
    width: 100%;
    height: 120px;
    border: 0px solid #ddd;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 15px 10px 15px;
    background-color: transparent;
}

textarea#txaArticle {
    background-color: transparent;
    resize: none;
    background: #f2f4fc url(../images/comment.png) right 10px bottom 25px no-repeat;
    -moz-transition: ease-in-out 0.45s;
    -webkit-transition: ease-in-out 0.45s;
    -o-transition: ease-in-out 0.45s;
    -ms-transition: ease-in-out 0.45s;
    transition: ease-in-out 0.45s;
}

textarea#txaArticle:focus {
    background-position-x: 789px;
    -moz-transition: ease-in-out 0.45s;
    -webkit-transition: ease-in-out 0.45s;
    -o-transition: ease-in-out 0.45s;
    -ms-transition: ease-in-out 0.45s;
    transition: ease-in-out 0.45s;
}

span.autlv {
    font-size: 10px;
    color: #fff;
    display: inline-block;
    vertical-align: text-top;
    font-weight: normal;
    border-radius: 2px;
    line-height: 1.4;
    padding: 0 4px;
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing: 0px;
    margin-top: 1px;
}

#comment-tools a {
    padding: 1px 5px;
    color: #666;
    cursor: pointer;
    font-size: 15px;
    font-size: 16px;
    font-size: 1.15em;
}

#comment-tools i.icon {
    color: #0069b3;
}

.tools_title a,
.tools_title a i.icon {
    font-size: 20px;
}

a.face-show {
    position: relative;
    top: 2px;
}

span.com-title {
    margin-left: 5px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

#comments .msg .msgarticle .noimg .msgimg img {
    display: none !important;
}

#comments .msg .msgarticle ul.msgarticle {
    margin-left: 0;
}

#comments .msg .msgarticle .noimg .msgtxt .msgarticle .noimg {
    margin: 15px 10px 5px -20px;
    border-left: 0;
}

#comments .msg .msgarticle .noimg .msgarticle {
    padding-top: 8px;
    margin-left: 0;
    line-height: 160%;
    padding-right: 0;
}

#comments .msg .msgarticle #comment {
    visibility: visible !important;
    animation-name: fadeInDown !important;
}

#comments .msg .msgarticle p {
    padding-top: 10px;
}

#comments .msg .msgarticle form#frmSumbit p {
    margin-bottom: 5px;
    padding-top: 5px;
}

.msgname .dot {
    font-size: 13px;
    color: #d1d1d1;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    float: right;
    opacity: .8;
}

.msgname .dot.shafa {
    color: #d11a1a;
    font-size: 12px;
}

.msgname .dot.yizi {
    color: #ef8f31;
    font-size: 12px;
}

.msgname .dot.bandeng {
    color: #ba8147;
    font-size: 12px;
}

.msgname .dot.liangxi {
    color: #cd7bfe;
    font-size: 12px;
}

.msgname .dot.diban {
    color: #8ea4ba;
    font-size: 12px;
}

.msgarticle #ComtoolsFrame {
    height: 52px;
    overflow: hidden;
}

.msgname:hover .comment-reply-link {
    display: block;
}

.msgtxt {
    position: relative;
    font-size: 14px;
    font-size: 1.2em;
}

.msgname a.comment-reply-link {
    background: #EDEDED;
    display: none;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: relative;
    top: -1px;
    font-size: 12px;
    float: right;
}

#comments .msg .msgarticle .msg a.comment-reply-link {
    margin-right: 10px;
}

.msgname a.comment-reply-link:hover {
    background: #3690cf;
    color: #fff;
    border: 1px solid transparent;
    font-size: 12px;
}

#comments span.iliuyan {
    float: right;
    margin-right: 0;
}

#comments span.iliuyan a {
    font-size: 13px;
    font-size: 0.95em;
    color: #999;
}

#comments span.iliuyan a:hover {
    color: #3690cf;
}

span.WB-OS {
    position: relative;
    margin-left: 5px;
    top: -1px;
    letter-spacing: 3px;
}

span.WB-OS img {
    max-height: 16px;
}

.msgname:hover span.WB-OS {
    display: initial;
}

#comments-nav {
    text-align: center;
    margin-top: 18px;
}

.com-page-list a {
    position: relative;
    margin-right: 5px;
    padding: 2px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.com-page-list a.on,
.com-page-list a:hover {
    color: #fff;
    background: #3690cf;
    border: 1px solid transparent;
}

.com-page-list.pagination {
    padding: 10px 0 15px 0;
}

.msgimg {
    position: relative;
}

#comments .msg .msgarticle .msg i.author-ident {
    display: none;
}

.commentlist .pagination {
    margin: -15px auto 0px;
    text-align: center;
    width: 100%;
}

.commentlist .pagination ul {
    display: inline-block;
    margin-right: -12px;
    background: #fff;
}

.commentlist .pagination .navigation a,
.commentlist .pagination span {
    margin: 0 6px
}

#comments .msg .msgarticle div#comt-respond {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 15px;
    background-color: #f2f4fc;
    border-radius: 8px;
}

#comments .msg .msgarticle div#comt-respond h4 {
    margin-top: -5px;
}

#comments .msg .msgarticle div#comt-respond h4:before {
    background-color: transparent;
}

#comments .msg .msgarticle div#comt-respond .form-inpVerify {
    width: auto;
}

#comments .msg .msgarticle img {
    position: relative;
    top: -2px;
    max-height: 22px
}

/*! fancyBox*/
.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}

.carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 9999;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container:focus {
    outline: thin dotted
}

body.is-using-mouse .fancybox__container:focus {
    outline: none
}

@media all and (min-width:1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width:1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width:1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width:1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width:1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -36px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    touch-action: none;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: 4px
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: 4px
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width:1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width:640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

button.carousel__button.fancybox__button--thumbs,
.fancybox__thumbs {
    display: none !important;
}

.ias_loader span,
.ias-trigger-prev span,
.ias_trigger span {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 8px 0;
    color: #666;
    cursor: pointer;
}

/*search-null*/
.search-null {
    border: 1px solid rgba(221, 221, 221, 0.28);
    border-radius: 8px;
    color: #666;
    text-align: center;
    padding: 180px 20px;
    margin-bottom: 20px;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.search-null i.fa {
    margin-bottom: 10px;
    font-size: 100px;
    color: #6ea7d6;
    display: block;
    width: 100%;
}

/*404*/
.content-error {
    margin-top: 20px;
    min-height: 75vh;
    text-align: center;
    margin-bottom: 20px;
    padding: 60px 20px;
    background: #FFF;
    position: relative;
}

.error-title-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 188px;
    height: 188px;
    display: inline-block;
    background-image: url(../images/astronaut.svg);
}

h1.error-text {
    font-size: 8em;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto;
}

h4.error-info {
    padding: 20px 0;
    font-size: 22px;
    font-weight: 500;
}

a.error-muted {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #f8912d;
    border-radius: 8px;
    text-decoration: none;
}

/*footer*/
footer.footer {
    margin: 80px 0 0 0;
    background: #f6f4f4;
    color: #666666;
    padding: 25px 0 15px 0;
    border-top: 1px solid #ddd;
}

.foot i.fa.fa-copyright {
    margin: 0 6px;
}

.foot.container {
    text-align: center;
    color: #888;
}

.foot p {
    margin: 0 0 10px 0;
    text-align: center;
    color: #333;
}

.foot p a {
    color: #333;
    margin: 0 5px;
}

.foot p a:last-child {
    margin: 0;
}

.foot p .beian-ico img {
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    margin: 0 2px 0 0;
}

p.footer-RunTime {
    font-size: 13px;
    margin: 0 0 5px 0;
}

span.rt-sql {
    margin: 0 6px;
}

/*--scroll--*/
.backtop {
    z-index: 999;
    bottom: 100px;
    position: fixed;
    right: 15px;
    margin-right: 15px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
}

.backtop a,
.backtop i {
    color: #fff;
    font-size: 1.25em;
    font-size: 16px;
}

.backtop .bt-box {
    margin-bottom: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: rgb(68, 142, 246);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.bt-box.weixin:hover,
.bt-box.tnrt:hover,
.bt-box.qq:hover,
.backtop .bt-box:hover {
    background: rgb(66, 161, 255);
}

.bt-box.weixin:hover a,
.bt-box.tnrt:hover a,
.bt-box.qq:hover a,
.backtop .bt-box:hover i {
    color: #fff;
}

.bt-box.tnrt a {
    font-size: 16px;
}

.backtop .weibo .pic {
    position: absolute;
    display: none
}

.backtop .weixin .pic {
    position: absolute;
    display: none
}

.backtop .top {
    display: none
}

.backtop .weibo .pic {
    left: -150px;
    bottom: 5px;
    max-width: 150px;
    padding: 8px;
    background: #fff;
    animation-duration: .5s;
    -webkit-animation: fade-in .5s;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.backtop .weixin .pic {
    left: -133px;
    bottom: 4px;
    max-width: 132px;
    padding: 8px;
    background: #fff;
    animation-duration: .5s;
    -webkit-animation: fade-in .5s;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.backtop a:hover,
.backtop i:hover {
    color: #f3f3f3;
}

.backtop .phone .phones {
    background: #ff6f3d;
}

#backtop i.icon {
    color: #fff;
    font-size: 1.2em;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0;
}

.backtop div:last-child {
    margin-bottom: 0;
}

.bt-box.bt_night a {
    display: block;
}

button#mo-so,
.navbar-toggle {
    display: none;
}

/**/
@media screen and (max-width:1080px) {
    .container {
        width: 95%;
    }
}

@media screen and (max-width:1000px) {
    .container {
        width: 100%;
        max-width: 580px;
    }

    .head-top {
        display: none;
    }

    #sidebar {
        float: left;
        width: 100%;
    }

    #sidebar .sidebar-box {
        padding: 5px 10px;
    }

    .container .content {
        width: 100%;
    }

    .head-logo {
        width: 100%;
        background: #00BCD4;
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        height: 60px;
        padding: 0;
        text-align: center;
        align-items: center;
    }

    .head-logo-left {
        margin: 0 auto;
    }

    .head-logo-right {
        position: absolute;
        height: 60px;
        right: 10px;
    }

    #mo-so {
        line-height: 60px;
    }

    .head-logo-left img {
        max-height: 60px;
    }

    button#mo-so {
        text-align: center;
        color: #eee;
        display: inline-block;
        text-decoration: none;
        font-size: 1.65em;
        margin: 0 15px 0 0;
        background-color: transparent;
        border: 0;
    }

    .head-logo-right form {
        padding: 25px 15px;
        width: 100%;
        background: #d8d8d8;
        display: none;
        position: fixed;
        overflow: hidden;
        top: 55px;
        left: 0;
        z-index: 99;
        -webkit-box-pack: justify;
        border-bottom: 1px solid #b1b1b100;
    }

    .head-logo-right form.open {
        display: block;
    }

    input.search-input {
        padding-left: 3%;
        width: 90%;
        height: 40px;
        line-height: 40px;
        border-radius: 10px;
        border: 1px solid #E4E3E3;
        background: #fff;
        margin-bottom: 0;
    }

    button.showhide-search {
        min-width: 71px;
        font-size: 1.2em;
        transition: all 0.4s ease;
        border: none;
        background: transparent;
        cursor: pointer;
        position: absolute;
        height: 40px;
        line-height: 39px;
        right: 9%;
        color: #A9A9A9;
        border-left: 1px solid #ddd;
    }

    input.search-input:focus {
        width: 90%;
        transition: none;
    }

    .head-menu {
        display: block;
        margin: 60px 0 0 0;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .head-menu .header-nav {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        background-color: rgba(255, 255, 255, 0.08);
        width: 100%;
        -webkit-box-pack: justify;
        border-bottom: 1px solid transparent;
        border-color: #ebedf1;
        line-height: unset;
        height: auto;
        scrollbar-width: none;
    }

    .sf-menu {
        width: 100%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }

    .sf-menu::-webkit-scrollbar {
        display: none;
    }

    .sf-menu li {
        float: none;
        display: inline-block;
    }

    .sf-menu a {
        font-size: 16px;
        display: inline-block;
        padding: 0;
        height: 45px;
        line-height: 45px;
        margin: 0 15px;
    }

    .sf-menu li.active a {
        font-size: 18px;
    }

    .nav-pills li.active a:before,
    .sf-menu a:hover:before {
        height: 0;
    }

    .wrapper-ban {
        margin: 0px 0 15px;
    }

    #main {
        margin-top: 0;
    }

    .header-top {
        max-width: 580px;
        margin: 0 auto;
    }

    .post-list {
        padding: 20px;
        align-items: flex-start;
        align-self: center;
    }

    .post-list .feaimg {
        min-width: 172px;
        max-width: 172px;
        height: 118px;
    }

    .list-tag {
        display: none;
    }

    .list-info {
        position: absolute;
        bottom: 20px;
    }

    .info-author {
        margin: 0 15px 0 0;
    }

    .post-list .list-container h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: inherit;
        font-size: 1.35em;
    }

    .backtop {
        right: 0;
        margin: 0 10px 0 0;
    }

    .foot.container {
        padding: 0 15px;
    }

    .foot p {
        line-height: 1.68;
    }
}

@media screen and (max-width:580px) {

    .page-box,
    .article-box {
        padding: 0 15px;
    }

    .entry h1 {
        margin: 0 auto;
    }

    .post-meta {
        margin: 0 auto 5px;
    }

    .entry-content {
        padding: 0;
    }

    .meta-right,
    span.article-avatar {
        display: none;
    }

    .entry .tuijianfl,
    .entry .tuijianfr {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .post-list .feaimg {
        min-width: 32vw;
        max-width: 32vw;
        width: 32vw;
        height: 22vw;
    }

    .post-list {
        padding: 15px;
    }

    .list-info {
        bottom: 12px;
    }

    .post-list .list-container h3 {
        font-size: 4.5vw;
    }
}

/*pz排行三个开始*/

.peizi-pc {
    width: 100%;
    margin: 0 auto;
}

.pc-box {
    padding: 20px 0;
    background: #FAFAFC;
    padding-bottom: 10px;
}

.pc-title {
    display: flex;
    justify-content: space-between;

}

.pc-title .icon-01 {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 4px;
    background: url('../images/pzicon.png');
    background-size: 30px 30px;
}

.pc-title .icon-02 {
    display: inline-block;
    vertical-align: top;
    width: 146px;
    margin-top: -1px;
    height: 23px;
    background: url('../images/pc-icon02.png');
}

.pc-title .name-peizi {
    color: #f11b0b;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    display: inline-block;
}

.pc-title .chakan-icon {
    display: inline-block;
    margin-left: 2px;
    width: 10px;
    height: 19px;
    background: url('../images/pc-you.png');
}

.pc-title .chakan {
    font-size: 18px;
    color: #C2C6CC;

}

.peizi-li {
    margin-top: 20px;

}

.peizi-li li {
    position: relative;
    padding: 0 5px;
}

.peizi-img {
    overflow: hidden;
}

.peizi-img i {
    display: inline-block;
    width: 30px;
    height: 42px;
    position: absolute;
    left: 6px;
    top: 0;

}

.peizi-li li .peizi-img span {
    display: inline-block;
    position: absolute;
    left: calc(50% - 72px);
    top: -8px;
    width: 144px;
    height: 32px;
    background: url('../images/shi.png') no-repeat;
    background-size: 100%;
}


.peizi-li li:nth-child(1) .peizi-img i {
    background: url('../images/no1.png') no-repeat;
    background-size: 30px 42px;
}

.peizi-li li:nth-child(2) .peizi-img i {
    background: url('../images/no2.png') no-repeat;
    background-size: 30px 42px;
}

.peizi-li li:nth-child(3) .peizi-img i {
    background: url('../images/no3.png') no-repeat;
    background-size: 30px 42px;
}

.peizi-li li:nth-child(4) .peizi-img i {
    background: url('../images/no4.png') no-repeat;
    background-size: 30px 42px;
}

.peizi-img img {
    vertical-align: top;
    max-width: 100%;

}

.title-pc-left .shoulu {
    display: inline-block;
    font-size: 14px;
    padding-left: 12px;
    vertical-align: top;
    margin-top: 0px;
    color: #f7931e;
    width: 134px;
    padding-top: 4px;
    height: 19px;
}

.counter-value {
    font-weight: bold;
    display: inline-block;
    padding: 0 2px;
}

.chaxun-box {
    position: fixed;
    right: 10px;
    top: 65%;
    z-index: 999
}

.chaxun-box a img {
    width: 120px;
    height: 120px;
}

.chaxun-show {
    position: relative;
    top: -60px;
    right: 20px;
    cursor: pointer;
}

.peizi-m {
    display: none;
}

@media (max-width: 1140px) {
    .peizi-pc {
        display: none;
    }

    .peizi-m {
        background-color: #fff;
        display: block;
    }

    .pm-title {
        padding: 15px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        border-bottom: 1px solid #E7ECF4;
    }

    .pm-title .pm-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 30px;
        line-height: 30px;
    }

    .pm-title .pm-left i {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        background: url('../images/pzicon.png') no-repeat center center;
        background-size: 30px 30px;
    }

    .pm-title .pm-left .name {
        font-size: 18px;
        color: #f11b0b;
        font-weight: bold;
        line-height: 30px;
        margin-right: 5px;
    }

    .pm-title .pm-left .num {
        font-size: 16px;
        color: #f7931e;
        line-height: 30px;
        margin-right: 5px;
    }

    .pm-title .pm-right {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 30px;
        line-height: 30px;
    }

    .pm-title .pm-right a {
        font-size: 14px;
        color: #C2C6CC;
        height: 30px;
        line-height: 30px;
    }

    .pm-title .pm-right span {
        display: inline-block;
        width: 9px;
        margin-left: 8px;
        height: 19px;
        background: url('../images/m-you.png') no-repeat;
        background-size: 100%;


    }

    .pm-li {
        display: block;
        justify-content: space-between;
        padding: 12px 10px;
        border-bottom: 1px solid #E7ECF4;
        padding-bottom: 2px;
        margin-bottom: 5px;

    }

    .pm-li li {

        border: 1px solid #E7ECF4;
        border-radius: 5px;
        box-shadow: 0 0 3px #E7ECF4;
        margin-bottom: 10px;
    }

    .pm-li .pm-img {
        width: 100%;
        overflow: hidden;
    }

    .pm-li .pm-img img {
        max-width: 100%;

    }

    .pm-li .pm-img i {
        display: inline-block;
        width: 36px;
        height: 50px;
        position: absolute;
        left: 6px;
        top: 0;
    }

    .pm-li li:nth-child(1) .pm-img i {
        background: url('../images/no1.png') no-repeat;
        background-size: 36px 50px;
    }

    .pm-li li:nth-child(2) .pm-img i {
        background: url('../images/no2.png') no-repeat;
        background-size: 36px 50px;
    }

    .pm-li li:nth-child(3) .pm-img i {
        background: url('../images/no3.png') no-repeat;
        background-size: 36px 50px;
    }

    .pm-li li:nth-child(4) .pm-img i {
        background: url('../images/no4.png') no-repeat;
        background-size: 36px 50px;
    }

    .pm-li li .pm-img span {
        display: inline-block;
        width: 144px;
        height: 32px;
        position: absolute;
        left: calc(50% - 72px);
        top: -8px;
        background: url('../images/shi.png') no-repeat;
        background-size: 100%;
    }

    .peizi-m .chaxun-icon {

        width: 80px;
        height: 80px;
    }

    .peizi-m .chaxun-box {
        position: fixed;
        right: 2%;
        top: 70%;
        z-index: 999;
    }

}

/*pz排行三个结束*/

.hangQing {
    margin: 10px 0px 0px 0px;
}

.hangQing .title {
    font-size: 18px;
}

.hangQing .hangQing-box {
    padding: 0px 6px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding-bottom: 10px;
}

.hangQing .hangQing-box div {
    width: 32%;
    border-radius: 8px;
    padding-bottom: 10px
}

.hangQing .hangQing-box #chuang {
    border-right: 0;
}

.hangQing .jian-red {
    background-image: linear-gradient(#FFF0EB, #fff)
}

.hangQing .jian-green {
    background-image: linear-gradient(#EBFCF6, #fff)
}

.hangQing .hangQing-box div p {
    text-align: center;
}

.hangQing .hangQing-box div .name {
    font-size: 16px;
    margin-top: 10px;
}

.hangQing .hangQing-box div .num {
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
}

.hangQing .hangQing-box div .bai {
    font-size: 13px;
}

.hangQing .hangQing-box div .red {
    color: #FA3D01;
}

.hangQing .hangQing-box div .green {
    color: #2BA358;
}

/*  
banner
*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    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;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
    HEIGHT: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-text .banner-text-wrap {
    width: 100%;
    height: 100%;
}

.swiper-text .top-banner-text {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;

}

.swiper-text .banner1 {
    background: transparent url(../images/banner1.png) no-repeat right 55%/64% auto;
}

.swiper-text .banner2 {
    background: transparent url(../images/top_banner_con.png) no-repeat right bottom/60% auto;
}

.swiper-text .top-banner-text .banner1 h2 {
    color: #fff;
    font-size: 36px;
}

.swiper-text .top-banner-text .banner1 p {
    color: #fff;
    opacity: .8;
    font-size: 18px;
    line-height: 1.7;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .top-banner-text h2,
.swiper-text .top-banner-text p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*  
banner结束
*/

/*  
话题标签
*/

.z2611bmeta-tags {
    padding: 20px 0;
}

.z2611bmeta-tags .z2611btagitem {
    position: relative;
    display: inline-block;
    height: 20px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    border-radius: 30px;
    background: #f2f3f5;
    margin-bottom: 20px;
}

.z2611bmeta-tags .z2611btagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.z2611bmeta-tags .z2611btagitem:not(:last-child) {
    margin-right: 10px;
}

/*  
话题标签结束
*/

/*  
友情链接
*/
.footer365jz {
    width: 100%;
    margin: 15px auto;
}

.footer365jz .linkslist {
    text-align: center;
    margin-bottom: 15px;
}

.footer365jz .linkslist li {
    display: inline-block;
    margin: 5px 10px;
    color: #9C27B0;
    font-size: 14px;
    line-height: 18px;
}

.footer365jz .linkslist li a {
    color: #9C27B0;
    font-size: 14px;
    line-height: 18px;
}

/*  
友情链接结束
*/


/*
上下篇开始
*/
.z2611bcontext {
    max-width: 100%;
}

.z2611bcontext ul {
    padding: 10px 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.z2611bcontext li {
    padding: 10px 10px;
}

.z2611bcontext li a {
    font-weight: bold;
}

/*
上下篇结束
*/