@charset "UTF-8";
body {
  background: #fff;
}
.inner {
  max-width: 1400px;
}
@media screen and (min-width: 1420px) {
  .inner {
    width: 1400px;
  }
}

/*block-svgicon*/
#block-svgicon {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
#block-header-en {
  margin: 0;
}

.header-cls-customer {
  z-index: 1000;
  visibility: hidden;
  height: 136px;
  background: #fff
    url("/sysuspa-prod/sites/default/files/header_bg.png")
    bottom center no-repeat;
  background-size: 100% auto;
}
.header-row {
  height: 0;
  padding: 0;
}
.header-container.inner {
  height: 14px;
}
.header-bg-light,
#header-top {
  background-color: transparent !important;
}

#header-top {
  border-top: 14px solid #283270;
  border-bottom: 1px solid #ddd;
}
#header-top .header-left > p > a {
  margin-right: 1em;
}
#header-btns {
  background-color: transparent;
}
.header-logo {
  width: 508px;
  height: 122px;
  padding-top: 24px;
  display: inline-block;
  background: url("/sysuspa-prod/sites/default/files/logo_bg.png") top center no-repeat;
  position: absolute;
  left: 50%;
  top: -61px;
  transform: translate(-50%);
  z-index: 50;
}
@media (min-width: 992px) and (max-width: 1430px) {
  .header-logo {
    width: 388px;
    height: 84px;
    background-size: 100% 100%;
    padding-top: 18px;
  }
  #site-logo img {
    width: auto;
    height: 44px;
  }
}
@media screen and (max-width: 992px) {
  .header-logo {
    width: auto;
  }
  #header .header-container .header-row .header-column {
    text-align: left;
  }
  #header .header-container .header-row .header-column #site-logo.header-logo {
    background: none;
    position: static;
    transform: translate(0, 0);
    text-align: left;
  }
  #header .header-container .header-row .header-column #site-logo.header-logo img {
    margin-top: 0;
  }
  #header-top {
    display: none;
  }
  .header-cls-customer {
    background: #283270;
  }
  #site-logo {
    height: 122px;
  }
}
@media screen and (max-width: 768px) {
  .header-cls-customer {
    height: 86px;
  }
  #site-logo {
    height: 72px;
    padding: 10px 0;
  }
  #header .header-container .header-row .header-column #site-logo.header-logo img {
    height: auto;
    max-height: 100%;
  }
  #header .header-container .header-row .header-column #header-btns {
    top: -58px;
  }
}
/* search */
.header-cls-customer input.form-text {
  padding: 7px 15px;
}
.header-cls-customer input.form-text.form-element-radius {
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
#header-top #search-block-form .form-actions:after,
#header-top .search-block-form .form-actions:after {
  top: 2px;
  right: 10px;
}
#search-block-form .form-actions,
.search-block-form .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

#header {
  padding-bottom: 10px;
}
#main-menu {
  position: relative;
  z-index: 60;
}
#main-menu .inner {
  padding: 0;
}

/* slider */
.slider-cls-customer {
  background-color: #000;
}
.swiper-58-1 {
  overflow: hidden;
}
.slider-cls-customer .swiper-container {
  width: 1400px;
  overflow: visible;
  padding-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .slider-cls-customer .swiper-container {
    width: 100%;
  }
}
.pagination .swiper-pagination-switch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
}
.pagination .swiper-active-switch {
  background: #fff;
}

.admission-slide .pagination .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  background-color: #c2c2c2;
}
.admission-slide .pagination .swiper-active-switch {
  background-color: #a01113;
}
@media only screen and (max-width: 991px) {
  .outside-pagination-3 .pagination {
    bottom: 10px;
  }
  .outside-pagination-3 .outside-title .title {
    color: #fff;
  }
}
.swiper-wrapper .swiper-button-prev,
.swiper-container .swiper-button-prev,
.swiper-wrapper .swiper-button-next,
.swiper-container .swiper-button-next {
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #a01113;
}
.admission-slide .swiper-wrapper .swiper-button-prev,
.admission-slide .swiper-container .swiper-button-prev,
.admission-slide .swiper-wrapper .swiper-button-next,
.admission-slide .swiper-container .swiper-button-next {
  display: none;
}

