.news-link {
  border-bottom: 5px solid rgba(85, 122, 149, 0.2);
  background: rgba(57, 57, 57, 0.8);
  padding: 25px 10px;
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
  display: block;
  margin-bottom: 45px;
  padding-bottom: 65px;
}

span.just-news {
  position: absolute;
  right: 35px;
  background: linear-gradient(to right, #8d4ce0, #6b36ff);
  font-size: 18px;
  color: #fff;
  padding: 7px 20px;
  border-radius: 3px;
  margin-top: -6px;
  font-weight: 700;
  box-shadow: 0 10px 40px 0 rgba(251, 158, 49, 0.3);
}

.news-log {
  margin-left: 15px;
}

.poster {
  margin-top: 15px;
  margin-bottom: 20px;
}

.poster img {
  width: 850px;
}

.description {
  margin: 15px;
  font-size: 18px;
}

a.btn-view {
  background: linear-gradient(to right, #5260d5, #42a4f3);
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  width: 160px;
  height: 47px;
  border-bottom: 5px solid rgba(210, 253, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: block;
  line-height: 42px;
  text-align: -webkit-center;
  float: right;
  margin-right: 10px;
  transition: 0.5s;
}

a.btn-view:hover {
  background: linear-gradient(to right, #6371e4, #5eb6fd);
  box-shadow: 0 20px 45px 0 #d2fdff;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

a.btn-view:after {
  content: "";

  display: block;
  margin-top: -45px;
  margin-left: 50px;
}

span.time-data {
  font-size: 12px;
  color: #d2fdff;
  background: rgba(57, 57, 57, 0.99);
  padding: 15px 20px;
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
  float: left;
  margin-right: 6px;
  font-weight: 600;
}

span.views {
  font-size: 12px;
  color: #d2fdff;
  background: rgba(57, 57, 57, 0.99);
  padding: 15px 20px;
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
  float: left;
  margin-right: 6px;
  font-weight: 600;
}

span.author {
  font-size: 12px;
  color: #d2fdff;
  background: rgba(57, 57, 57, 0.99);
  padding: 15px 20px;
  border-radius: 3px;
  float: left;
  margin-right: 6px;
  font-weight: 600;
}

@media (max-width: 440px) {
  span.just-news {
    display: none;
  }

}


@media (max-width: 491px) {
  span.views {
    display: none;
  }

}


@media (max-width: 991px) {
  span.author {
    display: none;
  }

}

.post-vote{display:block;text-align:center}
.post-vote:after{display:block;clear:both;content:''}
.post-vote>span{display:block;border-left:1px solid #ececec;border-right:1px solid #ececec;padding:14px 0}
.post-vote>span strong span{display:block;font-size:23px;margin-top:0;color:#444}
.post-vote>span span{color:#555;display:block;font-size:12px;margin-top:2px}
.post-vote a{display:block;padding:2px 0;font-size:36px;line-height:36px;color:#c5c5c5;border:1px solid #ececec}
.post-vote a:hover{background-color:#aaa;color:#fff;border-color:#aaa}
.post-vote a:first-child{border-radius:3px 3px 0 0}
.post-vote a:last-child{border-radius:0 0 3px 3px}