.media {
  background-color: #171717;
  padding: 2rem 1.3rem;
}
.media .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 1rem;
}
.media .head .head-left {
  font-size: 0.5rem;
  color: #c78e66;
  font-weight: 700;
}
.media .head .head-right {
  display: flex;
  height: 100%;
  align-items: center;
}
.media .head .head-right .nav {
  color: rgba(255, 255, 255, 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: #c78e66;
}
.media .head .head-right .active::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 1px;
  background-color: #c78e66;
  left: 0;
}
.media .list {
  padding: 1.37rem 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: #ffffff;
  font-size: 0.2rem;
  font-weight: 700;
}
.media .list .box .box-left .title {
  font-size: 0.28rem;
  line-height: 0.34rem;
  color: #fff;
  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: #fff;
  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: 3.7rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  /* background-color: #fff; */
  font-size: 0.15rem;
  margin-top: 1.15rem;
}
.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;
  justify-content: space-between;
}
.media .list .ul .li {
  width: 49%;
  margin-bottom: 0.9rem;
  cursor: pointer;
  display: block;
}
.media .list .ul .li:nth-of-type(1) {
  display: none;
}
.media .list .ul .li:hover .top-box {
  display: block;
}
.media .list .ul .li:hover .top-box img {
  scale: 1.08;
}
.media .list .ul .li:hover .bottom-box .date {
  color: rgba(255, 255, 255, 1);
}
.media .list .ul .li .top-box {
  width: 100%;
  overflow: hidden;
  display: block;
}
.media .list .ul .li .top-box img {
  width: 100%;
  transition: all 0.5s;
}
.media .list .ul .li .bottom-box {
  padding: 0.4rem 0;
  display: block;
}
.media .list .ul .li .bottom-box .t {
  color: #fff;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.3rem;
  font-weight: 300;
  height: 0.75rem;
  letter-spacing: 0.028em;
}
.media .list .ul .li .bottom-box .date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.24rem;
  transition: all 0.5s;
  margin-top: 0.4rem;
  display: block;
  font-weight: 700;
}
.media .list .btn1 {
  display: block;
  width: 3.7rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  /* background-color: #fff; */
  font-size: 0.15rem;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .media {
    padding: 1.88rem 0.48rem;
  }
  .media .head {
    flex-direction: column;
    border: none;
  }
  .media .head .head-left {
    font-size: 0.6rem;
  }
  .media .head .head-right {
    width: 100%;
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
  }
  .media .head .head-right .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: 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;
  }
  .media .list .box .box-left .date {
    font-size: 0.27rem;
    margin-top: 0.84rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .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;
  }
  .media .list .ul .li .bottom-box .date {
    font-size: 0.27rem;
    margin-top: 0.84rem;
    color: rgba(255, 255, 255, 0.8);
  }
} /*# sourceMappingURL=index.css.map */
