
@font-face {
  font-family: "庞门正道标题体";
  src: url("./font/fpzd.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  box-sizing: border-box;
}
.more a {
    margin-right: 16px;
    font-size: 16px;
    color: #0a4895;
}
a, a:hover, .more a:hover {
    text-decoration: none;
}

/* index-title-container */
.index-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 296px;
  height: 51px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-image: url(../images/index/bg01.png);
  background-repeat: no-repeat;
  transition: all 0.3s;
  z-index: 2;
}

/* index-content-container */
.index-content-container {
  border-bottom: 1px solid #2c61a2;
}

/* index-news-container */
.index-news-container {
  position: relative;
  height: 400px;
}
.index-news-container .all {
  padding: 20px;
  background-color: #ffffff;
}
.index-news-swipers {
  width: 520px;
  margin-right: 20px;
  background-color: #ffffff;
}
.index-news-swipers .swiper-slide {
  position: relative;
  width: 520px;
  height: 360px;
}
.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: 520px;
    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 {
    width: 520px;
}
/* index-news-list */
.index-news-list {
  width: calc(100% - 560px - 280px);
  margin-right: 20px;
}
.news-tabs-item {
  position: relative;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 22px;
  padding: 0 10px;
  color: #333333;
  box-sizing: border-box;
  transition: all 0.5s;
}
.index-news-list .news-tabs-item {
  width: 130px;
  padding: 0;
  cursor: pointer;
}
.lines {
  height: 1px;
  background-color: #e0e0e0;
}

.news-tabs-item::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: #ebebeb;
  transition: all 0.5s;
}
.news-tabs-item:last-child::after {
  width: 0px;
  background-color: transparent;
}

.news-tabs-item:hover,
.news-tabs-item.is-active {
  position: relative;
  font-weight: bold;
  color: #0662b1;
  transition: all 0.5s;
}
.news-tabs-item::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0662b1;
  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: calc(1366px - 560px - 280px - 20px); */
  width: 100%;
  height: 100%;
  padding-top: 14px;
  overflow: hidden;
}
.news-list .list-item {
  position: relative;
  width: 100%;
  /* padding: 10px 5px 15px 35px; */
  padding: 10px 5px 9px 15px;
  font-size: 16px;
  color: #333333;
}
.news-list .list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #076efa;
  position: absolute;
  top: 20px;
  /* left: 13px; */
  left: 0px;
  /* transform: translateY(-50%); */
  transition: all 0.3s;
}

.news-list .list-item:hover,
.news-list .list-item:hover .time .bottom {
  color: #283eeb;
}
.news-list .list-item:hover::before {
  content: "";
  /* width: 12px; */
  width: 10px;
  background: #283eeb !important;
}
.news-list .list-item .info {
  width: calc(100% - 110px);
  font-size: 18px;
}
.news-list .list-item .time {
  width: 100px;
  text-align: right;
  color: #b3b3b3;
}

/* 通知公告 */
.index-tzgg-list.tzgg {
  width: 280px;
}
.tzgg .news-list-container {
  height: calc(100% - 43px - 1px);
  overflow: hidden;
}
.tzgg .news-list {
  width: 100%;
  height: 100%;
  padding-top: 14px;
  font-size: 15px;
  overflow: hidden;
}
.tzgg .news-list .list-item {
  line-height: 24px;
  padding: 10px 5px 9px 15px;
  border-bottom: 1px dashed #e0e0e0;
  word-wrap: break-word; /* 强制单词内换行 */
  word-break: break-all; /* 强制单词内换行 */
  white-space: normal; /* 忽略多余空白符并换行 */
  overflow-wrap: break-word; /* 强制单词内换行 */
}
.tzgg .news-list .list-item::before {
  content: "";
  top: 21px;
}
.tzgg .index-tzgg-swipers {
  height: 100%;
}

/* index-img-container */
.index-img-container a {
  margin-right: 20px;
  overflow: hidden;
}
.index-img-container a:last-child {
  margin-right: 0px;
}
.index-img-container img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.index-img-container a:hover img {
  transform: scale(1.03);
}

/* index-zwfw-container */
.zwfw-container {
  padding: 0 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.zwfw-top {
  position: relative;
  padding-top: 48px;
  padding-bottom: 5px;
  font-size: 14px;
}
.zwfw-top .more {
  position: absolute;
  top: 16px;
  right: 0;
}
.title {
  /* line-height: 1; */
  line-height: 95px;
  /* margin-bottom: 18px; */
  color: #0a4895;
}
.zwfw-top-item-link {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  width: 100%;
  height: 100%;
  text-align: center;
  /* padding-left: 22px; */
  color: #0a4895;
}
.zwfw-top-item-link:hover {
  color: #0a4895;
}
.zwfw-top-item-link:hover .title {
  color: #2a69cf;
}
.zwfw-top-item {
  height: 95px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all .5s;
}
.zwfw-top-item:hover {
  background-size: 120% 120%;
}
.zwfw-top-item:last-child {
  margin-right: 0px;
}
.swiper-slide:nth-child(2n - 1) .zwfw-top-item {
  background-image: url(../images/index/bg02.png);
}
.swiper-slide:nth-child(2n) .zwfw-top-item {
  background-image: url(../images/index/bg03.png);
}
.swiper-slide:nth-child(3n) .zwfw-top-item {
  background-image: url(../images/index/bg04.png);
}
.zwfw-top .more {
  font-size: 16px;
  text-align: right;
}
.zwfw-top-item-link .tags {
  margin-left: -10px;
}
.zwfw-top-item-link .tag {
  position: relative;
  line-height: 1;
  padding: 0 8px;
}
.zwfw-top-item-link .tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  width: 2px;
  height: 100%;
  background-color: #b5d2ec;
}
.zwfw-top-item-link .tag:last-child::after {
  display: none;
}
.zwfw-left {
  width: calc(100% - 540px);
  padding-right: 20px;
  padding-top: 20px;
  overflow: hidden;
}
.zwfw-left .zczn-swipers {
  height: 199px;
}
.zwfw-left .swiper-slide .list-item {
  position: relative;
  width: 100%;
  /* padding: 10px 10px 15px 35px; */
  padding: 10px 10px 15px 20px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}
