/* details */
.page-container.news .title {
  min-height: 100px;
}
.page-container.news .title h3 {
  margin: 0;
  padding-top: 36px;
  font-weight: 500;
  padding-left: 12px;
}
.page-container.news .title .desc {
  padding: 18px 12px 12px;
}
.page-container.news .title .desc .time {
  margin-left: 31px;
}
.page-container.news .content {
  padding: 30px 0;
}
.page-container.news .footer .aboutNews {
  padding: 22px 0;
}
.page-container.news .footer .aboutNews .pre {
  margin-bottom: 10px;
}
.page-container.news .footer .aboutNews span {
  cursor: pointer;
}
.page-container.news .footer .aboutNews label {
  cursor: pointer;
}

/* list */
#newsList ul {
  margin-bottom: 38px;
}
#newsList li {
  padding: 22px 0;
  border-bottom: 1px dashed #cccccc;
}
/* 鼠标滑过列表样式 */
#newsList li:hover .msg .title a {
  color: #0580CE;
}
#newsList li:last-child {
  border-bottom: none;
}
#newsList li .date {
  width: 89px;
  height: 89px;
  background:rgba(242,242,242,1);
  margin-right: 17px;
  font-size: 19px;
  font-family:Helvetica;
}
#newsList li .date .day {
  font-size:34px;
  color:rgba(1,146,238,1);
}
#newsList li .msg{
  width: 86.9%;
}
#newsList li .msg .title a,
#newsList li .msg .desc a {
  color: #333333;
}
#newsList li .msg .title {
  padding: 3px 0 6px;
}
#newsList li .msg .desc {
  line-height: 27px;
}
.page-container.newslist .loading {
  line-height: 80px;
  margin-bottom: 30px;
  text-align: center;
}
.page-container.newslist .loading::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 78px;
  background: url('../image/loading.gif') no-repeat;
  background-position: right center;
  background-size: 19px auto;
}