.column_title{
    position: relative;
}
.column_title a{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a4a4a4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "medium";
}
.column_title a:hover {
    color: #fd0015;
}
.trends {
  padding: 4.42% 0 5.2%;
}
@media (max-width: 768px) {
  .trends {
    padding: 40px 0;
  }
}
.trends .trends_list {
  margin-top: 66px;
}
@media (max-width: 1600px) {
  .trends .trends_list {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .trends .trends_list {
    margin-top: 30px;
  }
}
.trends .trends_list .trends_txt:first-child {
  border-top: 1px solid #e0e0e0;
}
.trends .trends_list .trends_txt {
  padding: 32px 70px 32px 32px;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .trends .trends_list .trends_txt {
    padding: 20px 0px 20px 0px;
  }
}
.trends .trends_list .trends_txt .trends_l {
  width: 25%;
}
.trends .trends_list .trends_txt .trends_l .trends_img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
}
.trends .trends_list .trends_txt .trends_l .trends_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.trends .trends_list .trends_txt .trends_l .trends_img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.trends .trends_list .trends_txt .trends_r {
  width: calc(75% - 50px);
  padding-top: 18px;
}
@media (max-width: 1200px) {
  .trends .trends_list .trends_txt .trends_r {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .trends .trends_list .trends_txt .trends_r {
    width: calc(75% - 20px);
  }
}
.trends .trends_list .trends_txt .trends_r .trends_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  font-family: "bold";
}
.trends .trends_list .trends_txt .trends_r .trends_tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
.trends .trends_list .trends_txt .trends_r .trends_tit a:hover {
  color: #d41419;
}
.trends .trends_list .trends_txt .trends_r .trends_time {
  margin-top: 14px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .trends .trends_list .trends_txt .trends_r .trends_time {
    margin-top: 10px;
  }
}
.trends .trends_list .trends_txt .trends_r .trends_des {
  color: #777777;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .trends .trends_list .trends_txt .trends_r .trends_des {
    margin-top: 10px;
  }
}
.trends .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .trends .more {
    margin-top: 30px;
  }
}
.trends .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .trends .more a {
    width: 130px;
  }
}
.trends .more a svg {
  margin-left: 10px;
}

.life {
  background: #f7f7f7;
  padding: 5.2% 0 3.38%;
}
@media (max-width: 768px) {
  .life {
    padding: 40px 0;
  }
}
.life .swiper-wrapper {
  margin-top: 6.97%;
}
@media (max-width: 1600px) {
  .life .swiper-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .life .swiper-wrapper {
    margin-top: 30px;
  }
}
.life .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1200px) {
  .life .swiper-wrapper .swiper-slide {
    display: block;
  }
}
.life .swiper-wrapper .swiper-slide .life_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
}
.life .swiper-wrapper .swiper-slide .life_img a {
  position: relative;
  height: 0;
  padding-bottom: 87%;
  overflow: hidden;
  display: block;
}
.life .swiper-wrapper .swiper-slide .life_img a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.life .swiper-wrapper .swiper-slide .life_img a:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.life .swiper-wrapper .swiper-slide .life_txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(57% - 45px);
          flex: 0 0 calc(57% - 45px);
  background: white;
  padding: 80px 80px 60px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1600px) {
  .life .swiper-wrapper .swiper-slide .life_txt {
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  .life .swiper-wrapper .swiper-slide .life_txt {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .life .swiper-wrapper .swiper-slide .life_txt {
    padding: 20px;
  }
}
.life .swiper-wrapper .swiper-slide .life_txt .life_tit {
  font-family: "medium";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.life .swiper-wrapper .swiper-slide .life_txt .life_tit:hover {
  color: #e21110;
}
.life .swiper-wrapper .swiper-slide .life_txt .life_des {
  color: #777777;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .life .swiper-wrapper .swiper-slide .life_txt .life_des {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .life .swiper-wrapper .swiper-slide .life_txt .life_des {
    margin-top: 10px;
  }
}
.life .swiper-wrapper .swiper-slide .life_txt .life_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1600px) {
  .life .swiper-wrapper .swiper-slide .life_txt .life_more {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .life .swiper-wrapper .swiper-slide .life_txt .life_more {
    margin-top: 30px;
  }
}
.life .swiper-wrapper .swiper-slide .life_txt .life_more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e21110;
  font-weight: bold;
}
.life .swiper-wrapper .swiper-slide .life_txt .life_more a svg {
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.life .swiper-wrapper .swiper-slide .life_txt .life_more a:hover svg {
  margin-left: 25px;
}
.life .swiper-wrapper .swiper-slide .life_k {
  width: 45px;
  height: 85px;
  background: #e21110;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .life .swiper-wrapper .swiper-slide .life_k {
    display: none;
  }
}

.org {
  padding: 7.29% 0 6.25%;
}
@media (max-width: 768px) {
  .org {
    padding: 40px 0;
  }
}
.org .swiper-container {
  margin-top: 77px;
}
@media (max-width: 1600px) {
  .org .swiper-container {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .org .swiper-container {
    margin-top: 30px;
  }
}
.org .swiper-container a {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
  color: white;
}
.org .swiper-container a:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.org .swiper-container a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.org .swiper-container a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
@media (max-width: 1600px) {
  .org .swiper-container a span {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .org .swiper-container a span {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 50px;
  }
}
.org .swiper-container a span em {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "medium";
}
