@import url(css/style.css);
@import url(css/rubik.css);
/* 通用 */
* {
  margin: 0;
  padding: 0
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div, h1, h2, h3, h4, h5, h6, p, form, ul, label, input, textarea, img, span, dl, dt, dd {
  margin: 0px;
  padding: 0;
  outline: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
em, i {
  font-style: normal;
}
img {
  border: 0;
  display: block
}
ul, li {
  list-style: none;
}
ol li {
  margin-left: 20px;
  list-style: decimal;
  padding-left: 3px;
}
a {
  color: #555;
  text-decoration: none;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear;
}
button {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a:focus, button:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #034eff
}
blockquote {
  background: rgba(68, 142, 246, 0.1);
  border-left: 4px solid #034eff;
  position: relative;
  width: 100%;
  padding: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: calc(16px + 16px);
  border-radius: 5px;
  word-break: break-all;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
blockquote:before {
  position: absolute;
  color: #034eff;
  content: '\e739';
  top: calc(50% - 24px * 0.5);
  left: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  font-family: 'icomoon';
}
blockquote p {
  margin: 2px 0 !important;
}
table {
  border-collapse: collapse
}
table, table th, table td {
  border: 1px solid #eee
}
table th, table td {
  padding: 6px
}
table th {
  background-color: #f6f7f8
}
h3 i {
  margin-right: 6px;
  font-size: 18px;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}
@keyframes shine {
  100% {
    left: 125%
  }
}
.gx {
  position: relative;
}
.gx:after {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, .2)));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .2));
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: -85%;
  z-index: 2;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  pointer-events: none;
}
li:hover .gx:after {
  -webkit-animation: shine .8s;
  animation: shine .8s;
}
.aside li:hover .gx:after {
  -webkit-animation: shine .5s;
  animation: shine .5s;
}
.fadebox {
  opacity: 0;
}
.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff !important;
}
.btn.primary {
  box-shadow: none;
  background-color: #f1404b;
  color: #fff !important;
  background: linear-gradient(to right, #f08e07 0%, #f12323 100%);
}
.btn:hover {
  box-shadow: none;
  background-color: #f1404b;
  color: #fff !important;
  background: linear-gradient(to right, #f12323 0%, #f08e07 100%);
}
.decor {
  text-decoration: line-through;
}
.aboxd img, .atopd img {
  max-width: 100%
}
.clear {
  clear: both;
}
.blank {
  height: 20px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  clear: both
}
.f_l {
  float: left
}
.f_r {
  float: right
}
.r_box li, .pagelist, .l_box .sidebar, .infosbox, .commen_pl, .related-list, .slider, .aboxd, .atopd, .topbox li, .jzcms1, .jzcmslist, .list-nav, .nextpro .post-overlay, .topvi, .specialbox li {
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
.r_box li:hover, .pagelist:hover, .l_box .sidebar:hover, .infosbox:hover, .commen_pl:hover, .related-list:hover, .slider:hover, .aboxd:hover, .atopd:hover, .topbox li:hover, .jzcms1:hover, .jzcmslist:hover, .list-nav:hover, .pageload .view-more-button:hover, .topvi:hover, .specialbox li:hover {
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1), 0 4px 8px 0px rgba(0, 0, 0, 0.1), 0 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.article {
  width: 1176px;
  margin: 90px auto 0;
  overflow: hidden;
  padding: 0 8px;
  zoom: 1;
}
.aside {
  width: 310px;
  float: right;
  display: block;
  position: relative;
  z-index: 1;
  margin-left: -310px;
}
.r_box, .ra_box {
  float: left;
  width: 100%;
  min-height: 99vh;
}
.r_box .isTop, .r_box .isfenlei, .r_box .isvideo {
  padding: 2px 6px 0 6px;
  border: 0px solid currentColor;
  font-size: 14px;
  vertical-align: 1px;
  margin-right: 5px;
  display: inline-block;
  background: #f1404b;
  color: #fff;
  border-radius: 2px;
  line-height: 1.3;
}
.r_box .isfenlei {
  background: #034eff;
}
.r_box .isfenlei:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  color: #fff;
}
.r_box .isvideo {
  background: #3ba86f;
}
.r_box .isvideo {
  background: #3ba86f;
}
.r_box .jiao {
  position: absolute;
  top: 15px;
  left: 15px;
  overflow: hidden;
  z-index: 1;
}
.main {
  margin-right: 330px;
}
.container {
  width: 1160px;
  margin: auto
}
nav {
  width: 1160px;
  margin: auto;
  position: relative;
  height: 70px;
  line-height: 70px;
  text-align: center;
  z-index: -1;
}
.logo {
  float: left;
  font-size: 22px;
}
.logo img {
  height: 38px;
  margin-top: 15px;
}
img.nightlogoimg {
  display: none;
}
/* 幻灯片 */
.slider {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
  height: 400px !important;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  border-radius: 2px;
}
.slider .slideBox li {
  padding: 0;
  border: 0;
}
.slider .slideBox {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 400px
}
.slider .slideBox .bd {
  position: relative;
  z-index: 0;
  height: 400px !important;
}
.slideBox .bd ul li {
  width: 100%;
}
.slider .slideBox .bd ul {
  width: 100%;
}
.slideBox .bd ul li {
  margin: 0;
  background-color: transparent;
  position: relative;
}
.slider .slideBox .bd img {
  width: 68%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.slideBox .next, .slideBox .prev {
  position: absolute;
  top: 40%;
  z-index: 10;
  width: 33px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  margin: 5px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.slideBox .prev {
  left: -38px;
}
.slideBox .next {
  right: -38px;
}
.slider:hover .slideBox .next {
  right: 0;
}
.slider:hover .slideBox .prev {
  left: 0;
}
.slideBox .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 67%;
  height: 30px;
  text-align: center;
  line-height: 30px
}
.slideBox .hd ul li {
  display: inline-block;
  width: 15px;
  height: 2px;
  margin: 0 2px;
  border: 0 solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .2s ease;
  overflow: hidden; 
  text-indent: -999px;
  cursor: pointer
}
.slideBox .hd ul .on {
  width: 30px;
  border-color: #fff;
  background-color: #fff;
}
.slideBox .list-body {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: block;
  width: 33%;
  height: 100%;
  background: #222831;
  color: #fff;
}
.slideBox .list-body h3 {
  font-size: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.slideBox .list-body p {
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 115px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}
.slideBox .list-body .button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  line-height: 2.8;
  padding: 0 40px;
  border: 1px solid #fff;
  color: #fff;
  overflow: hidden;
}
.slideBox .list-body .button:hover {}
@media screen and (max-width: 1189.9px) {
  .slideBox .list-body p {
    max-height: 86px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .slideBox .list-body {
    padding-right: 60px;
  }
  .slideBox .list-body .button {
    padding: 0 20px;
    line-height: 2.5;
  }
}
@media screen and (max-width:980px) {
  .slideBox .list-body {
    padding: 20px 40px 20px 20px;
  }
  .slideBox .list-body h3 {
    font-size: 20px;
  }
  .slideBox .list-body .button {
    bottom: 20px;
  }
  .slideBox .list-body p {
    font-size: 14px;
  }
  .slideBox .hd {
    width: 61%;
  }
  .slideBox .list-body {
    width: 40%;
  }
  .slider {
    margin-top: 0;
  }
  .slideBox .prev {
    left: 0;
    opacity: 0.4;
  }
  .slideBox .next {
    right: 0;
    opacity: 0.4;
  }
  .slider, .slider .slideBox .bd img, .slider .slideBox .bd, .slider .slideBox {
    height: 40vw !important;
  }
}
@media screen and (max-width:768.1px) {
  .slideBox .list-body {
    width: 100%;
    padding: 10px;
    height: auto;
    background: rgba(34, 40, 49, .7);
  }
  .slider .slideBox .bd img {
    width: 100%;
  }
  .slider, .slider .slideBox .bd img, .slider .slideBox .bd, .slider .slideBox {
    height: 50vw !important;
  }
  .slideBox .hd {
    top: 0;
    width: 100%;
  }
  .slideBox .list-body h3 {
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
  }
  .slideBox .list-body p {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .slideBox .next, .slideBox .prev {
    top: 30%;
  }
  .slider .slideBox {
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #eee;
    background: #fff
  }
}
#starlist {
  float: left;
  margin-left: 25px;
}
#starlist li {
  float: left;
  display: block;
  padding: 0 15px;
  font-size: 16px;
  position: relative;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear;
}
#starlist li i, .sidebar li i {
  margin-right: 4px;
}
#starlist li:before {
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-color: #034eff;
  content: '';
  transition: all .6s;
  z-index: -1;
}
#starlist li:hover:before {
  width: 100%;
  left: 0;
}
#starlist li.selected:hover:before {
  width: 100%;
  left: 0;
  margin: 0;
}
#starlist li.selected:before {
  width: calc(100% - 20px);
  left: 0;
  margin: 0 10px;
}
#starlist li:hover a, #starlist li:hover i.jzicon-arrow-down {
  color: #034eff
}
#starlist ul.sub-nav {
  opacity: 0;
  list-style: none;
  padding: 5px;
  margin-left: -15px;
  margin-top: -10px;
  min-width: 110px;
  top: 0;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  z-index: 888;
  top: 100%;
  visibility: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
