.headlines {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 20px;
}
.headlines h2 {
  margin-right: 30px;
}
.headlines .headlinesSwiper {
  display: flex;
  align-items: center;
  flex: 1;
  height: 100%;
}
.headlines .headlinesSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  font-size: 36px;
}
.headlines .headlinesSwiper .swiper-slide a {
  display: block;
  width: 100%;
  color: #015293;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cycle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.cycle .cycle_l {
  width: 100%;
  height: 342px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #a6c5d3;
  overflow: hidden;
}
.cycle .cycle_l .head {
  display: flex;
  height: 87px;
  border-bottom: 1px solid #a6c5d3;
}
.cycle .cycle_l .head li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  border-right: 1px solid #a6c5d3;
}
.cycle .cycle_l .head li:last-child {
  border: 0;
}
.cycle .cycle_l .head li.on {
  color: #015293;
  font-weight: 700;
  background: linear-gradient(180deg, #d6eaf8 0%, #ffffff 100%);
}
.cycle .cycle_l .bd {
  height: 255px;
  background: url("../images/bg_bao.png") no-repeat;
  background-position: 100px;
}
.cycle .cycle_l .bd .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 30px;
}
.cycle .cycle_l .bd .list li {
  width: 25%;
}
.cycle .cycle_l .bd .list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  color: #333;
}
.cycle .cycle_l .bd .list li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.cycle .cycle_l .bd .list li a .icon img {
  transition: all 0.5s ease;
}
.cycle .cycle_l .bd .list li a p {
  width: 100px;
}
.cycle .cycle_l .bd .list li:hover a {
  color: #015293;
}
.cycle .cycle_l .bd .list li:hover a .icon img {
  transform: rotateY(180deg);
}
.cycle .cycle_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 342px;
  margin-top: 20px;
}
.cycle .cycle_r .item {
  width: 100%;
  height: 162px;
  background-color: #f7fbff;
  border-radius: 10px;
  border: solid 1px #a6c5d3;
  padding-top: 25px;
}
.cycle .cycle_r .item h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #015293;
  font-size: 24px;
  margin-bottom: 10px;
}
.cycle .cycle_r .item h2 a {
  color: #015293;
}
.cycle .cycle_r .item h2 img {
  margin-right: 30px;
}
.cycle .cycle_r .item .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 25px;
}
.cycle .cycle_r .item .links li {
  width: 50%;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}
