@font-face {
  font-family: "Montserrat-Black";
  src: url("../../font/Montserrat-Black.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../font/Montserrat-Bold.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../font/Montserrat-Regular.otf") format("truetype");
}
body {
  font-family: "Montserrat-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: "Montserrat-Black";
}

.media .head .head-right {
  display: flex;
  height: 100%;
  align-items: center;
}

.media .head .head-right .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: #000;
  font-family: "Montserrat-Bold";
}

.media .head .head-right .active::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
}

.media .list {
  padding: 1.37rem 0 0;
}

.media .list .box {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.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;
  justify-content: space-between;
}

.media .list .ul .li {
  width: 49%;
  margin-bottom: 0.9rem;
  cursor: pointer;
  display: block;
}

.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%;
  object-fit: cover;
}

.media .list .ul .li .bottom-box {
  padding: 0.4rem 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;
  line-height: 0.25rem;
  font-weight: 300;
  height: 0.75rem;
  letter-spacing: 0.028em;
}

.media .list .ul .li .bottom-box .date {
  color: #000;
  font-size: 0.24rem;
  transition: all 0.5s;
  margin-top: 0.4rem;
  display: block;
  font-weight: 700;
}

.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: #000;
}
.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: #000;
}
.btn-stay_1 .bt_t{
  color: #fff;
  font-weight: bold;
}


@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;
    color: #000;
  }
  .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 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.3rem;
	margin-bottom: 0.8rem;
    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.84rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .media .list .btn1 {
    font-size: 0.22rem;
    width: 80%;
    height: 0.88rem;
    line-height: 0.88rem;
  }
} /*# sourceMappingURL=news.css.map */