#starlist ul.sub-nav li a {
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}
#starlist ul.sub-nav:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  left: 0;
  margin-left: 15px;
  position: absolute;
  top: -16px;
  width: 16px;
  height: 16px;
}
#starlist ul.sub-nav li a:hover, #starlist li:hover {
  background: rgba(68, 142, 246, 0.1);
}
#starlist ul.sub-nav li a {
  border-radius: 4px;
  padding: 0 5px;
}
#starlist ul.sub-nav li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  padding: 0;
  margin: 0;
}
#starlist ul.sub-nav li:before {
  background-color: transparent;
}
#starlist li .jzicon-arrow-down:before {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#starlist li:hover .jzicon-arrow-down:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#starlist.active li .jzicon-arrow-down:before {
  display: inline;
}
#starlist li.on ul.sub-nav {
  display: block;
  opacity: 1;
  top: auto;
  visibility: visible;
  margin-top: -4px;
}
#starlist.active li:hover ul.sub-nav {
  display: none;
}
#starlist.active ul.sub-nav {
  max-width: 100%;
  overflow: hidden;
  opacity: 1;
  display: none;
}
#starlist.active ul.sub-nav li {
  height: 40px;
  line-height: 40px;
}
#starlist.active ul.sub-nav li a {
  width: auto;
  text-align: left;
  margin-left: 40px;
  padding: 10px 0;
  font-size: 14px;
}
#starlist.active ul.sub-nav li a:hover {
  background-color: transparent
}
#starlist.active li {
  position: relative;
}
#starlist.active ul.sub-nav {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#starlist.active li em.dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  line-height: 50px;
}
#starlist.active ul.sub-nav {
  position: static;
}
.jzicon-yejian-h:before {
  color: #ff6000;
}
#starlist li.selected a, #starlist li.selected .jzicon-arrow-down:before, #starlist li:hover ul a:hover, #starlist li ul li.selected a {
  color: #034eff;
}
#starlist li.selected ul a, #starlist li:hover ul a {
  color: #555;
}
.header-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: rgba(255, 255, 255, .9);
  z-index: 998;
  -ms-box-shadow: 0px 15px 40px 0px rgba(17, 58, 93, 0.03);
  -webkit-box-shadow: 0px 15px 40px 0px rgba(17, 58, 93, 0.03);
  box-shadow: 0px 15px 40px 0px rgba(17, 58, 93, 0.03);
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.header-navigation.slideUp {
  top: -70px;
}
#percentageCounter {
  position: fixed;
  left: 0;
  top: 0;
  height: 2px;
  z-index: 2;
  background-color: #034eff;
}
footer {
  width: 100%;
  text-align: center;
  clear: both;
  background: rgba(34, 40, 49, .9);
  word-break: normal;
}
footer p {
  width: 1160px;
  margin: auto;
  position: relative;
  text-align: center;
  padding: 20px 25px;
  color: #9ca0ad;
}
footer a {
  color: #a5a4a4;
}
footer span {
  display: inline-block;
}
footer img {
  display: inline-block;
  float: left;
  margin-right: 2px;
  margin-top: 1px;
  height: 17px;
}
#go-to-top {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  opacity: .8;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(10, 10, 10, 0.2);
  overflow: hidden;
  display: none;
  z-index: 999;
}
#go-to-top:hover {
  background: #034eff;
  opacity: 1;
}
#go-to-top:before {
  font-family: icomoon;
  font-size: 20px;
  color: #fff;
  content: '\e93c';
}
#go-to-top.active {
  display: block
}
.searchbox {
  position: absolute;
  right: 0;
}
.searchbox span, #mnavh span, .jznight span {
  width: 20px;
  height: 70px;
  position: absolute;
  font-size: 19px;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 70px;
  cursor: pointer;
  z-index: 99;
}
#mnavh span {
  display: none;
  left: 0;
  text-align: center;
}
.searchbox span {
  display: block;
  right: 0;
}
.jznight span {
  display: block;
  right: 40px;
}
.b-nav-search_wrap {
  -moz-transition: max-height, .5s;
  -o-transition: max-height, .5s;
  -webkit-transition: max-height, .5s;
  transition: max-height, .5s;
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: rgba(34, 40, 49, 0.79);
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  border-radius: 2px;
}
.b-nav-search_wrap input, .b-nav-search_wrap button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px;
}
.b-nav-search_wrap input[type=search] {
  width: 100%;
  padding: 0 5px 0 22px;
  background-color: transparent;
  border: none;
  color: #fff;
  -webkit-appearance: none;
}
.b-nav-search_wrap input[type=search]::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
  color: #BDCADA;
}
.b-nav-search_wrap input[type=search]:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #BDCADA;
}
.b-nav-search_wrap input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
  color: #BDCADA;
}
.b-nav-search_wrap input[type=search]:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
  color: #BDCADA;
}
.b-nav-search_wrap button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #034eff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 18px;
}
.b-nav-search_wrap.active {
  max-height: 60px;
}
.slideUp .b-nav-search_wrap.active {
  max-height: 0;
}
.gbko {
  padding: 10px 20px 20px 20px;
}
.sitemap {
  margin-bottom: 16px;
  font-size: 14px;
  color: #888;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sitemap a {
  font-size: 14px;
  color: #888;
}
.sitemap i {
  margin-right: 6px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
/* 通用end */
/* 首页 列表页 */
.sidebar {
  padding: 16px 20px 20px;
  margin-bottom: 20px;
}
#divCalendar, #divMisc {
  padding-top: 20px;
}
.sidebar img {
  max-width: 100%;
}
.sidebar .side-title {
  height: 32px;
  font-size: 18px;
  color: #034eff;
  text-align: left !important;
  margin-bottom: 13px;
}
.sidebar .side-title h3 {
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.l_box .sidebar {
  background: rgba(255, 255, 255, .9);
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
}
.about_me img {
  width: 100%
}
.about_me p {
  line-height: 24px;
  font-size: 14px
}
.about_me i {
  width: 120px;
  float: left;
  clear: left;
  margin-right: 10px;
  overflow: hidden
}
#divMisc li {
  width: 50%;
  overflow: hidden;
  float: left;
  padding: 4px
}
#divMisc li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#divArchives li, #divNavBar li, #divStatistics li, #divCatalog li {
  width: 50%;
  height: 32px;
  float: left;
  line-height: 32px;
  overflow: hidden;
}
#divComments li, #divPrevious li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
  height: 32px;
  line-height: 32px;
}
#divNavBar li:before, #divCatalog li:before, #divComments li:before, #divPrevious li:before {
  content: "\e736";
  font-family: icomoon;
  margin-right: 4px;
}
#divFavorites a, #divLinkage a, #divAuthors a {
  display: block;
  float: left;
  margin: 0 10px 5px 0
}
/* 自带模块 */
#side-new-about-item, #side-new-about-itemd, #side-new-about-user, #sidebar-mobile-user {
  text-align: center;
}
#side-new-about-item .content, #side-new-about-itemd .content, #side-new-about-user .content, #sidebar-mobile-user .content {
  position: relative;
}
#side-new-about-item .side-title, #side-new-about-itemd .side-title, #side-new-about-user .side-title, #sidebar-mobile-user .side-title {
  display: none;
}
.sidebar#side-new-about-item, .sidebar#side-new-about-itemd, .sidebar#side-new-about-user, #sidebar-mobile-user {
  padding: 0;
}
#side-new-about-item #about-bg, #side-new-about-user #about-bg, #sidebar-mobile-user .about-bg {
  height: 145px;
}
#side-new-about-itemd .avatar img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
#side-new-about-item .avatar img, #side-new-about-user .avatar img, #sidebar-mobile-user .avatar img {
  display: block;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
  width: 90px;
  height: 90px;
}
#side-new-about-item .text, #side-new-about-user .text {
  margin: 45px 20px 5px;
}
#side-new-about-itemd .textd {
  margin: 15px 20px 0px;
}
#side-new-about-item .text h2, #side-new-about-itemd .text h2, #side-new-about-user .text h2, #sidebar-mobile-user .text h2 {
  font-size: 1.1rem;
  margin: 8px 10px;
}
#side-new-about-user .text h2 span, #sidebar-mobile-user .text h2 span {
  border: 1px solid #034eff;
  padding: 1px 3px;
  border-radius: 2px;
  font-size: 12px;
  color: #034eff;
  margin-left: 4px;
  vertical-align: 1px;
}
#side-new-about-itemd .text h2 {
  margin: 6px 10px;
}
#side-new-about-item .text p, #side-new-about-itemd .text p, #side-new-about-user .text p, #sidebar-mobile-user .text p {
  font-size: 14px;
  margin: 0px 8px;
  empty-cells: hide;
  color: #7a7a7a;
}
#side-new-about-item .card-info-data, #side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
  display: table;
  padding: 15px 5px 0;
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}
#side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
  margin-bottom: 30px
}
#side-new-about-item .card-info-data-item, #side-new-about-user .card-info-data-item, #sidebar-mobile-user .card-info-data-item {
  display: table-cell;
}
#side-new-about-item .card-info-data-item .length_num, #side-new-about-user .card-info-data-item .length_num, #sidebar-mobile-user .card-info-data-item .length_num {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
#side-new-about-user .card-info-data-item:hover .length_num {
  color: #034eff;
}
#side-new-about-item .card-info-data-item .headline, #side-new-about-user .card-info-data-item .headline {
  color: rgba(68, 68, 68, .65);
}
#side-new-about-item .sidebar-icon, #side-new-about-itemd .sidebar-icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 10px 10px;
}
#side-new-about-itemd .sidebar-icon {
  margin-top: 5px;
}
#side-new-about-item .sidebar-icon a, #side-new-about-itemd .sidebar-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  font-size: 18px;
  border-radius: 100px;
  color: rgba(68, 68, 68, .65);
  position: relative;
}
.sidebar-icon a.weixin .weixincode {
  position: absolute;
  bottom: 50px;
  left: -40px;
  z-index: 999;
  display: none;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1), 0 4px 8px 0px rgba(0, 0, 0, 0.1), 0 8px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sidebar-icon a.weixin:hover .weixincode {
  display: block;
}
#side-new-about-item .sidebar-icon a:hover, #side-new-about-itemd .sidebar-icon a:hover {
  background: rgba(68, 142, 246, 0.1);
  color: #034eff;
}
#side-hot-view-item ul, #side-hot-cmt-item ul, #side-new-article-item ul, #side-rand_article ul {
  counter-reset: section;
}
.sidebar li.topthub {
  line-height: normal;
  position: relative;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  max-height: 160px;
  border-radius: 3px;
}
.sidebar li.topthub img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3px;
}
.sidebar li.topthub img:hover {
  border-radius: 3px;
}
#side-tui-article-item li.topthub + li.topthub {
  margin-top: 15px;
}
#side-tui-article-item li.topthub {
  max-height: none;
  border-radius: 0;
}
#side-tui-article-item li.topthub a.img {
  line-height: normal;
  position: relative;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  max-height: 170px;
  border-radius: 3px;
}
#side-tui-article-item li.topthub a.img img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}
#side-tui-article-item li.topthub p {
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#side-hot-view-item li.widlist, #side-hot-cmt-item li.widlist, #side-new-article-item li.widlist, #side-rand_article li.widlist {
  overflow: hidden;
  margin-bottom: 10px;
}
#side-hot-view-item li.widlist i, #side-hot-cmt-item li.widlist i, #side-new-article-item li.widlist i, #side-rand_article li.widlist i {
  width: 93px;
  display: block;
  height: 70px;
  overflow: hidden;
  float: left;
  border-radius: 3px;
  margin: 2px 13px 0 0;
}
#side-hot-view-item li.widlist i img, #side-hot-cmt-item li.widlist i img, #side-new-article-item li.widlist i img, #side-rand_article li.widlist i img {
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
#side-hot-view-item li.widlist h3, #side-hot-cmt-item li.widlist h3, #side-new-article-item li.widlist h3, #side-rand_article li.widlist h3 {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
#side-hot-view-item li.widlist .sidefoot, #side-hot-cmt-item li.widlist .sidefoot, #side-new-article-item li.widlist .sidefoot, #side-rand_article li.widlist .sidefoot {
  padding-top: 8px;
  color: #999;
}
#side-new-comment-item li {
  line-height: 40px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#side-new-comment-item li:last-child {
  border-bottom: none;
}
#side-new-comment-item .avatar {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin: 6px 8px 0 0;
}
.sidebar[id^="side-adimg"] {
  padding: 0;
}
/* 侧栏标题ico */
.sidebar .side-title:before {
  font-family: icomoon;
  margin-right: 4px;
  text-align: center;
  content: '\e910';
}
.sidebar#divContorPanel .side-title:before {
  content: '\e923';
}
.sidebar#divArchives .side-title:before {
  content: '\e90f';
}
.sidebar#divComments .side-title:before, .sidebar#side-new-comment-item .side-title:before {
  content: '\e918';
}
.sidebar#divLinkage .side-title:before {
  content: '\e930';
}
.sidebar#divStatistics .side-title:before {
  content: '\e929';
}
.sidebar#divFavorites .side-title:before {
  content: '\e92b';
}
.sidebar#divTags .side-title:before {
  content: '\e924';
}
.sidebar#divAuthors .side-title:before {
  content: '\e927';
}
.sidebar#divPrevious .side-title:before, .sidebar#side-new-article-item .side-title:before {
  content: '\e925';
}
.sidebar#side-hot-view-item .side-title:before {
  content: '\e913';
}
.sidebar#side-tui-article-item .side-title:before {
  content: '\e931';
}
.sidebar#side-hot-cmt-item .side-title:before {
  content: '\e919';
}
.sidebar#side-rand_article .side-title:before {
  content: '\e943';
}
.r_box .list-navi ul {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.r_box .list-navi li {
  display: inline-block;
  font-size: 13px;
  padding: 5px 14px;
  position: relative;
  overflow: visible;
  border: #fff 1px solid;
  margin-right: 6px;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.r_box .list-navi li.selected {
  color: #fff;
  background-color: #034eff;
  border-color: #034eff;
}
.r_box .list-navi li.selected a {
  color: #fff;
}
.r_box .list-navi li.selected:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 14px;
  margin: auto;
  content: '';
  border-top: 5px solid #034eff;
  border-right: 7px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid transparent;
}
.r_box .list-nav li {
  display: inline-block;
  font-size: 14px;
  padding: 0 24px 0 0;
  margin: 0;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  overflow: visible;
}
.r_box .list-nav li:after {
  content: '/';
  position: absolute;
  right: 8px;
  color: #9ca0ad;
  opacity: .28;
}
.r_box .list-nav li:last-child:after {
  display: none
}
.r_box li, .aboxd, .atopd, .topbox li, .list-nav, .specialbox li {
  background: rgba(255, 255, 255, .9);
  overflow: hidden;
  color: #797b7c;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  position: relative;
}
.r_box li h2, .jzcmslist li h2 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
.r_box li h2 a, .jzcmslist li a h2 {
  color: #222
}
.r_box li h2 a:hover, .r_box li h2 a strong {
  color: #034eff
}
.r_box li img {
  float: right;
  clear: right;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.r_box li .listtopimg img {
  float: none;
  clear: none;
  width: 100%;
  height: 240px;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
}
.r_box li .listtopimg {
  width: 100%;
  display: block;
  height: 240px;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}
.r_box li i {
  width: 30%;
  display: block;
  height: 150px;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
}
.r_box li i img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
.r_box li p, .cmsthub p {
  margin: 10px 0 18px 0;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}
.r_box li p{
  color:#797b7c
}
.r_box li p.listbot {
  margin-bottom: 0;
  max-height: 44px;
  height: auto;
}
.r_box li:hover h3 a {
  color: #19585d;
}
.r_box li .imgrow {
  margin: 10px -5px;
  overflow: hidden;
}
.r_box li .imgrow li {
  list-style-type: none;
  background-color: transparent;
  float: left;
  min-height: 1px;
  padding: 0 5px;
  width: 33.328%;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
}
.r_box li .imgrow li a {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 3px;
}
.r_box li .imgrow li a img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 3px;
}
.list-cate {
  height: 32px;
  width: 100%;
  padding: 0 12px;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* transform: translate(-50%,-50%); */
  /* background-color: rgba(21, 21, 22, 0.3); */
  background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3));
  background: linear-gradient(top, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .2));
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}
a.list-cate {
  color: #fff;
}
@media only screen and (min-width: 767.9px) {
.r_box li:hover .list-cate {
  opacity: 1;
}
}
.r_box .postfoot {
  margin: 10px 0 0 0;
  display: block;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.r_box .postfoot .jzicon-jzshijian, .r_box .postfoot .jzicon-jzqipaoa {
  margin-left:4px
}
.post .post-footer {
  background: #fff;
  font-size: 12px;
  line-height: 25px;
  overflow: hidden;
  clear: both;
  position: relative;
  display: block;
  padding: 10px 0 5px 0;
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.r_box .postfoot a {
  color: #999;
}
.r_box .postfoot [class^="jzicon-"], .bloginfo [class^="jzicon-"] {
  font-size: 13px;
}
.r_box .postfoot div {
  display: block;
}
.r_box .postfoot .text-primary {
  color: #034eff;
}
.r_box .postfoot .author img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 8px;
  float: left;
}
/* 首页四格 */
.topbox li {
  float: left;
  width: 23.5%;
  padding: 0;
  margin-right: 2%;
}
.topbox li:nth-child(4n+0) {
  margin-right: 0;
}
.topbox li .img {
  width: 100%;
  display: block;
  height: 130px;
  overflow: hidden;
}
.topbox li img {
  float: none;
  clear: none;
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}
.topbox li h3 {
  font-size: 15px;
  text-align: center;
  margin: 8px 0;
}
.pagelist, .pageload .view-more-button, .pageload .page-load-status p {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 20px 0;
  padding: 20px 20px 14px 20px;
  background: rgba(255, 255, 255, .9);
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
}
.pageload {
  padding: 0;
  position: relative;
  height: 45px;
  margin: 20px 0;
}
.pagewbk {
  margin: 20px 30% 40px 30%;
}
.pageload .view-more-button, .pageload .page-load-status p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 10px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #333;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.pageload .view-more-button {
  cursor: pointer;
}
.pageload .page-load-status p {
  z-index: 1;
}
.pageload .page-load-status p.infinite-scroll-last {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagelist a {
  color: #666;
  margin: 0 2px 5px 2px;
  display: inline-block;
  padding: 5px 10px;
  background: rgba(222, 226, 230, .6);
  border-radius: 4px;
}
.pagelist b {
  padding: 5px 10px;
  background: #034eff;
  color: #fff;
  font-weight: normal;
  border-radius: 4px;
}
a.curPage {
  color: #19585d;
  font-weight: bold;
}
#divTags li a {
  font-size: 13px;
  display: block;
  background: #999;
  float: left;
  padding: 4px 12px;
  margin: 4px;
  border-radius: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFF
}
#divTags ul li:nth-child(5n) a {
  background: #ff5831
}
#divTags ul li:nth-child(5n+1) a {
  background: #A0DC28
}
#divTags ul li:nth-child(5n+2) a {
  background: #5DB7E5
}
#divTags ul li:nth-child(5n+3) a {
  background: #ff7d2e
}
#divTags ul li:nth-child(5n+4) a {
  background: #28DC64
}
#divTags li:hover a {
  opacity: 0.6;
}
#divSearchPanel .side-title {
  display: none;
}
#divSearchPanel {
  background-color: transparent;
  padding: 0;
}


