/* 重置body背景色 */
body {
  background-color: #fff;
}
/* 内容 */
.list_content {
  display: flex;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 10px 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.list_content_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  border: 1px solid #ccc;
  margin-right: 20px;
  padding: 8px;
}
.list_content_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding-bottom: 8px;
  border: 1px solid #ccc;
}
.list_content_left_top {
  width: 100%;
}
.list_content_left_bottom {
  /* margin-top: 25px; */
}
.now_nav_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  background-color: #920606;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.list_content_dq {
  width: 100%;
  padding: 10px 8px;
  background: url(../new_images/gradient.gif);
  margin-bottom: 10px;
  background-size: 100% 100%;
}
.list_content_box {
  width: 100%;
  padding: 5px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
