@import url(css/fonts.css);
/* 通用 */
* {
  margin: 0;
  padding: 0
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 14px "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #555;
  background: #fff;
  line-height: 1.5;
}
div, h1, h2, h3, h4, h5, p, form, ul, label, input, textarea, img, span, dl, dt, dd {
  margin: 0px;
  padding: 0;
  outline: 0;
}
img {
  border: 0;
  display: block
}
ul, li {
  list-style: none;
}
ol li {
  margin-left: 20px;
  list-style: decimal;
  padding-left: 3px;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
button {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #2196f3
}
blockquote {
  position: relative;
  padding: 0 0 0 50px;
  margin: 40px 0;
  border: 0;
}
blockquote::before {
  content: "\201C";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 40px;
  color: #bfbfbf;
  font-family: sans-serif;
  text-align: center;
  z-index: 1;
}
table {
  border-collapse: collapse
}
table, table th, table td {
  border: 1px solid #eee
}
table th, table td {
  padding: 6px
}
table th {
  background-color: #f6f7f8
}
.clear {
  clear: both;
}
.blank {
  height: 20px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  clear: both
}
.f_l {
  float: left
}
.f_r {
  float: right
}
.article {
  width: 1060px;
  margin: 95px auto 0;
  overflow: hidden;
  zoom: 1;
}
.aside {
  width: 28%;
  float: right;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  top: 1px;
}
.iaside {
  top: 25px;
}
.main {
  overflow: hidden;
  width: 70%;
  float: left;
  display: block;
}
.container {
  width: 1060px;
  margin: auto
}
nav {
  width: 1060px;
  margin: auto;
  position: relative;
}
.logo {
  float: left;
  font-size: 26px
}
.logo a {
  background: linear-gradient(to right, #2196f3, #2196f3);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.logo img {
  max-height: 28px;
  margin-top: 15px;
}
img.nightlogoimg {
  display: none;
}
.slider {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
  height: 300px !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;
  margin-top: 25px;
}
.slider .slideBox li {
  padding: 0;
  border: 0;
}
.slider .slideBox {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 300px
}
.slider .slideBox .bd {
  position: relative;
  z-index: 0;
  height: 300px !important;
}
.slideBox .bd ul li, .slider .slideBox .bd ul {
  width: 100% !important
}
.slider .slideBox .bd img {
  width: 100%;
  height: 300px !important
}
.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;
}
.slideBox .next:hover, .slideBox .prev:hover {
  background: #000;
  opacity: 0.5;
}
.slider:hover .slideBox .next {
  right: 0;
}
.slider:hover .slideBox .prev {
  left: 0;
}
.slideBox .list-body {
  position: relative;
  z-index: 1;
  left: 0;
  bottom: 50px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
  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: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width:980px) {
  .slider {
    margin-top: 0;
  }
  .slideBox .prev {
    left: 0;
  }
  .slideBox .next {
    right: 0;
  }
  .slider {
    margin-bottom: 10px;
  }
  .slider, .slider .slideBox .bd img, .slider .slideBox .bd, .slider .slideBox {
    height: 46vw !important;
  }
  
  .slideBox .next, .slideBox .prev {
    top: calc(23vw - 30px);
	}
  
  
}
@media screen and (max-width:480px) {

  .slider .slideBox {
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #eee;
    background: #fff
  }
}
#starlist {
  float: left;
}
#starlist li {
  float: left;
  display: block;
  margin: 0 0 0 40px;
  font-size: 16px;
  position: relative;
}
#starlist li i {
  font-size: 17px;
  margin-right: 4px;
}
#starlist li:before {
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-color: #2196f3;
  content: '';
  transition: all .6s;
  z-index: -1;
}
#starlist li:hover:before, #starlist li.selected:before {
  width: 100%;
  left: 0;
}
#starlist li:hover a {
  color: #2196f3
}
#starlist ul.sub-nav {
  display: none;
  list-style: none;
  padding: 5px 10px;
  margin-left: -10px;
  margin-top: -10px;
  min-width: 100px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
#starlist ul.sub-nav li a {
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}
#starlist ul.sub-nav: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 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  padding: 0;
  margin: 0;
}
#starlist li .icon-arrow-down:before {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#starlist li:hover .icon-arrow-down:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#starlist.active li .icon-arrow-down:before {
  display: inline;
}
#starlist li:hover ul.sub-nav {
  display: block;
}
#starlist.active li:hover ul.sub-nav {
  display: none;
}
#starlist.active ul.sub-nav {
  max-width: 100%;
  overflow: hidden;
}
#starlist.active ul.sub-nav li {
  height: 40px;
  line-height: 40px;
}
#starlist.active ul.sub-nav li a {
  width: auto;
  text-align: left;
  margin-left: 40px;
  padding: 10px 0;
  font-size: 14px;
}
#starlist.active li {
  position: relative;
}
#starlist.active ul.sub-nav {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#starlist.active li em.dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  line-height: 50px;
}
#starlist.active ul.sub-nav {
  position: static;
}
.icon-moon-fill:before {
  color: #2196f3;
}
#starlist li.selected a, #starlist li:hover ul a:hover, #starlist li ul li.selected a {
  color: #2196f3;
}
#starlist li.selected ul a, #starlist li:hover ul a {
  color: #555;
}
.header-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, .9);
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
  z-index: 998;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.header-navigation.slideUp {
  top: -60px;
}
#percentageCounter {
  position: fixed;
  left: 0;
  top: 0;
  height: 2px;
  z-index: 2;
  background-color: #2196f3;
}
footer {
  width: 100%;
  color: #a5a4a4;
  text-align: center;
  padding: 20px 0;
  clear: both;
  text-shadow: #fff 1px 0 2px, #fff 0 1px 2px, #fff -1px 0 2px, #fff 0 -1px 2px;
}
footer a {
  color: #a5a4a4;
}
#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: #2196f3;
  opacity: 1;
}
#go-to-top::before {
  font-family: icomoon;
  font-size: 20px;
  content: '\e73b';
  color: #fff;
}
#go-to-top.active {
  display: block
}
.searchbox {
  position: absolute;
  right: 0;
}
.searchbox span, #mnavh span, .jznight span {
  width: 20px;
  height: 60px;
  position: absolute;
  font-size: 19px;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  cursor: pointer;
  z-index: 99;
}
#mnavh span {
  display: none;
  left: 0;
  text-align: center;
}
.searchbox span {
  display: block;
  right: 0;
}
.jznight span {
  display: block;
  right: 40px;
}
.b-nav-search_wrap {
  -moz-transition: max-height, .5s;
  -o-transition: max-height, .5s;
  -webkit-transition: max-height, .5s;
  transition: max-height, .5s;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
}
.b-nav-search_wrap input, .b-nav-search_wrap button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px;
}
.b-nav-search_wrap input[type=search] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: #f4f5f9;
  border: none;
  border-radius: 3px 1px 1px 3px;
  -webkit-appearance: none;
}
.b-nav-search_wrap button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #2196f3;
  border: none;
  border-radius: 1px 3px 3px 1px;
  cursor: pointer;
  font-size: 18px;
}
.b-nav-search_wrap.active {
  max-height: 60px;
}
.gbko {
  padding: 20px 0;
}
.sitemap {
  margin-bottom: 0px;
  font-size: 14px;
  color: #888;
  line-height: 14px;
}
.sitemap a {
  font-size: 14px;
  color: #888;
}
@-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
  }
}
.r_box li.atopd img {
  height: auto;
}
.r_box li.atopd:hover img {
  transform: none;
}

/* 通用end */
/* 首页 列表页 */
.sidebar {
  padding: 0 0 20px 30px;
}
.sidebar img {
  max-width: 100%;
  object-fit: cover;
}
.sidebar .side-title {
  color: #fff;
  position: relative;
  padding: 3px 10px;
  font-size: 14px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  display: inline-block;
  margin-left: -5px;
  margin-bottom: 15px;
}
.sidebar .side-title:before, .sidebar .side-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.sidebar .side-title:before {
  background-image: -webkit-linear-gradient(45deg, #61c9ff 0, #2196f3 100%);
  background-image: -o-linear-gradient(45deg, #61c9ff 0, #2196f3 100%);
  background-image: linear-gradient(45deg, #61c9ff 0, #2196f3 100%);
  z-index: -1;
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-7deg);
}
.sidebar .side-title:after {
  background: #e0f5ff;
  border-radius: 3px;
  z-index: -2;
  -webkit-transform: skewX(-10deg) translate(16px, 6px);
  -ms-transform: skewX(-10deg) translate(16px, 6px);
  transform: skewX(-10deg) translate(16px, 6px);
}
.sidebar .side-title h3 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.l_box .sidebar {
  background: #fff;
  overflow: hidden
}
.theiaStickySidebar {
  margin-bottom: 50px;
}
.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
}




#side-hot-view-item ul, #side-hot-cmt-item ul, #side-new-article-item ul {
  counter-reset: section;
}
.sidebar li.topthub {
  line-height: normal;
  position: relative;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  height: 160px;
}
.sidebar li.topthub:hover img {
  transform: scale(1.05);
}
.sidebar li.topthub img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
#side-tui-article-item li.topthub + li.topthub {
  margin-top: 20px;
}
#side-hot-view-item li span, #side-hot-cmt-item li span, #side-new-article-item li span, #side-tui-article-item li span {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  color: #fff;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#side-hot-view-item li.widlist, #side-hot-cmt-item li.widlist, #side-new-article-item li.widlist {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.sidebar li.widlist::before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  margin-right: 5px;
}
.sidebar li.widlist:nth-child(-n+4):before {
  background: #2196f3;
  color: #fff;
}

