body {
  background: #F6F6F6;
}
.company_info_content {
  width: 1200px;
  margin: 20px auto 40px auto;
  overflow: hidden;
  display: flex;
  min-height: 408px;
}
.company_info_content .company_info_left {
  width: 280px;
  height: 100%;
  margin-right: 20px;
}
.company_info_content .company_info_right {
  width: 900px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
}
.company_info_content .company_info_right .company_info_right_search .search_block {
  display: flex;
}
.company_info_content .company_info_right .company_info_right_search .search_block ul li {
  display: inline-block;
  vertical-align: top;
}
.company_info_content .company_info_right .company_info_right_search .search_block ul .selected {
  color: red;
}
.company_info_content .company_info_right .company_info_right_content {
  padding: 20px 10px;
}
.company_info_content .company_info_right .company_info_right_content .content_line ul {
  display: flex;
}
.company_info_content .company_info_right .company_info_right_content .content_line ul li {
  width: 200px;
  height: 198px;
  margin-right: 20px;
}
.company_info_content .company_info_right .company_info_right_content .content_line ul li .image_frame {
  width: 200px;
  height: 150px;
}
.company_info_content .company_info_right .company_info_right_content .content_line ul li .image_frame .cover {
  width: 200px;
  height: 150px;
}
.company_info_content .company_info_right .company_info_right_content .content_line ul li .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 5px;
}
.company_info_content .company_info_right .company_info_right_content .content_line ul li .summary {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.company_info_content .company_info_right .company_info_right_content .content_line ul li .summary span {
  margin-right: 5px;
}
.company_info_content .company_info_right .company_info_right_content .content_list {
  font-size: 0;
}

.company_info_item {
  height: 130px;
  padding: 10px;
  margin: 0 10px 20px 10px;
  border: 1px #F3F3F3 solid;
  border-radius: 4px;
}
.company_info_item .item_content {
  display: flex;
  height: calc(100% - 38px);
  margin-bottom: 10px;
}
.company_info_item .item_content .item_left {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.company_info_item .item_content .item_left .image_frame {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  height: 92px;
}
.company_info_item .item_content .item_left .image_frame .cover {
  width: 100%;
  height: 100%;
}
.company_info_item .item_content .item_left .describe {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.company_info_item .item_content .item_left .describe .certified {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 21px;
  width: 50px;
  height: 21px;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  background: #84dfa7;
  margin-right: 5px;
}
.company_info_item .item_content .item_left .describe .title,
.company_info_item .item_content .item_left .describe .specs_size {
  margin-bottom: 10px;
}
.company_info_item .item_content .item_left .describe .title {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #33363C;
}
.company_info_item .item_content .item_left .describe .specs_size {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #09A183;
}
.company_info_item .item_content .item_left .describe .address {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}

