* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.common-center {
  width: 1200px;
  margin: auto;
}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.ttf?t=1762239957076') format('truetype');
}

@font-face {
  font-family: 'ziti';
  src: url('DINGTALK\ JINBUTI.TTF') format('truetype');
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .banner {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 365px;
  background-image: url('../images/banner.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

header nav {
  background-color: #da0010;
}

header nav ul {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}

header nav ul li {
  flex: 1;
  list-style: none;
  padding: 0 1rem;
}

header nav ul li a {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  transition: 0.3s;
}

header nav ul li a:hover {
  background-color: #0003;
}

header .search-wrap {
  display: flex;
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 4px 14px;
  height: 100%;
  width: 240px;
}

header .search-wrap input {
  background: transparent;
  border: none;
  flex: 1;
  padding: 5px 3px 1px 3px;
  font-size: 15px;
  color: #455;
  min-width: 0;
}

header .search-wrap:focus-within {
  background-color: #fff;
}

header .search-wrap input:focus {
  outline: none;
}

header .search-wrap img {
  cursor: pointer;
  margin-left: 5px;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-size: 0;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  background-color: #fff9;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #da0010;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 4px;
  left: unset;
  width: fit-content;
}

main {
  width: 1200px;
  margin: auto;
}

.s-title-1 {
  background-color: #f4f4f4;
  margin: 1.3rem 0;
  font-size: 1.3rem;
}

.s-title-1 span {
  padding: 10px 20px;
  color: #fff;
  font-size: inherit;
  background-color: #da0010;
  display: inline-block;
}

.s-title-1 .iconfont {
  font-size: 1.3rem;
  margin-right: 4px;
  color: #fdeb91;
}

.s-title-1.small {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.s-title-2 {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-left: 0.4rem;
  position: relative;
}

.s-title-2 .item {
  width: fit-content;
  font-size: 1.3rem;
  padding: 0.4rem 0.5rem;
  color: #333;
}

.s-title-2 .item .iconfont {
  font-size: 1.5rem;
  margin-right: 8px;
  display: inline-block;
}

.s-title-2 .item .iconfont.large {
  transform: scale(1.2);
}

.s-title-2 .item a {
  color: inherit;
  text-decoration: none;
}

.s-title-2 .item.active {
  color: #da0010;
  border-bottom: 3px solid #da0010;
}

.s-title-2 .more {
  color: #9c9c9c;
  font-size: 1rem;
  text-decoration: none;
  position: absolute;
  top: 7px;
  right: 10px;
}

.s-title-2 .more::after {
  content: '\00BB';
  transform: scale(1.5) translateY(-1px);
  transform-origin: center;
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 2px;
  color: #a8a8a8;
  font-weight: 200;
}

.tab-wrap .tab-head {
  cursor: pointer;
}

.tab-wrap .tab-body {
  position: relative;
}

.tab-wrap .tab-body .item {
  position: absolute;
  inset: 0;
  visibility: hidden;
}

.tab-wrap .tab-body .item.active {
  visibility: visible;
  position: relative;
}

.news-text-list {
  padding-left: 29px;
  padding-top: 10px;
}

.news-text-list li {
  color: #da0010;
  position: relative;
}

.news-text-list li::marker {
  transform: translateX(4px);
}

.news-text-list li a {
  color: #555;
  padding: 6px 4px 6px 0;
  text-decoration: none;
  display: block;
  font-size: 1.1rem;
  width: 86%;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-text-list li a:hover {
  color: #da0010;
}

.news-text-list li time {
  color: #999;
  position: absolute;
  top: 7px;
  right: 10px;
}

.news-text-list.page-list li {
  margin-bottom: 6px;
  border-bottom: 1px dotted #e0e0e0;
  padding-top: 4px;
  padding-bottom: 4px;
  list-style: circle;
}

.news-text-list.page-list li a {
  width: 76%;
}

.row {
  display: flex;
  margin-top: 1.2rem;
}

.row.between {
  justify-content: space-between;
}

.news-group-item {
  width: 48.6%;
}

.common-link {
  display: inline-flex;
  font-size: 0;
  padding: 5px;
  border: 1px solid #cecece;
}

.common-link img {
  width: 100%;
  transition: 0.3s;
  transform-origin: center;
}

.common-link:hover img {
  transform: scale(1.03);
}

.external-link-1 a {
  display: inline-flex;
  font-size: 0;
  padding: 5px;
  border: 1px solid #cecece;
  width: calc(100% / 4 - 0.4rem);
}

.external-link-1 a img {
  width: 100%;
  transition: 0.3s;
  transform-origin: center;
}

.external-link-1 a:hover img {
  transform: scale(1.03);
}

.external-link-2 a {
  display: inline-flex;
  font-size: 0;
  padding: 5px;
  border: 1px solid #cecece;
  flex: 1;
}

.external-link-2 a img {
  width: 100%;
  transition: 0.3s;
  transform-origin: center;
}

.external-link-2 a:hover img {
  transform: scale(1.03);
}

footer {
  margin-top: 2rem;
  background-color: #c70c21;
  text-align: center;
  padding: 2rem 0 3rem;
}

footer p {
  padding: 0.3rem 0;
  color: #fff;
}

footer p span {
  padding: 0 0.5rem;
}

aside {
  width: 280px;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 1rem;
  padding-right: 34px;
  padding-left: 38px;
  height: fit-content;
  border-right: 2px dashed #e9e9e9;
  font-family: ziti;
  flex-shrink: 0;
}

aside a {
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  color: #444;
  font-size: 1.25rem;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
  transition: 0.3s;
}

aside a:last-child {
  margin-bottom: 0;
}

aside a.active {
  color: #da0010;
  background-color: #fff;
}

aside a.active::after {
  content: '\27A4';
  position: absolute;
  top: calc(50% - 17px);
  left: -28px;
  font-size: 24px;
  color: #da0010;
}

aside a:hover {
  color: #da0010;
}

.page-header {
  background-color: #f7f8f8;
  padding: 11px 0 8px;
  color: #555;
  box-shadow: 0 2px 8px #e7e7e7;
}

.page-header img {
  vertical-align: sub;
  margin-right: 6px;
  margin-left: 1rem;
}

.page-header a {
  color: inherit;
  text-decoration: none;
}

.news-detail {
  padding: 1.5rem;
}

.news-detail h2 {
  text-align: center;
  margin-top: 1rem;
  color: #333;
  font-size: 1.7rem;
}

.news-detail .other {
  text-align: center;
  color: #888;
  padding: 1.2rem 0;
  border-bottom: 3px solid #da0010;
}

.news-detail .other span {
  padding: 0 0.8rem;
}

.news-detail>.content {
  color: #333;
  border-top: 1px dashed #da0010;
  margin-top: 3px;
  padding: 1.5rem 1.5rem 0;
  min-height: 700px;
}

.news-detail>.content p {
  line-height: 1.8;
  margin-bottom: 8px;
}

.news-detail>.content img {
  max-width: 100%;
}

.flex-1 {
  flex: 1;
  min-width: 0;
}

.pagination {
  margin-top: 1rem;
  font-size: 0;
  text-align: center;
}

.pagination a {
  padding: 1px 6px;
  background-color: #f1f1f1;
  color: #555;
  margin: 0 3px;
  text-decoration: none;
  min-width: 26px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.pagination a.current {
  background-color: #da0010;
  color: #fff;
}

.pagination a:hover {
  color: #da0010;
}

.pagination span {
  font-size: 26px;
  color: #555;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pr-2 {
  padding-right: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.ml-3 {
  margin-left: 1.5rem;
}