
 .reader {
  padding-top: 70px;
padding-bottom: 70px;
}

 .reader .reader-title {
  font-size: 24px;
  font-weight: 500;
}

 .reader .reader-title img {
  width: 32px;
  height: 24px;
  margin-right: 5px;
}

 .reader .list {
  padding-top: 7px;
  width: 100%;
}

 .reader .list .item {
  width: 100%;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
}

 .reader .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}

 .reader .list .item a .item-msg {
  display: block;
  float: left;
  width: 580px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

 .reader .list .item a .date {
  float: right;
}

 .reader .list .item a:hover {
  color: #e7141a;
}

.content12 p{
  font-size:18px;
}