.swiper-wrapper .swiper-button-prev:before,
.swiper-container .swiper-button-prev:before,
.swiper-wrapper .swiper-button-next:before,
.swiper-container .swiper-button-next:before {
  line-height: 48px;
  font-size: 120%;
}
@media screen and (min-width: 1600px) {
  .swiper-button-prev {
    left: calc(325px - 25vw);
  }
  .swiper-button-next {
    right: calc(325px - 25vw);
  }
}
@media screen and (min-width: 1430px) and (max-width: 1599px) {
  .swiper-button-prev {
    left: calc(350px - 25vw);
  }
  .swiper-button-next {
    right: calc(350px - 25vw);
  }
}

@media screen and (max-width: 768px) {
  .swiper-wrapper .swiper-button-prev,
  .swiper-container .swiper-button-prev,
  .swiper-wrapper .swiper-button-next,
  .swiper-container .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .swiper-wrapper .swiper-button-prev:before,
  .swiper-container .swiper-button-prev:before,
  .swiper-wrapper .swiper-button-next:before,
  .swiper-container .swiper-button-next:before {
    line-height: 32px;
    font-size: 90%;
  }
}

.swiper-wrapper .swiper-slide:after,
.swiper-container .swiper-slide:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-wrapper .swiper-slide.swiper-slide-active:after,
.swiper-container .swiper-slide.swiper-slide-active:after {
  background: rgba(0, 0, 0, 0);
}
.admission-slide .swiper-1 .swiper-wrapper,
.admission-slide .swiper-1 .swiper-slide {
  border-radius: 8px;
}
.outside-pagination-3 .outside-title {
  text-align: left;
  bottom: 26px;
}
.outside-pagination-3 .outside-title .title {
  padding: 14px 28px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .swiper-58-1 {
    height: 280px;
  }
  .outside-pagination-3 .outside-title {
    bottom: 12px;
  }
  .outside-pagination-3 .outside-title .title {
    padding: 12px 16px;
    font-size: 20px;
  }
}

.main-menu-1-1 .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-menu-1-1 .nav-menu > .menu-item {
  padding: 0;
  width: 87px;
}
.main-menu-1-1 .nav-menu > .menu-item:nth-child(6) {
  margin-right: 360px;
}
#block-header-en .main-menu-1-1 .nav-menu > .menu-item {
  width: auto;
  min-width: 160px;
}
#block-header-en .main-menu-1-1 .nav-menu > .menu-item:nth-child(5) {
  margin-right: 0;
}
#block-header-en .main-menu-1-1 .nav-menu > .menu-item:nth-child(3) {
  margin-right: 472px;
}
@media (min-width: 992px) and (max-width: 1430px) {
  .main-menu-1-1 .nav-menu > .menu-item {
    padding: 0;
    width: 10%;
  }
  .main-menu-1-1 .nav-menu > .menu-item:nth-child(5) {
    margin-right: 0;
  }
  #block-header-en .main-menu-1-1 .nav-menu {
    display: flex;
    justify-content: space-between;
  }
  #block-header-en .main-menu-1-1 .nav-menu > .menu-item:nth-child(4) {
    margin-right: 0;
  }
}

.main-menu-1-1 .nav-menu > .menu-item > a,
.main-menu-1-1 .nav-menu > .menu-item .menu-toggle > a {
  display: block;
  padding: 18px 0px;
  width: 100%;
  text-align: center;
  color: #323232;
}
.main-menu-1-1 .nav-menu > .menu-item.active,
.main-menu-1-1 .nav-menu > .menu-item:hover,
.main-menu-1-1 .nav-menu > .menu-item:focus {
  background-color: transparent;
}
ul.dropdown-menu,
.dropdown .dropdown-menu {
  min-width: 130px;
}
.main-menu-1-1 .nav-menu > .menu-item > .level-menu {
  left: 50%;
  transform: translateX(-50%);
}
.main-menu-1-1 .nav-menu > .menu-item:last-child .level-menu {
  right: 50%;
  left: unset;
  transform: translateX(-50%);
}

