/* layer */ .layui-layer .layui-layer-title{ background-color:white; border-bottom:0; text-align:center; color:#eb4b3f; font-size:18px; padding:0; font-weight:bold; } .layui-layer .layui-layer-content ul{ padding-bottom:25px; } .layui-layer .layui-layer-content ul li:before{ content:''; display:inline-block; width:5px; height:5px; border-radius:50%; background:#eb4b3f; vertical-align:middle; margin-right:15px; } .layui-layer .layui-layer-content ul li{ font-size:15px; padding:10px 15px; cursor: pointer; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .noticeBar{ background:#f7f7f7; } .contentbar{ width:1190px; margin:0 auto; overflow:hidden; padding:15px 0 25px; } .noticeBar .left{ float:left; padding-left:30px; padding-right:20px; background:url(../img/horn.png) no-repeat 0 0; background-size:20px; border-right:1px solid #d1d1d1; margin-top:12.5px; margin-right:30px; } .noticeBar ul{ width:1000px; float:left; margin:0 auto; overflow: hidden; } .noticeBar ul li{ float:left; margin:15px 0 0; font-size:14px; margin-right:40px; height:16px; line-height:16px; color:#505050; } .noticeBar ul li.item{ cursor:pointer; } .noticeBar ul li.item:hover{ color:#c71415; } .noticeBar ul li.item:hover:before{ background:#c71415; } .noticeBar ul li.item:before{ content:''; display:inline-block; width:3px; height:3px; background:#999999; border-radius: 50%; vertical-align: middle; margin-right:5px; }