<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: p-black;
  src: url(fonts/Poppins-Black.otf);
}
@font-face {
  font-family: p-bold;
  src: url(fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: p-medium;
  src: url(fonts/Poppins-Medium.otf);
}
@font-face {
  font-family: p-regular;
  src: url(fonts/Poppins-Regular.otf);
}
body {
  font-family: "p-regular";
}

div {
  font-family: "p-regular";
}

.media {
  background-color: #fff;
  padding: 1.5rem 1.3rem;
}

.media .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 1rem;
}

.media .head .head-left {
  font-size: 0.5rem;
  color: #000;
  font-family: "p-Black";
}

.media .head .head-right {
  display: flex;
  height: 100%;
  align-items: center;
}

.media .head .head-right .n-nav {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.2rem;
  cursor: pointer;
  width: 1.76rem;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media .head .head-right .active {
  position: relative;
  color: #a5896d;
}

.media .head .head-right .active::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 1px;
  background-color: #a5896d;
  left: 0;
}

.media .list {
  padding: 0rem 0 0;
}

.media .list .box {
  display: flex;
  align-items: center;
}

.media .list .box .box-left {
  width: 40%;
  padding-right: 1.4rem;
}

.media .list .box .box-left .date {
  color: #000;
  font-size: 0.2rem;
  font-weight: 700;
}

