
body {
  background: #F7F7F7;
}

.news {
  background: #fff;
}
.news .news-list{
	padding-top: 30px;
    min-height: 200px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
}
.news .news-list-item{
    display: flex;
    padding: 10px 0;
}
.news .news-list-item-pic{
    width: 100%;
    height: 200px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.news .news-list-item-pic img{
    display: block;
    width: 100%;
    height: 100%;
}
