.left-tit001 {
  display: flex;
  align-items: center;
  font-weight: normal;
  position: relative;
  font-size: 0;
}

.left-tit001.line:after {
  content: "";
  width: 0.6rem;
  border-top: 0.04rem solid #1646A6;
  position: absolute;
  left: 0;
  bottom: -0.18rem;
}

.left-tit001.center.line:after {
  left: 50%;
  transform: translateX(-50%);
}

.left-tit001 a,
.left-tit001 p {
  color: #333;
  font-size: 0.32rem;
  line-height: 1;
}

.left-tit001.white.line:after {
  border-top-color: #fff;
}

.left-tit001.white a,
.left-tit001.white p {
  color: #fff;
}

@media (max-width: 960px) {
  .left-tit001.line:after {
    border-top-width: 2px;
    bottom: -12px;
  }

  .left-tit001 a,
  .left-tit001 p {
    font-size: 20px !important;
  }
}

.column-tit001 {
  display: flex;
  align-items: center;
  font-weight: normal;
  position: relative;
  font-size: 0;
}

.column-tit001.line:after {
  content: "";
  width: 0.6rem;
  border-top: 0.04rem solid #1646A6;
  position: absolute;
  left: 0;
  bottom: -0.18rem;
}

.column-tit001.center.line:after {
  left: 50%;
  transform: translateX(-50%);
}

.column-tit001 a,
.column-tit001 p {
  color: #333;
  font-size: 0.32rem;
  line-height: 1;
}

.column-tit001.white.line:after {
  border-top-color: #fff;
}

.column-tit001.white a,
.column-tit001.white p {
  color: #fff;
}

@media (max-width: 960px) {
  .column-tit001.line:after {
    border-top-width: 2px;
    bottom: -12px;
  }

  .column-tit001 a,
  .column-tit001 p {
    font-size: 20px !important;
  }
}

