body {
  background: #210f02 url("../images/bg.jpg") center 0 no-repeat;
}

.list1 {
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 250px;
  text-align: center;
  min-height: 500px;
}
.list1 li {
  position: relative;
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
}
.list1 li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.list1 li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.list1 a {
  color: #fff;
  display: block;
}
.list1 h3 {
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
}
.list1 time {
  float: right;
  font-size: 16px;
  color: #7f8993;
}

.newsDetail {
  padding-top: 250px;
  width: 1200px;
  color: #97958c;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 40px;
}
.newsDetail .t {
  margin-bottom: 20px;
}
.newsDetail h2 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.newsDetail .date {
  display: block;
  color: #6792a7;
  line-height: 1;
}

.pagebox {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pagebox a {
  color: #fad284;
  margin: 0 12px;
}
.pagebox a:hover {
  color: #feead3;
}
.pagebox {
  color: #fad284;
}

@media screen and (max-width: 1500px) {
  .list1 {
    width: 100%;
  }
}/*# sourceMappingURL=index_202609.css.map */