.btn-primary {
  color: #fff;
  background-color: #005096;
  border-color: #005096;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn {
  outline: none;
  box-shadow: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #005096;
  border-color: #005096;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

body {
  background: #f8fafd;
}

.list_left {
  width: 25%;
  float: left;
}

.list_right {
  /* float: left; */
  /* width: calc(75% - 20px); */
  margin-left: 20px;
  flex: 1;
  /* padding-top: 0px; */
}

.img_box {
  width: 100%;
  height: 240px;
  background: url('../assets/images/ListPictureVideo_img/beijing_1.png') no-repeat;
  margin-bottom: 72px;
  background-size: 100% 240px;
}

.img_box .txt_box {
  margin: 0 auto;
}

.img_box .txt_box .nav_box {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.6;
  padding-top: 24px;
}

.img_box .txt_box .nav_box a {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
}

.img_box .txt_box .img_title {
  /* padding-top: 60px */
  padding-top: 40px;
}

.img_box .txt_box .img_title .title_1 {
  font-family: "Microsoft YaHei Light";
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 6px;
  color: #fff;
  padding-bottom: 20px;
}

.img_box .txt_box .img_title .title_2 {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
  padding-bottom: 60px;
}

.list_content {
  padding-bottom: 70px;
  display: flex;
}

.list_content .col-md-9 {
  padding: 0;
}

.list_content .col-md-4 {
  padding-right: 0;
}

.list_content .col-md-3 {
  padding-left: 0;
}

.list_content .list_left .ul a {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 4px;
  cursor: pointer;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #2c3c57;
  display: block;
}

.list_content .list_left .ul a em {
  float: right;
  font-size: 18px;
}

.list_content .list_left .ul .on {
  background: -webkit-linear-gradient(right, #0562a3, #0a75b0, #0e82ba);
  background: -moz-linear-gradient(right, #0562a3, #0a75b0, #0e82ba);
  background: -o-linear-gradient(right, #0562a3, #0a75b0, #0e82ba);
  background: linear-gradient(to right, #0562a3, #0a75b0, #0e82ba);
  color: #fff;
}

.list_content .list_left .lookup_box {
  margin-top: 40px;
}

.list_content .list_left .lookup_box .title {
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #000000;
  line-height: 26px;
}

.list_content .list_left .lookup_box .btn {
  width: 100%;
  background-color: #005096;
  border-radius: 0%;
  color: #fff;
  border: none;
  margin-top: 20px;
  height: 44px;
  font-size: 14px;
}

.list_content .list_left .lookup_box input {
  height: 44px;
  border-radius: 0%;
}

.list_content .list_left .lookup_box #datetimepicker1 .glyphicon_icon {
  display: block;
  width: 16px;
  height: 17px;
  background: url('../assets/images/icons/rili.png') no-repeat;
}

.list_content .list_left .lookup_box .form-group {
  width: 100%;
  margin-top: 10px;
}

.list_content .list_left .lookup_box input {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 44px;
  padding: 15px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #d6e1ea;
  z-index: 2;
  background: #F8FAFD;
}

.list_content .list_left .lookup_box input::placeholder {
  color: #7a7a7a;
}

.list_content .list_left .input-group {
  width: 100%;
  cursor: pointer;
}

.list_content .list_left .lookup_box .input-group-addon {
  border-radius: 0%;
  border-left: none;
  background-color: #fff;
  border: none;
  position: absolute;
  right: 16px;
  margin-top: 8px;
  pointer-events: none;
  z-index: 11;
}

.list_txt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 2%;
}

.list_content .list_right .list_txt_box:not(:first-child) {
  display: none;
}

.list_content .list_right .list_txt {
  width: 32%;
  background: #fff;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 2%), 0 6px 16px rgb(0 0 0 / 1%), 0 8px 20px 4px rgb(0 0 0 / 7%);
  margin-bottom: 20px;
}
_:-ms-fullscreen,
:root .list_content .list_right .list_txt {
margin-right: calc(4%/3);
}

.list_content .list_right .list_txt .img {
  width: 100%;
  height: calc(186rem / 14);
}

.list_content .list_right .list_txt .img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1460px) {
  .list_content .list_right .list_txt .img {
    width: 100%;
    height: calc(160rem / 14);
  }
}

.list_content .list_right .list_txt .bofang_icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-20%, 160%);
  width: 54px;
  height: 54px;
  z-index: 1;
}

