.rkzc{ top: 110px; height: calc(100vh - 140px); } .ul-rkzc .con{ background-color: #fff; border-radius: 10px; box-shadow: 0 0 4px rgba(0, 64, 40, .1); padding:0 15px 20px; margin-bottom: 15px; } .ul-rkzc .top{ display: flex; align-items: center; justify-content: space-between; height: 50px; overflow: hidden; } .ul-rkzc .info{ font-size: 17px; color: #000; } .ul-rkzc .link{ display: flex; align-items: center; font-size: 14px; color: #31976e; } .ul-rkzc .mui-icon{ font-size: 14px; } .ul-rkzc .box{ overflow: hidden; margin: 0 -8px; } .ul-rkzc .item{ float: left; width: 33.33%; } .ul-rkzc .conbox{ border-radius: 10px; overflow: hidden; margin: 0 8px; background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; } .ul-rkzc .conbox .h3{ height: 58px; display: flex; align-items: center; justify-content: center; font-size: 17px; color: #fff; /* font-weight: bold; */ } .ul-rkzc .conbox .bot{ background: rgba(0, 108, 66,.2); height: 30px; line-height: 30px; text-align: center; font-size: 13px; color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }