.swiper-pagination {
  display: flex;
  align-items: center;
}

.main {
  width: 100%;
  position: relative;
}

.main .banner {
  height: 4.58rem;
}

.main .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .banner .banner-pagination {
  justify-content: center;
}

.main .banner .banner-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background-color: #fff;
}

.main .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #243977;
}

.main .menus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0.56rem;
  padding: 0 0.4rem;
  background: rgba(255, 255, 255, 0.7);
}

.main .menus .menus-box {
  height: 100%;
  display: flex;
  font-size: 0;
}

.main .menus .menus-box .menu-item {
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  flex: 1;
  position: relative;
}

.main .menus .menus-box .menu-item > a {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}

.main .menus .menus-box .menu-item:hover {
  background-color: #263876;
}

.main .menus .menus-box .menu-item:hover > a {
  color: #fff;
  font-size: 0.2rem;
}

.main .menus .menus-box .menu-item:hover .submenus {
  display: block;
}

.main .menus .menus-box .menu-item .submenus {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.main .menus .menus-box .menu-item .submenus li {
  white-space: nowrap;
  height: 0.4rem;
  line-height: 0.4rem;
}

.main .menus .menus-box .menu-item .submenus li > a {
  font-size: 0.16rem;
}

.main .menus .menus-box .menu-item .submenus li:hover {
  background-color: rgba(38, 56, 118, 0.7);
}

.main .menus .menus-box .menu-item .submenus li:hover > a {
  color: #fff;
  font-weight: bold;
}

.main .news {
  background: url("/DFS/template/2739/img/news-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 0.2rem 0.4rem;
}

.main .news .news-box {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.main .news .news-box .news-left {
  width: 5rem;
  flex-shrink: 0;
}

.main .news .news-box .news-left .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.28rem 0;
}

.main .news .news-box .news-left .title .title-name {
  font-size: 0.18rem;
  color: white;
  flex: 1;
  text-align: left;
}

.main .news .news-box .news-left .title .title-name span {
  padding: 0 0.2rem;
  position: relative;
}

.main .news .news-box .news-left .title .title-name span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: white;
  border-radius: 50%;
}

.main .news .news-box .news-left .title .title-name span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: white;
  border-radius: 50%;
}

.main .news .news-box .news-left .title .more {
  background-color: rgba(144, 219, 231, 0.3);
  font-size: 0.14rem;
  color: white;
  border-radius: 0.12rem;
  padding: 0.04rem 0.12rem;
  flex-shrink: 0;
}

.main .news .news-box .news-left .news-banner {
  font-size: 0;
}

.main .news .news-box .news-left .news-banner .news-pagination {
  bottom: 0;
  top: 2.6rem;
  height: 0.12rem;
  justify-content: flex-end;
  padding-right: 0.24rem;
}

.main .news .news-box .news-left .news-banner .news-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}

.main .news .news-box .news-left .news-banner .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #243977;
}

.main .news .news-box .news-left .news-banner img {
  width: 100%;
  height: 2.82rem;
}

.main .news .news-box .news-left .news-banner .content p:first-child {
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.2rem;
}

.main .news .news-box .news-left .news-banner .content p:last-child {
  color: #fff;
  font-size: 0.14rem;
  margin-top: 0.12rem;
}

.main .news .news-box .news-right {
  flex: 1;
  margin-left: 0.36rem;
  margin-top: 0.6rem;
  overflow: hidden;
}

.main .news .news-box .news-right .news-item {
  padding: 0.12rem 0.18rem;
  display: block;
  margin-bottom: 0.2rem;
}

.main .news .news-box .news-right .news-item:hover {
  background-color: #6ac2d1;
}

.main .news .news-box .news-right .news-item:last-child {
  margin-bottom: 0;
}

.main .news .news-box .news-right .news-item .date {
  color: #fff;
  font-size: 0.16rem;
  padding-bottom: 0.12rem;
  position: relative;
}

