.poster img {
  width: 100%;
  height: 100%;
}

.content_top .content_list {
  list-style: none;
  padding: 50px 150px;
}

.content_top .content_list li {
  display: flex;
  justify-content: left;
  border-bottom: 1px solid #eae9ee;
  padding: 50px 0;
}

.content_top .content_list li:last-child {
  border-bottom: 0;
}

.content_top .content_list .list_left {
  width: 25vw;
}

.content_top .content_list .list_right {
  width: 55vw;
}

.content_top .content_list .tittle_son {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 26px;
  margin-bottom: 10px;
}

.content_top .content_list .tittle_yellow {
  font-size: 34px;
  font-weight: bold;
  color: #FF6600;
  line-height: 30px;
}

.content_top .content_list .tittle_black {
  font-size: 34px;
  font-weight: bold;
  line-height: 30px;
}

.content_top .content_list .info_tittle {
  font-size: 26px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}

.content_top .content_list .info_eng {
  font-size: 12px;
  font-weight: 400;
  color: rgba(204, 204, 204, 1);
  line-height: 12px;
}

.content_top .content_list .info_detail {
  font-size: 16px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 34px;
  margin-top: 10px;
}

.content_top .content_list .info_bg {
  max-width: 100%;
  height: auto;
}

.content_top .content_list .info_number {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.content_top .content_list .info_number .number_row {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.content_top .content_list .info_number .number_row .add_icon {
  position: relative;
  bottom: 20px;
}

.content_top .content_list .info_number .number_row .number_int {
  font-size: 36px;
  font-weight: 400;
  color: #FF9933;
  line-height: 30px;
}

.content_top .content_list .info_number .number_info {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

@media screen and (max-width: 1440px) {
  .content_top .content_list {
    padding: 50px 0 0 150px;
  }

  .content_top .content_list .info_bg {
    width: 800px;
  }
}