@charset "UTF-8";

@media only screen and (min-width: 927px) and (max-width: 4096px) {

  html,
  body {
    scroll-behavior: smooth;
    min-width: 1280px;
    background-color: #F5F5F5;
  }

  .index-container .main-container1 .main-box1 .new-eng-image-style17 .mini-img-box:nth-of-type(n+7) {
    display: none;
  }

  .page-more-container {
    text-align: center;
    margin: 0;
  }

  .main .list-content .list-right {
    padding-bottom: 92px;
    position: relative;
  }

  .main .list-content .list-left {
    display: block !important;
  }
}

.index-container {
  /* 头部背景色 */
}

.index-container .page-header-style82 {
  height: 120px;
  background: rgba(0, 0, 0, 0.25);
  color: white;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 7px 7px 13px -6px rgba(0, 0, 0, 0.18);
  box-shadow: 7px 7px 13px -6px rgba(0, 0, 0, 0.18);
  /* 登录盒子样式 */
  /* 下拉菜单样式 */
  /* 下拉菜单文字样式 */
  /* 下拉菜单hover样式 */
  /* 登录样式 */
}

.index-container .page-header-style82 .menu-status {
  display: none;
}

.index-container .page-header-style82 .header-container {
  position: relative;
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}

.index-container .page-header-style82 .header-container .logo-box {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 11;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 400px;
  max-height: 85px;
  font-size: 0;
}

.index-container .page-header-style82 .header-container .logo-box>img {
  width: 100%;
  height: 100%;
}

.index-container .page-header-style82 .header-container .logo-box p {
  font-size: 14px;
}

.index-container .page-header-style82 .header-top {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  /* background: linear-gradient(0deg, rgba(21, 79, 178, 0.9), rgba(21, 79, 178, 0.9)); */
}

.index-container .page-header-style82 .header-top .school-ip {
  margin-right: 30px;
  font-size: 14px;
  color: #FFFFFF;
}

.index-container .page-header-style82 .header-top .line {
  margin-right: 30px;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
}

.index-container .page-header-style82 .header-top .top-tips {
  cursor: pointer;
  margin-right: 30px;
  font-size: 14px;
  color: #fff;
}

.index-container .page-header-style82 .after-login {
  height: 50px;
  line-height: 50px;
}

.index-container .page-header-style82 .login-box .before-login .login-t {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}

.index-container .page-header-style82 .english-box {
  cursor: pointer;
  margin-top: 66px;
  margin-left: 10px;
  float: right;
  width: 38px;
  height: 38px;
}

.index-container .page-header-style82 .english-box>img {
  width: 100%;
  height: 100%;
}

.index-container .page-header-style82 .header-nav-list {
  float: right;
  margin-top: 50px;
  height: 70px;
  font-size: 0;
}

