* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
}

.breadcrumb {
  padding-left: 0 !important;
  margin-bottom: 5px;
  padding-bottom: 0;
}

footer {
  position: relative;
}

.footer-top {
  margin-top: 0;
  position: absolute;
  background-color: transparent;
  top: -90px;
  width: 100%;
}

.content {
  width: 100%;
  padding: 17px 0 120px;
  background-image: url(../images/index2025/indextitlebg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

header {
  background-image: url(../images/index2025/indextopbg.png);
}

.header-top span,
.header-top a {
  color: #fff !important;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

nav {
  background-color: #0e4ca2 !important;
}

.news-page-title {
  width: 100%;
  min-height: 100px;
  text-align: center;
  padding: 0 min(9.375vw, 140px);
  margin-bottom: 20px;
}

.news-page-title h1 {
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  font-size: 30px;
  color: #0e4ca2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  /* line-height: 20px; */
}

.news-title-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 20px;
  color: #3f3f3f;
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
  align-items: center;
}

.news-title-content p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  margin: 0;
}

.news-title-content span {
  display: inline;
  color: #d70808;
  font-size: 16px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  cursor: pointer;
}

.news-title-content span a {
  display: inline;
  color: #d70808;
  font-size: 16px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  cursor: pointer;
}

.news-title-content span:hover {
  text-decoration: underline;
}

.news-details-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  padding: 0 min(9.375vw, 140px);
}

.news-details-container-left {
  width: calc(50% - 10px);
  max-height: 400px;
  position: relative;
}

.custom-swiper-btn::before {
  content: "";
  display: none;
}

.custom-swiper-btn::after {
  color: #fff;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-lock {
  display: flex !important;
}

/* 热点推荐侧边栏 */
.news-details-container-left .hot-img {
  position: absolute;
  top: 0;
  left: -29px;
  background-image: url(../images/index2025/hotclone.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 29px;
  height: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hot-recommend-text {
  width: 100%;
  height: 100%;
  position: relative;
}

.hot-recommend-text p {
  color: #fff;
  font-size: 20px;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}

.hot-recommend-text .iconfont {
  position: absolute;
  bottom: 12%;
  font-size: 26px;
  color: #fff;
  left: 50%;
  text-align: right;
  transform: translate(-40%, -80%);
}

/* 热点推荐 */
.news-details-container-left .swiper-slide {
  position: relative;
}

.news-details-container-left .swiper-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.swiper-slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 60px;
  padding-left: 22px;
  z-index: 10;
}

.leader-header-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 89%;
  height: 100%;
}

