.header-sm{ width: 100%; position: relative; } .header-sm img{ width: 100%; } .header-sm-people{ position: absolute; right: 1rem; bottom: 10px; padding: 0.4rem 0.8rem; background: #000000; opacity: 0.2; border-radius: 1.2rem; color: #fff; font-size: 11px; display: flex; flex-flow: row nowrap; align-items: center; font-weight: 600; } .header-sm-people img{ width: 11.5px; height: 11.5px; margin-right: 5px; } .tv-box{ margin: 20px auto; width: 92%; } .tv-box-title{ font-size: 18px; font-weight: 600; color: #333333; line-height: 16px; margin-bottom: 14.5px; } .tv-box-content{ display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; } .tv-box-content-img{ width: 120px; height: 67.5px; position: relative; border-radius: 5px; flex-shrink: 0; margin-right: 10px; } .tv-box-content-img img{ width: 100%; height: 100%; } .tv-box-content-img-model{ width: 100%; height: 100%; background: #000000; opacity: 0.7; border-radius: 5px; position: absolute; top: 0; } .tv-box-content-img-time{ width: 100%; color: #fff; position: absolute; top: 15%; left: 50%; transform: translate(-50%); text-align: center; } .tv-box-content-img-time-text{ font-size: 10px; line-height: 18px; } .tv-box-content-img-time-hour{ margin-top: 8px; font-weight: 600; font-size: 13px; } .tv-box-content-info{ display: flex; flex-flow: column; justify-content: space-between; height: 65px; } .tv-box-content-info-title-bo{ background: linear-gradient(0deg, #1cac96 0%, #1fafc7 100%); border-radius: 3px; font-size: 11px; font-weight: 500; color: #ffffff; line-height: 20px; padding: 4px; } .tv-box-content-info-title-info{ font-size: 14px; line-height: 23px; color: #333333; } .tv-box-content-info-see{ font-size: 12px; color: #999999; position: absolute; bottom: 0px; } .tv-box-content-info-see img{ width: 12px; height: 12px; margin-right: 5px; } .tj-box{ margin: 30px auto 20px auto; width: 92%; } .tj-box-list{ display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; } .tj-box-item{ width: 47%; height: 200px; margin-bottom: 15px; border-radius: 5px 5px 5px 7px; border: 1px solid #e9e9e9; } .tj-box-item-img{ width: 100%; height: 92.8px; border-radius: 5px 5px 0px 0px; } .tj-box-item-content{ padding: 10px; position: relative; height: 70px; } .tj-box-item-content-info{ font-size: 14px; line-height: 20px; display: inline-block; overflow: hidden; text-overflow: ellipsis; cursor:pointer; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-bottom: 10px; }