#divSearchPanel form {
  border-radius: 2px;
  position: relative;
  overflow: hidden
}
#divSearchPanel input[type="submit"] {
  border: 0;
  background: 0;
  color: #fff;
  outline: none;
  position: absolute;
  width: 28%;
  height: 36px;
  background: #3858f6;
}
#divSearchPanel input[type="text"] {
  border: 0;
  line-height: 36px;
  height: 36px;
  width: 72%;
  padding-left: 10px;
  border-radius: 0;
  outline: none
}

#divContorPanel {
  padding-bottom: 30px;
}
#divContorPanel div {
  text-align: center;
}
#divContorPanel .cp-hello {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  display: inline-block
}
#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 4px;
  padding: 4px 8px;
}
#divContorPanel .sidecon div {
  padding: 20px;
  text-align: center;
  line-height: 24px;
  border: 1px dotted #f0f0f0;
  background: #fbfbfb
}
#divCalendar div {
  margin-bottom: 0;
}
#divCalendar table {
  width: 100%;
  border-collapse: collapse
}
#divCalendar table, #divCalendar tr, #divCalendar th, #divCalendar td {
  border: 1px solid #eee
}
#divCalendar caption {
  line-height: 36px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee
}
#divCalendar caption a {
  font-size: 15px;
  color: #123
}
#divCalendar thead {
  background: #f6f7f8
}
#divCalendar th {
  height: 36px
}
#divCalendar td {
  height: 36px;
  text-align: center
}
#divCalendar td a {
  font-weight: 700;
  color: #123
}
#divCalendar td a:hover {
  color: #f63
}
.picbox {
  width: 100%;
  overflow: hidden;
}
.picbox2 {
  display: none
}
.picbox ul {
  overflow: hidden;
  width: 24%;
  float: left;
  margin-right: 10px
}
.picbox ul li {
  display: block;
  background: #FFF;
  margin: 0 0 20px 0;
  border: 1px #d9d9d9 solid;
}
.picbox ul li i {
  margin: 10px;
  height: auto;
  overflow: hidden;
  display: block;
}
.picbox ul li img {
  width: 100%;
}
.picbox2 ul {
  overflow: hidden;
  width: 48%;
  float: left;
  margin-right: 10px
}
.picbox2 ul:nth-child(2) {
  float: right
}
.picbox2 ul li {
  display: block;
  background: #FFF;
  margin: 0 0 20px 0;
  border: 1px #d9d9d9 solid;
}
.picbox2 ul li i {
  margin: 10px;
  height: auto;
  overflow: hidden;
  display: block;
}
.picbox2 ul li img {
  width: 100%;
}
.picinfo h3 {
  border-bottom: #ccc 1px solid;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 16px
}
.picinfo span {
  padding: 10px 20px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.picbox ul li a:hover {
  color: #19585d
}
.tags a {
  background: rgba(222, 226, 230, .6);
  border-radius: 3px;
  font-size: 14px;
  padding: 3px 8px;
  margin: 0 10px 10px 0;
  display:inline-block
}
.tags {
  margin: 40px 0 20px 0;
}
.infosbox img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
  border-radius: 3px;
  /* vertical-align: middle; */
}
.share {
  padding: 40px 20px;
  text-align: center;
}
/*上一篇下一篇*/
.nextinfo {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: rgba(51, 51, 51, 0.65);
  padding: 15px 20px 15px 20px;
  border-top: 1px solid #eee;
}
.infosbox {
  padding-bottom: 5px;
}
.nextinfo p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nextinfo p span {
  font-size: 14px;
}
.nextinfo p.prev {
  margin-left: 0;
  margin-right: 8px;
  text-align: left;
}
.nextinfo p.next {
  margin-left: 8px;
  margin-right: 0;
  text-align: right;
}
.nextpro {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.nextpro .next, .nextpro .prev {
  position: relative;
}
.nextpro .prev {
  float: left;
  width: 50%;
}
.nextpro .next {
  float: right;
  width: 50%;
  text-align: right;
}
.nextpro .prev span {
  float: left;
}
.nextpro .next span {
  float: right;
}
.nextpro .post-overlay {
  position: relative;
  overflow: hidden;
  height: 100px;
}
.nextpro .post-overlay:hover {
  opacity: .8;
}
.nextpro .background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #333;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100px;
}
.background-img:before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s cubic-bezier(.4, .01, .165, .99);
}
.nextpro .post_text {
  position: relative;
  color: #fff;
  width: 100%;
  min-height: 70px;
  padding: 20px;
}
.nextpro .post_text h3 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 30px;
}
.nextpro .link-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*赞赏*/
.diggit {
  width: 160px;
  margin: auto;
  background: #f1404b;
  color: #fff;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  border: 0;
  outline: none;
  cursor: pointer
}
.diggit:focus {
  outline: none;
}
.diggit:hover {
  opacity: 0.9;
}
.maxzan {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 16px;
  line-height: normal
}
.maxzan i {
  font-size: 30px;
  display: block;
}
.maxzan em {
  font-size: 14px;
  display: block;
  margin-top: 2px;
}
/* 首页 列表页end */
/* 正文底部图标 */
.single-share {
  position: relative;
  padding: 0 25px 15px;
  height: 55px;
}
.single-share i {
  vertical-align: middle;
}
.post-like .dotGood {
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 21px;
  margin-right: 15px
}
.post-like .dotGood i {
  margin-right: 4px
}
.post-like .dotGood span {
  font-size: 18px;
}
.post-share {
  float: right;
  margin-top: 6px;
}
.post-share a, .share-icon {
  float: left;
  background: #f4f5f9;
  color: #252c41;
  margin-left: 10px;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}
