* {
  /*margin: 0;*/
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
}
input,
select {
  background: none;
  outline: none;
  border: none;
  user-select: text;
  -webkit-user-select: text;
}

body {
  font-size: 14px;
  color: #000;
  background-color: #fff !important;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
/*color: #000 !important;*/
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  /*color: #838383;*/
  text-decoration: none;
}

a:hover {
  /*color: #ba1e2c;*/
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  cursor: pointer;

}

.dis-play {
  display: inline-block;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.clear-both {
  clear: both;
}

.dis-flex {
  display: flex;
}

.flax-1 {
  flex: 1;
}

.text-center {
  text-align: center;
}

.mg-top-40 {
  margin-top: 40px;
}

.cor-ba1e2c {
  color: #ba1e2c;
}

.font-size-12 {
  font-size: 12px;
}

.swiper-slide {
  width: 100%;
}

.width-90-auto {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 12px;
}

.p-color {
  color: #562dae;
}

.mg-top-10 {
  margin-top: 10px !important;
}

.mg-top-5 {
  margin-top: 5px !important;
}

.mg-top-20 {
  margin-top: 20px !important;
}

.cor-333 {
  color: #333;
}

.font-size-14 {
  font-size: 14px;
}

.mg-left-4 {
  margin-left: 4px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-left-10 {
  margin-left: 10px;
}

.wrap {
  width: 100%;
}

.icon {
  vertical-align: middle;
}

.cur-poi {
  cursor: pointer;
  font-size: 14px;
}

.header {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #562dae;
}

.header-content {
  float: right;
  margin-right: 10%;
  color: #fff;
  cursor: pointer;
}

.search-inp {
  width: 100px;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 5px;
  color: #333;
}

.search-btn {
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  background-color: #e7e7e7;
  /* vertical-align: super; */
  margin-left: -4%;
  padding-top: 5px;
}

.apply-btn {
  height: 24px;
  line-height: 24px;
  padding: 0 20px 0 20px;
  color: #333;
  text-align: center;
  background-color: #b390d0;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: -4px -12px 7px -10px #9a7cb3 inset;
}

.header-bg-img {
  position: relative;
}

.header-bg-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding-top: 8px;
  padding-bottom: 10px;
  background-color: rgba(000, 000, 000, 0.4);
}

.header-bg-content-left {
  width: 20%;
  padding-top: 15px;
  margin-left: 10%;
}

.logo {
  width: 400px;
  margin: 0 auto;
}

.header-bg-content-bg {
  height: 100%;
  background-color: rgba(000, 000, 000, 0.4);
}

.header-bg-title {
  position: absolute;
  left: 10%;
  bottom: 20%;
  font-size: 18px;
  color: #fff;
}

.header-bg-content-right {
  /*width: 100%;*/
  height: 40px;
  line-height: 40px;
  //   padding-right: 5%;
  text-align: center;
}

.line-height-26 {
  line-height: 26px;
}

.classification-index {
  padding: 0 20px 0 20px;
}

.classification {
  display: inline-block;
  color: #fff;
  cursor: pointer;
}

.width-16 {
  width: 16%;
  background-color: #fff;
}

.content-introduce-box {
  margin-top: 10px;
  word-wrap: break-word;
  word-break: normal;
  /*word-break: break-all;*/
}

.content-introduce-box a {
  color: #666 !important;
}

.classification-switch {
  border-bottom: 2px solid #c19ad7;
  color: #c19ad7 !important;
}

.classification-switch a {
  color: #c19ad7 !important;
}

.map-img-btn {
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
}

.not-allowed {
  background-color: #dfdede !important;
  cursor: not-allowed !important;
}

.not-allowed:hover {
  background-color: #dfdede !important;
  color: #333 !important;
}

.tr-none {
  display: none;
}

/*文字两边虚线*/
.dotted-div {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  border-top: 1px dashed #999;
  position: relative;
}

.dotted-title {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: 0 auto;
}

.over-dian {
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.scholarship-title {
  font-size: 18px;
}

/*下拉框--------------------------------------------------------------------------------------------------------------------*/
#wrap-nav ul.menu-nav li {
  position: relative;
  display: inline-block;
  background-position: 0 -40px;
  padding: 4px 0 4px 0;
  line-height: 30px;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 5px;
  font-size: 10px;
  padding-right: 8px;
}

#wrap-nav ul.menu-nav li div {
  /*padding: 0 15px 0 0;*/
  font-size: 16px;
}

#wrap-nav ul.menu-nav li div span {
  font-size: 14px;
}

#wrap-nav ul.menu-nav li a.depth_1 {
  padding: 0 10px 0 10px;
  display: inline-block;
  color: #fff;
}

#wrap-nav ul.menu-nav li a.hover,
#wrap-nav ul.menu-nav li a.selected {
  background-position: right -80px;
}

#wrap-nav ul.menu-nav li.hover a {
  background-position: right -120px;
}

#wrap-nav ul.menu-nav li.hover a.depth_1 {
  background-position: left -120px;
  color: #c19ad7;
  border-bottom: 2px solid #c19ad7;
}

#wrap-nav ul.menu-nav li ul.children {
  position: absolute;
  left: -30px;
  top: 38px;
  z-index: 999 !important;
  display: none;
  text-align: center;
  width: 150px;
  padding: 6px 0 6px 0;
  /* border: 3px solid #c19ad7; */
  border-top: 0;
  background: rgba(000, 000, 000, 0.4);
}

#wrap-nav ul.menu-nav li ul.children li {
  width: 150px;
  /*padding: 0 0 1px 0;*/
  background: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#wrap-nav ul.menu-nav li ul.children li div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#wrap-nav ul.menu-nav li ul.children2,
#wrap-nav ul.menu-nav li ul.children2 li {
  /*width: 100% !important;*/
}

#wrap-nav ul.menu-nav li ul.children li.nosub {
  width: 130px;
  overflow: hidden;
}

#wrap-nav ul.menu-nav li ul.children li {
  float: left;
}

#wrap-nav ul.menu-nav li ul.children li a.depth_2 {
  width: 120px;
  line-height: 25px;
  /*display: block;*/
  font-weight: normal;
  font-size: 9pt;
  color: #fff;
}

#wrap-nav ul.menu-nav li ul.children li:hover{
  background-color: #87628f;
}

#wrap-nav ul.menu-nav li ul.children2 li a.depth_2 {
  width: 100%;
}

#wrap-nav ul.menu-nav li ul.children li a.depth_2 span.icon10 {
  /*margin: 10px 3px 0 5px;*/
  background-position: -60px -380px;
}

#wrap-nav ul.menu-nav li ul.children li div.selected {
  background: #ffefef;
}

#wrap-nav ul.menu-nav li ul.children li.hover {
  z-index: 20;
}

#wrap-nav ul.menu-nav li ul.children li.hover {
  background: #87628f;
  height: auto;
  z-index: 20;
}

#wrap-nav ul.menu-nav li ul.children li.hover ul li a.depth_3 {
  color: #333;
}

#wrap-nav ul.menu-nav li ul.children ul {
  position: absolute;
  top: 0;
  left: 120px;
  padding: 0 0 10px 10px;
  /*width: 263px;*/
  height: 25px;
  overflow: hidden;
  background: #f4f8f9;
  border-left: 2px solid #d8e2ec;
  border-bottom: 2px solid #d8e2ec;
}

#wrap-nav ul.menu-nav li ul.children ul li {
  width: auto;
  padding: 0;
  float: left;
}

#wrap-nav ul.menu-nav li ul.children ul li a.depth_3 {
  padding: 0 10px 0 10px;
  line-height: 14px;
  display: block;
  color: #666;
  white-space: nowrap;
  text-align: center;
}

#wrap-nav ul.menu-nav li ul.children ul li a.depth_3:hover {
  text-decoration: underline;
}

#wrap-nav ul.menu-nav li ul.children ul li a.selected {
  background: none;
  color: #ba1e2c;
}

/*详情页*/
.content-img {
  width: 100%;
  position: relative;
}

.content-img-po {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
}

.content-80-auto {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.introduce-left {
  width: 76%;
  padding: 20px 15px 20px 15px;
  box-shadow: 0 0 5px #efefef;
  background-color: #fff;
}

.life-font-size-16 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 20px 0 10px 0;
}

.nav-right {
  width: 22%;
}

