body{background:#f5f5f5;}
.headerTitle{height:40px;width:100%;background:#1e9eff;position:fixed;top:0;left:0;}
.TitleLeft{width:10%;float:left;height:40px;}
.TitleLeft img{width:20px;height:20px;display:block;margin:10px auto;}
.TitleRight{width:calc(90% - 10%);float:left;text-align: center;line-height: 40px;color:#fff;}
.noticeList{width:100%;float:left;margin-top:40px;}
.noticeListLi{width:calc(95% - 20px);margin:10px 2.5% 0 2.5%;background:#fff;border-radius:5px;padding:10px;}
.noticeListTitle{font-size:14px;font-weight: bold;line-height:30px;}
.noticeListTime{font-size:12px;color:#918e8e;line-height:30px;}
.noticeListText{font-size:12px;color:#918e8e;line-height:20px;}
/*text-overflow: -o-ellipsis-lastline;overflow: hidden;
 * text-overflow: ellipsis;display: -webkit-box;
 * -webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;*/