* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei UI", serif;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #666;
}

html, body {
  background: #ffffff;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #CB2026;
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #CB2026;
}

.w1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title h4 {
  font-family: FZXiaoBiaoSong, serif;
  font-size: 28px;
  color: #CB2026;
}
.section-title a {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title a i {
  font-size: 20px;
}

.section-title1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title1 h4 {
  font-family: FZXiaoBiaoSong, serif;
  font-size: 28px;
  color: #CB2026;
}
.section-title1 i {
  display: inline-block;
  width: calc(100% - 112px - 28px);
  height: 10px;
  background: url("../images/header-ht.png") repeat-x left center;
  background-size: contain;
}

.section-title2 {
  height: 53px;
  position: relative;
  color: #CB2026;
  z-index: 1;
  text-align: center;
}
.section-title2:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #CB2026;
  z-index: -1;
}
.section-title2 h4 {
  background: url("../images/news-tabs-item-active.png") no-repeat center center, #FFFFFF;
  position: relative;
  width: 178px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
}

.section-title3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-title3 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #CB2026;
}
.section-title3 i {
  height: 1px;
  background: #E4E4E4;
  position: relative;
}
.section-title3 i:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  background: #E4E4E4;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.line {
  padding-left: 20px;
  position: relative;
}
.line:before {
  content: "";
  width: 3px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #CB2026;
}

.canvi-navbar {
  background: #CB2026;
  padding: 20px;
}

.mobile-close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mobile-close i {
  font-size: 36px;
  color: #ffffff;
  cursor: pointer;
}

.mobile-nav-list {
  padding-top: 20px;
}
.mobile-nav-list a {
  font-size: 24px;
  color: #ffffff;
}
.mobile-nav-list li {
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
}

.crumbs-card {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 14px;
  flex-wrap: wrap;
  color: #666666;
}
.crumbs-card i {
  font-size: 14px;
  color: #CB2026;
  display: inline-block;
  margin-right: 5px;
}
.crumbs-card a {
  position: relative;
}
.crumbs-card a:after {
  content: "-";
  width: auto;
  height: auto;
  display: inline-block;
  color: #666666;
}
.crumbs-card a:last-child:after {
  display: none;
}

.main-layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.main-left {
  width: 260px;
  height: auto;
  background: #FAFAFA;
}
.main-left h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 20px;
  min-height: 87px;
  background: #CB2026;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}

.aside-list {
  width: 100%;
  height: calc(100% - 87px);
  border: 1px solid #F1F1F1;
}
.aside-list li {
  width: 100%;
  min-height: 66px;
  border-bottom: 1px solid #EDEDED;
  transition: all 0.3s ease-in-out 0s;
}
.aside-list li.active, .aside-list li:hover {
  background: #FFFFFF;
  width: calc(100% + 1px);
}
.aside-list li.active a, .aside-list li:hover a {
  color: #CB2026;
  font-weight: bold;
}
.aside-list li.active a:after, .aside-list li:hover a:after {
  font-size: 14px;
}
.aside-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px 50px;
  font-size: 20px;
  color: #333333;
  position: relative;
}
.aside-list a:after {
  content: "\e7de";
  width: auto;
  height: auto;
  position: absolute;
  font-family: "zy-iconfont";
  font-size: 0;
  color: #CB2026;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
}

.main-right {
  width: calc(100% - 293px);
  height: auto;
}

.paging {
  margin: 50px 0 40px;
  text-align: center;
}

.main-card {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(94, 94, 94, 0.05);
  background: #FFFFFF;
}

#pages {
  height: auto !important;
}
#pages > font a {
  background: #CB2026 !important;
}
#pages > span {
  background: #CB2026 !important;
  border-color: #CB2026 !important;
}

@media screen and (max-width: 1280px) {
  .w1200 {
    max-width: 960px;
  }
}
@media screen and (max-width: 1024px) {
  .w1200 {
    max-width: 750px;
  }
  .main-layout {
    flex-direction: column;
  }
  .main-left {
    width: 100%;
  }
  .aside-list {
    display: flex;
    flex-wrap: wrap;
  }
  .aside-list li {
    width: auto;
    min-width: 150px;
  }
  .aside-list li.active, .aside-list li:hover {
    width: auto;
  }
  .main-right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .w1200 {
    width: 100%;
    padding: 0 12px;
  }
}