.main-menu-1-1 .nav-menu > .menu-item:last-child > .level-menu {
  transform: translateX(50%);
}
.main-menu-1-1 .nav-menu .level-menu {
  background-color: #283270;
}
.main-menu-1-1 .nav-menu .level-menu .level-menu {
  background-color: #101e81;
}

.main-menu-1-1 .nav-menu .level-menu .menu-item {
  border-color: rgba(255, 255, 255, 0.15);
}

.main-menu-1-1 .nav-menu .level-menu .menu-item > a,
.main-menu-1-1 .nav-menu .level-menu .menu-item > a.is-active {
  color: #fff;
}

.main-menu-1-1 .nav-menu .level-menu .menu-item > a.is-active,
.main-menu-1-1 .nav-menu .level-menu .menu-item > a:hover,
.main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a {
  background-color: #3b49a3;
  color: #fff;
}
/* breadcrumb */
.inner .breadcrumb {
  margin-top: 0;
  margin-bottom: 56px;
  border: none;
  position: relative;
  /* padding-left: 22px; */
  padding-bottom: 0;
  min-height: 60px;
}
.breadcrumb .list-breadcrumb {
  padding-top: 22px;
  padding-bottom: 22px;
}

.breadcrumb .list-breadcrumb li a {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb .list-breadcrumb li,
.breadcrumb .list-breadcrumb li a:hover {
  color: #fff;
}
.inner .breadcrumb:before {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  transform: skewX(30deg);
  background: rgba(42, 56, 142, 0.95);
  position: absolute;
  left: calc(1000px - 100vw);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .inner .breadcrumb:before {
    left: -20vw;
  }
}
@media screen and (max-width: 420px) {
  .inner .breadcrumb:before {
    left: -10vw;
  }
}

.inner .breadcrumb .list-breadcrumb li.space {
  margin: 0 12px;
}
.inner .breadcrumb .list-breadcrumb li .icon {
  color: transparent;
  font-size: 0;
}
.inner .breadcrumb .list-breadcrumb li .icon:before {
  content: "/";
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

/* sidebar menu */
.sidebar-menu-2-3 .column-name-custom {
  height: 124px;
  background: #2e3d9a
    url("/sysuspa-prod/sites/default/files/column_name_bg.jpg");
  background-size: contain;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  margin-bottom: 2px;
}
.sidebar-menu-2-3 .column-name-custom svg {
  width: 1em;
  height: 1em;
  font-size: 32px;
  fill: currentColor;
  color: #fff;
}
.sidebar-menu-2-3 .column-name-custom .cn {
  margin: 0;
  font-size: 22px;
  color: #fff;
}
.sidebar-menu-2-3 .column-name-custom .en {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.sidebar-menu-2-3 .nav-menu {
  background-color: #ededed;
}
.sidebar-menu-2-3 .menu-item {
  border-bottom: 2px solid #fff;
}
.sidebar-menu-2-3 .nav-menu .expanded .level-menu .menu-item {
  padding: 0;
  border-color: #eee;
}
.sidebar-menu-2-3 .nav-menu > .menu-item > a,
.sidebar-menu-2-3 .nav-menu > .menu-item > .menu-toggle {
  height: 60px;
  box-sizing: border-box;
  padding: 21px 24px;
}

.sidebar-menu-2-3 .nav-menu .expanded .level-menu .menu-item a {
  padding: 16px 28px 16px 34px;
}
.sidebar-menu-2-3 .level-menu .menu-item a:after {
  display: none;
}
.sidebar-menu-2-3 a {
  font-size: 16px;
  line-height: 18px;
}

.sidebar-menu-2-3 .nav-menu .expanded.active .menu-toggle,
.sidebar-menu-2-3 .nav-menu .expanded.active-item .menu-toggle,
.sidebar-menu-2-3 .nav-menu .expanded.open .menu-toggle,
.sidebar-menu-2-3 .nav-menu > .menu-item > .menu-toggle:hover,
.sidebar-menu-2-3 .nav-menu > .menu-item > span.is-active,
.sidebar-menu-2-3 .nav-menu > .menu-item > a.is-active,
.sidebar-menu-2-3 .nav-menu > .menu-item.active:not(.expanded) > a,
.sidebar-menu-2-3 .nav-menu > .menu-item > span:hover,
.sidebar-menu-2-3 .nav-menu > .menu-item > a:hover {
  background-color: #b61a1c;
  background-image: url("/sysuspa-prod/sites/default/files/sidebar_item_hover.png");
  background-position: right -15px top -30px;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  color: #fff;
}
.sidebar-menu-2-3 .nav-menu .expanded.open .menu-toggle a {
  color: #fff;
}
.sidebar-menu-2-3 .nav-menu .expanded .menu-toggle i {
  font-size: 12px;
  text-align: center;
  color: #3e3e3e;
}
.sidebar-menu-2-3 .nav-menu .expanded .menu-toggle:hover i,
.sidebar-menu-2-3 .nav-menu .expanded.open .menu-toggle i {
  color: #fff;
}

.sidebar-menu-2-3 .nav-menu .expanded .menu-toggle i:before {
  content: "\e609";
}
.sidebar-menu-2-3 .nav-menu .expanded.open .menu-toggle i:before {
  transform: rotate(0);
  content: "\e723";
}
.sidebar-menu-2-3 .nav-menu .menu-item.active:not(.expanded) {
  background-color: transparent;
}

.sidebar-menu-2-3 .nav-menu .expanded .level-menu .menu-item.active > a {
  color: #d42f32;
  background-color: #fff4f4;
}

.sidebar-menu-2-3 .nav-menu .expanded .level-menu .menu-item:not(.active) a:focus,
.sidebar-menu-2-3 .nav-menu .expanded .level-menu .menu-item:not(.active) a:hover {
  color: #b61a1c;
  background-color: #fff4f4;
}
.sidebar-menu-2-3 .nav-menu .expanded .level-menu .menu-item .menu a {
  padding-left: 48px;
}
.sidebar-menu-2-3 .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 1px solid #eee;
}

/* footer */
#footer {
  visibility: hidden;
}
.footer {
  height: 244px;
}
.footer-content {
  color: #fff;
  height: 194px;
  padding-top: 36px;
  background: #a01113 url("/sysuspa-prod/sites/default/files/foot_bg_0.png") bottom center repeat-x;
}
.footer-content p,
.footer-content a {
  font-size: 14px;
  color: #fff;
}
.footer-content a:hover {
  color: #ffc48f;
}
.footer-content ul {
  display: flex;
  margin-top: 20px;
  padding-left: 0;
}
.footer-content ul li {
  list-style: none;
  margin-right: 2em;
}
.footer-content .area-right {
  display: flex;
  align-items: flex-start;
}
.footer-content .area-right img {
  margin-right: 24px;
  margin-top: 8px;
  width: 88px;
  height: 88px;
}
.footer-content .area-right p {
  margin: 0;
}
.copyright {
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #8a0204;
  color: rgba(255, 255, 255, 0.6);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  .footer-content ul li {
    margin-right: 12px;
  }
  .footer-content p,
  .footer-content a {
    font-size: 13px;
    color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .footer-content {
    padding: 16px 0;
    height: auto;
  }
  .footer-content ul {
    margin-top: 16px;
    justify-content: space-between;
  }
  .footer-content ul li {
    margin-right: 0;
  }
  .footer-content .area-left {
    margin-bottom: 8px;
  }
  .footer-content .area-right {
    align-items: center;
    flex-direction: row-reverse;
  }
  .footer-content .area-right .info {
    flex: 1;
  }
  .footer-content .area-right img {
    margin: 0;
    margin-left: 24px;
  }
  .footer-content p,
  .footer-content a {
    font-size: 13px;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .footer-content ul {
    display: none;
  }
  .footer-content {
    padding: 12px 0;
  }
}

/* content top img bg */
#main {
  overflow-x: hidden;
  visibility: hidden;
  width: 100%;
}
.layout-full.region-middle-first {
  background: url("/sysuspa-prod/sites/default/files/index_cnt_bg.jpg")
    center center no-repeat;
  background-size: 100% 424px;
  min-height: 340px;
}
#content {
  background: url("/sysuspa-prod/sites/default/files/content_btm_bg.jpg")
    center bottom no-repeat;
  background-size: 100% 434px;
  overflow-x: hidden;
}
@media screen and (max-width: 1400px) {
  #content {
    background-size: 100% auto;
  }
  .layout-full.region-middle-first {
    background-size: 100% auto;
  }
}