.list_content .list_right .list_txt .action {
  background: url('../assets/images/icons/bofang_icon.png') no-repeat center center;
}

.list_content .list_right .list_txt .txt_box {
  padding: 20px;
  padding-top: 24px;
  background: #fff;
}

.list_content .list_right .list_txt .txt_box .txt_title {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #005096;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_content .list_right .list_txt .txt_box .txt_text {
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}

.list_content .list_right .list_txt .txt_box .txt_data {
  /* position: absolute;
  bottom: 28px;
  left: 24px; */
  margin-top: 28px;
  float: left;
  font-size: 12px;
  color: #7a7a7a;
}

.list_content .list_right #page {
  width: 100%;
}

.list_understand {
  width: 100%;
  height: 394px;
  background: url('../assets/images/ListPictureVideo_img/beijing_2.png') no-repeat;
  margin-bottom: 104px;
  padding-left: 104px;
}

.list_understand .p_1 {
  font-family: "Microsoft YaHei Light";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 146px;
}

.list_understand .p_2 {
  width: 160px;
  height: 44px;
  background-color: #ffc819;
  margin-top: 52px;
  text-align: center;
  padding-top: 12px;
}

.list_understand .p_2 a {
  font-family: "Microsoft YaHei Bold";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000;
}

.e-download-menu {
  line-height: 1.5715;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  text-align: left;
  list-style: none;
  outline: none;
}

.e-download-menu.is-float {
  position: fixed;
  z-index: 99;
}

.e-download-menu .e-download-menu__item {
  position: relative;
  margin-top: 5px;
  padding: 0 calc(35rem / 14) 0 calc(26rem / 14);
  height: calc(52rem / 14);
  color: #333333;
  font-size: 16px;
  line-height: calc(52rem / 14);
  background: #fff;
  cursor: pointer;
  width: 100%;
  background: #FFFFFF;
}

.e-download-menu .e-download-menu__item:first-child {
  margin-top: 0;
}

.e-download-menu__item::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 8px;
  height: 12px;
  background: url("../assets/images/icons/icon_angle_right.png") center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  content: "";
}

.e-download-menu__item>a {
  color: #333333;
  font-size: 18px;
}

.e-download-menu__item:hover,
.e-download-menu__item.is-active {
  color: #ffffff;
  background-image: linear-gradient(to right, #005096, #1884bc);
}

.e-download-menu__item:hover::after,
.e-download-menu__item.is-active::after {
  background: url("../assets/images/icons/icon_angle_right_active.png") center no-repeat;
}

.e-download-menu__item:hover>a,
.e-download-menu__item.is-active>a {
  color: #ffffff;
}

.e-download-menu__content,
.e-download-menu__title {
  display: inline-block;
  width: 100%;
  height: calc(52rem / 14);
  line-height: calc(52rem / 14);
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}

.list_content .list_right .list_txt .txt_box .text_s {
  height: 22px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #999999;
  line-height: 22px;
  margin-top: 24px;
}

.list_content .list_right .list_txt .txt_box .text_s .txt_name {
  font-size: 14px;
  font-weight: bold;
  color: #005096;
  width: 155px;
  float: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list_content .list_right .list_txt .txt_box .text_s .txt_data {
  font-size: 12px;
  color: #7a7a7a;
  float: right;
  margin-top: 0px !important;
}

.list_content .list_right .list_txt .txt_box .txt_text {
  cursor: pointer;
  /* width: 297px; */
  height: 60px;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 30px;
}

.e-date-picker .e-date-picker__wrapper {
  position: relative;
  width: 103px;
  height: 30px;
  border-bottom: 1px solid #ccd6eb;
}

.list_content .list_left .lookup_box input {
  border: 0;
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 44px;
  padding: 8px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #dcdfe6;
  z-index: 2;
  width: 106px;
  padding-left: 12px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  line-height: 22px;
}

.e-date-picker-separate {
  display: inline-block;
  margin: 0 5px;
  color: #999;
  position: absolute;
  top: 15px;
}

.list_content .list_left .lookup_box input:hover {
  border-bottom: 1px solid #296CA6;
}

.list_content .list_left .lookup_box input:active {
  border-bottom: 1px solid #005096;
}

#searchInput {
  width: 100%;
}