.news_list {
  width: 1130px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.news_list ul li {
  position: relative;
  float: left;
  margin-top: 20px;
}
.news_list ul li a {
  display: block;
}
.news_list ul li:nth-child(odd) {
  float: left;
}
.news_list ul li:nth-child(even) {
  float: right;
}
.news_list ul li img {
  width: 552px;
}
.xinwen_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.xinwen_biaoti {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 50;
  color: #fff;
  font-size: 18px;
  width: 290px;
  line-height: 1.5em;
}
.xinwen_time {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
  color: #fff;
  font-size: 16px;
}
#postList {
  min-height: 600px;
}
/* post */
.post-item {
  border-bottom: 1px solid #eee;
  color: #333;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.post-item:last-child {
  border: none;
}
.post-title {
  font-size: 18px;
}
.post-title a:hover {
  color: #1f75ed;
}
.post-date {
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
  /* transform: translate3d(0, 50%, 0); */
}
#postPage {
  text-align: center;
  margin: 20px 0;
  color: #333;
}
#postPage a {
  display: inline-block;
  padding: 0 20px;
  color: inherit;
}
#postPage a:hover {
  color: #1f75ed;
}
#postPage li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#postPage .active {
  color: #1f75ed;
}
#postPage .disabled,
#postPage .disabled a:hover {
  color: #999;
}
