.swiper_cont_phone {
  box-sizing: border-box;
}

.swiper_cont_phone_n {
  box-sizing: border-box;
  padding: 30px 20px;
  border: 1px solid #d9d9d9;
  border-top: none;
}

.swiper_cont_phone_n h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

.swiper_cont_phone_n h1 span {
  font-size: 16px;
  color: #747474;
  line-height: 26px;
  text-transform: capitalize !important;
  font-family: none;
  font-weight: normal;
}

.mySwipers {
  margin-bottom: 30px;
}

.phone_zong {
  position: relative;
  display: flex;
  margin-bottom: 100px;
  justify-content: flex-end;
}

.phone_zong img {
  width: 40px;
}

.phone-pagination {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bb3937;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 15px;
}

.phone-pagination span:nth-child(1) {
  font-size: 18px;
  margin-right: 5px;
}

.phone-pagination span:nth-child(2) {
  font-size: 20px;
  margin-left: 5px;
}

/* 集团新闻开始 */
.groupNews {
  margin: 40px 0;
  box-sizing: border-box;
  /* padding: 0 20px; */
}

.groupNews_item {
  position: relative;
  box-sizing: border-box;
  display: flex;
}

.groupNews_item_w {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.groupNews_item:hover .left,
.groupNews_item:hover .right {
  background-color: #f5f6f7;
}

.groupNews_item .left {
  position: relative;
  width: 33%;
  padding-bottom: 22%;
  overflow: hidden;
}

.groupNews_item .left img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.groupNews_item .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 67%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  display: flex;
  align-content: space-around;
  flex-direction: column;
  justify-content: space-between;
}

.groupNews_item .right h1 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
  -webkit-line-clamp: 2;
  /*超出隐藏*/
  overflow: hidden;
  /*显示省略号*/
  text-overflow: ellipsis;
  /*将对象作为弹性盒子模型显示*/
  display: -webkit-box;
  /*设置或检索盒子对象的排列方式*/
  /*-webkit-兼容浏览器使用的，在谷歌浏览器中或者浏览器内容为webkit的浏览器生效*/
  -webkit-box-orient: vertical;
}



.groupNews_item .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

.groupNews_item .data .rights {
  width: 24px;
}

.groupNews .btns {
  width: 50%;
  text-align: center;
  padding: 15px;
  background: #BB3937;
  border-radius: 8px;
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}

/* 集团新闻结束 */
/* 新闻详情开始 */
.newsDetails {
  padding: 40px 0;
  /*text-indent: 2em;*/
}

.newsDetails .title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  line-height: 37px;
  text-indent: 0;
  margin-bottom: 16px;
}

.newsDetails .datas {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-indent: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.newsDetails p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 24px;
}

.newsDetails img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.newsDetails p:last-child {
  margin: 0;
}

/* 新闻详情结束 */
/* page开始 */
.page {
  margin: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 30px;
}

.page_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.page_item:nth-child(1) {
  color: #747474;
  border-bottom: 1px dashed #DEDEDE;
}

.page_item .right {
  width: 20px;
}

/* page结束 */
/* 分页开始 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination li {
  list-style: none;
  font-size: 18px;
}

.pagination li:first-child {
  margin-right: 20px;
  color: #bb3937;
}

.pagination li:first-child a {
  color: #bb3937;
}

.phone-next::after,
.swiper-button-prev::after {
  display: block;
}

/* 分页结束 */
@media screen and (max-width: 500px) {
  .newsDetails .title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .newsDetails .datas {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .groupNews_item .right {
    padding-left: 10px;
  }

  .groupNews_item_w {
    padding: 15px 0;
  }

  .groupNews_item .data {
    font-size: 14px;
  }

  .groupNews_item .right h1 {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
  }

  .swiper_cont_phone_n h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .swiper_cont_phone_n p {
    font-size: 15px;
  }

  .swiper_cont_phone_n h1 span {
    font-size: 14px;
  }

  .phone_zong img {
    width: 20px;
  }

  .phone-pagination {
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0 10px;
  }

  .phone-pagination span:nth-child(1) {
    font-size: 14px;
    margin-right: 5px;
  }

  .phone-pagination span:nth-child(2) {
    font-size: 16px;
    margin-left: 5px;
  }
}