.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  opacity: 1;
  background-color: rgba(21, 142, 68, 0.37);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #158e44;
}

.main {
  margin-top: 1.7rem;
}

.main .banner {
  width: 100%;
  height: 5.32rem;
}

.main .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .banner .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #fff;
}

.main .banner .swiper-pagination-bullet-active {
  background-color: #1d1d71;
}

.main .field1 {
  display: flex;
  justify-content: space-between;
}

.main .field1 .news {
  padding-left: 0.4rem;
  padding-right: 0.08rem;
  padding-bottom: 0.24rem;
  width: 10.8rem;
  background: url("../img/field1-bg.png") no-repeat;
  display: flex;
}

.main .field1 .news .news-left {
  width: 50%;
}

.main .field1 .news .news-left .title {
  margin: 0.6rem 0 0.24rem;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .field1 .news .news-left .title .title-name {
  font-size: 0.3rem;
  color: #1d1d71;
  font-weight: bold;
}

.main .field1 .news .news-left .title .more {
  font-size: 0.16rem;
  color: #1d1d71;
}

.main .field1 .news .news-left .news-banner .news-info-title {
  font-size: 0.18rem;
  color: #1d1d71;
  font-weight: bold;
}

.main .field1 .news .news-left .news-banner .news-info-brief {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .field1 .news .news-left .news-banner img {
  width: 100%;
  height: 2.88rem;
  margin-top: 0.24rem;
}

.main .field1 .news .news-left .news-pagination {
  bottom: 0;
}

.main .field1 .news .news-left .news-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: rgba(29, 29, 113, 0.37);
}

.main .field1 .news .news-left .news-pagination .swiper-pagination-bullet-active {
  background-color: #1d1d71;
}

.main .field1 .news .news-columns {
  flex: 1;
  margin-left: 0.36rem;
  margin-top: 1.28rem;
}

.main .field1 .news .news-columns .news-item {
  height: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.main .field1 .news .news-columns .news-item .brief {
  font-size: 0.18rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .field1 .news .news-columns .news-item .date {
  font-size: 0.18rem;
  color: #1d1d71;
  flex-shrink: 0;
  margin-left: 0.24rem;
}

.main .field1 .notice {
  flex: 1;
  padding-right: 0.4rem;
  padding-left: 0.24rem;
  background: url("../img/notice-bg.png") no-repeat;
}

.main .field1 .notice .title {
  margin: 0.6rem 0 0.24rem;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .field1 .notice .title .title-name {
  font-size: 0.3rem;
  color: #1d1d71;
  font-weight: bold;
}

.main .field1 .notice .title .more {
  font-size: 0.16rem;
  color: #1d1d71;
}

.main .field1 .notice .notice-item {
  height: 0.78rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  border-radius: 0.08rem;
}

.main .field1 .notice .notice-item .date {
  flex-shrink: 0;
  text-align: center;
  color: #5858bb;
}

.main .field1 .notice .notice-item .date p:first-child {
  font-size: 0.24rem;
  font-weight: bold;
}

.main .field1 .notice .notice-item .date p:last-child {
  font-size: 0.16rem;
  border-top: 1px dashed #5858bb;
  padding-top: 0.04rem;
}

.main .field1 .notice .notice-item .brief {
  font-size: 0.16rem;
  color: #333;
  margin-left: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .field1 .notice .notice-item:hover {
  background-color: #5858bb;
  cursor: pointer;
}

.main .field1 .notice .notice-item:hover .date {
  color: #fff;
}

.main .field1 .notice .notice-item:hover .date p:last-child {
  border-top-color: #fff;
}

.main .field1 .notice .notice-item:hover .brief {
  color: #fff;
}

.main .field2 {
  padding: 0.26rem 0.4rem;
  background: url("../img/field2-bg.png") no-repeat;
  display: flex;
}

.main .field2 .field2-left {
  flex: 1;
}

.main .field2 .field2-left .guide {
  margin-top: 0.57rem;
}

.main .field2 .field2-left .guide .title {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #1d1d71;
  margin-bottom: 0.4rem;
}

.main .field2 .field2-left .guide .body {
  display: flex;
  justify-content: space-between;
}

.main .field2 .field2-left .guide .body .guide-item {
  flex: 1;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}

.main .field2 .field2-left .guide .body .guide-item img {
  width: 1.2rem;
  height: 1.2rem;
}

.main .field2 .field2-left .guide .body .guide-item div {
  font-size: 0.22rem;
  color: #666;
  margin-top: 0.15rem;
}

.main .field2 .field2-left .link {
  flex: 1;
  overflow: hidden;
  background: url("../img/contact-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 0.2rem;
  margin-top: 0.36rem;
}

.main .field2 .field2-left .link .title {
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.main .field2 .field2-left .link .link-item {
  display: flex;
}

.main .field2 .field2-left .link .link-item:not(:last-child) {
  margin-bottom: 0.12rem;
}

.main .field2 .field2-left .link .link-item .label {
  font-size: 0.20rem;
  color: #fff;
}

.main .field2 .field2-left .link .link-item .content {
  font-size: 0.20rem;
  color: #fff;
}

.main .field2 .rule {
  flex: 1;
  overflow: hidden;
  margin-left: 1rem;
}

.main .field2 .rule .title {
  margin: 0.6rem 0 0.24rem;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .field2 .rule .title .title-name {
  font-size: 0.3rem;
  color: #1d1d71;
  font-weight: bold;
}

.main .field2 .rule .title .more {
  font-size: 0.16rem;
  color: #1d1d71;
}

.main .field2 .rule .rule-item {
  height: 0.78rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999;
}

.main .field2 .rule .rule-item .date {
  font-size: 0.18rem;
  color: #1d1d71;
  flex-shrink: 0;
  margin-right: 0.36rem;
}

.main .field2 .rule .rule-item .brief {
  font-size: 0.18rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .field3 {
  padding: 0.3rem 0.4rem 0.6rem;
  background: url("../img/field3-bg.png") no-repeat;
}
