.news-container {
  padding: 36px 80px;
}
.news-container .news-item {
  cursor: pointer;
  margin-bottom: 25px;
  display: flex;
}
.news-container .news-item:nth-of-type(1) {
  animation-delay: 0.5s;
}
.news-container .news-item:nth-of-type(2) {
  animation-delay: 0.7s;
}
.news-container .news-item:nth-of-type(3) {
  animation-delay: 0.9s;
}
.news-container .news-item:nth-of-type(4) {
  animation-delay: 1.1s;
}
.news-container .news-item .news-img {
  width: 246px;
  height: 183px;
  margin-right: 34px;
}
.news-container .news-item .news-body {
  flex: 1;
}
.news-container .news-item .news-body .news-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #383838;
  padding-top: 3px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-container .news-item .news-body .news-time {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ababab;
  margin-top: 20px;
}
.news-container .news-item .news-body .news-desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5d5d5d;
  margin-top: 20px;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-container .news-item .news-body .show-news {
  width: 109px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #272727;
  margin-top: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news-container .news-item .news-body .show-news:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #3c93ff;
}
.news-container .news-item .news-body .show-news:active,
.news-container .news-item .news-body .show-news:hover {
  color: #0e83cd;
  background-color: rgba(255, 255, 255, 0.1);
}
.news-container .news-item .news-body .show-news:active:after,
.news-container .news-item .news-body .show-news:hover:after {
  width: 100%;
}
.news-container .news-item .news-body .show-news:hover {
  color: #fff;
}
.dialog-info-container {
  scrollbar-width: none;
  /*Firefox*/
  -ms-overflow-style: none;
  /*IE10+*/
}
.dialog-info-container::-webkit-scrollbar {
  display: none;
  /*ChromeSafari*/
}
.menu-body .page-controller {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .menu-body .page-controller {
    margin-bottom: 70px;
  }
  .news-container {
    padding: 20px;
    margin-bottom: 0px;
  }
  .news-container .news-item {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news-container {
    padding: 20px;
  }
  .news-container .news-item .news-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .news-container .news-item .news-img
  {
	  height: 130px
  }
  .news-container .news-item .news-body .news-title {
    font-size: 16px;
  }
  .news-container .news-item .news-body .news-time {
    margin-top: 0px;
    font-size: 14px;
  }
  .news-container .news-item .news-body .news-desc {
    margin-top: 0px;
    font-size: 12px;
  }
}
@media screen and (max-width: 414px) {
  
  .news-container {
    padding: 20px;
  }
  .news-container .news-item .news-img {
    width: 150px;
    margin-right: 10px;
    display: flex;
  }
  .news-container .news-item .news-img img {
	height: 100%;
	margin: auto;
	width: initial;
	overflow: hidden;
  }
  .news-container .news-item .news-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .news-container .news-item .news-body .news-title {
    font-size: 16px;
  }
  .news-container .news-item .news-body .news-time {
    margin-top: 0px;
    font-size: 14px;
  }
  .news-container .news-item .news-body .news-desc {
    margin-top: 0px;
    font-size: 12px;
  }
}
<!--9.2983245849609E-5-->