.post-share a:hover {
  color: #ff6000
}
.share-icon:hover {
  color: #333 !important;
}
.share-icons {
  position: absolute;
  right: 0;
  margin-right: 75px;
  z-index: 10
}
.share-icons i {
  padding: 10px;
  border-radius: 50%;
  font-size: 15px
}
.share-icons .share-wechat {
  color: #1aad19
}
.share-icons .share-sina-weibo {
  color: #ff6363
}
.share-icons .share-qq {
  color: #3d93e0
}
#wechat-qrcode {
  position: absolute;
  top: -165px;
  left: -45px;
  width: 150px;
  height: 150px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1), 0 4px 8px 0px rgba(0, 0, 0, 0.1), 0 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
}
#wechat-qrcode.active {
  display: block;
}
.single_icon {
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-right: 15px;
}
/*相关文章*/
.related-list, .jzcms1 {
  padding: 10px 10px 5px 10px;
}
.related-list h3, .jzcms1 h3, .jzcmslist h3 {
  line-height: 40px;
  margin-bottom: 8px;
  border-radius: 2px;
  font-size: 18px;
  overflow: hidden;
  color: #034eff;
  padding: 0 10px;
}
.related-list li, .jzcms1 li {
  float: left;
  width: 25%;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.related-list li i, .jzcms1 li i, .jzcmslist li i {
  width: 100%;
  height: 120px;
  overflow: hidden;
  display: block;
  border-radius: 3px;
}
.related-list li i img, .jzcms1 li i img, .jzcmslist li i img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.related-list li p {
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 文章 */
.infosbox, .commen_pl, .related-list, .jzcms1, .jzcmslist, .nextpro, .topvi {
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
  margin-bottom: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
}
.newsview {
  padding: 0 25px;
}
#font-tz {
  float: right;
  display: inline-block;
  margin-top: 3px;
}
#font-tz a {
  width: 21px;
  height: 20px;
  margin: 0 0 0 6px;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  background: rgba(222, 226, 230, .6);
  display: inline-block;
  vertical-align: top;
}
.notitle #font-tz a {
  line-height: 18px;  
}
#font-tz a::before {
  content: "A⁺";
  font-size: 14px;
  color: #999;
}
#font-tz a:first-child {
  margin-left: 0
}
#font-tz a:nth-child(2)::before {
  content: "A⁻";
}
#font-tz a:nth-child(3)::before {
  content: "A";
}
.news_con {
  position: relative;
  word-wrap: break-word;
  text-align: justify;
}
.news_con h1, .news_con h2, .news_con h3, .news_con h4, .news_con h5, .news_con h6 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
  position: relative;
}
.news_con h2 {
  font-size: 24px;
}
.news_con h3 {
  font-size: 22px;
}
.news_con h4 {
  font-size: 20px;
}
.news_con h5 {
  font-size: 18px;
}
.news_con h6 {
  font-size: 16px;
}
/* .news_con h1:after, .news_con h2:after, .news_con h3:after, .news_con h4:after, .news_con h5:after, .news_con h6:after { */
/* content: ""; */
/* width: 60px; */
/* height: 0; */
/* border-bottom: 2px solid #034eff; */
/* position: absolute; */
/* left: 0; */
/* bottom: -1px; */
/* } */
.news_con table {
  margin-bottom: 15px;
}
.news_con .spread {
  width: 100%;
  height: 150px;
  color: #034eff;
  text-align: center;
  font-size: 18px;
  text-indent: 0;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 50%);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.news_con .spread i {
  margin: 72px 0 20px;
  font-size: 18px;
  font-style: normal;
  text-indent: 0;
  line-height: 28px;
  display: inline-block;
}
.news_con .spread i:after {
  content: "\e93c";
  width: 33px;
  margin-left: -20px;
  font-size: 30px;
  font-family: icomoon;
  position: absolute;
  bottom: 24px;
  display: inline-block;
  left: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.news_con a, blockquote a {
  color: #034eff;
}
.news_con p {
  line-height: 2;
  font-size: 15px;
  margin-bottom: 15px;
}
.news_con a.jzsotag:after {
  font-family: icomoon !important;
  font-weight: 600;
  content: "\e91e";
  position: relative;
  display: inline-block;
  transform: scale(.6);
  margin: 0 -2px;
  top: -4px;
}
.intitle {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  border-bottom: #000 2px solid;
}
.intitle a {
  font-weight: normal;
}
.news_title {
  font-size: 24px;
  font-weight: normal;
  padding: 20px 0 10px 0;
  color: #333;
}
.notitle {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
  position: relative;
}
.bloginfo {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #999;
}
.bloginfo li {
  float: left;
  margin-right: 20px;
  line-height: 2;
}
.bloginfo li.author img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 8px;
}
.news_about {
  color: #888888;
  border: 1px solid #F3F3F3;
  margin: 20px auto;
  background: none repeat 0 0 #F6F6F6;
  position: relative;
  padding: 20px 30px 20px 246px;
  height: 128px;
  font-size: 15px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}
.news_about p {
  overflow: hidden;
  max-height: 81px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}
.news_about img {
  position: absolute;
  top: 0;
  left: 0;
  width: 206px;
  min-height: 128px;
  -webkit-mask: -webkit-gradient(linear, 0% 0, 100% 0, from(#000), to(rgba(0, 0, 0, 0)));
}
.news_aboutni {
  padding: 10px !important;
  margin: 20px auto 15px auto !important;
  height: auto !important;
}
.news_aboutni strong {
  color: #38485A;
  font-weight: 400 !important;
  font-size: 15px;
  padding-right: 8px;
}
.news_content {
  line-height: 24px;
  font-size: 14px;
}
.news_content p {
  overflow: hidden;
  padding-bottom: 4px;
  padding-top: 6px;
  word-wrap: break-word;
}
.copyright {
  padding: 0 25px;
}
.copyright blockquote {
  padding-left: 16px;
}
.copyright blockquote:before {
  content: '';
}
.copyright blockquote:hover {
  background: rgba(255, 96, 0, 0.1);
  border-left: 4px solid #ff6000;
}
.copyright blockquote:hover a {
  color: #ff6000;
}
/* 文章end */
/* 图片点击放大 */
#outerdiv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(120, 129, 147, .5);
  color: #fff;
  opacity: 1;
}
#bigimg {
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}
#outerdiv .caption-view {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  background-color: rgba(0, 0, 0, .2);
  text-align: center;
}
#outerdiv .caption-view p {
  line-height: 38px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
