.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%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: 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: 0.5rem 0;
}
.media .list ul {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.media .list ul li {
  width: 100%;
  margin-bottom: 0.9rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.media .list ul li .top-box {
  flex: 1;
}
.media .list ul li .top-box img {
  width: 100%;
}
.media .list ul li .top-box .d {
  display: none;
}
.media .list ul li .bottom-box {
  padding-right: 1rem;
  width: 40%;
}
.media .list ul li .bottom-box .d {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(199, 142, 102, 0.1);
  text-transform: uppercase;
}
.media .list ul li .bottom-box .t {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.36rem;
  font-weight: 300;
  letter-spacing: 0.012em;
  margin-top: 0.5rem;
}
.media .list ul li .bottom-box .date {
  color: #c78e66;
  font-size: 0.18rem;
  margin-top: 0.35rem;
  font-weight: 700;
  letter-spacing: 0.014em;
}
.media .list ul li .bottom-box .btn {
  display: block;
  width: 3.7rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  /* background-color: #fff; */
  font-size: 0.15rem;
  cursor: pointer;
  margin-top: 0.5rem;
}

@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: 2rem 0;
  }
  .media .list ul {
    margin-top: 0;
  }
  .media .list ul li {
    width: 100%;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.6rem;
    margin-bottom: 0;
  }
  .media .list ul li .top-box .d {
    color: rgba(199, 142, 102, 0.1);
    font-size: 0.67rem;
    padding: 0.5rem 0;
    display: block;
    text-transform: uppercase;
  }
  .media .list ul li .bottom-box {
    width: 100%;
    padding: 0.6rem 0 0;
  }
  .media .list ul li .bottom-box .d {
    display: none;
  }
  .media .list ul li .bottom-box .t {
    font-size: 0.36rem;
    margin-top: 0;
    line-height: 0.44rem;
  }
  .media .list ul li .bottom-box .date {
    font-size: 0.27rem;
    margin-top: 0.5rem;
    color: rgba(199, 142, 102, 0.8);
  }
  .media .list ul li .bottom-box .btn {
    display: none;
  }
} /*# sourceMappingURL=event.css.map */
