a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
img {
  max-width: 100%;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.fz1 {
  font-size: 18px;
  line-height: 25px;
}
.fz2 {
  line-height: 20px;
  font-size: 14px;
}
input {
  outline: none;
}
@media (min-width: 1170px) {
  .lg-hide {
    display: none;
  }
}
@media (max-width: 1170px) {
  .md-hide {
    display: none!important;
  }
}
@media (max-width: 750px) {
  .xl-clear-pl {
    padding-left: 0;
  }
}
.pager {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.pager a,
.pager span {
  width: 32px;
  height: 32px;
  background: #cccccc;
  color: #ffffff;
  display: inline-block;
  line-height: 32px;
  float: left;
  font-size: 15px;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 50%;
}
.pager a:hover,
.pager span:hover {
  background: #3F66F6;
  position: relative;
  z-index: 1;
}
.pager a {
  cursor: pointer;
}
.pager span.current {
  background-color: #3F66F6;
  color: #fff;
  border-color: #3F66F6;
  position: relative;
  z-index: 1;
}
.pager span.els {
  border-color: transparent;
}
.pager .pg-first,
.pager .pg-last,
.pager .pg-prev,
.pager .pg-next {
  font-family: 'iconfont';
}
.pager .pg-first[disabled=true],
.pager .pg-last[disabled=true],
.pager .pg-prev[disabled=true],
.pager .pg-next[disabled=true] {
  cursor: default;
  color: #d4d4d4;
}
.pager .els {
  background: none;
  color: #666666;
  line-height: 21px;
}
.pager .els:hover {
  background: none;
}
.pager .pg-first {
  background: none;
  color: #666666;
}
.pager .pg-first:hover {
  background: none;
}
.pager .pg-first:after {
  content: "\e628";
}
.pager .pg-last {
  background: none;
  color: #666666;
}
.pager .pg-last:hover {
  background: none;
}
.pager .pg-last:after {
  content: "\e625";
}
.pager .pg-prev {
  background: none;
  color: #666666;
}
.pager .pg-prev:hover {
  background: none;
}
.pager .pg-prev:after {
  content: "\e61f";
}
.pager .pg-next {
  background: none;
  color: #666666;
}
.pager .pg-next:hover {
  background: none;
}
.pager .pg-next:after {
  content: "\e61c";
}
.pager i {
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.pager input {
  width: 44px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  outline: none;
  border: 1px solid #979797;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.pager button {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #3F66F6;
  color: #3F66F6;
  outline: none;
  font-size: 14px;
  border-radius: 50%;
  margin-left: -15px;
}
.md-paging {
  margin-bottom: 25px;
  padding-top: 10px;
}
.md-paging-num {
  line-height: 32px;
}
.md-paging-btn a {
  width: 90px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background-color: #3F66F6;
  color: #fff;
  border-radius: 4px;
}
.md-paging-btn a.disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  pointer-events: none;
}
.hot ul li {
  margin-bottom: 19px;
  border-bottom: 1px solid #e1e1e1;
}
.hot ul li:last-child {
  border-bottom: none;
}
.hot h3 {
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 26px;
}
.hot h3:before {
  width: 5px;
  height: 19px;
  background: #3F66F6;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.hot h4 {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  height: 40px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hot .time {
  text-align: right;
  margin-top: 6px;
  color: #A0A0A0;
  font-size: 14px;
  padding-bottom: 19px;
}
.hot .time i {
  margin-right: 4px;
}
@media (max-width: 1170px) {
  .hot h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .hot h4 {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
}
.crumbs {
  margin: 20px auto 14px;
}
.crumbs li {
  float: left;
  line-height: 15px;
  color: #a0a0a0;
  font-size: 12px;
}
.crumbs li:not(:last-child):after {
  content: '>';
  margin: 0 4px;
}
.crumbs li a {
  color: #a0a0a0;
}
.next_article {
  line-height: 70px;
  border-radius: 8px;
  background-color: #fafafa;
  border: 1px solid #ededed;
  margin-top: 17px;
  margin-bottom: 20px;
}
.next_article a {
  font-size: 16px;
  color: #656565;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 24px;
}
.article {
  padding-bottom: 30px;
}
.article h1 {
  font-size: 22px;
  font-weight: normal;
  color: #333333;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.article .subtitle {
  line-height: 20px;
  color: #a0a0a0;
  font-size: 14px;
}
.article img {
  display: block;
  max-width: 100%;
  margin: 20px auto!important;
}
.article .text {
  line-height: 32px;
  font-size: 16px;
  color: #333333;
}
.bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.bdsharebuttonbox a {
  background-image: none;
}
.bdshare-button-style0-32 a {
  background-image: none!important;
  text-indent: 2px!important;
}
.wechat-qrcode {
  top: 45px!important;
}
.wechat-qrcode:after {
  top: -13px;
  border-width: 8px 6px 6px 6px!important;
  border-color: transparent transparent #f3f3f3 transparent !important;
}
.main {
  padding-bottom: 40px;
}
@media (max-width: 1170px) {
  .next_article {
    line-height: 50px;
  }
  .next_article a {
    margin: 0 16px;
  }
}
