a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

body {
  background: #f8fafd;
}

.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: MicrosoftYaHei;
  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: MicrosoftYaHei;
  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: MicrosoftYaHeiLight;
  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: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
  padding-bottom: 60px;
}

.list_content {
  padding-bottom: 70px;
}

.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: MicrosoftYaHei;
  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-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #2c3c57;
  margin-bottom: 16px;
}

.list_content .list_left .lookup_box .btn {
  width: 100%;
  height: 40px;
  background-color: #005096;
  border-radius: 0%;
}

.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%;
}

.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;
}
.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_content .list_right .list_txt_box:not(:first-child) {
  display: none;
}

.list_content .list_right .list_txt {
  background-color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.02), 0 6px 16px rgba(0, 0, 0, 0.01),
    0 8px 20px 4px rgba(0, 0, 0, 0.07);
}

.list_content .list_right .list_txt .img {
  width: 100%;
  height: calc(210rem / 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(185rem / 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 {
  position: relative;
  height: calc(220rem / 14);
  padding: calc(28rem / 14) calc(24rem / 14);
}

.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: MicrosoftYaHeiLight;
  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: MicrosoftYaHei-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(56rem / 14);
  color: #333333;
  font-size: 16px;
  line-height: calc(56rem / 14);
  background: #fff;
  cursor: pointer;
}
.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: 7px;
  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: 16px;
}
.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: 56px;
  line-height: 56px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}