body {
  background-color: white;
}
.main .content .header_box {
  position: relative;
}
.main .content .header_box .header_cover_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(54, 54, 54, 0.5);
  color: white;
}
.main .content .header_box .header_cover_box a {
  color: white;
}
.main .content .data_01 h5 {
  font-size: 20px;
}
.main .content .data_01 .row_list .slt_item {
  border: 1px solid #eee;
}
.main .content .data_01 .row_list .slt_item .cont2 {
  font-size: 12px;
  color: #abafb8;
}
.main .content .data_01 .row_list .slt_item:hover {
  border: 1px solid #cf0008;
  border-radius: 5px;
  animation: scale_img 1s forwards;
}