.r_box li, .aboxd {
  padding-top: 25px;
  padding-bottom: 15px;
  overflow: hidden;
  color: #333;
  margin-bottom: 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
}
.r_box li + li {
  border-top: 1px solid #f0f0f0;
}
.r_box li h2 {
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
.r_box li h2 span {
  color: #f1404b;
}
.r_box li h2 a {
  color: #1a1a1a
}
.r_box li h2 a:hover {
  color: #2196f3
}
.r_box li h2 strong {
  color: #2196f3
}
.r_box li img {
  float: right;
  clear: right;
  width: 100%;
  height: 140px;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.r_box li i {
  width: 210px;
  display: block;
  height: 140px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #f0f0f0;
}
.r_box li p {
  margin: 20px 0 0 0;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.r_box li:hover img {
  transform: scale(1.05)
}
.r_box li:hover h3 a {
  color: #19585d;
}
.r_box .postfoot {
  padding-top: 10px;
  overflow: hidden;
  display: block;
  color: #999;
}
.r_box .postfoot a {
  color: #555;
}
.r_box .postfoot::after, .r_box .postfoot::before {
  content: '';
  display: table;
}
.r_box .postfoot div {
  display: block;
}
.r_box .postfoot .text-primary {
  color: #2196f3;
}
.r_box .postfoot .author img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 8px;
  float: left;
}
.r_box li:hover .postfoot .author img {
  transform: none;
}
.pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 20px 0;
}
.pagelist a {
  color: #666;
  margin: 0 2px 5px 2px;
  display: inline-block;
  border: 1px solid #f4f5f9;
  padding: 5px 10px;
  background: #f4f5f9;
  border-radius: 3px;
}
.pagelist a:hover {
  color: #19585d;
}
.pagelist > b {
  border: 1px solid #2196f3;
  padding: 5px 10px;
  background: #2196f3;
  color: #fff;
  border-radius: 3px;
  font-weight: normal
}
a.curPage {
  color: #19585d;
  font-weight: bold;
}

.nextinfo {
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  margin: 20px 0
} /*上一篇下一篇*/
.nextinfo p {
  padding: 4px 0;
  border-radius: 5px;
}
/*相关文章*/
.related-list h3 {
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 8px;
  border-radius: 2px;
  font-size: 18px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  overflow: hidden;
  color: #2196f3;
}
.related-list li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.related-list li::before {
  content: "\e736";
  font-family: icomoon;
  margin-right: 4px;
}
/* 首页 列表页end */
/* 文章 */
.infosbox {
  overflow: hidden;
  background: #FFF;
  margin-bottom: 20px
}
.news_con a {
  color: #0e6dad
}
.news_con a:hover {
  color: #000
}
.news_con p {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 15px;
}
.news_con h2 {
    font-size: 16px;
    border-left: 4px solid #2196f3;
    background: #f8f8f8;
    padding: 6px 10px;
    font-weight: 300;
    border-radius: 5px 0 0 5px;
    margin-bottom: 15px;
}
.news_con h3 {
    font-size: 16px;
    border-left: 4px solid #2196f3;
    background: #f8f8f8;
    margin: 15px 00px 20px 00px;
    padding: 7px 0 6px 20px;
    color: #555;
    font-weight: bold;
}
.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;
  color: #333;
}
.bloginfo {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 25px;
  color: #888;
}
.bloginfo a {
  color: #555;
}
.bloginfo li {
  float: left;
  margin-right: 20px
}
.bloginfo li.author {}
.bloginfo li.author img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-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 {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 30px;
  border-left: 5px solid #e9e9e9;
  padding-left: 10px;
  word-break: break-all;
}
/* 文章end */
/* 自适应 */
@media screen and (max-width: 1123px) {
  .article {
    width: 96%
  }
  nav {
    width: 96%;
  }

  .tuijian, .guanzhu {
    width: 270px;
  }
}
@media screen and (max-width: 959px) {
  header {
    width: 96%;
    margin: auto
  }
  .article {
    width: 96%
  }
  nav {
    width: 96%;
  }
  #starlist li {
    margin-left: 20px
  }

}
@media only screen and (max-width: 767px) {
  #mnavh span {
    display: block;
  }
  header {
    padding: 0 20px
  }
  .article {
    width: 100%;
    padding: 0 20px 20px;
  }
  .logo {
    width: 100%
  }
  .logo a {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  nav {
    width: 100%;
    position: relative
  }
  #starlist {
    width: 250px;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -250px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999;
  }
  #starlist.active {
    left: 0px;
  }
  .fademask.active {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #starlist {
    padding-top: 20px;
  }
  #starlist li {
    display: block;
    width: 100%;
    padding: 0;
    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 {
    width: 0;
  }
  #mnavh {
    display: block;
  }
  .l_box {
    display: none
  }
  .r_box, .infosbox, .picsbox, .main {
    width: 100%
  }
  .pagelist a {
    padding: 2px 6px;
  }
  .pagelist b {
    padding: 2px 6px;
  }

  .lmname, .view {
    display: none
  }
  #go-to-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .logo img {
    max-height: 26px;
    margin-top: 16px;
  }
  .sitemap {
    padding: 0 18px;
  }
  #mnavh span {
    margin-left: 18px;
  }
  .searchbox span, .jznight span {
    margin-right: 18px;
  }
  header {
    padding: 0
  }
  .article {
    width: 100%;
    padding: 0;
    margin-top: 70px;
  }
  .logo {
    width: 100%
  }
  nav {
    width: 100%;
    position: relative
  }
  .l_box {
    display: none
  }
  .r_box, .infosbox, .picsbox, .main {
    width: 100%
  }

  .r_box li {
    padding: 20px 15px;
    margin-bottom: 0;
  }
  .r_box li p {
    display: none
  }
  .r_box li i {
    width: 30%;
    height: 80px;
    margin-right: 10px;
  }
  .r_box li img {
    height: 80px;
  }
  .r_box li h2 {
    font-size: 16px;
    font-weight: normal;
    -webkit-line-clamp: 2;
  }
  .r_box .postfoot {
    padding-top: 8px;
    clear: none;
  }
  .newsview, .related-list {
    padding: 0 15px;
  }
  .nextinfo p {
    padding: 4px 15px;
  }
  .copyright {
    margin: 30px 15px 0 15px;
  }
  .gbko {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 321px) {
  .searchbox span {
    margin-right: 15px;
  }
  .jznight span {
    margin-right: 8px;
  }
  #mnavh span {
    margin-left: 15px;
  }
  .r_box .postfoot .f_r {
    display: none
  }
  .r_box li {
    padding: 15px;
  }
  #go-to-top {
    right: 10px;
    bottom: 10px;
  }
}

