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