.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.el-color-picker__icon,
.el-input,
.el-textarea {
  display: block;
}
.el-form-item__content {
  line-height: 0.5rem;
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe,
.flex_js_af,
.flex_je,
.flex_jc_ae,
.flex_ae,
.flex_as,
.flex_je_ac,
.flex_je_ae {
  display: flex;
}
.flex_js_ac {
  justify-content: space-between;
  align-items: center;
}
.flex_je,
.flex_je_ac,
.flex_je_ae {
  justify-content: flex-end;
}
.flex_js,
.flex_je_ae {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac,
.flex_je_ac {
  align-items: center;
}
.flex_ae,
.flex_je_ae {
  align-items: flex-end;
}
.flex_as {
  align-items: flex-start;
}
.flex_js_fe {
  align-items: flex-end;
}
.flex_jc_ac {
  justify-content: center;
  align-items: center;
}
.flex_js_af {
  justify-content: space-between;
  align-items: flex-start;
}
.flex_jc_ae {
  justify-content: center;
  align-items: flex-end;
}
.flex_row {
  flex-flow: row wrap;
}
:root {
  --ww: 1920 * 100vw;
}
@media (max-width: 1600px) {
  :root {
    --ww: 1600 * 100vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
  }
}
html {
  font-size: calc(100 / var(--ww));
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
body {
  font-size: 0.16rem;
  overflow-x: hidden;
  word-break: break-all;
}
@media (max-width: 1024px) {
  html {
    font-size: 56px;
  }
  body {
    overflow-x: inherit;
  }
}
.f14 {
  font-size: 0.14rem;
}
.f16 {
  font-size: 0.16rem;
}
.f17 {
  font-size: 0.17rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f38 {
  font-size: 0.38rem;
}
.f40 {
  font-size: 0.4rem;
}
.f42 {
  font-size: 0.42rem;
}
.f44 {
  font-size: 0.44rem;
}
.f46 {
  font-size: 0.46rem;
}
.f48 {
  font-size: 0.48rem;
}
.f50 {
  font-size: 0.5rem;
}
.f52 {
  font-size: 0.52rem;
}
.f54 {
  font-size: 0.54rem;
}
.f56 {
  font-size: 0.56rem;
}
.f58 {
  font-size: 0.58rem;
}
.f60 {
  font-size: 0.6rem;
}
.f62 {
  font-size: 0.62rem;
}
.f80 {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 0.32rem;
  }
  .f60 {
    font-size: 0.48rem;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 0.22rem;
  }
  .f14 {
    font-size: 0.2rem;
  }
  .f16 {
    font-size: 0.2rem;
  }
  .f17 {
    font-size: 0.24rem;
  }
  .f18 {
    font-size: 0.24rem;
  }
  .f20 {
    font-size: 0.26rem;
  }
  .f22 {
    font-size: 0.26rem;
  }
}
.hidden {
  overflow: hidden;
}
.re {
  position: relative;
  z-index: 3;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
#fp-nav {
  display: none;
}
.color {
  color: #0d559e;
}
.header {
  width: 100%;
  z-index: 10;
  position: relative;
  background: url(/static/images/top_bg.png) no-repeat center #07134f;
  background-size: cover;
}
.header .top {
  height: 1.6rem;
  position: relative;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo a {
  display: inline-flex;
  align-items: center;
  max-width: 5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.header .logo .logo_txt {
  color: #fff;
  font-size: 0.24rem;
}
.header .right {
  display: inline-flex;
  gap: 0.2rem;
}
.header .menuIcon {
  display: none;
}
.header .search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
}
@media (max-width: 1024px) {
  .header .search.search_show .top_search {
    opacity: 1;
    top: 100%;
    pointer-events: auto;
  }
}
.header .open_search {
  display: inline-flex;
  align-items: center;
  color: #666666;
}
.header .open_search i {
  width: 0.2rem;
  height: 0.2rem;
  background: url(/static/images/search.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.header .open_search.on i {
  background: none;
  position: relative;
}
.header .open_search.on i:before,
.header .open_search.on i:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 1px;
  top: 50%;
  margin-top: -1.5px;
  background: #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .open_search.on i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  .header .open_search {
    display: none;
  }
}
.header .top_search {
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.header .top_search .btn {
  display: flex;
  align-items: center;
  min-width: 0.8rem;
  line-height: 0.4rem;
  background-color: #0d559e;
  justify-content: center;
  gap: 0.05rem;
  cursor: pointer;
  color: #fff;
}
.header .top_search .btn::before {
  background: url(/static/images/search.svg) no-repeat center #0d559e;
  width: 0.16rem;
  height: 0.15rem;
  background-size: contain;
  flex-shrink: 0;
  display: inline-flex;
  content: '';
}
.header .top_search .text {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.15rem;
  border: none;
  background-color: transparent;
  flex: 1;
}
.header .top_search .text::placeholder {
  color: #c3c3c3;
}
.header .top_search .warp {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  border: 1px solid #0d559e;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .header .top_search {
    position: absolute;
    right: 0;
    opacity: 0;
    top: 100%;
    pointer-events: none;
  }
}
.header .navTop li {
  text-align: center;
  width: 100%;
}
.header .navTop li span {
  display: block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  height: 0.8rem;
}
.header .navTop li span a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.03rem;
  background-color: #fff;
  bottom: 0;
  border-radius: 0.016rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .header .navTop li.aon span a,
  .header .navTop li:hover span a {
    color: #fff;
  }
  .header .navTop li.aon span a::after,
  .header .navTop li:hover span a::after {
    opacity: 1;
  }
  .header .navTop li .sub {
    width: 100%;
  }
  .header .navTop li .sub .box {
    padding: 0.4rem 0;
  }
  .header .navTop li .sub a {
    display: inline-flex;
    padding: 0 0.25rem;
    position: relative;
  }
  .header .navTop li .sub a:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.14rem;
    background-color: #b9b9b9;
  }
}
.header .navTop li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -10px, 0);
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  -o-transform: translate3d(-50%, -10px, 0);
  -ms-transform: translate3d(-50%, -10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  background-color: #dfefff;
  border-bottom: 1px solid #fff;
}
.header .navTop li .sub .box a {
  display: block;
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .header:not(.top_member):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.7rem;
    background-color: #083586;
    z-index: -1;
  }
  .header .navTop li span a {
    height: 0.7rem;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    left: 0;
    content: '';
    position: absolute;
  }
  .header #open_menu::before {
    top: 0;
  }
  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .search {
    width: auto;
    border: none;
  }
  .header .right {
    gap: 0.2rem;
  }
  .header .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
    z-index: 106;
    padding-top: 1.2rem;
    background-color: transparent;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 1.2rem);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .navTop.show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .header .navTop .ul {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 3rem;
    margin: 0 0 0 auto;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    display: block;
  }
  .header .navTop .ul li {
    float: none;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
  }
  .header .navTop .ul li:hover span a,
  .header .navTop .ul li.aon span a {
    color: #333;
  }
  .header .navTop .ul li span {
    display: block;
    line-height: 0.8rem;
  }
  .header .navTop .ul li span a {
    padding-bottom: 0;
    line-height: normal;
    height: 0.8rem;
    justify-content: flex-start;
    display: inline-flex;
    color: #333;
    padding: 0 10%;
  }
  .header .navTop .ul li span a::before {
    display: none;
  }
  .header .navTop .ul li .sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    color: #999999;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0 0 0.2rem;
    min-width: auto;
    display: none;
    opacity: 1;
    white-space: normal;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .header .navTop .ul li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    display: block;
    padding-left: 0.5rem;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0;
    padding: 0;
    line-height: 0.46rem;
    text-align: left;
    display: block;
    color: #333;
    background-color: transparent;
  }
  .header .navTop .ul .li_sub span {
    position: relative;
    display: block;
    padding-right: 0.2rem;
  }
  .header .navTop .ul .li_sub .op {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .header .navTop .ul .li_sub .op::before,
  .header .navTop .ul .li_sub .op::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }
  .header .navTop .ul .li_sub .op::before {
    width: 100%;
    height: 0.02rem;
  }
  .header .navTop .ul .li_sub .op::after {
    width: 0.02rem;
    height: 100%;
  }
  .header .navTop .ul .li_sub.hover .op::after {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .top_search {
    width: 100%;
    top: 100%;
  }
  .header .logo a {
    margin-right: 0.2rem;
    max-width: 3rem;
  }
  .header .logo .logo_txt {
    font-size: 0.24rem;
  }
  .header.top_member .logo a {
    width: 100%;
  }
  .header.top_member .right {
    flex-shrink: 0;
  }
}
.padd_20 {
  padding: 0.2rem;
}
.padd_30 {
  padding: 0.3rem;
}
.padd_b0 {
  padding-bottom: 0;
}
.padd_t0 {
  padding-top: 0;
}
.pt150 {
  padding-top: 1.5rem;
}
.pb190 {
  padding-bottom: 1.9rem;
}
.pt120 {
  padding-top: 1.2rem;
}
.pt100 {
  padding-top: 1rem;
}
.pt90 {
  padding-top: 0.9rem;
}
.pt80 {
  padding-top: 0.8rem;
}
.pt70 {
  padding-top: 0.7rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pt50 {
  padding-top: 0.5rem;
}
.pt40 {
  padding-top: 0.4rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pt20 {
  padding-top: 0.2rem;
}
.pt10 {
  padding-top: 0.1rem;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.pb100 {
  padding-bottom: 1rem;
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pb70 {
  padding-bottom: 0.7rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb50 {
  padding-bottom: 0.5rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}
.pb20 {
  padding-bottom: 0.2rem;
}
.pb10 {
  padding-bottom: 0.1rem;
}
.pb35 {
  padding-bottom: 0.35rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.mb100 {
  margin-bottom: 1rem;
}
.mb80 {
  margin-bottom: 0.8rem;
}
.mb85 {
  margin-bottom: 0.85rem;
}
.mb70 {
  margin-bottom: 0.7rem;
}
.mb60 {
  margin-bottom: 0.6rem;
}
.mb50 {
  margin-bottom: 0.5rem;
}
.mb35 {
  margin-bottom: 0.35rem;
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb45 {
  margin-bottom: 0.45rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.mb25 {
  margin-bottom: 0.25rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
.mt-200 {
  margin-top: -2rem;
}
.gap_5 {
  gap: 0.05rem;
}
.gap_10 {
  gap: 0.1rem;
}
.gap_20 {
  gap: 0.1rem 0.2rem;
}
.gap_30 {
  gap: 0.1rem 0.4rem;
}
.gap_40 {
  gap: 0.1rem 0.4rem;
}
.gap_60 {
  gap: 0.1rem 0.6rem;
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
[v-cloak] {
  display: none;
}
.NYbanner {
  position: relative;
}
.NYbanner .banner img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  color: #222222;
  padding-top: 1rem;
}
.NYbanner .textwarp .en {
  opacity: 0.4;
  margin-bottom: 0.06rem;
  background-image: -moz-linear-gradient(180deg, #222, rgba(34, 34, 34, 0));
  background-image: -webkit-linear-gradient(180deg, #222, rgba(34, 34, 34, 0));
  background-image: -ms-linear-gradient(180deg, #222, rgba(34, 34, 34, 0));
  background-image: linear-gradient(180deg, #222, rgba(34, 34, 34, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  text-transform: uppercase;
}
.mainBox {
  position: relative;
  z-index: 3;
  background-image: -moz-linear-gradient(180deg, #f2f9ff, #f9fcff);
  background-image: -webkit-linear-gradient(180deg, #f2f9ff, #f9fcff);
  background-image: -ms-linear-gradient(180deg, #f2f9ff, #f9fcff);
  background-image: linear-gradient(180deg, #f2f9ff, #f9fcff);
}
.shrink_l {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.shrink_r {
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.leftMenu {
  width: 3rem;
  margin-right: 0.7rem;
  flex-shrink: 0;
}
.leftMenu .Center_info {
  height: 0.68rem;
  background: url(/static/images/more_icon.png) no-repeat right bottom #0d559e;
  background-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.leftMenu .oneUl {
  background-color: #fff;
  line-height: 0.58rem;
  text-align: center;
}
.leftMenu .oneUl a {
  display: block;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.leftMenu .oneUl > li > a:hover {
  background-color: #dfefff;
  color: #222;
}
.leftMenu .oneUl > li > .pitch {
  background-color: #dfefff;
  color: #222;
}
.leftMenu .oneUl > .aon > a {
  background-color: #dfefff;
  color: #222;
}
.leftMenu .oneUl .ul {
  background-color: #f2f9ff;
  line-height: 0.4rem;
  display: none;
}
.leftMenu .oneUl .ul .aon > a {
  color: #0d559e;
}
@media screen and (max-width: 640px) {
  .leftMenu {
    width: 100%;
    flex: auto;
    position: relative;
    z-index: 5;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .leftMenu .Center_info {
    height: 0.8rem;
    position: relative;
    text-align: left;
    justify-content: space-between;
    padding: 0 0.2rem;
  }
  .leftMenu .Center_info::after {
    content: '';
    position: absolute;
    right: 0.2rem;
    top: 50%;
    width: 0.16rem;
    height: 0.16rem;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s;
  }
  .leftMenu .Center_info.on::after {
    transform: translateY(-50%) rotate(135deg);
    margin-top: -0.1rem;
  }
  .leftMenu .oneUl {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
  }
}
.mainRight {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 640px) {
  .mainRight {
    flex: auto;
    width: 100%;
  }
}
.mainRight .news_list_top {
  margin-top: -0.3rem;
}
.mainRight .news_list_pic {
  margin-top: -0.3rem;
}
.mainRight .news_list_des_time li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.current {
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #0d559e;
  margin-bottom: 0.4rem;
}
.current em {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-style: normal;
  background: url(/static/images/home.svg) no-repeat left center;
  background-size: 0.15rem;
  padding-left: 0.24rem;
  gap: 0 0.15rem;
}
.current em i {
  display: inline-flex;
  width: 0.06rem;
  height: 0.06rem;
  border: solid #222222;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.current em span {
  color: #0d559e;
}
.search_box {
  border-bottom: 1px solid rgba(169, 169, 169, 0.2);
  gap: 0.2rem;
}
.search_box .menubox {
  border-bottom: none;
  margin-bottom: 0;
}
.search_box .menubox .active {
  font-size: 0.18rem;
}
.SingleBox {
  color: #222;
  line-height: calc(26 / 16);
}
.SingleBox img {
  height: auto!important;
}
.swiper-button {
  width: 0.36rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.swiper-button::after {
  color: #fff;
  font-size: 0.16rem;
}
.swiper-button:hover {
  background-color: #0d559e;
}
.swiper-button:hover::after {
  color: #fff;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.Hbanner {
  position: relative;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.Hbanner .textwarp .en {
  margin-bottom: 0.06rem;
  line-height: 1;
  text-transform: uppercase;
}
.Hbanner .textwarp .en b {
  opacity: 0.32;
  background-image: -moz-linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Hbanner .textwarp .cn {
  font-size: 0.68rem;
}
.Hbanner .textwarp .cn b {
  display: inline-flex;
  position: relative;
  z-index: 2;
}
.Hbanner .textwarp .cn b::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: 100%;
  height: 0.38rem;
  background-color: #f35959;
  z-index: -1;
}
.Hbanner .textwarp .des {
  opacity: 0.6;
}
.Hbanner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
  width: 92%;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  justify-content: center;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
  margin: 0;
  border-radius: 0.25rem;
  opacity: 0.6;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.Hbanner .swiper-button-prev {
  left: 0;
}
.Hbanner .swiper-button-prev::after {
  margin-left: -0.05rem;
}
.Hbanner .swiper-button-next {
  right: 0;
}
.Hbanner .animate {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateY(0.5rem);
}
.Hbanner .animate:nth-child(2) {
  transition-delay: 0.2s;
}
.Hbanner .animate:nth-child(3) {
  transition-delay: 0.4s;
}
.Hbanner .swiper-slide-active .animate {
  opacity: 1;
  transform: translateY(0);
}
.Htitle {
  position: relative;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0.3rem;
}
.Htitle .left {
  position: relative;
  gap: 0.1rem;
  color: #0d559e;
}
.Htitle .left::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 0.04rem;
  background-color: #0d559e;
}
@media (max-width: 640px) {
  .Htitle .left .icon {
    max-width: 0.35rem;
  }
}
.Hmore {
  gap: 0.1rem;
  color: #222222;
}
.Hmore::before {
  content: '';
  width: 0.28rem;
  height: 0.28rem;
  background: url(/static/images/more_icon.png) no-repeat center;
  background-size: contain;
}
.Hmore:hover {
  color: #0d559e;
}
.Hitem {
  width: calc(690 / 1440 * 100%);
}
.Hbox {
  padding: 0.3rem 0;
  background-image: -moz-linear-gradient(180deg, #f2f9ff, #fbfdff);
  background-image: -webkit-linear-gradient(180deg, #f2f9ff, #fbfdff);
  background-image: -ms-linear-gradient(180deg, #f2f9ff, #fbfdff);
  background-image: linear-gradient(180deg, #f2f9ff, #fbfdff);
}
@media (max-width: 640px) {
  .Hbox .Hitem {
    width: 100%;
  }
  .Hbox .Hitem:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.Hbox_one {
  padding-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .Hbox_one {
    padding-top: 0.7rem;
  }
}
.news_list_top .box {
  width: 100%;
  gap: 0.2rem;
}
.news_list_top ol .pic {
  width: 3rem;
  flex-shrink: 0;
}
.news_list_top ol .pic i {
  display: block;
  padding-top: 2rem;
  position: relative;
}
.news_list_top ol .textwarp {
  min-width: 0;
  flex: 1;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.news_list_top ol .title {
  line-height: calc(28 / 18);
  margin-top: -0.03rem;
}
.news_list_top ol .des {
  color: #666666;
  line-height: calc(28 / 16);
}
.news_list_top ol .time {
  display: block;
  margin: 0.14rem 0;
}
.news_list_top .time {
  color: #adadad;
}
.news_list_top li {
  line-height: 0.56rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.news_list_top li .title {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-left: 0.2rem;
}
.news_list_top li .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  border: 1px solid #0d559e;
}
@media screen and (max-width: 640px) {
  .news_list_top ol {
    margin-bottom: 0.1rem;
  }
  .news_list_top ol .des {
    -webkit-line-clamp: 2;
  }
  .news_list_top ol .time {
    margin: 0.1rem 0;
  }
}
.news_list_top_two ol {
  gap: 0.2rem;
}
.news_list_top_two ol .box {
  width: calc((100% - 0.2rem) / 2);
  position: relative;
}
.news_list_top_two ol .pic {
  width: 100%;
}
.news_list_top_two ol .pic i {
  padding-top: calc(264 / 335 * 100%);
}
.news_list_top_two ol .textwarp {
  width: 100%;
}
.news_list_top_two ol .title {
  color: #fff;
  line-height: 0.5rem;
  padding: 0 0.15rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.news_list_des_time li:not(:last-child) {
  margin-bottom: 0.245rem;
}
.news_list_des_time .box {
  width: 100%;
}
.news_list_des_time .box:hover .time {
  background-color: #0d559e;
  color: #fff;
}
.news_list_des_time .box:hover .time b {
  color: #fff;
}
.news_list_des_time .time {
  width: 0.88rem;
  text-align: center;
  padding: 0.2rem 0;
  flex-shrink: 0;
  margin-right: 0.2rem;
  border: 1px solid #0d559e;
  color: #adadad;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.news_list_des_time .time b {
  display: block;
  font-size: 0.26rem;
  color: #0d559e;
  margin-bottom: 0.01rem;
}
.news_list_des_time .textwarp {
  flex: 1;
  min-width: 0;
}
.news_list_des_time .des {
  margin-top: 0.15rem;
  line-height: calc(24 / 14);
  color: #666666;
}
@media screen and (max-width: 640px) {
  .news_list_des_time .box {
    align-items: flex-start;
  }
  .news_list_des_time .des {
    margin-top: 0.05rem;
  }
  .news_list_des_time .time {
    margin-top: 0.05rem;
  }
}
.news_list_pic li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.news_list_pic .pic {
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.news_list_pic .pic i {
  display: block;
  padding-top: 1rem;
}
.news_list_pic .textwarp {
  flex: 1;
  min-width: 0;
  padding-top: 0.05rem;
}
.news_list_pic .title {
  line-height: 0.24rem;
}
.news_list_pic .title time {
  float: right;
  color: #adadad;
}
.news_list_pic .des {
  margin-top: 0.15rem;
  line-height: calc(22 / 14);
  color: #666666;
}
.news_list_pic .item_kydt {
  padding: 0.3rem 0;
  margin-bottom: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  margin-bottom: 0!important;
}
.news_list_pic .item_kydt .pic {
  width: 2.16rem;
}
.news_list_pic .item_kydt .pic i {
  padding-top: 1.44rem;
}
.news_list_pic .item_kydt .top {
  width: 100%;
}
.news_list_pic .item_kydt .title {
  margin-top: -0.05rem;
}
.news_list_pic .item_kydt .textwarp {
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  position: relative;
  padding-right: 1.2rem;
}
.news_list_pic .item_kydt .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #979797;
}
.news_list_pic .item_kydt .more {
  display: inline-flex;
  min-width: 1.2rem;
  height: 0.34rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0d559e;
  gap: 0.1rem;
  padding: 0 0.1rem;
}
.news_list_pic .item_kydt .more::after {
  content: '';
  display: inline-flex;
  width: 0.06rem;
  height: 0.06rem;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .news_list_pic .pic {
    width: 1.8rem;
  }
  .news_list_pic .pic i {
    padding-top: 1.2rem;
  }
  .news_list_pic .item_kydt .box {
    flex-wrap: wrap;
  }
  .news_list_pic .item_kydt .pic,
  .news_list_pic .item_kydt .textwarp {
    flex: auto;
    width: 100%;
  }
  .news_list_pic .item_kydt .pic {
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
  .news_list_pic .item_kydt .pic i {
    padding-top: calc(144 / 216 * 100%);
  }
  .news_list_pic .item_kydt .more {
    margin-top: 0.2rem;
    height: 0.5rem;
  }
}
.enroll_list {
  gap: 0.2rem;
}
.enroll_list li {
  width: calc((100% - 0.2rem) / 2);
  padding: 0.2rem 0;
  background-image: -moz-linear-gradient(45deg, #dfefff, #ecf5ff);
  background-image: -webkit-linear-gradient(45deg, #dfefff, #ecf5ff);
  background-image: -ms-linear-gradient(45deg, #dfefff, #ecf5ff);
  background-image: linear-gradient(45deg, #dfefff, #ecf5ff);
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.enroll_list li::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0.9rem;
  height: 0.47rem;
  background: url(/static/images/line_bg.png) no-repeat center;
  background-size: contain;
  right: 0;
  bottom: 0;
}
.enroll_list li:hover {
  background: #0d559e;
}
.enroll_list li:hover .box {
  color: #fff;
}
.enroll_list li:hover::after {
  filter: brightness(0) invert(1);
}
.enroll_list .box {
  height: 100%;
  padding: 0 0.2rem;
  line-height: calc(28 / 18);
}
.Hbox_three .item_two .Htitle {
  margin-bottom: 0.12rem;
}
.Hbox_four li {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  height: auto;
}
.Hbox_four li:hover {
  background-color: #0d559e;
}
.Hbox_four li:hover .title {
  color: #fff;
}
.Hbox_four .pic {
  padding-top: calc(230 / 345 * 100%);
}
.Hbox_four .textwarp {
  padding: 0.2rem;
  line-height: calc(28 / 18);
}
.Hbox_four .swiper-button {
  top: 32%;
}
.footer {
  background-color: #0d559e;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .bottom {
  padding: 0.8rem 0 0.25rem;
}
.footer .bottom .nav {
  gap: 0.6rem;
  padding-bottom: 0.2rem;
}
.footer .bottom dl {
  min-width: 1rem;
}
.footer .bottom dd {
  margin-top: 0.2rem;
}
.footer .bottom dd a {
  display: block;
  line-height: calc(28 / 14);
}
.footer .right {
  width: 50%;
  padding-left: 0.6rem;
  border-left: 1px solid rgba(240, 240, 240, 0.12);
}
.footer .ewmbox {
  text-align: center;
}
.footer .ewmbox ul {
  gap: 0.2rem;
}
.footer .ewmbox .pic {
  width: 1.1rem;
  margin-bottom: 0.15rem;
}
.footer .ewmbox .pic img {
  width: 100%;
}
.footer .textwarp .con {
  margin-top: 0.2rem;
  line-height: calc(28 / 14);
}
.footer .Copyright {
  padding: 0.25rem 0;
  border-top: 1px solid rgba(240, 240, 240, 0.12);
}
@media screen and (max-width: 640px) {
  .footer .nav {
    display: none;
  }
  .footer .right {
    width: 100%;
    padding-left: 0;
    border: none;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .footer .textwarp,
  .footer .ewmbox {
    width: 100%;
  }
  .footer .ewmbox .ul {
    justify-content: center;
  }
}
.news_details .news_title {
  text-align: center;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  color: #222;
}
.news_details .news_title .other {
  color: #adadad;
  margin-top: 0.1rem;
}
.news_details .SingleBox {
  margin-bottom: 0.5rem;
}
.news_details .page_box {
  border-top: 1px solid rgba(34, 34, 34, 0.08);
  padding-top: 0.25rem;
  line-height: calc(26 / 16);
}
.news_details .page_box a {
  color: #555555;
}
.news_details .page_box a:hover {
  color: #0d559e;
}
.leader_list {
  gap: 0.3rem;
}
.leader_list li {
  width: calc((100% - 0.3rem * 3) / 4);
  text-align: center;
}
.leader_list.row_2 li {
  width: calc((100% - 0.3rem * 2) / 3);
}
.leader_list.row_2 .pic {
  padding-top: 65%;
}
.leader_list .pic {
  padding-top: 120%;
}
.leader_list .title {
  background-color: #fff;
  line-height: 0.5rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.leader_list .box:hover .title {
  background-color: #0d559e;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .leader_list li {
    width: calc((100% - 0.3rem * 1) / 2);
  }
  .leader_list.row_2 li {
    width: 100%;
  }
}
.fixed_left {
  position: fixed;
  left: calc(40 / 1920 * 100vw);
  top: 50%;
  width: 1.42rem;
  background: url(/static/images/bg_1.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 0.25rem;
  padding-bottom: 0.18rem;
  z-index: 5;
}
.fixed_left::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.18rem;
  background: url(/static/images/bg_3.png) no-repeat center bottom;
  background-size: 100% auto;
}
.fixed_left .close {
  position: absolute;
  right: 0.05rem;
  top: -0.05rem;
  color: #222;
  cursor: pointer;
}
.fixed_left .inner {
  background: url(/static/images/bg_2.png) repeat-y center;
  background-size: 100% auto;
  padding: 0 0.2rem 0;
  color: #fff;
  line-height: calc(22 / 14);
}
.fixed_left .logo {
  width: 0.61rem;
  margin-bottom: 0.1rem;
}
.fixed_left b {
  display: block;
}
@media screen and (max-width: 640px) {
  .fixed_left {
    width: 1.8rem;
  }
}
.fixed_img {
  max-width: 2.5rem;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 5;
}
.fixed_img .close {
  position: absolute;
  right: 0;
  top: -0.2rem;
  color: #222;
  cursor: pointer;
}
.top_member {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.2rem 0;
}
.top_member .back_index {
  display: inline-flex;
  min-width: 1.2rem;
  line-height: 0.44rem;
  align-items: center;
  justify-content: center;
  background-color: #0d559e;
  color: #fff;
  padding: 0 0.2rem;
  gap: 0.05rem;
}
.top_member .back_index::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.top_member .top_login {
  margin-right: 0.3rem;
}
.top_member .top_login img {
  flex-shrink: 0;
  width: 0.44rem;
  height: 0.44rem;
  object-fit: contain;
  -webkit-object-fit: contain;
  margin-right: 0.1rem;
  border-radius: 100%;
}
.top_member .top_login a {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
main {
  position: relative;
}
.loginBox {
  position: relative;
  min-height: 100vh;
  padding: 1.75rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.loginBox .form_login {
  max-width: 4.8rem;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 0.45rem 0.3rem;
  z-index: 3;
  position: relative;
  box-shadow: 0px 0px 18px 0px rgba(213, 232, 255, 0.16);
  transform: translateX(1rem);
}
.loginBox .login_tit {
  color: #222222;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .loginBox .form_login {
    transform: none;
  }
}
@media (max-width: 640px) {
  .loginBox .form_login {
    margin: 0 auto;
  }
}
.form_login .tab_nav {
  gap: 0.2rem;
  color: #666666;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  justify-content: space-evenly;
}
.form_login .tab_nav li {
  cursor: pointer;
  position: relative;
  padding-bottom: 0.2rem;
}
.form_login .tab_nav .on {
  color: #0d559e;
  font-weight: bold;
}
.form_login .tab_nav .on::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #0d559e;
}
.form_ul .item {
  width: 100%;
}
.form_ul .item_line {
  position: relative;
  background-color: #f8f8f8;
  padding: 0 0.2rem 0 0.1rem;
}
.form_ul .icon_img {
  width: 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.form_ul .icon_img img {
  max-width: 60%;
}
.form_ul .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border: none;
  background-color: transparent;
  flex: 1;
}
.form_ul .text::placeholder {
  color: #999999;
}
.form_ul .item_row2 {
  width: 48%;
}
.form_ul .item_yzm .btn_yzm {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.form_ul .item_txt {
  text-align: right;
  padding: 0.1rem 0 0.3rem;
}
.form_ul .item_txt .left a {
  color: #888888;
}
.form_ul .item_txt .left a:hover {
  color: #0d559e;
}
.form_ul .layui-input-inline {
  width: 20%;
}
.form_ul .color {
  color: #0d559e;
}
.form_ul .Hmore {
  width: 100%;
  cursor: pointer;
}
.form_ul .item_wx {
  margin: 0.3rem 0;
}
.form_ul .item_wx img {
  width: 0.54rem;
}
.form_ul .item_checkbox {
  color: #999999;
  gap: 0.05rem;
}
.form_ul .item_checkbox label {
  display: inline-flex;
  margin: 0;
}
.form_ul .item_checkbox input[type="checkbox"] {
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  display: block;
}
.form_ul .eye_icon {
  font-size: 0.2rem;
  color: #BBBBBB;
  font-weight: bold;
  cursor: pointer;
}
.form_ul .layui-icon-hide {
  width: 0.18rem;
  height: 0.18rem;
  background: url(/static/images/see.svg) no-repeat center;
  background-size: contain;
  display: inline-flex;
}
.form_ul .all_btn {
  background-color: #0d559e;
  width: 100%;
  line-height: 0.5rem;
  color: #fff;
  display: block;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 640px) {
  .form_ul .item_row2 {
    width: 100%;
  }
}
.registerBox .form_login {
  transform: none;
  max-width: 9.3rem;
}
.registerBox .form_ul .all_btn {
  max-width: 4.2rem;
}
.login_bottom {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  text-align: center;
  color: #222222;
}
.login_bottom a {
  color: #222222;
}
.login_bottom a:hover {
  color: #0d559e;
}
.query_box {
  max-width: 10rem;
  width: 100%;
  margin: 0 auto;
  gap: 0.5rem;
}
.query_box li {
  width: calc((100% - 0.5rem * 2) / 3);
}
.query_box .box {
  display: block;
  height: 100%;
  background-color: #fff;
  text-align: center;
  padding: 0.4rem 0.1rem;
  box-shadow: 0px 0px 18px 0px rgba(213, 232, 255, 0.16);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.query_box .box:hover {
  background-color: #0d559e;
}
.query_box .box:hover .title,
.query_box .box:hover .more {
  color: #fff;
}
.query_box .box:hover .more::before {
  border-color: #fff;
}
.query_box .pic {
  height: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.15rem;
}
.query_box .pic img {
  max-height: 100%;
}
.query_box .title {
  color: #222222;
}
.query_box .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  color: #999;
  margin-top: 0.2rem;
}
.query_box .more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #999999;
  border-width: 0.02rem 0.02rem 0 0;
  transform: rotate(45deg);
}
.query_inner {
  background: url(/static/images/zkz_bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 0.3rem;
}
.query_inner .nytitle {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(34, 34, 34, 0.12);
  margin-bottom: 0.3rem;
  line-height: 1;
  font-weight: bold;
}
.query_zkz {
  font-size: 14px;
}
.query_zkz .inner {
  overflow: auto;
}
.query_zkz .btnbox {
  gap: 0.2rem;
  margin-top: 0.3rem;
}
.query_zkz .btnbox a {
  display: inline-flex;
  min-width: 1.2rem;
  line-height: 0.44rem;
  background-color: #0d559e;
  padding: 0 0.1rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.query_print {
  width: 1060px;
  margin: 0 auto;
  border: 1px solid #222222;
}
.query_print .left {
  width: 51%;
  padding: 30px 30px 50px;
}
.query_print .left .title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}
.query_print .left .pic {
  text-align: center;
  margin-bottom: 20px;
}
.query_print .left .pic img {
  width: 280px;
}
.query_print .right {
  width: 49%;
  border-left: 1px solid #222222;
  padding: 30px;
}
.query_print .right .con {
  line-height: 20px;
}
.query_print .right .pic {
  text-align: center;
  color: #999999;
  padding-top: 15px;
}
.query_print .right .pic img {
  width: 140px;
  margin-bottom: 10px;
}
.query_print .right .pic p {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  font-size: 12px;
}
.query_print .table {
  margin-bottom: 20px;
}
.query_print .table table {
  width: 100%;
}
.query_print .table td {
  border: 1px solid #222222;
  padding: 5px 10px;
}
.query_print .table td:first-child {
  width: 34%;
}
.query_print .table_1 td {
  width: 66%;
}
.query_print .table_1 td:first-child {
  width: 34%;
}
.query_print .table_2 {
  margin-bottom: 0;
}
.query_print .table_2 td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.query_print .table_2 td:nth-child(2) {
  width: 23%;
}
.query_print .table_2 td:nth-child(4) {
  width: 10%;
}
.query_info {
  position: relative;
}
.query_info .inner {
  max-width: 6.6rem;
  width: 96%;
  margin: 0 auto;
}
.query_info .top {
  box-shadow: 0px 0px 18px 0px rgba(213, 232, 255, 0.16);
  background: #edf3f7;
  padding: 0.2rem;
  position: relative;
  z-index: 1;
}
.query_info .top::before {
  content: '';
  position: absolute;
  right: 0.2rem;
  height: 100%;
  top: 0;
  width: 1.12rem;
  z-index: 1;
  opacity: 0.1;
  background: url(/static/images/more_icon.png) no-repeat center;
  background-size: contain;
}
.query_info .top .pic {
  width: 1rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.query_info .top .textwarp {
  flex: 1;
  color: #222222;
  line-height: 2;
}
.query_info .con {
  box-shadow: 0px 0px 18px 0px rgba(213, 232, 255, 0.16);
  background: #edf3f7;
  padding: 0 0.2rem;
}
.query_info .con dl {
  padding: 0.2rem 0;
}
.query_info .con dl:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.query_info .con dl dd {
  text-align: right;
}
.query_info .btnbox {
  gap: 0.2rem;
  margin-top: 0.3rem;
  padding-bottom: 0.8rem;
}
.query_info .btnbox a {
  display: inline-flex;
  min-width: 1.2rem;
  line-height: 0.44rem;
  background-color: #0d559e;
  padding: 0 0.1rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.query_info .ewm {
  position: absolute;
  left: 110%;
  top: 0;
  width: 2.5rem;
}
.query_info .left_txt {
  position: absolute;
  right: 106%;
  top: 0;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 768px) {
  .query_info .left_txt {
    position: relative;
    right: 0;
    margin-bottom: 0.1rem;
  }
  .query_info .ewm {
    position: relative;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .query_info .ewm img {
    width: 2.5rem;
  }
}
.CollegeList {
  gap: 0.3rem;
}
.CollegeList dl {
  width: calc((100% - 0.3rem * 3) / 4);
  padding-left: 0.15rem;
}
.CollegeList dt {
  position: relative;
  margin-bottom: 0.1rem;
}
.CollegeList dt a {
  color: #0d559e;
}
.CollegeList dt::before {
  content: '';
  position: absolute;
  left: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #0d559e;
  border-radius: 100%;
}
.CollegeList dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
@media (max-width: 768px) {
  .CollegeList dl {
    width: calc((100% - 0.3rem * 2) / 3);
  }
}
@media (max-width: 640px) {
  .CollegeList dl {
    width: 100%;
  }
}
.Hbox .news_list_top ol .box {
  width: 100%;
  gap: 0;
  flex-wrap: wrap;
}
.Hbox .news_list_top ol .pic {
  width: 100%;
}
.Hbox .news_list_top ol .pic i {
  padding-top: 2.6rem;
}
.Hbox .news_list_top ol .textwarp {
  flex: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
  background-color: #0d559e;
  color: #fff;
  padding: 0.1rem 0.2rem;
  border-bottom: none;
}
.Hbox .news_list_top ol .title {
  margin-top: 0;
  flex: 1;
  min-width: 0;
}
.Hbox .news_list_top ol .time {
  flex-shrink: 0;
  margin-left: 0.1rem;
  display: none;
}
.Hbox .news_list_top ol .des {
  display: none;
}
.Hbox .news_list_top ol .swiper .textwarp {
  margin-bottom: 0;
}
.Hbox .news_list_top ol .swiper .title {
  width: 50%;
  flex: auto;
}
.Hbox .news_list_top ol .swiper .swiper-pagination {
  right: 0;
  width: 30%;
  text-align: right;
  padding: 0 0.1rem;
  bottom: 0.15rem;
  left: auto;
}
.Hbox .news_list_top ol .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  opacity: 1;
}
.Hbox .news_list_top ol .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.5);
}
.Hbox .news_list_top li a {
  line-height: 0.38rem;
}
.Hbox .news_list_des_time .des {
  display: none;
}
.Hbox .news_list_des_time .time {
  display: flex;
  align-items: center;
}
.Hbox .news_list_des_time .time b {
  display: inline-flex;
  order: 2;
}
.Hbox .news_list_pic .pic {
  display: none;
}
.Hbox .enroll_list {
  gap: 0.03rem;
}
.Hbox .enroll_list li {
  width: calc((100% - 0.03rem) / 2);
}
