:root {
 --brg19-color: #f65024;
 --txt19-color: #f65024;
}

.mos-img img {display: none !important;}

.news-block19 {
  position: relative;
  margin-bottom: 40px;
}
.news-block19 .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block19 .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block19 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block19 .image-box {
  position: relative;
  padding-top: 20px;
}
.news-block19 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block19 .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block19 .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block19 .image-box .date {
  position: absolute;
  left: 20px;
  top: 0px;
  background: var(--brg19-color);
  color: #fff;
  z-index: 1;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
}
@media only screen and (max-width: 599px) {
  .news-block19 .image-box .date {
    left: 20px;
  }
}
.news-block19 .image-box .date b {
  display: block;
  font-weight: 600;
  line-height: 16px;
}
.news-block19 .content-box {
  position: relative;
  margin-top: -120px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 599px) {
  .news-block19 .content-box {
    margin: 0;
  }
}
.news-block19 .content-box .content {
  padding: 20px 30px 22px;
  background-color: #fff;
}
.news-block19 .content-box .post-info {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.news-block19 .content-box .post-info .author-thumb {
  position: relative;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  border: 2px solid var(--brg19-color);
  overflow: hidden;
  margin-bottom: 0;
}
.news-block19 .content-box .post-info .author-name {
  font-size: 14px;
}
.news-block19 .content-box .title {
  margin-bottom: 6px;
  font-size: 24px;
}
.news-block19 .content-box .title a {
  color: #333;
}
.news-block19 .content-box .title a:hover {
  color: var(--txt19-color);
}
.news-block19 .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e6e2ef;
}
.news-block19 .bottom-box .comments {
  position: relative;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
}
.news-block19 .bottom-box .comments a {
  color: var(--txt19-color);
}
.news-block19 .bottom-box .comments i {
  font-size: 12px;
  color: var(--txt19-color);
}
.news-block19 .bottom-box .read-more {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  padding: 10px 30px;
  min-width: 90px;
  color: #6c6a72;
  background-color: #f4f2f9;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block19 .bottom-box .read-more:hover {
  color: var(--txt19-color);
}
.news-block19 .bottom-box .read-more:hover i {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}

.newsbox_item .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
display: block;
border-top: 0;
border-bottom: 0;
  order: 6 !important;
	margin-bottom: 10px !important;
}

.newsbox_item .tags > li {
	margin: 0;
}

.newsbox_item .tags > li a {
display: inline-block;
  background: #f4f4f4;
  padding: 2px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: var(--brg19-color);
}

.newsbox_item .tags > li a:hover {
background-color: var(--brg19-color);
  color: #fff !important;
}

.newsbox_item .tags > li {margin-left: 5px;}