12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .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;
- }
|