@charset "UTF-8"; .clb { clear: both; } .h10 { height: 10px; } .h15 { height: 15px; } .h20 { height: 20px; } .h30 { height: 30px; } .pl0 { padding-left: 0; } .p0 { padding: 0; } .p10 { padding: 10px; } .p15 { padding: 15px; } .dashed { border-bottom: 1px dashed #ddd; } p { margin: 0; } .container { width: 1100px !important; padding: 0 !important; } ul { margin: 0; } body { font-size: 14px; width: 100%; min-width: 1100px; margin: auto; color: #333; background: #fff; font-family: "微软雅黑"; } .ui-sanjiao { position: relative; overflow: hidden; width: 100%; height: 50px; padding-bottom: 100%; background: #fff; } .ui-sanjiao:after { position: absolute; top: 0; bottom: 0; width: 200%; height: 200%; content: ''; -webkit-transform: rotate(410deg) translate(-86%); -ms-transform: rotate(410deg) translate(-86%); transform: rotate(410deg) translate(-86%); background: #a72a17; } .hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover { background-color: #666 !important; } .text-overflow { display: block; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .box { overflow: hidden; } .box-shadow { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } ul { padding-left: 0; list-style: none; } a { text-decoration: none !important; color: #343434; } .clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: '.'; } .ui-hd { line-height: 40px; height: 40px; margin-bottom: 20px; border-bottom: 2px solid #a9090f; } .ui-hd .hd-name { font-size: 24px; float: left; color: #a9090f; } .ui-hd .hd-more { float: right; margin-top: 5px; color: #a9090f; } .ui-hd .hd-more a { color: #a9090f; } .ui-preTri { position: relative; padding-left: 12px; } .ui-preTri::before { position: absolute; top: 50%; left: 0; content: ''; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: 5px solid transparent; border-left-color: #999; } .ui-preDot { position: relative; padding-left: 12px; } .ui-preDot::before { position: absolute; top: 50%; left: 0; content: ''; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: 2px solid #005da0; border-radius: 50%; } .list { list-style: none; } .list li { line-height: 36px; position: relative; height: 36px; } .list li a { font-size: 14px; display: block; } .list li a:hover { color: red; } .list li .time { float: right; overflow: hidden; padding-left: 20px; text-align: right; white-space: nowrap; } .g-sd { min-height: 330px; background: #fff; } .local_box li { display: inline-block; } ::-webkit-scrollbar { width: 5px; height: 5px; background-color: #f5f5f5; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { border-radius: 5px; background-color: #f5f5f5; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } /*定义滑块 内阴影+圆角*/ ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #1a5aa3; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }