.company-banner {
  background: url("../image/company-banner-bg.png") no-repeat;
  background-size: 100% auto;
}

.company-container {
  min-height: 500px;
  padding-top: 30px;
  background: url("../image/comment-page.png") no-repeat;
  background-size: cover;
}

.company-container .row {
  margin: 0;
}

.company-container .row > div {
  padding: 10px;
}

.company-container .item {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px 15px 15px 15px;
  padding: 20px 60px 30px;
}

.company-container .item::before {
  position: absolute;
  top: 30px;
  left: 24px;
  content: '';
  width: 26px;
  height: 10px;
  background: url(../image/arrow-red.svg) no-repeat;
}

.company-container .item .company-name {
  font-size: 24px;
  font-weight: 600;
  color: #F25A30;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.company-container .item .profile {
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.company-container .item .image {
  margin-top: 12px;
  height: 220px;
  overflow: hidden;
  border-radius: 4px;
}

.company-container .item .image img {
  height: 100%;
  width: 100%;
}
