body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 582px;
}
body .top1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .top1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .top1 a img {
  width: 343px;
  height: 193px;
}
body .top1 a .msg {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 24px;
}
body .top1 a .msg h6 {
  position: absolute;
  right: 6px;
  top: -8px;
  width: 284px;
  color: #222222;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .top1 a .msg span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #0370e8;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body .top1 a .msg:hover h6 {
  color: #0370e8;
}
body .top2,
body .top3,
body .top4,
body .top5 {
  height: 75px;
}
body .top2 a,
body .top3 a,
body .top4 a,
body .top5 a {
  display: block;
  height: 44px;
  position: relative;
}
body .top2 a span,
body .top3 a span,
body .top4 a span,
body .top5 a span {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #0370e8;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body .top2 a h6,
body .top3 a h6,
body .top4 a h6,
body .top5 a h6 {
  position: absolute;
  right: 0;
  top: 0;
  width: 291px;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .top2 a:hover h6,
body .top3 a:hover h6,
body .top4 a:hover h6,
body .top5 a:hover h6 {
  color: #0370e8;
}
