@charset "UTF-8"; .banner { margin-top: 24px; min-width: 1200px; } .banner .banner-item { width: 590px; height: 120px; background-size: cover; box-shadow: 0px 8px 16px rgba(7, 17, 27, 0.1); border-radius: 8px; } .banner .banner-item .big-text { height: 76px; line-height: 90px; font-size: 28px; font-weight: bold; color: #fff; text-align: center; text-shadow: 2px 2px 5px #000; } .banner .banner-item .small-text { padding-right: 88px; height: 44px; line-height: 1; font-size: 18px; font-weight: bold; color: #ddd; letter-spacing: 1px; text-align: right; text-shadow: 1px 1px 2px #000; } /** content **/ .content { margin-top: 24px; min-width: 1200px; } .content .container { background-color: #fff; box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1); border-radius: 4px; } .content .h2 { padding: 0 16px; font-size: 16px; font-weight: bold; color: #222; } .content .h2 .inner-h2 { display: block; padding: 12px 0; width: 100%; border-bottom: 1px solid #d9dde1; } .content .content-menu { float: left; padding: 16px 0; width: 228px; box-sizing: border-box; } .content .menu-ul { padding: 12px 0 16px 0; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .content .menu-ul .menu-item { position:relative; display: block; padding: 12px 15px; color: #222; } .content .menu-ul .menu-item.active { color: #fff; background-color: #f01414; } .content .menu-ul .menu-item.active:hover { color: #fff; } .content .menu-ul .menu-item:hover { color: #f01414; } .content .menu-ul .menu-item .fa { /* float: right; display: block; height: 100%; line-height: 21px; */ position: absolute; line-height: 21px; right: 5px; } .content .content-right { /* float: right; padding: 16px 8px 32px 8px; width: 976px; */ padding: 20px; overflow:hidden; *zoom:1; } .content .content-right .breadcrumb { padding: 0 16px; color: #93999f; background-color: #f5f5f5; border-radius: 4px; list-style: none; } .content-right .breadcrumb li { display: inline-block; padding: 12px 0; } .breadcrumb>li+li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; } .breadcrumb li a { display: inline-block; color: #222; } .breadcrumb li a:hover { color: #f01414; }