.enterpriseDynamics {
  display: flex;
  justify-content: center;
  margin-top: 10em;
}
.enterpriseDynamics .content {
  width: 1140px;
}
.enterpriseDynamics .bifJournal {
  width: 100%;
}
.enterpriseDynamics .bifJournal .headline {
  margin: 10px 0 20px 0;
  font-size: 40px;
}
.enterpriseDynamics .bifJournal .eachItem {
  margin-left: 60px;
  border-bottom: 1px solid #D7D7D7;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}
.enterpriseDynamics .bifJournal .eachItem .eachItemImg {
  width: 260px;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enterpriseDynamics .bifJournal .eachItem .eachItemImg img {
  height: 180px;
}
.enterpriseDynamics .bifJournal .eachItem .eachItemRight {
  margin-left: 40px;
  flex: 1;
}
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightTilt {
  font-size: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightText {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 2em;
  line-height: 30px;
}
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum .ons {
  color: #31B7F2;
  cursor: pointer;
}
.enterpriseDynamics .bifJournal .paging {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 30px 0;
}
.enterpriseDynamics .details {
  margin: 20px 0px 40px 0;
  min-height: 300px;
}
.enterpriseDynamics .details .detailsTil {
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.enterpriseDynamics .details .detailsData {
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  margin-bottom: 15px;
}
.enterpriseDynamics .details .detailstext {
  margin-top: 6px;
  font-size: 18px;
  line-height: 32px;
  text-indent: 2em;
}
.enterpriseDynamics .details .detailsBack {
  position: absolute;
  left: 0;
  top: 0;
  color: #31B7F2;
  cursor: pointer;
}
