.centercontent {
  text-align: center;
}

.centercontent ul {
  margin-top: 50px;
}

.centercontent ul li {
  width: 100%;
  height: 180px;
  position: relative;
  background: #F4F4F4;
  margin-bottom: 40px;
  cursor: pointer;
}

.centercontent ul li img:hover {
  transform: scale(1.1, 1.1);
  ;
  -ms-transform: scale(1.1, 1.1);
  ;
  /* IE 9 */
  -moz-transform: scale(1.1, 1.1);
  ;
  /* Firefox */
  -o-transform: scale(1.1, 1.1);
  ;
  /* Opera */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari 和 Chrome */

}

.centercontent ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 180px;
  transition: all .5s;
}

.centercontent ul li a {
  position: absolute;
  left: 316px;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 10px 30px 0 0;
}

.centercontent ul li a h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.centercontent ul li a p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 24px;
  color: #666666;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 分页样式 */
#page {
  margin: 0 auto;
}

#page a {
  width: 23px;
  height: 23px;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  display: inline-block;
  color: #333333;
}

#page .current {
  color: #004FC2;
}

#page input {
  border: 1px solid #cccccc;
  width: 47px;
  height: 30px;
  text-align: center;
  outline: none;
}


/* 详情 */

.navtext {
  margin-top: 70px;
  height: 42px;
  background-color: #F2F2F2;
}

.navtext a {
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  color: #999999;
}

.navtext img {
  margin: 0 6px;
}

.details {
  padding: 20px 0;
}

.details .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}

.details .times {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}

.details .line {
  width: 100%;
  border: 1px dashed #999999;
  margin: 20px 0;
}

