@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;
  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;
}

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;
}

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 {
  color: #000;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none !important;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

span.MsoHyperlink {
  color: #000 !important;
}

.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: 90%;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
}

.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.5vw;
  }
}
.learn-more {
  width: 94px;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 1.088;
  color: #992D31;
}


.alin_r:hover .aline_r {
  color: #992D31;
}
.alin_r:hover .aline_r a {
  color: #992D31;
}
.alin_r:hover .aline_r div {
  color: #992D31;
}
.alin_r:hover .aline_r p {
  color: #992D31;
}

.aline_r {
  position: relative;
  border-bottom: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#992D31), to(#992D31)) no-repeat right bottom;
  background: -webkit-linear-gradient(left, #992D31, #992D31) no-repeat right bottom;
  background: -moz-linear-gradient(left, #992D31, #992D31) no-repeat right bottom;
  background: -o-linear-gradient(left, #992D31, #992D31) no-repeat right bottom;
  background: linear-gradient(to right, #992D31, #992D31) 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: 1200px;
}

.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;
  padding: 15px 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(153, 45, 49, 0.9);
}
.header .middle a {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header .middle {
    display: none;
  }
}
.header .banner_menu {
  display: none;
}
.header .left-content img {
  max-width: 389px;
  max-height: 45px;
}
@media screen and (max-width: 576px) {
  .header .left-content img {
    width: 208px;
  }
}
@media screen and (max-width: 992px) {
  .header .left-content {
    width: auto;
    height: 30px;
  }
}
.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("../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;
  }
}
.header .box {
  position: relative;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 992px) {
  .header .box {
    display: none;
  }
}
.header .box.box-active {
  position: fixed;
  top: 0;
  background: #992d31;
  padding-top: 24px;
}
.header .box.box-active .nav-down {
  background-color: rgba(136, 3, 25, 0.89) !important;
}
.header .box.box-active .nav-down a {
  color: #fff !important;
}
.header .box.box-active .nav-down a:hover {
  color: #224e9c !important;
}
.header .box.box-active .nav-down span {
  color: #fff;
}
.header .container::before {
  display: table;
  content: " ";
}
.header .container::after {
  clear: both;
}
.header .container .nav-list {
  text-align: left;
}
.header .container .nav-list li {
  float: left;
  width: 9.09091%;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}
.header .container .nav-list li .active::after {
  content: "";
  display: block;
  width: 70%;
  /* 调整下划线的宽度 */
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 0;
  left: 15%;
  /* 控制下划线居中 */
}
.header .container .nav-list li a.nav {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  color: #fff;
}
.header .container .nav-list li a.nav:hover::after {
  content: "";
  display: block;
  width: 70%;
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 0;
  left: 15%;
}
.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: #992D31;
}
.header .container .nav-list li:hover .nav-down {
  display: block;
}
@media screen and (min-width: 992px) {
  .header .container .nav-list li {
    margin-top: 5px;
  }
}
@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: 4px 0 12px;
    background-color: rgb(153, 45, 49);
  }
  .header .banner_menu {
    z-index: 999;
    background: #ffffff;
    position: fixed;
    left: -100%;
    top: 51px;
    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: #992D31;
    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;
  }
}

/* 样式化搜索框容器 */
form {
  width: 100%;
  position: relative;
}
form img {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1180px) {
  form img {
    width: 20px;
  }
}

.search-container {
  width: 28%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-box {
  width: 100%;
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 12px 16px;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  outline: none;
  font-size: 12px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
  background-color: transparent;
}
.search-box::-webkit-input-placeholder {
  color: #fff;
}
.search-box:-moz-placeholder {
  color: #fff;
}
.search-box::-moz-placeholder {
  color: #fff;
}
.search-box:-ms-input-placeholder {
  color: #fff;
}
.search-box::-ms-input-placeholder {
  color: #fff;
}
.search-box::placeholder {
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .search-box {
    padding: 8px 10px;
  }
}

.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-nav {
  display: none;
}

.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-color: #992D31;
  padding: 2.13542vw 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.footer_info .box {
  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 .word {
  color: #ffffff;
  font-size: 14px;
}
.footer_info .box .word div {
  margin-bottom: 10px;
}
.footer_info .box .imgs {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .footer_info .box .erm img {
    width: 49%;
  }
}
.footer_info .box .imgs a img {
  margin-right: 23px;
  width: 484px;
}
@media screen and (max-width: 992px) {
  .footer_info .box .imgs a img {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .footer_info .box .imgs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .footer_info .box .imgs {
    -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;
  }
}
@media screen and (max-width: 1240px) {
  .footer_info .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  .footer_info {
    padding: 41px 0;
  }
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after {
  color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.home-banner {
  position: relative;
}
.home-banner img{
 width:100%;
}
.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;
}
.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;
}
.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 .baimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner:hover .swiper-button-next,
.home-banner:hover .swiper-button-prev {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .home-banner > img {
    height: 180px;
  }
  .home-banner .swiper-container {
    height: 230px;
  }
}

.home-school-news {
  padding: 20px 0 0;
}
.fcdq,.notification{
margin-top:20px;
}
.home-school-news .top-section {
  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;
}
.notification{
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification h4{
margin: 0 17px;
}
.home-school-news .top-section span,.notification.top-section span{
  display: inline-block;
  width: 132px;
  height: 1px;
  background-color: #D6D6D6;
}
@media screen and (max-width: 768px) {
  .home-school-news .top-section span,.notification.top-section span {
    width: 60px;
  }
}
.home-school-news .top-section h4 {
  margin: 0 17px;
}
.home-school-news .mid-section,.home-news-classification {
  margin: 20px 0 0;
}
.home-school-news .mid-section li {
  width: 23.5%;
  -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);
  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;
}
.home-school-news .mid-section li .text-introduction {
  padding: 15px 10px;
}
.home-school-news .mid-section li .text-introduction .desc-title {
  line-height: 1.334;
}
.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: #992D31;
  cursor: pointer;
}
.home-school-news .mid-section li .time {
  color: #992D31;
}
.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: 768px) {
  .home-school-news .mid-section li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.home-school-news .bottom-section ul {
  width: 49.0833%;
  padding: 20px 10px 0;
  -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);
}
.home-school-news .bottom-section ul li {
  width: 100%;
  margin-bottom: 20px;
}
.home-school-news .bottom-section ul li:not(:nth-child(-n+11)) { display: none; }
@media screen and (max-width: 576px) {
  .home-school-news .bottom-section ul li {
    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;
  position: relative;
}
.home-school-news .bottom-section ul .news-desc span {
  display: block;
  width: 3px;
  height: 11px;
  margin-right: 9px;
  background: #992D31;
}
.home-school-news .bottom-section ul .news-desc .msg-desc {
  width: 90%;
}
@media screen and (max-width: 576px) {
  .home-school-news .bottom-section ul .news-desc .msg-desc {
    width: 80%;
  }
}
.home-school-news .bottom-section ul .news-desc time {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 576px) {
  .home-school-news .bottom-section ul {
    width: 100%;
    padding-top: 20px;
  }
}
.home-school-news .news-more {
margin: 10px auto 0;
    margin-right: 0;
}
.home-school-news .news-more a {
  color: #992D31;
  display: block;
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 992px) {
  .home-school-news {
    padding: 1.979vw 0 0;
  }
  .home-school-news .mid-section ,.home-news-classification{
    margin: 0.875vw 0 10px;
  }
.fcdq,.notification{
margin-top:1.979vw;
}
}
@media screen and (min-width: 1920px) {
  .home-school-news {
    padding: 38px 0 0;
  }
  .home-school-news .mid-section,home-news-classification {
    margin: 20px 0 10px;
  }
.fcdq,.notification{
margin-top:38px;
}
}

.home-news-classification {
  background: url("../img/home/home-news-classification-bg.png") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  color: #fff;
}
.home-news-classification a {
  color:#fff;
}
.home-news-classification a:active {
  color: #992D31;
}
.home-news-classification a:hover {
  color: #fff;
}
.home-news-classification .tabNav {
  position: relative;
  z-index: 10;
}
.home-news-classification .tabNav li {
  width: 12.5%;
  text-align: center;
  color: #000;
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 15px 0;
}
.home-news-classification .tabNav li.current {
  color: #fff;
  background: #751115;
}
.home-news-classification .tabNav li.current:after {
  opacity: 1;
}
.home-news-classification .tabcons {
  display: none;
  position: relative;
  z-index: 3;
}
.home-news-classification .tabcons .ani-mask {
  width: 41.08333%;
  position: relative;
  display: none;
}
.home-news-classification .tabcons .ani-mask .pic {
  position: relative;
  z-index: 12;
  height: 100%;
  padding-top: 25px;
  padding-left: 25px;
}
.home-news-classification .tabcons .ani-mask .pic img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .home-news-classification .tabcons .ani-mask .pic {
    height: 403px;
  }
}
.home-news-classification .tabcons .ani-mask .bg-orrange {
  position: absolute;
  width: 100%;
  height: 403px;
  top: 0;
  background-color: #e7705f;
}
@media screen and (max-width: 768px) {
  .home-news-classification .tabcons .ani-mask .bg-orrange {
    height: 100%;
  }
}
.home-news-classification .tabcons .list {
  height: 100%;
  width: 100%;
  padding: 25px 0px 35px;
  padding-top: 25px;
  background-color: transparent;
}
.home-news-classification .tabcons .list h4 span {
  color:#fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-news-classification .tabcons .list h4 span {
    margin-bottom: 20px;
  }
}
.home-news-classification .tabcons .list ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.home-news-classification .tabcons .list ul li {
  width: 48%;
  line-height: 40px;
  position: relative;
  color: #fff;
  position: relative;
}
.home-news-classification .tabcons .list ul li a {
  display: block;
  width: 92%;
}
.home-news-classification .tabcons .list ul li span {
  position: absolute;
  right: 0;
  top: 0;
}
.home-news-classification .tabcons .list ul li:active {
  color: #992D31;
  font-size: 18px;
}
.home-news-classification .tabcons .list ul li:hover {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
.home-news-classification .tabcons .list ul,.home-school-news .bottom-section ul{
    justify-content: start;
    align-items: start;
    flex-direction: column;
 flex-wrap: nowrap;
}
.home-news-classification .tabcons .list ul li,.home-school-news .bottom-section ul li {
width:100% !important;
}
}
.home-news-classification .tabcons .list .more {
  display: inline-block;
  margin-top: 15px;
  opacity: 0.7;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .home-news-classification .tabcons .list {
    width: 100% !important;
    padding: 25px 15px;
  }
}
.home-news-classification .tabcons .container {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 768px) {
  .home-news-classification .tabcons .ani-mask {
    width: 100%;
  }
  .home-news-classification .tabcons .ani-mask .tabcons .list {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .home-news-classification .tabNav li {
    font-size: 16px;
    padding: 10px 10px;
  }
}

.home-academic-dynamics {
    overflow: hidden;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 4.0625vw 0 0;
  position: relative;
z-index: 1;
  background: url("../img/home/academic_bj.png") no-repeat bottom;
}
.home-academic-dynamics .left-desc {
  width: 60%;
}
.home-academic-dynamics .left-desc h4 {
  margin-bottom: 5.0521vw;
}
.home-academic-dynamics .left-desc .academic-title {
  width: 95%;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
  position: relative;
}
.home-academic-dynamics .left-desc .academic-title:last-child {
  margin-bottom: 0;
}
.home-academic-dynamics .left-desc .academic-title .parcel-text::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -0.3rem;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-left: 4px solid #992D31;
}
.home-academic-dynamics .left-desc .academic-title .parcel-text.active {
  margin-left: 15px;
}
.home-academic-dynamics .left-desc .academic-title .parcel-text.active .title {
  color: #992D31;
}
.home-academic-dynamics .left-desc .academic-title .parcel-text.active::before {
  opacity: 1;
  visibility: visible;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 16;
}
@media screen and (max-width: 768px) {
  .home-academic-dynamics .left-desc .academic-title {
width:100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.home-academic-dynamics .left-desc .tips {
  margin-top: 11px;
  color: #4A4A4A;
}
.home-academic-dynamics .left-desc .tips img {
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .home-academic-dynamics .left-desc .tips img {
    margin-right: 1px;
  }
}
@media screen and (max-width: 768px) {
  .home-academic-dynamics .left-desc {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .home-academic-dynamics .right-content {
    width: 90%;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    display: none;
  }
}
.home-academic-dynamics .right-img {
  position: absolute;
  top: 17px;
  right: 0;
  width: 43%;
  height: -webkit-fill-available;
  z-index: -1;
  display: block;
}
.home-academic-dynamics .right-img.active {
  display: block;
}
.home-academic-dynamics .right-img .pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
   background: url('../img/home/academic_right_bj.png') no-repeat center;
    z-index: 40;
    display: flex;
}
.home-academic-dynamics .right-img img {
  /* width: 100%;
  height: 100%; */
  -o-object-fit: contain;
     object-fit: contain;
  /* 图片填充梯形区域 */
  -webkit-clip-path: polygon(100% 0%, 100% 100%, -100% 100%, 0% 0%);
          clip-path:polygon(100% 0%, 100% 100%, -100% 100%, 0% 0%);
margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home-academic-dynamics .right-img img {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.home-academic-dynamics .right-img::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  width: 80%;
  height: 25%;
  z-index: -2;
  background-color: #992D31;
  -o-object-fit: cover;
     object-fit: cover;
  /* 图片填充梯形区域 */
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 3% 0%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 3% 0%);
}
@media screen and (min-width: 1920px) {
  .home-academic-dynamics .right-img::after {
    width: 720px;
  }
}
@media screen and (max-width: 992px) {
  .home-academic-dynamics .right-img::after {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home-academic-dynamics .right-img::after {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    top: 0;
  }
}
@media screen and (min-width: 1920px) {
  .home-academic-dynamics .right-img {
    width: 800px;

    
  }
}
@media screen and (max-width: 992px) {
  .home-academic-dynamics .right-img {
    top: -22px;
  }
}
@media screen and (max-width: 768px) {
  .home-academic-dynamics .right-img {
    width: 100%;
    height: 400px;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 576px) {
  .home-academic-dynamics .right-img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .home-academic-dynamics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 0;
  }
}
  .home-academic-dynamics  .left-text{
padding-bottom: 40px;
}
@media screen and (min-width: 1920px) {
  .home-academic-dynamics {
    padding: 50px 0 0px;
  }
  .home-academic-dynamics .left-desc h4 {
    margin-bottom: 40px;
  }
}

.home-demeanour {
  padding: 1.9% 0 0;
}
.home-demeanour .fecai {
  margin-bottom: 1.9%;
}
.home-demeanour .fold_wrap {
  height: 552px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
.home-demeanour .fold_wrap li {
  float: left;
  width: 258px;
  height: 552px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border-left: 1px solid #fff;
}
.home-demeanour .fold_wrap li .red-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.home-demeanour .fold_wrap li .red-mask img {
  height: 196px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-demeanour .fold_wrap li.active .mask_b {
  background: none;
}
.home-demeanour .fold_wrap li.active .showt {
  opacity: 0;
  visibility: hidden;
}
.home-demeanour .fold_wrap li.active .adv_intro {
  opacity: 1;
  visibility: inherit;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home-demeanour .fold_wrap li.active .red-mask {
  position: absolute;
  top: 0;
  right: 0;
  height: 20%;
}
.home-demeanour .fold_wrap li.active .red-mask img {
  position: absolute;
  top: 0;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}
.home-demeanour .fold_wrap li.active .pic_auto {
  opacity: 0.6;
}
.home-demeanour .fold_wrap li .showt {
  position: absolute;
  left: 10.35%;
  bottom: 5%;
  z-index: 10;
  color: #fff;
  -webkit-writing-mode: tb-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  max-height: 70%;
  font-size: 30px;
  border-radius: 2px;
}
.home-demeanour .fold_wrap li .showt i {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 11px;
}
.home-demeanour .fold_wrap li .adv_intro {
  padding: 30px 0;
  position: absolute;
  left: 6.9742%;
  top: 3.4871%;
  right: 10%;
  bottom: 15%;
  color: #FFF;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -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-demeanour .fold_wrap li .adv_intro i {
  height: 36px !important;
}
.home-demeanour .fold_wrap li .adv_intro .tit {
  -webkit-writing-mode: tb-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: tb-lr;
  font-size: 25px;
  letter-spacing: 0.1em;
}
.home-demeanour .fold_wrap li .adv_intro .txt {
  width: auto;
  margin-left: 12px;
}
.home-demeanour .fold_wrap li .adv_intro .txt i {
  font-size: 30px;
  margin-bottom: 30px;
  display: inline-block;
}
.home-demeanour .fold_wrap li .adv_intro .txt p {
  font-size: 14px;
  line-height: 1.8em;
}
.home-demeanour .fold_wrap li .adv_intro .txt .tit {
  font-size: 30px;
  font-weight: bold;
}
.home-demeanour .fold_wrap li .adv_intro .txt span {
  font-size: 14px;
  opacity: 0.7;
}
.home-demeanour .fold_wrap li {
  margin-right: 0.15625%;
}
.home-demeanour .fold_wrap li:last-child {
  margin-right: 0;
}
.home-demeanour .fold_wrap li:nth-child(1) {
  width: 12.864583% !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-demeanour .fold_wrap li:nth-child(2) {
  width: 13.4375% !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-demeanour .fold_wrap li:nth-child(3) {
  width: 13.4375% !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-demeanour .fold_wrap li:nth-child(4) {
  width: 12.864583% !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-demeanour .fold_wrap li:nth-child(5) {
  width: 13.28125% !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-demeanour .fold_wrap li.active {
  width: 46.354167% !important;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-demeanour .pic_auto {
  width: 100%;
  height: 100%;
}
.home-demeanour .pic_auto1 {
  background: url("../img/home/demeanour_01.png") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.home-demeanour .pic_auto2 {
  background: url("../img/home/demeanour_02.png") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.home-demeanour .pic_auto3 {
  background: url("../img/home/demeanour_03.jpg") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.home-demeanour .pic_auto4 {
  background: url("../img/home/demeanour_04.jpg") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.home-demeanour .pic_auto5 {
  background: url("../img/home/demeanour_05.jpg") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.home-demeanour .m-show {
  display: none;
}
.home-demeanour .m-show.mb-else {
  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;
  overflow: hidden;
}
.home-demeanour .m-show.mb-else li {
  width: 49%;
  position: relative;
}
.home-demeanour .m-show.mb-else .red-mask {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.home-demeanour .m-show .rowe-list .text-m {
  width: 33.3%;
  margin-bottom: 40px;
}
.home-demeanour .m-show.flexc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.home-demeanour .m-show .bs-menu {
  margin-bottom: 30px;
}
.home-demeanour .m-show .bq-info p {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .home-demeanour .m-show {
    display: block;
  }
  .home-demeanour .m-show .pc-show {
    display: none;
  }
  .home-demeanour .m-show .mb-else li {
    height: 222px;
    margin-bottom: 20px;
  }
  .home-demeanour .m-show .mb-else li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  .home-demeanour .m-show .mb-else li {
    height: 117px;
  }
}
.home-demeanour .m-show .mb-else .abcon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 4%;
  color: #fff;
}
.home-demeanour .m-show .mb-else .abcon .cuizhi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.home-demeanour .m-show .mb-else .abcon .cuizhi i {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
@media screen and (max-width: 992px) {
  .home-demeanour .fold_wrap {
    height: auto;
    overflow: inherit;
  }
  .home-demeanour .fold_wrap li {
    float: inherit;
    width: 100%;
    height: 280px;
    border-left: 0;
  }
  .home-demeanour .fold_wrap li.active {
    width: 100% !important;
  }
  .home-demeanour .fold_wrap li .showt {
    display: none;
  }
  .home-demeanour .fold_wrap li .adv_intro {
    opacity: 1;
    visibility: inherit;
  }
  .home-demeanour .fold_wrap li .adv_intro .txt i {
    display: none;
  }
  .home-demeanour .fold_wrap li .adv_intro .txt p {
    max-height: 95px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-demeanour {
    padding-top: 25px;
  }
  .home-demeanour .fecai {
    margin-bottom: 20px;
  }
}

.m-show {
  display: none;
}

.m-show .mb-else {
  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;
  overflow: hidden;
}

.m-show .mb-else li {
  width: 49%;
  position: relative;
}

.m-show .mb-else .red-mask {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.m-show .rowe-list .text-m {
  width: 33.3%;
  margin-bottom: 40px;
}

.m-show {
  display: none;
}

.m-show .flexc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.m-show .bs-menu {
  margin-bottom: 30px;
}

.m-show .bq-info p {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .pc-show {
    display: none;
  }
  .m-show {
    display: block;
  }
  .m-show .mb-else li {
    margin-bottom: 20px;
  }
  .m-show img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mb-else .abcon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 4%;
  color: #fff;
}
.mb-else .abcon .cuizhi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.mb-else .abcon .cuizhi i {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.home-common-link {
  padding: 1.9vw 0;
}
.home-common-link h5 {
  margin-bottom: 1.9vw;
}
.home-common-link ul {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  width: 100%;
}
.home-common-link ul li {
  width: 90%;
  margin: 0 51px 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #2E2E2E;
  text-align: center;
}
.home-common-link ul.length-link {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-common-link ul.length-link li {
  width: 29.66667%;
  margin-right: 0;
  margin-top: 35px;
}
@media (max-width: 992px) {
  .home-common-link ul.length-link li {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .home-common-link ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-common-link ul li {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .home-common-link ul {
    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;
  }
  .home-common-link ul li {
    width: 28%;
    margin-right: 0;
  }
}
@media (min-width: 1920px) {
  .home-common-link {
    padding: 38px 0;
  }
  .home-common-link h5 {
    margin-bottom: 38px;
  }
}
@media (max-width: 768px) {
  .home-common-link h5 {
    margin-bottom: 10px;
  }
}

.page_introduction {
  position: absolute;
  top: 50%;
  left: 16.145833vw;
  width: 15.1042%;
  padding: 8px;
  text-align: center;
  color: #fff;
  background: rgba(61, 49, 66, 0.52);
}
@media screen and (min-width: 768px) {
  .page_introduction .fs36 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .page_introduction .fs36 {
    font-size: 14px;
  }
}
.page_introduction.student_work {
  right: 16.145833vw !important;
}
.page_introduction.student_work span {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 36px;
}
@media screen and (max-width: 1440px) {
  .page_introduction.student_work span {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page_introduction.student_work span {
    font-size: 16px;
  }
}
.page_introduction.student_work p {
  margin-top: 19px;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .page_introduction.student_work p {
    margin-top: 10px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .page_introduction.student_work {
    padding: 27px 24px;
    right: 310px !important;
  }
}
.page_introduction span {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (min-width: 992px) {
  .page_introduction span {
    padding-bottom: 1.042vw;
  }
}
@media screen and (min-width: 1920px) {
  .page_introduction span {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page_introduction span {
    font-size: 16px;
  }
}
.page_introduction .text-left {
  margin-top: 17px;
}
@media screen and (min-width: 1920px) {
  .page_introduction {
    top: 50%;
    left: 310px;
    width: 290px;
  }
}
@media screen and (min-width: 768px) {
  .page_introduction {
    padding: 1.042vw;
  }
}
@media screen and (max-width: 992px) {
  .page_introduction {
    padding: 8px;
    width: 23.1042%;
  }
  .page_introduction p {
    display: none;
  }
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.5;
  padding-top: 35px;
  padding-bottom: 20px;
}
main .top-nav {
  padding-top: 8px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .top-nav img {
  display: inline-block;
  margin-right: 10px;
}
main .top-nav a {
  color: #98989A;
  font-size: 14px;
  margin-right: 8px;
}
main .top-nav span {
  color: #171717;
}
@media screen and (max-width: 992px) {
  main .top-nav {
    padding-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-bottom: 20px;
  }
}
main .main-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main .main-content .content-left {
  width: 70.769231%;
  padding-top: 12px;
}
main .main-content .content-left .writing {
  padding: 46px 0 0;
  border-radius: 8px 10px 10px 10px;
  line-height: 1.2;
  text-align: center;
}
main .main-content .content-left .writing .left_title {
  text-align: left;
}
main .main-content .content-left .writing .article_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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main .main-content .content-left .writing .article_title h4 {
  margin-bottom: 0;
  position: relative;
}
main .main-content .content-left .writing .article_title h4 .left-img {
  position: absolute;
  top: -7px;
  left: -20px;
}
main .main-content .content-left .writing .article_title h4 .right-img {
  position: absolute;
  bottom: -7px;
  right: -25px;
}
@media screen and (max-width: 576px) {
  main .main-content .content-left .writing .article_title h4 {
    font-size: 22px;
  }
  main .main-content .content-left .writing .article_title h4 .left-img {
    top: -15px;
    left: -5px;
  }
  main .main-content .content-left .writing .article_title h4 .right-img {
    right: -15px;
  }
}
main .main-content .content-left .writing .article_title span {
  display: inline-block;
  width: 75%;
  height: 1px;
  background-color: #ECECEC;
}
@media screen and (min-width: 1920px) {
  main .main-content .content-left .writing .article_title span {
    width: 736px;
  }
}
@media screen and (max-width: 576px) {
  main .main-content .content-left .writing .article_title span {
    width: 63%;
  }
}
@media screen and (max-width: 576px) {
  main .main-content .content-left .writing .article_title {
    margin-top: 20px;
  }
}
main .main-content .content-left .writing.article_introduction {
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  main .main-content .content-left .writing {
    padding-top: 0px;
  }
}
main .main-content .content-left .title {
  margin-bottom: 32px;
}
main .main-content .content-left .title.else-title {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  main .main-content .content-left .title {
    margin-bottom: 20px;
  }
}
main .main-content .content-left .little-tips {
   padding: 15px;
background: #f4f4f4;
  color: #919191;
}
main .main-content .content-left .little-tips span {
  margin-right: 20px;
}
main .main-content .content-left .little-tips span:last-child {
  margin-right: 0;
}
main .main-content .content-left section {
  margin: 31px 0 0;
  padding-top: 31px;
  text-align: left;
  line-height: 1.86;
  border-top: 1px solid #ECECEC;
}
main .main-content .content-left section .v_news_content p img {
  height: auto !important;
}
main .main-content .content-left section p {
  text-indent: 1em;
  line-height: 2.25;
}
main .main-content .content-left section .p-img {
  margin: 20px auto;
}
@media screen and (min-width: 992px) {
  main .main-content .content-left section .p-img {
    margin: 2.60412vw auto;
  }
}
@media screen and (min-width: 1920px) {
  main .main-content .content-left section .p-img {
    margin: 50px auto;
  }
}
main .main-content .content-left section .more-img {
  margin: 20px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .main-content .content-left section .more-img img {
  margin-bottom: 14px;
}
main .main-content .content-left section .more-img img:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  main .main-content .content-left section .more-img {
    margin: 2.60412vw auto;
  }
}
@media screen and (min-width: 1920px) {
  main .main-content .content-left section .more-img {
    margin: 50px auto;
  }
}
main .main-content .content-left section .bottom-tips {
  margin: 20px 0 0;
  color: #7B7B7B;
}
@media screen and (min-width: 992px) {
  main .main-content .content-left section .bottom-tips {
    margin: 5.625vw 0 0;
  }
}
@media screen and (min-width: 1920px) {
  main .main-content .content-left section .bottom-tips {
    margin: 108px 0 0;
  }
}
main .main-content .content-left section.article_section {
  margin: 0;
  padding-top: 48px;
  border-top: none;
}
main .main-content .content-left section.article_section .paragraph {
  line-height: 2;
  margin-bottom: 40px;
  text-indent: 0;
}
main .main-content .content-left section.article_section .paragraph:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  main .main-content .content-left section.article_section .paragraph {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  main .main-content .content-left section.article_section {
    padding-top: 31px;
  }
}
@media screen and (max-width: 992px) {
  main .main-content .content-left {
    width: 100%;
    padding-top: 0;
  }
  main .main-content .content-left section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    margin-top: 20px;
  }
  main .main-content .content-left section .v_news_content {
    width: 100%;
  }
  main .main-content .content-left section .v_news_content p span {
    width: 100%;
  }
  main .main-content .content-left section .v_news_content p span img {
    margin: 0 auto;
  }
  main .main-content .content-left section .v_news_content p img {
    display: block;
    margin: 0 auto;
    height: auto !important;
  }
}
main .main-content .content-right {
  width: 24.615385%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
}
main .main-content .content-right .accordion .radius-icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 2px solid #535353;
  border-radius: 50%;
}
main .main-content .content-right .accordion .zhedie {
  padding: 16px;
}
main .main-content .content-right .accordion .accordion-item {
  margin-bottom: 4px;
  background-color: #e3e3e3;
}
main .main-content .content-right .accordion .accordion-item .listtext {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 62px;
}
main .main-content .content-right .accordion .accordion-item .listtext .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
main .main-content .content-right .accordion .accordion-item .listtext::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  right: 20px;
  background: url("../img/home/icon-close.png") no-repeat center;
  -o-background-size: 100%;
     background-size: 100%;
}
main .main-content .content-right .accordion .accordion-item .listtext-open::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  right: 20px;
  background: url("../img/home/icon-explant.png") no-repeat center;
  -o-background-size: 100%;
     background-size: 100%;
}
main .main-content .content-right .accordion .accordion-item .article_listtext_open {
  background-color: #992d31;
  color: #fff;
}
main .main-content .content-right .accordion .accordion-item .article_listtext_open::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  right: 20px;
  background: url("../img/home/icon-explant.png") no-repeat center;
  -o-background-size: 100%;
     background-size: 100%;
}
main .main-content .content-right .accordion .accordion-item .radius-icon {
  margin-right: 12px;
}
main .main-content .content-right .accordion .accordion-item .radius-icon.article_listtext_radius {
  border: 2px solid #fff;
}
main .main-content .content-right .accordion .accordion-item .title {
  cursor: pointer;
}
main .main-content .content-right .accordion .accordion-item .content {
  display: none;
}
main .main-content .content-right .accordion .accordion-item .content a:last-child {
  border-bottom: none;
}
main .main-content .content-right .accordion .accordion-item .content a.cur-active p {
  color: #992D31 !important;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 0px 5px 0px rgba(14, 5, 10, 0.08);
          box-shadow: 5px 0px 5px 0px rgba(14, 5, 10, 0.08);
  border-radius: 23px;
  position: relative;
}
main .main-content .content-right .accordion .accordion-item .content a.cur-active p::before {
  content: "";
  display: block;
  background-image: url("../img/home/icon_square03_nor.png");
  -o-background-size: cover;
     background-size: cover;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  /* 垂直居中 */
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 垂直居中 */
  left: 20%;
  /* 离右边50px */
}
main .main-content .content-right .accordion .accordion-item .content p {
  border-bottom: 1px solid #ccc;
}
main .main-content .content-right .accordion .accordion-item .expand-content {
  display: block;
}
main .main-content .content-right .accordion .accordion-item .expand-active {
  display: block;
  position: relative;
  background-color: #fff;
}
main .main-content .content-right .accordion .accordion-item .expand-active p {
  padding: 14px 0 14px 40%;
  color: #000 !important;
}
main .main-content .content-right .latest-update {
  border-top: 7px solid #992D31;
  padding: 26px 23px;
}
main .main-content .content-right .latest-update li {
  margin: 25px 0;
  padding-top: 28px;
  border-top: 1px dotted #B0B0B0;
}
main .main-content .content-right .latest-update li .desc {
  margin-bottom: 18px;
}
main .main-content .content-right .latest-update li time {
  margin-left: 0;
}
main .main-content .content-right .latest-update.employment-action {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  main .main-content .content-right {
    width: 100%;
  }
  main .main-content .content-right .latest-update {
    display: none;
  }
  main .main-content .content-right .accordion {
    display: none;
  }
  main .main-content .content-right .accordion .accordion-item .expand-active p {
    padding: 17px 0 17px 50px;
  }
  main .main-content .content-right .accordion .accordion-item .expand-active p::before {
    left: 6.234vw;
  }
}
@media screen and (min-width: 992px) {
  main .main-content .content-right .accordion .zhedie {
    padding: 0.781vw 0 0.781vw 1.094vw;
  }
  main .main-content .content-right .accordion .accordion-item .expand-active {
    background-color: #fff;
  }
  main .main-content .content-right .accordion .accordion-item .expand-active p::after {
    left: 2.1875vw;
  }
}
@media screen and (min-width: 1920px) {
  main .main-content .content-right .accordion .zhedie {
    padding: 15px 0 15px 21px;
  }
}
main .shoufengqin {
  padding-top: 16px;
}
main .shoufengqin .content-left {
  padding-top: 0;
}
main .shoufengqin .content-left .top-nav {
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  main .shoufengqin {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  main {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.school-leader ul.leader{
grid-template-columns: 45% 45% 0%;
}
main.contact_us_page .main-content .content-left section .address-container {
  padding-bottom: 28px;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 992px) {
  main.contact_us_page .main-content .content-left section .address-container p {
    font-size: 16px;
  }
}
main.contact_us_page .main-content .content-left section .address-box {
  margin-bottom: 17px;
  -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;
  color: #992D31;
}
main.contact_us_page .main-content .content-left section .block {
  display: block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-color: #992D31;
}
main.contact_us_page .main-content .content-left section p {
  line-height: 1.5;
  text-indent: 0;
  color: #0E0E0E;
}
main.contact_us_page .main-content .content-left section .address-detail-msg {
  padding-bottom: 43px;
  border-bottom: 1px solid #E3E3E3;
}
main.contact_us_page .main-content .content-left section .detail-link {
flex-direction: column-reverse;
  line-height: 2;
    text-indent: 0;
    color: #0E0E0E;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
main.contact_us_page .main-content .content-left section .detail-link a{
    border: 1px solid #ededed;
    display: inline-block;
    width: max-content;
    padding: 4px 12px;
    margin-bottom: 17px;
color:#7a2427;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
main.contact_us_page .main-content .content-left section .detail-link a:hover{

 border-color:#7a2427;
    box-shadow: 0 0 5px #7a2427;
}
main.contact_us_page .main-content .content-left section .address-detail-msg p {
  margin-top: 25px;
  color: #0E0E0E;
}
@media screen and (max-width: 768px) {
main.contact_us_page .main-content .content-left section .detail-link{
flex-direction: column;
}
main.contact_us_page .main-content .content-left section .detail-link a{
margin-bottom:10px;
}
}
@media screen and (max-width: 992px) {
  main.contact_us_page .main-content .content-left section .address-detail-msg {
    padding-bottom: 28px;
  }
  main.contact_us_page .main-content .content-left section .address-detail-msg p {
    font-size: 16px;
  }
}
main.contact_us_page .main-content .content-left section .mailbox,
main.contact_us_page .main-content .content-left section .map {
  margin-top: 39px;
}
@media screen and (max-width: 992px) {
  main.contact_us_page .main-content .content-left section .mailbox,
  main.contact_us_page .main-content .content-left section .map {
    margin-top: 25px;
  }
}
main.contact_us_page .main-content .content-left section .map {
  border-bottom: none;
}

main.current_leader_page .main-content .content-left section p {
  text-indent: 0;
  line-height: 1.3;
}
main.current_leader_page .article_section .leader-list li {
  margin-bottom: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 18px;
  -webkit-box-shadow: 0px 7px 6px 0px rgba(92, 92, 92, 0.09);
          box-shadow: 0px 7px 6px 0px rgba(92, 92, 92, 0.09);
}
main.current_leader_page .article_section .leader-list li .img-box {
  width: 16.97%;
}
@media screen and (max-width: 576px) {
  main.current_leader_page .article_section .leader-list li .img-box {
    width: 50%;
    margin: 0 auto;
  }
}
main.current_leader_page .article_section .leader-list li .leader-msg {
  width: 75.53%;
  line-height: 1.5;
  color: #121212;
}
@media screen and (max-width: 992px) {
  main.current_leader_page .article_section .leader-list li .leader-msg p {
    font-size: 16px;
  }
  main.current_leader_page .article_section .leader-list li .leader-msg p.name {
    font-size: 18px;
  }
}
main.current_leader_page .article_section .leader-list li .position {
  margin: 17px 0;
}
@media screen and (max-width: 992px) {
  main.current_leader_page .article_section .leader-list li .position {
    margin: 8px 0;
  }
}

.student_work_notice {
  padding: 30px 0;
}
.student_work_notice .container-student {
  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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.student_work_notice .container-student .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.student_work_notice .container-student .title .title_size {
  margin: 0 25px;
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  .student_work_notice .container-student .title .title_size {
    margin: 0 15px;
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .student_work_notice .container-student .title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.student_work_notice .container-student .student_work_notice_info {
  margin-top: 30px;
  width: 100%;
  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;
}
.student_work_notice .container-student .student_work_notice_info .student_work_notice_info_left {
  background-color: #F1E1E2;
  height: 343px;
  width: 41.6153846%;
  position: relative;
}
.student_work_notice .container-student .student_work_notice_info .student_work_notice_info_left .left_img {
  position: absolute;
  width: 551px;
  height: 343px;
  top: 26px;
  left: 29px;
}
.student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right {
  width: 53.461538%;
  margin-left: 5%;
}
.student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right li {
  width: 100%;
  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-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #999999;
}
.student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right li .li_item {
  width: 91%;
  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;
}
.student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right li .li_item .red_squre {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #992D31;
  margin-right: 10px;
}
.student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right li .li_item .a_block {
  font-size: 18px;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right li .li_item {
    width: 80%;
  }
}
.student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right li .date {
  color: #A5A5A5;
}
.student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right {
    margin: 20px 0;
  }
  .student_work_notice .container-student .student_work_notice_info .student_work_notice_info_right li {
    margin-top: 0;
  }
}
.student_work_notice .look-more {
  width: 162px;
  margin: 23px auto 0;
  color: #444444;
  border: 1px solid #7D7D7D;
}
.student_work_notice .look-more:hover {
  background-color: #992d31;
  border: 1px solid transparent;
}
.student_work_notice .look-more:hover a {
  color: #fff !important;
}
@media screen and (max-width: 992px) {
  .student_work_notice .look-more {
    margin: 20px auto;
  }
}

.title_right {
  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-left: 20px;
  font-size: 18px;
}
.title_right a:hover {
  color: #992d31;
  font-weight: bold;
}

.latest-right-btn {
  position: absolute;
  right: 0;
  top: 8px;
}
@media screen and (max-width: 992px) {
  .latest-right-btn {
    top: 31px;
  }
}
@media screen and (max-width: 576px) {
  .latest-right-btn {
    top: 65px;
  }
}

.xg-latest-right-btn {
  position: absolute;
  right: 0;
  top: 8px;
}
@media screen and (max-width: 992px) {
  .xg-latest-right-btn {
    top: 6px;
  }
}
@media screen and (max-width: 576px) {
  .xg-latest-right-btn {
    top: 47px;
  }
}

.student_work_dangjian {
  padding: 30px 0;
  background-color: #F2F2F2;
}
.student_work_dangjian .container-student {
  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;
  position: relative;
}
.student_work_dangjian .container-student .title {
  text-align: left;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.student_work_dangjian .container-student .title .title_left {
  text-align: center;
  background-color: #992D31;
  font-size: 30px;
  padding: 10px 0px;
  font-weight: 700;
  color: #ffffff;
  width: 171px;
}
@media screen and (max-width: 992px) {
  .student_work_dangjian .container-student .title .title_left {
    font-size: 24px;
  }
}
.student_work_dangjian .container-student .student_work_dangjian_info {
  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;
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left {
  width: 52.3076923077%;
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left .t1 {
  color: #161616;
  font-size: 24px;
  margin: 20px 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left .t1 {
    margin: 15px 0 0;
    font-size: 20px;
    line-height: 1.5;
  }
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left .t2 {
  color: #191919;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 2;
  border-bottom: 1px solid #848383;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left .t2 {
    padding: 15px 0;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left li {
  list-style: none;
  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: 20px;
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left li .a_block {
  width: 80%;
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left li .date {
  color: #A5A5A5;
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left li .news-date {
  width: 100%;
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left li .news-date:hover div {
  color: #992d31 !important;
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left li a {
  color: #191919;
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left li:hover a {
  color: #992d31;
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left li {
    margin: 20px 0;
  }
}
@media screen and (max-width: 992px) {
  .student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_left {
    width: 100%;
    margin: 25px auto 0;
  }
}
.student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_right {
  width: 43.9230769231%;
  margin-top: 23px;
}
@media screen and (max-width: 992px) {
  .student_work_dangjian .container-student .student_work_dangjian_info .student_work_dangjian_info_right {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .student_work_dangjian .container-student .student_work_dangjian_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.student_work_dt {
  padding: 38px 0 0;
  background-color: #f2f2f2;
}
.student_work_dt .container-student {
  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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.student_work_dt .container-student .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.student_work_dt .container-student .title .title_size {
  margin: 0 25px;
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  .student_work_dt .container-student .title .title_size {
    font-size: 26px;
  }
}
.student_work_dt .container-student .student_work_dt_list {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 30.1538461538% 30.1538461538% 30.1538461538%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item {
  width: 100%;
  cursor: pointer;
  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;
  margin-bottom: 30px;
  background-color: #F2F2F2;
}
.student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item:hover .item_word {
  color: #992d31;
}
.student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item img {
    -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) {
  .student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 227px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 227px;
            flex: 0 0 227px;
  }
}
.student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item .item_word {
  font-size: 18px;
  padding: 15px 10px;
  color: #484848;
  line-height: 29px;
}
@media screen and (max-width: 992px) {
  .student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item .item_word {
    padding: 15px 0px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item .item_word {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .student_work_dt .container-student .student_work_dt_list .student_work_dt_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .student_work_dt .container-student .student_work_dt_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .student_work_dt .container-student .student_work_dt_list {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .student_work_dt {
    margin: 0;
  }
}

.student_work_news {
  padding: 38px 0;
}
.student_work_news .container-student .student_work_news_right {
  width: 100%;
}
.student_work_news .container-student .student_work_news_right .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;
}
.student_work_news .container-student .student_work_news_right .title .title_left {
  text-align: center;
  background-color: #992D31;
  font-size: 30px;
  padding: 10px 0px;
  font-weight: 700;
  color: #ffffff;
  width: 171px;
}
@media screen and (max-width: 992px) {
  .student_work_news .container-student .student_work_news_right .title .title_left {
    font-size: 24px;
  }
}
.student_work_news .container-student .student_work_news_right .title .title_right {
  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-left: 20px;
  font-size: 18px;
}
.student_work_news .container-student .student_work_news_right .title .title_right a:hover {
  color: #992d31;
  font-weight: bold;
}
.student_work_news .container-student .student_work_news_right ul {
  margin-top: 27px;
  background-color: #ffffff;
}
.student_work_news .container-student .student_work_news_right ul li {
  padding-top: 20px;
}
.student_work_news .container-student .student_work_news_right ul li .news-date {
  width: 100%;
}
.student_work_news .container-student .student_work_news_right ul li .news-date:hover div {
  color: #992d31 !important;
}
.student_work_news .container-student .student_work_news_right ul li .a_block {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .student_work_news .container-student .student_work_news_right ul li .a_block {
    width: 85%;
  }
}
.student_work_news .container-student .student_work_news_right ul li .date {
  color: #878787;
}
.student_work_news .container-student .student_work_news_right ul li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  .student_work_news .container-student .student_work_news_right ul li {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .student_work_news .container-student .student_work_news_right ul {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .student_work_news .container-student .student_work_news_right {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .student_work_news .container-student {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .student_work_news .container-student {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.student_work_fc {
  padding: 38px 0 0;
}
.student_work_fc .container-student {
  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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.student_work_fc .container-student .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.student_work_fc .container-student .title .title_size {
  font-size: 30px;
  margin: 0 25px;
}
@media screen and (max-width: 992px) {
  .student_work_fc .container-student .title .title_size {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .student_work_fc .container-student {
    padding-top: 25px;
  }
}

@media screen and (max-width: 992px) {
  .student_work_notice_phone {
    padding: 20px 0;
  }
  .student_work_notice_phone .wp .title {
    width: 30%;
  }
  .student_work_notice_phone .wp .title .title_size {
    font-size: 16px;
  }
  .student_work_notice_phone .student_work_notice_info .student_work_notice_info_left {
    display: none;
  }
  .student_work_notice_phone .student_work_notice_info .student_work_notice_info_right {
    width: 100% !important;
  }
  .student_work_notice_phone .student_work_notice_info .student_work_notice_info_right li .li_item .a_block {
    font-size: 14px;
  }
  .student_work_notice_phone .student_work_notice_info .student_work_notice_info_right li .date {
    font-size: 16px;
  }
  .student_work_dangjian_phone {
    padding: 25px 0;
  }
  .student_work_dangjian_phone .wp .title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .student_work_dangjian_phone .wp .title .title_left {
    font-size: 18px !important;
    width: 100px !important;
  }
  .student_work_dangjian_phone .wp .title .title_right {
    font-size: 16px !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_left {
    width: 100% !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_left .t1 {
    font-size: 18px !important;
    margin: 10px 0 15px 0 !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_left .t2 {
    font-size: 12px !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_left .t3 {
    font-size: 12px !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_right {
    display: none !important;
  }
  .student_work_dt_phone {
    padding: 0;
  }
  .student_work_dt_phone .wp .title {
    width: 30%;
  }
  .student_work_dt_phone .wp .title .title_size {
    font-size: 16px;
  }
  .student_work_dt_phone .wp .student_work_dt_list .student_work_dt_list_item {
    width: 28%;
    padding-bottom: 10px;
  }
  .student_work_dt_phone .wp .student_work_dt_list .student_work_dt_list_item .item_word {
    margin-top: 10px;
    padding: 0 5px;
    height: auto !important;
    font-size: 12px;
    padding: 0 !important;
  }
  .student_work_news_phone {
    padding: 25px 0 0;
  }
  .student_work_news_phone .wp .student_work_news_right {
    display: none !important;
  }
  .student_work_fc_phone {
    padding: 10px 0;
  }
  .student_work_fc_phone .wp .title {
    width: 30%;
  }
  .student_work_fc_phone .wp .title .title_size {
    font-size: 16px;
  }
}
main.graduate_education_page .main-content .content-left section p {
  text-indent: 0;
  line-height: 2;
}
main.graduate_education_page .main-content .content-left section .block {
  display: block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-color: #992D31;
}
main.graduate_education_page .main-content .content-left section .major-title {
  padding: 13px 5px;
  background-color: #ededed;
  font-size: 25px;
  line-height: 1;
  color: #992D31;
  text-align: center;
}
main.graduate_education_page .main-content .content-left .graduate-pic-box {
  margin: 35px auto 0;
  padding-bottom: 55px;
  border-bottom: 1px solid #ECEBEB;
}
main.graduate_education_page .main-content .content-left .graduate-pic-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  main.graduate_education_page .main-content .content-left .graduate-pic-box {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
main.graduate_education_page .main-content .content-left .profession-box {
  -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;
  margin: 28px 0;
  color: #992D31;
}
main.graduate_education_page .main-content .content-left .profession-box .profess-title {
  line-height: 1;
}
main .retract {
  text-indent: 2em !important;
}
main .major-title-else {
  margin-top: 55px;
}
@media screen and (max-width: 992px) {
  main .major-title-else {
    margin-top: 25px;
  }
}

.party-committee .article_section p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .party-committee .article_section p {
    font-size: 16px;
  }
}
.party-committee .article_section .committee-member {
  margin-top: 116px;
}
.party-committee .article_section .committee-member h5 {
  padding: 12px 23px;
  max-width: 506px;
  line-height: 1;
  color: #992D31;
  background-color: #eeeeee;
}
.party-committee .article_section .committee-member ul {
  margin-top: 28px;
  padding: 0 23px;
}
.party-committee .article_section .committee-member ul li {
  width: 45%;
  padding-bottom: 18px;
  border-bottom: 1px solid #D3D3D3;
  color: #252525;
}
.party-committee .article_section .committee-member ul li .name {
  color: #000;
  margin-right: 20px;
}
.party-committee .article_section .committee-member ul li .left-personal-msg {
  width: 50%;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .party-committee .article_section .committee-member ul li .left-personal-msg {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .party-committee .article_section .committee-member ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .party-committee .article_section .committee-member ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .party-committee .article_section .committee-member {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .party-committee .article_section .committee-member h5 {
    font-size: 19px;
  }
}
.party-committee .article_section .img-content {
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .party-committee .article_section .img-content {
    margin-top: 50px;
  }
}

.team_base {
  margin-top: 50px;
  width: 100%;
}
.team_base .item {
  width: 100%;
  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;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ECEBEB;
}
.team_base .item .item_left {
  width: 90%;
  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: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.team_base .item .item_left img {
  width: 5%;
}
.team_base .item .item_left .a_block {
  text-align: left;
  margin-left: 20px;
  font-size: 18px;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 70%;
}
.team_base .item .date {
  color: #C9C9C9;
  font-size: 16px;
}

.common_download {
  width: 100%;
  margin-top: 40px;
}
.common_download .item {
  margin-top: 40px;
  width: 100%;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #C9C9C9;
}
.common_download .item .a_block {
  text-align: left;
  font-size: 18px;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
}
.common_download .item .date {
  color: #C9C9C9;
  font-size: 16px;
}

.campusally_area {
  width: 100%;
  margin-top: 50px;
}
.campusally_area .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-left: -20px;
  border-bottom: 1px solid #C9C9C9;
}
.campusally_area .item .a_block {
  margin-left: 20px;
  text-align: left;
  font-size: 18px;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
}
.campusally_area .item .date {
  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;
  color: #992D31;
}
.campusally_area .item .date .month {
  font-size: 28px;
  font-weight: 700;
}
.campusally_area .item .date .year {
  text-align: right;
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .campusally_area .item {
    margin-left: 0;
  }
}

.enrollment-employment .item:hover {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: url("../img/header/jy_img_back_pre.png") no-repeat center center;
}
.enrollment-employment .item:hover .date {
  color: #ffffff !important;
}
.enrollment-employment .item:hover .a_block {
  color: #ffffff;
}

.teacher_list {
  margin-top: 44px;
  width: 100%;
  padding-bottom: 30px;
}
.teacher_list .list_item {
  width: 100%;
}
.teacher_list .list_item:nth-child(n+2) {
  margin-top: 40px;
}
.teacher_list .list_item .title {
  background-color: #EDEDED;
  text-align: center;
  color: #992D31;
  padding: 7px 0px;
  margin-bottom: 0px !important;
}
.teacher_list .list_item ul {
  width: 100%;
}
.teacher_list .list_item ul li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EFEFEF;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teacher_list .list_item ul li .zw {
  margin-top: 14px;
  width: 12%;
  color: #8E8A8A;
  text-align: justify;
  line-height: 0.2;
}
.teacher_list .list_item ul li .zw:after {
  display: inline-block;
  width: 100%;
  content: "";
}
.teacher_list .list_item ul li .teacher_name {
  width: 82%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5%;
  color: #000;
  line-height: 0.2;
}
.teacher_list .list_item ul li .teacher_name div {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media screen and (max-width: 992px) {
  .student_work_notice_phone {
    padding: 10px 0;
  }
  .student_work_notice_phone .wp .title {
    width: 30%;
  }
  .student_work_notice_phone .wp .title .title_size {
    font-size: 16px;
  }
  .student_work_notice_phone .student_work_notice_info {
    margin: 20px 0 0 !important;
  }
  .student_work_notice_phone .student_work_notice_info .student_work_notice_info_left {
    display: none;
  }
  .student_work_notice_phone .student_work_notice_info .student_work_notice_info_right {
    width: 100% !important;
    margin: 0 !important;
  }
  .student_work_notice_phone .student_work_notice_info .student_work_notice_info_right li .li_item .a_block {
    font-size: 16px !important;
  }
  .student_work_notice_phone .student_work_notice_info .student_work_notice_info_right li .date {
    font-size: 16px !important;
  }
  .student_work_dangjian_phone {
    padding: 15px 0;
  }
  .student_work_dangjian_phone .wp .title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .student_work_dangjian_phone .wp .title .title_left {
    font-size: 18px !important;
    width: 100px !important;
  }
  .student_work_dangjian_phone .wp .title .title_right {
    font-size: 16px !important;
  }
  .student_work_dangjian_phone .wp .title .title_right .right_arrow {
    width: 12px !important;
    height: 12px !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_left {
    width: 100% !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_left .t1 {
    font-size: 18px !important;
    margin: 10px 0 15px 0 !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_left .t2 {
    font-size: 12px !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_left .t3 {
    font-size: 12px !important;
  }
  .student_work_dangjian_phone .wp .student_work_dangjian_info .student_work_dangjian_info_right {
    display: none !important;
  }
  .student_work_dt_phone {
    padding: 25px 0 0;
  }
  .student_work_dt_phone .wp .title {
    width: 30%;
  }
  .student_work_dt_phone .wp .title .title_size {
    font-size: 16px;
  }
  .student_work_dt_phone .wp .student_work_dt_list .student_work_dt_list_item {
    width: 28%;
    padding-bottom: 10px;
  }
  .student_work_dt_phone .wp .student_work_dt_list .student_work_dt_list_item .item_word {
    margin-top: 10px;
    padding: 0 5px;
    height: auto !important;
    font-size: 12px;
    padding: 0 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .student_work_news_phone {
    padding: 15px 0 !important;
  }
  .student_work_news_phone .wp .student_work_news_right {
    display: none !important;
  }
  .student_work_fc_phone {
    padding: 0;
  }
  .student_work_fc_phone .wp .title {
    width: 30%;
  }
  .student_work_fc_phone .wp .title .title_size {
    font-size: 16px;
  }
  .team_base {
    margin-top: 25px !important;
  }
  .team_base .item {
    padding-bottom: 20px !important;
    margin-bottom: 20px;
  }
  .team_base .item .item_left {
    width: 80%;
  }
  .team_base .item .item_left img {
    width: 36px;
    height: 28px;
  }
  .team_base .item .item_left .a_block {
    font-size: 16px;
  }
  .team_base .item .date {
    font-size: 16px;
  }
  .common_download {
    padding-bottom: 40px;
    margin-top: 20px !important;
  }
  .common_download .item {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .common_download .item .a_block {
    font-size: 16px;
  }
  .common_download .item .date {
    font-size: 12px !important;
  }
  .common_download .item:first-child {
    margin-top: 30px;
  }
  .campusally_area {
    padding-bottom: 40px;
    margin-top: 20px !important;
  }
  .campusally_area .item {
    padding: 20px 0;
  }
  .campusally_area .item .a_block {
    font-size: 16px;
    width: 75%;
  }
  .campusally_area .item .date .month {
    font-size: 18px !important;
    font-weight: 700;
  }
  .campusally_area .item .date .year {
    text-align: right;
    margin-top: 10px;
    font-size: 12px !important;
  }
  .teacher_list {
    margin-top: 25px;
    padding-bottom: 30px !important;
  }
  .teacher_list .list_item:nth-child(n+2) {
    margin-top: 30px !important;
  }
  .teacher_list .list_item .title {
    font-size: 14px !important;
    padding: 5px 0 !important;
  }
  .teacher_list .list_item ul li {
    margin-top: 7px !important;
    padding-bottom: 5px !important;
  }
  .teacher_list .list_item ul li .zw {
    margin-top: 7px !important;
    width: 22% !important;
    font-size: 12px !important;
  }
  .teacher_list .list_item ul li .teacher_name {
    width: 70% !important;
    font-size: 12px !important;
  }
  .teacher_list .list_item ul li .teacher_name div {
    margin-top: 7px !important;
  }
}
.tzgg_page .red_squre {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #992D31;
  margin-right: 2px;
}
.tzgg_page .tzgg_page_base .item {
  display: block;
}
.tzgg_page .tzgg_page_base .item .item_left .a_block {
  margin-left: 10px;
}
.tzgg_page .tzgg_page_base .item .date {
  color: #000;
}
.tzgg_page .tzgg_page_base .item:hover a {
  color: #992D31;
}
.tzgg_page .tzgg_page_base .item:hover .date {
  color: #992D31;
}
.tzgg_page .tzgg_page_base .item .f-toekd {
  padding-top: 10px;
  text-align: start;
  font-style: italic;
  color: #797d7e;
  font-size: 14px;
  margin-left: 16px;
}

.title_more {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.more_many {
  font-size: 18px;
}
.more_many:hover {
  color: #902428;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  #vsb_content_4 P {
    text-indent: unset !important;
  }
}
.grid-middle {
  padding: 38px 0 18px;
}
.grid-middle ul {
  width: 100%;
  display: grid;
  grid-template-columns: 31.23077% 31.23077% 31.23077%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .grid-middle ul {
    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;
  }
  .grid-middle ul li {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .grid-middle ul li {
    width: 100%;
  }
}
.grid-middle li {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .grid-middle {
    padding: 25px 0 0px;
  }
}
@media screen and (max-width: 576px) {
  .grid-middle {
    padding: 39px 0 0px;
  }
}

.list_zt {
  width: 100%;
}
.list_zt .pic {
  height: 180px;
}
.list_zt .pic .pimg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
}
.list_zt li .item {
  -webkit-box-shadow: 0px 0px 18px 2px rgba(166, 166, 166, 0.2);
          box-shadow: 0px 0px 18px 2px rgba(166, 166, 166, 0.2);
  background: rgba(255, 255, 255, 0.7);
}
.list_zt li .info {
  padding: 45px 25px 25px 25px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .list_zt li .info {
    padding: 45px 20px 15px 20px;
  }
}
.list_zt li .date {
  width: 73px;
  height: 86px;
  background: url(../img/home/bg_date2.png) no-repeat left top;
  text-align: center;
  position: absolute;
  left: 35px;
  top: -50px;
  z-index: 1;
  color: #fff;
}
.list_zt li .day {
  margin: 8px 0 -1px 0;
}
.list_zt li .year {
  font-size: 12px;
}
.list_zt li .tit {
  color: #161616;
  margin: -4px 0 0 0;
  line-height: 28px;
  height: 56px;
}
.list_zt li .desc {
  -webkit-line-clamp: 3;
  color: #999;
  font-size: 12px;
  line-height: 22px;
  height: 66px;
}

.departTitle {
  font-size: 28px;
}

.edit_con_original {
  margin-top: 24px;
}
.edit_con_original .teacher {
  margin-top: 20px;
}
.edit_con_original .departTitle {
  background-color: #EDEDED;
  text-align: center;
  color: #992D31;
  padding: 14px 0px;
  margin-bottom: 0px !important;
}
.edit_con_original .teacherType {
  margin-top: 15px;
  text-align: left;
}
.edit_con_original .teacherType .teacherTypeName {
  font-weight: bold;
}
.edit_con_original .teacherType .teacherNameList {
  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;
}
.edit_con_original .teacherType .teacherNameList .teacherName {
  text-indent: 0.5em;
  margin-top: 15px;
  margin-right: 15px;
}
 .teacherName a:hover {
  color: #224e9c;
}
.edit_con_original .teacherType .teacherNameList .teacherName a:hover {
  color: #224e9c;
}

#vsb_content_4 .vsbcontent_end {
  text-indent: unset !important;
}

.school-leader {
  margin-top: 30px;
}
.school-leader .list_item {
  margin-bottom: 20px;
}
.school-leader .title {
  font-weight: bold;
  text-align: left;
  color: #992d31;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000000;
}
.school-leader ul {
  display: grid;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  grid-template-columns: 30% 30% 30%;
}
.school-leader ul li {
  margin-bottom: 30px;
}
.school-leader ul li .desc {
  margin: 15px 5px 25px;
  line-height: 1.3;
  text-align: left;
  text-indent: 1.5em;
}
.school-leader ul li .position {
  margin: 10px 0;
  color: #992d31;
  font-weight: bold;
}
.school-leader ul li .pic img {
  width: 130px;
  height: 180px;
}
.school-leader ul 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);
}
@media screen and (max-width: 768px) {
  .school-leader ul {
    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-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .school-leader ul li {
    width: 45%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .school-leader ul li {
    width: 100%;
  }
}

.trans {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav li:hover .sub-nav {
  top: 100%;
  visibility: inherit;
  opacity: 1;
}
.header-nav .sub-nav {
  position: absolute;
  top: 50px;
  opacity: 0;
  visibility: hidden;
}
.header-nav .sub-nav .sub-nav-wp {
  padding: 20px 20px;
  background: url(../img/home/navbg.png) #fff no-repeat right bottom;
  margin-top: 10px;
  position: relative;
  padding-right: 100px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header-nav .sub-nav .sub-nav-wp::before {
  position: absolute;
  content: "";
  border: 10px solid #fff;
  border-color: transparent transparent #fff transparent;
  top: -20px;
  z-index: 5;
}
.header-nav .sub-nav .sub-nav-wp .nav-pic {
  position: relative;
  width: 230px;
}
.header-nav .sub-nav .sub-nav-wp .nav-pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 65px 5px 5px;
  z-index: 10;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(60, 117, 166)), to(rgba(60, 117, 166, 0)));
  background: -webkit-linear-gradient(bottom, rgb(60, 117, 166) 0%, rgba(60, 117, 166, 0) 100%);
  background: -moz-linear-gradient(bottom, rgb(60, 117, 166) 0%, rgba(60, 117, 166, 0) 100%);
  background: -o-linear-gradient(bottom, rgb(60, 117, 166) 0%, rgba(60, 117, 166, 0) 100%);
  background: linear-gradient(0deg, rgb(60, 117, 166) 0%, rgba(60, 117, 166, 0) 100%);
}
.header-nav .sub-nav .sub-nav-wp a {
  color: #000;
  font-size: 16px;
}
.header-nav .sub-nav .sub-nav-wp .sub-nav-a {
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
}
.header-nav .sub-nav .sub-nav-wp .sub-nav-a a {
  margin-left: 0;
  width: 90%;
  padding: 5px 5px;
  line-height: 1.3em;
  background: url(../img/home/cirb.png) no-repeat left 12px;
  padding-left: 12px;
}
.header-nav .sub-nav1 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav1 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav2 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav2 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav3 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav3 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav4 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav4 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav5 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav5 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav6 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav6 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav7 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav7 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav8 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav8 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav9 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav9 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav10 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav10 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav11 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav11 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}
.header-nav .sub-nav12 {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav .sub-nav12 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}

.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;
}

.v-center {
  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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid {
  width:400px;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  -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;
}

.every_card {
  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;
}
.every_card .zhuren,
.every_card .fuzhuren {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .every_card .zhuren,
  .every_card .fuzhuren {
    width: 100%;
  }
  .every_card .zhuren .option,
  .every_card .fuzhuren .option {
    width: 28%;
  }
  .every_card .zhuren .teacherName,
  .every_card .fuzhuren .teacherName {
    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;
  }
}
@media screen and (max-width: 768px) {
  .every_card .fuzhuren {
    margin-top: 20px;
  }
}
.every_card .zhuren.else-options {
  width: 100%;
}
.every_card .zhuren.else-options .option {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .every_card .zhuren.else-options .option {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .every_card .zhuren.else-options .teacherName a {
    width: 20%;
  }
}
.every_card .option {
  padding: 5px 0;
  width: 40.48%;
  color: #8E8A8A;
  text-align: justify;
  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-right: 20px;
}
.every_card .teacherName {
  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;
  width: 100%;
  gap: 0 14px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
}
.every_card .teacherName a {
  text-align: left;
  padding: 5px 0;
  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;
}

.right-img .pic img{
display:none !important;
}
.right-img .pic :first-child{
display:flex  !important;
}