.list-s-2-content{ width: 332px; height: auto; float: left; margin-left: 6px; } /* 兼容样式 */ #detail-index .list-s-2-content{ width: 100% !important; margin-right: 6px !important; margin-bottom: 6px !important; margin-left: 0px !important; margin-top: 0px !important; } #down-index .list-s-2-content{ width: 100% !important; margin-right: 6px !important; margin-bottom: 6px !important; margin-left: 0px !important; margin-top: 0px !important; } #document-index .list-s-2-content{ width: 100% !important; margin-right: 6px !important; margin-bottom: 6px; margin-left: 0px !important; margin-top: 0px !important; } #provincial-index .list-s-2-content{ margin-left: 0px !important; margin-top: 0px !important; } .list-s-2-content .box{ width: 100%; heigth: 100%; margin: 0px auto; background: rgba(255, 255, 255, 0.7); } .list-s-2-content .row{ /** * 定义宽高 */ width: 95%; height: 526px; float: left; /** * 边距 */ margin: 5px 0px; padding: 0% 2% 2% 3%; /** * 定义边框 */ border-radius: 5px; /* * 定义背景 */ border-radius: 5px; /* 面板阴影 */ box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15); background: rgba(255, 255, 255, 0.7); /** ** 定位属性 */ position: relative; } /* * 内部布局样式 */ .list-s-2-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-2-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-2-content .top span{ position: absolute; width: 89px; height: 3px; left: 36%; top: 74%; border-radius: 10px; background: rgb(255, 137, 36); } .list-s-2-content .center{ width:332px; min-height: 160px; float: left; position: relative; margin-top:15px; overflow:hidden; } .list-s-2-content .center li{ width: 145px; height: 131px; float: left; margin-right: 5px; margin-left: 6px; border-radius: 5px; text-align: center; background: #fff; margin-bottom: 10px; border-radius: 5px; /* 小卡片 */ box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1); background: rgba(255, 255, 255, 0.7); } .list-s-2-content .center li img{ /* display: block;*/ width: 105px; height: 105px; /* 垂直居中 */ /* border-top-left-radius:5px; border-top-right-radius:5px;*/ } .list-s-2-content .center li a{ display: block; width: 100%; height: 34px; line-height: 34px; color: rgb(40, 45, 108); font-family: "HarmonyOS Sans SC"; font-size: 16px; font-weight: 400; line-height: 100%; letter-spacing: 0px; } .list-s-2-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-2-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-2-content .bottom a img{ margin-top:-4px; } /** ** 内容标签样式 */ .list-s-2-content img{ } .list-s-2-content a,span{ }