body {
  font-size: 0.6rem;
}
.w-1300 {
  width: 1300px;
  margin: 0 auto;
}
:root {
  --swiper-navigation-size: 15px !important;
  --swiper-theme-color: #ffffff !important;
}
header {
  background: url(/asset/static/images/bg.jpg?v=1) center top no-repeat;
  background-size: cover;
  width: 100%;
}
header .header-box {
  padding: 0.8rem;
}
header .header-box .right-login .right-top {
  font-size: 0.55rem;
}
header .header-box .right-login .right-top a {
  color: #484848;
}
header .header-box .right-login .right-top a i {
  font-size: 0.56rem;
}
header .header-box .right-login .right-top a:hover {
  color: #1693d6;
}
header .header-box .right-login .right-top a:first-child {
  padding-right: 0.5rem;
  position: relative;
}
header .header-box .right-login .right-top a:first-child::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0.3rem;
  width: 0.05rem;
  height: 0.5rem;
  background: rgba(72, 72, 72, 0.6);
}
header .header-box .right-login .right-search {
  position: relative;
  clear: both;
  cursor: pointer;
}
header .header-box .right-login .right-search i {
  position: absolute;
  right: 0.3rem;
  top: 0.7rem;
  width: 1.3rem;
  font-size: 0.7rem;
  color: #cdcdcd;
}
header .header-box .right-login .right-search input {
  padding: 0.3rem 0.37rem;
  outline: none;
  min-width: 12rem;
  margin-top: 10px;
  padding-right: 35px;
  border: 1px solid #c3c3c3;
  font-size: 0.54rem;
}
.header-mask {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.header-mask.active {
  left: 0;
  display: block;
}
.nav-box {
  z-index: 999;
  width: 100%;
  background-image: linear-gradient(0deg, #0a8dd3 22%, #37bdfe 100%);
  height: 2rem;
  line-height: 2rem;
  box-sizing: border-box;
}
.nav-box .nav-bg {
  position: relative;
}
.nav-box .nav-bg .nav-ul {
  font-size: 0.64rem;
  display: flex;
  justify-content: space-around;
}
.nav-box .nav-bg .nav-ul > .nav-item {
  position: relative;
  float: left;
  transition: all 0.3s linear;
  padding: 0 0.55rem;
  cursor: pointer;
}
.nav-box .nav-bg .nav-ul > .nav-item .xiala-icon {
  color: #fff;
  display: none;
}
.nav-box .nav-bg .nav-ul > .nav-item a {
  color: #fff;
  font-size: 0.65rem;
}
.nav-box .nav-bg .nav-ul > .nav-item:not(:first-child):hover::after {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 0.1rem;
  background-color: #fff;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.2rem;
}
.nav-box .nav-bg .nav-ul > .nav-item .sub-nav {
  left: 0;
  background-color: #fff;
  z-index: 99;
  position: absolute;
  width: 230px;
  display: none;
  box-shadow: 0px 0px 24px 0px rgba(11, 37, 88, 0.45);
}
.nav-box .nav-bg .nav-ul > .nav-item .sub-nav li {
  text-align: left;
  float: none;
  padding: 0 26px;
  position: relative;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
}
.nav-box .nav-bg .nav-ul > .nav-item .sub-nav li:hover {
  background-color: #1693d6;
}
.nav-box .nav-bg .nav-ul > .nav-item .sub-nav li:hover a {
  color: #fff;
}
.nav-box .nav-bg .nav-ul > .nav-item .sub-nav li:not(:last-child)::after {
  position: absolute;
  width: 85%;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.nav-box .nav-bg .nav-ul > .nav-item .sub-nav li a {
  color: #000;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.nav-box .nav-bg .nav-ul > .nav-item:hover .sub-nav {
  max-height: 330px;
  height: auto;
}
.nav-box .nav-bg .js-icon {
  display: none;
  position: absolute;
  right: -60px;
  top: 15px;
}
.search-icon {
  display: none;
}
.more {
  font-size: 0.53rem;
  color: #1693d6;
  opacity: 0.5;
  margin-right: 10px;
}
.more:hover {
  opacity: 1;
}
.content-box {
  padding-bottom: 1rem;
}
.content-box .left-box {
  padding-top: 1rem;
  width: 50%;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.content-box .left-box .left-list {
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 35px 0px rgba(46, 165, 226, 0.25);
  margin-bottom: 0.6rem;
}
.content-box .left-box .left-list .left-item {
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(220, 220, 220, 0.6);
}
.content-box .left-box .left-list .left-item:nth-child(2n-1) {
  border-right: 1px solid rgba(220, 220, 220, 0.6);
}
.content-box .left-box .left-list .left-item .item-info {
  width: 100%;
  padding: 0.77rem;
  text-align: left;
  display: block;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
  text-align: center;
  font-size: 0;
}
.content-box .left-box .left-list .left-item .item-info:hover {
  transform: scale(1.1);
}
.content-box .left-box .left-list .left-item .item-info .item-img {
  height: 1.88rem;
  padding-right: 0.5rem;
  display: inline-block;
}
.content-box .left-box .left-list .left-item .item-info .item-img img {
  width: auto;
  height: 100%;
  border: 0;
}
.content-box .left-box .left-list .left-item .item-info .item-title {
  position: relative;
  display: inline-block;
  top: -0.4rem;
}
.content-box .left-box .left-list .left-item .item-info .item-title h2 {
  color: #343c47;
  font-size: 0.82rem;
  font-weight: bold;
}
.content-box .left-box .left-detail {
  display: inline-block;
  width: 100%;
  transition: all 0.15s linear;
}
.content-box .left-box .left-detail:hover {
  transform: scale(1.03);
}
.content-box .left-box .left-detail:not(:last-child) {
  margin-bottom: 0.3rem;
}
.content-box .left-box .left-detail img {
  width: 100%;
  height: 100%;
  display: block;
}
.content-box .item-info-box {
  position: relative;
  margin-top: 1.7rem;
}
.content-box .item-info-box .item-box-title {
  background: url(/asset/static/images/hxy-index-title-bg.png?v=1) no-repeat left center;
  background-size: auto 110%;
  width: 100%;
  height: 1.8rem;
  position: absolute;
  top: -1.1rem;
  left: -0.5rem;
}
.content-box .item-info-box .item-box-title span {
  text-shadow: 0px 0px 5px rgba(16, 88, 27, 0.1);
  background: linear-gradient(180deg, #ffffff 10%, #fff9c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.65rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
}
.content-box .item-info-box .i-box {
  background-color: #f3f7f8;
}
.content-box .item-info-box .i-box .item-info-detail-btn {
  color: #1693d6;
  font-size: 0.45rem;
  text-align: right;
  display: block;
  transition: all 0.3s linear;
  padding-right: 0.3rem;
  box-sizing: border-box;
  top: 10px;
  position: relative;
  right: 0.3rem;
}
.content-box .item-info-box .i-box .item-info-detail-btn:hover {
  transform: scale(1.03);
}
.content-box .item-info-box .info {
  font-size: 0.73rem;
  line-height: 1.2rem;
  height: 4.45rem;
  overflow: hidden;
  text-indent: 2em;
  position: relative;
  top: 0.4rem;
  text-align: justify;
  padding: 0.2rem 1.2rem;
  box-sizing: border-box;
}
.content-box .video-box {
  height: 10.5rem;
  position: relative;
  box-sizing: border-box;
  width: 85%;
  margin: 0.8rem auto 0;
}
.content-box .video-box .index-video-img {
  background-size: 100% auto !important;
  padding-top: 56.2%;
}
.content-box .video-box .play-icon {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.38rem 0px;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 50%;
  top: 58%;
  margin-top: -30.5px;
  margin-left: -30.5px;
  z-index: 99;
  cursor: pointer;
}
.content-box .video-wrapper {
  margin-top: 1rem;
  background-image: linear-gradient(0deg, #d4f1ff 0%, #f0faff 100%);
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.content-box .video-wrapper h2 {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 2rem;
  color: #000000;
  text-align: center;
}
.content-box .video-wrapper .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-box .video-wrapper .swiper .swiper-wrapper {
  z-index: 0;
}
.content-box .video-wrapper .swiper .swiper-button-next,
.content-box .video-wrapper .swiper .swiper-button-prev {
  width: calc(var(--swiper-navigation-size)/15 * -6);
  padding: 15px 10px;
  background-color: #9ad2ec;
  top: 43%;
  transition: all 0.3s linear;
}
.content-box .video-wrapper .swiper .swiper-button-next:hover,
.content-box .video-wrapper .swiper .swiper-button-prev:hover {
  transform: scale(1.05);
}
.content-box .video-wrapper .swiper .swiper-button-prev,
.content-box .video-wrapper .swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
  border-radius: 0px 5px 5px 0px;
}
.content-box .video-wrapper .swiper .swiper-button-next,
.content-box .video-wrapper .swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
  border-radius: 5px 0px 0px 5px;
}
.content-box .video-wrapper .more-video {
  background-image: linear-gradient(-90deg, #11b4fa 0%, #3d8aed 100%);
  border-radius: 16px 0px 0px 0px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 5px 6px 13px;
  font-size: 0.5rem;
  transition: all 0.3s linear;
}
.content-box .video-wrapper .more-video:hover {
  transform: scale(1.05);
}
.content-box .link-box {
  height: 10.6rem;
}
.content-box .right-box {
  width: 50%;
  padding-left: 0.5rem;
  box-sizing: border-box;
}
.content-box .slideTxtBox {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.content-box .slideTxtBox:not(:first-child) {
  margin-top: 0.5rem;
}
.content-box .slideTxtBox .hd {
  position: relative;
  height: 2.4rem;
  line-height: 2.4rem;
  background: #f3f7f8;
}
.content-box .slideTxtBox .hd ul {
  margin-left: 10px;
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 1rem;
}
.content-box .slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  font-size: 0.75rem;
}
.content-box .slideTxtBox .hd ul li a {
  position: relative;
  top: 2px;
}
.content-box .slideTxtBox .hd ul li:first-child {
  margin-right: 1rem;
}
.content-box .slideTxtBox .hd ul li.on {
  position: relative;
  font-weight: bold;
  color: #1693d6;
}
.content-box .slideTxtBox .hd ul li.on:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1693d6;
}
.content-box .slideTxtBox .hd ul li a {
  color: #1e1e1e;
}
.content-box .slideTxtBox .hd ul li.on a {
  color: #000000;
}
.content-box .slideTxtBox .hd ul li.on a:hover {
  color: #1693d6;
}
.content-box .slideTxtBox .bd li {
  padding-left: 10px;
  color: #1e1e1e;
  font-size: 0.64rem;
  height: 8.3rem;
  overflow: hidden;
}
.content-box .slideTxtBox-min-height .bd li {
  height: 3.3rem;
}
.content-box .slideTxtBox .bd li .slide-item::before {
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 70%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #bbbbbb;
  visibility: inherit;
}
.content-box .slideTxtBox .bd li .hot-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 75%;
  transform: translateY(-50%);
  background: url(/asset/static/images/hot.png) no-repeat top center !important;
  background-size: 100% 100% !important;
  width: 1rem;
  height: 0.6rem;
}
.content-box .slideTxtBox .bd li .hot-icon p:first-child {
  padding-left: 1.1rem;
}
.content-box .slideTxtBox .bd li .slide-item .new-icon {
  position: absolute;
  top: -4px;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
.content-box .slideTxtBox .bd li .zhiding-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  background: url(/asset/static/images/zhiding.png) no-repeat top center !important;
  background-size: 100% 100% !important;
  width: 0.6rem;
  height: 0.6rem;
}
.content-box .slideTxtBox .bd li .zhiding-icon p:first-child {
  padding-left: 0.7rem;
}
.content-box .new-icon {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: 0;
  top: 0.3rem;
}
.content-box .fontColor {
  color: #f00 !important;
}
.content-box .fontColor:before {
  background: #f00 !important;
}
.content-box .fontColor .date {
  color: #f00 !important;
}
.content-box .fontBold {
  font-weight: bold;
}
.content-box .fontBold .date {
  font-weight: bold;
}
.content-box .slide-item {
  padding-top: 0.52rem;
  display: inline-block;
  position: relative;
  color: #1e1e1e;
  font-size: 0.6rem;
}
.content-box .slide-item:hover {
  color: #1693d6;
}
.content-box .slide-item p {
  position: relative;
}
.content-box .slide-item p:first-child {
  max-width: calc(100% - 2rem);
  display: inline-block;
  padding-left: 0.2rem;
  box-sizing: border-box;
  position: relative;
  padding-right: 0.8rem;
}
.content-box .slideTxtBox .bd li .date {
  float: right;
  color: rgba(30, 30, 30, 0.4);
  font-size: 0.56rem;
}
.float-alert {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 99;
}
.float-alert-close {
  position: absolute;
  right: -3px;
  top: 4px;
  width: 25px;
  height: 25px;
  text-indent: -9999rem;
}
.float-alert img {
  width: 120px;
}
footer {
  background: #f3f7f8;
}
footer .footer-box {
  padding: 1rem 0;
}
footer .footer-box .left-info {
  width: calc(100% - 4.5rem);
}
footer .footer-box .left-info .info-list a {
  font-size: 0.54rem;
  color: #000;
  transition: all 0.3s linear;
  margin-bottom: 1rem;
}
footer .footer-box .left-info .info-list a i {
  font-size: 0.5rem;
}
footer .footer-box .left-info .info-list a .lianjie-icon {
  background-color: #383838;
  border-radius: 100%;
  padding: 0.1rem;
  font-size: 0.6rem;
  color: #fff;
}
footer .footer-box .left-info .info-list a:not(:first-child) {
  margin-left: 0.56rem;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 0.2rem 0.4rem;
}
footer .footer-box .left-info .info-list a:first-child {
  position: relative;
  top: 0.25rem;
}
footer .footer-box .left-info .info-list a:hover {
  color: #000;
}
footer .footer-box .left-info .info-list a .right-icon {
  position: relative;
  top: 0.15rem;
  padding-left: 0.3rem;
}
footer .footer-box .right-erweima {
  width: 3.9rem;
  height: 3.9rem;
}
footer .footer-box .right-erweima img {
  width: 100%;
  height: 100%;
}
footer .contact-info {
  font-size: 0.45rem;
  color: #000;
}
footer .contact-info .info-bold {
  font-weight: bold;
}
footer .contact-info .copy {
  padding-top: 0.4rem;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 26.6666px !important;
  }
}
@media screen and (min-width: 1366px) {
  .content-box .video-wrapper {
    margin-top: 0.5rem;
  }
  .content-box .video-box {
    height: 11rem;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 24px!important;
  }
  .w-1300 {
    width: 1100px;
  }
  .nav-box .nav-bg .nav-ul {
    font-size: 0.55rem;
  }
  .nav-box .nav-bg .nav-ul li {
    padding: 0 0.6rem;
  }
  .content-box .left-box .left-list .left-item .item-info {
    padding: 0.71rem 0.5rem 0.71rem 1.1rem;
  }
  .content-box .left-box .left-list .left-item .item-info .item-img {
    padding-right: 0.5rem;
  }
  .content-box .video-wrapper {
    margin-top: 0.5rem;
  }
  .content-box .item-info-box {
    margin-top: 1.5rem;
  }
  .content-box .item-info-box .item-box-title {
    background-size: auto 100%;
  }
  .content-box .item-info-box .item-box-title span {
    font-size: 0.56rem;
  }
  .content-box .item-info-box .info {
    font-size: 0.68rem;
    height: 4.25rem;
  }
  .content-box .slideTxtBox .hd {
    height: 2rem;
    line-height: 2rem;
  }
  .link-box {
    height: 10.2rem !important;
  }
}
@media screen and (max-width: 992px) {
  .w-1300 {
    width: 100%;
  }
  header {
    margin-top: 60px;
  }
  header .header-box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
  }
  header .header-box .right-login .right-top {
    position: fixed;
    top: 0;
    left: 1rem;
    z-index: 9999;
    line-height: 60px;
  }
  header .header-box .right-login .right-top a {
    color: #fff;
  }
  header .header-box .right-login .right-top a:hover {
    color: #fff;
    font-weight: bold;
  }
  header .header-box .right-login .right-top a:first-child::after {
    background: #fff;
  }
  header .header-box .right-login .right-search {
    margin-bottom: 0.7rem;
    display: none;
  }
  .search-icon {
    display: block;
    position: absolute;
    color: #fff;
    right: 2.3rem;
    font-size: 0.7rem;
    line-height: 60px;
    cursor: pointer;
  }
  .nav-box {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
  }
  .nav-box .nav-bg {
    width: 100%;
  }
  .nav-box .nav-bg .nav-ul {
    transition: all 0.3s linear;
    transform: translateX(-100%);
    background-color: #1693d6;
    position: fixed;
    left: 0;
    top: 60px;
    height: 100%;
    width: 200px;
    overflow-y: auto;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .nav-box .nav-bg .nav-ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .nav-box .nav-bg .nav-ul::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
  }
  .nav-box .nav-bg .nav-ul::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #a3a3a5;
    border-radius: 6px;
  }
  .nav-box .nav-bg .nav-ul::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    border-radius: 6px;
  }
  .nav-box .nav-bg .nav-ul .active .xiala-icon {
    transform: rotate(180deg);
  }
  .nav-box .nav-bg .nav-ul .active .sub-nav {
    display: block;
  }
  .nav-box .nav-bg .nav-ul .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s linear;
    position: relative;
  }
  .nav-box .nav-bg .nav-ul .nav-item a {
    width: 90%;
    display: inline-block;
  }
  .nav-box .nav-bg .nav-ul .nav-item .xiala-icon {
    display: block;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    text-align: center;
  }
  .nav-box .nav-bg .nav-ul .nav-item:first-child {
    background-color: #4bb6ef;
  }
  .nav-box .nav-bg .nav-ul .nav-item:hover {
    background-color: #4bb6ef;
  }
  .nav-box .nav-bg .nav-ul .nav-item:not(:first-child):hover::after {
    content: none;
    position: static;
  }
  .nav-box .nav-bg .nav-ul .nav-item .sub-nav {
    width: 190px;
    left: 50%;
    transform: translateX(-50%);
    position: inherit;
  }
  .nav-box .nav-bg .nav-ul .nav-item .sub-nav li {
    margin-top: 0;
    line-height: 40px;
    height: 40px;
  }
  .nav-box .nav-bg .nav-ul .nav-item .sub-nav li:not(:first-child) {
    padding: 0 20px;
  }
  .nav-box .nav-bg .nav-ul .nav-item .sub-nav li:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-box .nav-bg .nav-ul .nav-item .sub-nav li a {
    width: 100%;
    display: inline-block;
  }
  .nav-box .nav-bg .nav-ul a:hover {
    color: #fff;
  }
  .nav-box .nav-bg .js-icon {
    right: 1rem;
    line-height: 2;
    display: flex;
    align-items: center;
    line-height: 60px;
    top: 0;
    color: #fff;
    cursor: pointer;
  }
  .nav-box .nav-bg .js-icon .icon-show,
  .nav-box .nav-bg .js-icon .icon-hide {
    font-size: 0.7rem;
  }
  .nav-box .nav-bg .js-icon .icon-hide {
    display: none;
    position: absolute;
    right: 0px;
    top: 0;
  }
  .nav-box .nav-bg.active .nav-ul {
    transform: translateX(0);
  }
  .nav-box .nav-bg.active .icon-show {
    display: none;
  }
  .nav-box .nav-bg.active .icon-hide {
    display: block;
  }
  .content-box .video-box {
    height: auto;
  }
  .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
  }
  .content-box .item-info-box {
    margin-top: 0;
    width: 100%;
  }
  .content-box .item-info-box .item-box-title {
    font-size: 1rem;
  }
  .content-box .item-info-box .item-box-title span {
    left: 3%;
    font-size: 0.6rem;
  }
  .content-box .item-info-box .i-box .item-info-detail-btn {
    padding-top: 0.3rem;
  }
  .content-box .item-info-box .i-box .info {
    height: initial;
    top: 0.5rem;
    line-height: 1.6;
    padding-bottom: 0.8rem;
  }
  .content-box .slideTxtBox .bd li {
    height: inherit;
  }
  .content-box .slide-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .content-box .slide-item .date {
    text-align: right;
    flex: 1;
  }
  .content-box .slide-item::before {
    margin-top: 0 !important;
  }
  .content-box .left-box,
  .content-box .right-box {
    width: 100%;
  }
  .content-box .left-box {
    padding-right: 0;
  }
  .content-box .left-box .left-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .content-box .left-box .left-list .left-item {
    float: none;
  }
  .content-box .left-box .left-list .left-item .item-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-box .left-box .left-list .left-item .item-info .item-title {
    top: 0;
    margin-top: 0;
  }
  .content-box .right-box {
    padding-left: 0;
  }
  .link-box {
    height: auto!important;
  }
  footer .footer-box {
    text-align: center;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  header .header-box .right-login .right-search i {
    top: 0.5rem;
  }
  .item-info-box {
    margin-top: 1rem;
  }
  .item-info-box .i-box .info {
    font-size: 0.52rem;
  }
  .item-info-box .i-box .item-info-detail-btn {
    padding-top: 0;
  }
  .item-info-box .item-box-title {
    font-size: 0.45rem;
  }
  .content-box .left-box .left-list .left-item .item-info {
    padding: 0.6rem;
  }
  .content-box .left-box .left-list .left-item .item-info .item-img {
    height: 1.8rem;
  }
  .content-box .left-box .left-list .left-item .item-info .item-title h2 {
    font-size: 0.56rem;
  }
  footer .footer-box {
    display: flex;
    flex-flow: column-reverse;
  }
  footer .footer-box .left-info {
    width: 100%;
  }
  footer .footer-box .left-info .info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer-box .left-info .info-list a:first-child {
    width: 100%;
  }
  footer .footer-box .left-info .info-list a:not(:first-child) {
    width: 43%;
    margin-left: 0;
  }
  footer .footer-box .right-erweima {
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .header-box .left-logo {
    width: 100%;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  .header-box .left-logo img {
    width: 100%;
  }
  .header-box .right-login {
    width: 100%;
  }
  .header-box .right-login .right-search input {
    width: 100%;
    box-sizing: border-box;
  }
  footer .footer-box .left-info .info-list a:first-child {
    width: 100%;
  }
  footer .footer-box .left-info .info-list a:not(:first-child) {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
  }
  footer .contact-info {
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 440px) {
  header .header-box .right-login .right-search i {
    top: 0.7rem !important;
  }
  .item-info-box .i-box .item-info-detail-btn {
    margin-top: -5px;
  }
  .content-box .item-info-box .item-box-title span {
    left: 8%;
  }
}
/*# sourceMappingURL=index.css.map */<!--0.00020599365234375-->