/* 头部内容 */ .logistics-image { min-height: 64px; } .head-image-wrapper .head-content { position: absolute; top: 4px; text-align: center; } .head-image-wrapper .head-font span { font-size: 18px; font-weight: 500; color: #FFFFFF; letter-spacing: 0; text-align: justify; line-height: 24px; text-shadow: 0 0 4px rgb(0 0 0 / 10%); } /* 信息公开 */ .information-body-main { text-align: center; background-color: #F5F5F7; width: 100%; padding-bottom: 40px; } /* 查询块菜单栏 */ .information-block { width: 100%; padding: 47px 24px 56px 24px; background-color: #fff; box-sizing: border-box; text-align: left; position: relative; z-index: 1; } .information-block .first-level-list { list-style: none; width: 100%; background: #FFFFFF; overflow: hidden; } .first-level-item .information-title { font-size: 17px; font-weight: 500; text-align: left; color: #333333; height: 24px; line-height: 24px; } .first-level-list .second-level-list { list-style: none; width: 100%; background: #FFFFFF; overflow: hidden; margin: 24px 0 24px 0; } .second-level-list .second-level-item { display: inline-block; box-sizing: border-box; width: 100%; margin-bottom: 32px; } .second-level-list .second-level-item.half-Width { width: 50%; } .second-level-item p, .second-level-item a, .detail-list p { font-size: 16px; font-weight: 400; text-align: left; color: #286ef0; height: 22px; line-height: 22px; } .second-level-item p { display: inline-block; } .detail-list .image { padding: 4px 10px; background-image: url('../images/aboutus/icon-close.png'); background-size: 12px 12px; background-repeat: no-repeat; background-position: center center; } .detail-list { vertical-align: top; display: inline-block; width: auto; box-sizing: border-box; } .detail-list .information-dropdown-content { z-index: 99; display: none; max-width: calc(100% - 48px); position: absolute; } .information-dropdown-content .dropdown-content { margin-top: 8px; padding: 8px 20px; text-align: left; line-height: 32px; background: #ffffff; border: 1px solid #eeeeee; border-radius: 1px; box-sizing: border-box; box-shadow: 0 3px 6px 0 rgb(0 0 0 / 6%); } .information-dropdown-content .dropdown-content>a { padding: 0 20px; height: 48px; line-height: 48px; font-size: 16px; color: #333333; font-weight: 400; display: block; min-width: 140px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .information-dropdown-content .dropdown-content>a:hover { background: #F5F5F7; }