.spec1 {
  width: 550px;
  position: relative !important;
  padding: 5px 0;
  /* .spec1_body {
    padding-left: 150px;
  }*/
}
.spec1 .spec1_context_img {
  width: 135px;
  height: 108px;
  margin-right: 15px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  float: left;
}
.spec1 .spec1_context_img img {
  max-width: 135px;
  max-height: 108px;
}
.spec1 .spec1_title {
  color: #4873b8;
  font-size: 17px;
  font-weight: bold;
}
.spec1 .spec1_title:hover {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .spec1 {
    width: 660px;
  }
}
