.news-detail {
  font-size: 18px;
  line-height: 25px;
}

.news-detail a {
	color: #0068ff;
	transition: .3s ease;
}

.news-detail a:hover {
	color: #025cde;
}

.news-detail li {
    margin-left: 20px;
    list-style: disc;
}

.news-img {
  float: right;
  margin-bottom: 40px;
  margin-left: 40px;
}
/*.news-detail-slide{*/
/*  height: 150px;*/
/*  width: 150px;*/
/*  margin-top:10px;*/
/*  margin-right: 20px;*/
/*}*/
#news-detail-slider{
  display: flex;
  flex-wrap: wrap;
}
.news-detail-picture{
    margin-top:10px;
    margin-right: 20px;
}