.swiper-slide-title p {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-pagination-custom {
  width: 20% !important;
  position: absolute;
  right: 0 !important;
  left: auto !important;
  bottom: 20px !important;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-pagination-custom span {
  background-color: #9ca1a6;
}

.news-details-container-right {
  width: 50%;
  height: 100%;
  padding: 0 20px;
  min-height: 400px;
  box-sizing: border-box;
}

.news-details-container-right .tabs {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-details-container-right .tabs-header {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.news-details-container-right .tabs-nav {
  display: flex;
  height: 100%;
}

.news-details-container-right .tabs-nav .tabs-item {
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 21px;
  color: #333;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.news-details-container-right .tabs-nav .tabs-item.tabs-item-active {
  color: #1a56a8;
}

.news-details-container-right .tabs-nav .tabs-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 2px;
  width: 1px;
  transform: translateY(-55%);
  height: 40%;
  background: #dcdcdc;
}

.news-details-container-right .tabs-nav .tabs-item.tabs-item-active::after {
  background-color: #1a56a8;
  width: 3px;
}

.news-details-container-right .tabs-header .more {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.news-details-container-right .tabs-content {
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-details-container-right .tabs-pane {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: opacity 0.3s ease;
}

.news-details-container-right .tabs-pane.tabs-pane-active {
  /* opacity: 1; */
  display: block;
  /* visibility: visible; */
}

.news-details-container-right .news-item {
  display: flex;
  align-items: center;
  padding: 6px 0;
  transition: all 0.3s ease;
  height: 32px;
  margin-top: 20px;
}

.news-details-container-right .news-item:first-child {
  margin-top: 10px;
}

.news-details-container-right .news-item .iconfont {
  font-size: 14px;
  color: #1a56a8;
  margin-right: 8px;
  transition: all 0.3s ease;
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.news-details-container-right .news-item .news-title {
  flex: 1;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  height: 20px;
  padding: 0px !important;
  text-align: left;
}

.news-details-container-right .news-item .news-title a {
  color: inherit;
  text-decoration: none;
}

.news-details-container-right .news-item:hover .news-title {
  color: #1a56a8;
}

.news-details-container-right .news-item:hover a {
  font-family: NotoSansHans;
  color: #df1212;
}

.news-details-container-right .news-item:hover .iconfont {
  transform: rotate(90deg);
  color: #df1212;
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.news-details-container-right .news-item .news-time {
  font-size: 17px;
  color: #999;
  margin-left: 8px;
  line-height: 1;
}

.hearing-container {
  margin-top: 29px;
  margin-bottom: 42px;
  cursor: pointer;
  padding: 0 min(9.375vw, 140px);
}

.hearing-container img {
  width: 100%;
}

.function-list-container {
  width: 100%;
  min-height: 498px;
  height: calc(100vw * 0.3458);
  /* 100vw是视口宽度 */
  display: flex;
  gap: 13px;
}

.function-list-container-top {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #edf7ff;
  gap: 13px;
  padding: 35px min(9.375vw, 140px);
}

.function-list-container-bottom {
  padding: 35px min(9.375vw, 140px);
}

.function-list-container-item {
  width: calc(33% - 5.5px);
  height: 100%;
}

.function-list-container-item-title {
  width: 100%;
  font-family: SourceHanSerifCN;
  font-weight: bold;
  font-size: 26px;
  color: #1552a7;
  position: relative;
  padding-left: 41px;
  display: flex;
  align-items: center;
}

.function-list-container-item-title p {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
  margin-bottom: 5px;
}

.function-list-container-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #b3d6ff;
  transform: translateY(-50%);
  z-index: 1;
}

.function-list-container-item-title::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #4da3ff;
  border-radius: 50%;
  transform: translateY(-50%) scale(0.9);
  z-index: 2;
}

.function-list-container-item-title .more {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  margin-left: 10px;
  margin-left: auto;
  margin-top: auto;
  cursor: pointer;
}

.function-list-container-item-title .more:hover {
  text-decoration: underline;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.function-list-container-item-content {
  background: #d2e6ff;
  height: 364px;
  height: 83%;
  padding: 25px 13px 19px 13px;
  margin-top: 25px;
}

.function-list-container-item-content-leader {
  background: #d2e6ff;
  height: 364px;
  height: 83%;
  padding: 25px 13px 19px 13px;
  margin-top: 25px;
}

.function-list-container-item-content-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  overflow: hidden;
  width: 100%;
}

.function-list-container-item-content-tabs-title {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  background: #ffffff;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 20px;
  color: #454545;
  line-height: 20px;
  border-radius: 4px 4px 0px 0px;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.function-list-container-item-content-tabs-title.tabs-active {
  color: #ffffff;
  background: #57a8ff;
}

.function-list-container-item-content-tabs-content {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  padding: 25px 13px 21px 17px;
  overflow: hidden;
}

.function-list-container-item-content-tabs-content .tabs-pane {
  display: none;
  width: 100%;
  height: 100%;
}

.function-list-container-item-content-tabs-content .tabs-pane.tabs-pane-active {
  display: block;
}

.function-list-container-item-content-tabs-content-item {
  height: 20%;
  background: linear-gradient(270deg, #ffffff, #e6f2fc);
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 31px;
  position: relative;
  font-size: 20px;
  width: 99%;
}

.function-list-container-item-content-tabs-content-item a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -moz-box;
}

.function-list-container-item-content-tabs-content-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #1c90eb;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 偶数为白色 */
.function-list-container-item-content-tabs-content-item:nth-child(even) {
  background: #ffffff;
}

.function-list-container-item-content-tabs-content-item:hover {
  color: #0e4ca2;
}

.function-list-container-item-content {
  display: flex;
  flex-direction: column;
  background: #d2e6ff;
  overflow: hidden;
}

.function-list-container-item-content-top-title {
  height: 31px;
  background: linear-gradient(90deg, #3a85ef, #ffffff);
  display: flex;
  align-items: center;
  padding-left: 11px;
  width: 100%;
}

.function-list-container-item-content-top-title p {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 3px;
  margin-left: 9px;
}

.function-list-container-item-content-top-title .iconfont {
  font-size: 20px;
  color: #fff;
}

.function-list-container-item-content-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80%;
}

.function-list-container-item-content-top-content-list {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  height: 100%;
}

.function-list-container-item-content-zwfw {
  background-color: transparent;
  padding: 0;
  height: 83%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.function-list-container-item-content-zwfw img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.function-list-container-item-content-zwfw a {
  width: 100%;
  height: 100%;
  display: block;
}

.function-list-container-item-content-zwfw-tabs {
  height: 273px;
  height: 80%;
  background: #d2e6ff;
  padding: 28px 12px 10px 19px;
  width: 100%;
}

.function-list-container-item-content-top-content-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 14px;
  height: 72px;
  height: calc(100% - 12px - 14px);
  background: #ffffff;
  width: calc(25% - 12px);
}

.function-list-container-item-content-top-content-list-item p {
  margin-bottom: 0;
  margin-top: 5px;
}

.function-list-container-item-content-top-content-list-item .iconfont {
  font-size: 22px;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.function-list-container-item-content-zwfw .function-list-container-item-content-item {
  width: 100%;
  height: 50%;
}

.function-list-container-item-content-zwfw .function-list-container-item-content-item img {
  object-fit: none;
}

.function-list-container-item-content-item-img {
  background-color: #fff;
  width: 100%;
}

#swiper-container-overview1 {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 16px 20px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.leader-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* flex-direction: column; */
  gap: 17px;
}

.leader-header img {
  width: 180px;
  height: 210px;
  flex-shrink: 0;
  margin-left: 5%;
  margin-top: 3%;
}

.leader-header-title {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  align-items: flex-start;
  justify-content: flex-start;
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 18px;
  color: #3b3b3b;
  line-height: 20px;
  margin-top: 3%;
}

.leader-header-title p {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 10px;
  /* 虚线 */
  border-bottom: 2px dotted #aaa;
  margin-bottom: 15px;
  font-size: 21px;
}

.leader-header-title-content {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 20px;
  /* color: #515151; */
  color: #a9a9a9;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: inherit;
}

.leader-header-title-content span {
  color: #333;
}

.leader-content {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 18px;
  color: #515151;
  line-height: 24px;
  margin-top: 28px;
  /* 超出4行隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.leader-content span {
  color: #941210;
}

#swiper-container-overview1 .swiper-button-prev,
#swiper-container-overview1 .swiper-button-next {
  top: inherit;
  bottom: 20px;
}

#swiper-container-overview1 .swiper-pagination {
  bottom: 30px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

#swiper-container-overview1 .swiper-pagination span {
  width: 10px;
  height: 10px;
}

.not-bgcolor {
  background-color: transparent;
  padding: 0;
  height: 100%;
}

.not-bgcolor .function-list-container-item-content-item {
  position: relative;
  height: 66px;
  height: calc(17% - 9px);
  margin-bottom: 9px;
}

.not-bgcolor .function-list-container-item-content-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-title {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 8%;
  line-height: 20px;
}

.menu-title {
  font-family: NotoSansHans;
  font-weight: 500;
  font-size: 20px;
  color: #ce6c1f;
}

/* .menu-title-gkzd a {
  color: #fc6671;
}

.menu-title-gknb a {
  color: #141f63;
}

.menu-title-gknr a {
  color: #6a5a92;
} */
.function-list-container-item-content-item span a {
  font-family: NotoSansHans;
  font-weight: 500;
  font-size: 20px;
  color: #ce6c1f;
}

.function-list-container-item-content-item:nth-of-type(2) span a {
  color: #fc6671;
}

.function-list-container-item-content-item:nth-of-type(3) span a {
  color: #141f63;
}

.function-list-container-item-content-item:nth-of-type(4) span a {
  color: #6a5a92;
}

.function-list-container-item-content-item:nth-of-type(5) span a {
  color: #141f63;
}

.function-list-container-item-content-item:nth-of-type(2) a span {
  color: #fc6671;
}

.function-list-container-item-content-item:nth-of-type(3) a span {
  color: #141f63;
}

.function-list-container-item-content-item:nth-of-type(4) a span {
  color: #6a5a92;
}

.function-list-container-item-content-item:nth-of-type(5) a span {
  color: #141f63;
}

.zhaoshan-a a {
  object-fit: fill;
  height: 176px;
  height: 50%;

  /* border: 1px solid #f6f6f6; */
}

.zhaoshan-img {
  width: 100%;
  object-fit: fill;
  height: 100%;

  /* border: 1px solid #f6f6f6; */
}

.function-list-container-item-content-talk {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  justify-content: space-between;
  gap: 17px;
  height: 83%;
  padding: 0;
}

.function-list-container-item-content-talk-item {
  height: 79px;
  height: 25%;
  background: #d2e6ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
}

.function-list-container-item-content-talk-item:first-child {
  background: linear-gradient(90deg, #feebd7, #fcfaec);
}

.function-list-container-item-content-talk-item:first-child span a {
  color: #ff9900;
}

.function-list-container-item-content-talk-item:first-child a span {
  color: #ff9900;
}

.function-list-container-item-content-talk-item:nth-child(2) {
  background: linear-gradient(90deg, #feebd7, #fcfaec);
}

.function-list-container-item-content-talk-item:nth-child(2) span a {
  color: #fc6671;
}

.function-list-container-item-content-talk-item:nth-child(2) a span {
  color: #fc6671;
}

.function-list-container-item-content-talk-item:nth-child(3) {
  background: linear-gradient(90deg, #b2c4fc, #f2f7ff);
}

.function-list-container-item-content-talk-item:nth-child(3) span a {
  color: #141f63;
}

.function-list-container-item-content-talk-item:nth-child(3) a span {
  color: #141f63;
}

.function-list-container-item-content-talk-item:nth-child(4) {
  background: linear-gradient(90deg, #dbd9ff, #f2f2fe);
}

.function-list-container-item-content-talk-item:nth-child(4) span a {
  color: #6a5a92;
}

.function-list-container-item-content-talk-item:nth-child(4) a span {
  color: #6a5a92;
}

.function-list-container-item-content-talk-item a {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.function-list-container-item-content-talk-item span a {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 20px;
  color: #367fdb;
  line-height: 20px;
  margin-left: 23px;
}

.function-list-container-item-content-talk-item a span {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 20px;
  color: #367fdb;
  line-height: 20px;
  margin-left: 23px;
}

.subordinate {
  margin-top: 54px;
  padding: 0 min(9.375vw, 140px);
  position: relative;
}

#swiper-container-subordinate .swiper-slide {
  height: 98px;
}

.subordinate .swiper-button-prev,
.subordinate .swiper-button-next {
  position: absolute;
  top: 65%;
  left: 5%;
  width: 34px;
  height: 60px;
  background-color: #c2d3e9;
}

.subordinate .swiper-button-prev::after,
.subordinate .swiper-button-next::after {
  display: block;
  width: 34px;
  height: 60px;
  background-color: #c2d3e9;
  border-radius: 4px;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subordinate .swiper-button-next {
  right: 5%;
  left: auto;
}

.subordinate .subordinate-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 42px;
}

.subordinate-title .line {
  margin-right: 54px;
  max-width: 221px;
  width: 221px;
  position: relative;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #0068c3);
}

.subordinate-title .line1 {
  margin-left: 54px;
  max-width: 221px;
  position: relative;
  width: 221px;
  height: 2px;
  background: linear-gradient(90deg, #0068c3, #ffffff);
}

.subordinate-title p {
  font-family: SourceHanSerifCN;
  font-weight: bold;
  font-size: 30px;
  color: #1552a7;
  line-height: 20px;
  margin-bottom: 0;
  position: relative;
}

.subordinate-title .line1::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #b3d6ff;
  transform: translateY(-50%);
  z-index: 1;
}

.subordinate-title .line1::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #4da3ff;
  border-radius: 50%;
  transform: translateY(-50%) scale(0.9);
  z-index: 2;
}

.subordinate-title .line::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #b3d6ff;
  transform: translateY(-50%);
  z-index: 1;
}

.subordinate-title .line::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #4da3ff;
  border-radius: 50%;
  transform: translateY(-50%) scale(0.9);
  z-index: 2;
}

.subordinate .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

#swiper-container-overview2 a {
  display: block;
}

#swiper-container-overview2 img {
  height: 108px;
}

#swiper-container-overview2 .swiper-pagination span {
  width: 10px !important;
  height: 10px !important;
}

#swiper-container-overview2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

#swiper-container-overview {
  height: 100%;
}

@media screen and (max-width: 1711px) {
  .leader-header-content {
    display: block;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;
    height: 100%;
  }

  .leader-header-title {
    /* justify-content: center;
    align-items: center; */
  }

  .leader-header-title-content {
    -webkit-line-clamp: 4;
    font-size: 16px;
  }

  .leader-content {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
  }

  .leader-header img {
    width: 130px;
    height: 155px;
    object-fit: scale-down;
  }
}

@media screen and (max-width: 1500px) {
  .leader-header-title-content {
    -webkit-line-clamp: 3;
    font-size: 16px;
    margin-top: 20px;
  }

  .leader-content {
    -webkit-line-clamp: 4;
    font-size: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .tabs-item {
    font-size: 20px !important;
  }

  .news-details-container-right .news-item .news-title {
    font-size: 18px !important;
  }

  .news-details-container-right .news-item:hover a {
    font-size: 18px !important;
  }

  .news-details-container-right .iconfont {
    font-size: 18px !important;
  }

  .news-item {
    margin-top: 15px !important;
  }

  .function-list-container-top,
  .function-list-container-bottom,
  .hearing-container,
  .news-details-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .function-list-container-item-content-tabs-title {
    font-size: 16px;
    padding: 0 5px;
  }

  .function-list-container-item-content-tabs-content-item {
    font-size: 18px;
  }

  .function-list-container-item-content-top-content-list-item {
    font-size: 14px;
  }

  .leader-header-title-content {
    -webkit-line-clamp: 3;
    font-size: 16px;
  }

  .leader-content {
    -webkit-line-clamp: 4;
    font-size: 18px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .news-page-title h1 {
    font-size: 1.8rem;
  }

  .news-page-title {
    min-height: 64px;
  }

  .news-title-content {
    margin-top: 12px;
    font-size: 1.6rem;

  }

  .news-title-content span {
    flex-shrink: 0;
    font-size: 1.4rem;
  }


  .news-details-container {
    flex-direction: column;
  }

  .news-details-container-left {
    width: 90%;
    height: 240px;
    margin: 0 auto;
  }

  .news-details-container-right {
    width: 100%;
    margin-top: 20px;
    min-height: inherit !important;
  }

  .news-details-container-left .hot-img {
    background-size: contain;
    width: 40px;
    height: 145px;
  }

  .swiper-slide-title {
    height: 30px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .swiper-pagination-custom {
    bottom: 4px !important;
  }


  .tabs-item {
    font-size: 1.6rem !important;
  }

  .tabs-item.tabs-active {
    font-size: 1.6rem !important;
  }

  .tabs-header {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .tabs-header::-webkit-scrollbar {
    display: none;
  }

  .tabs-nav {
    flex-shrink: 0;
  }

  .news-details-container-right {
    padding: 0 !important;
  }

  .news-details-container-right .tabs-header .more {
    flex-shrink: 0;
  }

  .news-details-container-right .tabs-pane {
    height: auto !important;
  }

  .news-details-container-right .tabs-pane .tabs-pane-active {
    height: auto !important;
  }

  .news-details-container-right .news-item .news-title {
    font-size: 1.6rem !important;
  }

  #swiper-container-overview2 img {
    height: 70px !important;
  }

  .hearing-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .function-list-container {
    flex-direction: column;
    height: auto !important;
    padding-bottom: 0 !important;

  }

  .function-list-container-top {
    flex-direction: column;
  }

  .function-list-container-item:first-child {
    margin-top: 0 !important;
  }

  .function-list-container-item {
    width: 100%;
    height: 400px;
    margin-top: 50px;
  }

  .function-list-container-item:last-child {
    height: 450px;
  }

  .function-list-container-bottom .function-list-container-item:nth-of-type(2) {
    margin-top: 0px !important;
  }

  .leader-header {
    justify-content: flex-start !important;
  }

  .function-list-container-item-title {
    font-size: 2rem !important;
  }

  .function-list-container-item-title p {
    margin-bottom: 0 !important;
  }

  .function-list-container-item-title::before {
    width: 15px;
    height: 15px;
  }

  .function-list-container-item-title::after {
    width: 15px;
    height: 15px;
  }

  .function-list-container-item-content {
    margin-top: 10px !important;
    height: 100% !important;
  }

  .function-list-container-item-content-tabs-title {
    font-size: 1.6rem !important;
  }

  .function-list-container-item-content-tabs-content-item {
    font-size: 1.6rem !important;
  }

  .subordinate {
    margin-top: 80px !important;
  }

  .subordinate-title .line1 {
    width: 50px;
  }

  .subordinate-title .line {
    width: 50px;
  }

  .subordinate-title p {
    font-size: 1.8rem !important;
  }

  .subordinate-title .line::before {
    width: 12px;
    height: 12px;
  }

  .subordinate-title .line::after {
    width: 12px;
    height: 12px;
  }

  .subordinate-title .line1::before {
    width: 12px;
    height: 12px;
  }

  .subordinate-title .line1::after {
    width: 12px;
    height: 12px;
  }

  .subordinate-title .line1::before {
    width: 12px;
    height: 12px;
  }

  .function-list-container-item-title .more {
    font-size: 1.4rem !important;
  }

  .function-list-container-item-content-talk-item img {
    width: 30px;
    height: 30px;
  }

  .function-list-container-item-content-talk-item span a {
    margin-left: 6px;
    font-size: 1.8rem !important;
  }

}