.centercontent {
  text-align: center;
  position: relative;
}

.dateview {
  position: absolute;
  right: 0;
  top: -40px;
}

.dateview span {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #333333
}

.dateview select {
  width: 120px;
  height: 30px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  outline: 0;
}

.centercontent .ul {
  margin-top: 50px;
  position: relative;
}

.centercontent .w3 {
  position: relative;
}

.centercontent .ul .li {
  width: 100%;
  height: 210px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
}

.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;
}

.typestime {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 200px;
}

.typestime div {
  width: 80px;
  height: 26px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.typestime span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  margin-left: 24px;
}

.centercontent .ul .li a h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin: 0;
  padding: 0;
  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: 28px;
  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: 20px;
  color: #333333;
}

.details .times {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}

.details .line {
  width: 100%;
  border: 1px dashed #999999;
  margin: 20px 0;
}