.list-s-4-content{ width: 100%; height: auto; float: left; margin-top: 6px; } .list-s-4-content .box{ width: 100%; heigth: 100%; margin: 0px auto; background: rgba(255, 255, 255, 0.7); } .list-s-4-content .row{ /** * 定义宽高 */ width: 95%; height: 565px; float: left; /** * 边距 */ margin: 0px 0px; padding: 5px 2% 2% 3%; /** * 定义边框 */ border-radius: 5px; /* * 定义背景 */ background: #fff; /** ** 定位属性 */ position: relative; z-index: 1000; } /* * 内部布局样式 */ .list-s-4-content .top{ width:100%; height: 50px; float: left; line-height: 50px; /*border-bottom: 1px solid rgb(168, 172, 217);*/ position: relative; text-align: center; } .list-s-4-content .top a{ color: rgb(40, 45, 108); font-family: "HarmonyOS Sans SC" !important; font-size: 18px; font-weight: bold; line-height: 100%; letter-spacing: 0px; text-align: center; } .list-s-4-content .top span{ position: absolute; width: 89px; height: 3px; left: 36%; top: 74%; border-radius: 10px; background: rgb(255, 137, 36); } .list-s-4-content .center{ width:100%; min-height: 160px; float: left; position: relative; margin-top:15px; overflow:hidden; } .list-s-4-content .center li{ width: 100%; height: 20px; line-height: 20px; float: left; border-radius: 5px; text-align: center; margin-bottom: 10px; } .list-s-4-content .center li img{ display: block; width: 105px; height: 105px; /* 垂直居中 */ border-top-left-radius:5px; border-top-right-radius:5px; } .list-s-4-content .center li .active-1{ color: rgb(54, 59, 120); font-family: "HarmonyOS Sans SC"; font-size: 16px; font-weight: bold; line-height: 100%; letter-spacing: 0px; text-align: left; } .list-s-4-content .center li a{ display: block; width: 100%; height: 34px; line-height: 34px; color: rgb(54, 59, 120); font-family: "HarmonyOS Sans SC"; font-size: 16px; font-weight: 300; line-height: 100%; letter-spacing: 0px; text-align: left; } .list-s-4-content .bottom{ width:100%; height: 40px; float: left; position: relative; margin-top:15px; } .bottom-row{ width:88%; margin:0 auto; text-align: center; } .list-s-4-content .bottom a{ color: rgb(0, 165, 120); font-family: "HarmonyOS Sans SC"; font-size: 14px; font-weight: 400; line-height: 100%; letter-spacing: 0px; text-align: left; } .list-s-4-content .bottom a img{ margin-top:-4px; } /** ** 内容标签样式 */ .list-s-4-content img{ } .list-s-4-content a,span{ }