#content:before {
  content: "";
  display: block;
  height: 36px;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  z-index: -1;
  margin-bottom: -36px;
}

/* column page */
.page-node-type-page .block-region-right,
.page-node-type-article .block-region-right,
.block-region-right {
  padding-left: 22px;
}
.block-region-right h2.block-title {
  border-bottom: none;
  margin-bottom: 36px;
  margin-top: 4px;
}
.block-region-right .title-inner {
  padding-left: 0;
}
.page-node-type-page .article-title h1,
.block-region-right h2.block-title,
.title-inner h2 {
  font-size: 26px;
  line-height: 34px;
  border-left: 4px solid #cb2528;
  padding-left: 16px;
  padding-bottom: 2px;
  padding-top: 0;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-node-type-page .article-title h1,
  .block-region-right h2.block-title,
  .title-inner h2 {
    font-size: 22px;
  }
}
.page-taxonomy .list-3.inside-b,
.row.table.table-full .list-3.inside-b {
  padding-left: 0;
}
.more-link {
  color: #ca1e21;
}
.more-link:hover {
  color: rgba(202, 30, 33, 0.8);
}
.title-inner .more-link {
  right: 6px;
  top: 16px;
}

.list-3.list-3-1 li {
  padding-left: 14px;
  padding-right: 4px;
  font-size: 16px;
  line-height: 36px;
  position: relative;
}
.list-3.list-3-1 li:before {
  content: "•";
  color: #e2e2e2;
  position: absolute;
  left: 2px;
  top: 7px;
}
.list-3.list-3-1 li a p {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 36px;
}
.list-3.list-3-1 .list-item .date {
  font-size: 16px;
  color: #a0a0a0;
}
@media screen and (max-width: 768px) {
  .list-3.list-3-1 li {
    line-height: 28px;
  }
  .list-3.list-3-1 li a p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 1em;
  }
  .list-3.list-3-1 .list-item .date {
    font-size: 14px;
  }
}