/* 评论 */
ul.msg {
  margin: 25px 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
}
ul.msg img.avatar {
  border-radius: 50%
}
li.msgurl {
  text-align: right;
  padding: 2px 10px;
}
li.msggravatar {
  display: block;
  float: left;
  margin-right: 5px;
}
li.msgarticle {
  list-style-position: outside;
  padding: 10px 0 0;
  line-height: 160%;
  padding-left: 63px;
}
img.avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0;
}
ul.msg small {
  color: #a6a6a6;
}
ul.msg small .revertcomment {
  position: absolute;
  right: 0;
  top: 0
}
ul.msg small .revertcomment a {
  color: #fff;
  background: #007bff;
  padding: 2px 4px;
  display: none;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
}
ul.msg:hover small .revertcomment a {
  display: block;
}
ul.msg h3 small {
  font-size: 12px;
}
ul.msg ul.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
  padding-bottom: 0;
}
ul.msg li.msgname {
  position: relative;
}
ul.msg ul.msg li.msgname {
  padding: 0;
}
ul.msg .commentname {
  margin-top: 2px;
  display: inline-block;
  font-size: 15px;
}
ul.msg.msghead {
  min-height: 38px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  color: #034eff;
}
ul.msg.msghead em {
  margin-right: 2px;
  font-style: normal;
}
ul.pagebar, ul.msghead {
  border: none;
}
ul.msghead li.tbname {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
ul.msg:nth-last-child(2) {
  border-bottom: 0;
}
.jz-comment {
  overflow: hidden;
}
.jz-comment h3, .jz-comments h3 {
  line-height: 40px;
  margin-bottom: 8px;
  border-radius: 2px;
  font-size: 18px;
  overflow: hidden;
  color: #034eff;
}
.jz-comments h4 {
  margin-bottom: 10px;
  text-align: center;
  padding: 0 10px;
  font-size: 17px;
  margin-bottom: 8px;
}
.jz-comment input {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  width: 100%;
  border: 0;
  padding-left: 8px;
  background-color: transparent;
}
.jz-comment label, .jz-comments label {
  display: none;
}
.jz-comment textarea {
  border: 0;
  height: 120px;
  width: 100%;
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  display: block;
  padding: 8px;
  background-color: transparent;
}
.jz-comment-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  position: relative;
  background: rgba(246, 246, 246, .9);
  margin-bottom: 6px;
}
.jz-comment-ul4 {
  float: left;
  width: 49.5%;
}
.jz-comment-ul3 {
  float: left;
  width: 32.66%;
}
.jz-comment .jz-comment-ul4:nth-child(2n) {
  float: right;
}
.jz-comment .jz-comment-ul3-2 {
  margin: 0 1%;
}
.jz-comment-box img.jz-code {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 30px;
  width: auto;
}
input.jz-commbut {
  border-radius: 3px;
  line-height: 38px;
  height: 38px;
  width: 100px;
  background: #f1404b;
  color: #fff;
  float: right;
  padding: 0;
  margin-top: 10px;
}
.jz-comment-textarea {
  width: 100%;
  clear: both;
}
.reply-frm {
  margin-top: 15px;
}
.commen_pl .pagelist {
  box-shadow: none;
}
/* 评论end */
/* cms */
.jzcms {
  clear: both;
  width: 1176px;
  margin: 0 auto;
  padding: 0 8px;
}
.jzcms h3 a {
  color: #034eff;
}
.jzcms1 li {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
}
.jzcms1 li:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.jzcms .postfoot {
  margin: 5px 10px 10px;
  display: block;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jzcms1, .jzcmslist {
  position: relative;
}
/* .jzcms1 li a */
/* { */
/* position: relative; */
/* overflow: hidden; */
/* display: block; */
/* border: #f1f1f1 1px solid; */
/* border-radius: 2px; */
/* } */
.jzcms1 li h3 {
  margin: 10px 0;
  line-height: 1.5;
  font-size: 16px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
.cmsgd i {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  opacity: .6;
}
.jzcms1 li i, .jzcms1 li i img {
  height: 160px;
  border-radius: 3px;
  float: none !important;
}
.r_box .jzcms1 li i, .r_box .jzcms1 li i img {
  height: 130px;
  border-radius: 3px;
  float: none !important;
  width: 100%;
  margin: 0;
}
.jzcms1.cmspic li h3 {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 10px 15px;
  width: calc(100% - 20px);
  background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .5));
  background: linear-gradient(top, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .2));
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.jzcms1.cmspic li i, .jzcms1.cmspic li i img {
  height: 215px;
}
.jzcms1.cmspic li.left i, .jzcms1.cmspic li.left i img {
  height: 450px;
}
.jzcms1.cmspic li.left {
  width: 34%;
  overflow: hidden;
}
.jzcms1.cmspic li.left h3 {
  padding-top: 40px;
}
.jzcms1.cmspic li.top {
  width: 33%;
  margin-bottom: 20px;
}
.jzcms1.cmspic li.bot {
  width: 22%;
}
.jzcms2 {
  overflow: hidden;
}
.jzcmslist {
  float: left;
  width: 32%;
  margin-bottom: 20px;
  margin-right: 2%;
  padding: 10px 20px 15px 20px;
}
.jzcmslist h3 {
  padding: 0;
}
.jzcms2 .jzcmslist:nth-child(3n+0) {
  margin-right: 0;
}
.jzcmslist li i, .jzcmslist li i img {
  height: 190px;
}
.jzcmslist li h2 {
  margin: 10px 0;
}
.jzcmslist p {
  margin: 10px 0;
  color: #797b7c;
  height: 44px;
  -webkit-line-clamp: 2;
}
.jzcms2 li.cmslist {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 50px;
  position: relative;
  margin-left: -4px;
}
.jzcms2 li.cmslist:before {
  content: "\e736";
  font-family: icomoon;
  margin-right: 2px;
}
.jzcms2 li.cmslist em {
  font-size: 13px;
  color: #999;
  position: absolute;
  top: 2px;
  right: 0;
  font-family: Arial;
}
li.link-item img {
  width: 16px;
  margin-right: 3px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.link li.link-item a {
  border: 0;
}
.link li.link-item {
  width: 12.5%;
  margin-bottom: 15px;
}
.link li.link-item a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1189.9px) {
  .jzcms {
    width: 96%;
    width: calc(96% + 16px);
  }
}
@media only screen and (max-width: 768.1px) {
  .jzcms {
    width: 100%;
    padding: 0 20px 20px;
  }
  .jzcms1.cmspic li i, .jzcms1.cmspic li i img {
    height: 130px;
  }
  .jzcms1.cmspic li.left i, .jzcms1.cmspic li.left i img {
    height: 280px;
  }
  .jzcmslist {
    width: 100%;
  }
  .jzcmslist li i, .jzcmslist li i img {
    height: 250px;
  }
  .link li.link-item {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .jzcms1.cmspic li i, .jzcms1.cmspic li i img {
    height: 150px;
  }
  .jzcms1.cmspic li.left i, .jzcms1.cmspic li.left i img {
    height: 150px;
  }
  .jzcms1.cmspic li.left, .jzcms1.cmspic li.top, .jzcms1.cmspic li.bot {
    width: 50%;
    margin-bottom: 20px;
  }
  .jzcms1.cmspic li.left h3 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .jzcms {
    padding: 0;
  }
  .jzcms1.cmspic li h3 {
    left: 5px;
    width: calc(100% - 10px);
  }
  .jzcms1.cmspic li.left, .jzcms1.cmspic li.top, .jzcms1.cmspic li.bot {
    margin-bottom: 10px;
  }
  .jzcmslist {
    margin-bottom: 10px;
  }
  .jzcmslist li i, .jzcmslist li i img {
    height: 180px;
  }
  .link li.link-item {
    width: 25%;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 376px) {
  .link li.link-item {
    width: 33.3%;
  }
  .jzcms1 li i, .jzcms1 li i img {
    height: 110px;
  }
  .jzcms1.cmspic li i, .jzcms1.cmspic li i img {
    height: 120px;
  }
  .jzcms1.cmspic li.left i, .jzcms1.cmspic li.left i img {
    height: 120px;
  }
}
/* 自适应 */
@media screen and (max-width: 1189.9px) {
  header {
    width: 96%;
    margin: auto
  }
  .article {
    width: 96%;
    width: calc(96% + 16px);
  }
  nav, footer p {
    width: 96%;
  }
  .picbox ul {
    width: 23%;
  }
  .picshowlist {
    display: none
  }
}
@media only screen and (max-width: 768.1px) {
  .header-navigation, nav {
    height: 60px;
    line-height: 60px;
  }
  .logo img {
    margin-top: 10px;
  }
  .searchbox span, #mnavh span, .jznight span {
    height: 60px;
    line-height: 60px;
  }
  .b-nav-search_wrap {
    top: 62px;
  }
  .r_box .list-navi {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .r_box li h2 {
    margin-bottom: 10px;
  }
  .r_box li p {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
  }
  .r_box li i {
    height: 116px;
    width: 116px;
    float: right;
    margin: 0 0 0 20px;
  }
  .r_box li i img {
    height: 116px;
  }
  .r_box li .listtopimg {
    max-height: 180px;
  }
  .r_box li .listtopimg img {
    height: 180px;
  }
  .topbox li .img, .topbox li img {
    height: 100px;
  }
  #mnavh span {
    display: block;
  }
  .jznight span {
    right: 35px;
  }
  header, footer {
    padding: 0 20px
  }
  .article {
    width: 100%;
    padding: 0 20px 0 20px;
  }
  .logo {
    width: 100%
  }
  .logo a {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  nav, footer p {
    width: 100%;
    position: relative;
  }
  #starlist {
    width: 250px;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    bottom: 0;
    margin-left: 0px;
    left: -250px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999;
  }
  #starlist.active {
    left: 0px;
  }
  #starlist.active li:hover {
    background-color: transparent;
  }
  #starlist ul.sub-nav {
    background: transparent;
    visibility: visible;
    margin-top: 0;
  }
  #starlist li.on ul.sub-nav {
    margin-top: 0;
  }
  #starlist ul.sub-nav li a {
    line-height: 1;
  }
  #starlist ul.sub-nav:before {
    border-bottom-color: transparent;
  }
  .fademask.active {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #starlist {
    padding-top: 20px;
  }
  #starlist li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  #starlist li a {
    display: block;
    margin: 0 25px;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: auto;
    line-height: 50px;
  }
  #starlist li:hover:before, #starlist li.selected:before, #starlist li.selected:hover:before {
    width: 0;
  }
  #mnavh {
    display: block;
  }
  .related-list li, .jzcms1 li {
    width: 50%;
  }
  .l_box {
    display: none
  }
  .r_box, .infosbox, .picsbox, .main {
    width: 100%
  }
  .pagelist a {
    padding: 2px 6px;
  }
  .pagelist b {
    padding: 2px 6px;
  }
  .picbox ul {
    width: 22%;
  }
  .picbox ul li i {
    margin: 5px
  }
  .picinfo {
    display: none
  }
  .picshowlist {
    display: none
  }
  .lmname, .view {
    display: none
  }
  #font-tz {
    float: none
  }
  .notitle #font-tz{
    float: right 
  }
  #go-to-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 640.1px) {
  .topbox li {
    float: left;
    width: 48.68%;
    padding: 0;
    margin-right: 2.64%;
  }
  .topbox li:nth-child(2n+0) {
    margin-right: 0;
  }
  .topbox li .img, .topbox li img {
    height: 110px;
  }
}
@media only screen and (max-width: 479px) {
  nav {
    padding: 0 18px;
    border-radius: 0;
  }
  .logo img {
    max-height: 33px;
    margin-top: 12px;
  }
  .sitemap {
    padding: 0 12px;
	margin-bottom: 8px;
  }
  .searchbox span {
    right: 18px;
  }
  .jznight span {
    right: 48px;
  }
  #mnavh span {
    left: 18px;
  }
  header, footer {
    padding: 0
  }
  .article {
    width: 100%;
    padding: 0;
    margin-top: 70px;
  }
  .logo {
    width: 100%
  }
  nav {
    width: 100%;
    position: relative
  }
  .l_box {
    display: none
  }
  .r_box, .infosbox, .picsbox, .main {
    width: 100%
  }
  .picbox {
    display: none
  }
  .picbox2 {
    width: 96%;
    margin: auto;
    display: block
  }
  .picbox2 ul {
    width: 48%;
    margin-right: 0
  }
  .piclistshow ul li {
    height: 100px;
    padding: 0
  }
  .piclistshow .picimg {
    height: 100px
  }
  .picbox ul li i {
    margin: 2px
  }
  .picinfo h3 {
    border-bottom: 0;
    font-size: 15px;
  }
  .picinfo span {
    display: none
  }
  .picshowlist, .pictxt {
    display: none
  }
  .slider, .infosbox, .related-list, .commen_pl, .jzcms1, .nextpro, .topvi {
    border-radius: 0;
    margin-bottom: 10px;
  }
  .gbko {
    padding: 10px 15px 15px 15px;
  }
  .related-list h3, .jzcms1 h3 {
    padding: 0 5px;
  }
  .related-list li, .jzcms1 li, .r_box .jzcms1 li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .r_box li i {
    min-height: 100px;
    height: 100px;
    margin: 3px 0 0 10px;
    width: 100px;
  }
  .r_box li i img {
    height: 100px;
  }
  .r_box li .listtopimg {
    max-height: 160px;
    border-radius: 0;
  }
  .r_box li .listtopimg img {
    height: 160px;
  }
  .r_box li, .aboxd, .atopd, .list-nav {
    margin-bottom: 10px;
    border-radius: 0;
    padding: 15px;
  }
  .topbox li {
    margin-bottom: 10px;
  }
  .r_box li h2 {
    font-size: 16px;
    margin-bottom: 8px
  }
  .r_box li p {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .r_box .postfoot {
    clear: none;
    margin-top: 8px;
  }
  .r_box .postfoot .f_r {
    display: none
  }
  .pagelist {
    margin: 10px 0;
    border-radius: 0;
    padding: 15px 15px 10px;
  }
  .pageload {
    margin: 10px 0;
  }
  .copyright {
    padding: 0 15px;
  }
  .single-share {
    padding: 20px 15px 0;
  }
  .share-icons {
    margin-right: 60px;
  }
  footer p {
    border-radius: 0;
    padding: 15px;
  }
  .newsview {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 376px) {
  .r_box li h2 {
    margin-bottom: 5px;
  }
  .r_box li p {
    margin-top: 5px;
    height: 22px;
    -webkit-line-clamp: 1;
  }
  .r_box li i {
    min-height: 80px;
    height: 80px;
    margin: 0 0 0 15px;
    width: 80px;
  }
  .r_box li i img {
    height: 80px;
  }
  .r_box li .listtopimg {
    max-height: 111px;
  }
  .r_box li .listtopimg img {
    height: 111px;
  }
}
@media only screen and (max-width: 321px) {
  .r_box .postfoot .f_l .author {
    display: none;
  }
  #go-to-top {
    right: 10px;
    bottom: 10px;
  }
  .share-icons {
    display: none;
  }
}
/* 赞赏 */
.hide_box {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(120, 129, 147, .5);
  color: #fff;
  opacity: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  display: none
}
.shang_box {
  width: 20rem;
  background-color: #fff;
  border-radius: 6px;
  position: fixed;
  z-index: 1100;
  left: 50%;
  top: 50%;
  margin-left: -12.5rem;
  margin-top: -13.75rem;
  display: none
}
.shang_box img {
  border: none;
  border-width: 0;
  border-radius: 6px 6px 0 0;
  width: auto;
  height: auto;
  margin: 0;
  box-shadow: none;
  max-width: 100%;
}
.shang_box .shang_close img {
  border-radius: 0;
}
.dashang {
  display: block;
  width: 6.25rem;
  margin: .3125rem auto;
  height: 1.5625rem;
  line-height: 1.5625rem;
  padding: .625rem;
  background-color: #e74851;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  transition: all .3s
}
.dashang:hover {
  opacity: .8;
  padding: .9375rem;
  font-size: 1.125rem
}
.shang_close {
  display: inline-block;
  top: 10px;
  position: absolute;
  right: 10px
}
.shang_logo {
  display: block;
  text-align: center;
  margin: 1.25rem auto
}
.shang_payimg {
  margin: 0 auto;
  border-radius: .1875rem;
  border-radius: .625rem
}
.pay_explain {
  text-align: center;
  margin: .625rem auto;
  font-size: .75rem;
  color: #545454
}
.radiobox {
  width: 1rem;
  height: 1rem;
  background: url(images/radio2.svg);
  display: block;
  float: left;
  margin-top: .3125rem;
  margin-right: .875rem
}
.checked .radiobox {
  background: url(images/radio1.svg)
}
.shang_payselect {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  width: 17.5rem
}
.shang_payselect img {
  display: inline !important
}
.shang_payselect .pay_item {
  display: inline-block;
  margin-right: .625rem;
  float: left;
  padding: 10px 0;
}
.shang_info {
  clear: both
}
.shang_info a, .shang_info p {
  color: #c3c3c3;
  text-align: center;
  font-size: .75rem !important
}
@media (min-width:992px) {
  .list-header-style2 .iconfont {
    position: absolute;
    right: 100%
  }
}
@media (max-width:768px) {
  .shang_box {
    width: 20rem;
    margin-left: -10rem;
    margin-top: -13.75rem
  }
}
@media (max-width:414px) {
  .shang_box {
    width: 20rem;
    margin-left: -10rem;
    margin-top: -13.75rem
  }
  li.msgarticle {
    padding-left: 0;
  }
  .post-comments-count {
    display: none;
  }
}
@media (max-width:321px) {
  .shang_box {
    width: 18rem;
    margin-left: -9rem;
    margin-top: -11rem
  }
  .shang_payselect {
    width: 16.2rem;
    height: 1.5rem
  }
  .radiobox {
    margin-right: .2rem
  }
}
/*登录*/
.sidebar-mobile-user {
  display: none !important;
}
.searchbox.ycomm span {
  right: 52px;
}
.jznight.ycomm span {
  right: 90px;
}
.nav-comment {
  float: right;
  position: relative;
  height: 60px;
}
.nav-comment .nav-avatar {
  display: inline-block;
  margin-top: 20px;
}
.nav-comment .nav-avatar img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.comment-dropdown {
  position: absolute;
  background: #fff;
  width: 115px;
  right: 0;
  top: 65px;
  padding: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.comment-dropdown li {
  display: block;
  height: auto;
  line-height: normal;
  position: relative;
  vertical-align: top;
  padding: 0 5px 0 30px;
  font-size: 15px;
  border-radius: 4px;
}
.comment-dropdown li a {
  font-size: 14px;
  display: block;
  letter-spacing: 1px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 9px 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.comment-dropdown li a i {
  position: absolute;
  margin: 9px 0;
  padding-right: 5px;
  font-size: 16px;
  -webkit-transform: translate(-150%, -50%);
  -ms-transform: translate(-150%, -50%);
  transform: translate(-100%, -50%);
}
.comment-dropdown li:hover {
  background: rgba(68, 142, 246, 0.1);
}
.comment-dropdown:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  right: 0;
  margin-right: 10px;
  position: absolute;
  top: -16px;
  width: 16px;
  height: 16px;
}
.show .comment-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: initial;
}
@media only screen and (max-width: 768.1px) {
  .searchbox.ycomm span {
    right: 0;
  }
  .jznight.ycomm span {
    right: 35px;
  }
  .nav-comment {
    display: none;
  }
  .mobile-icom {
    position: absolute;
    padding: 20px 10px 10px;
    top: 0;
    width: 100%;
    line-height: 1;
  }
  #starlist li .mobile-icom a {
    display: inline-block;
    margin: 0;
    line-height: 1;
    color: #fff;
  }
  #starlist li.sidebar-mobile-user:hover .mobile-icom a {
    color: #fff;
  }
  #starlist li .mobile-icom i {
    margin: 0;
  }
  .sidebar-mobile-user {
    display: block !important;
    margin: 10px 0 20px 0 !important;
    text-align: center !important;
  }
  .sidebar-mobile-user .avatar {
    float: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0;
    display: inline;
  }
  .sidebar-mobile-user #sidebar-mobile-user .avatar img {
    width: 62px;
    height: 62px;
    bottom: -30px;
  }
  .sidebar-mobile-user #sidebar-mobile-user a.avatar {
    text-align: center;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    position: absolute;
    width: 230px;
    height: 35px;
    left: 0px;
    bottom: 0;
    margin: 0 10px;
  }
  .sidebar-mobile-user #sidebar-mobile-user .text h2 {
    font-size: 1rem;
    margin: 0;
    line-height: 3;
    margin: 0 10px;
    background-color: #fff;
  }
  .sidebar-mobile-user #sidebar-mobile-user .text p {
    padding: 16px 0;
    margin: 0 10px;
    background-color: #fff;
  }
  .sidebar-mobile-user #sidebar-mobile-user .text p a {
    line-height: 1;
  }
  .sidebar-mobile-user #sidebar-mobile-user .card-info-data {
    margin: 0 10px 10px;
    background-color: #fff;
    width: 230px;
    padding: 10px 5px 20px;
    border-radius: 0 0 4px 4px;
  }
  .sidebar-mobile-user #sidebar-mobile-user .card-info-data a, .sidebar-mobile-user .mobile-sidebar-author-action a {
    margin: 0 !important;
  }
  .sidebar-mobile-user #sidebar-mobile-user .length_num, .sidebar-mobile-user #sidebar-mobile-user .headline {
    line-height: 1.5;
  }
  .sidebar-mobile-user p {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
  }
  .sidebar-mobile-user p span {
    display: inline-block;
    color: #dc3545;
    font-size: 12px;
    padding: 6px 10px;
    border: 1px solid #dc3545;
    border-radius: 100px;
    font-weight: normal;
  }
  .mobile-sidebar-author-action {
    margin: 0 10px 10px;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
  }
  .mobile-sidebar-author-action .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-sidebar-author-action .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .mobile-sidebar-author-action .d-block {
    display: block;
  }
  .mobile-sidebar-author-action i {
    font-size: 18px;
    margin: 0 !important;
  }
  .mobile-sidebar-author-action .row a {
    line-height: 2 !important;
  }
  .mobile-us {
    padding: 0 0 10px 0 !important;
  }
  #starlist li.sidebar-mobile-user:hover a {
    color: #333;
  }
  .mobile-us .sidebar-mobile-user {
    margin: 0 !important;
  }
  #starlist.mobile-us li.navbar-item {
    font-size: 15px;
  }
  .mobile-us li.navbar-item {
    background: #fff;
    margin: 0 10px !important;
    width: 230px !important;
  }
  .mobile-us.active li.navbar-item:hover {
    background-color: #fff !important;
  }
  .mobile-us.active li:nth-child(2) {
    border-radius: 4px 4px 0 0;
    padding-top: 5px !important;
  }
  .mobile-us.active li:last-child {
    border-radius: 0 0 4px 4px;
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 479px) {
  .searchbox.ycomm span {
    right: 18px;
  }
  .jznight.ycomm span {
    right: 48px;
  }
}
/* 重写layui样式 墨初11.25版已经使用我提供的图标*/
/* .layui-layer-ico { */
/* background-image: url(images/icon.svg) !important; */
/* } */
.layui-layer-btn .layui-layer-btn0 {
  border-color: #034eff !important;
  background-color: #034eff !important;
}
.layui-layer-btn a {
  margin: 5px !important;
}
/* .layui-layer { */
/* border-radius: 8px!important; */
/* } */
.layui-layer-title {
  border-radius: 8px 8px 0 0 !important;
}
/* 重写墨初主题样式 */
.mochu_us_login_user_us {
  background-color: transparent !important;
}
.mochu_us_login_user_ul li {
  border: 0 !important;
}
#mochu_us_logincelan .mochu_us_login_footerdiv a {
  margin: 5px !important;
  background-color: transparent !important;
  border: 1px solid #e9e9e9 !important;
}
.mochu_us_login_user_ul {
  color: inherit !important;
}
.mochu_us_pst {
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  padding: 12px 15px 15px !important;
  font-size: 14px !important;
  color: #888 !important;
  line-height: 22px !important;
  border: 1px solid rgba(68, 68, 68, 0.1) !important;
  background: rgba(143, 143, 143, 0.1) !important;
  border-radius: 3px !important;
  overflow: hidden !important;
}
.news_con .mochu_us_pst h2 {
  font-size: 19px !important;
  margin: 0 0 10px 0 !important;
  color: #034eff !important;
  padding: 0 0 5px 0 !important;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1) !important;
}
.news_con .mochu_us_pst p {
  line-height: 2 !important;
  font-size: 15px !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  color: #555444 !important;
}
.news_con .mochu_us_tip_span a, .news_con .mochu_us_tip_span span {
  color: #034eff !important
}
.mochu_us_xiazai {
  margin: 0 0 20px 0 !important;
  border: 1px solid rgba(68, 68, 68, 0.1) !important;
  background: rgba(143, 143, 143, 0.1) !important;
  padding: 15px !important;
}
.mochu_us_xiazai_lf {
  background-image: url(images/xz.svg) !important;
}
.mochu_us_xiazai_lr a, .mochu-us-shang-div-span {
  border-radius: 3px !important;
  background-color: #034eff !important;
}
.mochu-us-shang-div p, .mochu-us-shang-div button {
  color: #555444 !important
}
button.mochu-us-shangbuttons {
  color: #034eff !important;
  border: 1px solid #034eff !important
}
/* 微信 */
.post_hide_box {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 14px;
  color: #888;
  line-height: 22px;
  border: 1px solid rgba(68, 68, 68, 0.1);
  background: rgba(143, 143, 143, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.post_hide_box .ddqr {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 15px 0 0;
  font-size: 14px;
  border-radius: 3px;
}
.post_hide_box .ddtit {
  font-size: 19px;
  margin: 5px 0 15px 0;
  color: #034eff;
}
.post_hide_box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.post_hide_box .jzform {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.post_hide_box input, .post_hide_box button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 35px;
}
.post_hide_box #jzpasa {
  width: 100%;
  padding: 0 5px 0 10px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  -webkit-appearance: none;
}
.post_hide_box button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #034eff;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .post_hide_box .jzform {
    width: 240px;
  }
}
@media only screen and (min-width: 479px) {
  .post_hide_box .ddtit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .post_hide_box p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 479px) {
  .post_hide_box .ddqr {
    display: none;
  }
}
/* 视频主题/大图主题 */
.topvi {
  width: 100%;
  display: block;
  overflow: hidden;
}
.topvi img {
  width: 100%;
  height: 400px;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
}
.vplay {
  width: 44px;
  height: 44px;
  line-height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  background-color: rgba(21, 21, 22, 0.5);
  color: #fff;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.Jzzddimglis .vplay {
  margin: 12px 0 0 -22px;
}
.r_box li:hover .vplay {
  /* background-color: rgba(21, 21, 22, 0.7); */
  opacity: 0;
}
.topvii {
  position: relative;
  height: 400px;
}
.topmaximg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: #222831;
  background: -o-linear-gradient(top, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 6, 8, 0)), to(rgba(6, 6, 8, 0.6)));
  background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
}
.topmaximg a {
  color: rgba(255, 255, 255, 0.8);
}
.topmaximg h1 {
  font-size: 26px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.topmaximg .bloginfo {
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
}
.topviv {
  height: 595px;
}
.topviv iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768.1px) {
  .topvi img, .topvii {
    height: 300px;
  }
  .topmaximg h1 {
    font-size: 24px;
  }
  .topviv {
    height: 415px;
  }
}
@media only screen and (max-width: 479px) {
  .topvi img, .topvii {
    height: 200px;
	border-radius: 0;
  }
  .topmaximg {
    padding: 10px;
    text-align: left;
  }
  .topmaximg h1 {
    margin: 10px 0;
    font-size: 22px;
  }
  .topviv {
    height: 258px;
  }
}
@media only screen and (max-width: 376px) {
  .topviv {
    height: 203px;
  }
}
@media only screen and (max-width: 321px) {
  .topviv {
    height: 173px;
  }
}
/* 商品主题 */
.r_box .indextop ul {
  overflow: hidden;
  margin: 0 -8px;
  padding: 0 8px;
}
.r_box .indextop li {
  float: left;
  width: 31.57%;
  margin-bottom: 20px;
  padding: 0;
}
.r_box .indextop li {
  margin-right: 2.64%;
}
.r_box .indextop li:nth-child(3n+0) {
  margin-right: 0;
}
.r_box .indextop li .listtopimg {
  height: 180px;
  margin: 0 0 10px;
}
.r_box .indextop li .listtopimg img {
  height: 180px;
  border-radius: 0;
}
.r_box .indextop li h2 {
  margin: 15px 20px 0;
  height: 25px;
  line-height: 1.5;
  max-height: 25px;
  -webkit-line-clamp: 1;
}
.r_box .indextop li p {
  margin: 15px 20px 10px;
  height: 44px;
  -webkit-line-clamp: 2;
}
.r_box .indextop .postfoot {
  margin: 10px 20px 20px;
}
.indextop li .fenli {
  margin: 15px 20px 10px 20px;
}
.indextop li .fenli a {
  color: #fff;
  background-color: #f16b6f;
  font-size: 12px;
  display: inline-block;
  position: relative;
  padding: 2px 10px;
  border-radius: 10px;
}
.mainwbk {
  width: 100%;
}
.mainwbk .indextop li {
  width: 23.725%;
  margin-right: 1.7%;
}
.mainwbk .indextop li:nth-child(3n+0) {
  margin-right: 1.7%;
}
.mainwbk .indextop li:nth-child(4n+0) {
  margin-right: 0;
}
/* .mainwbk .indextop li .listtopimg, .mainwbk .indextop li .listtopimg img { */
/* height: 180px; */
/* } */
.r_box .mainwbk .indextop li.Jzzddimglis .listtopimg {
  height: 239px;
}
.mainwbk .indextop li h2 {
  height: 50px;
  max-height: 50px;
  -webkit-line-clamp: 2;
}
.mainwbk .indextop li p {
  height: 44px;
  -webkit-line-clamp: 2;
}
.mainwbk .pagelist {
  margin-top: 0;
}
.indextop li .Jzzddimg {
  position: absolute;
  height: 100%;
  z-index: -2;
}
.indextop li .Jzzddimg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.Jzzddimglis:before {
  background: linear-gradient(to top, rgba(0, 0, 0, .4), transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.Jzzddimglis, .Jzzddimglis h2 a, .Jzzddimglis .postfoot {
  color: #fff !important;
}
.r_box .indextop li.Jzzddimglis p {
  display: none;
}
.r_box .indextop li.Jzzddimglis h2 {
  height: 50px;
  max-height: 50px;
  -webkit-line-clamp: 2;
}
.r_box .indextop li.Jzzddimglis .listtopimg {
  height: 214px;
}
.shop {
  margin-top: 70px;
  text-align: center;
  border-radius: 0;
}
.shop img.shbg {
  border-radius: 0;
  -webkit-filter: blur(8px); /* Chrome, Opera */
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  margin: -20px;
  width: calc(100% + 30px);
  height: 440px;
  opacity: 0.9;
}
.shop .topmaximg h1 {
  -webkit-line-clamp: 1;
  width: 1176px;
  margin: 30px auto;
  font-weight: bold;
}
.shop .topmaximg .bloginfo {
  display: inline-block;
  width: auto;
  margin: 0 auto 20px;
}
.shop .topmaximg {
  background: rgba(0, 0, 0, .3);
  height: 100%;
}
.shop .shrmb span, .shop .btn {
  margin: 0 3px;
}
.shop .shrmb i {
  font-size: 30px;
}
.shop .shrmb i.shvip {
  color: #fff028;
  font-weight: 600;
}
.shop .topmaximg p, .shrmb {
  width: 1176px;
  margin: 0 auto 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1189.9px) {
  .shop .topmaximg p, .shrmb, .shop .topmaximg h1 {
    width: 96%;
  }
}
@media only screen and (max-width: 768.1px) {
  .shop {
    height: 350px;
    margin-top: 60px;
  }
  .shop .topmaximg p, .shrmb, .shop .topmaximg h1 {
    width: 100%;
  }
  .shop .topmaximg h1 {
    margin: 20px auto;
  }
  .shop .topmaximg p, .shrmb, .shop, .shop .topmaximg .bloginfo {
    margin-bottom: 15px;
  }
  .r_box .indextop .postfoot .f_r {
    display: none;
  }
  .r_box .indextop li .listtopimg, .r_box .indextop li .listtopimg img {
    height: 180px;
    max-height: 180px;
  }
  .r_box .indextop li.Jzzddimglis .listtopimg {
    max-height: 214px;
  }
  .r_box .mainwbk .indextop li.Jzzddimglis .listtopimg {
    height: 239px;
    max-height: 239px;
  }
  .r_box .indextop li p {
    height: 44px;
    -webkit-line-clamp: 2;
  }
  .r_box .indextop li {
    width: 48.68%;
    margin-right: 2.64%;
  }
  .r_box .indextop li:nth-child(even) {
    margin-right: 0;
  }
  .r_box .indextop li:nth-child(odd) {
    margin-right: 2.64%;
  }
  .pagewbk {
    margin: 0 0 15px 0
  }
  li:hover .gx:after {
    -webkit-animation: none 0;
    animation: none 0;
  }
}
@media only screen and (max-width: 479px) {
  .shop {
    height: 310px;
  }
  .shop .topmaximg p, .shrmb, .shop, .shop .topmaximg .bloginfo {
    margin-bottom: 10px;
  }
  .shhodi, .shyj {
    display: none;
  }
  .r_box .indextop #post_list_box li {
    margin-bottom: 10px;
  }
  .r_box .indextop li .listtopimg, .r_box .indextop li .listtopimg img {
    height: 140px;
    max-height: 140px;
  }
  .r_box .indextop li.Jzzddimglis .listtopimg {
    max-height: 114px;
  }
  .r_box .mainwbk .indextop li.Jzzddimglis .listtopimg {
    max-height: 140px;
  }
  .r_box .indextop li h2 {
    margin: 10px 10px 0;
  }
  .r_box .indextop li p {
    margin: 5px 10px;
    display: none;
  }
  .r_box .indextop .postfoot {
    margin: 5px 10px 10px;
  }
  .r_box .indextop .postfoot .f_l .author {
    display: none;
  }
  .indextop li .fenli {
    margin: 15px 10px 10px;
  }
}
@media only screen and (max-width: 321px) {
  .r_box .indextop #post_list_box li {
    width: 100%;
  }
  .r_box .indextop li .listtopimg, .r_box .indextop li .listtopimg img {
    height: 140px;
    max-height: 140px;
  }
  .r_box .indextop li p {
    margin: 10px;
    height: 22px;
    -webkit-line-clamp: 1;
  }
  .r_box .indextop .postfoot .f_l .author {
    display: inline-block;
  }
}
/* 右键 */
.rightmenu {
  z-index: 1;
  position: absolute;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1), 0 4px 8px 0px rgba(0, 0, 0, 0.1);
  margin-top: -6px;
  border-radius: 4px;
  padding: 8px 0;
  display: block;
  max-width: 240px;
  overflow: hidden;
  background-color: #fff;
}
.rightmenu hr {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-radius: 1px;
  border-bottom: 1px solid rgba(68, 68, 68, .1);
}
.rightmenu li a {
  display: block;
  color: #696969;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 36px;
  padding: 0 20px 0 16px;
  text-overflow: ellipsis;
  margin: 0 4px;
  border-radius: 4px;
}
.rightmenu li a i {
  margin-right: 8px;
}
.rightmenu li a:hover {
  color: #034eff;
  background: rgba(68, 142, 246, 0.1);
}
.rightmenu li.navigation {
  display: flex;
  justify-content: space-between;
}
.rightmenu li.navigation a {
  padding: 0;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 4px;
  border-radius: 100px;
  position: relative;
}
.rightmenu li.navigation a i {
  margin: 0;
}
.rightmenu li.navigation a:first-child {
  margin-left: 10px;
}
.rightmenu li.navigation a:last-child {
  margin-right: 10px;
}
.rightmenu.left {
  right: 0;
}
.rightmenu.top {
  bottom: 0;
}
#rightmenu-wrapper {
  display: none;
  position: fixed;
  z-index: 2000;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* 夜间模式 */
