.home {
  width: 100%;
}
.home #luxy {
  width: 100%;
}
.home #luxy .recommend {
  width: 70%;
  padding: 200px 15% 60px 15%;
  background-color: #F6F6F6;
}
.home #luxy .recommend .t1 {
  font-size: 34px;
  color: #343434;
  font-weight: bolder;
  width: 80%;
  margin: 0 auto;
}
.home #luxy .recommend .oNews {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home #luxy .recommend .oNews .pic {
  width: 48%;
  overflow: hidden;
}
.home #luxy .recommend .oNews .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home #luxy .recommend .oNews .pic:hover img {
  transform: scale(1.05);
}
.home #luxy .recommend .oNews .text {
  width: 48%;
}
.home #luxy .recommend .oNews .text .time {
  color: #252525;
  font-size: 14px;
}
.home #luxy .recommend .oNews .text .st1 {
  color: #303030;
  font-size: 26px;
  font-weight: 500;
  margin: 25px 0;
}
.home #luxy .recommend .oNews .text .des {
  color: #494949;
  font-size: 14px;
  line-height: 28px;
}
.home #luxy .recommend .oNews .text .more {
  margin: 30px 0;
}
.home #luxy .recommend .oNews .text .more .base-cta-text {
  cursor: pointer;
}
.home #luxy .recommend .oNews .text .more .base-cta-text .base-cta-text__label {
  letter-spacing: -1px;
}
.home #luxy .allNews {
  width: 70%;
  margin: 60px auto;
}
.home #luxy .allNews .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
}
.home #luxy .allNews .item::after {
  content: "";
  display: inline-block;
  width: 0;
  transition: all 600ms;
  height: 1px;
  background: #CD1F25;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.home #luxy .allNews .item .pic {
  width: 30%;
  overflow: hidden;
}
.home #luxy .allNews .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home #luxy .allNews .item .text {
  width: 63%;
}
.home #luxy .allNews .item .text .time {
  color: #252525;
  font-size: 14px;
}
.home #luxy .allNews .item .text .p1 {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 30px 0;
}
.home #luxy .allNews .item .text .des {
  color: #616161;
  font-size: 14px;
  line-height: 28px;
}
.home #luxy .allNews .item .text .more {
  margin: 10px 0;
  text-align: right;
}
.home #luxy .allNews .item .text .more .base-cta-text {
  cursor: pointer;
  color: #121212;
  transition: color 600ms;
}
.home #luxy .allNews .item .text .more .base-cta-text .base-cta-text__label {
  letter-spacing: -1px;
}
.home #luxy .allNews .item .text .more .base-cta-text:hover {
  color: #D0111B;
}
.home #luxy .allNews .item:hover .pic img {
  transform: scale(1.05);
}
.home #luxy .allNews .item:hover::after {
  width: 100%;
}
.home #luxy .pager {
  width: 90%;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: center;
}
.home #luxy .pager a {
  display: inline-block;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #707070;
  font-size: 14px;
  padding: 0 20px;
  transition: all 600ms;
  margin: 0 5px;
}
.home #luxy .pager a:hover {
  background-color: #CD1F25;
  color: white;
  border-color: transparent;
}
.home #luxy .pager .active {
  background-color: #CD1F25;
  color: white;
  border-color: transparent;
}

/*# sourceMappingURL=news.css.map */