.media .list .box .box-left .title {
  font-size: 0.28rem;
  line-height: 0.34rem;
  color: #000;
  margin-top: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media .list .box .box-left .desc {
  font-size: 0.175rem;
  color: #000;
  line-height: 0.27rem;
  letter-spacing: 0.001em;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-weight: 300;
  -webkit-box-orient: vertical;
}

.media .list .box .box-left .btn {
  display: block;
  width: 2.5rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.14rem;
  margin-top: 1.15rem;
  background-color: #000;
  color: #fff;
  border-radius: 0.5rem;
  font-family: "Montserrat-Bold";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}

.media .list .box .box-left .btn img {
  width: 0.2rem;
}

.media .list .box .box-right {
  flex: 1;
}

.media .list .box .box-right img {
  width: 100%;
}

.media .list .ul {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.media .list .ul .li {
  width: 32%;
  margin-bottom: 0.9rem;
  cursor: pointer;
  display: block;
  margin-right: 1%;
}
.media .list .ul .li:nth-of-type(3n) {
  margin-right: 11px;
}

.media .list .ul .li:hover .top-box {
  display: block;
}

.media .list .ul .li:hover .top-box img {
  scale: 1.08;
}

.media .list .ul .li .top-box {
  width: 100%;
  overflow: hidden;
  display: block;
  height: 4.2rem;
}

.media .list .ul .li .top-box img {
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media .list .ul .li .bottom-box {
  padding: 0.2rem 0;
  display: block;
}

.media .list .ul .li .bottom-box .t {
  color: #000;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 300;
  letter-spacing: 0.028em;
  margin-top: 0.2rem;
  min-height: 0.75rem;
}

.media .list .ul .li .bottom-box .date {
  color: #000;
  font-size: 0.24rem;
  transition: all 0.5s;
  display: block;
  opacity: 0.7;
}

.media .list .ul-show .li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.93rem;
  display: flex;
  align-items: stretch;
  height: 6rem;
}
.media .list .ul-show .li .left-box {
  width: 55%;
  height: 100%;
}
.media .list .ul-show .li .left-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media .list .ul-show .li .right-box {
  background: #a5896d;
  width: 45%;
  padding: 0.79rem 1.12rem 0.79rem 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.media .list .ul-show .li .right-box .t-box .t {
  font-size: 0.33rem;
  color: #fff;
  display: -webkit-box; /* for iOS and Safari */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.media .list .ul-show .li .right-box .t-box .desc {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box; /* for iOS and Safari */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 0.2rem;
}
.media .list .ul-show .li .right-box .date {
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
}

.media .list .btn1 {
  display: block;
  width: 2.5rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.14rem;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  font-family: "Montserrat-Bold";
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}

.media .list .btn1 img {
  width: 0.2rem;
}

.footer {
  width: 100%;
}

/* button */
.btn-stay {
  width: 2.7rem;
  height: 0.6rem;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.btn-stay .bt_mask {
  background-color: #a5896d;
}

.btn-stay .bt_t {
  color: #fff;
  font-weight: bold;
}

.btn-stay_1 {
  width: 2.7rem;
  height: 0.6rem;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 1.1rem;
}

.btn-stay_1 .bt_mask {
  background-color: #a5896d;
}

.btn-stay_1 .bt_t {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .media {
    padding: 1rem 0.48rem;
  }
  .media .head {
    flex-direction: column;
    border: none;
  }
  .media .head .head-left {
    font-size: 0.6rem;
    color: #000;
  }
  .media .head .head-right {
    width: 100%;
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
  }
  .media .head .head-right .n-nav {
    width: 50%;
    font-size: 0.27rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.32rem;
  }
  .media .head .head-right .active::after {
    bottom: 0rem;
  }
  .media .list {
    padding: 1rem 0 0;
  }
  .media .list .box {
    flex-direction: column-reverse;
  }
  .media .list .box .box-left {
    width: 100%;
    flex-direction: column-reverse;
    display: flex;
    padding-right: 0;
  }
  .media .list .box .box-left .title {
    font-size: 0.36rem;
    line-height: initial;
  }
  .media .list .box .box-left .date {
    font-size: 0.27rem;
    margin-top: 0.84rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .media .list .box .box-left .desc {
    display: none;
  }
  .media .list .box .box-left .btn {
    display: none;
  }
  .media .list .ul .li {
    width: 100%;
  }
  .media .list .ul .li .bottom-box {
    padding: 0.6rem 0 0;
  }
  .media .list .ul .li .bottom-box .t {
    font-size: 0.36rem;
    line-height: initial;
    height: auto;
  }
  .media .list .ul .li .bottom-box .date {
    font-size: 0.27rem;
    margin-top: 0;
    color: rgba(0, 0, 0, 0.6);
  }
  .media .list .ul-show .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.93rem;
    display: flex;
    align-items: stretch;
    height: 6rem;
    position: relative;
  }
  .media .list .ul-show .li::after {
    content: "";
    background-image: url(../images/header/show-bg.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    bottom: -1px;
    left: 0;
    position: absolute;
    z-index: 1;
  }
  .media .list .ul-show .li .left-box {
    width: 100%;
    height: 100%;
  }
  .media .list .ul-show .li .left-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .media .list .ul-show .li .right-box {
    width: 100%;
    padding: 0.4rem;
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: space-between;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    bottom: 0;
    background-color: transparent;
  }
  .media .list .ul-show .li .right-box .t-box .t {
    font-size: 0.33rem;
    color: #fff;
  }
  .media .list .ul-show .li .right-box .t-box .desc {
    display: none;
  }
  .media .list .ul-show .li .right-box .date {
    font-size: 0.3rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .media .list .btn1 {
    font-size: 0.22rem;
    width: 80%;
    height: 0.88rem;
    line-height: 0.88rem;
  }
}
/* button */
.btn_ol_1 {
  position: relative;
  display: block;
}

.bol_1,
.bol_2,
.bt_t {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn_ol_1 img {
  width: 0.2rem;
}

.bol_1 {
  left: 0rem;
  opacity: 0;
  z-index: 2;
  transition: left 0.9s, opacity 0.5s;
}

.bol_2 {
  right: 20%;
  z-index: 2;
  width: 0.2rem;
  transition: right 0.9s, opacity 0.5s;
}

.bt_t {
  left: 20%;
  font-size: 0.16rem;
  z-index: 2;
  transition: all 0.7s;
  transition-delay: 0.15s;
}

.bt_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

.btn_ol_1:hover .bol_1 {
  left: 20%;
  opacity: 1;
}

.btn_ol_1:hover .bol_2 {
  right: 0%;
  opacity: 0;
}

.btn_ol_1:hover .bt_t {
  left: 50%;
}

@media (max-width: 768px) {
  .btn_ol_1:hover .bol_1 {
    left: 0rem;
    opacity: 0;
  }
  .btn_ol_1:hover .bol_2 {
    right: 20%;
    opacity: 1;
  }
  .btn_ol_1:hover .bt_t {
    left: 20%;
  }
  .bt_t {
    font-size: 0.26rem;
  }
  .media .list .btn1 img {
    width: 0.3rem;
  }
} /*# sourceMappingURL=chery_news.css.map */
</pre></body></html>