.night {
  background-color: #282b34;
  color: #cccdd0 !important;
  background-image: none;
}
.night .logo img {
  display: none;
}
.night .logo img.nightlogoimg {
  display: block;
}
.night #starlist a.selected, .night {
  color: #034eff !important;
}
.night a, .night #sidebar-mobile-user .card-info-data-item .length_num, .night .sidebar .side-title h3, .night .news_title, .night .diggit, .night .sidebar .side-title:before, .night #side-new-about-item .card-info-data-item .length_num, .night #side-new-about-item .card-info-data-item .headline, .night .jz-comment h3, .night .jz-comments h3, .night .related-list h3, .night ul.msg.msghead, .night .jzcmslist li a h2, .night input, .night textarea, .night .news_about strong, .night .header-navigation, .night #starlist li:hover i.jzicon-arrow-down, .night #starlist li.selected .jzicon-arrow-down:before {
  color: #FEFFFD !important;
}
.night .sidebar .side-title {
  border-color: #3a3a3a;
}
.night .news_about {
  background-color: #151617;
  color: #FEFFFD;
  border-color: #3a3a3a;
}
.night .header-navigation, .night .r_box li, .night .l_box .sidebar, .night .infosbox, .night .related-list, .night .commen_pl, .night footer, .night .share-icons, .night .pagelist, .night .aboxd, .night .atopd, .night .jzcms1, .night .list-nav, .night .topbox li, .night .jzcmslist, .night .pageload .view-more-button, .night .pageload .page-load-status p, .night .topvi, .night .mochu_us_login_page, .night .specialbox li, .night .slider,.night .r_box li p ,.night table th{
  background-color: #21242b;
  color: #cccdd0;
  box-shadow: none;
}
.night .postfoot, .night .r_box .postfoot a,.night .bloginfo a, .night .bloginfo{
  color: #b1b1b1!important
}
.night .rightmenu {
  background-color: #000
}
.night .parallax > use:nth-child(4) {
  fill: #151617
}
.night .shop img.shbg {
  opacity: 0.1
}
.night .shop {
  background: #262626
}
.night .parallax > use:nth-child(1), .night .parallax > use:nth-child(2), .night .parallax > use:nth-child(3) {
  opacity: 0.3
}
.night #starlist.active, .night #starlist ul.sub-nav, .night .comment-dropdown {
  background-color: #1d1f20
}
.night #starlist {
  background-color: transparent
}
.night #starlist ul.sub-nav:before, .night .comment-dropdown:before {
  border-bottom-color: #1d1f20
}
.night .sidebar-mobile-user #sidebar-mobile-user a.avatar, .night .sidebar-mobile-user #sidebar-mobile-user .text h2, .night .sidebar-mobile-user #sidebar-mobile-user .card-info-data, .night .mobile-sidebar-author-action {
  background-color: #151617
}
@media only screen and (max-width: 768.1px) {
  .night .mobile-us li.navbar-item, .night .mobile-us.active li.navbar-item:hover {
    background-color: #151617 !important
  }
  .night #starlist.mobile-us ul.sub-nav {
    background-color: transparent !important
  }
  .night #starlist.mobile-us ul.sub-nav:before {
    border-bottom-color: transparent !important
  }
  .night #sidebar-mobile-user .avatar img {
    opacity: 1
  }
}
.night .header-navigation, .night footer {
  box-shadow: none;
  text-shadow: none;
  border-bottom: 0
}
.night #divTags li a, .night #divContorPanel .cp-login a, .night #divContorPanel .cp-vrs a, .night .tags a, .night .pagelist a, .night #font-tz a {
  background-color: #2e313a !important
}
.night .jz-comment h3, .night .jz-comments h3, .night .related-list h3, .night ul.msg, .night ul.msghead li.tbname, .night ul.msg ul.msg, .night .jz-comment-box, .night .bloginfo, .night .nextinfo, .night #divCalendar caption, .night #divCalendar table, .night #divCalendar tr, .night #divCalendar th, .night #divCalendar td, .night .r_box .list-navi li,.night table, .night table th, .night table td {
  border-color: #343742
}
.night textarea, .night #divSearchPanel form, .night .jz-comment-box, .night .post-share a, .night .share-icon, .night .b-nav-search_wrap {
  border: 0;
  background: #151617 !important;
  box-shadow: none
}
.night #divSearchPanel input[type="text"], .night #divCalendar thead, .night blockquote {
  background: #151617 !important
}
.night .layui-layer {
  background: #151617;
  color: #888 !important
}
.night .layui-layer button, .night .layui-layer-title {
  background: #0f0f0f !important;
  color: #888 !important
}
.night .layui-layer-title {
  border-color: #0f0f0f
}
.night .news_con .spread {
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0), #262626 50%)
}