ul,
li {
  list-style: none;
}
.item-ui ul {
  margin-left: -30px;
  padding-top: 30px;
}
.item-ui ul li {
  margin-bottom: 22px;
  float: left;
  padding: 0 15px;
}

.item-ui ul li .cover-image {
  width: 100%;
  height:230px;
  overflow: hidden;
}
.item-ui ul li .cover-image img{
  width: 100%;
  height: auto;
 min-height:230px;
  transition: transform 0.5s;
}
.item-ui img:hover {
  transform: scale(1.2);
}
.item-ui ul li .text1 {
  padding: 30px 25px;
  background: #ffffff;
  box-shadow: rgba(163, 163, 163, 0.322) 0px 2px 8px 0px;
}

.item-ui ul li .text1 .btn {
  border-color: #027938;
  color: #027938;
}
.text1 .p1 {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;
}

@media (max-width: 640px) {
  .text1 {
    padding: 14px 14px !important;
    margin-top: -9px;
    background: #ffffff;
  }
  .item-ui ul li {
    padding-left: 0;
  }
}

.content {
  padding: 30px 0;
  background: #f2f2f2;
}
@media (max-width: 750px) {
  .detail_content {
    padding: 1rem;
  }
  .item-ui ul li {
    margin-bottom: 22px;
    float: left;
    padding: 15px;
  }
}
@media (min-width: 750px) {
  .detail_content {
    padding:50px 10rem;
    min-height: 785px;
    background-color: #fff;
  }
  .site-footer {
    background: #f4f3f8;
    font-size: 22px;
    padding: 30px 0;
    text-align: center;
  }
}
.detail_top {
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.detail_top .autor {
  display: flex;
  justify-content: space-between;
}
.detail_top h2 {
  font-weight: 550;
}
.detail_container {
  background-color: #eee;
  padding: 50px;
}

@media (max-width: 768px) {
 .detail_container {
 background-color: #fff;
padding:0px
}
.v_news_content img{
width:100% !important
  }