.main .news .news-box .news-right .news-item .date::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.main .news .news-box .news-right .news-item .brief {
  font-size: 0.14rem;
  color: #fff;
  margin-top: 0.08rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .field2 {
  padding: 0.2rem 0.4rem;
}

.main .field2 .field2-box {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.main .field2 .field2-box .notice {
  width: 5rem;
  flex-shrink: 0;
}

.main .field2 .field2-box .notice .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.28rem 0;
}

.main .field2 .field2-box .notice .title .title-name {
  font-size: 0.18rem;
  color: #263876;
  flex: 1;
  text-align: left;
}

.main .field2 .field2-box .notice .title .title-name span {
  padding: 0 0.2rem;
  position: relative;
}

.main .field2 .field2-box .notice .title .title-name span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #263876;
  border-radius: 50%;
}

.main .field2 .field2-box .notice .title .title-name span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #263876;
  border-radius: 50%;
}

.main .field2 .field2-box .notice .title .more {
  background-color: rgba(144, 219, 231, 0.3);
  font-size: 0.14rem;
  color: #263876;
  border-radius: 0.12rem;
  padding: 0.04rem 0.12rem;
  flex-shrink: 0;
}

.main .field2 .field2-box .notice .body .notice-item {
  width: 100%;
  height: 0.4rem;
  margin-bottom: 0.12rem;
  padding-left: 0.16rem;
  border-left: 3px solid #243977;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .field2 .field2-box .notice .body .notice-item:last-child {
  margin-bottom: 0;
}

.main .field2 .field2-box .notice .body .notice-item:hover {
  background-color: #6ac2d1;
  border-left: none;
}

.main .field2 .field2-box .notice .body .notice-item:hover .brief,
.main .field2 .field2-box .notice .body .notice-item:hover .date {
  color: #fff;
}

.main .field2 .field2-box .notice .body .notice-item .brief {
  font-size: 0.14rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .field2 .field2-box .notice .body .notice-item .date {
  font-size: 0.14rem;
  color: #999;
  flex-shrink: 0;
  margin-left: 0.16rem;
}

.main .field2 .field2-box .achievement {
  flex: 1;
  margin-left: 0.36rem;
  overflow: hidden;
}

.main .field2 .field2-box .achievement .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.28rem 0;
}

.main .field2 .field2-box .achievement .title .title-name {
  font-size: 0.18rem;
  color: #263876;
  flex: 1;
  text-align: left;
}

.main .field2 .field2-box .achievement .title .title-name span {
  padding: 0 0.2rem;
  position: relative;
}

.main .field2 .field2-box .achievement .title .title-name span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #263876;
  border-radius: 50%;
}

.main .field2 .field2-box .achievement .title .title-name span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #263876;
  border-radius: 50%;
}

.main .field2 .field2-box .achievement .title .more {
  background-color: rgba(144, 219, 231, 0.3);
  font-size: 0.14rem;
  color: #263876;
  border-radius: 0.12rem;
  padding: 0.04rem 0.12rem;
  flex-shrink: 0;
}

.main .field2 .field2-box .achievement .body .achievement-item {
  width: 100%;
  height: 0.4rem;
  margin-bottom: 0.12rem;
  padding-left: 0.16rem;
  border-left: 3px solid #243977;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .field2 .field2-box .achievement .body .achievement-item:last-child {
  margin-bottom: 0;
}

.main .field2 .field2-box .achievement .body .achievement-item:hover {
  background-color: #6ac2d1;
  border-left: none;
}

.main .field2 .field2-box .achievement .body .achievement-item:hover .brief,
.main .field2 .field2-box .achievement .body .achievement-item:hover .date {
  color: #fff;
}