.zwfw-left .swiper-slide .list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #076efa;
  position: absolute;
  top: 43%;
  /* left: 13px; */
  left: 5px;
  /* transform: translateY(-50%); */
  transition: all 0.3s;
}

.zwfw-left .swiper-slide .list-item:hover,
.zwfw-left .swiper-slide .list-item:hover .time .bottom {
  color: #283eeb;
}
.zwfw-left .swiper-slide .list-item:hover::before {
  content: "";
  /* width: 12px; */
  width: 10px;
  background: #283eeb !important;
}
.zwfw-left .swiper-slide .list-item .info {
  width: calc(100% - 200px);
  font-size: 18px;
}
.zwfw-left .swiper-slide .list-item .time {
  color: #b3b3b3;
}
.time-a {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 16px;
  color: #0a4895;
}
.time-a:last-child {
  margin-right: 0;
}
.time-a img {
  margin-right: 8px;
}
.zwfw-right {
  position: relative;
  width: 540px;
}
.index-zcjd-swipers {
  margin: 0 35px;
  padding: 20px 0;
  overflow: hidden;
}
.index-zcjd-swipers .swiper-slide {
  width: 235px;
  height: 130px;
  padding: 0 7px;
}
.index-zcjd-swipers .swiper-slide a,
.index-zcjd-swipers .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.index-zcjd-prev,
.index-zcjd-next {
  position: absolute;
  top: 90px;
  width: 26px;
  height: 77px;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.index-zcjd-prev {
  left: 0px;
  background-image: url(../images/index/left.png);
}
.index-zcjd-next {
  right: 0px;
  background-image: url(../images/index/right.png)

}
.index-zcjd-prev::after,
.index-zcjd-next:after {
  display: none;
}
/* index-kjtj-container */
.kjtj-container {
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 6px;
  font-size: 18px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #333333;
}
.kjtj-cxzy {
  padding-top: 16px;
}
.kjtj-left {
  width: calc(100% - 340px);
  padding-right: 20px;
}
.kjtj-top .cxzy-item {
  height: 118px;
  border-radius: 6px;
  margin-right: 20px;
  margin-bottom: 16px;
  background: linear-gradient(to right, #e3f2ff, #cee6f7);
}
.kjtj-top .cxzy-item:first-child,
.kjtj-top .cxzy-item:nth-child(2) {
  background: linear-gradient(to right, #eaf0f7, #e3f0ff);
}

.kjtj-bot .cxzy-item {
  height: 80px;
  border-radius: 6px;
  margin-right: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  background: linear-gradient(to right, #e3f2ff, #cee6f7);
}
.kjtj-bot .cxzy-item:first-child {
  background: linear-gradient(to right, #eaf0f7, #e3f0ff);
}
.kjtj-num {
  font-weight: bold;
  color: #0a4895;
}
.cxzy-item .num {
  font-family: "庞门正道标题体";
  font-size: 28px;
  letter-spacing: 1px;
}
.kjtj-top .cxzy-item .kjtj-num {
  margin-bottom: 8px;
}
.kjtj-bot .cxzy-item .kjtj-num {
  margin-left: 8px;
}
.kjtj-top .cxzy-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
.kjtj-top .cxzy-item:last-child {
  margin-right: 0;
}
.kjtj-cxzy .kjtj-bot .cxzy-item:first-child {
  width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  margin-right: 20px;
  margin-bottom: 16px;
}
.kjtj-cxzy .kjtj-bot .cxzy-item:last-child {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  margin-right: 0;
}
.kjtj-bot .cxzy-item .flex {
  margin: 0 8px;
}
.kjtj-right {
  width: 340px;
}
.kjtj-dxyq .cxzy-item:first-child {
  background: linear-gradient(to right, #e9faf5, #e3f0ff);
}
.kjtj-dxyq .cxzy-item:nth-child(2) {
  background: linear-gradient(to right, #d0f5ec, #cde5f7);
}
.kjtj-dxyq .kjtj-bot .cxzy-item {
  background: linear-gradient(to right, #e9faf5, #e3f0ff);
}

/* index-link-container */
.index-link-container {
  padding-bottom: 10px;
}
.index-link-list {
  display: flex;
  flex-wrap: wrap;
}
.index-link-item {
  width: 23.9%;
  margin-right: 20px;
  margin-bottom: 18px;
  padding: 0 16px;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #b4d3ee;
  border-radius: 6px;
  background-color: #e5f0f9;
  color: #4a4a4a;
  transition: all 0.3s;
}

.index-link-item:hover,
.index-link-item.is-active {
  border: 1px solid #ffcd68;
  background-color: #ffffed;
  color: #ff6666;
}

.index-link-item a {
  color: #4a4a4a;
  transition: all 0.3s;
}

.index-link-item:hover a,
.index-link-item.is-active a {
  color: #ff6666;
}
.index-link-item:nth-child(4n) {
  margin-right: 0;
}
.link-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 110px;
}
.link-item-img {
  margin-right: 12px;
}

/* index-friendship-link */
.index-friendship-link {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #4775b1;
  color: #ffffff;
}
.friendship-link-item {
  margin: 0 9px;
}
.friendship-link-item a {
  color: #ffffff;
}
.friendship-link-item a:hover {
  text-decoration: underline;
}