.cycle .cycle_r .item .links li a {
  color: #333;
}
.cycle .cycle_r .item .links li:hover {
  transform: translateX(3px);
}
.cycle .cycle_r .item .links li:hover a {
  color: #015293;
}
.cycle .cycle_r .item.app {
  background-color: #f8ffff;
  border: solid 1px #78d8c9;
}
.cycle .cycle_r .item.app h2 a {
  color: #78d8c9;
}
.cycle .cycle_r .item.app .links li:hover a {
  color: #78d8c9;
}
.news {
  margin-top: 60px;
}
.news h2 {
  display: flex;
  justify-content: center;
}
.news .news_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -70px;
}
.news .news_body .news_body_l {
  width: 100%;
  height: 391px;
}
.news .news_body .news_body_l .swiper {
  width: 100%;
  height: 100%;
}
.news .news_body .news_body_l .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.news .news_body .news_body_l .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_body .news_body_l .swiper .swiper-slide .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
}
.news .news_body .news_body_l .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 54px;
  padding-right: 30px;
}
.news .news_body .news_body_l .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #fff;
}
.news .news_body .news_body_l .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #015293;
}
.news .news_body .news_body_r {
  width: 100%;
  height: 391px;
  margin-top: 60px;
}
.news .news_body .news_body_r .newsSlide .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .news_body .news_body_r .newsSlide .head .head_nav {
  display: flex;
  align-items: center;
}
.news .news_body .news_body_r .newsSlide .head .head_nav li {
  position: relative;
  font-size: 24px;
  color: #888888;
  margin-right: 80px;
  cursor: pointer;
}
.news .news_body .news_body_r .newsSlide .head .head_nav li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background-color: transparent;
  transform: translateX(-50%);
}
.news .news_body .news_body_r .newsSlide .head .head_nav li.on {
  font-weight: 700;
  color: #015293;
}
.news .news_body .news_body_r .newsSlide .head .head_nav li.on::before {
  background-color: #015293;
}
.news .news_body .news_body_r .newsSlide .head .more {
  font-size: 18px;
  color: #999;
}
.news .news_body .news_body_r .newsSlide .head .more:hover {
  color: #015293;
}
.news .news_body .news_body_r .newsSlide .list {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.news .news_body .news_body_r .newsSlide .list::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  width: 2px;
  height: 212px;
  border-right: 2px dashed #c7c7c7;
}
.news .news_body .news_body_r .newsSlide .list li {
  position: relative;
  font-size: 18px;
  line-height: 50px;
}
.news .news_body .news_body_r .newsSlide .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  width: 10px;
  height: 10px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.news .news_body .news_body_r .newsSlide .list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.news .news_body .news_body_r .newsSlide .list li:hover::before {
  border-color: #015293;
}
.news .news_body .news_body_r .newsSlide .list li:hover a {
  color: #015293;
}
.news .news_body .news_body_r .other {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.news .news_body .news_body_r .other .item {
  width: 48%;
  height: 66px;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(89, 123, 150, 0.17);
  border-radius: 10px;
  border: solid 1px #c5c5c5;
  transition: all 0.3s ease-in-out;
}
.news .news_body .news_body_r .other .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  color: #015293;
}
.news .news_body .news_body_r .other .item:hover {
  transform: translateY(-5px);
}
.public {
  margin-top: 70px;
}
.public .head {
  display: flex;
  justify-content: center;
  font-size: 36px;
  color: #888;
  border-bottom: 1px solid #d4e7fb;
  margin-bottom: 40px;
  overflow: hidden;
}
.public .head li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 102px;
  cursor: pointer;
  padding-top: 20px;
}
.public .head li::before {
  display: none;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 411px;
  height: 102px;
  background: url(../images/bg_public_slide.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
.public .head li::after {
  display: none;
  position: absolute;
  bottom: -4px;
  content: "";
  width: 143px;
  height: 4px;
  background: url(../images/bg_public_line.png) no-repeat;
  background-size: 100% 100%;
}
.public .head li.on {
  color: #015293;
  font-weight: 700;
}
.public .head li.on::before {
  display: block;
}
.public .head li.on::after {
  display: block;
}
.public .open .open_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.public .open .open_list li {
  width: 186px;
  height: 167px;
  background: url(../images/bg_gov_item.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}
.public .open .open_list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 80px;
  color: #333;
}
.public .open .open_list li a .icon {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.public .open .open_list li a p {
  text-align: center;
  font-size: 24px;
}
.public .open .open_list li:hover {
  transform: translateY(-5px);
}
.public .open .open_list li:hover a {
  color: #015293;
  font-weight: 700;
}
.public .open .open_zfgb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 57px;
}
.public .open .open_zfgb .zfgb {
  display: flex;
  justify-content: center;
  width: 322px;
  height: 392px;
  background: url(../images/bg_zfgb.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 269px;
}
.public .open .open_zfgb .zfgb .select_box {
  z-index: 9999;
}
.public .open .open_zfgb .zfgb .select_box .select {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 51px;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #a6c5d3;
  font-size: 18px;
  color: #242424;
  cursor: pointer;
}
.public .open .open_zfgb .zfgb .select_box .select img {
  margin-left: 20px;
  margin-top: 1px;
  transition: all 0.3s ease;
}
.public .open .open_zfgb .zfgb .select_box:hover .select img {
  transform: rotateX(180deg);
}
.public .open .open_zfgb .zfgb .select_box:hover .options {
  display: block;
}
.public .open .open_zfgb .zfgb .select_box .options {
  display: none;
  width: 215px;
  height: 180px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
}
.public .open .open_zfgb .zfgb .select_box .options::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.public .open .open_zfgb .zfgb .select_box .options::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #eeeeee;
}
.public .open .open_zfgb .zfgb .select_box .options li {
  font-size: 18px;
  line-height: 46px;
}
.public .open .open_zfgb .zfgb .select_box .options li a {
  display: flex;
  justify-content: center;
  color: #333;
}
.public .open .open_zfgb .zfgb .select_box .options li:hover a {
  color: #015293;
}
.public .open .open_zfgb .right {
  width: 100%;
  margin-top: 30px;
}
.public .open .open_zfgb .right .head_nav {
  display: flex;
  justify-content: space-evenly;
}
.public .open .open_zfgb .right .head_nav li {
  position: relative;
  font-size: 24px;
}
.public .open .open_zfgb .right .head_nav li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background-color: transparent;
  transform: translateX(-50%);
}
.public .open .open_zfgb .right .head_nav li a {
  color: #949494;
}
.public .open .open_zfgb .right .head_nav li.on::before {
  background-color: #015293;
}
.public .open .open_zfgb .right .head_nav li.on a {
  font-weight: 700;
  color: #015293;
}
.public .open .open_zfgb .right .zc_list {
  margin-top: 20px;
}
.public .open .open_zfgb .right .zc_list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 67px;
  border-bottom: 1px dashed #d1d1d1;
  padding-left: 25px;
}
.public .open .open_zfgb .right .zc_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #a1a493;
  border-radius: 50%;
  transform: translateY(-50%);
}
.public .open .open_zfgb .right .zc_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.public .open .open_zfgb .right .zc_list li a .info {
  display: flex;
  align-items: center;
}
.public .open .open_zfgb .right .zc_list li a .info .type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 29px;
  background-color: #0d74bc;
  border-radius: 15px;
  font-size: 16px;
  color: #fff;
  margin-right: 65px;
}
.public .open .open_zfgb .right .zc_list li:hover::before {
  background-color: #015293;
}
.public .open .open_zfgb .right .zc_list li:hover a {
  color: #015293;
}
.public .interact {
  display: flex;
  flex-wrap: wrap;
}
.public .interact .interact_l {
  width: 100%;
}
.public .interact .interact_l .mail {
  width: 100%;
  height: 475px;
  border-radius: 10px;
  border: solid 1px #cee5f1;
  padding: 40px 35px;
}
.public .interact .interact_l .mail .mail_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public .interact .interact_l .mail .mail_top .desc {
  margin-left: 22px;
}
.public .interact .interact_l .mail .mail_top .desc .desc_name {
  font-size: 34px;
  color: #015293;
  font-weight: 700;
  text-align: center;
}
.public .interact .interact_l .mail .mail_top .desc .desc_other {
  display: flex;
}
.public .interact .interact_l .mail .mail_top .desc .desc_other p {
  font-size: 18px;
  color: #333;
  margin: 0 10px;
}
.public .interact .interact_l .mail .count {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.public .interact .interact_l .mail .count .count_item {
  text-align: center;
}
.public .interact .interact_l .mail .count .count_item .num {
  font-size: 22px;
  color: #015293;
  font-weight: 700;
}
.public .interact .interact_l .mail .count .count_item p {
  font-size: 18px;
  color: #333;
}
.public .interact .interact_l .mail .other {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.public .interact .interact_l .mail .other .other_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public .interact .interact_l .mail .other .other_item a img {
  height: 35px;
}
.public .interact .interact_l .mail .other .other_item a p {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
}
.public .interact .interact_l .mail .other .other_item a:hover p {
  color: #015293;
}
.public .interact .interact_l .mail .o_links {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.public .interact .interact_l .mail .o_links .o_links_item {
  height: 40px;
  background-color: #f7f8fd;
  border-radius: 20px;
  border: solid 1px #015293;
}
.public .interact .interact_l .mail .o_links .o_links_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 22px;
  font-size: 18px;
  color: #016bb5;
}
.public .interact .interact_l .media {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  margin-top: 32px;
  transition: all 0.3s ease-in-out;
}
.public .interact .interact_l .media a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
}
.public .interact .interact_l .media a img {
  margin-right: 50px;
}
.public .interact .interact_l .media:hover {
  transform: translateY(-5px);
}
.public .interact .interact_r {
  flex: 1;
  margin-left: 0px;
  margin-top: 40px;
}
.public .interact .interact_r .online .online_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public .interact .interact_r .online .online_head .text {
  color: #015293;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 3px solid #015293;
  padding-bottom: 3px;
}
.public .interact .interact_r .online .online_head .more {
  font-size: 16px;
  color: #555;
}
.public .interact .interact_r .online .online_head .more:hover {
  color: #015293;
}
.public .interact .interact_r .online .online_inner {
  display: flex;
  margin-top: 24px;
}
.public .interact .interact_r .online .online_inner .pic {
  width: 299px;
  height: 194px;
  overflow: hidden;
}
.public .interact .interact_r .online .online_inner .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.public .interact .interact_r .online .online_inner .pic img:hover {
  transform: scale(1.03);
}
.public .interact .interact_r .online .online_inner .inner_con {
  flex: 1;
  margin-left: 34px;
}
.public .interact .interact_r .online .online_inner .inner_con .con_item {
  display: flex;
  margin-bottom: 30px;
}
.public .interact .interact_r .online .online_inner .inner_con .con_item:last-child {
  margin-bottom: 0;
}
.public .interact .interact_r .online .online_inner .inner_con .con_item .name {
  width: 90px;
  font-size: 18px;
  color: #015293;
  font-weight: 700;
}
.public .interact .interact_r .online .online_inner .inner_con .con_item p {
  flex: 1;
  font-size: 18px;
  color: #333;
}
.public .interact .interact_r .online .online_inner .inner_con .con_item p a {
  color: #333;
}
.public .interact .interact_r .online .online_inner .inner_con .con_item p a:hover {
  color: #015293;
}
.public .interact .interact_r .survey {
  margin-top: 40px;
}
.public .interact .interact_r .survey .survey_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public .interact .interact_r .survey .survey_head .text {
  color: #015293;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 3px solid #015293;
  padding-bottom: 3px;
}
.public .interact .interact_r .survey .survey_head .more {
  font-size: 16px;
  color: #555;
}
.public .interact .interact_r .survey .survey_head .more:hover {
  color: #015293;
}
.public .interact .interact_r .survey .survey_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
.public .interact .interact_r .survey .survey_list li {
  width: 48%;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d0d0d0;
  margin-bottom: 50px;
}
.public .interact .interact_r .survey .survey_list li a .name {
  position: relative;
  font-size: 18px;
  color: #333;
  padding-left: 20px;
  margin-bottom: 20px;
}
.public .interact .interact_r .survey .survey_list li a .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0d74bc;
  transform: translateY(-50%);
}
.public .interact .interact_r .survey .survey_list li a .other {
  display: flex;
  justify-content: space-between;
}
.public .interact .interact_r .survey .survey_list li a .other .state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #949494;
  font-size: 16px;
  color: #737373;
}
.public .interact .interact_r .survey .survey_list li a .other .state.doing {
  border-color: #25b6a0;
  background-color: #25b6a0;
  color: #fff;
}
.public .interact .interact_r .survey .survey_list li a .other .date {
  font-size: 16px;
  color: #6e6e6e;
}
.public .interact .interact_r .survey .survey_list li a:hover .name {
  color: #015293;
}
.public .impression {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.public .impression .overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 453px;
  background-image: linear-gradient(162deg, rgba(255, 255, 255, 0.76) 0%, #ffffff 100%);
  box-shadow: 0px 0px 9px 0px rgba(135, 140, 149, 0.09);
  border-radius: 10px;
  border: solid 1px #b8d9f0;
  padding-top: 60px;
}
.public .impression .overview p {
  font-size: 18px;
  color: #333;
  line-height: 42px;
  padding: 0 60px;
  text-indent: 2em;
  margin-top: 40px;
}
.public .impression .overview .check_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.public .impression .overview .check_box .check {
  position: relative;
  font-size: 18px;
  color: #015293;
  padding-bottom: 5px;
}
.public .impression .overview .check_box .check::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #015293;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.public .impression .overview .check_box .check:hover::before {
  transform: scaleX(1);
  opacity: 1;
}
.public .impression .other {
  display: flex;
  height: 603px;
  flex: 1;
  overflow: visible;
  margin-top: 40px;
}
.public .impression .other li {
  position: relative;
  width: 133px;
  height: 100%;
  margin-left: 10x;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  /* 防止收缩 */
}
.public .impression .other li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public .impression .other li .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 37px;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
.public .impression .other li .desc .name {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.public .impression .other li .desc .desc_inner {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out 0.1s;
  /* 延迟显示，增强动画效果 */
}
.public .impression .other li.active {
  width: 240px;
  flex: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.public .impression .other li.active .desc .desc_inner {
  opacity: 1;
  transform: translateY(0);
}
.public .impression .other li:not(.active) .desc {
  opacity: 0.8;
  transform: translateY(10px);
}
.public .impression .other li:not(.active) .desc .name {
  writing-mode: vertical-lr;
  /* 竖向排列文字 */
  letter-spacing: 5px;
  /* 增加字间距 */
  line-height: 1.5;
  /* 调整行高 */
  text-align: center;
  margin: 0 auto;
}
.special {
  display: none;
  position: relative;
  margin-top: 60px;
  height: 176px;
  margin-bottom: 45px;
}
.special .special_fixed {
  display: flex;
  justify-content: space-between;
  width: 644px;
  height: 100%;
  margin-right: 20px;
}
.special .special_fixed li {
  width: 312px;
  height: 100%;
}
.special .special_fixed li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.special .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.special .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special .swiper-button-next,
.special .swiper-button-prev {
  display: none;
  color: #016bb5;
}
.special .swiper-button-next {
  position: absolute;
  right: -40px;
}
.special .swiper-button-prev {
  position: absolute;
  left: -40px;
}
.special_m {
  display: block;
  position: relative;
  margin-top: 60px;
  height: 176px;
  margin-bottom: 45px;
}
.special_m .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.special_m .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.special_m .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
