.company {
  width: 15.6rem;
  padding: .8rem 0;
  margin: 0 auto;
}

.company .company-con {
  width: 100%;
}

.company .company-con .company-item {
  width: 100%;
  height: 4.8rem;
  opacity: 1;
  background: #f5f5f5;
  margin-bottom: .4rem;
  padding: .6rem .9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.company .company-con .company-item:hover {
  background: #ffffff;
}

.company .company-con .company-item:hover .company-item-left .company-item-tit {
  color: #000;
}

.company .company-con .company-item .company-item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.company .company-con .company-item .company-item-left .company-item-data {
  opacity: 1;
  font-size: .22rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: .3rem;
}

.company .company-con .company-item .company-item-left .company-item-tit {
  height: .77rem;
  opacity: 1;
  font-size: .3rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  margin-bottom: .38rem;
}

.company .company-con .company-item .company-item-left .company-item-desc {
  height: 1.65rem;
  opacity: 1;
  font-size: .22rem;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.company .company-con .company-item .company-item-right {
  width: 5.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 3.6rem;
  margin-left: .9rem;
}

.company .company-con .company-item .company-item-right img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */