.pape_op {
  border-bottom: 1px solid #eeeeee;
  line-height: 56px;
}
.pape_op::after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.pape_op h3 {
  border-bottom: 3px solid #00647a;
  padding: 0 13px;
  font-size: 25px;
  color: #00647a;
  display: inline-block;
  float: left;
}
@media (max-width: 991px) {
  .pape_op h3 {
    padding: 0 5px;
    font-size: 16px;
  }
}
.pape_op .fr {
  float: right;
  color: #999;
  font-size: 14px;
}
@media (max-width: 991px) {
  .pape_op .fr {
    font-size: 12px;
  }
}
.pape_l {
  position: relative;
  width: 22%;
  float: left;
  top: -96px;
  z-index: 99;
}
.pape_bg::after {
  content: ' ';
  width: 100%;
  display: inline-block;
  clear: both;
}
.pape_l::before {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: -125px;
  top: -15px;
  z-index: 9;
}
.pape_l .index_title {
  background: linear-gradient(to right, #0B90AC, #047289);
  padding-left: 16px;
  background-size: auto 40px;
  border-radius: 0 20px 0 20px;
  line-height: 56px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  height: auto;
  overflow: hidden;
}
.pape_l .index_title h3 {
  float: left;
  display: inline-block;
}
.pape_l .index_title h3:before {
  display: none;
}
.pape_l .index_title i {
  float: right;
  margin-right: 32px;
  color: #ffffff;
  display: none;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.pape_l .index_title i.hvv {
  transform: rotate(180deg);
}
.pape_l .index_title h3 {
  color: #ffffff;
  font-size: 26px;
}
.pape_r {
  width: 76%;
  float: right;
  padding-bottom: 40px;
}
.paging {
  padding-bottom: 40px;
  float: left;
  width: 100%;
}
@media (max-width: 1200px) {
  .pape_son_ul {
    left: 200px;
  }
  .pape_son_t {
    margin-left: 0;
    padding-left: 20px;
  }
  .pape_l {
    width: 30%;
  }
  .pape_l::before {
    left: -200px;
  }
  .pape_r {
    width: 67%;
  }
  .banner_b3 {
    bottom: -128px;
    background-size: 120% auto;
  }
}
@media (max-width: 991px) {
  .pape_l .index_title {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pape_l .index_title h3 {
    font-size: 18px;
  }
  .pape_l .index_title i {
    display: block;
    margin-right: 20px;
  }
  .pape_r {
    width: 100%;
  }
  .pape_l {
    width: 100%;
    margin-bottom: 15px;
  }
  .pape_son_t h3 {
    text-align: center;
  }
  .pape_son_t {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .banner_b3 {
    bottom: -100px;
    background-size: 120% auto;
  }
}
@media (max-width: 767px) {
  .pape_son_t h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0;
  }
  .pape_son_t span {
    font-size: 16px;
  }
  .pape_nav {
    height: 56px;
  }
  .banner_b3 {
    bottom: -40px;
    background-size: 130% auto;
  }
  .pape_son_t {
    padding-top: 20px;
    background-size: auto 50px;
  }
}
.pape_l_t {
  height: 68px;
  line-height: 68px;
  font-size: 24px;
  color: #fff;
  padding-left: 19px;
  border-radius: 6px 6px 0 0;
  background: #00849a url(../../module/images/bg11.png) right top no-repeat;
  padding-left: 16px;
  line-height: 54px;
}
.pape_l_ul {
  line-height: 46px;
  width: 100%;
  margin-top: 2px;
  background: #f9f9f9;
  border-radius: 20px 0 20px 0 ;
  overflow: hidden;
}
.pape_l_ul .layui-icon {
  position: absolute;
  right: 20px;
}
.pape_l_ul dl a {
  background: none !important;
  padding-left: 60px !important;
  color: #333 !important;
}
.pape_l_ul dl a::after {
  height: 5px!important;
  width: 5px!important;
  background: #007979;
  border-radius: 50%!important;
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 46px;
}
@media (max-width: 991px) {
  .pape_l {
    top: 0;
  }
  .pape_l_ul {
    display: none;
  }
}
.pape_l_ul a {
  padding-left: 29px;
  color: #333;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  transition: 0.2s;
  position: relative;
}
.pape_l_ul a.has-submenu:after {
  content: '\e623';
  font-family: 'layui-icon';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 12px;
}
.pape_l_ul a.has-submenu.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.pape_l_ul li {
  border-bottom: 2px solid #fff;
}
.pape_l_ul li.hv a,
.pape_l_ul li a:hover {
  background: linear-gradient(to right, #0B90AC, #047289);
  color: #fff;
}
.pape_l_ul .hv a:before,
.pape_l_ul a:hover:before {
  transform: scale(1);
  opacity: 1;
}
.pape_l_ul dl {
  display: none;
  float: left;
  width: 100%;
  line-height: 40px;
  background: #fff;
}
.pape_l_ul dl dd {
  border-bottom: 1px dashed #f2f2f2;
}
.pape_l_ul dl dd:last-child {
  border-bottom: none;
}
.pape_l_ul dl a {
  font-size: 14px;
  padding-left: 30px;
  background: #fff;
  color: #333;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.pape_l_ul dl a:hover,
.pape_l_ul dl a.hv {
  padding-left: 36px;
  background: #f2f8fc;
}
@media (max-width: 991px) {
  .pape_l_ul {
    margin-bottom: 0px;
  }
}
.pape_op {
  border-bottom: 1px solid #eeeeee;
  line-height: 56px;
  margin-top: 15px;
}
.news_lst {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.news_lst li {
  font-size: 16px;
  color: #333;
  line-height: 38px;
  padding: 0 14px;
  display: inline-block;
  float: left;
  width: 100%;
}
.news_lst li a {
  display: inline-block;
  width: 100%;
  float: left;
  background: url(../images/li2.png) no-repeat left center;
}
.news_lst li h3 {
  float: left;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 18px;
  width: calc(100% - 130px);
}
.news_lst li span {
  float: right;
  color: #adadad;
}
.pape_news li:nth-child(4n) {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .news_lst li h3 {
    font-size: 14px;
    width: calc(100% - 80px);
  }
  .news_lst li span {
    font-size: 14px;
  }
  .news_lst {
    padding: 10px 0;
  }
  .news_lst li {
    padding: 0 8px;
    line-height: 32px;
  }
  .pape_news li:nth-child(4n) {
    padding-bottom: 6px;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 6px;
  }
}
.k_pro {
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 35px;
  padding-left: 4px;
  display: flex;
  flex-wrap: wrap;
}
.k_pro ul {
  border-bottom: 1px dashed #e5e5e5;
}
.k_pro li {
  width: 31.3%;
  display: inline-block;
  float: left;
  margin: 0 1%;
  padding-bottom: 20px;
  text-align: center;
}
.k_pro li a {
  display: inline-block;
  position: relative;
}
.k_pro li .img {
  overflow: hidden;
  display: inline-block;
}
.k_pro li .img img {
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.k_pro li .img img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.k_pro li img {
  width: 400px;
  height: 240px;
}
.k_pro li h3 {
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 10px;
}
@media (max-width: 1440px) {
  .k_pro li img {
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .k_pro li img {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .k_pro li {
    width: 48%;
    display: inline-block;
    float: left;
    margin: 0 1%;
    padding-bottom: 20px;
    text-align: center;
  }
  .k_pro li img {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .k_pro li img {
    height: 120px;
  }
  .k_pro li h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .k_pro li {
    padding-bottom: 10px;
  }
  .k_pro {
    padding-left: 0;
    padding-top: 10px;
  }
}
.zyxq {
  float: left;
  margin-top: 27px;
}
.zyxq li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.zyxq .zyxq_1 {
  float: left;
  margin-right: 25px;
  width: 250px;
}
.zyxq .zyxq_2 {
  float: left;
  width: calc(100% - 375px);
}
.zyxq h3 {
  color: #3E3E3E;
  font-size: 20px;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.zyxq p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  display: inline-block;
  color: #656565;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-top: 3px;
}
.zyxq span {
  color: #8B8B8B;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.zyxq li:hover h3 {
  margin-left: 12px;
  color: #007979;
}
@media (max-width: 1200px) {
  .zyxq .zyxq_1 {
    float: left;
    margin-right: 25px;
    width: 250px;
  }
  .zyxq .zyxq_2 {
    float: left;
    width: calc(100% - 275px);
  }
}
@media (max-width: 767px) {
  .zyxq .zyxq_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .zyxq li {
    padding-bottom: 18px;
    margin-bottom: 18px;
    display: inline-block;
    flex-wrap: initial;
    width: 100%;
  }
  .zyxq li a {
    display: inline-block;
    width: 100%;
  }
  .zyxq .zyxq_2 {
    width: 100%;
  }
  .zyxq {
    position: relative;
    width: 100%;
  }
  .zyxq p {
    padding-top: 0;
  }
  .zyxq h3 {
    font-size: 18px;
  }
}
.peoper_list {
  margin-top: 20px;
  display: inline-block;
}
.peoper_list::after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.peoper_list li {
  width: 100%;
  float: left;
  display: inline-block;
  margin: 0 1%;
  margin-bottom: 40px;
}
.peoper_list li a {
  width: 100%;
  display: inline-block;
}
.peoper_list li img {
  width: 100%;
  border-radius: 10px;
}
.peoper_list li a:hover h3 {
  margin-left: 12px;
  color: #007979;
}
.peoper_list li a:hover .peoper_list_r dd {
  border: 1px solid #007979;
  color: #fff;
  background: #007979;
}
.peoper_list_l {
  float: left;
  width: 16%;
}
.h3xz {
  margin-left: 0px!important;
}
.peoper_list_r {
  float: left;
  width: 82%;
  margin-left: 2%;
}
.peoper_list_r h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 12px;
  display: inline-block;
  width: 100%;
  transition: 0.3s;
}
.peoper_list_r strong {
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.peoper_list_r p {
  color: #676767;
}
.peoper_list_r dl {
  margin-top: 20px;
}
.peoper_list_r dd {
  border: 1px solid #d4d4d4;
  border-radius: 35px;
  margin-bottom: 12px;
  display: inline-block;
  width: 45%;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  .peoper_list_r dd {
    width: 48%;
  }
  .peoper_list_r strong {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .peoper_list_r h3 {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .peoper_list_r dl {
    margin-top: 12px;
  }
  .peoper_list_r dd {
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .peoper_list li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .peoper_list_r dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .peoper_list_l {
    width: 100%;
    text-align: center;
  }
  .peoper_list li {
    border-bottom: #cfcfcf dashed 1px;
    padding-bottom: 15px;
  }
  .peoper_list li img {
    width: 60%;
    margin-bottom: 12px;
  }
  .peoper_list_r {
    width: 100%;
    margin: 0;
  }
  .peoper_list_r dd {
    margin-bottom: 8px;
  }
  .peoper_list_r h3 {
    text-align: center;
    margin-left: 0!important;
  }
}
.peoper_t {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin-top: 14px;
  margin-bottom: 14px;
  color: #1a1a1a;
  padding-left: 12px;
  background: #f0f0f0;
  border-radius: 4px  4px 0 0;
  width: 100%;
  display: block;
  float: left;
}
.peoper_t_bg {
  background: #00849a;
  color: #fff;
}
.peoper_b {
  border-bottom: 1px dotted #afafaf;
  padding: 8px 20px 20px;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #6f6f6f;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .peoper_t {
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    margin-top: 10px;
  }
  .peoper_b {
    font-size: 14px;
    padding: 8px 10px 10px;
    line-height: 28px;
  }
}
.omel {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.omel li {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 22px 10px 22px 29px;
  margin-bottom: 30px;
}
.omel li h3 {
  color: #000;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 8px;
}
.omel li p {
  color: #999;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.omel li .fr {
  width: 90px;
  float: right;
  height: 88px;
  border-left: 1px dashed #dcdcdc;
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 15px;
  margin-left: 37px;
}
.omel li .fr span {
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .omel li {
    padding: 12px 10px 12px 19px;
    margin-bottom: 20px;
  }
  .omel li h3 {
    font-size: 18px;
  }
  .omel li p {
    font-size: 14px;
    line-height: 24px;
  }
  .omel li .fr {
    margin-left: 10px;
    width: 70px;
  }
}
.students {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog_content {
  font-size: 16px;
}
.students .stu1 {
  height: auto;
  color: #666464;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 15px;
}
.students .stu1 .stuL,
.students .stu1 .stuR {
  width: 48%;
}
.students .stu1 .stuL dt,
.students .stu1 .stuR dt {
  font-size: 20px;
  color: #fff;
  background: #00849a;
  background: linear-gradient(to right, #0B90AC, #047289);
  border-radius: 4px 4px 0 0;
  width: 100%;
  padding: 0 12px;
  line-height: 40px;
  margin-bottom: 18px;
}
.students .stu1 .stuL dd,
.students .stu1 .stuR dd {
  width: 136px;
  background: url(../images/point.png) no-repeat left center;
  height: 30px;
  line-height: 30px;
  float: left;
  padding-left: 13px;
  margin-left: 10px;
}
.students .stu1 .stuL dd a,
.students .stu1 .stuR dd a {
  color: #909090;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.students .stu1 .stuL dd a:hover,
.students .stu1 .stuR dd a:hover {
  color: #007979;
  margin-left: 5px;
}
.students_t {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.students_t ul {
  margin: 0;
  padding: 0;
}
.students_t li {
  max-width: 120px;
  height: 35px;
  width: 25%;
  line-height: 35px;
  margin-bottom: 25px;
  text-align: center;
  float: left;
  margin-right: 15px;
  list-style: none;
}
.students_t li a {
  display: inline-block;
  width: 100%;
  background: #DBEBEF;
  border-radius: 3px;
  color: #006793;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.students_t li a:hover {
  background: #007979;
  color: #fff;
}
.pb_sys_style1 .p_no_d {
  border: 1px solid #007979;
  color: #fff;
  background-color: #007979;
}
@media (max-width: 991px) {
  .blog_content {
    font-size: 15px;
  }
  .students .stu1 .stuL,
  .students .stu1 .stuR {
    width: 45%;
    font-size: 20px;
    margin-bottom: 2px;
  }
  .students_t {
    margin-top: 20px;
  }
  .students_t li {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .students_t li a {
    border-radius: 0;
    border-right: 2px solid #fff;
  }
  .students .stu1 .stuL dd,
  .students .stu1 .stuR dd {
    width: 31%;
    margin-left: 0;
  }
  .students .stu1 .stuL dt {
    position: relative;
    margin-left: -20px;
    font-size: 16px;
  }
  .students .stu1 .stuL {
    margin-left: 20px;
  }
}
.pro_show {
  margin: 30px;
  width: 100%;
  display: inline-block;
  float: left;
}
.pro_show_l {
  float: left;
}
.pro_show_l p {
  margin-top: 0 !important;
}
.pro_show_r > .list-paddingleft-2 li p {
  padding-bottom: 0 !important;
  padding: 0 12px !important;
}
.pro_show_l img {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.pro_show_r {
  padding-top: 10px;
  margin-left: 20px;
  float: left;
  width: calc(100% - 300px);
}
.pro_show_r li {
  float: left;
  display: inline-block;
  padding: 14px 0;
  width: 100%;
  font-size: 16px;
  background: linear-gradient(to top, #f8f8f8, #fff);
}
@media (max-width: 767px) {
  .pro_show_r li {
    font-size: 14px;
    padding: 8px 0;
  }
}
.pro_show_r li span {
  padding-left: 10px;
  min-width: 80px;
  display: inline-block;
}
.pro_show_t {
  height: 56px;
  line-height: 56px;
  font-size: 20px;
}
#vsb_content {
  margin: 0 30px 30px 30px;
  float: left;
}
@media (max-width: 1200px) {
  .pro_show_r {
    padding-top: 10px;
    margin-left: 20px;
    float: left;
    width: 370px;
  }
  .pro_show_l img {
    width: 180px;
    height: auto!important;
  }
}
@media (max-width: 991px) {
  .pro_show_t {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }
  .pro_show_r {
    padding-top: 10px;
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .pro_show {
    margin: 20px 0 0;
  }
  #vsb_content {
    margin: 10px 0;
  }
}
.head_search2 {
  display: none;
}
@media (max-width: 767px) {
  .head_search2 {
    float: right;
    display: block;
    margin-right: 60px;
  }
  .head_search2 img {
    width: 20px;
  }
  .opclass {
    border-radius: 4px!important;
  }
  .layui_search {
    padding: 12px;
  }
  .layui_search button img {
    width: 20px;
  }
  .layui_search form {
    line-height: 36px;
    height: 36px;
  }
  .pro_show_l img {
    width: auto;
    height: auto!important;
  }
  .pro_show_l {
    width: 100%;
    text-align: center;
  }
  .pro_show_r {
    width: 100%;
    padding-top: 20px;
  }
  .input-search .form-control {
    padding: 0 0 0 15px;
  }
  .input-search-btn {
    right: 5px;
  }
}
.fu_news_show01 {
  line-height: 28px;
}
.fu_news_show01 .fu_news_title {
  padding-top: 40px;
  text-align: center;
}
.fu_news_show01 .fu_news_meta {
  padding: 18px 0;
  font-size: 14px;
  color: #9e9e9e;
  border-bottom: #cfcfcf dashed 1px;
  margin-bottom: 40px;
}
.fu_post_links {
  border-top: #ededed dashed 0px;
  position: relative;
  margin-top: 45px;
  padding: 25px 0 16px;
}
.fu_post_links a {
  color: #666666;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 6px 0;
}
.fu_post_links a:hover {
  color: #007979;
}
@media (max-width: 767px) {
  .fu_news_show01 .fu_news_title {
    padding-top: 30px;
  }
  .fu_news_show01 .fu_news_title h1 {
    font-size: 20px;
  }
  .fu_news_show01 .fu_news_meta {
    padding: 6px 0;
    font-size: 14px;
    color: #9e9e9e;
    border-bottom: #cfcfcf dashed 1px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .fu_post_links {
    margin-top: 18px;
    padding: 6px 0 10px;
  }
  .fu_prev_next1 a {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    padding: 3px 0;
  }
}
.about_show_t {
  color: #000;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .about_show_t {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.about_show_d {
  color: #000;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  padding: 43px;
}
@media (max-width: 1200px) {
  .about_show_d {
    font-size: 14px;
    padding: 23px;
    line-height: 1.8;
  }
}
.about_show_b {
  background: #005065;
  background: linear-gradient(to right, #005068, 49%, #2ea2b2);
  padding: 0 12px!important;
  margin-bottom: 12px;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
}
.about_show_d p {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .pape_op {
    margin-top: 0;
    line-height: 42px;
  }
  .about_show_d {
    padding: 15px 0;
  }
  .about_show_t {
    padding: 20px 0 10px;
    font-size: 18px;
  }
  .about_show_d {
    font-size: 14px;
    line-height: 26px;
  }
}
.news_bg {
  background: url(../../module/images/bg7.png) center top;
  padding: 59px 0;
}
.news_bg .w > div {
  background: #ffffff;
  width: 49%;
  box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news_bg .w > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news_bg .index_title {
  background: #eef3f7 url(../../module/images/bg5.png) right top no-repeat;
  padding-left: 16px;
  line-height: 54px;
}
.news_bg .index_title h3:before {
  left: 0;
  right: 0;
  top: 0px;
  position: absolute;
  content: ' ';
  width: 100%;
  z-index: 9;
  border-bottom: 2px solid #fcd47b;
}
.news_bg .news_list {
  padding-bottom: 20px;
  margin: 0 20px;
}
.news_bg .news_list li:last-child {
  border-bottom: none;
}
.news_1 {
  float: left;
}
.news_2 {
  float: right;
}
.news_lst2 {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.news_lst2 li {
  font-size: 16px;
  color: #333;
  line-height: 38px;
  display: inline-block;
  float: left;
  background: #F6F6F6;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.news_lst2 li:last-child {
  border: none;
}
.news_lst2 li a {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 20px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.news_lst2 li a:hover {
  background: #00849a;
  color: #fff;
}
.news_lst2 li a:hover span {
  color: #fff;
}
@media (max-width: 1200px) {
  .news_lst2 li a {
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .news_lst2 li a {
    padding: 4px 0px;
  }
}
.news_lst2 li h3 {
  float: left;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 300px);
}
@media (max-width: 1200px) {
  .news_lst2 li h3 {
    padding: 4px 10px;
  }
}
@media (max-width: 991px) {
  .news_lst2 li h3 {
    width: calc(100% - 220px);
  }
}
.news_lst2 li span {
  float: right;
  color: #adadad;
}
.news_lst2 li span i {
  margin-left: 45px;
}
@media (max-width: 1200px) {
  .news_lst2 li span {
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .news_lst2 li span i {
    margin-left: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news_lst2 li h3 {
    font-size: 14px;
    width: calc(100% - 120px);
  }
  .news_lst2 li span {
    font-size: 14px;
  }
  .news_lst2 {
    padding: 10px 0;
  }
  .news_lst2 li {
    line-height: 32px;
  }
}
.news_lst3 {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.news_lst3 li {
  font-size: 16px;
  color: #333;
  line-height: 38px;
  display: inline-block;
  float: left;
  background: #F6F6F6;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.news_lst3 li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .news_lst3 li {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .news_lst3 li:nth-child(even) {
    margin-right: 0;
  }
}
.news_lst3 li:last-child {
  border: none;
}
.news_lst3 li a {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 20px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.news_lst3 li a:hover {
  background: #00849a;
  color: #fff;
}
.news_lst3 li a:hover span {
  color: #fff;
}
@media (max-width: 1200px) {
  .news_lst3 li a {
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .news_lst3 li a {
    padding: 4px 0px;
  }
}
.news_lst3 li h3 {
  float: left;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}
@media (max-width: 1200px) {
  .news_lst3 li h3 {
    padding: 4px 10px;
  }
}
@media (max-width: 991px) {
  .news_lst3 li h3 {
    width: calc(100% - 50px);
  }
}
.news_lst3 li span {
  float: right;
  color: #adadad;
}
.news_lst3 li span i {
  margin-left: 25px;
}
@media (max-width: 1200px) {
  .news_lst3 li span {
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .news_lst3 li span i {
    margin-left: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news_lst3 li h3 {
    font-size: 14px;
    width: calc(100% - 50px);
  }
  .news_lst3 li span {
    font-size: 14px;
  }
  .news_lst3 {
    padding: 10px 0;
  }
  .news_lst3 li {
    line-height: 32px;
  }
}
.news_bx {
  margin-top: 36px;
  padding: 25px 30px;
  background: #00849a;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  border-radius: 3px;
  color: #fff;
}
@media (max-width: 991px) {
  .news_bx {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 20px 24px;
  }
}
.news_lst4 li {
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 22px 30px 27px 100px;
  position: relative;
  background: #F6F6F6;
  border-top: 2px solid #DBDBDB;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
@media (max-width: 991px) {
  .news_lst4 li {
    padding: 42px 20px 20px 20px;
    margin-top: 20px;
  }
}
.news_lst4 li p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 991px) {
  .news_lst4 li p {
    font-size: 13px;
  }
}
.news_lst4 li span {
  position: absolute;
  left: 3%;
  background: #999;
  width: 50px;
  height: 50px;
  border-radius: 0 0 10px 10px;
  top: -2px;
  z-index: 9;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 991px) {
  .news_lst4 li span {
    width: 50px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-radius: 0 0 4px 4px;
  }
}
.news_lst4 li:hover {
  border-color: #00849a;
  background: #FFFFFF;
  box-shadow: 0 18px 60px -30px rgba(0, 0, 0, 0.39);
}
.news_lst4 li:hover span {
  background: #00849a;
}
.ment {
  width: 26.785714%;
  background: url(../images/index_q1.jpg) no-repeat center center;
  border-top: 3px solid #f9c615;
  background-size: cover;
  padding: 0 23px 15px 16px;
  float: left;
}
@media (max-width: 1440px) {
  .ment {
    padding: 0 23px 5px 16px;
  }
}
@media (max-width: 1200px) {
  .ment {
    padding: 0 16px 3px 16px;
  }
}
@media (max-width: 991px) {
  .ment {
    width: 100%;
  }
}
.ment .index_title {
  background: none;
  margin-bottom: 0;
}
.ment .index_title h3 {
  color: #fff;
}
.ment .index_title span {
  color: #fff;
}
.ment .index_more {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.ment .index_more:hover {
  color: #fff3d6;
}
.news_list_x1 {
  display: inline-block;
  width: 100%;
}
.news_list_x1 li {
  margin: 9px 0;
  display: inline-block;
  float: left;
  width: 100%;
}
@media (max-width: 1440px) {
  .news_list_x1 li {
    margin: 5px 0;
  }
}
.news_list_x1 li h3 {
  padding-left: 10px;
  display: flex;
  line-height: 1.4;
  font-size: 16px;
  width: calc(100% - 60px);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1440px) {
  .news_list_x1 li h3 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .news_list_x1 li h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .news_list_x1 li h3 {
    font-size: 12px;
  }
}
.news_list_x1 li .news_list_l2 {
  display: table-cell;
  width: 60px;
  height: 60px;
  background: url(../images/libg1.png) no-repeat center center;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding-top: 8px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .news_list_x1 li .news_list_l2 {
    width: 50px;
    height: 50px;
  }
}
.news_list_x1 li .news_list_l2 p {
  color: #ffffff !important;
  font-size: 24px;
  padding-bottom: 4px;
}
.news_list_x1 li .news_list_l2 b {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff !important;
}
@media screen and (max-width: 1200px) {
  .news_list_x1 li .news_list_l2 {
    padding-top: 5px;
  }
  .news_list_x1 li .news_list_l2 p {
    font-size: 20px;
    padding-bottom: 3px;
  }
  .news_list_x1 li .news_list_l2 b {
    font-size: 12px;
    font-weight: 500;
  }
}
.news_list_x1 li a {
  color: #fff;
  width: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
}
.news_list_x1 li a:hover {
  color: #fff3d6;
}
.news_list_x1 li a:hover .news_list_l2 {
  background: url(../images/libg2.png) no-repeat center center;
}
.news_list_x1 li a:hover .news_list_l2 p,
.news_list_x1 li a:hover .news_list_l2 b {
  color: #02556c !important;
}
.mentr {
  width: 70.5%;
  float: right;
}
.mentr .news_list_x {
  width: 44.8%;
  float: right;
  margin-right: 18px;
}
@media (max-width: 1440px) {
  .mentr .news_list_x {
    margin-right: 8px;
  }
}
@media (max-width: 1200px) {
  .mentr .news_list_x {
    margin-right: 0px;
    width: 40.8%;
  }
}
@media (max-width: 991px) {
  .mentr .news_list_x {
    width: 100%;
    margin-top: 12px;
  }
}
@media (max-width: 1440px) {
  .mentr .index_title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .mentr .index_title {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mentr {
    width: 100%;
  }
}
.news_list_x li {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 21px;
}
@media (max-width: 1440px) {
  .news_list_x li {
    margin-bottom: 7px;
  }
}
@media (max-width: 1200px) {
  .news_list_x li {
    height: 48px;
    line-height: 48px;
    margin-bottom: 0px;
  }
}
.news_list_x li h3 {
  padding-left: 15px;
  display: table-cell;
  line-height: 20px;
  font-size: 16px;
  width: calc(100% - 60px);
}
.news_list_x li a {
  line-height: 1;
  display: flex;
  align-items: center;
}
.news_list_x li a:hover {
  color: #02556c;
}
.news_list_x li a:hover .news_list_l {
  background: url(../images/libg5.png) no-repeat center center;
}
@media (max-width: 1200px) {
  .news_list_x li {
    height: 60px;
    line-height: 60px;
  }
  .news_list_x li h3 {
    padding-left: 10px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .news_list_x li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .news_list_x {
    width: 100%;
  }
}
.news_list_l {
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  display: table-cell;
  width: 60px;
  height: 60px;
  background: url(../images/libg3.png) no-repeat center center;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding-top: 8px;
}
.news_list_l p {
  color: #ffffff !important;
  font-size: 24px;
  padding-bottom: 4px;
}
.news_list_l b {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff !important;
}
@media screen and (max-width: 1200px) {
  .news_list_l {
    width: 50px;
    height: 50px;
    padding-top: 5px;
  }
  .news_list_l p {
    font-size: 20px;
    padding-bottom: 3px;
  }
  .news_list_l b {
    font-size: 12px;
    font-weight: 500;
  }
}
.index_img_list {
  margin-top: 10px;
}
.news-pics {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.news-pic-item {
  background: #f0f3f4;
  overflow: hidden;
  flex: 1 1 calc(25% - 18px);
  min-width: 220px;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
@media (max-width: 991px) {
  .news-pic-item {
    flex: 1 1 calc(50% - 18px);
    max-width: 100%;
  }
}
.news-pic-item a {
  height: 100%;
  color: inherit;
}
.news-pic-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.news-pic-date {
  margin-top: 12px;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  width: auto;
  display: inline-block;
  color: #fff;
  background: url(../images/libg6.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 0 11px;
  font-size: 14px;
  margin-left: 9px;
}
.news-pic-title {
  margin: 8px 16px 12px 11px;
  font-size: 16px;
  color: #222;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .news-pics {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .news-pics {
    gap: 10px;
  }
  .news-pic-item {
    max-width: 100%;
    flex-basis: 100%;
    min-width: 0;
  }
  .news-pic-date,
  .news-pic-title {
    margin-left: 10px;
    margin-right: 10px;
  }
  .news-pic-title {
    font-size: 14px;
    min-height: 36px;
    margin-bottom: 10px;
  }
}
.news-pic-item .img {
  overflow: hidden;
}
.news-pic-item .img img {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 220px;
}
@media (max-width: 1440px) {
  .news-pic-item .img img {
    height: 190px;
  }
}
@media (max-width: 1200px) {
  .news-pic-item .img img {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .news-pic-item .img img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .news-pic-item .img img {
    height: auto;
  }
}
.news-pic-item a:hover .img img {
  transform: scale(1.08);
}
.multi-news {
  width: 31.333333%;
  margin-right: 2%;
  float: left;
}
.multi-news:last-child {
  margin-right: 0;
}
.multi-news:nth-child(2) {
  background: url(../images/news_bg.png) repeat-x bottom;
  padding: 0 2% 24px 2%;
  width: 33.333333%;
}
@media (max-width: 991px) {
  .multi-news:nth-child(2) {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .multi-news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.multi-news-tabs {
  display: inline-block;
  width: 100%;
  position: relative;
}
.multi-news-tabs .index_title {
  background: none;
  padding-bottom: 12px;
  margin-bottom: 0;
  padding-top: 0;
}
.multi-news-tabs .index_title_l {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  width: 150px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .multi-news-tabs .index_title_l {
    width: 110px;
    padding-left: 10px;
  }
}
.multi-news-tabs .index_title_l h3 {
  font-size: 23px;
}
.multi-news-tabs .index_title_l span {
  font-size: 13px;
  padding-top: 4px;
}
@media (max-width: 1440px) {
  .multi-news-tabs .index_title_l h3 {
    font-size: 20px;
  }
  .multi-news-tabs .index_title_l span {
    font-size: 11px;
  }
}
@media (max-width: 1440px) {
  .multi-news-tabs .index_title_l h3 {
    font-size: 18px;
  }
  .multi-news-tabs .index_title_l span {
    font-size: 11px;
  }
}
.multi-news-tabs .index_title_l.hv,
.multi-news-tabs .index_title_l:first-child {
  background: url(../images/title_bg2.png) no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
}
.multi-news-tabs .index_title_l.hv h3,
.multi-news-tabs .index_title_l:first-child h3,
.multi-news-tabs .index_title_l.hv span,
.multi-news-tabs .index_title_l:first-child span {
  color: #fff;
}
.multi-news-tabs .index_title_l.no-hv {
  background: none;
  color: #000;
}
.multi-news-tabs .index_title_l.no-hv h3,
.multi-news-tabs .index_title_l.no-hv span {
  color: #000;
}
.multi-news-more-box {
  position: absolute;
  right: 0;
  top: 23px;
  width: 35px;
}
@media screen and (max-width: 1200px) {
  .multi-news-more-box {
    top: 13px;
  }
}
.multi-news-more-box .index_more {
  background: url(../images/news5.png) no-repeat right bottom;
  padding-bottom: 11px;
  position: initial;
  display: none;
}
@media screen and (max-width: 1200px) {
  .multi-news-more-box .index_more {
    padding-bottom: 6px;
  }
}
.multi-news-more-box .index_more:first-child {
  display: inline-block;
}
.multi-news-more-box .index_more.hv {
  display: inline-block !important;
}
.multi-news-lists {
  display: flex;
  width: 100%;
  background: none;
  margin-top: 0;
}
.multi-news-list {
  width: 100%;
  display: none;
  padding: 0 0 0 0;
  margin: 0;
  list-style: none;
}
.edu-list .multi-news-list {
  display: block;
}
.multi-news-list:first-child {
  display: block;
}
.multi-news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 36px;
  height: 36px;
  padding: 0 8px 0 17px;
  background: url(../images/li2.png) no-repeat left center;
  line-height: 2.2;
}
.multi-news-list li a {
  color: #222;
  text-decoration: none;
  flex: 1 1 auto;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  transition: color 0.2s;
}
.multi-news-list li a:hover {
  color: #19b6b6;
}
.multi-news-list li span {
  color: #999;
  font-size: 14px;
  margin-left: 18px;
  flex-shrink: 0;
}
.multi-box {
  background: #f9f9f9 url(../images/multibg.png) no-repeat center top;
  background-size: contain;
  padding-top: 46px;
  padding-bottom: 40px;
}
.multi-news-tabs .index_title_l:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .multi-news-tabs .index_title_l {
    margin-right: 0;
  }
}
.video-news-section {
  display: flex;
  background: rgba(0, 139, 168, 0.85);
  border-radius: 12px;
  margin: 40px 0 0 0;
  min-height: 520px;
  position: relative;
}
.video-news-left {
  width: 180px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0 0 0;
  position: relative;
}
.video-news-title-cn {
  writing-mode: vertical-rl;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .video-news-title-cn {
    font-size: 32px;
  }
}
.video-news-title-en {
  writing-mode: vertical-rl;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .video-news-title-en {
    margin-bottom: 20px;
  }
}
.video-news-more {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 20px;
  opacity: 0.8;
  display: inline-block;
  text-align: center;
}
.video-news-more span {
  color: #19b6b6;
  font-size: 18px;
}
.video-news-list {
  flex: 1 1 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 32px 32px 0;
  box-sizing: border-box;
  gap: 0;
}
.video-news-item {
  width: calc(33.333% - 24px);
  margin: 0 36px 32px 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}
.video-news-item:nth-child(3n) {
  margin-right: 0;
}
.video-news-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #eee;
  overflow: hidden;
}
.video-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.video-news-thumb:hover img {
  transform: scale(1.06);
}
.video-news-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .video-news-section {
    min-height: 320px;
  }
  .video-news-left {
    width: 90px;
    padding-top: 20px;
  }
  .video-news-title-cn {
    font-size: 26px;
  }
  .video-news-title-en {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .video-news-list {
    padding: 18px 8px 18px 0;
  }
  .video-news-item {
    min-width: 120px;
    width: calc(33.333% - 12px);
    margin: 0 18px 18px 0;
  }
  .video-news-caption {
    font-size: 13px;
    padding: 10px 10px 6px 10px;
    min-height: 32px;
  }
}
@media (max-width: 900px) {
  .video-news-section {
    flex-direction: column;
    padding: 0;
  }
  .video-news-left {
    flex-direction: row;
    width: 100%;
    padding: 10px 0 0 0;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .video-news-title-cn,
  .video-news-title-en {
    writing-mode: initial;
  }
  .video-news-more {
    margin-left: auto;
    margin-bottom: 0;
  }
  .video-news-list {
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .video-news-section {
    margin: 18px 0 0 0;
    border-radius: 6px;
  }
  .video-news-left {
    padding: 8px 0 0 0;
  }
  .video-news-title-cn {
    font-size: 18px;
  }
  .video-news-title-en {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .video-news-list {
    padding: 0 0 0 0;
  }
  .video-news-item {
    min-width: 80px;
    width: 100%;
    margin: 0 0 12px 0;
  }
  .video-news-item:nth-child(3n) {
    margin-right: 0;
  }
  .video-news-caption {
    font-size: 11px;
    padding: 6px 6px 4px 6px;
    min-height: 18px;
  }
}
.video-bg {
  position: relative;
  width: 100%;
  background: url('../images/bg.png') no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.video-news-swiper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin: 80px 0 80px 140px;
}
@media (max-width: 1440px) {
  .video-news-swiper {
    margin: 80px 0 80px 80px;
  }
}
.video-news-title-box {
  position: absolute;
  left: -140px;
  top: -10px;
  width: 180px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1440px) {
  .video-news-title-box {
    left: -80px;
    top: -10px;
  }
}
.video-news-title-cn {
  font-weight: bold;
}
.video-news-title-en {
  font-size: 16px;
  float: left;
  opacity: 0.8;
  margin-right: 15px;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  .video-news-title-en {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .video-news-title-en {
    margin-right: 2px;
  }
}
.video-news-title-more {
  color: #57b8d0;
  font-size: 16px;
  background: url(../images/news5.png) no-repeat left bottom;
  float: left;
  padding-top: 310px;
  padding-bottom: 10px;
}
.video-news-title-more a {
  color: #57b8d0;
  transition: all 0.2s ease-in-out;
}
.video-news-title-more a:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  .video-news-title-more {
    padding-top: 220px;
  }
}
.video-news-swiper-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-left: 0;
}
.layui-layer-content {
  height: auto !important;
}
.video-news-swiper-item {
  width: 33.333333%;
  margin: 0;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
}
.video-news-swiper-item:nth-child(2n) .video-news-img::before {
  content: ' ';
  background: url(../images/news2.png) repeat-x bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 13;
  bottom: 0;
  transition: transform 0.3s;
  display: inline-block;
}
.video-news-swiper-item:nth-child(3n) {
  margin-right: 0;
}
.video-news-img {
  position: relative;
  width: 100%;
  background: #eee;
  overflow: hidden;
}
.video-news-img::after {
  content: ' ';
  background: #000;
  opacity: 0.25;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  bottom: 0;
  transition: transform 0.3s;
  display: inline-block;
}
.video-news-img::before {
  content: ' ';
  background: url(../images/news1.png) repeat-x bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 13;
  bottom: 0;
  transition: transform 0.3s;
  display: inline-block;
}
.video-news-swiper-item:hover .video-news-img::after,
.video-news-swiper-item:hover .video-news-img::before {
  opacity: 0;
}
.video-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 8;
  transition: transform 0.3s;
}
.video-news-swiper-item:hover img {
  transform: scale(1.06);
}
.video-news-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 18;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-news-play img {
  width: 48px;
  height: 48px;
  display: block;
}
.video-news-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  padding: 20px 24px;
  line-height: 1.3;
  min-height: 56px;
  z-index: 14;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1440px) {
  .video-news-caption {
    padding: 10px 12px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .video-bg {
    min-height: 320px;
  }
  .video-news-swiper {
    padding-left: 0;
    align-items: center;
  }
  .video-news-title-box {
    position: static;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 10px;
  }
  .video-news-swiper-list {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .video-bg {
    min-height: 0;
    border-radius: 6px;
    margin-bottom: 18px;
  }
  .video-news-title-cn {
    font-size: 18px;
  }
  .video-news-title-en {
    font-size: 10px;
  }
  .video-news-swiper-item {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .video-news-caption {
    font-size: 11px;
    padding: 6px 6px 4px 6px;
    min-height: 18px;
  }
}
.video-news-caption,
.video-news-play {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-news-swiper-item:hover .video-news-caption,
.video-news-swiper-item:hover .video-news-play {
  opacity: 0;
  visibility: hidden;
}
.chanbox {
  padding: 43px 0;
}
.chanbox_list_img a {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 20px;
}
.chanbox_list_img a .img {
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.chanbox_list_img a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
}
.chanbox_list_img a:hover img {
  transform: scale(1.06);
}
.chanbox_list_img a:hover .img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}