/* 机场信息 */ .information-body-main { text-align: center; background-color: #F5F5F7; width: 100%; min-width: 1190px; padding-bottom: 100px; } /* 查询块菜单栏 */ .information-block { position: relative; z-index: 1; width: 960px; /* height: 321px; */ background-color: #fff; margin: -20px auto 0 auto; box-sizing: border-box; padding: 80px 96px; text-align: left; z-index: 300; } .information-block .first-level-list { list-style: none; width: 100%; background: #FFFFFF; overflow: hidden; } .first-level-list .first-level-item { padding-bottom: 80px; } .first-level-item .information-title { font-size: 24px; font-weight: 500; text-align: left; color: #333333; line-height: 33px; } .first-level-list .second-level-list { list-style: none; width: 100%; background: #FFFFFF; overflow: hidden; } .second-level-list .second-level-item { display: inline-block; width: auto; padding: 24px 56px 0 0; box-sizing: border-box; } .second-level-item p, .second-level-item a, .detail-list p { font-size: 16px; font-weight: 400; text-align: left; color: #286ef0; 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: 999; display: none; max-width:calc(100% - 192px); position: absolute; } .information-dropdown-content .dropdown-content { margin-top: 12px; padding: 8px 20px; text-align: left; line-height: 32px; background: #ffffff; border: 1px solid #eeeeee; border-radius: 1px; box-sizing: border-box; box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 25%); } .information-dropdown-content .dropdown-content>a { padding: 0 20px; height: 48px; line-height: 48px; font-size: 16px; color: #333333; 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; }