.index-container .page-header-style82 .header-nav-list .item {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  padding: 0 30px;
  line-height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index-container .page-header-style82 .header-nav-list .item.current>a {
  border-bottom: 4px solid #006098;
  font-weight: 600;
}

.index-container .page-header-style82 .header-nav-list .item .mobile-arrow {
  display: none;
}

.index-container .page-header-style82 .header-nav-list .item:hover>a {
  font-weight: 600;
}

.index-container .page-header-style82 .header-nav-list .item>a {
  display: block;
  height: 70px;
  font-size: 18px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.index-container .page-header-style82 .header-nav-list .item:hover .item-list {
  display: block;
}

.index-container .page-header-style82 .header-nav-list .item .item-list {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  padding: 10px 0;
  border-top: 3px solid #E79908;
  background: rgba(235, 241, 250, 0.9);
}

.index-container .page-header-style82 .header-nav-list .item .item-list .top-angle {
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent #E79908;
}

.index-container .page-header-style82 .header-nav-list .item .item-list .second-item {
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.index-container .page-header-style82 .header-nav-list .item .item-list .second-item a {
  display: block;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.index-container .page-header-style82 .header-nav-list .item .item-list .second-item:hover a {
  background: #015BAC;
  color: #fff;
}

.index-container .page-header-style82 .header-nav-list .item.moblie-en,
.index-container .page-header-style82 .header-nav-list .moblie-school-ip,
.index-container .page-header-style82 .header-nav-list .bot-icons-list {
  display: none;
}

.index-container .page-header-style82 .before-login .login-t i {
  margin-left: 4px;
}

.index-container .page-header-style82 .login-downlist-info {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 46px;
  width: 138px;
  padding: 6px 0;
  -webkit-box-shadow: 0px 1px 16px rgba(15, 42, 95, 0.16);
  box-shadow: 0px 1px 16px rgba(15, 42, 95, 0.16);
  border-radius: 8px;
}

.index-container .page-header-style82 .login-downlist-info li {
  padding: 0;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}

.index-container .page-header-style82 .login-downlist-info li>a {
  padding: 0 24px;
  display: block;
  line-height: 48px;
}

.index-container .page-header-style82 .login-downlist-info li .icon:before {
  position: relative;
  top: 1px;
}

.index-container .banner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.index-container .banner-container .page-banner-style71 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.index-container .banner-container .page-banner-style71 .full-banner {
  width: 100%;
  height: 600px;
  position: relative;
}

.index-container .banner-container .page-banner-style71 .full-banner .device .arrow-left,
.index-container .banner-container .page-banner-style71 .full-banner .device .arrow-right {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.index-container .banner-container .page-banner-style71 .full-banner .device .arrow-left>img,
.index-container .banner-container .page-banner-style71 .full-banner .device .arrow-right>img {
  position: relative;
  top: 5px;
  width: 11px;
  height: 22px;
}

.index-container .banner-container .page-banner-style71 .full-banner .device .arrow-left>img {
  left: -2px;
}

.index-container .banner-container .page-banner-style71 .full-banner .device .arrow-left {
  left: calc((100% - 1200px) / 2);
}

.index-container .banner-container .page-banner-style71 .full-banner .device .arrow-right {
  right: calc((100% - 1200px) / 2);
}

.index-container .banner-container .page-banner-style71 .full-banner .device .arrow-right>img {
  right: -2px;
}

.index-container .banner-container .page-banner-style71 .full-banner .swiper-slide {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.index-container .banner-container .page-banner-style71 .full-banner .swiper-slide .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-container .banner-container .page-banner-style71 .full-banner .swiper-slide .img-box>img {
  width: 100%;
  height: 100%;
}

.index-container .banner-container .page-banner-style71 .pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 2;
}

.index-container .banner-container .page-banner-style71 .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index-container .banner-container .page-banner-style71 .pagination .swiper-active-switch {
  background: transparent;
  border: 1px solid #FFFFFF;
}

.index-container .banner-container .eng-search-style44 {
  position: absolute;
  z-index: 23;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
}

.index-container .banner-container .eng-search-style44 .search-content {
  height: 289px;
}

.index-container .banner-container .eng-search-style44 .search-content .padding-40 {
  padding: 30px 40px;
  color: #333333;
}

.index-container .banner-container .eng-search-style44 .search-content .search-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background: #006098;
  font-size: 16px;
}

.index-container .banner-container .eng-search-style44 .search-content .search-tabs span {
  display: inline-block;
  padding: 0 32px;
  height: 53px;
  line-height: 53px;
  cursor: pointer;
}

.index-container .banner-container .eng-search-style44 .search-content .search-tabs span.current {
  background: #fff;
  color: inherit;
  font-weight: 500;
  color: #393D43;
}

.index-container .banner-container .eng-search-style44 .search-content .ipt-box {
  font-size: 16px;
  height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

.index-container .banner-container .eng-search-style44 .search-content .ipt-box .bder-box {
  height: 100%;
  width: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-container .banner-container .eng-search-style44 .search-content .ipt-box .icon-search {
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 16px;
}

.index-container .banner-container .eng-search-style44 .search-content .ipt-box .ipt {
  text-indent: 19px;
  height: 100%;
  vertical-align: top;
  width: calc(100% - 145px);
  border: none;
  outline: none;
  font-size: 16px;
  border-left: 1px solid #EEEEEE;
}

.index-container .banner-container .eng-search-style44 .search-content .ipt-box .ipt .icon-search {
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 17px;
}

.index-container .banner-container .eng-search-style44 .search-content .ipt-box .btns {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 0;
}

.index-container .banner-container .eng-search-style44 .search-content .ipt-box .btns .btn-search {
  padding: 0 20px;
  max-width: 130px;
  min-width: 68px;
  height: 100%;
  border-radius: 4px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #C59A6D;
}

.index-container .banner-container .eng-search-style44 .search-content .radio-list {
  margin-top: 22px;
}

.index-container .banner-container .eng-search-style44 .search-content .radio-list .radio-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: inherit;
  font-size: 14px;
  margin-right: 24px;
  cursor: pointer;
}

.index-container .banner-container .eng-search-style44 .search-content .radio-list .radio-box .icon-radio {
  margin-right: 4px;
}

.index-container .banner-container .eng-search-style44 .search-content .href-list {
  margin-top: 12px;
}

.index-container .banner-container .eng-search-style44 .search-content .href-list a {
  position: relative;
  margin-right: 0;
  padding-right: 25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.index-container .banner-container .eng-search-style44 .search-content .hint {
  position: relative;
  padding-left: 85px;
  line-height: 21px;
  font-size: 15px;
  margin-top: 20px;
}

.index-container .banner-container .eng-search-style44 .search-content .lab {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}

.index-container .banner-container .eng-search-style44 .search-content .key-list {
  position: relative;
  padding-left: 85px;
  line-height: 21px;
  margin-top: 20px;
}

.index-container .banner-container .eng-search-style44 .search-content .key-list .lab {
  line-height: 21px;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}

.index-container .banner-container .eng-search-style44 .search-content .key-list * {
  vertical-align: middle;
}

.index-container .banner-container .eng-search-style44 .search-content .key-list a {
  font-size: 14px;
}

.index-container .banner-container .eng-search-style44 .search-content .key-list .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  opacity: 0.3;
  margin: 0 20px;
}

.index-container .banner-container .eng-search-style44 .ui-select-big .select2-container .select2-selection--single {
  height: 52px;
}

.index-container .banner-container .eng-search-style44 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
  padding-right: 30px;
}

.index-container .banner-container .eng-search-style44 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
}

.index-container .banner-container .eng-search-style44 .ui-select-big .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 45%;
}

.index-container .banner-container .eng-icons-style59 {
  position: absolute;
  z-index: 23;
  width: 1200px;
  left: 50%;
  bottom: -121px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-container .banner-container .eng-icons-style59 .box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(15, 42, 95, 0.12);
  box-shadow: 0px 4px 16px rgba(15, 42, 95, 0.12);
  border-radius: 8px;
  overflow: hidden;
  height: 242px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333333;
}

.index-container .banner-container .eng-icons-style59 .cover-box {
  width: 200px;
  height: 242px;
  overflow: hidden;
}

.index-container .banner-container .eng-icons-style59 .cover-box img {
  width: 100%;
  height: 100%;
}

.index-container .banner-container .eng-icons-style59 .icons-list {
  width: calc(100% - 200px);
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-container .banner-container .eng-icons-style59 .icons-list a {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 23px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.index-container .banner-container .eng-icons-style59 .icons-list a:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 12px 1px #ddd;
  box-shadow: 0 0 12px 1px #ddd;
  color: #333333;
}

.index-container .banner-container .eng-icons-style59 .icons-list a .icon-box {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto 12px;
}

.index-container .banner-container .eng-icons-style59 .icons-list a .icon-box img {
  width: 100%;
  height: 100%;
}

.index-container .banner-container .eng-icons-style59 .icons-list a .item-name {
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-container .banner-container .eng-icons-style59 .icons-list a .item-name:hover {
  color: #333333;
}

.index-container .banner-container .eng-icons-style59 .pc-show {
  display: block;
}

.index-container .banner-container .eng-icons-style59 .app-show {
  display: none;
}

.index-container .outer-title {
  width: 1176px;
  margin: 0 auto 30px;
}

.index-container .main-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 700px;
  padding-bottom: 30px;
}

.index-container .main-container .main-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index-container .main-container .main-box .eng-textlist-style1 {
  height: 448px;
  overflow: hidden;
  width: calc((100% - 32px)/2);
  margin-right: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0;
  background: #ffffff;
  color: #333333;
}

.index-container .main-container .main-box .eng-textlist-style1 .text-list-wrap {
  padding: 0 15px;
}

.index-container .main-container .main-box .eng-textlist-style1 .text-list-wrap li {
  text-align: left;
  padding: 8px 0 24px 82px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  min-height: 60px;
}

.index-container .main-container .main-box .eng-textlist-style1 .text-list-wrap li:nth-child(n+6) {
  display: none;
}

.index-container .main-container .main-box .eng-textlist-style1 .text-list-wrap li .li-left {
  text-align: center;
  position: absolute;
  left: 0;
  width: 64px;
}

.index-container .main-container .main-box .eng-textlist-style1 .text-list-wrap li .li-left .bg {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
}

.index-container .main-container .main-box .eng-textlist-style1 .text-list-wrap li .li-left .time {
  background: #f6f6f6;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #666666;
}

.index-container .main-container .main-box .eng-textlist-style1 .text-list-wrap li .li-right {
  font-size: 16px;
  color: inherit;
}

.index-container .main-container .main-box .eng-textlist-style1 .text-list-wrap li .li-right:hover {
  color: #333333;
}

.index-container .main-container .main-box .page-banner-style19 {
  width: calc((100% - 32px)/2);
  position: relative;
}

.index-container .main-container .main-box .page-banner-style19 .full-banner {
  width: 100%;
  height: 448px;
  position: relative;
}

.index-container .main-container .main-box .page-banner-style19 .full-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-container .main-container .main-box .page-banner-style19 .full-banner .swiper-slide .img-box,
.index-container .main-container .main-box .page-banner-style19 .full-banner .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
}

.index-container .main-container .main-box .page-banner-style19 .pagination {
  position: absolute;
  bottom: 18px;
  right: 0;
  z-index: 2;
}

.index-container .main-container .main-box .page-banner-style19 .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  cursor: pointer;
}

.index-container .main-container .main-box .page-banner-style19 .pagination .swiper-active-switch {
  background: white;
}

.index-container .main-container .main-box .page-banner-style19 .swiper-slide .btm-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: inherit;
  padding: 0 0 0 26px;
  text-align: left;
  height: 50px;
  line-height: 50px;
}