/*field-body*/
.block-region-right .field-body p {
  margin-bottom: 1em;
}
.block-region-right .field-body h1,
.block-region-right .field-body h2,
.block-region-right .field-body h3,
.block-region-right .field-body h4,
.block-region-right .field-body h5 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .block-region-left .views-field.views-field-image img {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .page-node-type-page .block-region-right,
  .page-node-type-article .block-region-right,
  .block-region-right {
    padding-left: 0;
  }
  .block-region-left .views-field.views-field-image {
    text-align: center;
  }
}

.field-attachments .field-item {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* faculty */
.faculty-list-wrap {
  margin: 0 -14px;
}
.faculty-list-wrap .innerBox {
  display: flex;
  padding: 24px;
  background: #f5f5f5;
  margin-bottom: 24px;
  font-family: Microsoft YaHei;
  height: 192px;
  overflow: hidden;
}
.faculty-list-wrap .innerBox.admin {
  height: auto;
}
.faculty-list-wrap .innerBox img {
  width: 108px;
  height: 144px;
  object-fit: cover;
  margin-right: 18px;
  display: block;
}
.faculty-list-wrap .innerBox .r_info {
  overflow: hidden;
  flex: 1;
}
.faculty-list-wrap .innerBox h5 {
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
  margin-bottom: 14px;
  height: 40px;
  display: flex;
  align-items: center;
}
.faculty-list-wrap .innerBox h5 a {
  color: #2e3c92;
  font-weight: bold;
  font-size: 22px;
  margin-right: 14px;
  white-space: nowrap;
}
.faculty-list-wrap .innerBox p {
  font-size: 14px;
  color: #454545;
  margin: 0;
  margin-bottom: 4px;
  line-height: 24px;
  font-weight: 400;
  word-break: break-all;
  max-height: 48px;
  overflow: hidden;
}
/* filter */
.alphaFilters ul {
  padding: 0;
}
.alphaFilters ul li {
  list-style: none;
  min-width: 28px;
  height: 28px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  margin-right: 16px;
  margin-bottom: 16px;
  line-height: 26px;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  color: #494949;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
}

#main .field-body div.alphaFilters,
#main .field-body div.alphaFilters li {
  line-height: 26px;
}
.alphaFilters ul li.show {
  display: inline-block;
}
.alphaFilters ul li.cur {
  color: #cb2528;
  border-color: #cb2528;
}

