.relationship{ width: 100%; display: flex; flex-direction: column; align-items: center; padding: 80px 0; } .Notice{ width: 80%; margin-top: 20px; } .Notice>li{ background: white; margin-top: 30px; } .newMsaa{ width: 100%; display: flex; justify-content:space-between; color: #333333; transition: all 0.5s; } .newMsaa:hover{ color: white; background: #0075ea; } .TimEneiaa{ width: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-right: 30px; } .TimEneiaa>p{ font-weight: 700; } .TimEneiaa>div{ /* color: #666666; */ } .newBotMsg{ width: 89%; padding: 30px 0; padding-left: 3%; border-left: 3px solid #f6f6f6; display: flex; flex-direction: column; justify-content: center; } .newBotMsg>p{ font-weight: 700; } .newBotMsg>div{ width: 80%; margin-top: 10px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .stock{ width: 80%; margin-top: 80px; display: flex; } .stockLfet{ width: 25%; padding: 0 2.5%; background: #f7ede0; } .leftTop{ padding: 40px 0; color: #f97111; } .leftTop>p>span{ font-size: 15px; } .leftTop>p{ font-weight: 900; } .leftBot{ padding: 40px 0; border-top: 2px solid white; } .leftBot>.fontS16{ color: #0075ea; margin-bottom: 20px; } .leftBot>.fontS13{ color: #666666; margin-top: 15px; } .leftBot>.fontS13>span{ color: #333333; } .stocRight{ width: 60%; padding: 0 5%; display: flex; flex-direction: column; justify-content: center; } .stocRight>.fontS14{ margin-top: 8px; color: #666666; } .xinxi{ width: 100%; display: flex; margin-top: 60px; justify-content: space-between; } .xinxi>li{ width: 20%; padding: 10px 0; border-top: 1px solid #e5e5e5; color: #333333; } .xinxi>li>.fontS35{ margin-bottom: 10px; margin-top: 15px; letter-spacing: -2px; font-weight: 900; } @media (max-width: 1000px){ .stock{ flex-wrap: wrap; } .stockLfet{ width: 100%; } .stocRight{ width: 100%; margin-top: 50px; } .xinxi{ flex-wrap: wrap; } } @media (max-width: 700px){ .xinxi>li>.fontS35{ font-size: 25px !important; } .newBotMsg>p{ font-weight: 300; } }