#company{ width: 100%; display: flex; justify-content: space-between; } #company li{ width: 25%; overflow: hidden; background: #0d1b31; position: relative; min-height: 610px; transition: all ease .5s; } #company li > img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: .6; } #company li > a{ /* position: absolute;*/ bottom: 40px; left: 20px; right: 20px; transition: all ease .5s; } #company li > a img{ width: 40px; } #company li > a h3{ color: #fff; font-size: 30px; margin-top: 30px; margin-bottom: 0px; margin-left:1.5vw; margin-right:1.5vw; line-height: 36px; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; font-weight: 200; position: relative; } #company li > a p{ word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; color: #fff; font-family: arial; opacity: 1; margin: 0; line-height: 1; margin-bottom: 19px; font-size: 13px; position: relative; } .list_text{ padding-bottom: 1.5vw; opacity: 0; transition: all ease .5s; } #company li:hover .list_text{ opacity: 1; } .list_text a{ color: #fff; font-size: 18px; line-height: 34px; position: relative; margin-left:1.5vw; margin-right:1.5vw; } .list_text a:hover{ color: #ec6d1f; } .more_btn{ position: relative; line-height: 50px; background: #f08519; text-align: center; color: #fff; padding: 9px 35px; margin-left:1.5vw;; border-radius: 0px; font-size: 16px; opacity: 0; transition: all ease .5s; } #company li:hover .more_btn{ opacity: 1; } #company li > a span{ color: #fff; background: #ec6d1f; margin-left:1.5vw;; border-radius: 0px; font-size: 16px; position: absolute; bottom:2vw; opacity: 0; transition: all ease .5s; } #company li:hover > a{ padding-bottom: 30px; } #company li:hover > a span{ opacity: 1; } #company li.active1{ width: 40%; } @media only screen and (max-width: 1024px) and (min-width: 769px){ #company li > a h3 { font-size: 24px; line-height: 30px; } } @media only screen and (max-width: 768px){ #company li > a h3 { font-size: 20px; line-height: 24px; margin-left: 20px; margin-right:20px; text-align: center; } #company li { width: calc(100% / 2); float: left; min-height:260px; } #company { display: block; } .list_text { opacity: 1; text-align: center; } .list_text a { font-size: 14px; line-height: 26px; margin-left: 20px; margin-right:20px } .more_btn{ display: none; } }