.paper {
  box-shadow: none;
}
#Swipertt {
  width: 100%;
}
#Swipertt .swiper-pagination {
  bottom: 0px;
}
#Swipertt .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  margin: 0 8px;
}
#Swipertt .swiper-pagination-bullet-active {
  background-color: #237edb;
}
.toutiao {
  text-align: center;
}
@media (max-width: 600px) {
  .toutiao {
    padding: 0;
  }
}
.toutiao a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.toutiao a:hover {
  color: #00407f;
}
@media (max-width: 600px) {
  .toutiao a {
    font-size: 20px;
  }
}
#Swiper1 .swiper-pagination {
  bottom: 100px;
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 992px) {
  #Swiper1 .swiper-pagination {
    bottom: 50px;
  }
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #d1dce3;
  border-radius: 6px;
}
#Swiper1 .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #237edb;
}
.img_text2 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.img_text2 .img_text_left {
  width: 700px;
}
.img_text2 .img_text_right {
  width: calc(100% - 700px);
  background-color: #f5f8fa;
  padding: 100px 50px;
}
.img_text2 .img {
  overflow: hidden;
  width: 100%;
  height: 464px;
}
.img_text2 .img img {
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
}
.img_text2 .text h6 {
  font-size: 24px;
  font-weight: bold;
  color: #00407f;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.img_text2 .text p {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  text-align: justify;
  line-height: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.img_text2:hover .img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .img_text2 > a {
    flex-wrap: wrap;
  }
  .img_text2 .img_text_left,
  .img_text2 .img_text_right {
    width: 100%;
  }
  .img_text2 .img_text_right {
    padding-top: 50px;
  }
  .img_text2 .img,
  .img_text2 .img img {
    height: auto;
  }
}
.list_t li:not(.panel-more) {
  position: relative;
  padding: 15px 0px 15px 20px;
  line-height: 1;
}
.list_t li:not(.panel-more)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 11px;
  height: 12px;
  background: url(../images/icon_li.png) no-repeat center;
  background-size: contain;
}
.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: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #333333;
}
.list_t li:not(.panel-more) a:hover {
  color: #00407f;
}
.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%);
  right: 0px;
  font-size: 18px;
  color: #999;
}
.col-md-l .list_t li:not(.panel-more) a {
  width: calc(100% - 120px);
}
@media (max-width: 600px) {
  .col-md-l .list_t li:not(.panel-more) a {
    width: 100%;
  }
}
.swiper_box2 {
  position: relative;
}
.swiper_box2 #Swiper2 {
  padding: 10px 8px;
  width: 100%;
}
@media (max-width: 600px) {
  .swiper_box2 #Swiper2 {
    height: auto;
  }
}
.swiper_box2 .img_box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.swiper_box2 .img_box img {
  transition: all 0.3s;
  width: 100%;
  height: 112px;
}
.swiper_box2 .img_box h6 {
  margin-top: 15px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.swiper_box2 .img_box:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 13px 0px #8fc0ff;
}
.swiper_box2 .img_box:hover h6 {
  color: #00407f;
}
@media (max-width: 600px) {
  .swiper_box2 .img_box {
    width: 100%;
  }
  .swiper_box2 .img_box img {
    height: auto;
  }
}
.swiper_box2 .swiper-button-prev,
.swiper_box2 .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper_box2 .swiper-button-prev {
  left: -20px;
}
.swiper_box2 .swiper-button-next {
  right: -20px;
}
.img_text3 {
  height: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.img_text3 .img_text_left {
  width: 377px;
  margin-right: 30px;
}
.img_text3 .img_text_right {
  width: calc(100% - 407px);
}
.img_text3 .img {
  height: 100%;
  overflow: hidden;
}
.img_text3 .img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_text3 .text h6 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.img_text3 .text p {
  font-size: 18px;
  font-weight: normal;
  color: #717171;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 9px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img_text3:hover .img img {
  transform: scale(1.05);
}
.img_text3:hover .text a {
  color: #00407f;
}
@media (max-width: 992px) {
  .img_text3 {
    height: auto;
    flex-wrap: wrap;
  }
  .img_text3 .img_text_left,
  .img_text3 .img_text_right {
    width: 100%;
    margin: 10px 0;
  }
  .img_text3 .img img {
    height: auto;
  }
  .img_text3 .panel-more {
    width: 100%;
  }
}
.btn {
  width: 120px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  font-weight: normal;
}
.btn.btn_white {
  background-color: #f5f8fa;
  border: solid 1px #e8eef4;
  color: #00407f;
}
.btn.btn_white:hover {
  background-color: #6699cc;
  border: solid 1px #e8eef4;
  color: #ffffff;
}
.list_t.wqhg_list {
  margin-top: -13px;
  margin-bottom: -13px;
}
.list_t.wqhg_list li {
  padding: 13px 0px 13px 20px;
}
.list_t.wqhg_list li a {
  width: 100%;
}
