.indexModule .class_box_Module {
  background-color: #fff;
  padding-bottom: 2.5rem;
}

.indexModule .class_box {
  margin-bottom: 2.5rem;
}

.indexModule .class_box .title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.indexModule .class_box .title .icon {
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.375rem;
}

.indexModule .class_box .item_box {
  width: 100%;
  height: 6rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.indexModule .class_box .item_box .item {
  width: 12.5625rem;
  height: 3.5rem;
  font-size: 0.9375rem;
  color: #606266;
  margin-left: -0.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.0625rem;
  border: 0.0625rem solid #F5F6F8;
  padding: 0.625rem;
  cursor: pointer;
  position: relative;
}

.indexModule .class_box .item_box .item .last_item {
  position: absolute;
  width: 12.5625rem;
  height: 3.5rem;
  background-color: #2AABE4;
}

.indexModule .class_box .item_box .item .main_box {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.indexModule .class_box .item_box .item .jiao {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 20%;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid #fff;
  font-size: 0;
}

.indexModule .class_box .item_box .item .more_box {
  width: 26rem;
  height: auto;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 10;
  display: none;
  color: #606266;
  background-color: #fff;
  padding: 1.5rem 1.25rem 0rem 1.25rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}

.indexModule .class_box .item_box .item .child_box {
  display: flex;
  flex-wrap: wrap;
}

.indexModule .class_box .item_box .item .child_box .child_box_item {
  margin-right: 2rem;
  margin-bottom: 1.5rem;
}

.indexModule .class_box .item_box .item:hover {
  background-color: #2D3192;
  color: #fff;
}

.indexModule .class_box .item_box .item:hover .more_box {
  display: block;
}

.indexModule .class_box_image .image {
  width: 100%;
  height: auto;
}

.indexModule .recommend {
  background-color: #F5F6F8;
  padding: 4.75rem 0 4.125rem 0;
}

.indexModule .recommend .recommend_area .top {
  display: flex;
  justify-content: space-between;
}

.indexModule .recommend .recommend_area .top .name {
  color: #303133;
  font-size: 2.25rem;
  font-weight: 600;
  margin-right: 1.4375rem;
}

.indexModule .recommend .recommend_area .top .more_box {
  flex: 1;
  color: #909399;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #E4E7ED;
}

.indexModule .recommend .recommend_area .top .more_box .more {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.indexModule .recommend .recommend_area .top .more_box .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.indexModule .recommend .recommend_area .exhibition {
  width: 100%;
  padding-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.9375rem;
}

.indexModule .recommend .recommend_area .exhibition .item {
  width: 16.75rem;
  border-radius: 0.375rem;
  margin-bottom: 0.6875rem;
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.indexModule .recommend .recommend_area .exhibition .item .logo {
  height: 5rem;
  width: auto;
  object-fit: contain;
  margin-bottom: 1rem;
  max-width: 80%;
}

.indexModule .recommend .recommend_area .exhibition .item .textarea {
  color: #303133;
  font-size: 1rem;
  width: 100%;
  line-height: 140%;
  height: 2.75rem;
  margin-bottom: 0.75rem;
}

.indexModule .recommend .recommend_area .exhibition .item .time_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.indexModule .recommend .recommend_area .exhibition .item .time_box .time {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #606266;
}

.indexModule .recommend .recommend_area .exhibition .item .time_box .time .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}

.indexModule .recommend .recommend_area .exhibition .item .time_box .delay {
  color: #DB1915;
  font-size: 0.75rem;
}

.indexModule .recommend .recommend_area .exhibition .item .time_box .delay1 {
  color: #DB1915;
  font-size: 0.75rem;
}

.indexModule .recommend .recommend_area .exhibition .item .button_box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.indexModule .recommend .recommend_area .exhibition .item .button {
  width: 4.5rem;
  height: 1.875rem;
  background-color: #2D3192;
  border-radius: 0.375rem;
  text-align: center;
  line-height: 1.875rem;
  color: #FFFFFF;
  font-size: 0.8125rem;
  cursor: pointer;
}

.indexModule .Detaile {
  padding: 2.5rem 0 0 0;
  margin-bottom: 5rem;
}

.indexModule .Detaile .Detaile_area .image {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
}

.indexModule .Detaile .Detaile_area .imgae_box {
  display: flex;
  justify-content: space-between;
}

.indexModule .Detaile .Detaile_area .imgae_box .img {
  width: 28.5rem;
  height: 8.75rem;
  cursor: pointer;
}

.indexModule .enterprise {
  padding-top: 0;
  background-color: #fff;
  padding-bottom: 3.625rem;
}

.indexModule .enterprise .enterprise_swiper {
  margin-top: 3rem;
  height: 29rem;
  position: relative;
}

.indexModule .enterprise .enterprise_swiper .enSwiper {
  width: 100%;
  height: 25.4rem;
  margin-left: auto;
  margin-right: auto;

}

.indexModule .enterprise .enterprise_swiper .enSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.indexModule .enterprise .enterprise_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 6.25rem;
  border: 1px solid #f5f6f7;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexModule .enterprise .enterprise_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.indexModule .news {
  background-color: #fff;
}

.indexModule .news .news_box {
  margin-top: 3.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
}

.indexModule .news .news_box .item {
  margin-bottom: 1.25rem;
}

.indexModule .news .news_box .item .img_box {
  line-height: 0;
  height: 16.125rem;
  width: 28.125rem;
}

.indexModule .news .news_box .item .img_box .image {
  width: 100%;
  height: 13.375rem;
  object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}

.indexModule .news .news_box .item .img_box .time {
  width: 100%;
  height: 2.75rem;
  text-align: right;
  color: #FFFFFF;
  font-size: 1rem;
  padding-right: 1.125rem;
  line-height: 2.75rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background-color: #2D3192;
}

.indexModule .news .news_box .item .title {
  height: 5rem;
  line-height: 140%;
  font-size: 1.125rem;
  color: #303133;
  padding: 1.25rem 1rem;
}

.centerModule {
  background-color: #F5F6F8;
}
.centerModule .class_main_box{
    background: #fff;
}
.centerModule .class_box {
  background-color: #fff;
  border-radius: .5rem;
  padding: 1.625rem 1.625rem 0 1.625rem;
}

.centerModule .class_box .firstNav {
  margin-bottom: 1.25rem;
  display: flex;
  color: #606266;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #EBEEF5;
}

.centerModule .class_box .firstNav .content {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  align-items: center;
}

.centerModule .class_box .firstNav .title {
  color: #303133;
  font-size: .9375rem;
  font-weight: 500;
  display: flex;
  margin-top: .425rem;
  margin-right: 1.875rem;
}

.centerModule .class_box .firstNav .nav1 {
  padding: .375rem .625rem;
  background-color: #fff;
  border-radius: .375rem;
  font-size: .875rem;
  margin-bottom: 0.2rem;
   margin-right: 1rem;
}

.centerModule .class_box .firstNav .active {
  color: #fff;
  background-color: #2D3192;
  border-radius: .375rem;
 
}

.centerModule .class_box .firstNav:last-child {
  position: relative;
  border-bottom: none;
  
}

.centerModule .class_box .firstNav:last-child .content {
  width: 84%;
  height: 2.2rem;
  overflow: hidden;
}

.centerModule .class_box .firstNav:last-child .see_area_box {
  display: block !important;
  margin-top: 0.3rem;
  cursor: pointer;
  font-size: .875rem;
  margin-left: .625rem;
}

.centerModule .class_box .firstNav:last-child .see_area_box:hover {
  color: #2D3192;
}

.centerModule .class_box .twoNav {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #EBEEF5;
  padding-bottom: 1.25rem;
}

.centerModule .class_box .twoNav .title {
  color: #303133;
  font-size:.9375rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-right: 2.8rem;
  margin-top: 4px;
}

.centerModule .class_box .twoNav .content {
  display: flex;
}

.centerModule .class_box .twoNav .nav1 {
  margin-right: 0.5rem;
 
  padding: .375rem .625rem;
  background-color: #fff;
  border-radius: .375rem;
  color: #606266;
   font-size: .875rem;
  margin-bottom: 0.2rem;
}

.centerModule .class_box .twoNav .active {
  color: #fff;
  background-color: #2D3192;
  border-radius: .375rem;
  font-size: .875rem;
}

.centerModule .recommend {
  padding: 0rem 0 3rem 0;
}

.centerModule .recommend .recommend_area .top {
  display: flex;
  justify-content: space-between;
}

.centerModule .recommend .recommend_area .top .name {
  color: #303133;
  font-size: 2.25rem;
  font-weight: 600;
  margin-right: 1.4375rem;
}

.centerModule .recommend .recommend_area .top .more_box {
  flex: 1;
  color: #909399;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #E4E7ED;
}

.centerModule .recommend .recommend_area .top .more_box .more {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.centerModule .recommend .recommend_area .top .more_box .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.centerModule .recommend .recommend_area .exhibition {
  width: 100%;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.9375rem;
}

.centerModule .recommend .recommend_area .exhibition .item {
  width: 16.75rem;
  border-radius: 0.375rem;
  margin-bottom: 0.6875rem;
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.centerModule .recommend .recommend_area .exhibition .item a {
  width: 100%;
}

.centerModule .recommend .recommend_area .exhibition .item .logo {
  height: 5rem;
  width: auto;
  object-fit: contain;
  margin-bottom: 1rem;
    max-width: 80%;
}

.centerModule .recommend .recommend_area .exhibition .item .textarea {
  color: #303133;
  font-size:  .875rem;
  /*height: 2.75rem;*/
  line-height: 140%;
  width: 100%;
  margin-bottom: 0.75rem;
}

.centerModule .recommend .recommend_area .exhibition .item .time_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.centerModule .recommend .recommend_area .exhibition .item .time_box .time {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #606266;
  margin-bottom: 0.75rem;
}

.centerModule .recommend .recommend_area .exhibition .item .time_box .time .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}

.centerModule .recommend .recommend_area .exhibition .item .time_box .delay {
  color: #DB1915;
  font-size: 0.75rem;
}

.centerModule .recommend .recommend_area .exhibition .item .time_box .delay1 {
  color: #DB1915;
  font-size: 0.75rem;
}

.centerModule .recommend .recommend_area .exhibition .item .button_box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.centerModule .recommend .recommend_area .exhibition .item .button {
  width: 4.5rem;
  height: 1.875rem;
  background-color: #2D3192;
  border-radius: 0.375rem;
  text-align: center;
  line-height: 1.875rem;
  color: #FFFFFF;
  font-size: 0.8125rem;
  cursor: pointer;
}

.pageCenterModule .exhibition_detail {
  width: 87.5rem;
  height: 21.25rem;
  margin-bottom: 3.75rem;
  padding-top: 3.125rem;
  padding-left: 2rem;
  display: flex;
  background-image: url('/static/img/index36.jpg');
}

.pageCenterModule .exhibition_detail .left {
  width: 18.75rem;
  height: 13.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #E4E7ED;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.375rem;
}

.pageCenterModule .exhibition_detail .left img {
  object-fit: cover;
  max-width: 70%;
  height: auto;
}

.pageCenterModule .exhibition_detail .right {
  color: #606266;
  font-size: 1rem;
}

.pageCenterModule .exhibition_detail .right .name {
  font-size: 2rem;
  color: #303133;
  font-weight: 500;
  margin-bottom: 1.85rem;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.pageCenterModule .exhibition_detail .right .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.pageCenterModule .exhibition_detail .right .right_item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

.pageCenterModule .exhibition_detail .right .price {
  display: flex;
}

.pageCenterModule .exhibition_detail .right .price .item {
  width: 9.4375rem;
  height: 2.25rem;
  text-align: center;
  line-height: 2.25rem;
  font-size: 0.875rem;
  color: #2D3192;
  margin-right: 1rem;
  border-radius: 0.375rem;
  background: #2D31921A;
  cursor: pointer;
}

.pageCenterModule .exhibition_content {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 7.5rem;
}

.pageCenterModule .exhibition_content .exhibition_content_left {
  width: 62.5rem;
}

.pageCenterModule .exhibition_content .exhibition_content_left .exhibition_content_nav {
  display: flex;
  margin-bottom: 3.125rem;
}

.pageCenterModule .exhibition_content .exhibition_content_left .exhibition_content_nav .nav_item {
  width: 11.25rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.25rem;
  color: #303133;
  cursor: pointer;
  margin-right: 1.875rem;
  background-color: #F5F6F8;
}

.pageCenterModule .exhibition_content .exhibition_content_left .exhibition_content_nav .active {
  background-color: #2D3192;
  color: #fff;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .exhibition_content_title {
  font-size: 2rem;
  color: #303133;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .exhibition_content_title .icon {
  width: 2.5rem;
  height: 2.5rem;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .content {
  width: 62.5rem;
  height: 11.125rem;
  padding-left: 4.375rem;
  padding-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #F5F6F8;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .content .item {
  width: 24.1875rem;
  font-size: 1.125rem;
  color: #606266;
  height: 1.625rem;
  line-height: 140%;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .textarea {
  width: 90%;
  padding-top: 2.5rem;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .textarea p {
  line-height: 180%;
  font-size: 1rem ;
  color: #606266;
}
.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .textarea p span{
     font-size: 1rem !important;
  color: #606266;
}

.pageCenterModule .exhibition_content .exhibition_content_left .line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background-color: #E4E7ED;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition {
  margin-top: 3.125rem;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition .textarea {
  padding-top: 0;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition .img_box {
  height: 13.75rem;
  width: 100%;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition .img_box .swiper {
  width: 100%;
  height: 100%;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition .img_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageCenterModule .exhibition_content .exhibition_content_left .Exhibition .img_box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageCenterModule .exhibition_content .exhibition_content_right {
  width: 22.375rem;
  height: 31.25rem;
}

.pageCenterModule .exhibition_content .exhibition_content_right .visit {
  width: 100%;
  height: 9.5625rem;
  background-color: #2D3192;
  border-radius: 0.5rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8125rem;
  margin-bottom: 1.0625rem;
  cursor: pointer;
}

.pageCenterModule .exhibition_content .exhibition_content_right .visit .icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0.875rem;
}

.pageCenterModule .exhibition_content .exhibition_content_right .gain_box {
  display: flex;
  cursor: pointer;
  width: 100%;
  margin-bottom: 4.6875rem;
  justify-content: space-between;
}

.pageCenterModule .exhibition_content .exhibition_content_right .gain_box .item {
  border-radius: 0.5rem;
  background-color: #2AABE4;
  font-size: 0.95rem;
  text-align: center;
  color: #FFFFFF;
  width: 10.9375rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.pageCenterModule .exhibition_content .exhibition_content_right .gain_box .right {
  background-color: #2D3192;
}

.pageCenterModule .exhibition_content .exhibition_content_right .news_box .title {
  font-size: 1.625rem;
  color: #303133;
  font-weight: 500;
  margin-bottom: 1.125rem;
}

.pageCenterModule .exhibition_content .exhibition_content_right .news_box .news_content {
  width: 100%;
  background: #F5F6F8;
  border-radius: 0.5rem;
  padding: 0 0.625rem;
  padding-bottom: 1rem;
  padding-top: 0.1rem;
}

.pageCenterModule .exhibition_content .exhibition_content_right .news_box .news_content .item {
  display: flex;
  margin-top: 1rem;
  border-bottom: 1px solid #E4E7ED;
}

.pageCenterModule .exhibition_content .exhibition_content_right .news_box .news_content .item .icon {
  width: 6.25rem;
  height: 4.1875rem;
  margin-right: 0.5625rem;
}

.pageCenterModule .exhibition_content .exhibition_content_right .news_box .news_content .item .detaile {
  color: #909399;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pageCenterModule .exhibition_content .exhibition_content_right .news_box .news_content .item .detaile .title1 {
  color: #303133;
  font-size: 0.9375rem;
  line-height: 140%;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.pageCenterModule .exhibition_content .exhibition_content_right .news_box .news_content .item:last-child {
  border: none;
}

.newsModule .news_box {
  padding-bottom: 3rem;
}

.newsModule .news_box .first_box {
  width: 100%;
  height: 364px;
  margin-bottom: 3.75rem;
  background-color: #F5F6F8;
}

.newsModule .news_box .first_box .swiper {
  width: 100%;
  height: 100%;
}

.newsModule .news_box .first_box .swiper .swiper-slide {
  display: flex;
}

.newsModule .news_box .first_box .swiper .img_box {
  width: 37.5rem;
  height: 22.75rem;
  margin-right: 2.75rem;
  position: relative;
}

.newsModule .news_box .first_box .swiper .img_box .show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(45, 49, 146, 0) 59.14%, #2D3192 100%);

}

.newsModule .news_box .first_box .swiper .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsModule .news_box .first_box .swiper .right_box {
  padding-top: 4.4375rem;
}

.newsModule .news_box .first_box .swiper .right_box .time {
  display: flex;
  font-size: 1rem;
  align-items: center;
  color: #606266;
  margin-bottom: 1.25rem;
}

.newsModule .news_box .first_box .swiper .right_box .time .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}

.newsModule .news_box .first_box .swiper .right_box .text {
  width: 44.625rem;
  height: 5.375rem;
  font-size: 1.75rem;
  color: #303133;
  margin-bottom: 3.125rem;
  line-height: 150%;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.newsModule .news_box .first_box .swiper .right_box .more {
  color: #2D3192;
  font-size: 1rem;
  display: flex;
}

.newsModule .news_box .first_box .swiper .right_box .more .icon {
  width: 1.4375rem;
  height: auto;
  margin-left: 0.1875rem;
}

.newsModule .news_box .first_box .swiper .swiper-horizontal>.swiper-pagination-bullets,
.newsModule .news_box .first_box .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.newsModule .news_box .first_box .swiper .swiper-pagination-custom,
.newsModule .news_box .first_box .swiper .swiper-pagination-fraction {
  left: -15%;
}

.newsModule .news_box .first_box .swiper .swiper-pagination-bullet {
  background-color: #FFFFFF;
  width: 0.375rem;
  height: 0.375rem;
}

.newsModule .news_box .first_box .swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 1.25rem;
  height: 0.375rem;
  border-radius: 3.125rem;
}

.newsModule .news_box .second_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5625rem;
}
.newsModule .news_box .second_box a{
    width: 100%;
}
.newsModule .news_box .second_box .item {
    width: 100%;
  
  cursor: pointer;
  margin-bottom: 0.9375rem;
}

.newsModule .news_box .second_box .item .img {
 
  width: 100%;
  height: 13.5rem;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}

.newsModule .news_box .second_box .item .text {
  /*width: 26rem;*/
  height: 54px;
  line-height: 150%;
  color: #303133;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.newsModule .news_box .second_box .item .time {
  color: #606266;
  font-size: 1rem;
}

.newspageModule .content .title {
  padding-top: 1.875rem;
  padding-bottom: 2.1875rem;
  font-size: 2rem;
  color: #303133;
  text-align: center;
}

.newspageModule .content .time_view {
  width: 100%;
  height: 4.375rem;
  border-top: 0.0625rem solid #EBEEF5;
  border-bottom: 0.0625rem solid #EBEEF5;
  margin-bottom: 2.1875rem;
  display: flex;
  align-items: center;
}

.newspageModule .content .time_view .item {
  display: flex;
  align-items: center;
  color: #909399;
  font-size: 1rem;
  margin-right: 4.6875rem;
}

.newspageModule .content .time_view .item .icon {
  margin-right: 0.4375rem;
}

.newspageModule .content .textarea {
  padding-bottom: 6.25rem;
}

.newspageModule .content .textarea p {
  color: #606266;
  line-height: 150%;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.servepageModule .content .banner {
  width: 100%;
  height: 26.25rem;
  margin-bottom: 5.625rem;
}

.servepageModule .content .title {
  font-size: 2rem;
  color: #303133;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.1875rem;
}

.servepageModule .content .lines {
  width: 100%;
  height: 0.8125rem;
  margin-bottom: 1.25rem;
}

.servepageModule .content .text {
  color: #606266;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0.625rem;
}

.servepageModule .content .item_box {
  padding-bottom: 7.5rem;
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}

.servepageModule .content .item_box .item {
  width: 16.25rem;
  height: 22.3125rem;
  background-color: #F5F6F8;
  border-radius: 0.375rem;
  padding-top: 2.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4.8125rem;
}

.servepageModule .content .item_box .item .icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.375rem;
}

.servepageModule .content .item_box .item .name {
  color: #000000;
  font-size: 1.5rem;
}

.servepageModule .content .item_box .item .smile_detaile {
  text-align: center;
  padding-top: 1.875rem;
  font-size: 0.9375rem;
  color: #606266;
}

.servepageModule .content .item_box .item .smile_detaile div {
  margin-bottom: 0.5rem;
}

.aboutpageModule .content .banner {
  width: 100%;
  height: 22.625rem;
  margin-bottom: 3.75rem;
}

.aboutpageModule .content .text_detaile {
  padding-bottom: 6.25rem;
}

.aboutpageModule .content .text_detaile p {
  font-size: 18px;
  color: #606266;
  line-height: 160%;
}