@charset "UTF-8";
html {
  width: 100% !important;
  height: 100%;
  position: relative;
}

#mainbody {
  font-family: "plus-jakarta-sans-Light";
}
#mainbody .containerindex {
  padding: 2rem 16%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #mainbody .containerindex {
    padding: 2rem 2%;
  }
}
@media (max-width: 767.98px) {
  #mainbody .containerindex {
    padding: 0;
  }
}

#app {
  width: 100%;
  height: 100%;
  font-family: "plus-jakarta-sans-Light";
}
#app .toptabs {
  width: 100%;
  background: #e8ebf4;
  height: 3.425rem;
}
#app .newcontainer {
  padding: 0 20%;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #app .newcontainer {
    padding: 0 8%;
    width: 100%;
  }
}
#app .newnav {
  width: 100%;
  justify-content: space-between;
  padding: 0;
  height: 3.125rem;
  font-size: 1rem;
  color: #31385b;
  font-weight: 600;
}
#app .newnav .nav-link {
  padding: 0;
  color: #31385b;
  line-height: 3.12rem;
  font-family: "plus-jakarta-sans-Light";
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #app .newnav .nav-link {
    font-size: 1rem;
  }
}
#app .newnav .activess {
  border-bottom: 4px solid #31385b;
}
#app .newnav .dropdown-item {
  font-family: "plus-jakarta-sans-Light";
  font-size: 1.25rem;
  font-size: 1rem;
  font-style: italic;
}
#app .top {
  width: 100%;
  height: 3.125rem;
  background: #23294d;
  z-index: 9999;
  padding: 0 8.3vw;
}
@media (max-width: 767.98px) {
  #app .top {
    height: 90px;
    padding: 0 0.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #app .top {
    height: 90px;
    padding: 0 0.9375rem;
  }
}
#app .top .top_tab {
  width: 14.5rem;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767.98px) {
  #app .top .top_tab {
    width: 100%;
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #app .top .top_tab {
    width: 100%;
    display: none !important;
  }
}
#app .top .top_tab > div {
  cursor: pointer;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
#app .top .top_tab > div:hover {
  background: #ffffff;
  color: #25418b;
}
#app .top .top_tab .active {
  background: #ffffff;
  color: #25418b;
}
#app .top .el-drawer__body {
  background: #23294d;
}
#app .top .el-drawer__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#app .top .el-drawer__body ul > li {
  margin: 10px;
}
#app .top .el-drawer__body ul > li .move_popup {
  width: 100%;
  height: 100%;
}
#app .top .el-drawer__body ul > li .move_popup .popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #000;
  z-index: 999;
  opacity: 0.5;
}
#app .top .el-drawer__body ul > li .move_popup .popup-content {
  position: absolute;
  top: 0;
  left: 0;
  background: #20313b;
  padding: 2rem;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 1000;
}
#app .top .el-drawer__body ul > li .move_popup .popup-content .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .top .el-drawer__body ul > li .move_popup .popup-content .head .title {
  text-align: center;
}
#app .top .el-drawer__body ul > li .move_popup .popup-content .con {
  width: 100%;
  height: 100%;
  margin: 1.25rem auto;
}
#app .top .el-drawer__body ul > li .move_popup .popup-content .con ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #app .top .el-drawer__body ul > li .move_popup .popup-content .con ul {
    flex-direction: column;
    align-items: center;
  }
}
#app .top .el-drawer__body ul > li .move_popup .popup-content .con ul li {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.25rem;
  margin: 0.625rem 0;
  cursor: pointer;
}
#app .top .el-drawer__body ul > li .move_popup .popup-content .con ul li img {
  width: 12.5rem;
  margin: 0.9375rem;
}
#app .top .el-drawer__body ul > li .move_popup .popup-content .con ul li:hover {
  background: #0078d4;
}
#app .top .el-drawer {
  background: #23294d;
  z-index: 9888;
  position: relative;
}
#app .top .el-drawer__header {
  background: #23294d;
  font-weight: 800;
  font-size: 2rem;
  color: #fff;
}
#app .top .move_top {
  width: 100%;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  cursor: pointer;
  color: #fff;
  padding: 10px 0.625rem;
  display: none !important;
}
@media (max-width: 767.98px) {
  #app .top .move_top {
    display: block !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #app .top .move_top {
    display: block !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}
