a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-warper {
  padding: 50px 0;
}
.inner {
  width: 80%;
  margin: 0 auto;
  padding: 65px 0 100px;
}

h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.news-warper ul {
  margin: 0 5%;
}
.news-warper li {
  padding: 25px 0;
  border-bottom: 3px solid #000000;
}
.news-warper li:first-child {
  border-top: 3px solid #000;
}
.news-warper li a {
  position: relative;
  display: flex;
  padding-right: 30px;
}
.time {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  text-align: center;
}
time {
  position: relative;
  top: 10px;
}
.news-item {
  background: #0088ff;
  color: #fff;
  border-radius: 14px;
  width: 7em;
  text-align: center;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.arrow {
  position: absolute;
  top: 20%;
  right: 0;
}
.arrow::after {
  content: ">";
  display: block;
  position: absolute;
  right: 10px;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .news-warper li a {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  .news-warper li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .news-warper li a {
    padding-right: 0;
  }

  .arrow {
    display: none;
  }

  .time {
    margin-left: 30px;
  }
}
