@charset "utf-8";
html {
  font-size: 100px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: sans-serif;
}

body {
  margin: 0;
  position: relative;
  display: contents;
  overflow-x: hidden;
  color: #323232;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif !important;
}

body.home-page {
  color: #000;
  font-size: 17px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-weight: normal;
}

img {
  height: 100%;
}

ol,
ul {
  list-style: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  display: block;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none !important;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.black-a a:visited {
  color: #000;
}

.black-a a:link {
  color: #000;
}

abbr[title] {
  border-bottom: 0.01rem dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  padding: 0;
  border: none;
  max-width: 100%;
  max-height: 100%;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

p,
a {
  font-family: "Microsoft YaHei" !important;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  border: none;
  border-top: 0.02rem solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100% !important;
  width: 100% !important;
}

td,
th {
  padding: 0;
}

.line1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.fs36 {
  font-size: 36px;
}
@media screen and (max-width: 992px) {
  .fs36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .fs36 {
    font-size: 24px;
  }
}

.fs30 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 20px;
  }
}

.fs28 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: 18px;
  }
}

.fs24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: 16px;
  }
}

.fs22 {
  font-size: 22px;
}

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.fs12 {
  font-size: 12px;
}

.text-left {
  text-align: left;
}

.trm {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.trm .trm-img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  -o-transition: -o-transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out, -o-transform 0.8s ease-in-out;
}
.trm:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.trms {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.trms .trms-img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  -o-transition: -o-transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out, -o-transform 0.8s ease-in-out;
}
.trms:hover img {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

.header-wp {
  width: 100%;
  min-width: 300px;
  margin: 0 22px;
  position: relative;
  max-width: 1867px;
}

.header-nav-wp {
  width: 90%;
  min-width: 300px;
  margin: 0 auto;
  max-width: 1300px;
}

h4 {
  font-size: 24px;
}

@media screen and (min-width: 1920px) {
  h4 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 1.875vw;
  }
}
.learn-more {
  width: 10.6771%;
  padding: 12px 0;
  border: 1px solid #992D31;
  border-radius: 5px;
  text-align: center;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 1.088;
  color: #992D31;
}
.learn-more:hover {
  background-color: #992D31;
}
.learn-more:hover a {
  color: #fff !important;
}
@media screen and (min-width: 1920px) {
  .learn-more {
    width: 205px;
  }
}
@media screen and (max-width: 992px) {
  .learn-more {
    width: 107px;
    padding: 8px 0;
  }
}

.alin_r:hover .aline_r {
  color: #1248c3;
}
.alin_r:hover .aline_r a {
  color: #1248c3;
}
.alin_r:hover .aline_r div {
  color: #1248c3;
}
.alin_r:hover .aline_r p {
  color: #1248c3;
}