/* index page list */
.layout-full .block .block-title {
  font-size: 28px;
  font-family: Microsoft YaHei;
  /* font-weight: 400; */
  color: #1e1e1e;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .layout-full .block .block-title {
    font-size: 24px;
  }
}
.layout-full .block .block-title:before,
.layout-full .block .block-title:after {
  content: "";
  width: 84px;
  height: 12px;
  display: block;
  background: url("/sysuspa-prod/sites/default/files/block_title_after.png")
    center center no-repeat;
  background-size: 100% auto;
  margin-top: 6px;
}
.layout-full .block .block-title:before {
  display: none;
}
.region-bottom-standard.layout-full .block .block-title {
  text-align: center;
}
.region-bottom-standard.layout-full .block .block-title:before,
.region-bottom-standard.layout-full .block .block-title:after {
  display: inline-block;
  margin: 0 20px;
}
.region-bottom-standard.layout-full .block .block-title:before {
  transform: rotate(180deg);
}
.index-list-wrap .index-list {
  list-style: none;
  padding: 0;
}
.index-list-wrap .item {
  line-height: 50px;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}
.index-list-wrap .item img {
  display: none;
}
.index-list-wrap .item a:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.index-list-wrap .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2em;
  font-size: 16px;
  margin: 0;
  line-height: inherit;
}
.index-list-wrap .item a:hover p {
  color: #FF7800;
}
.index-list-wrap .item .date {
  color: rgba(30, 30, 30, 0.6);
}
.index-list-wrap .item .date.sec {
  display: none;
}

@media screen and (max-width: 768px) {
  .index-list-wrap .item {
    line-height: 42px;
  }
  .index-list-wrap .item p {
    font-size: 14px;
  }
}

/* 新闻动态:first-child */
.index-list-wrap.index-news-notice .item:first-child {
  display: flex;
  border: none;
  align-items: flex-start;
  padding-top: 12px;
  margin-bottom: 13px;
}
.index-list-wrap.index-news-notice .item:first-child a {
  flex: 1;
}
.index-list-wrap.index-news-notice .item:first-child p {
  line-height: 32px;
  padding-right: 0;
  white-space: pre-wrap;
  max-height: 96px;
  overflow: hidden;
}
.index-list-wrap.index-news-notice .item:first-child .f-r {
  display: none;
}
.index-list-wrap.index-news-notice .item:first-child .date.sec {
  display: block;
  line-height: 32px;
}
.index-list-wrap.index-news-notice .item:first-child .img-wrap {
  width: 210px;
  height: 128px;
  margin-right: 20px;
  overflow: hidden;
}
.index-list-wrap.index-news-notice .item:first-child img {
  width: 210px;
  height: 128px;
  object-fit: cover;
  display: block;
  transition: all ease 0.5s;
}
.index-list-wrap.index-news-notice .item:first-child img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .index-list-wrap.index-news-notice .item:first-child p {
    line-height: 28px;
    max-height: 84px;
  }
}

