.bannerInfo {
  background-image: url(../img/banner@2x.png);
  height: 387px;
}

.enterContainer {
  width: 100%;
  background: url(../img/bg@2x.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
}

.enterContainer > img {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1440px;
}

.enterBox {
  margin: 0 auto 40px;
  min-height: 650px;
  width: 80%;
}

ul {
  /* overflow: auto; */
  margin: 0;
  padding: 0;
  padding-right: 1%;
  height: 100%;
  display: flex;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 分页样式 */
.pageF {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: auto;
  justify-content: center;
}

.pageF > p {
  line-height: 28px;
  margin: 0;
  /* transform: translateX(-30px); */
}

.pageF > p > span {
  margin-right: 5px;
}

.pageselect {
  line-height: 28px;
}

.pageF > a {
  /* transform: translateX(-50px); */
  font-size: 20px;
  margin-left: 10px;
  text-decoration: none;
}

.goHome {
  color: #c03a2a;
}

.pageUp,
.pageDown {
  color: #919191;
}

.pageUp {
  margin-right: 10px;
  margin-left: 5% !important;
}

.goHome:hover {
  border-bottom: 2px solid #c9483a;
  color: #c9483a;
}

.pageUp:hover,
.pageDown:hover {
  border-bottom: 2px solid #6f6f6f;
  color: #6f6f6f;
}

/*滚动条样式*/
/* ul::-webkit-scrollbar {
    margin-left: 10px;
    width: 6px;
} */

/* ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
} */

/* ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);

} */

ul > a {
  text-decoration: none;
  margin-bottom: 2%;
  width: 49%;
  min-width: 450px;
}

@media (max-width: 1170px) {
  ul > a {
    width: 100% !important;
  }
}

li {
  display: flex;
  width: 100%;
  height: 94px;
  background: #f8f8f8;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-property: color, background-color;
}

li:hover {
  background: #c03a2a;
}

li:hover > p {
  color: #fff;
}

li > p {
  margin: auto;
  width: 77%;
}

.noticeTime {
  display: flex;
  height: 100%;
  width: 94px;
  background: #f6e5c9;
  flex-direction: column;
  justify-content: center;
}

.noticeTime > p {
  margin: 0;
  margin-right: 8px;
}

.date {
  text-align: right;
  font-size: 26px;
}

.year {
  text-align: right;
  font-size: 20px;
  color: #919191 !important;
}

/* 返回按钮 */
.returnBtn {
  cursor: pointer;
  width: 76px;
  height: 40px;
  background: #c03a2a;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
