.toutiao_box {
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toutiao_box > img {
  flex: 0;
  width: 100px;
}
.toutiao_box .toutiao {
  width: calc(100% - 140px);
}
.toutiao_box .toutiao a {
  display: inline-block;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.toutiao_box .toutiao a:hover {
  opacity: 0.7;
}
#Swiper1 {
  width: 100%;
  height: 4.34rem;
}
#Swiper1 .swiper-button-prev,
#Swiper1 .swiper-button-next {
  transition: all 0.3s ease;
  position: absolute;
  top: 45%;
  width: 35px;
  height: 70px;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#Swiper1 .swiper-button-prev {
  left: 0;
  background-image: url(../images/btn_prev.png);
  transform: translate(-50px, 0);
}
#Swiper1 .swiper-button-next {
  right: 0;
  background-image: url(../images/btn_next.png);
  transform: translate(50px, 0);
}
#Swiper1:hover .swiper-button-prev,
#Swiper1:hover .swiper-button-next {
  opacity: 1;
  transform: translate(0, 0);
}
#Swiper1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 23px;
  padding-right: 18px;
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 0.5;
  width: 38px;
  height: 6px;
  border-radius: 0;
  background-color: #ffffff;
}
#Swiper1 .swiper-pagination-bullet-active {
  opacity: 1;
}
#Swiper1 .img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
#Swiper1 .img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
#Swiper1 .img_mask_box a:hover img {
  transform: scale(1.05);
}
#Swiper1 .img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#Swiper1 .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0077bf 100%);
  padding: 24px;
}
#Swiper1 .img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
#Swiper1 .img_mask_box .mask_title p {
  font-size: 18px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
}
.news_tab {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  height: 70px;
}
.news_tab::after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  border-radius: 4px;
  background: #f1f8ff;
}
.news_tab li {
  z-index: 1;
  flex: 1;
  height: 100%;
}
.news_tab li a:not(.more) {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: normal;
  color: #0091d2;
  line-height: 62px;
}
.news_tab li.cur a:not(.more) {
  font-weight: bold;
  color: #fff;
  background: url(../images/news_tab_cur.png) no-repeat center;
  background-size: 100% 100%;
}
.news_tab a.more {
  position: absolute;
  right: 20px;
  bottom: 12px;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.news_tab a.more:hover {
  color: #0091d2;
}
.news {
  margin-bottom: 10px;
}
.news > a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
  color: #0077bf;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-right: 50px;
  background: url(../images/icon_new.png) no-repeat right top;
  background-size: 44px 20px;
}
.news > a:hover {
  opacity: 0.7;
}
.news p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
  color: #54708d;
  text-indent: 2em;
  padding-bottom: 7px;
  border-bottom: 1px dashed #dddddd;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ztzl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ztzl_box > img {
  flex-shrink: 0;
  height: 136px;
}
#Swiper2 .swiper-button-prev,
#Swiper2 .swiper-button-next {
  transition: all 0.3s ease;
  position: absolute;
  top: 45%;
  width: 35px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#Swiper2 .swiper-button-prev {
  left: 0;
  background-image: url(../images/btn_prev.png);
}
#Swiper2 .swiper-button-next {
  right: 0;
  background-image: url(../images/btn_next.png);
}
#Swiper2 .zt_img a {
  display: inline-block;
  width: 100%;
  height: 136px;
  overflow: hidden;
}
#Swiper2 .zt_img a img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Swiper2 .zt_img a:hover img {
  transform: scale(1.05);
}
.gcyx_box {
  background: url(../images/gcyx_bg.png) no-repeat top center;
  background-size: cover;
}
#Swiper3 .swiper-button-prev,
#Swiper3 .swiper-button-next {
  transition: all 0.3s ease;
  position: absolute;
  top: 45%;
  width: 35px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#Swiper3 .swiper-button-prev {
  left: 8px;
  background-image: url(../images/btn_prev2.png);
}
#Swiper3 .swiper-button-next {
  right: 8px;
  background-image: url(../images/btn_next2.png);
}
#Swiper3 .img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 217px;
}
#Swiper3 .img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  border: 8px solid #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 119, 191, 0.3);
  overflow: hidden;
}
#Swiper3 .img_mask_box a:hover img {
  transform: scale(1.05);
}
#Swiper3 .img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#Swiper3 .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0077bf 100%);
}
#Swiper3 .img_mask_box .mask_title h3 {
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
#animation_container {
  margin: 60px auto;
}
#canvas {
  position: absolute;
  display: block;
  width: 1125px;
  height: 440px;
}
#dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  display: block;
  width: 1125px;
  height: 440px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.gcyx_box .tab_style1 .nohover {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .gcyx_box .tab_style1 li a:not(.more) {
    width: 120px;
  }
  #animation_container,
  #canvas,
  #dom_overlay_container {
    width: 100% !important;
    height: 240px !important;
  }
}
.index_xxgk_box .list_t {
  margin-top: 0;
  margin-bottom: 0;
}
.index_xxgk_box .list_t li:not(.panel-more) a {
  padding: 11px 0px;
}
@media (min-width: 993px) {
  .index_xxgk_box {
    height: 310px;
  }
}
