/* 项目介绍开始 */
.countryside_project {
  position: relative;
  padding-top: 65px;
  padding-bottom: 250px;
}

.countryside_project .banners {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

.countryside_project_cont {
  display: flex;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(42, 53, 45, 0.14);
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 1 1;
  backdrop-filter: blur(10px);
}

.countryside_project_cont .left {
  width: 70%;
  box-sizing: border-box;
  padding: 60px;
  padding-bottom: 150px;
}

.countryside_project_cont .left h5 {
  font-size: 26px;
  font-weight: 500;
  color: #BB3937;
  line-height: 37px;
  margin: 40px 0;
}

.countryside_project_cont .left p {
  word-break: break-all;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.countryside_project_cont .right {
  width: 30%;
  padding: 60px;
  box-sizing: border-box;
  background: url(../../image/countryside/bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

.countryside_project_cont .right .number_item {
  margin-bottom: 50px;
}

.countryside_project_cont .right .number_item .one {
  font-size: 24px;
  margin-bottom: 10px;
}

.countryside_project_cont .right .number_item .one span {
  font-size: 40px;
}

/* 项目介绍结束 */
/* 轮播开始 */
.carousel {
  margin: 100px 0;
}

.swiper_cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(187, 57, 55, 0.9);
  padding: 30px;
  box-sizing: border-box;
  opacity: 0;
  overflow-y: scroll;
}

.swiper_cont::-webkit-scrollbar {
  display: none;
}

.carousel_cont {
  position: relative;
}

.carousel_cont .title {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}

.carousel_cont .title_btm {
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.carousel_cont p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.swiper_top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 20px;
}

.swiper_w:hover .swiper_top {
  opacity: 0;
}

.swiper_w:hover .swiper_cont {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
}

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

.swiper-button-prev {
  left: -80px;
}

.swiper-button-next {
  right: -80px;
}

/* 轮播结束 */
/* 集团新闻开始 */
.groupNews {
  margin: 65px 0;
}

.groupNews_item {
  display: flex;
  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: 25%;
  padding-bottom: 15.5%;
  overflow: hidden;
}

.projectMy .groupNews_item .left {
  position: relative;
  width: 25%;
  padding-bottom: 60%;
  overflow: hidden;
}

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

.groupNews_item .right {
  position: relative;
  width: 75%;
  padding: 15px;
  box-sizing: border-box;
  padding-left: 40px;
}

.groupNews_item .right h1 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.groupNews_item .right p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;

  -webkit-line-clamp: 2;
  /*超出隐藏*/
  overflow: hidden;
  /*显示省略号*/
  text-overflow: ellipsis;
  /*将对象作为弹性盒子模型显示*/
  display: -webkit-box;
  /*设置或检索盒子对象的排列方式*/
  /*-webkit-兼容浏览器使用的，在谷歌浏览器中或者浏览器内容为webkit的浏览器生效*/
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}

.groupNews_item .data {
  position: absolute;
  width: 93%;
  left: 40px;
  bottom: 15px;
  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;
}

/* 集团新闻结束 */
/* 项目动态开始 */
.projectDynamic .groupNews_list {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.projectDynamic .groupNews_item {
  width: 100%;
  display: block;
  border: 1px solid #D9D9D9;
  padding: 0;
}

.projectDynamic .groupNews_item:hover {
  background-color: #f5f6f7;
}

.projectDynamic .groupNews_item .left {
  width: 100%;
}

.projectDynamic .groupNews_item .right {
  width: 100%;
  padding: 20px;
}

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

/* 项目动态结束 */

/* 新闻详情开始 */
.newsDetails {
  margin: 60px 0;
}

.newsDetails_const {
  display: flex;
}

.newsDetails_const .left {
  flex: 2;
  padding: 30px 40px;
  border: 1px solid #D9D9D9;
  /*text-indent: 2em;*/
}

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

.newsDetails_const .left .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_const .left p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 24px;
}

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

.newsDetails_const .left p:last-child {
  margin: 0;
}

.newsDetails_const .right {
  flex: 1;
  margin-left: 40px;
}

.newsDetails_const .right .ones {
  border: 1px solid #D9D9D9;
  margin-bottom: 36px;
}

.newsDetails_const .right .ones .ones_cont {
  padding: 20px 24px;
}

.newsDetails_const .right .title {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
}

.newsDetails_const .right .data {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

.newsDetails_const .right h3 {
  font-size: 24px;
  font-weight: 700;
  color: #202547;
  line-height: 33px;
  margin-bottom: 20px;
}

.newsDetails_const .right .twos {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.newsDetails_const .twos .items {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.newsDetails_const .twos .items .lefts {
  width: 30%;
}

.newsDetails_const .twos .items .rights {
  width: 70%;
  margin-left: 15px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
  place-content: space-around space-between;
  flex-direction: column;
}

.newsDetails_const .twos .items .rights .title {
  -webkit-line-clamp: 1;
  line-height: 26px;
  font-size: 18px;
}

.twos_btns {
  width: 50%;
  height: 44px;
  background: #F5F5F5;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

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

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

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

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

/* 分页结束 */
@media screen and (max-width: 1600px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
  }

  .swiper-button-prev {
    left: 10px;
  }

  .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .newsDetails_const .left {
    width: 100%;
  }

  .newsDetails_const .right {
    display: none;
  }

  .groupNews_item .left {
    width: 30%;
  }

  .groupNews_item .right {
    width: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .groupNews_item .data {
    left: 25px;
    bottom: 10px;
  }

  .groupNews_item .left {
    width: 40%;
  }

  .groupNews_item .right {
    width: 60%;
    padding: 10px;
    padding-left: 25px;
  }

  .groupNews_item .right h1 {
    margin-bottom: 10px;
  }

  .groupNews_item .right p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 850px) {
  .newsDetails {
    padding: 20px;
  }

  .projectDynamic .groupNews_item .right {
    padding: 10px;
  }

  .groupNews {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .countryside_project .banners {
    height: 50%;
  }

  .countryside_project {
    margin-top: 20px;
  }

  .countryside_project_cont .right {
    padding: 60px 40px;
  }

  .carousel_cont,
  .countryside_project {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .carousel_cont .title {
    font-size: 28px;
    line-height: 36px;
  }

  .carousel_cont .title_btm {
    font-size: 18px;
    margin-bottom: 22px;
  }
}