// 合作伙伴 .logo-box{ width: 22%; margin-right: 4%; border-radius: 4px; margin-bottom: 50px; .logo-pic-box{ height: 90px; width: 90px; border-radius: 50%; background: #fff; line-height: 90px; text-align: center; box-shadow: 6px 6px 6px #eee; .logo-pic{ height: 70px } .logo-text{ height: 100%; font-size: 12px; line-height: 20px; } } } .logo-box1{ margin-right: 0!important; } // 衍生企业 .enterprise-bg{ width: 100%; background: url('../../assets/enterprise-banner.png') right no-repeat; background-size: 100% 100%; } .enterprise-box{ width: 26%; height: 382px; margin-right: 11%; position: relative; padding: 0 16px; .enterprise-pic{ height: 166px } .enterprise-txt{ display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align: justify; line-height: 28px; } .enterprise-more{ position: absolute; bottom: 0; right: 12px; } } .enterprise-box1{ margin-right: 0!important; } .enterprise-page >>> .ant-pagination-item-active{ background: #13ACC4; } .enterprise-page >>> .ant-pagination-item-active a{ color: #fff; }