.main .field2 .field2-box .achievement .body .achievement-item .brief {
  font-size: 0.14rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .field2 .field2-box .achievement .body .achievement-item .date {
  font-size: 0.14rem;
  color: #999;
  flex-shrink: 0;
  margin-left: 0.16rem;
}

.main .field3 {
  background: url("/DFS/template/2739/img/field3-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 0.2rem 0.4rem;
}

.main .field3 .field3-box {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}

.main .field3 .field3-box .report .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.28rem 0;
}

.main .field3 .field3-box .report .title .title-name {
  font-size: 0.18rem;
  color: #fff;
  flex: 1;
  text-align: center;
}

.main .field3 .field3-box .report .title .title-name span {
  padding: 0 0.2rem;
  position: relative;
}

.main .field3 .field3-box .report .title .title-name span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #fff;
  border-radius: 50%;
}

.main .field3 .field3-box .report .title .title-name span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #fff;
  border-radius: 50%;
}

.main .field3 .field3-box .report .title .more {
  background-color: rgba(144, 219, 231, 0.3);
  font-size: 0.14rem;
  color: #fff;
  border-radius: 0.12rem;
  padding: 0.04rem 0.12rem;
  flex-shrink: 0;
}

.main .field3 .field3-box .report .report-swiper {
  padding-bottom: 0.2rem;
}

.main .field3 .field3-box .report .report-pagination {
  justify-content: center;
  bottom: 0;
}

.main .field3 .field3-box .report .report-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.main .field3 .field3-box .report .swiper-slide {
  display: flex;
  align-items: flex-start;
}

.main .field3 .field3-box .report .swiper-slide .report-item {
  flex: 1;
  background-color: rgba(125, 180, 224, 0.2);
  border-radius: 0.08rem;
  padding: 0.12rem 0.28rem;
  display: flex;
  align-items: center;
  margin-right: 0.12rem;
}

.main .field3 .field3-box .report .swiper-slide .report-item:last-child {
  margin-right: 0;
}

.main .field3 .field3-box .report .swiper-slide .report-item:hover {
  background-color: #6ac2d1;
}

.main .field3 .field3-box .report .swiper-slide .report-item .date {
  color: #fff;
}

.main .field3 .field3-box .report .swiper-slide .report-item .date div {
  text-align: center;
}

.main .field3 .field3-box .report .swiper-slide .report-item .date div:first-child {
  font-size: 0.36rem;
}

.main .field3 .field3-box .report .swiper-slide .report-item .date div:last-child {
  font-size: 0.14rem;
}

.main .field3 .field3-box .report .swiper-slide .report-item .brief {
  margin-left: 0.24rem;
  font-size: 0.14rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .field4 {
  padding: 0.2rem 0.4rem;
  background-color: #fff;
}

.main .field4 .field4-box {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}

.main .field4 .field4-box .student {
  display: flex;
  align-items: flex-start;
}

.main .field4 .field4-box .student .student-left {
  width: 2.4rem;
  flex-shrink: 0;
  font-size: 0;
}

.main .field4 .field4-box .student .student-left .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.28rem 0;
}

.main .field4 .field4-box .student .student-left .title .title-name {
  font-size: 0.18rem;
  color: #263876;
  flex: 1;
  text-align: left;
}

.main .field4 .field4-box .student .student-left .title .title-name span {
  padding: 0 0.2rem;
  position: relative;
}

.main .field4 .field4-box .student .student-left .title .title-name span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #263876;
  border-radius: 50%;
}

.main .field4 .field4-box .student .student-left .title .title-name span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #263876;
  border-radius: 50%;
}

.main .field4 .field4-box .student .student-left .title .more {
  background-color: rgba(144, 219, 231, 0.3);
  font-size: 0.14rem;
  color: #263876;
  border-radius: 0.12rem;
  padding: 0.04rem 0.12rem;
  flex-shrink: 0;
}

