@charset "UTF-8";
.content-body {
  width: 1400px;
}

.content-body .details-notice {
  height: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
overflow: hidden;
}

.content-body .details-notice .notice-information {
  height: 100px;
  width: 1400px;
  background: #F6F7F8;
  line-height: 100px;
  border-radius: 4px;
  font-size: 24px;
}

.content-body .details-notice .notice-information img {
  margin-left: 30px;
}
.content-body .enterprise .enterprise-content .situation a {
  text-decoration: none;
  color:black;
}
.content-body .details-notice .notice-information .title {
  color: #2C2D33;
  font-weight: 800;
  vertical-align: middle;
  margin-left: 15px;
}

.content-body .details-notice .notice-information span {
  margin-left: 60px;
  vertical-align: middle;
  color: #2C2D33;
}

.content-body .enterprise {
  width: 1400px;
  margin-top: 100px;
}

.content-body .enterprise .enterprise-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.content-body .enterprise .enterprise-head .title-enterprise {
  margin-top: 20px;
  font-size: 32px;
  color: #2C2D33;
  font-weight: 800;
}

.content-body .enterprise .enterprise-content {
  width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.content-body .enterprise .enterprise-content .situation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.content-body .enterprise .enterprise-content .situation img {
  width: 90px;
  height: 90px;
}
.content-body .enterprise .enterprise-content .situation .num-style{
  margin-bottom: 10px !important;
}

.content-body .enterprise .enterprise-content .about {
  height: 650px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}

.content-body .enterprise .enterprise-content .about img {
  height: 400px;
  width: 100%;
}

.content-body .enterprise .enterprise-content .about .about-p {
  overflow: hidden;
  width: 688px;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 3;
}

.content-body .enterprise .enterprise-content .about .about-title {
  margin-top: 20px;
}

.content-body .enterprise .enterprise-content .about .about-title span {
  font-size: 32px;
}

.content-body .enterprise .enterprise-content .about .about-title button {
  width: 152px;
  background: #008EFF;
  height: 38px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  border-color: #FFFFFF !important;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.content-body .enterprise .enterprise-content .about .about-title1 span {
  font-size: 32px;
}

.content-body .enterprise .enterprise-content .about .about-title1 p {
  margin-bottom: 5px !important;
}

.content-body .enterprise .enterprise-content .about .about-title1 button {
  width: 152px;
  background: #008EFF;
  height: 38px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  border-color: #FFFFFF !important;
  float: right;
  margin-right: 10px;
}

.content-body .enterprise .enterprise-content .journalism {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 550px;
}

.content-body .enterprise .enterprise-content .journalism .title {
  font-size: 26px;
  overflow: hidden;
  width: 627px;
  color: #2C2D33;
  /*文本不会换行*/
  white-space: nowrap;
  /*当文本溢出包含元素时，以省略号表示超出的文本*/
  text-overflow: ellipsis;
}

.content-body .enterprise .enterprise-content .journalism p {
  color: #A1A4AE;
  font-size: 20px;
}

.content-body .enterprise .enterprise-content .journalism .journalism-list {
  border-bottom: 1px solid #D8DAE9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
}

.content-body .enterprise .enterprise-content .journalism .journalism-list img {
  width: 200px;
  height: 140px;
}

.content-body .enterprise .enterprise-content .journalism .journalism-list div {
  height: 140px;
  padding: 0 0 0 20px;
}

.content-body .enterprise .enterprise-content .journalism .journalism-list .title {
  font-size: 26px;
  overflow: hidden;
  width: 503px;
  color: #2C2D33;
  /*文本不会换行*/
  white-space: nowrap;
  /*当文本溢出包含元素时，以省略号表示超出的文本*/
  text-overflow: ellipsis;
}

.content-body .enterprise .enterprise-content .journalism .journalism-list .title-p {
  overflow: hidden;
  width: 503px;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 2;
  font-size: 20px;
}

.content-body .enterprise .enterprise-content .journalism img {
  width: 100%;
  height: 100%;
}

.content-body .enterprise .business-tail {
  background: #F6F7F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.content-body .enterprise .business-tail .tail-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 260px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-body .enterprise .business-tail .tail-content .tail-img {
  width: 374px;
}
.content-body .enterprise .enterprise-content .journalism .title a {
  text-decoration: none;
  color: black;
}
/*# sourceMappingURL=home.css.map */