#Swiper1 {
  width: 100%;
  height: 347px;
}
@media (max-width: 600px) {
  #Swiper1 {
    height: auto;
  }
}
#Swiper1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 24px;
  padding-right: 16px;
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #eff7ff;
  border-radius: 6px;
}
#Swiper1 .swiper-pagination-bullet-active {
  width: 24px;
  height: 12px;
  background-color: #237edb;
}
.img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 80%;
  height: 72px;
  line-height: 72px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
.list_t li:not(.panel-more) {
  position: relative;
  padding: 20px;
  line-height: 1;
}
.list_t li:not(.panel-more):not(:last-child) {
  margin-bottom: 12px;
}
.list_t li:not(.panel-more) a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: calc(100% - 200px);
  margin-left: 85px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
}
@media (max-width: 600px) {
  .list_t li:not(.panel-more) a {
    width: calc(100% - 100px);
  }
}
.list_t li:not(.panel-more) span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list_t li:not(.panel-more) span.tag {
  display: inline-block;
  left: 20px;
  width: 80px;
  height: 27px;
  background-color: #6699cc;
  border-radius: 4px;
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  color: #fff;
}
.list_t li:not(.panel-more) span.date {
  right: 20px;
  font-size: 16px;
  color: #7b868d;
}
.list_t li:not(.panel-more):hover {
  background-color: #f5f8fa;
}
.list_t li:not(.panel-more):hover a {
  color: #00407f;
}
.wdjd_box {
  background-color: #f5f8fa;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 110px;
  padding-right: 60px;
}
@media (max-width: 600px) {
  .wdjd_box {
    padding-left: 90px;
    padding-right: 40px;
  }
}
.wdjd_title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 54px;
  height: 126px;
  background: url(../images/wdjd_img.png);
}
.wdjd_list {
  margin-left: -30px;
  margin-right: -30px;
}
.wdjd_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wdjd_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.wdjd_list > li:nth-child(n) {
  margin-top: 0;
}
.wdjd_list > li:nth-child(n + 3) {
  margin-top: 60px;
}
.wdjd_list > li:nth-child(3) {
  margin-top: 0;
}
.wdjd_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .wdjd_list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .wdjd_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .wdjd_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
  }
  .wdjd_list > li:nth-child(n) {
    margin-top: 0;
  }
  .wdjd_list > li:nth-child(n + 1) {
    margin-top: 60px;
  }
  .wdjd_list > li:nth-child(1) {
    margin-top: 0;
  }
  .wdjd_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wdjd_list li {
  position: relative;
  line-height: 1;
}
.wdjd_list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 68px;
  background-color: #dde2e5;
}
.wdjd_list li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.wdjd_list li a:hover {
  color: #00407f;
}
.wdjd_list li span {
  display: block;
  font-size: 18px;
  color: #666;
}
.item_box_img {
  margin-left: -15px;
  margin-right: -15px;
}
.item_box_img::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_img > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.item_box_img > li:nth-child(n) {
  margin-top: 0;
}
.item_box_img > li:nth-child(n + 3) {
  margin-top: 30px;
}
.item_box_img > li:nth-child(3) {
  margin-top: 0;
}
.item_box_img a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .item_box_img > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .item_box_img > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_img li a {
  display: block;
  box-sizing: border-box;
}
.item_box_img li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 234px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .item_box_img li a .img {
    height: auto;
  }
}
.item_box_img li a .img::after {
  z-index: 10;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url(../images/icon_play.png);
}
.item_box_img li a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.item_box_img li a .text {
  height: 100px;
  padding: 20px 30px;
  background-color: #f5f8fa;
}
.item_box_img li a .text::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_img li a h6 {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.item_box_img li a span {
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #717171;
}
.item_box_img li a:hover {
  box-shadow: 2px 1px 18px 0px rgba(60, 132, 209, 0.29);
}
.item_box_img li a:hover img {
  transform: scale(1.05);
}
.item_box_img li a:hover .text {
  background-color: #fff;
}
.item_box_img li a:hover h6 {
  font-weight: bold;
  color: #00407f;
}
.tab_pane1 {
  padding: 30px;
  margin: -30px;
}
