@font-face {
  font-family: "庞门正道标题体";
  src: url("./font/fpzd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
}
a {
  box-sizing: border-box;
}
.more a {
  margin-right: 16px;
  font-size: 14px;
  color: #1d5157;
}
a,
a:hover,
.more a:hover {
  text-decoration: none;
}
/* index-news-container */
.index-news-container {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.index-news-container .all {
  background-color: #ffffff;
}
.index-news-swipers {
  width: 520px;
  background-color: #ffffff;
}
.index-news-swipers .swiper-slide {
  position: relative;
  width: 520px;
  height: 340px;
}
.index-news-swipers .swiper-slide a,
.index-news-swipers .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-pagination.index-news-pagination {
  padding-right: 20px;
  bottom: 20px;
  text-align: right;
}
.index-news-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: #ffffff;
  opacity: 1;
}
.index-news-pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 10px;
  background: #1c5fc1;
}
.index-news-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 140px 18px 18px;
  font-size: 18px;
  overflow: hidden;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: #fff;
}
.index-news-info a {
  display: inline-block;
  width: 100%;
}
/* index-news-list */
.index-news-list {
  width: calc(100% - 520px - 292px);
  padding: 0 25px;
}
.news-tabs-item {
  position: relative;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 20px;
  margin-right: 10px;
  padding: 0 25px;
  background-color: #f1f5fb;
  color: #1d5157;
  box-sizing: border-box;
  transition: all 0.5s;
}
.index-news-list .news-tabs-item {
  cursor: pointer;
}
.lines {
  height: 1px;
  background-color: #e0e0e0;
}

.news-tabs-item.is-active {
  position: relative;
  font-weight: bold;
  background-color: #003170;
  color: #ffffff;
  transition: all 0.5s;
}
.news-tabs-item.is-active::before {
  content: "";
  width: 100%;
}

.news-tabs .news-tabs-more:hover {
  text-decoration: underline;
}
/* news-list */
.news-list-container {
  height: calc(100% - 43px - 1px);
}
.index-news-list .news-list {
  width: 100%;
  height: 100%;
  padding-top: 14px;
  overflow: hidden;
}
.news-list .list-item {
  position: relative;
  width: 100%;
  padding: 8px 5px 8px 15px;
  font-size: 16px;
  color: #333333;
}
.news-list .list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #003170;
  position: absolute;
  top: 19px;
  /* left: 13px; */
  left: 0px;
  /* transform: translateY(-50%); */
  transition: all 0.3s;
}

.news-list .list-item:hover,
.news-list .list-item:hover .time {
  color: #003170;
}
.news-list .list-item:hover::before {
  content: "";
  /* width: 12px; */
  width: 10px;
  background: #003170 !important;
}
.news-list .list-item .info {
  width: calc(100% - 70px);
  font-size: 18px;
}
.news-list .list-item .time {
  width: 60px;
  text-align: right;
  color: #b3b3b3;
}

/* 通知公告 */
.index-fwwd-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 292px;
  font-size: 24px;
  color: #ffffff;
}
.index-fwwd-item .fwwd-item {
  display: inline-block;
  width: 100%;
  height: 160px;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}
.index-fwwd-item .fwwd-item img {
  transition: all 0.5s;
}
.index-fwwd-item .fwwd-item:hover img {
  transform: scale(1.05);
}
.index-fwwd-item .fwwd-item .fwwd-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.index-fwwd-item .fwwd-item:hover .fwwd-title {
  text-decoration: underline;
}

/* index-content-container */
.index-content-container {
  /* border-bottom: 1px solid #024d99; */
}

.index-content-container .all {
  background: rgba(255, 255, 255, 0.6);
}

/* index-title */
.index-title {
  text-align: center;
  line-height: 74px;
  font-size: 24px;
  background-image: url("../images/index/li.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #38566b;
}
/* index-zcfw-container */
.index-zcfw-container .index-zcfw-list {
  overflow: hidden;
}
.index-zcfw-item .zcfw-item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 150px;
  font-size: 24px;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}
.index-zcfw-item .zcfw-item img {
  transition: all 0.5s;
}
.index-zcfw-item .zcfw-item:hover img {
  transform: scale(1.05);
}
.index-zcfw-item .zcfw-item .zcfw-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.index-zcfw-item .zcfw-item:hover .zcfw-title {
  text-decoration: underline;
}

/* index-bottom-container */
.index-bottom-container {
  overflow: hidden;
}
.index-bottom-container .index-left-container {
  width: calc(100% - 520px);
  margin-right: 25px;
}

.index-bottom-container .index-right-container {
  width: 495px;
}

.index-bottom-container .index-zczy-container {
  margin-bottom: 15px;
}

.index-bottom-container .zczy-news-list-container {
  height: 200px;
  overflow: hidden;
}

.zczy-news-list-container .news-list .news-list-item {
  padding-left: 15px;
  padding-right: 15px;
}

.zczy-news-list-container .news-list .news-list-item .list-item .info {
  color: #465263;
}

.zczy-news-list-container .news-list .news-list-item .list-item:hover .info {
  color: #003170;
}

.zczy-news-list-container .news-list .news-list-item:nth-child(2n) {
  background-color: #f3f8f9;
}

.zczy-news-list-container .news-list .time {
  width: 120px;
}

/* index-zcsj-container */
.index-zcsj-list {
  margin-top: 15px;
}
.index-zcsj-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 31%;
  margin-right: 25px;
  padding: 20px 25px 15px;
  font-size: 14px;
  background-color: #f3f8f9;
  overflow: hidden;
}

.index-zcsj-item:nth-child(3n) {
  margin-right: 0;
}

.index-zcsj-item em {
  font-style: normal;
}

.index-zcsj-top-num {
  font-size: 26px;
  margin-right: 8px;
  font-weight: bold;
  color: #003170;
}

/* index-jdal-container */
.index-jdal-container .news-list {
  height: 378px;
  padding: 15px 0 30px;
  overflow: hidden;
}

/* index-ggcx */
.index-ggcx, .ggcx-item {
  height: 130px;
  overflow: hidden;
}

.ggcx-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.ggcx-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #044369;
  z-index: 99;
}
.ggcx-item:hover .ggcx-title {
  text-decoration: underline;
}

.ggcx-item img {
  transition: all 0.5s;
}
.ggcx-item:hover img {
  transform: scale(1.05);
}

/* index-friendship-link */
.index-friendship-link {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid #f1f1f1;
}
.friendship-link-item {
  margin: 0 9px;
}
.friendship-link-item a:hover {
  text-decoration: underline;
}

.select-wrapper {
  position: relative;
  width: 200px;
}

select {
  position: relative;
  width: 200px;
  margin-right: 35px;
  padding: 6px 15px; /* 右侧留空间给箭头 */
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  /* 实心下箭头 */
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><polygon points='4,6 12,6 8,11' fill='%23999'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
  transition: background-image 0.2s;
}

/* 展开时显示上箭头，仅当:focus可见，失焦即复位 */
select:focus-visible {
  outline: none;
}
select:focus {
  /* 实心上箭头 */
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><polygon points='4,10 12,10 8,5' fill='%23999'/></svg>");
}

/* 向上展开下拉菜单 */
select[size] {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  background-color: white;
  z-index: 10;
}
