.section-info {
  width: 100%;
  min-width: 1200px;
  height: 590px;
  padding-top: 59px;
  background: url("../image/info/bg.png") no-repeat;
  background-size: 100% 100%;
}
.section-info .info-title {
  height: 42px;
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-info .info-remark {
  height: 20px;
  margin-top: 12px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-info .info-content {
  width: 80%;
  min-width: 1200px;
  height: 370px;
  margin-top: 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px 2px 2px 2px;
}
.section-info .info-content .info-more {
  position: absolute;
  top: 24px;
  right: 18px;
  height: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-info .info-content .info-img {
  width: 478px;
  height: 306px;
  margin: 30px 0 0 28px;
  position: relative;
  border-radius: 0 0 0 0;
}
.section-info .info-content .info-img .img-icon {
  width: 100%;
  height: 100%;
}
.section-info .info-content .info-img .img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(360deg, rgba(165, 165, 165, 0.76) 0%, rgba(73, 73, 73, 0) 100%);
}
.section-info .info-content .info-img .img-title {
  height: 60px;
  position: absolute;
  left: 16px;
  bottom: 22px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-info .info-content .info-list {
  width: calc(100% - 550px);
  min-width: 618px;
  margin-top: 46px;
  margin-left: 45px;
}
.section-info .info-content .info-list .info-item:hover .item-title, .section-info .info-content .info-list .info-item:hover .item-text {
  color: rgb(230, 0, 12);
}
.section-info .info-content .info-list .info-item .item-title {
  height: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-info .info-content .info-list .info-item .item-text {
  height: 72px;
  margin-top: 8px;
  padding-right: 40px;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

/*# sourceMappingURL=info.css.map */