.index-academy-wrap {
  /*display: flex;*/
  /*align-items: stretch;*/
  width: 100%;
  padding: 0;
  margin-top: 16px;
  list-style:none;
}
.index-academy-item {
  display: flex;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #eee;
  background: #fff;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .index-academy-item {
    padding: 12px;
  }
}
.index-academy-item:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.academy-column-list {
  list-style: none;
  padding-left: 0;
}
.item-list .index-academy-item {
  background: transparent;
  padding: 20px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
.item-list .index-academy-item:hover {
  box-shadow: none;
}
.index-academy-item .create-time {
  font-family: Arial;
  width: 56px;
  height: 56px;
  background: #a01113;
  border-radius: 4px;
  margin-right: 16px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  padding-top: 4px;
}
.index-academy-item .create-time span {
  font-size: 20px;
  line-height: 28px;
}
.index-academy-item .main-info {
  flex: 1;
}

.index-academy-item .main-info p {
  margin: 0;
}
.index-academy-item .main-info .top-title {
  font-size: 16px;
  max-height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.index-academy-item .main-info .top-title a {
  color: #1f1f1f;
}
.index-academy-item .main-info .top-title a:hover {
  color: #FF7800;
}

.index-academy-item .main-info .i-speaker,
.index-academy-item .main-info .i-date,
.index-academy-item .main-info .i-locate {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
  padding-left: 20px;
  word-break: break-all;
  background-repeat: no-repeat;
  background-position: left top 4px;
  background-image: url("/sysuspa-prod/sites/default/files/ico_speaker.png");
}
.index-academy-item .main-info .i-date {
  background-image: url("/sysuspa-prod/sites/default/files/ico_date.png");
}
.index-academy-item .main-info .i-locate {
  background-image: url("/sysuspa-prod/sites/default/files/ico_locate.png");
}

.row .platform-item {
  position: relative;
  margin-bottom: 24px;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  transition: all ease 0.6s;
}
.platform-item img {
  display: block;
  transition: all ease 0.6s;
}
.row .platform-item:hover img {
  transform: scale(1.1);
}
.row .platform-item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.platform-item p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  font-size: 18px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  margin: 0;
}
.platform-item p a {
  display: block;
  color: #fff;
  padding: 0 18px;
  background-color: rgba(40, 50, 112, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.platform-item p a:hover {
  background-color: rgba(40, 50, 112, 1);
}
@media screen and (max-width: 768px) {
  .row .platform-item {
    margin-bottom: 16px;
  }
  
  .platform-item p {
    line-height: 44px;
    font-size: 16px;
  }
  .platform-item p a {
    padding: 0 12px;
  }
}
@media screen and (max-width: 420px) {
  .row .platform-item {
    margin-bottom: 16px;
  }
}

/* current-leaders */
.current-leaders {
  padding-top: 20px;
  margin: 0 -25px;
}
.current-leaders:not(:last-child) {
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.current-leaders .col-md-6 {
  padding-left: 85px;
  padding-top: 24px;
  padding-right: 25px;
  margin-bottom: 50px;
  position: relative;
}
.current-leaders .col-md-6 img {
  width: 120px;
  height: 180px;
  position: absolute;
  left: 25px;
  top: 0;
  object-fit: cover;
}

.current-leaders .detail {
  background-color: #f6f6f6;
  padding: 28px 36px 28px 88px;
  min-height: 204px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
}
.current-leaders .detail h5 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2E3C92;
  line-height: 32px;
  margin: 0;
}
.current-leaders .detail .office {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 32px;
  margin: 0;
}
.current-leaders .detail .works {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;
  line-height: 24px;
  margin: 0;
}

/* pager */
.pager .pager-items .pager-item a {
  background-color: #A01113;
  border-color: #A01113;
}
.pager .pager-items .pager-item a:hover,
.pager .pager-items .pager-item a:focus,
.pager .pager-items .pager-item a.focus,
.pager .pager-items .pager-item a.disabled,
.pager .pager-items .pager-item a[disabled] {
  background-color: #A01113;
  border-color: #A01113;
  color: #fff;
}

.pager .pager-items .pager-item a:hover {
  background-color: #FF7800;
}
.pager .pager-items .pager-item.is-active a {
  background-color: transparent;
  color: #333;
}

a.go-out-link {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0,0,0,.015);
  cursor: pointer;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0,0,0,.65);
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
a.go-out-link:hover {
  color: #d42f32;
  border-color: #d42f32;
}

@-webkit-keyframes contFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes contFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100px,0);
    -ms-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.contFadeInUp {
  -webkit-animation-name: contFadeInUp;
  animation-name: contFadeInUp
}

/* adminOffice */
#main .field-body div.adminCategory {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  padding-top: 0;
  text-align: left;
  padding-left: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #cb2528;
}
#main .field-body div.adminCategory > span {
  color: #cb2528;
}
.adminOffice {
  padding: 24px 16px;
  margin-bottom: 16px;
  font-family: Microsoft YaHei;
  /* min-height: 192px; */
  overflow: hidden;
}
.adminOffice p {
  white-space: nowrap;
  margin-bottom: 4px!important;
  font-size: 14px;
}
.adminOffice img {
  width: 108px;
  height: 162px;
  object-fit: cover;
  display: block;
}
.adminOffice .r_info {
  overflow: hidden;
}