/* 夜间模式 */
.night {
  background-color: #151617;
  color: #888;
}
.night a {
  color: #bbb !important;
}
.night img, .night .sidebar li.widlist::before, .night .copyright {
  opacity: 0.8
}
.night .logo img {
  display: none;
}
.night .logo img.nightlogoimg {
  display: block;
}
.night #starlist a.selected {
  color: #2196f3 !important;
}
.night a:hover {
  color: #2196f3 !important;
}
.night .sidebar .side-title:after {
  background-color: transparent;
}
.night .header-navigation, .night .sidebar .side-title:before {
  background: #262626;
}
.night .sidebar a {
  color: #888 !important;
}
.night .sidebar .side-title h3, .night .news_title, .night .diggit {
  color: #bbb;
}
.night .sidebar .side-title {
  border-color: #3a3a3a;
}

.night .r_box li, .night .l_box .sidebar, .night .infosbox {
  background-color: transparent;
  color: #888;
}
.night .r_box li, .night .r_box li i, .night li {
  border-color: #3a3a3a;
}
.night #starlist.active, .night #starlist ul.sub-nav {
  background-color: #1d1f20;
}
.night #starlist ul.sub-nav:before {
  border-bottom-color: #1d1f20;
}
.night .header-navigation, .night footer {
  box-shadow: none;
  text-shadow: none;
  border-bottom: 0
}

.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 {
  border-color: #3a3a3a;
}
.night textarea, .night input {
  color: #ccc !important;
  border-color: #3a3a3a !important;
  background: #202020 !important;
}
.night .b-nav-search_wrap, .night .jz-comment-box {
  background: #202020;
}
.night .jz-comment-box input.button, .night .b-nav-search_wrap button, .night .diggit {
  background: #151617 !important;
}