﻿.page-container {
  padding: 40px 0px 0;
}

.page-content-container {
  padding: 10px 20px 0;
}

.cq-tabs--content {
  padding-top: 5px;
}

.home-title-container {
  display: flex;
  justify-content: center;
  width: 1010px;
  height: 49px;
  margin: 0 auto 30px;
  background-image: url(../images/title-bg.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.home-title-container .title {
  color: #fff;
  padding: 6px 20px;
}

.home-title-container img {
  display: none;
}

.cq-article--title {
  font-size: 16px;
}

.cq-article--time {
  min-width: 70px;
  text-align: right;
  color: #999999;
  font-size: 14px;
}

main {
  padding-bottom: 60px;
}

.first-block {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/home-block-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.first-block .page-content-container {
  display: block;
  font-size: 0;
}

.first-block .page-content-container .container-grid-1 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.first-block .page-content-container .container-grid-2 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-left: 50px;
}

.first-block .swiper-container {
  position: relative;
  width: 580px;
  height: 380px;
}

.first-block .pagination {
  position: absolute;
  bottom: 12px;
  right: 25px;
  margin-top: 0;
}

.first-block .swiper-pagination-switch {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #555;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.first-block .swiper-active-switch {
  background: #bd1a2d;
}

.first-block .swiper {
  width: 580px;
  height: 380px;
}

.first-block .swiper-pagination {
  width: auto;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  right: 30px;
  left: auto;
}

.first-block .swiper-pagination-bullet {
  background-color: #999;
}

.first-block .swiper-pagination-bullet-active {
  background-color: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.first-block .banner {
  position: relative;
  height: 100%;
}

.first-block .banner-img img {
  width: 100%;
  height: auto;
}

.first-block .banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  padding: 7px 30px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.first-block .banner-text h3 {
  line-height: 26px;
  font-size: 16px;
}

.first-block .cq-tabs--item::after {
  display: none;
}

.first-block .cq-tabs--item.is-active .cq-btn {
  color: #fff;
  background-color: #d43d3d;
}

.first-block .more {
  margin-top: 15px;
}

.first-block .cq-article {
  background-color: transparent;
}

.first-block .cq-article--title {
  padding-right: 5px;
}

.ztzl .page-content-container {
  display: block;
  font-size: 0;
}

.ztzl .page-content-container .container-grid-1 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 5px;
}

.ztzl .page-content-container .container-grid-2 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-left: 5px;
}

.ztzl .banner img {
  width: 100%;
}

.gzdt .page-content-container {
  width: 1260px;
  display: block;
  font-size: 0;
}

.gzdt .page-content-container .container-grid {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  padding: 0 10px;
}

.gzdt .article-container {
  padding: 15px 25px;
  border: 1px solid rgba(212, 61, 61, 0.4);
  border-radius: 20px;
  background-image: url(../images/gzdt-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.gzdt .cq-article--title {
  position: relative;
  padding-left: 8px;
}

.gzdt .cq-article--title:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  margin-right: 7px;
  border: none;
  background-color: #d43d3d;
  border-radius: 100%;
}

.jgfc {
  background-image: url(../images/home-block-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.jgfc .article-container {
  position: relative;
  padding: 15px 30px;
  border: 1px solid rgba(212, 61, 61, 0.4);
  border-radius: 20px;
  overflow: hidden;
}

.jgfc .article-container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.2) 0%, rgba(212, 61, 61, 0) 100%, rgba(255, 0, 0, 0) 100%);
}

.jgfc .cq-tabs--header {
  position: relative;
}

.jgfc .more-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #d43d3d;
}

.jgfc .cq-tabs--content {
  padding-top: 30px;
}

.jgfc .cq-article--list {
  --col-article: 6;
  --proportion-picture: 125%;
}

.jgfc .cq-article--item {
  width: calc(100% / 6 - 1px);
}

.jgfc .cq-article {
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.jgfc .cq-article:hover {
  background-color: transparent;
  color: #d43d3d;
}

.jgfc .cq-article--cover {
  border-radius: 15px;
}

.jgfc .cq-article--content {
  padding: 20px 10px 15px;
}

.jgfc .cq-article--title {
  white-space: normal;
  line-height: 1.5;
}
