.location {
  width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #1989fa;
}
.location .home {
  color: #004098;
  cursor: pointer;
}
.location .cur {
  font-size: 14px;
  color: #004098;
}
.location span {
  font-size: 14px;
  padding: 0 3px;
}
.location span .img {
  width: 12px;
  height: 12px;
}
.list {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.list .list-body {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  background-color: #fff;
}
.list .list-body .list-body-content {
  width: 100%;
}
.list .list-body .list-body-content .list-body-ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.list .list-body .list-body-content .list-body-ul li:hover {
  cursor: pointer;
  color: #004098;
}
.list .list-body .list-body-content .list-body-ul li {
  margin: 0 auto;
  width: 95%;
  height: 70px;
  box-sizing: border-box;
  position: relative;
}
.list .list-body .list-body-content .list-body-ul li .date-format {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 20px;
  padding: 8px;
  box-sizing: border-box;
  position: absolute;
  color: rgba(1, 64, 152, 0.8);
}
.list .list-body .list-body-content .list-body-ul li .date-format .date {
  position: absolute;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  font-size: 24px;
  width: 100%;
  line-height: 42px;
  text-align: center;
}
.list .list-body .list-body-content .list-body-ul li .date-format .year {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}
.list .list-body .list-body-content .list-body-ul li .sign {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list .list-body .list-body-content .list-body-ul li a {
  padding: 0;
  margin: 0;
  padding-left: 70px;
  line-height: 35px;
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list .list-body .list-body-content .list-body-ul li .list-body-pc {
  box-sizing: border-box;
  padding-left: 80px;
  line-height: 70px;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;color: #666;
}
.list .list-body .list-body-content .list-body-ul li:hover .list-body-pc {
  color: #004098;
}
.list .list-body .list-body-content .list-body-ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list .list-body .list-body-pagation-pc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
.list .list-body .list-body-pagation-mobile {
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (min-width: 1240px) {
  .list[data-v-731dcbb6] {
      width:1240px;
      margin: 0 auto
  }
}

@media screen and (min-width: 511px)and (max-width:1239px) {
  .list[data-v-731dcbb6] {
      width:100%;
      margin: 0 auto
  }
}

@media screen and (max-width: 510px) {
  .list[data-v-731dcbb6] {
      width:100%;
      margin: 0 auto
  }
}
