.image-wrap img {
  width: 100%;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.view_section_wrap {
  padding-bottom: 42px;
}

.view_section_wrap strong, .view_section_wrap b {
  font-weight: 400;
}

.view_section_wrap .section_left {
  width: 100%;
}

.view_section_wrap .section_left .body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.view_section_wrap .section_left .body li {
  width: calc(50% - 15px);
}

.view_section_wrap .section_right {
  width: 445px;
  float: right;
}

.skin .header {
  padding: 14px;
  border-bottom: 2px solid #000;
}

.skin .header h5, .skin .header a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.skin .header h5 {
  float: left;
}

.skin .header a {
  display: block;
  float: right;
}

.skin .body {
  padding-top: 15px;
}

.skin .body a {
  display: block;
  line-height: 21px;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  letter-spacing: -1px;
}

.body li strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.body li .image-wrap, .body li .image-wrap+strong {
  float: left;
}

.body li .image-wrap {
  width: 100px;
  height: 66px;
  overflow: hidden;
}

.body li .image-wrap+strong {
  width: calc(100% - 100px);
  padding-left: 15px;
  height: 63px;
  overflow: hidden;
  white-space: normal;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.body li:last-child strong {
  margin-bottom: 0;
}
