﻿
/* 在首页添加消息中心功能 样式*/
.msgcenter{border:1px solid rgba(128,128,128,0);border-bottom:0; cursor:pointer;}
.msgcenter.active{background:#fff;border:1px solid #ccc;border-bottom:0;}

.msgcenter .msgcenter-img{display:block;float:left;margin:12px 6px 12px 0;}
.msgcenter .txt{display:block;float:left;line-height:36px;font-size:12px;color:#666;}
.msgcenter .span-orange{display:block;float:left;line-height:16px;font-size:12px;margin:10px 0 10px 2px;background:#ff7200;color:#fff;border-radius:3px;padding:0 3px;font-style:normal;}

.siteNavMsg_list{display:none;position:absolute;width:111px;background:#fff;z-index:999;border:1px solid #ccc;box-shadow:0 1px 2px #ececec;}
.siteNavMsg_list .maskline{position:absolute;width:86px;height:2px;left:0;top:-1px;background:#fff;}
.siteNavMsg_list .msgli{width:100%;box-sizing:border-box;padding-left:17px;height:36px;font-size:12px;cursor:pointer;}
.siteNavMsg_list .msgli:hover {background: #ececec;}
.siteNavMsg_list .txt{display:block;float:left;line-height:36px;font-size:12px;color:#666;}
.siteNavMsg_list .span-orange{display:block;float:left;line-height:16px;font-size:12px;margin:10px 0 10px 6px;background:#ff7200;color:#fff;border-radius:3px;padding:0 3px;font-style:normal;}




