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;
  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;
  }
}
body {
  background: #f8f8f8;
}
.tablink {
  margin-bottom: 30px;
}
.tablink a {
  display: inline-block;
  margin-right: 63px;
  color: #a0a0a0;
}
.tablink a span {
  line-height: 25px;
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}
.tablink a.selected {
  color: #333333;
}
.tablink a.selected:after {
  width: 50px;
  height: 2px;
  content: '';
  background: #ed5647;
  display: block;
  margin: 0 auto;
}
.information{
  padding-right: 20px;
}
.information li {
  margin-bottom: 42px;
  padding-bottom: 42px;
}
.information li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.information .img img {
  width: 100%;
  display: block;
}
.information .content h3 {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information .content .text {
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666666;
}
.information .content .info {
  color: #a0a0a0;
  font-size: 12px;
  text-align: right;
  font-family: MicrosoftYaHei;
  margin-top: 18px;
  line-height: 15px;
}
.banner_gg .swiper_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  line-height: 42px;
  font-size: 14px;
  padding: 0 16px;
}
.banner_gg .swiper-slide img {
  display: block;
  width: 100%;
}
.banner_gg .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  border: 1px solid #ffffff;
}
.banner_gg .swiper-pagination-bullet-active {
  background: #ffffff;
}
@media (max-width: 1170px) {
  .tablink {
    margin-bottom: 16px;
  }
  .tablink a span {
    line-height: 20px;
    font-size: 16px;
  }
  .information{
    padding-right: 0;
  }
  .information .content h3 {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 18px;
  }
  .information .content .text {
    line-height: 16px;
    height: 32px;
  }
  .information .content .info {
    margin-top: 5px;
  }
  .information li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/*  ext */
.blank {
  padding-top: 20%;
  padding-bottom: 20%;
  color: #666666;
}
.blank img {
  display: block;
  margin: 0 auto 20px;
  max-width: 110px;
}

.pager input {
  width: 70px;
}

body {
  background: none;
}

.tablink a {
  margin-right: 40px;
}

.tablink a.selected:after {
  background: #3f66f6;
}

.hot h4 {
  word-break: break-word;
  height: auto;
  margin-bottom: 19px;
  -webkit-line-clamp: 1;
}

@media (max-width: 1170px) {
  .main {
    padding-top: 0px;
  }

  .hot h3 {
    margin-bottom: 19px;
  }
}

.slide-container {
  /* 下面不要改成0，会造成calc计算错误 */
  --container-margin-x: 0px;
  --container-radius: 6px;
  --aspect-ratio: 0.5625;
  margin: 0 var(--container-margin-x);
  margin-bottom: 16px;
  border-radius: var(--container-radius);
}
.slide {
  width: 100%;
  position: relative;
  padding-top: calc((100vw - (var(--container-margin-x) * 2)) * var(--aspect-ratio));
  height: calc(((100vw - (var(--container-margin-x) * 2)) * var(--aspect-ratio)) + 32px);
  border-radius: var(--container-radius);
  overflow: hidden;
  background-color: rgb(234, 234, 234);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-a-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: calc((100vw - (var(--container-margin-x) * 2)) * var(--aspect-ratio));
  width: 100%;
  min-height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
  border-radius: var(--container-radius) var(--container-radius) 0 0;
  overflow: hidden;
}
.slide-a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide-a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 38px;
  padding: 12px 12px 9px;
  box-sizing: border-box;
  z-index: 2;
}
.slide-a .title p {
  margin-bottom: 0;
  font-style: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 25px;
  text-shadow: rgba(0, 0, 0, 0.12) 0 1px 0;
}
.slide-a .mask {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(179.65deg, rgba(0, 0, 0, 0.4) 0.3%, rgba(0, 0, 0, 0) 24.13%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 54.9%);
  border-radius: var(--container-radius) var(--container-radius) 0 0;
  z-index: 1;
}
.slide-info {
  width: 100%;
  height: 32px;
  background: rgb(247, 247, 247);
  border-radius: 0 0 var(--container-radius) var(--container-radius);
}
.slide-info span {
  float: left;
  margin-left: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  color: rgb(153, 153, 153);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.slide-container .swiper-pagination-custom {
  position: absolute;
  bottom: 0;
  right: 50%;
  left: auto;
  transform: translateX(50%);
  margin: 14px 0;
  width: auto;
  height: auto;
  font-size: 0;
}
.slide-container .swiper-pagination-customs {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgb(217, 218, 219);
}
.slide-container .swiper-pagination-customs + .swiper-pagination-customs {
  margin-left: 4px;
}
.slide-container .swiper-pagination-customs.active {
  width: 10px;
  background: #0080ff;
  border-radius: 2px;
}

.breadcrumbs {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.breadcrumbs > a {
  line-height: 15px;
  color: #a0a0a0;
  font-size: 12px;
}
.breadcrumbs > a:hover {
  color: #3f66f6;
}
.breadcrumbs > a + a:before {
  padding: 0 6px;
  display: inline-block;
  color: #aeaeae;
  content: '>';
}

@media (min-width: 768px) {
  .slide-container {
    --container-margin-x: 0;
    --aspect-ratio: 56.25%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .slide {
    height: auto;
    padding-top: var(--aspect-ratio);
  }

  .slide-a-cover {
    height: calc(100% - 32px);
  }

  .slide-info {
    height: 32px;
  }

  .slide-container .swiper-pagination-customs {
    width: 6px;
    height: 6px;
  }

  .slide-container .swiper-pagination-customs + .swiper-pagination-customs {
    margin-left: 8px;
  }

  .slide-container .swiper-pagination-customs.active {
    width: 6px;
    border-radius: 50%;
  }
  .breadcrumbs {
    margin-top: 10px;
    margin-bottom: -20px;
  }
}
