html {
  width: 100%;
  min-width: 1486px;
}

.columnPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background: url("../../images/footerBG.png") no-repeat;
  background-position: bottom;
  background-size: 100%; */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.columnPage .contentWarp {
  flex: 1;
}
.columnPage .nav {
  width: 1250px;
  margin: 0 auto;
}
.columnPage .nav img {
  width: 16px;
  height: 16px;
  margin-top: 16px;
}
.columnPage .nav .breadcrumb {
  background-color: transparent;
}
.columnPage .warp {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.columnPage .warp .right {
  width: 819px;
}
.columnPage .warp .right .listWarp {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 20px 30px 30px;
  margin-bottom: 18px;
}
.columnPage .warp .right .listWarp .listTitle {
  display: flex;
  align-items: center;
}
.columnPage .warp .right .listWarp .listTitle img {
  width: 14.04px;
  height: 12.41px;
  margin-right: 8px;
}
.columnPage .warp .right .listWarp .listTitle a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #cc0000;
  cursor: pointer;
}
.columnPage .warp .right .listWarp .list .listItem {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-top: 16px;
  border-top: 1px dashed #dccccc;
  margin-top: 16px;
}
.columnPage .warp .right .listWarp .list .listItem .bi {
  font-size: 10px;
  color: #cc0000;
  margin-right: 10px;
}
.columnPage .warp .right .listWarp .list .listItem a {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}
.columnPage .warp .right .listWarp .list .listItem .time {
  width: 120px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #c5bfc5;
}
