/* Scss Document */
.box_content_style_1_640 {
  width: 600px;
  height: 540px;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 639px) {
  .box_content_style_1_640 {
    width: 100%;
    height: auto;
  }
}

.box_img_banner_1_640 {
  width: 600px;
  height: 340px;
  overflow: hidden;
  background-color: #e5e5e5;
}
@media (max-width: 639px) {
  .box_img_banner_1_640 {
    width: 100%;
    height: auto;
  }
}

.box_img_banner_1_640 img {
  width: 600px;
  height: 340px;
}
@media (max-width: 639px) {
  .box_img_banner_1_640 img {
    width: 100%;
    height: auto;
  }
}

.text_title_banner_style_1_640 {
  width: 546px;
  height: 71px;
  margin: 0 auto;
  margin-top: 5px;
  font-family: 'TrueTextC';
  font-size: 36px;
  color: #333333;
  line-height: 36px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 639px) {
  .text_title_banner_style_1_640 {
    width: 93%;
    margin: 0 auto;
  }
}

.text_title_banner_style_2_640 {
  width: 546px;
  height: 109px;
  margin: 0 auto;
  margin-top: 5px;
  font-family: 'TrueTextB';
  font-size: 36px;
  color: #888888;
  line-height: 36px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .text_title_banner_style_2_640 {
    width: 93%;
    margin: 0 auto;
  }
}