.main .field4 .field4-box .student .student-left .brief {
  font-size: 0.14rem;
  color: #666;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

.main .field4 .field4-box .student .student-left .more {
  display: inline-block;
  background-color: rgba(144, 219, 231, 0.3);
  font-size: 0.14rem;
  color: #263876;
  border-radius: 0.12rem;
  padding: 0.04rem 0.12rem;
  margin-top: 0.12rem;
}

.main .field4 .field4-box .student .student-right {
  margin-left: 0.4rem;
  background-color: #f7f7f7;
  padding: 0.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main .field4 .field4-box .student .student-right .student-item {
  flex: 1;
  border-radius: 0.08rem;
  margin-right: 0.16rem;
  background-color: #fff;
  font-size: 0;
}

.main .field4 .field4-box .student .student-right .student-item:last-child {
  margin-right: 0;
}

.main .field4 .field4-box .student .student-right .student-item img {
  width: 100%;
  height: 1.78rem;
  border-radius: 0.08rem 0.08rem 0 0;
  object-fit: cover;
}

.main .field4 .field4-box .student .student-right .student-item .brief {
  padding: 0.12rem 0.12rem 0;
  font-size: 0.14rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .field4 .field4-box .student .student-right .student-item .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.12rem;
}

.main .field4 .field4-box .student .student-right .student-item .date span {
  font-size: 0.14rem;
  padding: 0.04rem 0.12rem;
  color: #0c0c0c;
  background-color: rgba(214, 231, 245, 0.7);
  border-radius: 0.12rem;
}

.main .field4 .field4-box .student .student-right .student-item .date .more {
  display: inline-block;
  background-color: rgba(144, 219, 231, 0.3);
  font-size: 0.14rem;
  color: #263876;
  border-radius: 0.12rem;
  padding: 0.04rem 0.12rem;
}

.main .field5 {
  background: url("/DFS/template/2739/img/field5-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 0.2rem 0.4rem;
}

.main .field5 .title {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .field5 .title .title-name {
  padding: 0 0.48rem;
  font-size: 0.18rem;
  color: #fff;
  background-color: #6ac2d1;
}

.main .field5 .title .more {
  font-size: 0.14rem;
  color: #7db4e0;
  margin-right: 0.3rem;
}

.main .field5 .field5-box {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.main .field5 .field5-box .tech {
  width: 5rem;
  flex-shrink: 0;
}

.main .field5 .field5-box .tech .body {
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding-bottom: 0.3rem;
}

.main .field5 .field5-box .tech .body .tech-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.32rem;
  position: relative;
  margin-top: 0.3rem;
}

.main .field5 .field5-box .tech .body .tech-item::before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #263876;
  border-radius: 50%;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.main .field5 .field5-box .tech .body .tech-item .brief {
  font-size: 0.14rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .field5 .field5-box .tech .body .tech-item .date {
  color: #333;
  font-size: 0.14rem;
  flex-shrink: 0;
}

.main .field5 .field5-box .science {
  margin-left: 0.36rem;
  flex: 1;
}

.main .field5 .field5-box .science .body {
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding-bottom: 0.3rem;
}

.main .field5 .field5-box .science .body .science-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.32rem;
  position: relative;
  margin-top: 0.3rem;
}

.main .field5 .field5-box .science .body .science-item::before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #263876;
  border-radius: 50%;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.main .field5 .field5-box .science .body .science-item .brief {
  font-size: 0.14rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .field5 .field5-box .science .body .science-item .date {
  color: #333;
  font-size: 0.14rem;
  flex-shrink: 0;
}

.main .field6 {
  background: url("/DFS/template/2739/img/field6-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 0.2rem 0.4rem;
}

.main .field6 .field6-box {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}

.main .field6 .field6-box .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main .field6 .field6-box .links .link-item {
  margin: 0.1rem 0.15rem;
  padding: 0 0.18rem;
  background: #90dbe7;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #3b509b;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  color: #263876;
}

.main .field6 .field6-box .links .link-item:hover {
  background-color: #263876;
  color: #90dbe7;
}
