p {
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  box-sizing: border-box;
}
.more a {
    margin-right: 16px;
    color: #2c61a2;
}
a, a:hover, .more a:hover {
    text-decoration: none;
}

/* index-content-container */
.index-content-container {
  padding-top: 12px;
  border-bottom: 1px solid #2c61a2;
}

/* index-img-container */
.index-img-container {
  height: 180px;
  margin-bottom: 20px;
}
.index-img-container a,
.index-img-container img {
  width: 100%;
  height: 100%;
  transition: all .5s;
  overflow: hidden;
}
.index-img-container a:hover img {
  transform: scale(1.03);
}

/* index-news-container */
.index-news-container {
  position: relative;
  height: 390px;
}
.index-news-swipers {
  width: 520px;
  margin-right: 20px;
}
.index-news-swipers .swiper-slide {
  position: relative;
  width: 100%;
  height: 390px;
}
.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: 12px 140px 12px 18px;
    font-size: 18px;
    overflow: hidden;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}
.index-news-info a {
    width: 520px;
    color: #fff;
}
/* index-news-list */
.index-news-list {
  width: calc(100% - 540px - 340px);
  margin-right: 20px;
}
.news-tabs-item {
  position: relative;
  /* width: 130px; */
  height: 43px;
  text-align: center;
  line-height: 43px;
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  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: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: -2px;
  left: 0;
  width: 0;
  height: 4px;
  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 - 540px - 340px - 20px);
  height: 100%;
  padding-top: 10px;
  overflow: hidden;
}
.news-list .list-item {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  color: #333333;
}
.news-list .list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  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;
  background: #283eeb !important;
}
.news-list .list-item .info {
  width: calc(100% - 90px);
  font-size: 16px;
}
.news-list .list-item .time {
  width: 85px;
  color: #b3b3b3;
}

/* 通知公告 */
.index-tzgg-list.tzgg {
  width: 340px;
}
.tzgg .news-list-container {
  height: calc(100% - 43px - 1px);
  overflow: hidden;
}
.tzgg .news-list {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  font-size: 15px;
  overflow: hidden;
}
.money {
  width: 90px;
  text-align: right;
  font-size: 12px;
  color: #2c61a2;
}
.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%;
}


/* schd-fwfn-container */
.fwfn {
  position: relative;
  border: 1px solid #b8cdf3;
}
.fwfn-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 199px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background-image: url(../images/index/shuangchuang_bt1.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}
.fwfn-title img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.index-fwfn-swipers {
  width: 1326px;
  margin: 0 auto;
}
.index-fwfn-swipers .swiper-slide {
  width: 25%;
  text-align: center;
}
.index-fwfn-swipers .swiper-slide .fwfn-focus-img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
}
.index-fwfn-swipers .swiper-slide .fwfn-focus-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-fwfn-swipers .swiper-slide:hover img {
  transform: scale(1.1);
}

/* index-friendship-link */
.index-friendship-link {
  min-width: 1366px;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #074ea0;
  color: #ffffff;
}
.friendship-link-item {
  margin: 0 9px;
}
.friendship-link-item a {
  color: #ffffff;
}
.friendship-link-item a:hover {
  text-decoration: underline;
}
