@charset "UTF-8";
/**!
 * 通知公告
 * date: 2022-06-24
 * author: lyaohui;
 */
.main-top {
  background-image: url("../images/notice.png");
}

.notice-content {
  padding: 5px 20px 30px;
}

.notice-li {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 15px;
  height: 59px;
}

.notice-txt {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
}

.notice-txt:hover {
  color: #f98f22;
}

.notice-txt a {
  color: #333;
}

.notice-txt a:hover {
  color: #f98f22;
}

.notice-date {
  margin-top: 12px;
  padding-left: 24px;
  height: 16px;
  line-height: 16px;
  font-size: 15px;
  color: #999;
  background: url("../images/date.png") left no-repeat;
}

.notice-content{
	min-height: 300px;
}