.adminOffice .r_info h2,
.adminOffice .r_info h3 {
  color: #2e3c92;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
  padding: 12px 0;
}
.adminOffice .r_info h3 {
  font-size: 18px;
}
.adminOffice .r_info h3 span {
  font-size: 14px;
  margin-left: 4px;
  color: #3b3b3b99;
}
.adminOffice .r_info h2 span {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  line-height: 32px;
  margin-left: 1em;
}
@media screen and (max-width: 480px) {
  .adminOffice {
    padding: 12px 6px;
    margin-bottom: 0;
  }
  .adminOffice p {
    font-size: 12px;
  }
}

/*party office*/

.party-office-wrap {
  display: flex;
  flex-wrap: wrap;
}
.party-office-item {
  width: 100%;
  padding: 30px 40px;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  background: linear-gradient(164deg, #fff, #f5e8e8);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(55, 99, 170, 0.1);
  transform: translateZ(0);
  transition: transform .25s,-webkit-transform .25s;
}
@media screen and (min-width: 768px) {
  .party-office-item:hover {
    background: #fff;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 4px 4px 20px 0 rgb(55 99 170 / 20%);
  }
}
@media screen and (max-width: 1199px) {
  .party-office-item {
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .party-office-item {
    padding: 20px 14px;
    width: 100%;
  }
  .party-office-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .party-office-item {
    margin-bottom: 20px;
  }
}
.party-office-item .avatar {
  width: 100px;
  height: auto;
}
.party-office-item .info {
  flex: 1;
  padding-left: 20px;
}
.party-office-item.simple .info {
  padding-left: 6px;
}
@media screen and (max-width: 480px) {
  .party-office-item .info {
    padding-left: 14px;
  }
  .party-office-item .avatar {
    width: 64px;
  }
}
.party-office-item p {
  font-size: 14px;
  line-height: 24px;
  margin: 0!important;
  padding: 4px 0;
  color: #3B3B3B;
  word-break: break-all;
  text-align: left;
}

.party-office-item p a {
  color: #3B3B3B;
}
.party-office-item p a:hover {
  color: #0262FF;
}
.party-office-item p.usrname {
  font-size: 22px;
  margin-bottom: 12px!important;
  line-height: 24px;
  padding: 4px 0;
  font-weight: bold;
  color: #2E3C92;
}
.party-office-item p.usrname span {
  font-size: 14px;
  margin-left: 12px;
  color: #3b3b3b99;
}
.party-office-item p.usrname span::before {
  content: "/";
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  .party-office-item p.usrname {
    margin-bottom: 4px!important;
    font-size: 18px;
  }
  .party-office-item p.usrname span,
  .party-office-item p {
    font-size: 12px;
    line-height: 18px;
  }
}

/* commite */
.commite-item {
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: -1px;
  transition: all ease 0.3s;
}
.block-region-right .field-body h4.commite-title {
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  cursor: pointer;
  background-color: #f5f5f5;
}
.commite-item .sub-member {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}
.member-label {
  width: 80px;
  padding: 0 12px;
  margin-bottom: 0;
  text-align: right;
}
.block-region-right .field-body .member-detail {
  flex: 1;
  padding: 0 12px;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0;
}
.block-region-right .field-body .member-detail span {
  margin-right: 0.5em;
}
.commite-item.cur {
  padding-bottom: 8px;
}
.commite-item.cur .sub-member {
  height: auto;
  visibility: visible;
  opacity: 1;
  display: flex;
  align-items: flex-start;
  padding: 12px ;
}
.block-region-right .field-body .commite-item.cur h4.commite-title {
  background: #b61a1c;
  color: #fff;
  margin-bottom: 8px;
}
/**/