.content-title-box {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.content-title-box-j {
  font-size: 18px;
  color: #000;
  padding-bottom: 14px;
  text-align: center;
}

.content-title-box-title {
  text-align: left;
  display: inline-block;
  margin-bottom: 14px;
}

.border-1 {
  border-bottom: 1px solid #999;
  width: 80%;
  margin: 0 auto;
}

.content-title-box-time {
  text-align: center;
  font-size: 12px;
  color: #999;
}

.content-title-EN-box {
  font-size: 12px;
  color: #333;
}

.introduce-box-text {
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
}

.about1-img {
  width: 32%;
  margin-left: 2%;
}

.about1-img:first-child {
  margin-left: 0;
}

.about-us-box {
  width: 100%;
  padding: 20px;
  background-color: #f7f6f6;
}

.about-us-box-title {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}

.about-us-box-information {
  font-size: 12px;
  color: #333;
  line-height: 24px;
  word-break: break-all;
}

.introduce-left-li {
  height: 40px;
  line-height: 44px;
  border-bottom: 1px dashed #999;
  cursor: pointer;
}

.introduce-left-li:hover {
  color: #562dae !important;
}

.journalism-details-title {
  font-size: 18px;
  color: #000;
  text-align: center;
}

.journalism-details-time {
  font-size: 12px;
  text-align: center;
  color: #727272;
  margin-top: 8px;
}

.border-top {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #dcdcdc;
}

.text-right {
  text-align: right;
  display: inline-block;
}

.journalism-box-one-title,
.journalism-box-two-title,
.journalism-box-three-title {
  cursor: pointer;
}

/*内容页右边导航*/
.content-nav-box {
  margin-top: 10px;
  margin-bottom: 30px;
}

.content-nav-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-left: 15px;
}

.content-nav {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
  margin-top: 16px;
}

.content-nav:hover {
  background-color: #7b4992 !important;
  color: #fff !important;
}
.content-nav:hover > .sanjiao {
  display: block !important;
}

.content-nav-s {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
  margin-top: 16px;
}

.content-nav-s:hover {
  background-color: #7b4992 !important;
  color: #fff !important;
}
.content-nav-s:hover > .sanjiao {
  display: block !important;
}
.content-nav-s:hover > a .sanjiao {
  display: block !important;
}
.content-nav-s:hover > a {
  color: #fff !important;
}

.content-nav-switch {
  background-color: #7b4992 !important;
  color: #fff !important;
}

.content-nav-switch .sanjiao {
  display: block !important;
}

.content-nav-switch .content-nav {
  background-color: #7b4992 !important;
  color: #fff !important;
}
.content-nav-switch .content-nav-s {
  background-color: #7b4992 !important;
  color: #fff !important;
}

.sanjiao {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0; /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  line-height: 0; /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  border-width: 12px 18px 0 0;
  border-style: solid;
  border-color: #fff #44025b transparent transparent;
  position: absolute;
  top: -13px;
  left: 0;
  display: none;
}

.font-size-14 {
  font-size: 14px;
}

/*内容页图片下边导航*/
.nav-div {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #999;
}

.nav-div-nav {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
}

.nav-div-nav .nav-div-nav-name {
  cursor: pointer;
  color: #7b4992;
}

.nav-div-nav .nav-div-nav-name:last-child {
  color: #000;
}

/*详情页分页*/
.page-box {
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
}

.page-previous {
  padding: 0 20px 0 20px;
  color: #333;
  cursor: pointer;
  border: 1px solid #dfdede;
  border-radius: 4px;
}

.page-previous:hover {
  background-color: #562dae;
  color: #fff;
}

.page-next:hover {
  background-color: #562dae;
  color: #fff;
}

.page-next {
  padding: 0 20px 0 20px;
  border: 1px solid #dfdede;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.page-num {
  margin: 0 8px 0 8px;
}

.page-num-to {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #999;
  color: #000;
}

.page-num-to-btn {
  padding: 0 10px 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #999;
  cursor: pointer;
}

/*footer*/
.footer {
  width: 100%;
  background-color: #562dae;
}

.footer-box {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  color: #fff;
}

.footer-box-one {
  width: 32%;
  /*display: inline-block;*/
  font-size: 12px;
}

.footer-new-box-all {
  width: 66%;
}

.footer-box-all {
  width: 32%;
  height: 160px;
  padding-left: 5%;
  border-left: 1px solid #fff;
}

.footer-box-one-img img {
  width: 60px;
}

.footer-box-address {
  vertical-align: top;
  line-height: 28px;
  font-size: 14px;
}

.footer-box-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-box-ul li {
  font-size: 14px;
  line-height: 24px;
}

.footer-box-ul li:hover {
  color: #000;
}

#display-none-id {
  display: none;
}

.contact-add {
  line-height: 30px;
}

/*移动端导航*/
/*移动端导航*/
.menu {
  position: fixed;
  top: 8%;
  right: 0;
  padding: 6px 10px 6px 10px;
  background-color: #562dae;
  color: #fff;
  display: none;
  z-index: 99999;
  cursor: pointer;
}

