* {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .list_page {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .h5-list-page {
    display: none !important;
  }
}
.h5-list-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.h5-list-page .h5-carousel {
  width: 100vw;
  height: 45.3333333333vw;
  background-image: url("../img/list_carousel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw 45.3333333333vw;
}
.h5-list-page .h5-content {
  flex-grow: 1;
}
.h5-list-page .h5-content .h5-content-title {
  padding: 2.6666666667vw;
  box-sizing: border-box;
}
.h5-list-page .h5-content .h5-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #333333;
  text-decoration-line: none;
  padding: 4vw;
}
.h5-list-page .h5-content .h5-content-item::after {
  content: "";
  position: absolute;
  left: 4vw;
  right: 4vw;
  bottom: 0;
  height: 0.1333333333vw;
  background: #EEEEEE;
}
.h5-list-page .h5-content .h5-content-item .h5-content-item-text {
  width: 60vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 3.2vw;
}
.h5-list-page .h5-content .h5-content-item .h5-content-item-time {
  font-weight: 400;
  font-size: 3.2vw;
  color: #888888;
}
.h5-list-page .h5-content .h5-pagination-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 4vw;
}
.h5-list-page .h5-content .h5-pagination-box .page-item {
  text-decoration-line: none;
  color: #666666;
}
.list_page .content_box {
  display: flex;
  justify-content: center;
}
.list_page .content_box .content {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 1200px;
  box-sizing: border-box;
  display: flex;
}
.list_page .content_box .content .content_navigation_box {
  width: 240px;
}
.list_page .content_box .content .content_navigation_box .navigation_title {
  width: 240px;
  height: 50px;
  line-height: 50px;
  background-image: url("../img/list_navigation_bj.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.list_page .content_box .content .content_navigation_box .navigation_item {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: #E4E4E4;
  margin-top: 5px;
  text-decoration-line: none;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.list_page .content_box .content .content_navigation_box .navigation_item.active {
  font-weight: bold;
  font-size: 16px;
  color: #F94A96;
  position: relative;
}
.list_page .content_box .content .content_navigation_box .navigation_item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #F94A96;
}
.list_page .content_box .content .content_list_box {
  margin-left: 30px;
  min-height: 710px;
  position: relative;
}
.list_page .content_box .content .content_list_box .content_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #333333;
  text-decoration-line: none;
}
.list_page .content_box .content .content_list_box .content_list_item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed #CCCCCC;
}
.list_page .content_box .content .content_list_box .content_list_item:hover {
  color: #F94A96;
  font-weight: bold;
}
.list_page .content_box .content .content_list_box .content_list_item_text {
  width: 830px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 0;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
}
.list_page .content_box .content .content_list_box .content_list_item_time {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 28px;
}
.list_page .content_box .content .content_list_box .pagination_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list_page .content_box .content .content_list_box .pagination_box .page-lable {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.list_page .content_box .content .content_list_box .pagination_box .page-item {
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  text-decoration-line: none;
}
.list_page .content_box .content .content_list_box .pagination_box .page-item:focus {
  background: #F4F4F4;
  font-weight: bold;
  color: #666666;
}/*# sourceMappingURL=list.css.map */