﻿.nav {
  margin-right: -10px;
}
.mb-15 {
  margin-bottom: -15px;
}
/*列表页、详情页右边新增广告图*/
.ad_picture {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  position: relative;
}
.ad_picture a img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 4px;
}
.ad_picture span {
  display: block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
/*头部导航下新增广告图*/
.header_adpic {
  max-width: 1200px;
  margin: 0 auto;
}
.header_adpic .adpic_1130 {
  width: 100%;
  position: relative;
}
.header_adpic .adpic_1130:last-child {
  margin-bottom: 0;
}
.header_adpic .adpic_1130 a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
}
.header_adpic .adpic_1130 span {
  display: block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*左右两边广告*/
.both_sides_adpic .adpic_l,
.both_sides_adpic .adpic_r {
  position: fixed;
  top: 50%;
  z-index: 999;
}
.both_sides_adpic .adpic_l a img,
.both_sides_adpic .adpic_r a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.both_sides_adpic .adpic_l span,
.both_sides_adpic .adpic_r span {
  display: block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.both_sides_adpic .adpic_l .ad_close,
.both_sides_adpic .adpic_r .ad_close {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 6px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0;
}
.both_sides_adpic .adpic_l .ad_close img,
.both_sides_adpic .adpic_r .ad_close img {
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px auto;
}
.both_sides_adpic .adpic_l {
  left: 0;
}
.both_sides_adpic .adpic_l span {
  left: 0;
}
.both_sides_adpic .adpic_l .ad_close {
  right: 6px;
}
.both_sides_adpic .adpic_r {
  right: 0;
}
.both_sides_adpic .adpic_r span {
  right: 0;
}
.both_sides_adpic .adpic_r .ad_close {
  left: 6px;
}
/*手机端底部广告*/
.bottom_adpic {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 999;
  display: none;
}
.bottom_adpic .adpic_b {
  width: 100%;
  position: relative;
}
.bottom_adpic .adpic_b a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.bottom_adpic .adpic_b span {
  display: block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*面包屑*/
.single-breadcrumbs {
  height: 30px;
  line-height: 30px;
}
.single-breadcrumbs a {
  font-size: 12px;
  color: #333;
}
.single-breadcrumbs a:hover {
  color: #2196F3;
}
/*网站地图*/
.web-map {
  background: #fff;
  border-radius: 4px;
  padding: 0 20px 30px;
  margin: 0 0 20px;
  border: solid 1px #eaeaea;
  min-height: calc(100vh - 230px);
  font-family: "微软雅黑";
}
.web-map li {
  list-style: none;
}
.web-map li > a {
  display: block;
  font-size: 20px;
  color: #2196F3;
  font-weight: 600;
  padding: 20px 0 8px;
  border-bottom: solid 1px #efefef;
  box-sizing: border-box;
  position: relative;
}
.web-map li > a span {
  border-bottom: solid 3px #2196F3;
  padding-bottom: 6px;
}
.web-map li .map-a-box {
  padding-bottom: 10px;
  overflow: hidden;
}
.web-map li .map-a-box a {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin: 20px 20px 0 0;
  font-size: 14px;
  color: #333;
  background: #f5f5f5;
  border-radius: 15px;
}
.web-map li .map-a-box a:hover {
  background: #2196F3;
  color: #fff;
}
/*底部*/
.footer .footer_nav {
  line-height: 12px;
  font-size: 0;
}
.footer .footer_nav a {
  display: inline-block;
  padding: 0 10px;
  line-height: 12px;
  border-right: solid 1px #999;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer_nav a:hover {
  color: #fff;
}
.footer .footer_nav a:last-child {
  border: none;
}
/*首页*/
.content-nav {
  width: 100%;
  height: 62px;
  line-height: 62px;
  background: #fff;
  border: solid 1px #eaeaea;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding: 0 20px;
  overflow: hidden;
}
.content-nav .nav-scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 72px;
  font-size: 0;
}
.content-nav .nav-scroll a {
  display: inline-block;
  width: 125px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.content-nav .nav-scroll a:hover,
.content-nav .nav-scroll a.current {
  background: #2196F3;
  color: #fff;
  text-decoration: none;
}
/*列表页*/
.content .single-breadcrumbs {
  background: #fff;
  height: 40px;
  line-height: 40px;
  border: solid 1px #eaeaea;
  border-bottom: none;
  padding: 0 15px;
}
.content .breadcrumbs {
  border: none;
  border-bottom: solid 1px #eaeaea;
  margin: 0 -20px;
  overflow: hidden;
}
#hotArticle ul li a {
  padding: 10px 15px 10px 15px;
  color: #666;
  border-bottom: solid 1px #eee;
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*详情页*/
.article-header .article-title {
  margin-bottom: 20px;
}
.article-header .entry-meta {
  margin-bottom: 20px;
  color: #999;
  overflow: hidden;
}
.article-header .entry-meta p {
  display: inline-block;
  margin: 0 10px;
}
/*上一篇、下一篇*/
.m-mainbot {
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
.m-mainbot a {
  display: block;
  float: left;
  width: 49%;
  height: 96px;
  background: #2196F3;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-top: 18px;
  font-size: 14px;
  position: relative;
}
.m-mainbot a:hover {
  background: #000;
}
.m-mainbot a .entry-page-info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 0 15px;
  box-sizing: border-box;
}
.m-mainbot a .entry-page-info span:first-child {
  float: left;
}
.m-mainbot a .entry-page-info span:last-child {
  float: right;
}
.m-mainbot a.m-page-down {
  float: right;
}
.m-mainbot a.m-page-down span {
  display: block;
  text-align: right;
}
.relates .tuijian554 a:hover {
  color: #2196F3;
}
/*TAG标签页合集*/
.cygswtags a {
  border-radius: 4px;
  font-size: 14px;
}
.cygswtags a:hover {
  font-size: 14px;
}
.tag_gather {
  padding: 10px 14px 0;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  overflow: hidden;
}
.tag_gather a {
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
  padding: 0 25px;
  background: #2196F3;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  margin: 10px 6px;
}
.tag_gather a:hover {
  background-color: #000;
}
/*404*/
.four-zero-four {
  text-align: center;
  margin: 0 auto;
  background: #fff;
  padding: 150px 0 60px;
  color: #333;
  height: 100%;
  min-height: calc(100vh - 195px);
}
.four-zero-four .img {
  width: 324px;
  height: 302px;
  margin: 0 auto;
}
.four-zero-four img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
.four-zero-four > p {
  font-size: 26px;
  margin: 50px 0 30px;
  font-weight: 600;
}
.four-zero-four .txt-btn {
  font-size: 0;
  padding-bottom: 30px;
}
.four-zero-four .txt-btn p {
  display: inline-block;
  font-size: 16px;
}
.four-zero-four .txt-btn p span {
  color: #D90000;
}
.four-zero-four .txt-btn a {
  display: inline-block;
  width: 86px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 10px;
}
.four-zero-four .txt-btn a.return-index,
.four-zero-four .txt-btn a.return-prev {
  border: solid 1px #d90000;
  box-sizing: border-box;
  color: #d90000;
}
.four-zero-four .txt-btn a.return-index:hover,
.four-zero-four .txt-btn a.return-prev:hover {
  background: #d90000;
  border: solid 1px #d90000;
  box-sizing: border-box;
  color: #fff;
}
.four-zero-four .txt-btn a.return-prev {
  margin-left: 0;
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /*左右两边广告*/
  .both_sides_adpic {
    display: none;
  }
  /*手机端底部广告*/
  .bottom_adpic {
    display: block;
  }
}
/* All Mobile Sizes (devices and browser)*/
@media only screen and (max-width: 767px) {
  /*左右两边广告*/
  .both_sides_adpic {
    display: none;
  }
  /*手机端底部广告*/
  .bottom_adpic {
    display: block;
  }
  /*头部导航*/
  .nav {
    margin-right: 0;
  }
  /*底部*/
  .footer .container {
    height: auto;
  }
  /*面包屑*/
  .single-breadcrumbs {
    background-color: #f6f6f6;
    margin: 0 -10px;
    padding: 0 10px;
  }
  .content .single-breadcrumbs {
    margin: 0;
    padding: 0 10px;
  }
  .content .breadcrumbs {
    margin: 0 -10px;
    background: #f6f6f6;
    border: none;
  }
  .content-wrap {
    padding-top: 0!important;
  }
  /*网站地图*/
  .web-map {
    padding: 0 0 15px;
    border: none;
    margin: 0 -10px;
    border-bottom: solid 20px #f6f6f6;
  }
  .web-map li > a {
    font-size: 16px;
    padding: 16px 12px 10px;
  }
  .web-map li > a span {
    border-bottom: solid 1px #2196F3;
    padding-bottom: 10px;
  }
  .web-map li .map-a-box {
    padding: 8px 12px;
  }
  .web-map li .map-a-box a {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #2196F3;
    color: #fff;
    margin: 10px 10px 0 0;
  }
  /*首页*/
  .content-nav {
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    margin-top: 10px;
  }
  .content-nav .nav-scroll {
    height: 62px;
  }
  /*详情页*/
  .article-header {
    padding-bottom: 5px;
  }
  .article-header .article-title {
    margin: 10px 0 15px;
  }
  .article-header .entry-meta {
    margin-bottom: 10px;
  }
  /*上一篇、下一篇*/
  .m-mainbot a {
    width: 100%;
  }
  /*标签页*/
  .tag_bg {
    background: #fff;
  }
  .tag_gather {
    padding: 10px 5px 0;
    margin: 0 -10px;
    border: none;
  }
  .tag_gather a {
    height: 36px;
    line-height: 36px;
    padding: 0 22px;
    font-size: 14px;
    margin: 5px;
  }
  /*404*/
  .four-zero-four {
    padding: 80px 0 0;
  }
  .four-zero-four .img {
    width: 162px;
    height: 152px;
  }
  .four-zero-four > p {
    font-size: 16px;
    text-align: left;
    margin: 30px 0 10px 60px;
  }
  .four-zero-four .txt-btn {
    margin-left: 60px;
    text-align: left;
  }
  .four-zero-four .txt-btn p {
    display: block;
    margin: 12px 0;
  }
  .four-zero-four .txt-btn a {
    margin: 0 20px 0 0;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.side-tags {
  margin-right: -10px;
  margin-bottom: -10px;
}
.side-tags .tag-item {
  display: inline-block;
  height: 28px;
  padding: 0 14px;
  background: #f6f6f6;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.side-tags .tag-item:hover {
  background: #cc0000;
  color: #fff;
}
/*# sourceMappingURL=new_style.css.map */