.subNavBox {
  display: none;
  width: 90%;
  border: solid 1px #e5e3da;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999999;
}

.subNav {
  border-bottom: solid 1px #e5e3da;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #999;
  line-height: 40px;
  padding-left: 10px;
}

.subNav:hover {
  color: #277fc2;
}

.currentDd {
  color: #277fc2;
}

.navContent {
  display: none;
  border-bottom: solid 1px #e5e3da;
}

.navContent li a {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  line-height: 40px;
  color: #333 !important;
}

.navContent li a:hover {
  color: #fff;
  background-color: #277fc2;
}

.bg-show {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(000, 000, 000, 0.8);
  z-index: 99999;
  display: none;
}

.move-logo {
  display: none;
}
.width-30rem {
  width: 30rem;
}
.download-size {
  font-size: 16px;
}
/*下拉框--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 100px) and (max-width: 1200px) {
  #wrap-nav ul.menu-nav li div {
    font-size: 14px !important;
  }

  #wrap-nav ul.menu-nav li a.depth_1 {
    padding: 0 5px 0 5px;
  }

  #wrap-nav ul.menu-nav li ul.children {
    left: -40px;
  }

  .logo {
    width: 280px;
    margin-top: 10px;
  }

  .header {
    height: 85px;
    line-height: 40px;
  }

  .move {
    display: block;
  }
  .width-30rem {
    width: 70%;
  }
}

@media screen and (max-width: 700px) and (min-width: 100px) {
  .menu {
    display: block;
    font-size: 12px;
    top: 18%;
  }

  #wrap-nav {
    display: none;
  }

  .header {
    height: 85px;
    line-height: 40px;
  }

  .move {
    display: block;
  }

  .header-bg-content {
    padding-top: 10px;
    padding-left: 20px;
    /*background-color: rgba(000,000,000,0);*/
  }

  .header-content {
    margin-right: 4%;
  }

  #thediv {
    width: 150px;
    height: 80px;
    padding: 20px;
  }

  .thediv-close {
    margin-top: -16px;
    margin-right: -10px;
  }

  .thediv-content {
    width: 100%;
  }

  .thediv-title {
    width: 80%;
    padding-left: 14%;
  }

  .thediv-text {
    width: 100%;
    -webkit-line-clamp: 2;
  }

  .header-bg-content-left {
    width: 60%;
    margin-left: 0;
  }

  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }

  .swiper-pagination-right {
    padding-right: 6% !important;
    padding-bottom: 0 !important;
  }

  .dotted-bg-color {
    width: 30%;
  }

  .width-16 {
    width: 40%;
  }

  .recruit-students-new-box {
    width: 90%;
  }

  .project-box {
    width: 100%;
    display: inline-block;
  }

  .project {
    width: 48%;
    display: inline-block;
    margin-bottom: 4%;
  }

  .project:nth-child(odd) {
    margin-right: 2%;
  }

  .project:nth-child(even) {
    margin-right: 0;
  }

  .journalism-new-box-one {
    width: 100%;
    float: none;
  }

  .journalism-new-box-two {
    width: 100%;
    float: none;
    margin-top: 40px;
    border: none;
    padding-left: 0;
  }

  .journalism-new-box-three {
    width: 100%;
    float: none;
    border: none;
    padding-left: 0;
  }

  .journalism-box-bg-img {
    display: none;
  }

  .journalism-new-box {
    position: relative;
    top: 0;
  }

  .journalism-title-box {
    padding: 50px 0 0 0;
  }

  .bg-g {
    background-color: #fff !important;
  }

  .journalism-box-one-time {
    background-color: #fff !important;
  }

  .journalism-box-three-title {
    width: 100%;
  }

  .journalism-box {
    padding-bottom: 20px;
  }

  .pc-logo {
    display: none;
  }

  .move-logo {
    display: block;
  }

  .class-bg-mask-box {
    width: 96%;
    padding-bottom: 3%;
  }

  .class-bg-img {
    margin: 90px 0 40px 0;
    opacity: 0.2;
  }

  .class-bg-mask-new-box {
    margin-top: 0;
    padding-bottom: 2%;
  }

  .class-bg-mask-box-name {
    width: 65px;
    margin: 0 auto;
    font-size: 12px;
  }

  .class-bg-mask {
    position: absolute;
    top: -50%;
    height: auto;
    padding-top: 5%;
    background-color: rgba(71, 2, 95, 0.8);
  }

  .images-add {
    display: inline-block;
  }

  .introduce-box {
    width: 49%;
    display: inline-block;
    margin-bottom: 2%;
  }

  .introduce-box:nth-child(odd) {
    float: left;
  }

  .introduce-box:nth-child(even) {
    float: right;
  }

  .introduce-popup {
    width: 100%;
    top: 35px;
    height: 92%;
  }

  .go-top {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .footer-box {
    width: 90%;
  }

  .footer-box-one {
    float: none;
    width: 100%;
  }

  .footer-new-box-all {
    float: none;
    width: 100%;
  }

  .footer-box-address {
    padding-left: 10%;
  }

  .footer-box-all {
    float: none;
    border: none;
    width: 100%;
    padding-left: 0;
    height: auto;
  }

  .footer-box-ul li {
    display: inline-block;
    margin-right: 10px;
  }

  .footer-box-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .introduce-left {
    width: 100%;
    float: none;
  }

  .nav-right {
    width: 100%;
    float: none;
  }

  .content-nav-title {
    display: none;
  }

  .content-nav-box {
    display: none;
  }

  .about-us-box {
    margin-top: 20px;
  }

  .content-80-auto {
    width: 94%;
  }

  .overseas-btn {
    padding: 0;
    margin: 0;
    width: 46%;
  }

  .overseas-btn:nth-child(odd) {
    margin-right: 1%;
    margin-bottom: 2%;
  }

  .overseas-btn:nth-child(even) {
    margin-left: 1%;
    margin-bottom: 2%;
  }

  .table-box {
    overflow: auto;
  }

  #myTable tr.header th {
    width: 40% !important;
  }

  .po-r {
    width: 100px;
  }

  .logo {
    width: 220px;
  }

  .about-us-box {
    display: none;
  }
  .project-name {
    font-size: 12px !important;
  }
  .class-bg-mask-box-img {
    width: 60%;
  }
  .introduce {
    margin-top: 48%;
  }
  .width-30rem {
    width: 70%;
  }
  .table-auto {
    overflow: auto;
  }
  .nav-div-nav {
    font-size: 14px !important;
  }
  .download-size {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 350px) {
  .over-dian {
    width: 70% !important;
    font-size: 12px !important;
  }

  .subNav {
    font-size: 12px !important;
    line-height: 32px !important;
  }

  .navContent li a {
    font-size: 12px !important;
    line-height: 32px !important;
  }

  .subNavBox {
    top: -60px !important;
  }

  .notice-box-left {
    width: 64%;
  }

  .class-bg-mask-new-box div {
    font-size: 12px;
  }

  .apply-btn,
  .project-name,
  .cur-poi,
  .journalism-box-one-time,
  .notice-box-right,
  .introduce-popup-two-introduce,
  .footer-box-ul li,
  .nav-div-nav,
  .header-name,
  .swiper-slide-title,
  .footer-box-address {
    font-size: 12px;
  }

  .dotted-title,
  .footer-box-title,
  .content-title-box,
  .content-title-box-title {
    font-size: 16px;
  }

  .journalism-box-one-title,
  .journalism-box-one-introduce,
  .journalism-two-box-introduce,
  .notice-box-left-title,
  .go-top,
  .header-bg-title,
  .about-us-box-title,
  .footer-box-title {
    font-size: 14px;
  }

  .table-box-add,
  .contact-add,
  .notice-box {
    font-size: 12px !important;
  }

  .content-introduce-box p {
    font-size: 14px !important;
  }

  .content-introduce-box span {
    font-size: 14px !important;
  }

  .content-introduce-box div {
    font-size: 14px !important;
  }

  .content-introduce-box ul li {
    font-size: 14px !important;
  }

  .content-introduce-box strong {
    font-size: 14px !important;
  }

  .problem-content p {
    font-size: 12px !important;
  }

  .problem-content span {
    font-size: 12px !important;
  }

  .swiper-slide-title .overflow-hide {
    font-size: 12px !important;
  }

  .swiper-slide-title .overflow-time {
    font-size: 12px !important;
  }
  .overseas-btn {
    padding: 6px 5px 5px 5px !important;
  }
  .overseas-btn span {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1120px) {
  .class-bg-mask-new-box {
    margin-top: 3%;
  }
}

@media screen and (max-width: 970px) {
  .class-bg-mask-new-box {
    margin-top: 3%;
  }
  .class-bg-mask-new-box div {
    font-size: 12px;
  }
}