.aline_r {
  position: relative;
  border-bottom: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#1248c3), to(#1248c3)) no-repeat right bottom;
  background: -webkit-linear-gradient(left, #1248c3, #1248c3) no-repeat right bottom;
  background: -moz-linear-gradient(left, #1248c3, #1248c3) no-repeat right bottom;
  background: -o-linear-gradient(left, #1248c3, #1248c3) no-repeat right bottom;
  background: linear-gradient(to right, #1248c3, #1248c3) no-repeat right bottom;
  -o-background-size: 0px 1px;
     background-size: 0px 1px;
}
.aline_r:hover {
  background-position: left bottom;
  -o-background-size: 100% 1px;
     background-size: 100% 1px;
  cursor: pointer;
}

.fw {
  font-weight: bold;
}

.wp {
  width: 90%;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
}

.none {
  display: none;
}

.check:checked,
.check:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.check:checked + label,
.check:not(:checked) + label {
  position: relative;
  display: inline-block;
  height: 14px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
}

.check + label:after,
.check + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 13px;
  border-radius: 3px;
  content: "";
  background: #000;
}

.check:checked + label:after {
  background: #ca140d;
}

/*::selection{background:#0662d4;color:#fff}
::-moz-selection{background:#0662d4;color:#fff}
::-webkit-selection{background:#0662d4;color:#fff}
*/
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: ".";
}

.l {
  float: left;
}

.r {
  float: right;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.bor {
  border: 1px dashed #999;
}

.poab {
  position: absolute;
}

.pore {
  position: relative;
}

.texto a {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.eclip {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.imgInline {
  display: inline-block !important;
  vertical-align: middle;
}

.imgMargin {
  margin: 0 auto;
}

.imgW100 {
  width: 100%;
}

.text-r {
  text-align: right;
}

.text-m {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 100;
}

.text-up {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-left {
  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;
}

.flex-center {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-right {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-v-center {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-v-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.trans {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.trans-mask {
  display: block;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.trans-mask img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.trans-mask:hover img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -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;
  background-color: rgba(4, 42, 146, 0.82);
}
.header .header-box {
  min-height: 55px;
  text-align: right;
}
.header .header-box .search-box {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-box .search-box .ipt {
  margin-right: -45px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
.header .header-box .search-box img {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.header .header-box .search-box.expanded .ipt {
  margin-right: -45px;
  /* 显示输入框 */
  /* 使输入框可见 */
  padding: 0 45px 0 12px;
  /* 恢复内边距 */
}
.header .header-box .right-border {
  position: absolute;
  right: 65px;
  width: 1px;
  height: 100%;
  background-color: rgba(239, 239, 239, 0.31);
}
.header .middle a {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header .middle {
    display: none;
  }
}
.header .banner_menu {
  display: none;
}
.header .left-content {
  padding: 15.2px 0;
width: 339px;
}
.logo-box{
width: 339px;
}
.header .left-content img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .header .left-content img {
    max-height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .header .left-content img {
    max-height: 45px;
  }
}
@media screen and (max-width: 992px) {
  .header .left-content {
    width: auto;
    height: 100%;
    padding: 0;
  }
}
.header .right-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .right-content .language {
  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;
  margin: 0 10px;
  font-size: 14px;
}
.header .right-content .language a {
  color: #fff;
}
.header .right-content .language .earch-icon::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("https://www.metalnegro.com/__xh__/ees.swjtu.edu.cn/assets/img/header/earch.png") no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
  margin-right: 5px;
}
@media screen and (max-width: 1180px) {
  .header .right-content .language .earch-icon::before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1180px) {
  .header .right-content {
    width: 41%;
  }
}
@media screen and (max-width: 992px) {
  .header .right-content {
    display: none;
    padding: 3px 0;
  }
}
.header .box {
  position: relative;
  width: 100%;
  z-index: 999;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 3.646vw;
}
@media screen and (max-width: 992px) {
  .header .box {
    display: none;
  }
}
.header .container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 996px;
}
.header .container::before {
  display: table;
  content: " ";
}
.header .container::after {
  clear: both;
}
.header .container .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  max-width: 996px;
}
.header .container .nav-list li {
  float: left;
  position: relative;
  text-align: center;
}
.header .container .nav-list li .active::after {
  content: "";
  display: block;
  width: 100%;
  /* 调整下划线的宽度 */
  border-bottom: solid 4px #ffce36;
  position: absolute;
  bottom: -18px;
  /* 控制下划线居中 */
}
.header .container .nav-list li a.nav {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  color: #fff;
}
.header .container .nav-list li a.nav:hover::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 4px #ffce36;
  position: absolute;
  bottom: -18px;
}
.header .container .nav-list li .nav-down {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.63);
  text-align: left;
  display: none;
  color: #333;
}
.header .container .nav-list li .nav-down .header-wp a {
  color: #252323;
}
.header .container .nav-list li .nav-down .header-wp a:hover {
  color: #1248c3;
}
.header .container .nav-list li:hover .nav-down {
  display: block;
}
@media screen and (min-width: 992px) {
  .header .container .nav-list li {
    margin-top: 5px;
    width: 14%;
  }
}
@media screen and (min-width: 1445px) {
  .header .container .nav-list li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1920px) {
  .header .container .nav-list li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 993px) {
  .header .banner_menu {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .header {
    position: fixed;
    /* 新属性sticky */
    top: 0;
    /* 距离页面顶部距离 */
    z-index: 999;
    padding: 6px 0 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0346a3;
  }
  .header .header-wp {
    width: 90%;
    margin: 0;
  }
  .header .header-wp .right-border {
    display: none;
  }
  .header .search-box {
    display: none;
  }
  .header .banner_menu {
    z-index: 999;
    background: #ffffff;
    position: fixed;
    left: -100%;
    top: 64px;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
  }
  .header .banner_menu ul {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .header .banner_menu ul .mune_a {
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    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;
  }
  .header .banner_menu ul .mune_a a {
    display: block;
    padding: 10px 30px;
    width: 50%;
    color: #333;
  }
  .header .banner_menu ul .mune_a .nav_click {
    display: block;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 10000;
    position: absolute;
    color: #333;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 999;
  }
  .header .banner_menu ul .mune_a .nav_click .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9 ;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .header .banner_menu ul .mune_a .active {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .header .banner_menu ul .nav_down {
    position: static;
    text-align: left;
    display: none;
    left: 0;
    line-height: 30px;
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
  }
  .header .banner_menu ul .nav_down .container2 {
    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;
    background-color: #1248c3;
    color: #ffffff;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 30px;
    font-size: 12px;
  }
  .header .banner_menu ul .nav_down .container2 .a_item {
    width: 28%;
    color: #ffffff;
    display: block !important;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 0;
  }
  .header .banner_menu {
    top: 55px;
  }
}

.top-section {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-section h4 {
  color: #010101;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}
.top-section span {
  margin-left: 5px;
  font-size: 22px;
  color: #A8A8A8;
}
@media screen and (max-width: 992px) {
  .top-section h4 {
    font-size: 22px;
  }
  .top-section span {
    font-size: 16px;
  }
}

/* 移动端导航栏样式 */
.mobile-nav {
  display: none;
}

.navmob-btn {
  display: none;
}
.navmob-btn .head-menu-btn {
  z-index: 999;
  overflow: hidden;
  width: 36px;
  height: 36px;
  text-indent: -5260px;
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.navmob-btn .head-menu-btn .line-1 {
  margin-top: -11px;
  width: 30px;
}
.navmob-btn .head-menu-btn .line-2 {
  margin-top: 0 !important;
  width: 30px !important;
}
.navmob-btn .head-menu-btn .line-3 {
  margin-top: 11px;
  width: 30px;
}
.navmob-btn .head-menu-btn.active .line-1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 11px);
     -moz-transform: rotate(-45deg) translate(-9px, 11px);
      -ms-transform: rotate(-45deg) translate(-9px, 11px);
       -o-transform: rotate(-45deg) translate(-9px, 11px);
          transform: rotate(-45deg) translate(-9px, 11px);
}
.navmob-btn .head-menu-btn.active .line-2 {
  opacity: 0;
}
.navmob-btn .head-menu-btn.active .line-3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
     -moz-transform: rotate(45deg) translate(-5px, -6px);
      -ms-transform: rotate(45deg) translate(-5px, -6px);
       -o-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}
.navmob-btn .head-menu-btn .line-1,
.navmob-btn .head-menu-btn .line-2,
.navmob-btn .head-menu-btn .line-3 {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-right: -20px;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition-property: width, margin, background-color, -webkit-transform;
  transition-property: width, margin, background-color, -webkit-transform;
  -o-transition-property: width, margin, background-color, -o-transform;
  -moz-transition-property: transform, width, margin, background-color, -moz-transform;
  transition-property: transform, width, margin, background-color;
  transition-property: transform, width, margin, background-color, -webkit-transform, -moz-transform, -o-transform;
}
@media screen and (max-width: 992px) {
  .navmob-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-header {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 889;
  padding-top: 53px;
  bottom: 0;
  padding: 20px 5% 30px;
  display: none;
}
.mobile-header .menu-button {
  cursor: pointer;
}
.mobile-header .logo img {
  max-width: 100px;
  height: auto;
}

.mobile-nav {
  display: none;
}
.mobile-nav.active {
  display: block;
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.mobile-nav ul li .nav-click {
  cursor: pointer;
}
.mobile-nav ul li .nav-down {
  display: none;
}
.mobile-nav ul li:hover .nav-down {
  display: block;
}

.footer_info {
  background: url("https://www.metalnegro.com/__xh__/ees.swjtu.edu.cn/assets/img/footer-bj.png") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 2.76vw 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-bottom: 10px solid #173ac0;
}
.footer_info .bqsy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1240px) {
  .footer_info .bqsy {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer_info .bqsy {
    display: block;
    line-height: 2;
    margin-top: 0;
  }
}
.footer_info .box {
  margin-bottom: 3.021vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_info .box .logo-address {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.footer_info .box .logo-address .word {
  margin-left: 78px;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .footer_info .box .logo-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer_info .box .logo-address .word {
    width: 100%;
    margin-left: 0;
  }
}
.footer_info .box .word {
  width: 30.769231%;
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
}
.footer_info .box .word div {
  margin-bottom: 10px;
}
.footer_info .box .imgs {
  width: 12.38462%;
}
.footer_info .box .imgs .erm {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_info .box .imgs .erm .wxewm {
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .footer_info .box .imgs .erm img {
    width: 140px;
  }
}
@media screen and (max-width: 1240px) {
  .footer_info .box .imgs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .footer_info .box .imgs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1240px) {
  .footer_info .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_info .box .word {
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer_info .box {
    display: block;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .footer_info {
    padding: 53px 0 0;
  }
  .footer_info .box {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 768px) {
  .footer_info {
    margin-top: 20px;
  }
  .footer_info.home-footer {
    margin-top: 0;
  }
}

.home-banner {
  position: relative;
}
.home-banner .swiper-button-next {
  opacity: 0;
  top: 50%;
  right: 16%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 65px;
  color: #fff;
}
.home-banner .swiper-button-next i {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .home-banner .swiper-button-next {
    display: none;
  }
}
.home-banner .swiper-button-prev {
  opacity: 0;
  top: 50%;
  left: 16%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 65px;
  color: #fff;
}
.home-banner .swiper-button-prev i {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .home-banner .swiper-button-prev {
    display: none;
  }
}
.home-banner .swiper-slide {
  width: 100%;
  height: 100%;
}
.home-banner .swiper-pagination-bullet {
  width: 48px;
  height: 3px;
  background: #fff;
  opacity: 0.52;
}
.home-banner .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.home-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.home-banner .swiper-pagination-custom,
.home-banner .swiper-pagination-fraction {
  bottom: 22px;
  color: #fff;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .home-banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .home-banner .swiper-pagination-custom,
  .home-banner .swiper-pagination-fraction {
    bottom: 6px;
  }
}
.home-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 17px 0 0;
}
.home-banner .baimg {
  max-height: 700px;
  min-height: 700px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .home-banner .baimg {
    max-height: 400px;
    min-height: 400px;
  }
}
.home-banner .swiper-slide {
  position: relative;
}
.home-banner .swiper-slide::after {
  z-index: 66;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  right: 0;
  height: 64.5%;
  background: url("https://www.metalnegro.com/__xh__/ees.swjtu.edu.cn/assets/img/mask-banner.png") center repeat-x;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
@media screen and (max-width: 576px) {
  .home-banner .swiper-slide::after {
    bottom: 0;
  }
}
.home-banner .banner-text {
  position: absolute;
  bottom: 70px;
  color: #fff;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .home-banner .banner-text {
    bottom: 52px;
    font-size: 16px;
  }
}
.home-banner:hover .swiper-button-next,
.home-banner:hover .swiper-button-prev {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .home-banner > img {
    height: 140px;
  }
  .home-banner .swiper-container {
    height: 260px;
  }
}

.home-school-news {
  position: relative;
  padding: 20px 0 0;
}
.home-school-news::after {
  content: "";
  display: block;
  width: 57%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 132px;
  right: 0;
  z-index: -1;
  background: url("https://www.metalnegro.com/__xh__/ees.swjtu.edu.cn/assets/img/xwdtafter.png") no-repeat center;
}
.home-school-news .top-section .news-more {
  position: absolute;
  right: 0;
  letter-spacing: 2px;
}
.home-school-news .top-section .news-more a {
  color: #A8A8A8;
  font-size: 14px;
  display: block;
}
.home-school-news .top-section .news-more a:hover {
  color: #1248c3;
}
@media screen and (max-width: 576px) {
  .home-school-news .top-section .news-more {
    top: 100%;
  }
  .home-school-news .top-section .news-more a {
    font-size: 13px;
  }
}
.home-school-news .mid-section {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  /* 可根据需要调整间距 */
}
.home-school-news .mid-section li {
  width: 100%;
  height: 282px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.home-school-news .mid-section li a {
  color: #000;
}
.home-school-news .mid-section li .time-container {
  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;
}
.home-school-news .mid-section li .text-introduction {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  border: 1px solid #ECECEC;
  background-color: #fff;
}
.home-school-news .mid-section li .text-introduction .desc-title {
  margin-bottom: 15px;
  line-height: 1.334;
  font-weight: 500;
  min-height: 45.5px;
}
.home-school-news .mid-section li .text-introduction .desc {
  margin: 15px 0;
  line-height: 1.334;
  color: #AAAAAA;
}
.home-school-news .mid-section li .text-introduction:hover .desc-title {
  color: #1248c3;
  cursor: pointer;
}
.home-school-news .mid-section li .time {
  margin-left: 9px;
  color: #727272;
}
.home-school-news .mid-section li .element {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 170px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
.home-school-news .mid-section li .element a {
  display: block;
  height: 100%;
}
.home-school-news .mid-section li .element img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 920px) {
  .home-school-news .mid-section li .element {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 122px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 122px;
            flex: 0 0 122px;
  }
}
@media screen and (max-width: 768px) {
  .home-school-news .mid-section li .element {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
@media screen and (max-width: 576px) {
  .home-school-news .mid-section li .element {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
@media screen and (max-width: 920px) {
  .home-school-news .mid-section li {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .home-school-news .mid-section li {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .home-school-news .mid-section li {
    height: 180px;
  }
}
@media screen and (max-width: 992px) {
  .home-school-news .mid-section {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .home-school-news .mid-section {
    grid-template-columns: repeat(2, 3fr);
    gap: 50px 20px;
  }
}
@media screen and (max-width: 576px) {
  .home-school-news .mid-section {
    grid-template-columns: repeat(1, 3fr);
    gap: 40px;
    margin-top: 25px;
  }
}
.home-school-news .bottom-section ul {
  width: 100%;
  padding-top: 35px;
}
.home-school-news .bottom-section ul li {
  width: 49%;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #ececec;
  border-left: 2px solid #1248c3;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .home-school-news .bottom-section ul li {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.home-school-news .bottom-section ul .news-desc {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  line-height: 1.5;
}
.home-school-news .bottom-section ul .news-desc a {
  width: 86%;
  color: #000000;
}
.home-school-news .bottom-section ul .news-desc a:hover {
  color: #1248c3;
}
@media screen and (max-width: 803px) {
  .home-school-news .bottom-section ul .news-desc a {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .home-school-news .bottom-section ul .news-desc a {
    width: 79%;
  }
}
.home-school-news .bottom-section ul .news-desc .msg-desc {
  width: 100%;
  padding-left: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .home-school-news .bottom-section ul .news-desc .msg-desc {
    width: 100%;
  }
}
.home-school-news .bottom-section ul .news-desc .time_box {
  color: #1248c3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .home-school-news .bottom-section ul .news-desc .time_box {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .home-school-news .bottom-section ul {
    width: 100%;
    padding-top: 10px;
  }
  .home-school-news .bottom-section ul li {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .home-school-news .bottom-section {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home-school-news {
    padding: 1.7vw 0 0;
  }
  .home-school-news .mid-section {
    margin: 1.875vw 0 10px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 20px;
  }
}
@media screen and (min-width: 1920px) {
  .home-school-news {
    padding: 40px 0 0;
  }
  .home-school-news .mid-section {
    margin: 26px 0 0px;
  }
}

main {
  position: relative;
  margin-bottom: 100px;
  z-index: 4;
}

.home-news-classification .top-section {
  margin: 30px 0;
}
.home-news-classification .tzgg_box {
  padding: 60px 0 50px;
  background: url("https://www.metalnegro.com/__xh__/ees.swjtu.edu.cn/assets/img/tzgg-banner.png") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.home-news-classification .tzgg_box .main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.home-news-classification .tzgg_box .look-more {
  width: 8%;
}
.home-news-classification .tzgg_box .look-more a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.home-news-classification .tzgg_box .look-more a img {
  margin-bottom: 26px;
}
.home-news-classification .tzgg_box .content {
  width: 87.5385%;
  line-height: 1;
  position: relative;
}
.home-news-classification .tzgg_box .content li {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.home-news-classification .tzgg_box .content li:nth-last-child(2) {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.home-news-classification .tzgg_box .content li:nth-last-child(2)::after {
  display: none;
}
.home-news-classification .tzgg_box .content li::after {
  content: "";
  width: 0;
  height: 1px;
  background: #ffd85e;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  -moz-transition: 0.6s all;
  transition: 0.6s all;
}
.home-news-classification .tzgg_box .content li:hover .news {
  color: #FFD85E;
}
.home-news-classification .tzgg_box .content li:hover .little-title {
  background-color: #FFD85E;
}
.home-news-classification .tzgg_box .content li:hover::after {
  width: 100%;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  -moz-transition: 0.6s all;
  transition: 0.6s all;
}
.home-news-classification .tzgg_box .content li:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.home-news-classification .tzgg_box .content a {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  color: #fff;
}
.home-news-classification .tzgg_box .content .little-title {
  width: 96px;
  padding: 6px 30px;
  border-radius: 15px;
  margin-right: 11px;
  text-align: center;
  background-color: #3F85FF;
}
.home-news-classification .tzgg_box .content .news {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 100px;
  width: 85%;
}
.home-news-classification .tzgg_box .content time {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1130px) {
  .home-news-classification .tzgg_box .look-more {
    width: 10%;
  }
  .home-news-classification .tzgg_box .content {
    width: 85.5385%;
  }
}
@media screen and (max-width: 992px) {
  .home-news-classification .tzgg_box {
    padding: 20px 0;
  }
  .home-news-classification .tzgg_box .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-news-classification .tzgg_box .look-more {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-news-classification .tzgg_box .look-more a {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home-news-classification .tzgg_box .look-more a img {
    width: 40px;
    margin-bottom: 0;
  }
  .home-news-classification .tzgg_box .content {
    width: 100%;
  }
  .home-news-classification .tzgg_box .content .little-title {
    width: 70px;
    padding: 6px 10px;
  }
}
@media screen and (min-width: 992px) {
  .home-news-classification .tzgg_box {
    padding-bottom: 2.6vw;
  }
}
@media screen and (min-width: 1920px) {
  .home-news-classification .tzgg_box {
    padding-bottom: 50px;
  }
}
.home-news-classification a {
  color: #000;
}
.home-news-classification a:active {
  color: #1248c3;
}
.home-news-classification a:hover {
  color: #1248c3;
}
@media screen and (min-width: 992px) {
  .home-news-classification .top-section {
    margin: 2.92vw 0 1.93vw;
  }
}
@media screen and (min-width: 1920px) {
  .home-news-classification .top-section {
    margin: 56px 0 37px;
  }
}
@media screen and (max-width: 640px) {
  .home-news-classification .top-section {
    margin: 20px 0;
  }
  .home-news-classification .tabNav li {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.home-fczy .top-section {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .home-fczy .top-section {
    margin: 3.44vw 0 1.93vw;
  }
}
@media screen and (min-width: 1920px) {
  .home-fczy .top-section {
    margin: 66px 0 37px;
  }
}
.home-fczy .main-content {
  margin-top: 20px;
}
.home-fczy .main-content .left {
  width: 49%;
  border-bottom: 1px solid #f0efef;
}
.home-fczy .main-content .left .top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.home-fczy .main-content .left .top-title a {
  font-size: 14px;
  color: #A8A8A8;
}
.home-fczy .main-content .left .top-title a:hover {
  color: #1248c3;
}
.home-fczy .main-content .left .swiper-box {
  position: relative;
  padding: 10px;
  overflow: hidden;
}
.home-fczy .main-content .left .swiper-box .full-size-link {
  display: block;
  height: 100%;
  width: 100%;
}
.home-fczy .main-content .left .swiper-box .baimg {
  max-height: 318px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-fczy .main-content .left .swiper-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #022fb4;
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  z-index: 1;
}
.home-fczy .main-content .left .swiper-box .swiper-slide {
  position: relative;
}
.home-fczy .main-content .left .swiper-box .swiper-slide .swiper-text {
  max-width: 60%;
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #fff;
  line-height: 1.4;
}
.home-fczy .main-content .left .swiper-box .swiper-slide .swiper-text .text {
  width: 88%;
}
@media screen and (max-width: 768px) {
  .home-fczy .main-content .left .swiper-box .swiper-slide .swiper-text {
    font-size: 14px;
    max-width: 80%;
  }
}
.home-fczy .main-content .left .swiper-box .swiper-pagination {
  text-align: right;
  padding-right: 50px;
  z-index: 2;
}
.home-fczy .main-content .left .swiper-box .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 9.5px;
}
.home-fczy .main-content .left .swiper-box .swiper-container-horizontal > .swiper-pagination-bullets,
.home-fczy .main-content .left .swiper-box .swiper-pagination-custom,
.home-fczy .main-content .left .swiper-box .swiper-pagination-fraction {
  bottom: 20px;
}
@media screen and (max-width: 576px) {
  .home-fczy .main-content .left .swiper-box .swiper-container-horizontal > .swiper-pagination-bullets,
  .home-fczy .main-content .left .swiper-box .swiper-pagination-custom,
  .home-fczy .main-content .left .swiper-box .swiper-pagination-fraction {
    bottom: 10px;
  }
}
.home-fczy .main-content .left .swiper-box .swiper-button-next,
.home-fczy .main-content .left .swiper-box .swiper-button-prev {
  color: #fff;
}
.home-fczy .main-content .left .swiper-box .swiper-pagination-bullet-active {
  background-color: #fff;
  position: relative;
}
.home-fczy .main-content .left .swiper-box .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-fczy .main-content .left .swiper-box .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.home-fczy .main-content .left .swiper-box .swiper-button-prev:after,
.home-fczy .main-content .left .swiper-box .swiper-container-rtl .swiper-button-next:after,
.home-fczy .main-content .left .swiper-box .swiper-button-next:after {
  font-size: 16px;
  font-weight: bold;
}
.home-fczy .main-content .right {
  width: 49%;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0efef;
}
.home-fczy .main-content .right .tabCon .main-box {
  display: none;
}
.home-fczy .main-content .right .tabCon .main-box.current {
  display: block;
}
.home-fczy .main-content .right .fgx {
  margin: 0 10px;
}
.home-fczy .main-content .right .fczj-tabNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.home-fczy .main-content .right .more {
  color: #A8A8A8;
  font-size: 14px;
}
.home-fczy .main-content .right .more:hover {
  color: #1248c3;
}
.home-fczy .main-content .right .top-title {
  color: #9e9e9e;
}
.home-fczy .main-content .right .top-title li.current {
  color: #151515;
}
.home-fczy .main-content .right .main-box {
  margin-top: 20px;
}
.home-fczy .main-content .right .main-box li {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.home-fczy .main-content .right .main-box li .left-pic {
  width: 40%;
}
.home-fczy .main-content .right .main-box li .left-pic img {
  display: block;
}
@media screen and (max-width: 576px) {
  .home-fczy .main-content .right .main-box li .left-pic img {
    height: 100%;
  }
}
.home-fczy .main-content .right .main-box li .right-text {
  width: 56%;
}
.home-fczy .main-content .right .main-box li .right-text .title {
  color: #151515;
}
.home-fczy .main-content .right .main-box li .right-text a:hover .title {
  color: #1248c3;
}
.home-fczy .main-content .right .main-box li .right-text .desc {
  margin-top: 35px;
  font-size: 14px;
  line-height: 1.8;
  color: #979797;
}
@media screen and (max-width: 576px) {
  .home-fczy .main-content .right .main-box li .right-text .desc {
    margin-top: 10px;
  }
}
.home-fczy .main-content .right .main-box li.first-li {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .home-fczy .main-content .left,
  .home-fczy .main-content .right {
    width: 100%;
  }
  .home-fczy .main-content .right {
    margin-top: 30px;
  }
  .home-fczy .main-content .right .main-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-fczy .cylj-box {
    margin-top: 20px;
  }
  .home-fczy .cylj-box .cylj-pic-box {
    margin-top: 20px;
  }
}

.hzqy-cylj-box {
  padding-bottom: 38px;
  background: url("https://www.metalnegro.com/__xh__/ees.swjtu.edu.cn/assets/img/home-fczg-bj.png") no-repeat center top;
}
.hzqy-cylj-box:after {
  content: "";
  display: block;
  width: 41%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  background: url("https://www.metalnegro.com/__xh__/ees.swjtu.edu.cn/assets/img/fczg-after.png") no-repeat center;
}
.hzqy-cylj-box .news-list-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.hzqy-cylj-box .news-list-box .left-box {
  width: 49%;
}
.hzqy-cylj-box .news-list-box .left-box .list-box li {
  width: 100%;
  position: relative;
  padding-top: 26px;
}
.hzqy-cylj-box .news-list-box .left-box .list-box li a {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  color: #040404;
}
.hzqy-cylj-box .news-list-box .left-box .list-box li a:hover {
  color: #1248c3;
}
.hzqy-cylj-box .news-list-box .left-box .list-box li p {
  width: 83%;
}
@media screen and (max-width: 576px) {
  .hzqy-cylj-box .news-list-box .left-box .list-box li p {
    width: 80%;
  }
}
.hzqy-cylj-box .news-list-box .left-box .list-box li time {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #BEBEBE;
}
.hzqy-cylj-box .news-list-box .left-box .list-box li:hover time {
  color: #1248c3;
}
.hzqy-cylj-box .news-list-box .right-box {
  width: 49%;
}
.hzqy-cylj-box .news-list-box .right-box .list-box {
  margin-top: 11px;
}
.hzqy-cylj-box .news-list-box .right-box .list-box li {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
  font-size: 16px;
}
.hzqy-cylj-box .news-list-box .right-box .list-box li a {
  width: 100%;
  position: relative;
  color: #000;
}
.hzqy-cylj-box .news-list-box .right-box .list-box li a:hover {
  color: #1248c3;
}
.hzqy-cylj-box .news-list-box .right-box .list-box li a:hover time {
  color: #1248c3;
}
.hzqy-cylj-box .news-list-box .right-box .list-box li p {
  width: 91%;
}
@media screen and (max-width: 576px) {
  .hzqy-cylj-box .news-list-box .right-box .list-box li p {
    width: 87%;
  }
}
.hzqy-cylj-box .news-list-box .right-box .list-box li time {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #BEBEBE;
}
.hzqy-cylj-box .hzqy-box .hzqy {
  margin: 40px 0 24px;
}
.hzqy-cylj-box .hzqy-box .hzqy .more {
  font-size: 14px;
  color: #A8A8A8;
}
.hzqy-cylj-box .hzqy-box .hzqy .more:hover {
  color: #1248c3;
}
@media screen and (max-width: 768px) {
  .hzqy-cylj-box .hzqy-box .hzqy {
    margin: 30px 0 20px;
  }
}
.hzqy-cylj-box .hzqy-box .hzqy-pic-box li {
  width: 18.8462%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #d4dffa;
  background-color: #fff;
}
.hzqy-cylj-box .hzqy-box .hzqy-pic-box li a {
  height: 100%;
}
.hzqy-cylj-box .hzqy-box .hzqy-pic-box li img {
  display: block;
}
.hzqy-cylj-box .cylj-box {
  margin: 40px 0 0;
}
.hzqy-cylj-box .cylj-box .cylj-pic-box {
  margin-top: 30px;
}
.hzqy-cylj-box .cylj-box .cylj-pic-box li {
  width: 23%;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 1px solid #696969;
}
.hzqy-cylj-box .cylj-box .cylj-pic-box li a {
  color: #111111;
}
.hzqy-cylj-box .cylj-box .cylj-pic-box li a img {
  height: auto;
}
.hzqy-cylj-box .cylj-box .cylj-pic-box li a:hover {
  color: #1248c3;
}
@media screen and (max-width: 768px) {
  .hzqy-cylj-box .cylj-box .cylj-pic-box li {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .hzqy-cylj-box {
    padding-bottom: 30px;
  }
  .hzqy-cylj-box .news-list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hzqy-cylj-box .news-list-box .left-box,
  .hzqy-cylj-box .news-list-box .right-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hzqy-cylj-box .cylj-box {
    margin-top: 20px;
  }
  .hzqy-cylj-box .cylj-box .cylj-pic-box {
    margin-top: 20px;
  }
}

.second-level-bj {
  position: relative;
}
.second-level-bj .second-level-bj-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 70px;
  color: #fff;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  z-index: 4;
}
.second-level-bj .second-level-bj-text .right-link img {
  margin-right: 10px;
}
.second-level-bj .second-level-bj-text .curren-tategory {
  font-size: 36px;
}
.second-level-bj .radius-left-bj {
  position: absolute;
  right: 0;
  bottom: -14px;
  width: 86.5625%;
  z-index: 3;
  height: 50px;
  background: #FFFFFF;
  border-top-left-radius: 50px;
}
.second-level-bj .pic-box {
  position: relative;
}
.second-level-bj .pic-box img {
  width: 100%;
}
.second-level-bj .pic-box::after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  right: 0;
  height: 64.5%;
  background: url("https://www.metalnegro.com/__xh__/ees.swjtu.edu.cn/assets/img/mask-banner.png") center repeat-x;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
@media screen and (max-width: 992px) {
  .second-level-bj {
    height: 300px;
  }
  .second-level-bj .pic-box::after {
    bottom: -1px;
  }
  .second-level-bj .radius-left-bj {
    width: 0;
  }
  .second-level-bj .second-level-bj-text {
    bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .second-level-bj .second-level-bj-text .second-title {
    padding-left: 0;
  }
  .second-level-bj .pic-box {
    height: 100%;
  }
  .second-level-bj .pic-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  .second-level-bj .right-link {
    margin-top: 10px;
  }
}

.second-level-main-box .left-selectionbar {
  position: relative;
  width: 22%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 0 0 15px;
  background-color: #1d43e3;
}
.second-level-main-box .left-selectionbar .school-logo {
  position: absolute;
  top: 0;
  right: -23px;
}
.second-level-main-box .left-selectionbar .selectionbar-left-title {
  padding-left: 13.99%;
  margin-bottom: 20px;
  font-size: 24px;
}
.second-level-main-box .left-selectionbar .secondary-column {
  background-color: #fff;
}
.second-level-main-box .left-selectionbar .secondary-column li {
  position: relative;
  padding: 8.741% 0 8.741% 17.483%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E5E5E5;
}
.second-level-main-box .left-selectionbar .secondary-column li .little-icon {
  color: #2E59CF;
}
.second-level-main-box .left-selectionbar .secondary-column li::before {
  position: absolute;
  left: 0px;
  bottom: 0%;
  top: 0%;
  left: -7px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  height: 0%;
  width: 7px;
  background-color: #ffc31f;
}
.second-level-main-box .left-selectionbar .secondary-column li:hover a {
  color: #2E59CF;
}
.second-level-main-box .left-selectionbar .secondary-column li:hover::before {
  height: 100%;
  top: 0;
  bottom: 0;
}
.second-level-main-box .left-selectionbar .secondary-column li.active::before {
  position: absolute;
  left: 0px;
  bottom: 0%;
  top: 0%;
  left: -7px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  height: 100%;
  width: 7px;
  background-color: #ffc31f;
}
.second-level-main-box .left-selectionbar .secondary-column li.active .three-nav li {
  border-bottom: none;
}
.second-level-main-box .left-selectionbar .secondary-column li.active .three-nav .active {
  color: #2E59CF;
}
.second-level-main-box .left-selectionbar .secondary-column li.active a {
  padding-right: 20px;
}
.second-level-main-box .left-selectionbar .secondary-column li.active a.active {
  color: #2E59CF;
}
.second-level-main-box .left-selectionbar .secondary-column a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0C0B0B;
}
.second-level-main-box .right-main-content {
  width: 74.154%;
}
.second-level-main-box .right-main-content .selectionbar-right-title {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 3px;
}
.second-level-main-box .right-main-content .selectionbar-right-title .line-blue {
  width: 5px;
  height: 30px;
  margin-right: 15px;
  background-color: #2e59cf;
}
.second-level-main-box .right-main-content .current-leader-main-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 30px 32px;
  margin-top: 32px;
}
.second-level-main-box .right-main-content .current-leader-main-content li {
  padding: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background: -webkit-linear-gradient(339deg, #F8FAFD, #EEF1FF);
  background: -moz-linear-gradient(339deg, #F8FAFD, #EEF1FF);
  background: -o-linear-gradient(339deg, #F8FAFD, #EEF1FF);
  background: linear-gradient(111deg, #F8FAFD, #EEF1FF);
  border: 1px solid #EFEFF6;
}
.second-level-main-box .right-main-content .current-leader-main-content li:hover {
  -webkit-box-shadow: 1px 5px 5px 0px rgba(68, 11, 13, 0.07);
          box-shadow: 1px 5px 5px 0px rgba(68, 11, 13, 0.07);
}
.second-level-main-box .right-main-content .current-leader-main-content li .leader-pic {
  width: 35.837%;
}
.second-level-main-box .right-main-content .current-leader-main-content li .leader-pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.second-level-main-box .right-main-content .current-leader-main-content li .leader-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 7.8% 0;
  margin-left: 22px;
}
.second-level-main-box .right-main-content .current-leader-main-content li .leader-desc .bottom-part {
  padding-top: 15px;
}
.second-level-main-box .right-main-content .current-leader-main-content li .leader-desc .option {
  margin-bottom: 5px;
  color: #131313;
  font-size: 20px;
}
.second-level-main-box .right-main-content .current-leader-main-content li .leader-desc .work {
  color: #141414;
}
.second-level-main-box .right-main-content .current-leader-main-content li .leader-desc .address {
  margin-bottom: 5px;
  color: #9FA0A4;
}
.second-level-main-box .right-main-content .current-leader-main-content li .leader-desc .detail-address {
  color: #141414;
}
.second-level-main-box .right-main-content .current-leader-main-content li:hover .leader-desc .option {
  color: #1D43E3;
}
.second-level-main-box .right-main-content .tzgg-border-bottom {
  padding-bottom: 27px;
  border-bottom: 1px solid #E9E9E9;
}
.second-level-main-box .right-main-content .notice-announcement .list-item,
.second-level-main-box .right-main-content .news-list .list-item {
  border-top: 1px solid #E9E9E9;
}
.second-level-main-box .right-main-content .notice-announcement .list-item:hover,
.second-level-main-box .right-main-content .news-list .list-item:hover {
  border-top: 1px solid transparent;
  -webkit-box-shadow: 1px 5px 26px 0px rgba(68, 11, 13, 0.07);
          box-shadow: 1px 5px 26px 0px rgba(68, 11, 13, 0.07);
}
.second-level-main-box .right-main-content .notice-announcement .list-item:hover a,
.second-level-main-box .right-main-content .news-list .list-item:hover a {
  color: #1D43E3;
}
.second-level-main-box .right-main-content .notice-announcement .list-item:hover:nth-child(n+2),
.second-level-main-box .right-main-content .news-list .list-item:hover:nth-child(n+2) {
  border-bottom: none;
}
.second-level-main-box .right-main-content .notice-announcement .list-item:hover:nth-child(n+2):before,
.second-level-main-box .right-main-content .news-list .list-item:hover:nth-child(n+2):before {
  content: "";
  display: block;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
}
.second-level-main-box .right-main-content .notice-announcement .list-item:hover:last-of-type,
.second-level-main-box .right-main-content .news-list .list-item:hover:last-of-type {
  border-bottom: 1px solid transparent;
}
.second-level-main-box .right-main-content .notice-announcement .list-item:first-of-type,
.second-level-main-box .right-main-content .news-list .list-item:first-of-type {
  border-top: none;
}
.second-level-main-box .right-main-content .notice-announcement .list-item:last-of-type,
.second-level-main-box .right-main-content .news-list .list-item:last-of-type {
  border-bottom: 1px solid #E9E9E9;
}
.second-level-main-box .right-main-content .notice-announcement .list-item a,
.second-level-main-box .right-main-content .news-list .list-item a {
  padding: 40px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  color: #151515;
}
.second-level-main-box .right-main-content .notice-announcement .list-item a .left-time,
.second-level-main-box .right-main-content .news-list .list-item a .left-time {
  position: absolute;
  left: 30px;
  border-top: 2px solid #145BDA;
}
.second-level-main-box .right-main-content .notice-announcement .list-item a .right-text-desc,
.second-level-main-box .right-main-content .news-list .list-item a .right-text-desc {
  width: 98%;
  padding-left: 115px;
}
.second-level-main-box .right-main-content .news-swiper-box {
  margin-bottom: 46px;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-container {
  padding-bottom: 40px;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-pagination-bullet {
  width: 51px;
  height: 5px;
  background: #2146D3;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide {
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 14px;
  border: 1px solid #e5e5e5;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide .left-swiper-content {
  width: 30%;
  position: relative;
  min-height: 190px;
  max-height: 190px;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide .left-swiper-content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide .left-swiper-content .banner-text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 9px;
  background-color: rgba(164, 39, 73, 0.8);
}
@media screen and (max-width: 992px) {
  .second-level-main-box .right-main-content .news-swiper-box .swiper-slide .left-swiper-content {
    min-height: 100%;
    max-height: 100%;
  }
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide .right-text-desc {
  width: 66%;
  padding: 26px 0;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide .right-text-desc .title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide .right-text-desc .desc {
  color: #848484;
  line-height: 1.8;
  font-size: 14px;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide .right-text-desc .look-more {
  width: 100%;
  text-align: end;
  position: absolute;
  bottom: 14px;
  right: 14px;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide .right-text-desc .look-more a {
  color: #A8A8A8;
  font-size: 14px;
}
.second-level-main-box .right-main-content .news-swiper-box .swiper-slide .right-text-desc .look-more a:hover {
  color: #2744CB;
}
.second-level-main-box .right-main-content .news-list .list-item {
  border-top: 1px solid #E9E9E9 !important;
}
.second-level-main-box .right-main-content.college-profile .xyjj-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.second-level-main-box .right-main-content.college-profile .xyjj-center .en {
  margin-top: 15px;
  color: #959595;
  font-size: 14px;
  font-weight: 500;
}
.second-level-main-box .right-main-content.college-profile .main-body {
  margin-top: 46px;
}
.second-level-main-box .right-main-content.college-profile .main-body .section {
  margin-bottom: 30px;
  text-indent: 2em;
  color: #0C0B0B;
  font-size: 17px;
  line-height: 1.8;
}
.second-level-main-box .right-main-content.college-profile .main-body .main-pic {
  margin-bottom: 64px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.second-level-main-box .right-main-content.college-profile .main-body .main-pic .pic-1,
.second-level-main-box .right-main-content.college-profile .main-body .main-pic .pic-3 {
  width: 37.397%;
}
.second-level-main-box .right-main-content.college-profile .main-body .main-pic .pic-1 img,
.second-level-main-box .right-main-content.college-profile .main-body .main-pic .pic-3 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.second-level-main-box .right-main-content.college-profile .main-body .main-pic .pic-2 {
  margin: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.second-level-main-box .right-main-content.college-profile .main-body .main-pic .pic-2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.second-level-main-box .right-main-content.college-profile .main-body .main-pic .pic-2 .img1 {
  margin-bottom: 10px;
}
.second-level-main-box .paging-box {
  margin: 54px 0;
}
.second-level-main-box.news-details-content {
  padding-top: 19px;
}
.second-level-main-box.news-details-content .left-text {
  width: 69.6154%;
}
.second-level-main-box.news-details-content .left-text .text-heading {
  text-align: center;
  color: #232323;
}
.second-level-main-box.news-details-content .left-text .tips {
  margin: 50px 0;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  color: #8E8E8E;
  background: #F9F9F9;
}
.second-level-main-box.news-details-content .left-text .tips .time {
  margin: 0 30px;
}
.second-level-main-box.news-details-content .left-text .text-body {
  text-indent: 2em;
  font-size: 17px;
  color: #232323;
  line-height: 2;
}
.second-level-main-box.news-details-content .left-text .text-body .text-pic {
  margin: 30px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second-level-main-box.news-details-content .left-text .text-body .section {
  margin-bottom: 30px;
}
.second-level-main-box.news-details-content .left-text .author {
  font-size: 17px;
  color: #232323;
}
.second-level-main-box.news-details-content .right-aside {
  width: 26.9231%;
}
.second-level-main-box.news-details-content .right-aside .latest-news {
  background: #FFFAF4;
}
.second-level-main-box.news-details-content .right-aside .latest-news .title {
  padding: 16px 11px;
  color: #fff;
  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;
  background-color: #1849e7;
}
.second-level-main-box.news-details-content .right-aside .latest-news .title img {
  margin-right: 5px;
}
.second-level-main-box.news-details-content .right-aside .latest-news .news-list li {
  position: relative;
  padding: 21px 15px 0;
  background-color: #F9F9F9;
}
.second-level-main-box.news-details-content .right-aside .latest-news .news-list li::before {
  position: absolute;
  left: 0px;
  bottom: 51%;
  top: 51%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  height: 0%;
  width: 4px;
  background-color: #1849e7;
}
.second-level-main-box.news-details-content .right-aside .latest-news .news-list li:hover::before {
  height: 100%;
  top: 0;
  bottom: 0;
}
.second-level-main-box.news-details-content .right-aside .latest-news .news-list li a {
  padding-bottom: 22px;
  color: #3D3D3D;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #EAE6E0;
}
.second-level-main-box.news-details-content .right-aside .latest-news .news-list li a .pic-box {
  width: 33%;
}
.second-level-main-box.news-details-content .right-aside .latest-news .news-list li a .text-desc {
  width: 59.825%;
  margin-left: 11px;
}
.second-level-main-box.news-details-content .right-aside .latest-news .news-list li a .time {
  margin-bottom: 12px;
  color: #1C36B9;
}
.second-level-main-box.news-details-content .right-aside .latest-news .news-list li:last-child {
  padding-bottom: 11px;
}
.second-level-main-box.news-details-content .right-aside .latest-news .news-list li:last-child a {
  border-bottom: none;
}
.second-level-main-box.news-details-content .right-aside .latest-notice {
  margin-top: 26px;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .title {
  padding: 16px 11px;
  color: #fff;
  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;
  background-color: #1849e7;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .title img {
  margin-right: 5px;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .latest-notice-list li {
  position: relative;
  padding: 30px 17px 0;
  background-color: #f9f9f9;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .latest-notice-list li::before {
  position: absolute;
  left: 0px;
  bottom: 51%;
  top: 51%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  height: 0%;
  width: 4px;
  background-color: #1849e7;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .latest-notice-list li:hover::before {
  height: 100%;
  top: 0;
  bottom: 0;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .latest-notice-list li:last-child {
  padding-bottom: 3px;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .latest-notice-list li:last-child a {
  border-bottom: none;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .latest-notice-list li a {
  position: relative;
  font-size: 14px;
  padding-bottom: 27px;
  color: #3D3D3D;
  border-bottom: 1px solid #EAE6E0;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .latest-notice-list li a .icon-box {
  position: absolute;
  left: 0;
  top: 0;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .latest-notice-list li a .time {
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform: translateY(-25%);
     -moz-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
       -o-transform: translateY(-25%);
          transform: translateY(-25%);
  color: #1C36B9;
}
.second-level-main-box.news-details-content .right-aside .latest-notice .latest-notice-list li a .desc {
  padding: 0 90px 0 15px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .second-level-main-box.news-details-content .left-text {
    width: 100%;
  }
  .second-level-main-box.news-details-content .left-text .tips {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .second-level-main-box.news-details-content .left-text .tips .time {
    margin: 10px 0;
  }
  .second-level-main-box.news-details-content .right-aside {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .second-level-main-box {
    margin-top: 20px;
  }
  .second-level-main-box .left-selectionbar .selectionbar-left-title {
    font-size: 18px;
  }
  .second-level-main-box .right-main-content .current-leader-main-content {
    margin-top: 20px;
  }
  .second-level-main-box .right-main-content .current-leader-main-content li .leader-desc {
    padding: 0;
  }
  .second-level-main-box .right-main-content .current-leader-main-content li .leader-desc .option {
    font-size: 17px;
  }
  .second-level-main-box .right-main-content .selectionbar-right-title {
    font-size: 18px;
  }
  .second-level-main-box .right-main-content .news-swiper-box {
    margin-bottom: 30px;
  }
  .second-level-main-box .right-main-content .paging-box {
    margin: 30px 0;
  }
  .second-level-main-box .right-main-content.college-profile .main-body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .second-level-main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .second-level-main-box .left-selectionbar {
    width: 100%;
    margin-bottom: 20px;
  }
  .second-level-main-box .left-selectionbar .selectionbar-left-title {
    padding-left: 18px;
  }
  .second-level-main-box .left-selectionbar .secondary-column li {
    padding: 20px 0 20px 20px;
  }
  .second-level-main-box .left-selectionbar .secondary-column li .little-icon {
    display: none;
  }
  .second-level-main-box .right-main-content {
    width: 100%;
  }
  .second-level-main-box .right-main-content .notice-announcement .list-item a,
  .second-level-main-box .right-main-content .news-list .list-item a {
    padding: 30px 0;
  }
  .second-level-main-box .right-main-content .notice-announcement .list-item a .left-time,
  .second-level-main-box .right-main-content .news-list .list-item a .left-time {
    left: 0;
  }
  .second-level-main-box .right-main-content .notice-announcement .list-item a .right-text-desc,
  .second-level-main-box .right-main-content .news-list .list-item a .right-text-desc {
    padding-left: 80px;
  }
}
@media screen and (max-width: 576px) {
  .second-level-main-box .right-main-content .current-leader-main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 20px;
  }
  .second-level-main-box .right-main-content.college-profile .main-body .main-pic {
    margin-bottom: 40px;
  }
}