.index-container .main-container .main-box .page-banner-style19 .swiper-slide .btm-info .title {
  font-size: 15px;
  font-weight: 500;
  width: 80%;
  color: #FFFFFF;
}

.index-container .main-container1 {
  background: url("../images/2de53eef13e4d28f545f266f97afecf9.png") no-repeat;
  background-size: 100%;
  padding-top: 60px;
}

.index-container .main-container1 .main-box1 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 {
  padding-top: 16px;
  /*圆角*/
  /* 更多样式 */
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .muchimgs-wrap {
  padding: 0 24px;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .list {
  font-size: 0;
  line-height: 20px;
  overflow: hidden;
  display: none;
  color: inherit;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .list .app-scroll {
  display: table;
  width: 100%;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .list .name {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .list .name:hover {
  font-weight: bold;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .list .hint {
  color: #999999;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .mini-img-box {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: calc((100% - 22px*5)/6);
  margin: 0 22px 40px 0;
  cursor: pointer;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .mini-img-box:nth-of-type(6n) {
  margin-right: 0;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .mini-img-box .img-box {
  width: 100%;
  height: 112px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .eng-tabs-info .img-box .jqthumb:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 800ms ease-in-out;
  transition: -webkit-transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out, -webkit-transform 800ms ease-in-out;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .mini-img-box .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 800ms ease-in-out;
  transition: -webkit-transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out, -webkit-transform 800ms ease-in-out;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .eng-tabs {
  border-bottom: none;
  text-align: center;
  height: auto;
  font-size: 0;
  margin-bottom: 24px;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .eng-tabs span {
  display: inline-block;
  padding: 0 16px;
  margin-right: 0;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  cursor: pointer;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .eng-tabs span:first-child {
  border-radius: 4px 0 0 4px;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .eng-tabs span:last-child {
  border-radius: 0 4px 4px 0;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .eng-tabs span.current {
  border-bottom: none;
  background: #ffffff;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17.isImgRadius .img-box {
  border-radius: 4px;
  -webkit-transform: rotate(0deg);
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .muchimgs-wrap .more {
  font-size: 14px;
  color: #999999;
  display: inline-block;
}

.index-container .main-container1 .main-box1 .new-eng-image-style17 .muchimgs-wrap .more .icon-up {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 10px;
  position: relative;
  top: -1px;
}

.index-container .footer-container .page-footer-style37 {
  background: #006098;
  min-width: 1200px;
}

.index-container .footer-container .page-footer-style37 .ft-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 18px;
  font-size: 14px;
  text-align: left;
  position: relative;
}

.index-container .footer-container .page-footer-style37 .li-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.index-container .footer-container .page-footer-style37 .li-info {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-container .footer-container .page-footer-style37 .li-info span {
  margin-right: 16px;
}

.index-container .footer-container .page-footer-style37 .link-list a {
  display: inline-block;
  position: relative;
}

.index-container .footer-container .page-footer-style37 .link-list a:hover {
  color: #FFF;
}

.index-container .footer-container .page-footer-style37 .link-list a:last-child:after {
  background: none;
}

.index-container .footer-container .page-footer-style37 .link-list a:after {
  content: '';
  display: inline-block;
  height: 10px;
  border-right: 1px solid;
  margin: 0 8px;
}

.index-container .footer-container .page-footer-style37 .left {
  width: 900px;
  min-height: 85px;
  margin-right: 64px;
}

.index-container .footer-container .page-footer-style37 .right {
  width: 230px;
  position: absolute;
  bottom: 8px;
  right: 0;
}

.index-container .footer-container .page-footer-style37 .ft-icp {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 30px;
  font-size: 12px;
  margin-top: 13px;
}

.index-container .footer-container .page-footer-style37 .ft-icp>span,
.index-container .footer-container .page-footer-style37 .ft-icp>a {
  margin-right: 30px;
  vertical-align: middle;
}

.index-container .footer-container .page-footer-style37 .ft-share-list {
  overflow: hidden;
}

.index-container .footer-container .page-footer-style37 .ft-share-list li {
  width: 60px;
  float: left;
  text-align: center;
  margin-right: 24px;
}

.index-container .footer-container .page-footer-style37 .ft-share-list li:nth-of-type(3n) {
  margin-right: 0;
}

.index-container .footer-container .page-footer-style37 .ft-share-list .img-box {
  width: 60px;
  height: 60px;
  position: relative;
}

.index-container .footer-container .page-footer-style37 .ft-share-list .img-box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-container .footer-container .page-footer-style37 .ft-share-list .img-name {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-container .footer-container .page-footer-style37 .ft-icp img.icon {
  margin-right: 6px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.index-container .footer-container .page-footer-style37 .ft-share-list li:nth-of-type(n+4) {
  display: none;
}

.list-container .header-nav-list {
  position: static;
}

.main {
  margin-bottom: 50px;
}

.main .crumb {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1200px;
  height: 64px;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  margin: 0 auto;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-color-dark);
}

.main .crumb a {
  color: var(--text-color-dark);
  text-decoration: none;
}

.main .crumb a:hover {
  color: #006098;
}

.main .crumb a.current {
  color: #006098;
}

.main .list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 24px auto;
}

.main .list-content .top-box {
  border-bottom: 2px solid #006098;
  padding: 16px 24px;
}

.main .list-content .breadcrumb-box {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 32px;
}

.main .list-content .breadcrumb-box .icon-up {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 4px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main .list-content .list-right {
  display: inline-block;
  width: 928px;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main .list-content .list-right>ul {
  padding: 0 40px;
}

.main .list-content .list-right .list-item {
  display: block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}

.main .list-content .list-right .list-item .order {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
}

.main .list-content .list-right .list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.main .list-content .list-right .list-item h1 {
  display: inline-block;
  width: calc(100% - 170px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.main .list-content .list-right .list-item:hover h1 {
  color: #006098;
}

.main .list-content .list-right .list-item span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  margin-left: auto;
}

.more-type-style1 {
  background: #ffffff;
}

/*标题*/
.more-type-style1 .type-title {
  padding: 16px 15px 16px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.more-type-style1 .type-title>.title-icon {
  display: inline-block;
  width: 6px;
  height: 16px;
  margin-right: 8px;
  background: #1257ac;
}

.more-type-style1 .type-title .txt {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
  font-size: 18px;
}

.details-container {
  width: 1200px;
  margin: 20px auto;
  
  border-radius: 8px;
  padding: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.details-container.width2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: none;
  padding: 0;
}

.details-container.width2 .details-left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 248px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  overflow: hidden;
}

.details-container.width2 .details-left .title {
  isplay: block;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  background-color: #006098;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
}

.details-container.width2 .details-right {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 0 20px;
  display: inline-block;
  width: 928px;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.details-container .top-box {
  border-bottom: 2px solid #006098;
  padding: 16px 24px;
}

.details-container .breadcrumb-box {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 32px;
}

.details-container .breadcrumb-box .icon-up {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 4px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.details-container .details-content {
  padding: 24px 24px 0 24px;
  height: auto !important;
  height: calc(100vh - 629px);
  min-height: calc(100vh - 629px);
}

.main .details-content h1 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}

.main .details-content .sub {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 24px;
}

.main .details-content .sub span {
  display: inline-block;
  margin: 0 8px;
  color: #999999;
}

.main .details-content .content {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 32px;
}

.main .details-content .content p {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
}

.main .details-content .content img {
  max-width: 100%;
  margin-bottom: 10px;
}

.details-container .pre-next {
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
  margin: 0 24px;
}

.details-container .next {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

/* 分页组件样式 */
.page-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin-top: 40px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-box .page-box-text {
  display: inline-block;
  font-size: 16px;
  color: var(--text-color-dark);
  margin-right: 20px;
}

.page-box .page-box-text span {
  font-weight: 600;
  color: #006098;
  margin: 0 4px;
}

.page-box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  margin: 0 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-box a:hover {
  color: #006098;
  border-color: #006098;
}

.page-box a.active {
  color: #fff;
  background-color: #006098;
  border-color: #006098;
  font-weight: 600;
}

.page-box .page-box-go {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: var(--text-color-dark);
  margin-left: 20px;
}

.page-box .page-box-go-input {
  width: 50px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 0 8px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.page-box .page-box-go-input:focus {
  border-color: #006098;
  -webkit-box-shadow: 0 0 0 2px rgba(186, 42, 23, 0.1);
  box-shadow: 0 0 0 2px rgba(186, 42, 23, 0.1);
}

.page-box .page-box-go-input::-webkit-input-placeholder {
  color: var(--text-color-light);
}

.page-box .page-box-go-input::-moz-placeholder {
  color: var(--text-color-light);
}

.page-box .page-box-go-input:-ms-input-placeholder {
  color: var(--text-color-light);
}

.page-box .page-box-go-input::-ms-input-placeholder {
  color: var(--text-color-light);
}

.page-box .page-box-go-input::placeholder {
  color: var(--text-color-light);
}

.app-type-in .icon-card-view {
  display: none;
}

.app-type-in .more-list-modal {
  display: none;
}

.app-type-in.icon-menu2 {
  display: none;
}

.txt-hover-theme:hover {
  color: #006098 !important;
}

.list-left {
  width: 248px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  overflow: hidden;
}

.list-left .title {
  isplay: block;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  background-color: #006098;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
}

.tree-menu ul {
  list-style: none;
}

.tree-menu li {
  position: relative;
}

.tree-menu .tree-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  cursor: pointer;
  color: #333333;
}

.tree-menu .tree-item:hover {
  color: #006098;
}

.tree-menu .tree-item.active {
  color: #006098;
  background-color: rgba(0, 96, 152, 0.1);
}

.tree-menu .icon-triangle-right-one {
  color: #CCC !important;
}

.tree-menu .children ul li {
  padding-left: 10px;
}

.tree-menu .toggle {
  width: 20px;
  text-align: center;
}

.tree-menu .toggle.rotated {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tree-menu .icon {
  text-align: center;
}

.tree-menu .children {
  overflow: hidden;
  /* -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out; */
  max-height: 0;
}

.tree-menu .children.expanded {
  max-height: 1000px;
}

.page-footer-style10 .w-content {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-footer-style10 .item-list {
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
  padding: 16px 0 12px;
}

.page-footer-style10 .item {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  font-size: 14px;
}

.page-footer-style10 .item .item-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 16px;
}

.page-footer-style10 .item .hint {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.page-footer-style10 .item .hint:last-child {
  margin-bottom: 0;
}

.page-footer-style10 .item .code-box {
  font-size: 0;
}

.page-footer-style10 .item .code-box .item-code {
  display: inline-block;
  vertical-align: top;
  width: 72px;
  margin-right: 16px;
  margin-bottom: 8px;
  position: relative;
}

.page-footer-style10 .item .code-box .img-big {
  position: absolute;
  top: -180px;
  left: 50%;
  margin-left: -80px;
}

.page-footer-style10 .item .code-box .img-big .img-big-src {
  width: 160px;
  height: 160px;
}

.page-footer-style10 .item .item-code .img-box {
  width: 72px;
  height: 72px;
}

.page-footer-style10 .item .item-code .img-box img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-footer-style10 .item .item-code .txt {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-footer-style10 .item .href-list>a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-right: 24px;
  margin-bottom: 8px;

}

.page-footer-style10 .item .href-list>a:hover {
  font-weight: bold;
}

.page-footer-style10 .btm-info {
  border-top: 1px solid rgba(255, 255, 255, .05);
  padding: 16px 0;
  font-size: 12px;
}

.page-footer-style10 .btm-info>span,
.page-footer-style10 .btm-info>a {
  margin-right: 24px;
}

.page-footer-style10 .btm-info img.icon {
  margin-right: 6px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
  body {
    background-color: #F5F5F5;
  }

  .index-container {
    /* .login-box .before-login .login-t {
        display: none;
    } */
  }

  .index-container .full-banner {
    height: 9.375rem;
    overflow: hidden;
  }

  .index-container .pagination {
    bottom: 10px;
  }

  .index-container .page-header-style82 {
    height: 54px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .index-container .page-header-style82 .header-container {
    width: 100%;
    height: 54px;
  }

  .index-container .page-header-style82 .header-container .logo-box {
    left: 12px;
  }

  .index-container .page-header-style82 .header-container .logo-box>img {
    width: 190px;
    height: 33px;
  }

  .index-container .page-header-style82 .header-container .logo-box p {
    font-size: 14px !important;
  }

  .index-container .page-header-style82 .header-top .school-ip,
  .index-container .page-header-style82 .header-top .line,
  .index-container .page-header-style82 .header-top .top-tips,
  .index-container .page-header-style82 .english-box {
    display: none;
  }

  .index-container .page-header-style82 .header-top {
    /* position: unset; */
    padding: 17px 14px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 7px 7px 13px -6px rgba(0, 0, 0, 0.18);
    box-shadow: 7px 7px 13px -6px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 10;
  }

  .index-container .page-header-style82 .menu-status {
    display: block;
    font-size: 17px;
    color: #333;
    position: absolute;
    right: 14px;
    top: 17px;
  }

  .index-container .page-header-style82 .after-login .user-name,
  .index-container .page-header-style82 .after-login .icon-arrow {
    display: none !important;
  }

  .index-container .page-header-style82 .header-nav-list .item {
    margin: 0 !important;
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    height: 50px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none !important;
  }

  .index-container .page-header-style82 .header-nav-list .item>a {
    position: unset;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-transform: translateX(0%, 0%);
    -ms-transform: translateX(0%, 0%);
    transform: translate(0%, 0%);
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }

  .index-container .page-header-style82 .login-box {
    margin-top: -3px;
  }

  .index-container .page-header-style82 .after-login {
    /* margin-top: -6px; */
    margin-right: 8px;
    height: auto;
    line-height: normal;
  }

  .index-container .page-header .after-login .user-cover {
    width: 24px;
    height: 24px;
  }

  .index-container .page-header .before-login {
    margin-top: 3px;
    margin-right: 16px;
    line-height: normal;
  }

  .index-container .page-header .before-login i {
    font-size: 17px;
    color: #333;
  }

  .index-container .page-header-style82 .header-nav-list {
    position: fixed;
    margin-top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 54px;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    display: none;
  }

  .index-container .page-header-style82 .header-nav-list .header-nav-content {
    float: right;
    width: 300px;
    background: #fff;
    max-height: 500px;
    overflow: auto;
  }

  .index-container .page-header-style82 .header-nav-list .item {
    width: 100%;
    padding: 0;
    height: auto;
  }

  .index-container .page-header-style82 .header-nav-list .item:hover {
    background: #FAFAFA !important;
  }

  .index-container .page-header-style82 .header-nav-list .item:hover>a {
    font-weight: 600;
    color: #333;
  }

  .index-container .page-header-style82 .header-nav-list .item.current a {
    border: none;
  }

  .index-container .page-header-style82 .header-nav-list .item>a {
    padding: 0 20px;
    text-align: left;
    height: 55px;
    line-height: 55px;
  }

  .index-container .page-header-style82 .header-nav-list .item .mobile-arrow {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    color: #333;
  }

  .index-container .page-header-style82 .header-nav-list .arrow-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .index-container .page-header-style82 .header-nav-list .item .item-list .top-angle {
    display: none;
  }

  .index-container .page-header-style82 .header-nav-list .item .item-list {
    display: none;
    position: unset;
    border-top: none;
    background: #fff;
    padding: 10px 0;
  }

  .index-container .page-header-style82 .header-nav-list .item .item-list .second-item {
    text-align: left;
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
  }

  .index-container .page-header-style82 .header-nav-list .item .item-list .second-item .page-header-style82 .header-nav-list .item:hover .item-list {
    display: none;
  }

  .index-container .page-header-style82 .header-nav-list .item.moblie-en,
  .index-container .page-header-style82 .header-nav-list .moblie-school-ip,
  .index-container .page-header-style82 .header-nav-list .bot-icons-list {
    display: block;
  }

  .index-container .page-header-style82 .header-nav-list .moblie-school-ip {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #999999;
  }

  .index-container .page-header-style82 .header-nav-list .bot-icons-list {
    margin-top: 5px;
    height: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#015BAC), to(#015BAC));
    background: -webkit-linear-gradient(bottom, #015BAC, #015BAC);
    background: linear-gradient(0deg, #015BAC, #015BAC);
    font-size: 0;
  }

  .index-container .page-header-style82 .header-nav-list .bot-icons-list .bot-icon {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: calc(100%/3);
    height: 60px;
  }

  .index-container .page-header-style82 .header-nav-list .bot-icons-list .bot-icon>a {
    margin-top: 16px;
    display: inline-block;
    width: 25px;
    height: 25px;
  }

  .index-container .page-header-style82 .header-nav-list .bot-icons-list .bot-icon>a>img {
    width: 100%;
    height: 100%;
  }

  .index-container .page-header-style82 .login-downlist-info {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 40px;
    width: 117px;
    border-radius: 4px;
  }

  .index-container .page-header-style82 .login-downlist-info li {
    padding: 0;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
  }

  .index-container .page-header-style82 .login-downlist-info li>a {
    padding: 0 16px;
    display: block;
    line-height: 32px;
    font-size: 14px;
  }

  .index-container .menu-status {
    display: block;
    font-size: 17px;
    color: #333;
  }

  .index-container .after-login .user-name,
  .index-container .after-login .icon-arrow {
    display: none !important;
  }

  .index-container .login-box {
    margin-top: -3px;
  }

  .index-container .after-login {
    /* margin-top: -6px; */
    margin-right: 8px;
    height: auto;
    line-height: normal;
  }

  .index-container .page-header .after-login .user-cover {
    width: 24px;
    height: 24px;
  }

  .index-container .page-header .before-login {
    margin-top: 3px;
    margin-right: 16px;
    line-height: normal;
  }

  .index-container .page-header .before-login i {
    font-size: 17px;
    color: #333;
  }

  .index-container .login-downlist-info {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 40px;
    width: 117px;
    border-radius: 4px;
  }

  .index-container .login-downlist-info li {
    padding: 0;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
  }

  .index-container .login-downlist-info li>a {
    padding: 0 16px;
    display: block;
    line-height: 32px;
    font-size: 14px;
  }

  .index-container .banner-container {
    position: static;
  }

  .index-container .banner-container .page-banner-style71 .full-banner {
    height: 9.375rem;
    overflow: hidden;
  }

  .index-container .banner-container .page-banner-style71 .pagination {
    bottom: 10px;
  }

  .index-container .banner-container .eng-search-style44 {
    position: static;
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-radius: 0;
  }

  .index-container .banner-container .eng-search-style44 .search-content {
    height: auto;
  }

  .index-container .banner-container .eng-search-style44 .search-content .padding-40 {
    padding: 16px;
  }

  .index-container .banner-container .eng-search-style44 .search-content .radio-list .radio-box {
    font-size: 14px;
    margin-right: 12px;
  }

  .index-container .banner-container .eng-search-style44 .search-content .href-list a {
    font-size: 14px;
    padding-right: 12px;
  }

  .index-container .banner-container .eng-search-style44 .search-content .right {
    width: 100%;
    margin-left: 0;
  }

  .index-container .banner-container .eng-search-style44 .search-content .ipt-box .ipt {
    width: calc(100% - 60px);
    border-left: none;
  }

  .index-container .banner-container .eng-search-style44 .search-content .search-tabs {
    display: none;
  }

  .index-container .banner-container .eng-search-style44 .search-content .ipt-box {
    padding-right: 64px !important;
  }

  .index-container .banner-container .eng-search-style44 .search-content .ipt-box .btns .btn-search {
    margin-right: 0;
    width: 66px;
    height: 100%;
    padding: 0;
    font-size: 14px;
  }

  .index-container .banner-container .eng-search-style44 .search-content .ipt-box .btn-search:nth-of-type(n+2) {
    display: none;
  }

  .index-container .banner-container .eng-search-style44 .search-content .ipt-box .icon-search {
    display: none;
  }

  .index-container .banner-container .eng-search-style44 .search-content .key-list .line {
    margin: 0 16px;
  }

  .index-container .banner-container .eng-icons-style59 {
    position: static;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 16px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .index-container .banner-container .eng-icons-style59 .pc-show {
    display: none;
  }

  .index-container .banner-container .eng-icons-style59 .app-show {
    display: block;
    width: 100%;
  }

  .index-container .banner-container .eng-icons-style59 .box {
    height: auto !important;
    -webkit-box-shadow: 0px 4px 16px rgba(15, 42, 95, 0.12);
    box-shadow: 0px 4px 16px rgba(15, 42, 95, 0.12);
  }

  .index-container .banner-container .eng-icons-style59 .cover-box {
    width: 100%;
    height: 50px;
  }

  .index-container .banner-container .eng-icons-style59 .icons-list {
    width: 100%;
  }

  .index-container .banner-container .eng-icons-style59 .icons-list a {
    width: calc(100% / 4) !important;
    border-right: 1px solid #F2F2F2 !important;
  }

  .index-container .banner-container .eng-icons-style59 .icons-list a:nth-of-type(4n) {
    border-right: none !important;
  }

  .index-container .banner-container .eng-icons-style59 .icons-list a .icon-box {
    width: 30px;
    height: 30px;
  }

  .index-container .banner-container .eng-icons-style59 .icons-list a .item-name {
    font-size: 14px;
  }

  .index-container .main-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .index-container .main-container .main-box {
    display: block;
  }

  .index-container .main-container .main-box .eng-textlist-style1 {
    width: 100%;
    margin-right: 0;
  }

  .index-container .main-container .main-box .page-banner-style19 {
    width: 100%;
  }

  .index-container .main-container .main-box .page-banner-style19 .full-banner {
    height: 400px;
  }

  .index-container .outer-title {
    display: none;
    width: 100%;
    margin-top: 30px;
  }

  .index-container .outer-title img {
    width: 100%;
  }

  .index-container .main-container1 {
    background: none;
    padding-top: 0;
  }

  .index-container .main-container1 .main-box1 {
    width: 100%;
    padding-bottom: 10px;
  }

  .index-container .main-container1 .main-box1 .new-eng-image-style17 .eng-tabs {
    text-align: left;
    border-bottom: 1px solid #EEE;
  }

  .index-container .main-container1 .main-box1 .new-eng-image-style17 .eng-tabs span {
    color: #333333;
  }

  .index-container .main-container1 .main-box1 .new-eng-image-style17 .eng-tabs span.current {
    color: #006098 !important;
  }

  .index-container .main-container1 .main-box1 .new-eng-image-style17 .list {
    padding: 0 2%;
    overflow-x: auto;
  }

  .index-container .main-container1 .main-box1 .new-eng-image-style17 .list .app-scroll {
    overflow-x: auto;
    width: 200%;
  }

  .index-container .main-container1 .main-box1 .new-eng-image-style17 .list .name {
    color: #333333;
  }

  .index-container .main-container1 .main-box1 .new-eng-image-style17 .mini-img-box {
    width: 12.5% !important;
    height: auto;
    margin: 0 2% 20px 2% !important;
  }

  .index-container .main-container1 .main-box1 .new-eng-image-style17 .muchimgs-wrap {
    padding: 0 16px;
  }

  .index-container .footer-container .page-footer-style37 {
    min-width: auto;
  }

  .index-container .footer-container .page-footer-style37 .ft-container {
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .index-container .footer-container .page-footer-style37 .left {
    width: 100%;
  }

  .index-container .footer-container .page-footer-style37 .right {
    width: 100%;
    position: static;
    margin-top: 16px;
  }

  .index-container .footer-container .page-footer-style37 .ft-icp>a,
  .index-container .footer-container .page-footer-style37 .ft-icp>span {
    display: block;
  }

  .main {
    position: relative;
    margin-bottom: 0;
  }

  .main .crumb {
    width: calc(100% - 32px);
    margin: 0 16px;
  }

  .main .list-content {
    width: 100%;
    margin: 0;
  }

  .main .list-content .list-left {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: left linear .3s;
    transition: left linear .3s;
    z-index: 999;
    margin-left: 0;
    background: white;
    -webkit-box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
    width: 248px;
    height: 100%;
    border-radius: 4px;
  }

  .main .list-content .list-right {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main .list-content .list-right .list-item {
    height: auto;
    padding: 12px 0;
    line-height: 1.4;
  }

  .main .list-content .list-right>ul {
    padding: 0 1rem;
  }

  .main .list-content .list-right .list-item a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main .list-content .list-right .list-item h1 {
    width: calc(100% - 14px);
  }

  .main .list-content .list-right .list-item span {
    width: 100%;
    text-align: right;
    margin-top: .5rem;
  }

  .page-box a {
    display: none;
  }

  .page-box .page-box-go {
    display: none;
  }

  .list-content .icon-del {
    position: fixed;
    left: 222px;
    z-index: 1000;
    top: 24px;
  }

  .main .list-content .top-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-menu2.app-type-in {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    color: #006098;
  }

  .details-container {
    margin: 0;
    width: 100%;
  }

  .details-container .details-left {
    display: none;
  }

  .details-container .details-right {
    width: 100%;
  }

  .page-footer-style10 .w-content {
    width: 100%;
    padding: 16px;
  }

  .page-footer-style10 .item-list {
    padding: 0;

  }

  .page-footer-style10 .item {
    width: 100%;
    margin-bottom: 16px;
  }

  .page-footer-style10 .btm-info>span,
  .page-footer-style10 .btm-info>a {
    display: inline-block;
  }
}
/*2026.3.8  00增加*/
.xiaoqu1{
	float:left;
	width:33.3%;
}
.xiaoqu2{
	float:left;
	width:33.3%;
}
@media screen and (max-width:926px){
	.xiaoqu1{
		width:100%;
	}
	.xiaoqu2{
		width:100%;
	}
}
/*pc左侧导航*/
.side-nav{ background-color:#ffffff;  box-shadow:0 0 10px rgba(0,0,0,0.1);}
.side-nav .nav-name{ background-color:#006098; height:60px; line-height:60px; color:#ffffff; font-size:18px; font-weight:bold; text-align:center;}
.side-nav .nav-box{ }
.side-nav .p-yiji{}
.side-nav .p-yiji a{ position:relative; display:block; font-size:16px; padding:12px 35px; }
.side-nav .p-yiji a.xuanzhong1 { color: #006098; background-color: rgba(0, 96, 152, 0.1);}
.side-nav .p-yijibox{display:none;  padding-left:10px; padding-right:10px;}
.side-nav .p-yijibox a{ position:relative; display:block; font-size:16px; padding:12px 35px;}
.side-nav .p-yijibox a.xuanzhong{ color: #006098; font-weight:700;}