.notice-list {
  color: #7f7f7f;
}
.notice-list li {
  border-bottom: solid 1px #ccc;
  padding: 10px 23px;
  text-align: left;
}
.notice-list li > div {
  position:relative
}
.notice-list li>div>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.notice-list li a {
  text-decoration: none;
}
.notice-list li:hover {
  background: #E4E4E4;
}
.notice-list.date {
  font-size: 13px;
}
.notice-list.title {
  font-size: 18px;
  width: 906px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-list.title.new-notice {
    font-weight: bold;
}
.notice-list.title-break-word {
  font-size: 18px;
  width: 909px;
  white-space: normal !important;
  overflow: visible !important;
  word-wrap: break-word;
  word-break: normal;
}
.notice-list.detail {
  font-size: 14px;
  line-height:23px; 
  display: none;
  word-wrap: break-word;
  word-break: normal;
}
.notice-list .new-label {
    background-color: #f00;
    margin-left: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    position: relative;
    top: -2px;
    padding: 4px 8px 3px;
    line-height: 1;
}
#notice-message-box.no-data {
  display: none; 
  padding: 10px 23px; 
  text-align: left; 
  font-size: 17px !important; 
  color: #7f7f7f;
}
