|
@@ -0,0 +1,86 @@
|
|
|
+.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: 300px;
|
|
|
+ height: 200px;
|
|
|
+}
|
|
|
+.enterpriseDynamics .bifJournal .eachItem .eachItemImg img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.enterpriseDynamics .bifJournal .eachItem .eachItemRight {
|
|
|
+ margin-left: 40px;
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightTilt {
|
|
|
+ font-size: 26px;
|
|
|
+}
|
|
|
+.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightText {
|
|
|
+ font-size: 18px;
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ line-height: 22px;
|
|
|
+ height: 135px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+.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 {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+.enterpriseDynamics .details .detailsBack {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ color: #31B7F2;
|
|
|
+ cursor: pointer;
|
|
|
+}
|