#app .top .move_top .left img {
  height: 70px;
}
#app .top .move_top .right {
  font-size: 2rem;
}
#app .popup {
  width: 100%;
  height: 100%;
}
#app .popup .popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #000;
  z-index: 999;
  opacity: 0.5;
}
#app .popup .popup-content {
  position: absolute;
  top: 3.125rem;
  left: 0;
  background: #20313b;
  padding: 2rem;
  height: 31.25rem;
  width: 100%;
  color: #fff;
  z-index: 99999;
}
#app .popup .popup-content .title {
  text-align: center;
}
#app .popup .popup-content .con {
  width: 80rem;
  height: 100%;
  margin: 1.25rem auto;
}
#app .popup .popup-content .con ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app .popup .popup-content .con ul li {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.25rem;
  margin: 0.625rem 0;
  cursor: pointer;
}
#app .popup .popup-content .con ul li img {
  width: 12.5rem;
  margin: 0.9375rem;
}
#app .popup .popup-content .con ul li:hover {
  background: #0078d4;
}
#app .home_popup,
#app .topic_popup,
#app .news_popup,
#app .conference_popup,
#app .resource_popup,
#app .about_popup {
  width: 100%;
  height: 100%;
}
#app .home_popup .popup-overlay,
#app .topic_popup .popup-overlay,
#app .news_popup .popup-overlay,
#app .conference_popup .popup-overlay,
#app .resource_popup .popup-overlay,
#app .about_popup .popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#app .home_popup .popup-content,
#app .topic_popup .popup-content,
#app .news_popup .popup-content,
#app .conference_popup .popup-content,
#app .resource_popup .popup-content,
#app .about_popup .popup-content {
  position: absolute;
  top: 13.125rem;
  left: 0;
  background: #20313b;
  padding: 2rem;
  height: 30rem;
  width: 100%;
  color: #fff;
  z-index: 1000;
}
#app .home_popup .popup-content .con,
#app .topic_popup .popup-content .con,
#app .news_popup .popup-content .con,
#app .conference_popup .popup-content .con,
#app .resource_popup .popup-content .con,
#app .about_popup .popup-content .con {
  width: 80rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.containe {
  width: 100%;
  padding: 2rem 8%;
  height: 100%;
  margin: 1.25rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .containe {
    width: 100%;
    padding: 1rem 8%;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .containe .right {
    margin: 15px 0;
  }
  .containe .right .lang {
    margin: 0 50px 0 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .containe {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .containe .center .el-input__inner {
    width: 300px;
  }
}
.containe .left {
  background: #fff;
  color: #1f3b86;
}
.containe .left img {
  width: 100%;
  height: 80px;
}
@media (max-width: 767.98px) {
  .containe .left {
    width: 100%;
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .containe .left {
    width: 100%;
    display: none !important;
  }
}
.containe .center {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .containe .center {
    width: 28rem;
  }
}
.containe .center .newform {
  display: inline-flex;
}
.containe .center .el-input__inner {
  border-radius: 0.1875rem 0 0 0.1875rem;
  border: 1.5px solid #23294d;
  padding: 0 1.25rem;
  border-right: 0;
  height: 47px;
  width: 18rem;
}
.containe .center .searchBtn {
  background: #23294d;
  border: 1.5px solid #23294d;
  color: #fff;
  border-radius: 0 0.1875rem 0.1875rem 0;
  margin-left: 0.0625rem;
  height: 47px;
  padding: 0 0.75rem;
}
.containe .right {
  display: flex;
  align-items: center;
}
.containe .right .lang {
  display: flex;
  margin: 0 0.625rem;
}
.containe .right .lang > div {
  margin: 0 0.625rem;
  cursor: pointer;
  font-size: 1.25rem;
}
.containe .right .spancode {
  background: #22294d;
  color: #FFFFFF;
  padding: 0.1rem 0.4rem;
}
.containe .right .calendar {
  cursor: pointer;
}
.containe .right .calendar span {
  font-size: 1.25rem;
}

.banner {
  width: 100%;
}
.banner .banner_tab {
  background: #e8ebf4;
  height: 3.125rem;
}
@media (max-width: 767.98px) {
  .banner .banner_tab {
    width: 100%;
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .banner .banner_tab {
    width: 100%;
    display: none !important;
  }
}
.banner .banner_tab > ul {
  width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 0.625rem;
  list-style: none;
}
.banner .banner_tab > ul > li {
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  cursor: pointer;
  color: #31385b;
  font-weight: 700;
  z-index: 9999 !important;
}
.banner .banner_tab > ul .arrow-up {
  transform: rotate(180deg); /* 箭头朝上 */
}
.banner .banner_img {
  position: relative;
  width: 100% !important;
}
.banner .banner_img .el-carousel__container {
  height: 480px;
}
.banner .banner_img .el-carousel__item {
  background-color: #99a9bf;
  height: 480px;
}
.banner .banner_img .el-carousel__item .content {
  position: absolute;
  left: 16rem;
  top: 3.8rem;
  height: 20.5rem;
  z-index: 9;
  width: 28rem;
  background: rgba(42, 43, 72, 0.6);
  border-radius: 0.3125rem;
  display: flex !important;
  justify-content: center !important;
  flex-direction: column;
  align-items: center !important;
  padding: 1.25rem;
  color: #fff;
}
.banner .banner_img .el-carousel__item .content .title {
  font-size: 20px;
}
.banner .banner_img .el-carousel__item .content .desc {
  margin: 1.25rem 0;
  text-indent: 2em;
}
.banner .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .banner .banner_img {
    width: 100%;
  }
  .banner .banner_img .el-carousel__container {
    height: 300px;
  }
  .banner .banner_img .el-carousel__item {
    background-color: #99a9bf;
    height: 300px;
  }
  .banner .banner_img .content {
    position: static !important;
    margin: 0.625rem auto;
    width: 90% !important;
    height: 15rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .banner .banner_img {
    width: 100%;
  }
  .banner .banner_img .el-carousel__container {
    height: 400px;
  }
  .banner .banner_img .el-carousel__item {
    background-color: #99a9bf;
    height: 400px;
  }
  .banner .banner_img .content {
    width: 22rem !important;
    height: 20rem !important;
    /* position: static !important;
            margin: .625rem auto; */
    position: absolute;
    left: 3.5rem !important;
    top: 2.5rem !important;
  }
}
.banner .banner_bottom {
  background: #23294d;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #fff;
  font-size: 1.25rem;
}

.article {
  margin: 1.25rem auto;
}
@media (max-width: 767.98px) {
  .article {
    width: 100%;
  }
  .article .title {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .article {
    width: 100%;
  }
  .article .title {
    font-size: 1.5rem !important;
    color: #22294d;
  }
}
.article .title {
  font-size: 1.4vw;
  font-weight: 700;
  padding: 0 0.9375rem;
  color: #22294d;
}
.article .content {
  margin: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .article .content {
    width: 100%;
    flex-direction: column;
    padding: 0 0.9375rem;
  }
  .article .content .item {
    width: 100% !important;
    margin: 0.625rem !important;
  }
  .article .content .item .text {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .article .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: space-between !important;
    padding: 0 0.9375rem;
  }
  .article .content .item {
    width: 49% !important;
    margin: 0.5rem 0 !important;
  }
  .article .content .item .text {
    font-size: 1.25rem !important;
  }
}
.article .content .item {
  width: 33.3%;
  background: #fff;
  margin: 0.625rem;
  border-radius: 0.3125rem;
}
.article .content .item a {
  color: #000;
  text-decoration: none;
}
.article .content .item .img {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
}
.article .content .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* margin: 0 1.25rem; */
}
.article .content .item .text {
  margin: 0.625rem 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: #22294d;
}
.article .content .item .news {
  font-size: 1rem;
  color: #767676;
  font-weight: 600;
  font-style: italic;
}
.article .content .item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  margin: 10px 0;
}

.topic {
  height: 7.5rem;
  margin: 0 auto;
  margin-top: 4rem;
  background: #1d3686;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 2rem;
  border-radius: 1rem;
  font-family: "plus-jakarta-sans-Light";
}
@media (max-width: 767.98px) {
  .topic {
    width: 95%;
    height: 9rem;
    margin: 0.675rem auto !important;
  }
}
@media (max-width: 767.98px) and (max-width: 345px) {
  .topic {
    height: 11.5rem;
  }
}
@media (max-width: 767.98px) {
  .topic .left .med {
    margin-left: 0 !important;
  }
  .topic .left .tic {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .topic {
    width: 95%;
    margin-top: 1rem;
  }
}
.topic .left {
  width: 100%;
  color: #fff;
}
.topic .left .med {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  line-height: 2rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .topic .left .med {
    font-size: 1.2rem;
  }
}
.topic .left .tic {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  line-height: 2rem;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .topic .left .tic {
    font-size: 1rem;
  }
}
.topic .right span {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
  color: #000;
}

.about {
  margin: 4rem auto;
}
@media (max-width: 767.98px) {
  .about {
    width: 100% !important;
  }
  .about .head .title {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .about {
    width: 100%;
  }
  .about .head .title {
    font-size: 1.5rem !important;
  }
}
.about .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.9375rem 0;
  padding: 0 0.9375rem;
}
.about .head .title {
  font-size: 1.4vw;
  font-weight: 600;
  color: #22294d;
}
.about .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .about .content {
    width: 100% !important;
    flex-direction: column;
    padding: 0 0.9375rem;
  }
  .about .content .item {
    width: 100%;
    margin: 0.625rem !important;
  }
  .about .content .item .el-card__body {
    padding: 1.25rem;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
  }
  .about .content .item .el-card__body .left {
    padding: 0;
  }
  .about .content .item .el-card__body .right {
    padding: 0 !important;
    margin-left: 0;
    margin-top: 0.625rem;
  }
  .about .content .item .el-card__body .right .title {
    font-size: 1.25rem !important;
  }
  .about .content .item .el-card__body .right .title,
  .about .content .item .el-card__body .right .desc {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .about .content {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 0.625rem !important;
  }
  .about .content .item {
    width: 49%;
  }
  .about .content .item .el-card__body {
    padding: 1.25rem;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
  }
  .about .content .item .el-card__body .left {
    padding: 0;
  }
  .about .content .item .el-card__body .right {
    padding: 0 !important;
    margin-left: 0;
    margin-top: 0.625rem;
  }
  .about .content .item .el-card__body .right .title {
    font-size: 1.25rem !important;
  }
  .about .content .item .el-card__body .right .title,
  .about .content .item .el-card__body .right .desc {
    margin-left: 0;
  }
}
.about .content .el-card__body {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .content .item {
  flex: 1;
  box-sizing: border-box;
  margin: 0 0.625rem;
}
.about .content .item .left {
  width: 7.5rem;
  height: 7.5rem;
  padding: 0 0.9375rem;
}
.about .content .item .left img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
}
.about .content .item .right {
  margin-left: 1.25rem;
  font-size: 1rem;
  color: #000;
  padding: 0 0.9375rem;
}
.about .content .item .right .title {
  margin-left: 0.9375rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #22294d;
}
.about .content .item .right .desc {
  margin-left: 0.9375rem;
  color: #333333;
  font-size: 1.15rem;
  font-weight: 600;
  font-style: italic;
  margin-top: 10px;
}

.meeting {
  width: 100%;
  background: #e8ebf4;
  overflow: hidden;
  margin: 1rem 0;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .meeting {
    width: 100% !important;
  }
  .meeting .meet {
    width: 100% !important;
  }
  .meeting .meet .head .title {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .meeting {
    width: 100%;
  }
  .meeting .meet {
    width: 100% !important;
  }
  .meeting .meet .head .title {
    font-size: 1.5rem !important;
  }
}
.meeting .meet .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.25rem 0;
  padding: 0 0.9375rem;
}
.meeting .meet .head .title {
  font-size: 1.4vw;
  font-weight: 600;
  color: #22294d;
}
.meeting .meet .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .meeting .meet .content {
    width: 100%;
    flex-direction: column;
    padding: 0 0.9375rem;
  }
  .meeting .meet .content .item {
    width: 100% !important;
    margin: 1.25rem !important;
    padding: 0.9375rem !important;
    height: 350px !important;
  }
  .meeting .meet .content .item .title {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .meeting .meet .content {
    width: 100%;
    flex-direction: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.625rem;
  }
  .meeting .meet .content .item {
    width: 49% !important;
    padding: 0.9375rem !important;
    height: 300px !important;
  }
  .meeting .meet .content .item .title {
    font-size: 1.25rem !important;
  }
}
.meeting .meet .content .item {
  height: 100%;
  flex: 1;
  background: #ffffff;
  border-radius: 0.25rem;
  margin: 0 0.625rem;
  padding: 0.9375rem;
  font-weight: 600;
  font-style: italic;
}
.meeting .meet .content .item .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.25rem 0;
  font-style: normal;
  color: #22294d;
}
.meeting .meet .content .item .data {
  margin: 0.625rem 0;
  font-weight: 600;
  font-size: 1rem;
}
.meeting .meet .content .item .btn {
  margin: 0.9375rem 0;
  background: #877630;
  font-weight: 600;
  font-size: 1rem;
  font-style: italic;
  color: #fff;
  border: 0;
}

.other {
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .other {
    width: 100%;
  }
  .other .title {
    font-size: 1.5rem !important;
    color: #22294d;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .other {
    width: 100%;
  }
  .other .title {
    font-size: 1.5rem !important;
    color: #22294d;
  }
}
.other .title {
  font-size: 1.4vw;
  font-weight: 700;
  padding: 0 0.9375rem;
  color: #22294d;
}
.other .content {
  margin: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .other .content {
    flex-direction: column;
    width: 100%;
    padding: 0 0.9375rem;
  }
  .other .content .item {
    width: 100% !important;
    margin: 0.625rem !important;
  }
  .other .content .item .text {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .other .content {
    width: 100%;
    flex-direction: inherit !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.9375rem;
  }
  .other .content .item {
    width: 49% !important;
    margin: 0.4rem 0 !important;
  }
  .other .content .item .text {
    font-size: 1.25rem !important;
  }
}
.other .content .item {
  width: 33.3%;
  background: #fff;
  margin: 0 0.625rem;
  border-radius: 0.3125rem;
}
.other .content .item a {
  color: #000;
  text-decoration: none;
  display: block;
}
.other .content .item .img {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
}
.other .content .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.other .content .item .text {
  margin: 0.625rem 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: #22294d;
}
.other .content .item .news {
  font-size: 1rem;
  font-weight: 600;
  color: #3d4146;
  font-style: italic;
}
.other .content .item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.25rem;
  color: #000000;
  margin: 10px 0;
  font-weight: 600;
  font-style: italic;
}

.footer {
  width: 100%;
  background: #23294d;
}
.footer .up {
  margin: 0 auto;
  width: 100%;
  color: #fff;
  overflow: hidden;
  justify-content: space-between;
}
.footer .up .foot_contain {
  padding: 5rem 8%;
}
.footer .up .foot_contain .footul {
  list-style: none;
  font-family: "plus-jakarta-sans-Light", Helvetica, sans-serif;
  font-size: 0.85vw;
}
.footer .up .foot_contain .footul li {
  height: 2.5rem;
  line-height: 2.5rem;
}
.footer .up .foot_contain .footul li .title {
  font-size: 1.5rem;
  font-weight: 600;
}
.footer .up .foot_contain .footul li a {
  color: #FFFFFF;
  text-indent: 10px;
  display: inline-block;
  font-weight: 600;
  font-style: italic;
  font-family: "plus-jakarta-sans-Light";
}
.footer .up .foot_contain .footul li a:hover {
  background: #0078d4;
  padding-right: 10px;
  text-decoration: none;
}
.footer .up .foot_contain .footlogo {
  border-left: 1px solid #FFFFFF;
  padding-left: 3rem;
}
.footer .up .foot_contain .footlogo div {
  margin-bottom: 2rem;
  clear: both;
  min-height: 100px;
  margin-top: 1rem;
}
.footer .up .foot_contain .footlogo .report {
  background: #2a4678;
  padding: 0.75rem 1.35rem;
  font-weight: 600;
  font-style: italic;
  font-family: "plus-jakarta-sans-Light";
  color: #fff;
  border: 0.0625rem solid #2a4678;
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  .footer .up {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .footer .up .left {
    width: 100% !important;
    padding: 0 !important;
  }
  .footer .up .foot_contain {
    padding: 2rem 1rem;
  }
  .footer .up .foot_contain .footul {
    list-style: none;
    font-family: "plus-jakarta-sans-Light", Helvetica, sans-serif;
    font-size: 1rem;
    padding: 0;
  }
  .footer .up .foot_contain .footul li {
    height: 2.5rem;
    line-height: 2.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer .up .foot_contain .footul li .title {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .footer .up .foot_contain .footul li a {
    color: #FFFFFF;
    text-indent: 10px;
    display: inline-block;
  }
  .footer .up .foot_contain .footul li a:hover {
    background: #0078d4;
    padding-right: 10px;
    text-decoration: none;
  }
  .footer .up .foot_contain .footlogo {
    border-left: 0px solid #FFFFFF;
    padding-left: 0rem;
  }
  .footer .up .foot_contain .footlogo div {
    margin-bottom: 2rem;
    clear: both;
    min-height: 40px;
    margin-top: 1rem;
  }
  .footer .up .foot_contain .footlogo .report {
    background: #2a4678;
    padding: 0.55rem 1.15rem;
    color: #fff;
    border: 0.0625rem solid #2a4678;
    border-radius: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer .up {
    width: 100% !important;
    flex-direction: column;
    align-items: center;
    /*bao*/
    /*end*/
  }
  .footer .up .left {
    width: 100% !important;
    padding: 0 !important;
  }
  .footer .up .left .first,
  .footer .up .left .second,
  .footer .up .left .three {
    padding: 0 0 0 1.25rem !important;
  }
  .footer .up .foot_contain {
    padding: 3rem 6%;
  }
  .footer .up .foot_contain .footul {
    list-style: none;
    font-family: "plus-jakarta-sans-Light", Helvetica, sans-serif;
    font-size: 1rem;
    padding: 0;
  }
  .footer .up .foot_contain .footul li {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .footer .up .foot_contain .footul li .title {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .footer .up .foot_contain .footul li a {
    color: #FFFFFF;
    text-indent: 10px;
    display: inline-block;
  }
  .footer .up .foot_contain .footul li a:hover {
    background: #0078d4;
    padding-right: 10px;
    text-decoration: none;
  }
  .footer .up .foot_contain .footlogo {
    border-left: 0px solid #FFFFFF;
    padding-left: 3rem;
    text-align: center;
  }
  .footer .up .foot_contain .footlogo div {
    margin-bottom: 2rem;
    clear: both;
    min-height: 80px;
    margin-top: 1rem;
  }
  .footer .up .foot_contain .footlogo div img {
    width: 250px;
  }
  .footer .up .foot_contain .footlogo .report {
    background: #2a4678;
    padding: 0.75rem 1.35rem;
    color: #fff;
    border: 0.0625rem solid #2a4678;
    border-radius: 7px;
  }
}
.footer .up .left {
  width: 70%;
  margin: 1.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 7.5vw;
}
.footer .up .left > ul {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.footer .up .left > ul > li {
  flex: 1;
}
.footer .up .left > ul > li .title {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 600;
}
.footer .up .left > ul > li .first,
.footer .up .left > ul > li .second,
.footer .up .left > ul > li .three {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0 0 0 0.625rem;
  margin: 0;
}
.footer .up .left > ul > li .first li,
.footer .up .left > ul > li .second li,
.footer .up .left > ul > li .three li {
  flex: 1;
  cursor: pointer;
  align-self: start;
  padding: 0.3125rem 0.625rem;
}
.footer .up .left > ul > li .first li:hover,
.footer .up .left > ul > li .second li:hover,
.footer .up .left > ul > li .three li:hover {
  background: #0078d4;
}
.footer .up .right {
  width: 30%;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer .up .right {
    width: 100% !important;
    margin: 0 !important;
  }
  .footer .up .right .con {
    height: auto !important;
    margin-left: 0 !important;
    margin: 0 0 1.875rem 0;
  }
  .footer .up .right .line {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer .up .right .con {
    width: 6rem !important;
    height: 8rem !important;
    margin: 0 0 1.875rem 0;
  }
  .footer .up .right .line {
    display: none;
  }
}
.footer .up .right .line {
  background: #fff;
  width: 0.0625rem;
  height: 19.5rem;
  margin: 1.25rem;
}
.footer .up .right .con {
  width: 12.5rem;
  height: 12.5rem;
  margin-left: 1.25rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .up .right .con .title {
  margin: 10px 0;
  width: 200px;
}
.footer .up .right .con .title img {
  width: 100%;
  height: 100%;
}
.footer .up .right .con .report {
  background: #2a4678;
  color: #fff;
  border: 0.0625rem solid #2a4678;
}
.footer .down {
  background: #274375;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.25rem;
  color: #fff;
  cursor: pointer;
  font-family: "plus-jakarta-sans-Light";
  font-weight: 600;
  font-style: italic;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer .down {
    padding: 0 4vw;
  }
}
.footer .down .center ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.footer .down .center ul > li {
  margin: 0.3125rem 0.9375rem;
  display: flex;
  align-items: center;
}
.footer .down .center ul > li img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=index.css.map */