.party-tit001 {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.party-tit001 .tit {
  position: relative;
  min-width: 2.6rem;
  text-align: center;
  padding: 0 0.4rem;
}

.party-tit001 .tit a {
  font-size: 0.4rem;
  color: #d43030;
}

.party-tit001 .tit img.bottom {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 3.3rem;
}

@media (max-width: 960px) {
  .party-tit001 .tit a {
    font-size: 22px !important;
  }

  .party-tit001 .tit img.bottom {
    top: -4%;
  }
}

.party-tit002 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.party-tit002 .tit-line {
  width: 36%;
  height: 1px;
  background: #b01917;
  position: relative;
}

.party-tit002 .tit-line:before {
  content: "";
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b01917;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.party-tit002 .tit-line img {
  position: absolute;
  height: 0.15rem;
}

.party-tit002 .tit-line.prev-img:before {
  left: 0;
}

.party-tit002 .tit-line.prev-img img {
  right: 0;
  bottom: 0.03rem;
}

.party-tit002 .tit-line.next-img:before {
  right: 0;
}

.party-tit002 .tit-line.next-img img {
  left: 0;
  top: 0.03rem;
}

.party-tit002 .tit a {
  font-size: 0.4rem;
  color: #b01917;
}

@media (max-width: 960px) {
  .party-tit002 .tit a {
    font-size: 22px !important;
  }
}

.more001 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 100px;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 0.3rem;
  padding: 0 0.25rem;
  position: relative;
  width: fit-content;
}

.more001:before {
  content: '';
  background-color: #1646A6;
  width: 0%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.more001 span {
  position: relative;
  font-size: 0.16rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.more001.white {
  border-color: #fff;
}

.more001.white span {
  color: #fff;
}

.more001.white:before {
  background-color: #fff;
}

.more001.white:hover span {
  color: #1646A6;
}

.more001.party:before {
  background-color: #c9151e;
}

.more001.party:hover {
  border-color: #c9151e;
}

.more001:hover {
  border-color: #1646A6;
}

.more001:hover:before {
  width: 100%;
}

.more001:hover span {
  color: #fff;
}

.party-more001 {
  width: 3rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  font-weight: 500;
  color: #fff;
  background: #B01917;
  box-shadow: inset 0 0 0 50px #B01917;
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}

.party-more001 i {
  font-style: normal;
  font-size: 0.24rem;
  margin-left: 0.05rem;
  display: inline-block;
  line-height: 1;
}

.party-more001:hover {
  background: #ee1b22;
  box-shadow: inset 0 0 0 0 #ee1b22;
}

.home-tab-tit-box {
  display: flex;
  font-weight: normal;
}

.home-tab-tit-box .tab-tit {
  font-size: 0.32rem;
  line-height: 1;
  position: relative;
  margin-right: 0.38rem;
}

.home-tab-tit-box .tab-tit a {
  color: #333333;
}

.home-tab-tit-box .tab-tit:after {
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  border: 0.08rem solid transparent;
  border-top-color: #f6b63e;
  border-bottom-width: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.17rem;
  opacity: 0;
}

.home-tab-tit-box .tab-tit+.tab-tit::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.23rem;
  background-color: #B5B3B3;
}

.home-tab-tit-box .tab-tit.cur {
  font-weight: bold;
}

.home-tab-tit-box .tab-tit.cur:after {
  opacity: 1;
}

.home-tab-tit-box .tab-tit.cur a {
  color: #1646A6;
}

@media (max-width: 960px) {
  .home-tab-tit-box .tab-tit {
    font-size: 20px;
    margin-right: 14px;
  }

  .home-tab-tit-box .tab-tit+.tab-tit:before {
    left: -9px;
    width: 4px;
    height: 4px;
  }
}

.aline_w {
  background-image: linear-gradient(rgba(22, 70, 166, 0.4), rgba(22, 70, 166, 0.4));
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .5s;
}

.aline_w.white {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
}

.aline_w.party {
  background-image: linear-gradient(rgba(201, 21, 30, 0.6), rgba(201, 21, 30, 0.6));
}

.r_img {
  width: 100%;
}

.r_img .inner-img {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.r_img .inner-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.page-content .news-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif;
}

.page-content .news-content img {
  max-width: 100% !important;
  display: inline-block;
  margin: 10px;
}

.page-content .news-content img.small {
  max-width: 50% !important;
  height: auto !important;
}

.all-cats-box {
  padding-top: 1.39rem;
  display: none;
  position: fixed;
  background-color: #1646A6;
  height: 100vh;
  width: 100vw;
  z-index: 899;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.all-cats-box.is-show .all-cats-content {
  opacity: 1;
  transform: translateY(0);
}

.all-cats-box .all-cats-content {
  margin: 0 auto;
  height: calc(100vh - 2rem);
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0.3;
  transition: all 0.3s;
  transform: translateY(1rem);
}

.all-cats-box .all-cats-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: inherit;
}

.all-cats-box .all-cats-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: inherit;
}

.all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #fff;
}

.all-cats-box .all-cats-content .header-layout {
  height: 100%;
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content {
  min-height: 100%;
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box:first-child {
  display: none;
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .first-nav-title a {
  color: #fff;
  font-size: 0.24rem;
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .first-nav-title i {
  display: none;
  color: #fff;
  transition: all 0.2s;
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box.active .first-nav-title i {
  transform: rotate(180deg);
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .second-nav-box {
  margin-top: 0.3rem;
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .second-nav-box .second-nav-title {
  float: left;
  display: flex;
  align-items: center;
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .second-nav-box .second-nav-title a {
  font-size: 0.2rem;
  line-height: 1;
  color: #fff;
}

.all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .second-nav-box .second-nav-title .line {
  height: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 0.15rem;
}

@media (max-width: 960px) {
  .all-cats-box {
    padding-top: 50px;
  }

  .all-cats-box .all-cats-content {
    margin-top: 20px;
    height: calc(100vh - 120px);
  }

  .all-cats-box .all-cats-content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: inherit;
  }

  .all-cats-box .all-cats-content::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: inherit;
  }

  .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fff;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content {
    height: auto;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box {
    width: 100%;
    border: none;
    padding: 0;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box:first-child {
    display: block;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .first-nav-title {
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .first-nav-title a {
    flex: 1;
    font-size: 20px;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .first-nav-title i {
    display: inline-block;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .second-nav-box {
    display: none;
    margin-top: 20px;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .second-nav-box .second-nav-title {
    margin-bottom: 10px;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box:nth-child(1) .first-nav-title {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}

/*# sourceMappingURL=pub-general.css.map */