body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: pingfangsc-regular, "microsoft yahei", 'å¾®è½¯é›…é»‘', sans-serif;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.mar35{
  margin-top:35px;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
  }
}
/*shortcut_line*/
.shortcut-line {
  background: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 15px;
}
.shortcut-line .line-links,
.shortcut-line .tools {
  float: right;
}
.line-links li {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
}
.line-links li a {
  display: block;
  color: #c10808;
  font-size:16px;
  padding-right:30px;
  background:url(/uploads/image/images/dj_icon01.png) no-repeat right center;
}
.tools {
  position: relative;
  z-index: 999;
  width: 24px;
  height: 24px;
  margin-left: 24px;
}
.tools .search-trigger {
  height: 24px;
  width: 24px;
  background: url(/uploads/image/images/btn_search_cas.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tools .search-trigger.active {
  background:  no-repeat center center;
}
.tools .x-show {
  display: block;
  top: 24px;
  right: 0;
}
.top-search {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
}
.top-search .search-cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top-search .s-inp {
  border: none;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
}
.top-search .s-btn {
  background: url(/uploads/image/images/btn_search_cas.png) no-repeat center center;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  right: 0;
  top: 13px;
}
/*header*/
.header {
  background-color: #fff;
}
.header img {
  display: block;
}
.header .header-logo {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .header-dh{
  padding-right:80px;
}
.header .header-dh img{
  display:inline-block;
  transform:translatey(-60px);
}
.header .header-culture {
  float: right;
  padding-top: 39px;
  padding-bottom: 39px;
}
.header-culture-new {
  float: right;
  padding-top: 39px;
  padding-bottom: 39px;
  width: 960px;
}
.header-culture-new img {
  display: block;
  width: 100%;
}
.header-culture-new .box-01 {
  float: left;
  width: 60%;
}
.header-culture-new .box-02 {
  float: right;
  width: 28%;
  padding-top: 5px;
}
@media (max-width: 1600px) {
  .header-culture-new {
    width: 780px;
  }
}
@media (max-width: 1280px) {
  .header-culture-new {
    width: 700px;
  }
  .header-culture-new .box-02 {
    padding-top: 0;
    width: 32%;
  }
}
@media (max-width: 1199px) {
  .header-culture-new {
    width: 580px;
  }
}
@media (max-width: 991px) {
  .header-culture-new {
    width: auto;
    max-width: 210px;
    margin-right: 60px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .header-culture-new .box-01 {
    display: none;
  }
  .header-culture-new .box-02 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-culture-new {
    display: none;
  }
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 50px;
  border: none;
  background: #cc0028;
  z-index: 1000;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  width: 12.5%;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  background: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 11px 0;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #f1f1f1;
  height: 4px;
  transform: translatex(-50%);
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
}
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.dropdown.on > a {
  background-color: transparent!important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav li > a:hover:after,
nav.navbar.bootsnav ul.nav li > a:focus:after,
nav.navbar.bootsnav ul.nav li.active > a:hover:after,
nav.navbar.bootsnav ul.nav li.active > a:focus:after,
nav.navbar.bootsnav ul.nav li.active > a:after,
nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
  width: 38px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border: none;
  border-left: 3px solid #d7002a;
  width: 100%;
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 8px 15px;
  line-height: 24px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #d7002a !important;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media all and (min-width: 992px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
}
@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border: none;
    border-left: 3px solid #d7002a;
    width: 100%;
    min-width: 160px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 0px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 5px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li > a:hover:after,
  nav.navbar.bootsnav ul.nav li > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:hover:after,
  nav.navbar.bootsnav ul.nav li.active > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:after,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 5px 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff !important;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*å…šç¾¤å›­åœ°*/
.party-mass-header {
  background: url(/uploads/image/images/header-bg-02-cas.png) no-repeat bottom center;
  background-size: cover;
  position: relative;
}
.party-mass-header:after {
  content: '';
  background: url(/uploads/image/images/party-mass-nav-bg-cas.png) bottom center repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.party-mass-header .shortcut-line,
.party-mass-header .header {
  background: transparent;
  position: relative;
  z-index: 2;
}
.party-mass-header .header {}
.party-mass-header nav.navbar.bootsnav {
  background: #c10808;
}
.party-mass-header nav.navbar.bootsnav.scroll {
  background: #cc0028;
}
@media (min-width: 992px) {
  .party-mass-header {
    height:300px;
  }
  .party-mass-header nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
    font-weight:400;
  }
}
@media (max-width: 1600px) {
  /*å…šç¾¤å›­åœ°*/
  .party-mass-header:before {
    right: 25%;
  }
}
@media (max-width: 1300px) {
  /*å…šç¾¤å›­åœ°*/
  .party-mass-header:before {
    right: 10%;
  }
}
@media (max-width: 991px) {
  /*å…šç¾¤å›­åœ°*/
  .party-mass-header {
    position: relative;
  }
  .party-mass-header:after {
    display: none;
  }
  .party-mass-header:before {
    right: 22%;
    bottom: 0;
    width: 90px;
    height: 93px;
    background-size: contain;
  }
  .party-mass-header .shortcut-line,
  .party-mass-header .header {
    background: transparent;
    position: relative;
    z-index: 2;
  }
  .party-mass-header .header {
    margin-bottom: 0;
  }
  .party-mass-header .header .header-logo {
    max-width: 420px;
  }
  .party-mass-header .header .navbar-toggle {
    margin-top: 50px;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .party-mass-header .header .navbar-toggle .fa {
    color: #cc0028;
  }
  .party-mass-header nav.navbar.bootsnav {
    background: #cc0028;
  }
  .party-mass-header nav.navbar.bootsnav ul.nav > li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /*å…šç¾¤å›­åœ°*/
  .party-mass-header {
    height:180px;
  }
  .party-mass-header .header {
    margin-bottom: 0;
  }
  .party-mass-header .header .header-logo {
    max-width: 500px;
  }
  .party-mass-header .header .navbar-toggle {
    margin-top: 35px;
    bottom: -45px;
  }
}
/*footer*/
.footer {
  background: left bottom #c10808;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-info .info-links {
  margin-bottom: 10px;
}
.footer .footer-info .info-links li {
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
  line-height: 22px;
}
.footer .footer-info .info-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer .footer-info .info-links li:last-child:before {
  display: none;
}
.footer .footer-info .info-links li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  border: 1px solid #ffffff;
}
.footer .footer-info .info-links li a {
  display: block;
  color: #fff;
  font-weight: bold;
}
.footer .footer-info .info-txt {
  font-size: 15px;
  line-height: 32px;
  color: #fff;
}
.footer .footer-info .info-txt a,
.footer .footer-info .info-txt span {
  display: inline-block;
}
.footer .footer-logo-02 {
  text-align: right;
}
.footer .footer-logo-02 > div {
  display: inline-block;
}
.footer .footer-logo-02 a {
  display: inline-block;
}
/*float-box*/
.float-box {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  z-index: 9999;
  width: 44px;
}
.float-box div {
  margin-bottom: 6px;
}
.float-box div img {
  display: block;
}
/*index*/
.index-banner {
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: visible;
}
.index-banner .banner-box {
  position: relative;
  overflow: hidden;
}
.index-banner .banner-box img {
  display: block;
  width: 100%;
}
.index-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:  repeat-x top center;
  background-size: cover;
  z-index: 98;
  opacity: 1;
}
.index-banner .banner-box .info-cont {
  position: absolute;
  left: 35px;
  right: 220px;
  bottom: -100%;
  z-index: 99;
  transition: all 1s ease 0.3s;
}
.index-banner .banner-box .info-tag {
  width: 170px;
  border-bottom: 1px solid #d5002b;
  margin-bottom: 18px;
}
.index-banner .banner-box .info-tag span {
  display: inline-block;
  width: 50px;
  height: 24px;
  line-height: 24px;
  vertical-align: bottom;
  background: #d5002b;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.index-banner .banner-box .info-title {
  display: block;
  color: #ffffff;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.index-banner .banner-other {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}
.index-banner .banner-other > div {
  float: left;
}
.index-banner .banner-other .banner-btn {
  margin-left: 20px;
}
.index-banner .banner-other .banner-btn a {
  display: block;
  width: 20px;
  height: 20px;
}
.index-banner .banner-other .banner-btn a.btn-stop {
  background:  no-repeat center center;
}
.index-banner .banner-other .banner-btn a.btn-start {
  background:  no-repeat center center;
  display: none;
}
.index-banner .swiper-slide-active .banner-mc {
  background:  repeat-x bottom center;
  background-size: auto;
}
.index-banner .swiper-slide-active .info-cont {
  bottom: 25px;
}
.index-banner .swiper-pagination {
  height: 20px;
  margin: 0;
  position: static;
  padding: 2px 0;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  border: 3px solid #fff;
  border-radius: 8px;
  opacity: 1;
  display: inline-block;
  background-color: transparent;
  margin-left: 18px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  width: 21px;
  height: 35px;
  margin-top: -16px;
}
.index-banner .swiper-button-prev:after,
.index-banner .swiper-button-next:after {
  display: none;
}
.index-banner .swiper-button-prev {
  left: -50px;
  background:  no-repeat;
}
.index-banner .swiper-button-prev:hover {
  background:  no-repeat;
}
.index-banner .swiper-button-next {
  right: -50px;
  background:  no-repeat;
}
.index-banner .swiper-button-next:hover {
  background:  no-repeat;
}
@media (min-width: 1280px) {
  .index-banner .swiper-container {
    width: 1254px;
  }
}
@media (min-width: 1600px) {
  .index-banner .swiper-container {
    width: 1440px;
  }
}
.public-box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.public-box .row-main {
  margin-left: -20px;
  margin-right: -20px;
}
.public-box .row-main .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.public-mod {
  margin-bottom: 30px;
}
.public-title {
  position: relative;
  border-top: 3px solid #e4e9fa;
  border-bottom: 1px solid transparent;
  padding-left: 15px;
  display: block;
}
.public-title.title-other {
  border-bottom-color: #e4e9f9;
}
.public-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 168px;
  height: 4px;
  background: #d5002b;
}
.public-title .title-name {
  line-height: 50px;
  font-weight: bold;
  color: #333333;
  display: block;
}
.public-title .title-name span {
  vertical-align: middle;
}
.public-title .title-name .icon-s {
  margin-right: 2px;
  margin-top: -3px;
}
.public-title .title-name .icon-s img {
  margin-top: -3px;
  width: 40px;
}
.date-s {
  font-size: 15px;
  font-family: 'roboto', 'roboto-italic';
  color: #666;
}
.box-date {
  font-style: italic;
  font-family: 'roboto', 'roboto-italic';
  color: #a1a1a1;
  line-height: 16px;
}
/*ç§‘ç ”è¿›å±•*/
.research-progress .news-top {
  padding-left: 354px;
  min-height: 185px;
  position: relative;
  margin-bottom: 40px;
}
.research-progress .news-top .box-img {
  width: 330px;
  height: 185px;
  position: absolute;
  left: 0;
  top: 0;
}
.research-progress .news-top .box-img img {
  width: 100%;
}
.research-progress .news-top .box-title {
  line-height: 32px;
  display: block;
  margin-bottom: 10px;
}
.research-progress .news-top .box-title .title-s {
  color: #444444;
  font-weight: bold;
}
.research-progress .news-top .box-txt {
  line-height: 26px;
  overflow: hidden;
}
.research-progress .news-list .box-s {
  position: relative;
  padding-right: 100px;
  color: #444444;
  line-height: 32px;
  padding-left: 12px;
  margin-bottom: 18px;
}
.research-progress .news-list .box-s:last-child {
  margin-bottom: 0;
}
.research-progress .news-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #d5002b;
  top: 14px;
}
.research-progress .news-list .box-s .title-s {
  display: block;
  overflow: hidden;
  color: #444;
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
}
.research-progress .news-list .box-s .date-s {
  position: absolute;
  right: 0;
  top: 0;
}
.research-progress .news-list .box-s:first-child:after {
  height: 10px;
  top: 11px;
}
.research-progress .news-list .box-s:first-child .title-s {
  font-weight: bold;
  font-size: 18px;
}
/*é€šçÿ¥å…¬å‘š*/
.notice-mod .main-cont {
  background:  repeat;
  padding: 15px 20px;
}
.notice-mod .scroll-box {
  overflow: hidden;
}
.notice-mod .box-s {
  display: block;
  margin-bottom: 10px;
  line-height: 28px;
  color: #444444;
}
/*ç»¼åˆæ–°é—»*/
.comprehensive-news .main-cont {
  background:  repeat;
  padding: 15px 20px;
}
.comprehensive-news .news-top {
  color: #444444;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}
.comprehensive-news .news-list {
  overflow: hidden;
}
.comprehensive-news .news-list .box-s {
  line-height: 28px;
  margin-bottom: 14px;
  color: #444444;
  display: block;
}
/*about-feature*/
.about-feature {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-feature img {
  display: block;
}
.about-feature .feature-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.about-feature .feature-list .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.about-feature .feature-list .row .box-w:last-child .box-s {
  margin-bottom: 0;
}
.about-feature .feature-list .box-s {
  margin-bottom: 7.2%;
}
.about-feature .feature-list .box-s img {
  width: 100%;
  transition: all 0.5s;
}
/*platform-groups*/
.platform-groups {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.platform-groups .groups-title {
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
.platform-groups .groups-title .line-s {
  display: inline-block;
  margin-left: 50px;
  margin-right: 50px;
  vertical-align: top;
  line-height: 65px;
}
.platform-groups .groups-title a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  line-height: 40px;
  min-height: 65px;
  font-weight: bold;
  transition: all 0s;
}
.platform-groups .groups-title a:after {
  content: '';
  width: 38px;
  height: 4px;
  background-color: #d5002b;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
  overflow: hidden;
  transition: all 0.5s;
  display: none;
}
.platform-groups .groups-title a span {
  vertical-align: middle;
}
.platform-groups .groups-title a .icon-s img {
  width: 40px;
}
.platform-groups .groups-title a.active {
  font-size: 23px;
}
.platform-groups .groups-title a.active:after {
  display: block;
}
.platform-groups .groups-cont > div {
  overflow: hidden;
  height: 0;
}
.platform-groups .groups-cont > div.active {
  height: auto;
}
.platform-groups .box-s {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px 20px;
  height: 350px;
  position: relative;
}
.platform-groups .box-s:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.platform-groups .box-s .box-icon img {
  display: block;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.platform-groups .box-s .box-title {
  display: block;
  position: relative;
  text-align: center;
  line-height: 28px;
  color: #444444;
  font-weight: bold;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 12px;
}
.platform-groups .box-s .box-title:after {
  content: '';
  width: 90px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}
.platform-groups .box-s .box-txt {
  line-height: 26px;
  height: 104px;
  text-align: justify;
  transition: height 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.platform-groups .box-s .box-txt a {
  display: block;
  height: 100%;
  width: 100%;
  color: #444;
}
.platform-groups .box-s .box-txt.txt-after:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 40px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -moz-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(left, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
}
.platform-groups .swiper-slide:nth-child(8n   1) .box-s:after {
  background-color: #cb0016;
}
.platform-groups .swiper-slide:nth-child(8n   1) .box-s .box-title:after {
  background-color: #cb0016;
}
.platform-groups .swiper-slide:nth-child(8n   2) .box-s:after {
  background-color: #1680e3;
}
.platform-groups .swiper-slide:nth-child(8n   2) .box-s .box-title:after {
  background-color: #1680e3;
}
.platform-groups .swiper-slide:nth-child(8n   3) .box-s:after {
  background-color: #76b761;
}
.platform-groups .swiper-slide:nth-child(8n   3) .box-s .box-title:after {
  background-color: #76b761;
}
.platform-groups .swiper-slide:nth-child(8n   4) .box-s:after {
  background-color: #f5a623;
}
.platform-groups .swiper-slide:nth-child(8n   4) .box-s .box-title:after {
  background-color: #f5a623;
}
.platform-groups .swiper-slide:nth-child(8n   5) .box-s:after {
  background-color: #cb0016;
}
.platform-groups .swiper-slide:nth-child(8n   5) .box-s .box-title:after {
  background-color: #cb0016;
}
.platform-groups .swiper-slide:nth-child(8n   6) .box-s:after {
  background-color: #1680e3;
}
.platform-groups .swiper-slide:nth-child(8n   6) .box-s .box-title:after {
  background-color: #1680e3;
}
.platform-groups .swiper-slide:nth-child(8n   7) .box-s:after {
  background-color: #76b761;
}
.platform-groups .swiper-slide:nth-child(8n   7) .box-s .box-title:after {
  background-color: #76b761;
}
.platform-groups .swiper-slide:nth-child(8n) .box-s:after {
  background-color: #f5a623;
}
.platform-groups .swiper-slide:nth-child(8n) .box-s .box-title:after {
  background-color: #f5a623;
}
.platform-groups .arrow-groups {
  position: relative;
  text-align: right;
  margin-top: 40px;
}
.platform-groups .arrow-groups > div {
  position: static;
  display: inline-block;
  vertical-align: bottom;
}
.platform-groups .swiper-button-prev,
.platform-groups .swiper-button-next {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 1;
  margin: 0 0 0 24px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.platform-groups .swiper-button-prev:hover,
.platform-groups .swiper-button-next:hover {
  background-size: contain;
}
.platform-groups .swiper-button-prev:after,
.platform-groups .swiper-button-next:after {
  display: none;
}
.platform-groups .swiper-button-prev {
  background-image: ;
}
.platform-groups .swiper-button-prev:hover {
  background-image: ;
}
.platform-groups .swiper-button-next {
  background-image: ;
}
.platform-groups .swiper-button-next:hover {
  background-image: ;
}
.platform-groups .swiper-pagination {
  height: 30px;
  margin: 0;
  padding: 0;
}
.platform-groups .swiper-pagination .swiper-pagination-bullet {
  height: 1px;
  border-radius: 0;
  background-color: #fff;
  width: 30px;
  opacity: 1;
}
.platform-groups .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1b418c;
  width: 100px;
}
/*åˆä½œäº¤æµ*/
.cooperation-exchange .main-cont {
  min-height: 260px;
  position: relative;
  margin-bottom: 30px;
  *zoom: 1;
}
.cooperation-exchange .main-cont:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.cooperation-exchange .news-hot {
  float: left;
  width: 330px;
}
.cooperation-exchange .news-hot .box-img {
  width: 330px;
  height: 185px;
  margin-bottom: 5px;
}
.cooperation-exchange .news-hot .box-img img {
  width: 100%;
}
.cooperation-exchange .news-hot .box-title {
  overflow: hidden;
  line-height: 26px;
  color: #444444;
  font-weight: bold;
  display: block;
}
.cooperation-exchange .news-list {
  border-left: 1px dashed #dcdcdc;
  padding-left: 24px;
  margin-left: 360px;
}
.cooperation-exchange .news-list .box-s {
  position: relative;
  color: #444444;
  line-height: 32px;
  padding-left: 12px;
  margin-bottom: 18px;
}
.cooperation-exchange .news-list .box-s:last-child {
  margin-bottom: 0;
}
.cooperation-exchange .news-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #d5002b;
  top: 14px;
}
.cooperation-exchange .news-list .box-s .title-s {
  display: block;
  overflow: hidden;
  color: #444;
}
.cooperation-exchange .news-list .box-s:first-child:after {
  height: 10px;
  top: 11px;
}
.cooperation-exchange .news-list .box-s:first-child .title-s {
  font-weight: bold;
  font-size: 18px;
}
/*æ‹›ç”ÿæ‹›è˜*/
.admission-recruitment .main-cont {
  background:  repeat;
  padding: 15px 20px;
}
.admission-recruitment .info-list {
  overflow: hidden;
}
.admission-recruitment .info-list .box-s {
  line-height: 28px;
  margin-bottom: 14px;
}
.admission-recruitment .info-list .box-s .tag-s {
  font-weight: bold;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
.admission-recruitment .info-list .box-s .tag-s:after {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #a0a0a0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.admission-recruitment .info-list .box-s .title-s {
  color: #444;
}
.admission-recruitment .info-list .box-s .date-s {
  display: inline-block;
}
/*æœÿåˆšæš¥å‘š*/
.journal-report .box-s {
  padding-left: 127px;
  min-height: 172px;
  position: relative;
}
.journal-report .box-s .box-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 127px;
  overflow: hidden;
}
.journal-report .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.journal-report .box-s .box-info {
  padding-left: 12px;
  padding-top: 14px;
}
.journal-report .box-s .box-info .title-top {
  position: relative;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 12px;
  margin-left: -12px;
  display: block;
  color: #444;
}
.journal-report .box-s .box-info .title-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 5px;
  height: 16px;
  background: #d5002b;
}
.journal-report .box-s .box-info .title-top span {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.journal-report .box-s .box-info .title-top span:after {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #a0a0a0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.journal-report .box-s .box-info .title-top:after {
  content: '';
  position: absolute;
}
.journal-report .box-s .box-info .title-s {
  display: block;
  line-height: 28px;
  margin-bottom: 8px;
  color: #444;
}
.journal-report .box-s .box-info .title-s:last-child {
  margin-bottom: 0;
}
.journal-report .box-s .box-info .box-txt {
  line-height: 26px;
  display: block;
}
/*å…¶ä»–æ¨¡å—*/
.index-other-mod .box-s {
  margin-bottom: 30px;
  overflow: hidden;
}
.index-other-mod .box-s img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-other-mod .box-link .ui-select-wrap {
  display: block;
  padding-right: 20px;
  border-radius: 0;
  height: 45px;
  line-height: 43px;
  background: #f2f6ff;
  border: 1px solid #d2daee;
}
.index-other-mod .box-link .ui-select-input {
  color: #0e276b;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
}
.index-other-mod .box-link .ui-select-arrow {
  top: 17px;
  right: 15px;
  border: 8px solid transparent;
  border-width: 8px 8px 0 8px;
  border-top-color: #444444;
}
.index-other-mod .box-link .ui-select-list {
  overflow: auto;
  border-radius: 0;
  left: 0;
  top: 45px;
}
.index-other-mod .box-link .ui-select-list > li {
  line-height: 32px;
  font-size: 14px;
}
.index-other-mod .box-link .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 45px;
}
/*æ»šåš¨æ ·å¼*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  transition-timing-function: ease;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.nostop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
/*--------------------------------------------------other-page-----------------------------------------------*/
.page-main {
  background:  repeat top left;
  position: relative;
  z-index: 999;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-main:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background:  no-repeat top center;
  background-size: 100% auto;
}
.page-main.column-page {
  padding-top: 50px;
}
.page-main.column-page:after {
  display: none;
}
.page-main.column-page .page-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.page-main.column-page-details {
  padding-top: 0;
}
.page-main.column-page-details .public-title-02 {
  border-top: none;
}
.page-main.column-page-details .public-title-02:after {
  display: none;
}
.page-main.column-page-details-02 {
  padding-top: 50px;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  margin-bottom: 12px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #d20b0b;
}
.bread-crumbs .bread-item > a {
  margin-right: 2px;
}
.bread-crumbs .bread-item > a   a:before {
  content: '\f105';
  font-family: 'fontawesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 6px;
  color: #666;
}
.bread-crumbs a:hover {
  color: #d20b0b;
}
.content-main {
  background-color: #fff;
  border-top: 5px solid #cc0028;
  padding: 40px;
}
#dj-page .pages a,#dj-page .pages span{
  background:#fff4e0;
  height:40px;
  line-height:40px;
  font-weight:14px;
  color:#c10808;
  margin:0 2.5px;
}
#dj-page{
  margin-top:25px;
}
#dj-page .pages{
  border-top:1px solid #ffe3b3;
}
#dj-page .pages span{
  background:#c10808;
  color:#fff;
}
.pages {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.pages a,
.pages span {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  height: 34px;
  line-height: 34px;
}
.pages a:before,
.pages span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 1px;
}
.pages a:after,
.pages span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  border: 1px solid #cecece;
  display: none;
}
.pages a {
  font-family: 'roboto-regular', 'roboto';
  color: #898989;
}
.pages a:last-child:after {
  display: none;
}
.pages a:before {
  border-bottom: 1px solid transparent;
}
.pages a:hover {
  color: #d20b0b;
}
.pages span {
  color: #d20b0b;
}
.pages-phone {
  height: 44px;
  line-height: 44px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  background-color: #d20b0b;
  display: none;
}
.pages-phone:hover,
.pages-phone:active {
  color: #fff;
}
/*ç»¼åˆæ–°é—»*/
.page-news {
  margin-bottom: 80px;
}
.page-news .m-title {
  color: #cc0028;
  margin-bottom: 20px;
  font-weight: bold;
  background:  no-repeat left center;
  padding-left: 24px;
  line-height: 28px;
}
.page-news .main-cont {
  margin-left: 0;
  margin-right: 0;
}
.page-news .main-cont .box-w {
  padding-left: 0;
  padding-right: 0;
}
.page-news .box-img {
  overflow: hidden;
  height: 485px;
}
.page-news .box-img .img-bg {
  display: none;
}
.page-news .box-img .img-box {
  background-color: transparent;
}
.page-news .box-img .img-box img {
  width: 100%;
}
.page-news .box-info {
  position: relative;
  z-index: 2;
  margin-left: -47px;
  background: #fcfcfc;
  padding: 30px 47px;
  margin-top: 38px;
  min-height: 400px;
}
.page-news .box-info.info-02 {
  margin-left: 0;
  min-height: auto;
  margin-top: 0;
}
.page-news .box-info.info-02:after {
  width: 1px;
  height: 100px;
  top: 0;
}
.page-news .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  background: #cc0028;
  width: 154px;
}
.page-news .box-info .box-title {
  display: block;
  color: #d20b0b;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 24px;
}
.page-news .box-info .box-title:hover {
  text-decoration: underline;
}
.page-news .box-info .box-txt {
  font-size: 15px;
  line-height: 32px;
  text-align: justify;
}
/*å›¾æ–‡åˆ—è¡¨*/
.img-txt-list {
  border-bottom: 1px solid #d5d5d5;
}
.img-txt-list .box-s {
  position: relative;
  min-height: 176px;
  margin-bottom: 40px;
  padding-left: 330px;
}
.img-txt-list .box-s .box-img {
  height: 176px;
  width: 314px;
  position: absolute;
  left: 0;
  top: 0;
}
.img-txt-list .box-s .box-info {
  padding-top: 6px;
}
.img-txt-list .box-s .box-info .box-title {
  display: block;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #444444;
}
.img-txt-list .box-s .box-info .box-txt {
  text-align: justify;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .img-txt-list .row .box-w:nth-child(2n   1) {
    clear: left;
  }
}
.img-txt-list-02 .box-s {
  position: relative;
  min-height: 214px;
  padding-left: 345px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d5d5d5;
}
.img-txt-list-02 .box-s .box-img {
  height: 185px;
  width: 330px;
  position: absolute;
  left: 0;
  top: 0;
}
.img-txt-list-02 .box-s .box-info {
  padding-top: 15px;
}
.img-txt-list-02 .box-s .box-info .box-title {
  display: block;
  line-height: 28px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #444444;
}
.img-txt-list-02 .box-s .box-info .box-txt {
  text-align: justify;
  line-height: 26px;
  margin-bottom: 13px;
}
.img-txt-list-03 .box-s {
  position: relative;
  margin-bottom: 40px;
}
.img-txt-list-03 .box-s .box-img {
  height: 176px;
  margin-bottom: 17px;
}
.img-txt-list-03 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 10px;
  color: #444444;
  padding-left: 10px;
  position: relative;
}
.img-txt-list-03 .box-s .box-info .box-title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #d5d5d5;
}
.img-txt-list-03 .box-s .box-info .box-date {
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .img-txt-list-03 .row .box-w:nth-child(4n   1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .img-txt-list-03 .row .box-w:nth-child(3n   1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .img-txt-list-03 .row .box-w:nth-child(2n   1) {
    clear: left;
  }
}
.img-txt-list-04 .box-s {
  margin-bottom: 30px;
}
.img-txt-list-04 .box-s .box-img {
  width: 170px;
  overflow: hidden;
  float: left;
}
.img-txt-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.img-txt-list-04 .box-s .box-info {
  padding-top: 40px;
  margin-left: 185px;
}
.img-txt-list-04 .box-s .box-info .box-title {
  display: block;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #444444;
}
.img-txt-list-04 .box-s .box-info .box-title span {
  display: inline-block;
}
.img-txt-list-04 .box-s .box-info .box-title .name-s {
  margin-right: 25px;
}
.img-txt-list-04 .box-s .box-info .box-txt {
  text-align: justify;
  line-height: 30px;
}
.text-list .groups-box {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.text-list .box-s {
  position: relative;
  padding-right: 100px;
  color: #444444;
  line-height: 32px;
  padding-left: 12px;
  margin-bottom: 18px;
}
.text-list .box-s:last-child {
  margin-bottom: 0;
}
.text-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #d5002b;
  top: 14px;
  transition: all 0.5s;
}
.text-list .box-s .title-s {
  display: block;
  overflow: hidden;
  color: #444;
}
.text-list .box-s .date-s {
  position: absolute;
  right: 0;
  top: 0;
}
.text-list.list-02 .box-s:first-child:after {
  height: 3px;
  top: 14px;
}
.text-list.list-02 .box-s:first-child .title-s {
  font-weight: normal;
}
.page-title {
  color: #cc0028;
  margin-bottom: 25px;
  font-weight: bold;
  background:  no-repeat left center;
  padding-left: 24px;
  line-height: 28px;
}
/*è¯¦æƒ…é¡µ*/
.details-page .details-top {
  text-align: center;
  padding-bottom: 30px;
  border-bottom:1px solid #ffe3b3;
}
.details-page .details-cont{
  margin-top:30px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 30px;
}
.details-page .details-cont * {
  margin-bottom: 1.2em;
}
.details-page .details-top .top-title {
  color: #444444;
  margin-bottom: 18px;
  line-height: 1.4;
}
.details-page .details-top .top-other {
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}
.details-page .details-top .top-other span {
  display: inline-block;
}
.details-page .details-top .top-other .line {
  margin-left: 15px;
  margin-right: 15px;
}
.details-page .details-top .top-other .a-back {
  position: absolute;
  right: 0;
  top: 0;
}
.details-page .details-top .top-other .a-back a {
  display: block;
  line-height: 32px;
  height: 32px;
  background:  no-repeat right center;
  font-weight: bold;
  color: #444;
  padding-right: 45px;
}
.details-page .details-top .top-other .a-back a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #cc0028;
  transition: all 0.5s;
  overflow: hidden;
  width: 0;
}
.details-page .details-top .top-other .a-back a span {
  color: #cc0028;
}
.details-page .details-top .top-other .a-back a:hover:after {
  width: 100%;
}
.details-page .details-down {
  border-top: 1px dashed #d5d5d5;
  padding: 30px 0 30px 120px;
  position: relative;
}
.details-page .details-down .down-title {
  background: url(/uploads/image/images/icon-09-cas.png) no-repeat left top;
  padding-left: 50px;
  position: absolute;
  margin-left: -120px;
  line-height: 46px;
}
.details-page .details-down .down-cont {
  line-height: 30px;
  padding-top: 8px;
}
.details-page .details-down .down-cont a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3c61c2;
}
.details-page .details-down .down-cont a:hover {
  text-decoration: underline;
}
.details-page .details-page {
  border-top: 1px solid #d5d5d5;
  padding-top: 30px;
}
.details-page .details-page a {
  display: block;
  color: #999999;
  max-width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
}
.details-page .details-page a:hover {
  color: #444;
}
.details-page .details-page .page-prev {
  background:  no-repeat left center;
  padding-left: 20px;
  float: left;
}
.details-page .details-page .page-next {
  background:  no-repeat right center;
  padding-right: 20px;
  float: right;
}
/*æ ç›®é¡µ*/
.column-page .row-main {
  margin-left: -7px;
  margin-right: -7px;
}
.column-page .col-wrap {
  padding-left: 7px;
  padding-right: 7px;
}
.column-top {
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
}
.column-top .top-right {
  padding-left: 30px;
}
.column-top .top-right.right-no-menu {
  padding-top: 42px;
}
.column-top .top-right.right-menu {
  position: relative;
  bottom: -16px;
}
.column-top .top-right.right-menu .bread-crumbs {
  text-align: right;
}
.column-top .column-menu {
  float: right;
  font-size: 18px;
}
.column-top .column-menu li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.column-top .column-menu li:last-child {
  margin-right: 0;
}
.column-top .column-menu li.active a,
.column-top .column-menu li:hover a {
  background: #d00000;
}
.column-top .column-menu a {
  background: rgba(208, 0, 0, 0.7);
  height: 52px;
  line-height: 52px;
  padding-left: 18px;
  padding-right: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
.public-title-02 {
  border-bottom: 1px solid #c1cbd6;
  text-align: left;
  position: relative;
  line-height: 60px;
  color: #cc0028;
  font-weight: bold;
}
.column-content {
  position: relative;
  z-index: 9;
  margin-bottom: 12px;
}
.column-content:before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
/*---------- side-menu  ----------*/
.side-menu {
  border-top: 5px solid #cc0028;
  background-color: #fff;
  padding: 0 14px 80px;
}
.side-menu .menu-groups {
  overflow: hidden;
  overflow-y: auto;
}
.side-menu .menu-groups .menu-box {
  border-bottom: 1px solid #d5d5d5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.side-menu .menu-groups .menu-box .a-title {
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(/uploads/image/images/side-menu-01-cas.png) no-repeat right bottom #fff;
  position: relative;
  color: #444444;
  display: block;
  transition: all 0s;
  font-size: 17px;
}
.side-menu .menu-groups .menu-box .a-title:hover,
.side-menu .menu-groups .menu-box .a-title.active {
  background: url(/uploads/image/images/side-menu-02-cas.png) no-repeat right bottom #fff;
  color: #cc0028;
  font-weight: bold;
}
.side-menu-bar {
  position: absolute;
  right: 10px;
  top: 12px;
  display: none;
  color: #666;
  font-size: 14px;
}
.side-menu-bar a:active,
.side-menu-bar a:focus,
.side-menu-bar a:hover {
  color: #d7002a;
}
.side-menu-groups .close-side {
  display: none;
}
/*ä¿¡æ¯å…¬å¼€*/
.information-disc .disc-groups {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 30px 0 30px 30px;
}
.information-disc .disc-groups:last-child {
  margin-bottom: 0;
}
.information-disc .disc-top {
  margin-bottom: 30px;
}
.information-disc .disc-top .row {
  margin-left: 0;
  margin-right: 0;
}
.information-disc .disc-top .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.information-disc .disc-top .box-title {
  min-height: 78px;
  background:  no-repeat left top;
  padding-top: 25px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.information-disc .disc-top .box-title .title-name {
  background:  no-repeat left top;
  height: 28px;
  line-height: 28px;
  padding-left: 26px;
}
.information-disc .disc-top .box-img {
  height: 98px;
}
.information-disc .disc-main {
  padding-left: 30px;
  padding-right: 30px;
}
.information-disc .disc-main .box-groups {
  margin-bottom: 25px;
}
.information-disc .disc-main .box-title {
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #f3f3f3;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 10px;
}
.information-disc .disc-main .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 20px;
  background: #d7002a;
}
.information-disc .disc-main .box-cont a {
  display: block;
  background:  no-repeat left 10px center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  color: #444;
}
.public-title-03 {
  background:  no-repeat left bottom;
  height: 89px;
  line-height: 89px;
  position: relative;
  margin-bottom: 30px;
}
.public-title-03 span {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.public-title-03 .num-s {
  margin-right: 5px;
}
.public-title-03 .txt-s {
  font-weight: bold;
}
.public-title-03:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #cc0028;
  top: 85%;
  float: left;
  margin-left: 30px;
}
.public-title-03.title-other:after {
  top: auto;
  bottom: -20px;
  margin-left: -80px;
}
/*æœºæž„è®¾ç½®*/
.organizational-unit .organ-groups {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 40px;
}
.organizational-unit .organ-groups:last-child {
  margin-bottom: 0;
}
.organizational-unit .organ-list .row {
  margin-left: -30px;
  margin-right: -30px;
}
.organizational-unit .organ-list .row .box-w {
  padding-left: 30px;
  padding-right: 30px;
}
.organizational-unit .organ-list.list-01 .row .box-w {
  border-right: 1px solid #d5d5d5;
}
.organizational-unit .list-01 .box-w {
  margin-bottom: 50px;
}
.organizational-unit .list-01 .box-s .box-img {
  height: 68px;
  margin-bottom: 10px;
}
.organizational-unit .list-01 .box-s .box-img img {
  width: 100%;
  max-height: 200%;
}
.organizational-unit .list-01 .box-s .box-title {
  display: block;
  line-height: 30px;
  background:  no-repeat right center;
  padding-right: 25px;
  overflow: hidden;
  color: #444;
}
.organizational-unit .list-02 .box-s {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 32px;
  position: relative;
  background:  no-repeat right center;
  padding-right: 25px;
  color: #444444;
}
.organizational-unit .list-02 .box-s:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #d7002a;
}
.organizational-unit .groups-top {
  margin-bottom: 30px;
}
.organizational-unit .organ-img {
  margin-right: -40px;
}
.organizational-unit .organ-img .box-img {
  height: 180px;
}
.organizational-unit .organ-img .box-img img {
  width: 100%;
}
@media (min-width: 1200px) {
  .organizational-unit .organ-list.list-01 .row .box-w:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .organizational-unit .row .box-w:nth-child(3n   1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .organizational-unit .row .box-w:nth-child(2n   1) {
    clear: left;
  }
}
@media (max-width: 1119px) {
  .organizational-unit .organ-list.list-01 .row .box-w:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .organizational-unit .organ-list.list-01 .row .box-w {
    border-right: none;
  }
}
/* ä¸­å¿ƒæ¦‚å†µ */
.general-profile .groups-cont {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 20px;
  overflow: hidden;
}
.general-profile .groups-cont.cont-bg {
  background: linear-gradient(180deg, #ffffff 73%, #e6eaf2 100%);
}
.general-profile .groups-box-01 {
  overflow: hidden;
  text-align: justify;
  line-height: 2;
}
.general-profile .groups-box-01 p {
  text-indent: 2em;
}
.general-profile .groups-box-01 .img-groups {
  position: relative;
  margin-top: 40px;
}
.general-profile .groups-box-01 .box-img {
  position: relative;
}
.general-profile .groups-box-01 .box-img.box-img-01 {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
.general-profile .groups-box-01 .box-img.box-img-02 {
  float: left;
  width: 62%;
  font-size: 14px;
}
.general-profile .groups-box-01 .box-img.box-img-03 {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  font-size: 14px;
}
.general-profile .groups-box-01 .box-img.box-img-03 .box-title {
  left: 15%;
}
.general-profile .groups-box-01 .box-img img {
  display: block;
  width: 100%;
  max-height: 100%;
}
.general-profile .groups-box-01 .box-img .box-title {
  position: absolute;
  left: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 38px;
  padding-left: 22px;
  padding-right: 22px;
  color: #fff;
}
.general-profile .groups-box-01 .box-img .box-title:after,
.general-profile .groups-box-01 .box-img .box-title:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
}
.general-profile .groups-box-01 .box-img .box-title:before {
  background:  no-repeat;
  left: 0;
  top: 0;
}
.general-profile .groups-box-01 .box-img .box-title:after {
  background:  no-repeat;
  right: 0;
  bottom: 0;
}
.general-profile .groups-box-02 .box-s {
  height: 240px;
  position: relative;
  margin-bottom: 70px;
}
.general-profile .groups-box-02 .box-s .box-img {
  width: 170px;
  height: 240px;
}
.general-profile .groups-box-02 .box-s .box-img .img-bg {
  display: none;
}
.general-profile .groups-box-02 .box-s .box-img .img-box {
  background-color: transparent;
}
.general-profile .groups-box-02 .box-s .box-info {
  position: absolute;
  left: 185px;
  bottom: 40px;
}
.general-profile .groups-box-02 .box-s .box-info span,
.general-profile .groups-box-02 .box-s .box-info a {
  display: block;
}
.general-profile .groups-box-02 .box-s .box-info a:hover {
  color: #d20b0b;
}
.general-profile .groups-list .box-s .box-cont {
  display: none;
}
.general-profile .groups-box-03 {
  padding-left: 60px;
}
.general-profile .groups-box-03 .groups-list {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 2px;
}
.general-profile .groups-box-03 .groups-list:before,
.general-profile .groups-box-03 .groups-list:after {
  content: '';
  position: absolute;
}
.general-profile .groups-box-03 .groups-list:after {
  top: 0;
  left: 7px;
  bottom: 0;
  width: 1px;
  background-color: #979797;
}
.general-profile .groups-box-03 .groups-list:before {
  background:  no-repeat;
  width: 9px;
  height: 9px;
  left: 3px;
  top: 0;
  z-index: 2;
}
.general-profile .groups-box-03 .groups-list li {
  background:  no-repeat right 0 top 9px;
  margin-bottom: 40px;
  padding-right: 45px;
}
.general-profile .groups-box-03 .groups-list li.active {
  background:  no-repeat right 0 top 9px;
}
.general-profile .groups-box-03 .groups-list li.active .box-s .box-cont {
  display: block;
}
.general-profile .groups-box-03 .box-s {
  position: relative;
  background:  no-repeat 0 7px;
  padding-left: 40px;
  z-index: 1;
}
.general-profile .groups-box-03 .box-s:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  height: 1px;
  width: 26px;
  background-color: #d7002a;
}
.general-profile .groups-box-03 .box-s .box-title {
  border-radius: 3px;
  border: 1px solid #d7002a;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.general-profile .groups-box-03 .box-s .box-title .box-date,
.general-profile .groups-box-03 .box-s .box-title .box-num {
  float: left;
  font-weight: bold;
  line-height: 30px;
}
.general-profile .groups-box-03 .box-s .box-title .box-date {
  width: 134px;
  background: #d7002a;
  border-radius: 3px;
  color: #fff;
}
.general-profile .groups-box-03 .box-s .box-title .box-num {
  color: #d7002a;
  width: 90px;
}
.general-profile .groups-box-03 .box-s .box-cont {
  line-height: 36px;
  padding-top: 10px;
}
.general-profile .groups-box-03 .box-s .box-cont span {
  font-weight: bold;
}
.general-profile .groups-box-04 .groups-list li {
  margin-top: 12px;
}
.general-profile .groups-box-04 .groups-list li .box-s {
  position: relative;
}
.general-profile .groups-box-04 .groups-list li .box-s .box-title {
  background:  no-repeat right 0 top 12px;
}
.general-profile .groups-box-04 .groups-list li.active .box-s .box-title {
  background:  no-repeat right 0 top 12px;
}
.general-profile .groups-box-04 .groups-list li.active .box-s .box-cont {
  display: block;
}
.general-profile .groups-box-04 .box-s {
  background: #f5f5f5;
  padding: 10px 30px;
}
.general-profile .groups-box-04 .box-s .box-title {
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  padding-right: 45px;
  cursor: pointer;
}
.general-profile .groups-box-04 .box-s .box-cont span {
  font-weight: bold;
  line-height: 34px;
}
.general-profile .groups-box-05 .box-info {
  text-align: justify;
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .general-profile .groups-box-02 .row .box-w:nth-child(3n   1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .general-profile .groups-box-02 .row .box-w:nth-child(2n   1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .general-profile .groups-box-02 .row .box-w:nth-child(2n ) {
    clear: left;
  }
}
/*ç§‘å­¦ä¼ æ’­*/
.science-comm-wrap {
  position: relative;
  background-color: #fff;
  padding: 35px 40px;
}
.science-comm-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(16.66666667% - 7px);
  height: 5px;
  background: #cc0028;
}
.science-banner {
  margin-bottom: 60px;
}
.science-banner .science-page {
  width: auto;
  left: auto;
  right: 20px;
  bottom: 60px;
}
.science-banner .swiper-pagination-bullet {
  background:  no-repeat;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.science-banner .swiper-pagination-bullet-active {
  background:  no-repeat;
}
.science-mod {
  margin-bottom: 50px;
}
.science-title {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 18px;
  color: #d20b0b;
}
.science-mod-01 .row,
.science-mod-02 .row {
  margin-left: -1.3%;
  margin-right: -1.3%;
}
.science-mod-01 .row .box-w,
.science-mod-02 .row .box-w {
  padding-left: 1.3%;
  padding-right: 1.3%;
}
.science-mod-01 .box-s {
  margin-bottom: 20px;
}
.science-mod-01 .box-s .box-img {
  height: 176px;
  margin-bottom: 10px;
}
.science-mod-01 .box-s .box-title {
  display: block;
  color: #444444;
  line-height: 26px;
  font-weight: bold;
  height: 52px;
  overflow: hidden;
}
.science-mod-02 {
  margin-bottom: 10px;
}
.science-mod-02 .box-s {
  position: relative;
  min-height: 176px;
  margin-bottom: 40px;
}
.science-mod-02 .box-s .video-btn {
  position: absolute;
  left: 14px;
  top: 123px;
  z-index: 9;
}
.science-mod-02 .box-s .box-img {
  width: 100%;
  height: 176px;
}
.science-mod-02 .box-s .box-img img {
  width: 100%;
  max-height: 150%;
}
.science-mod-02 .box-s .box-info {
  padding-top: 10px;
}
.science-mod-02 .box-s .box-info .box-title {
  display: block;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #444;
}
.science-mod-02 .box-s .box-info .box-txt {
  line-height: 26px;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .science-mod-02 .row .box-w:nth-child(2n   1) {
    clear: left;
  }
}
.science-mod-03 .row {
  margin-left: -30px;
  margin-right: -30px;
}
.science-mod-03 .row .box-w {
  padding-left: 30px;
  padding-right: 30px;
}
.science-mod-03 .row .box-w:last-child:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  width: 1px;
  border-left: 1px solid #d4d4d4;
}
.science-mod-03 .box-groups {
  position: relative;
  min-height: 176px;
  padding-left: 330px;
}
.science-mod-03 .hot-news {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 20px;
}
.science-mod-03 .hot-news .box-img {
  width: 314px;
  height: 176px;
}
.science-mod-03 .hot-news .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background:  repeat-x bottom center;
  height: 74px;
  padding: 38px 10px 0;
}
.science-mod-03 .hot-news .box-title a {
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.science-mod-03 .box-list {
  min-height: 176px;
}
.science-mod-03 .box-list .box-s a {
  display: block;
  line-height: 26px;
  margin-bottom: 18px;
  overflow: hidden;
  color: #444;
}
.science-mod-03 .box-list .box-s .tag-s {
  font-weight: bold;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
.science-mod-03 .box-list .box-s .tag-s:after {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #444;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.science-mod-03 .box-info .box-title {
  display: block;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #444;
}
.science-mod-03 .box-info .box-txt {
  line-height: 26px;
  overflow: hidden;
}
.science-mod-04 {
  padding-bottom: 35px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d4d4d4;
}
.science-mod-04 .box-s {
  height: 92px;
  line-height: 92px;
  text-align: center;
  margin-bottom: 15px;
}
.science-mod-04 .box-s img {
  vertical-align: middle;
  max-height: 100%;
  transition: all 0.5s;
}
.science-mod-05 .box-img {
  height: 120px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.science-mod-05 .box-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 120px;
  padding: 0 25px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  font-size: 27px;
}
.science-mod-05 .box-info {
  padding-top: 10px;
  margin-bottom: 20px;
}
.science-mod-05 .box-info a {
  overflow: hidden;
  color: #444;
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}
.science-mod-05 .box-info .box-title {
  font-weight: bold;
}
.science-mod-05 .box-info .box-txt > a span {
  font-weight: bold;
  color: #d20b0b;
  margin-right: 5px;
  font-family: 'roboto', 'roboto-italic';
  font-style: italic;
}
.science-mod-05 .box-other {
  padding-top: 15px;
  padding-left: 25px;
  min-height: 120px;
  border-left: 1px solid #d4d4d4;
  line-height: 40px;
  font-weight: bold;
}
.science-mod-05 .box-other span {
  vertical-align: bottom;
  line-height: 40px;
}
.science-mod-05 .box-other .icon-s {
  margin-right: 15px;
}
.science-mod-06 .box-s {
  min-height: 150px;
  background: #fafafa;
  padding: 25px 20px;
}
.science-mod-06 .box-s .box-title {
  position: relative;
  font-weight: bold;
  color: #444444;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
  padding-left: 20px;
  margin-left: -20px;
}
.science-mod-06 .box-s .box-title:after {
  content: '';
  width: 1px;
  background-color: #cc0028;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.science-mod-06 .box-s .box-date {
  color: #a1a1a1;
}
@media (min-width: 1200px) {
  .science-mod-06 .row .box-w:nth-child(4n   1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .science-mod-06 .row .box-w:nth-child(2n   1) {
    clear: left;
  }
}
/* å…šç¾¤å›­åœ° */
.party-mass-page {
  background:url(/uploads/image/images/dj_bg04.png) bottom center no-repeat #ffeee5;
  padding-top: 50px;
  padding-bottom: 115px;
}
.party-mass-content {
  /*background-color: #fff;
  padding: 33px 35px;
*/}
.party-mass-content .row-main {
  margin-left: -20px;
  margin-right: -20px;
}
.party-miss-box{
  background-color: #fff;
  padding: 20px 35px;
}
.party-mass-content .col-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.party-mass-top-news {
  /*margin-bottom: 40px;*/
  background-color: #fff;
  padding: 33px 35px;
}
.party-mass-banner .box-s {
  position: relative;
}
.party-mass-banner .box-s .box-img {
  height: 430px;
}
.party-mass-banner .box-s .box-img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.party-mass-banner .box-s .box-title {
  background: url(/uploads/image/images/public-title-bg-05-cas.png) repeat-x bottom center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.party-mass-banner .box-s .box-title span {
  position: absolute;
  left:0;
  bottom:0;
  right: 90px;
  line-height: 26px;
  color: #fff;
  width:100%;
  height: auto;
  padding:10px 25px;
  overflow: hidden;
  background:url(/uploads/image/images/dj_bg01.png) center center repeat;
}
.party-mass-banner .swiper-pagination {
  width: auto;
  left: auto;
  right: 15px;
  bottom: 0px;
}
.party-mass-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
}
.party-mass-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  background:#fbac22;
}
.party-mass-banner .swiper-button-prev,
.party-mass-banner .swiper-button-next {
  width: 7px;
  height: 13px;
  margin-top: -7px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.party-mass-banner .swiper-button-prev:after,
.party-mass-banner .swiper-button-next:after {
  display: none;
}
.party-mass-banner .swiper-button-prev {
  left: 15px;
  background-image: url(/uploads/image/images/part-mass-img-prev-cas.png);
}
.party-mass-banner .swiper-button-next {
  right: 15px;
  background-image: url(/uploads/image/images/part-mass-img-next-cas.png);
}
.party-mass-recommended {
  padding-top: 20px;
}
.dj-common-tit{
  padding-left:50px;
  background:url(/uploads/image/images/dj_icon02.png) left center no-repeat;
  position:relative;
}
.dj-common-tit .more{
  color: #d41414;
  font-size:14px;
  position:absolute;
  right:0;
  top:50%;
  transform:translatey(-50%);
}
.dj-common-tit a{
  color:#d41414;
  background:url(/uploads/image/images/dj_bg02.png) 135px center no-repeat;
}
.dj-common-tit .bread-crumbs{
  float:right;
}
.dj-common-tit .bread-crumbs a{
  color:#444;
}
.dj-common-tit .bread-crumbs a:hover{
  color:#d41414;
}
.party-mass-recommended .top-news {
  border-bottom: 1px solid #ffcccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.party-mass-recommended .top-news .box-title {
  line-height: 32px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  color: #d41414;
  font-weight: bold;
}
.party-mass-recommended .top-news .box-txt {
  font-size: 15px;
  line-height: 26px;
  overflow: hidden;
  color: #666;
}
.party-mass-recommended .top-list .box-s {
  display: block;
  position: relative;
  line-height: 26px;
  overflow: hidden;
  padding-left: 15px;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.party-mass-recommended .top-list .box-s:last-child {
  margin-bottom: 0;
}
.party-mass-recommended .top-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #d5002b;
}
.party-mass-title {
  position: relative;
  margin-bottom: 12px;
  padding-top: 6px;
  line-height: 38px;
}
.party-mass-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d6333a;
  width: 35px;
  height: 4px;
}
.party-mass-title .title-name {
  font-size: 23px;
  float: left;
  font-weight: bold;
}
.party-mass-title .title-more {
  float: left;
  background:  no-repeat;
  width: 27px;
  height: 25px;
  margin-left: 8px;
  margin-top: 8px;
}
.party-mass-title .title-tab {
  margin-left: 50px;
  float: left;
}
.party-mass-title .title-tab a {
  position: relative;
  float: left;
  background: #eff2f9;
  border-radius: 2px;
  width: 78px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
}
.party-mass-title .title-tab a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  display: none;
}
.party-mass-title .title-tab a.active {
  background: #cb1c0a;
  color: #fff;
}
.party-mass-title .title-tab a.active:after {
  display: block;
}
.party-mass-groups.no-bor .box-groups {
  border-bottom: none;
}
.dj-work-box{
  width:100%;
}
.dj-work-box .dj-work{}
.dj-work-box .dj-work .work-tit{
  padding:0 20px;
  height:50px;
  line-height:50px;
  background:url(/uploads/image/images/dj_bg03.png) center center no-repeat;
  background-size:cover;
  overflow:hidden;
}
.dj-work-box .dj-work .work-tit span{
  color: #ffffff;
}
.dj-work-box .dj-work .work-tit a{
  float:right;
  color:#fff;
  font-size:14px;
}
.dj-work-box .limith{
  min-height:335px;
}
.dj-work-box .dj-work .work-list,.dj-work-box .dj-work .link-list{
  border:1px solid #c10808;
  border-top:none;
  padding:19px 15px 5px 15px;
  background:#fff;
  overflow:hidden;
}
.dj-work-box .dj-work .link{
  float:left;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
  position:relative;
  padding-left:12px;
}
.dj-work-box .dj-work .link:after{
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #d5002b;
  top: 11px;
}
.dj-work-box .dj-work .link a{
  font-size:16px;
  color:#444;
}
.dj-work-box .dj-work .link a:hover{
  color:#d20b0b;
}
.dj-work-box .dj-work .work-list li{
  font-size:16px;
  margin-bottom:8px;
  line-height:26px;
}
.dj-work-box .dj-work .work-list li span{
  color:#c10808;
}
.dj-work-box .dj-work .work-list li a{
  color:#444;
}
.dj-work-box .dj-work .work-list li a:hover{
  color:#d20b0b;
}
.party-mass-groups .box-groups {
  min-height: 145px;
}
.party-mass-groups .box-groups .box-lists{
  padding-top:40px;
}
.party-mass-groups .box-groups .box-lists>ul>li{
  padding-bottom:10px;
}
.party-mass-groups .box-groups .box-lists.zt-boxs li{
  margin-bottom:40px;
}
.box-lists .img-box{
  display:block;
  overflow:hidden;
}
.box-groups .dj_fc{
  overflow:hidden;
}
.box-groups .dj_fc:hover .tit{
  color:#d20b0b;
}

.box-groups .dj_fc .img-box{
  overflow:hidden;
}
.box-groups .dj_fc .img-box:hover img{
  transform:scale(1.05);
}
.box-groups .dj_fc .img-box img{
  width:100%;
  height:auto;
  object-fit:cover;
  transition:all ease 0.25s;
}
.box-groups .dj_fc .tit{
  font-size: 16px;
  color: #444444;
  margin-top:16px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.box-lists .img-box img{
  transition:all ease 0.25s;
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (min-width:768px) {
  .box-lists .img-box img {
    height: 150px;
  }
  .box-groups .dj_fc .img-box img{
    height:205px;
  }
}
.box-lists.zt-boxs .img-box img{
  height:170px;
}
.box-lists .img-box:hover img{
  transform:scale(1.05);
}
.party-mass-groups .box-groups .box-img {
  height: 145px;
  width: 224px;
  position: absolute;
  margin-left: -235px;
}
.party-mass-groups .box-groups .box-img img {
  width: 100%;
}
.party-mass-groups .box-groups .box-list {
  padding-top: 30px;
  min-height: 220px;
  width: 100%;
  overflow: auto;
}

.party-mass-groups .box-groups .box-list .box-s {
  position: relative;
  color: #444444;
  padding-left: 12px;
  padding-right: 88px;
  margin-bottom: 8px;
}
.party-mass-groups .box-groups .box-list .box-s:last-child {
  margin-bottom: 0;
}
.party-mass-groups .box-groups .box-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #d5002b;
  top: 11px;
}
.party-mass-groups .box-groups .box-list .box-s .title-s {
  display:inline-block;
  overflow: hidden;
  color: #444;
  line-height: 26px;
}
.party-mass-groups .box-groups .box-list .box-s .date-s {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .party-mass-groups.party-mass-other .col-info {
    width: 62.5%;
  }
  .party-mass-groups.party-mass-other .col-other {
    width: 37.5%;
  }
}
.party-mass-tab-cont > div {
  display: none;
}
.party-mass-tab-cont.dj-other-page .box-groups .box-list .box-s:nth-child(5n){
  margin-bottom:50px;
}
.party-mass-special {
  position: relative;
}
.party-mass-special .box-s .box-img {
  height: 108px;
}
.party-mass-special .box-s .box-img img {
  width: 100%;
}
.party-mass-special .swiper-pagination {
  width: auto;
  left: auto;
  right: 15px;
  bottom: 20px;
}
.party-mass-special .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
}
.party-mass-special .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
}
.party-mass-links {
  margin-top: 35px;
}
.party-mass-links .box-link .ui-select-wrap {
  display: block;
  padding-right: 20px;
  border-radius: 0;
  height: 44px;
  line-height: 44px;
  background: #fcfcfc;
  border: 1px solid #f5f5f5;
}
.party-mass-links .box-link .ui-select-input {
  color: #444444;
  font-size: 16px;
  padding-left: 15px;
}
.party-mass-links .box-link .ui-select-arrow {
  top: 17px;
  right: 15px;
  border: 8px solid transparent;
  border-width: 8px 8px 0 8px;
  border-top-color: #444444;
}
.party-mass-links .box-link .ui-select-list {
  overflow: auto;
  border-radius: 0;
  left: 0;
  top: 45px;
}
.party-mass-links .box-link .ui-select-list > li {
  line-height: 32px;
  font-size: 14px;
}
.party-mass-links .box-link .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 45px;
}
/*æ ç›®è¯¦æƒ…é¡µ*/
.column-content-details {
  border-top: 5px solid #cc0028;
  background: linear-gradient(180deg, #ffffff 70%, #e6eaf2 100%);
  padding: 40px;
}
.column-content-details.cont-bg {
  background:  no-repeat bottom center #fff;
  background-size: contain;
}
.tabs-title a {
  position: relative;
  float: left;
  background: #eff2f9;
  border-radius: 2px;
  min-width: 62px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
}
.tabs-title a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  display: none;
}
.tabs-title a.active {
  background: #cb1c0a;
  color: #fff;
}
.tabs-title a.active:after {
  display: block;
}
.tabs-title a:last-child {
  margin-right: 0;
}
.department-details .department-title {
  position: relative;
  font-weight: bold;
  height: 32px;
  line-height: 26px;
  color: #cc0028;
  margin-bottom: 10px;
}
.department-details .department-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #d7002a;
}
.department-details .department-tabs-title .department-title {
  float: left;
}
.department-details .department-tabs-title .tabs-title {
  margin-left: 78px;
  float: left;
}
.department-details .groups-box {
  margin-bottom: 40px;
}
.department-details .groups-box-01 .row {
  margin-left: -30px;
  margin-right: -30px;
}
.department-details .groups-box-01 .row .box-w {
  padding-left: 30px;
  padding-right: 30px;
}
.department-details .groups-box-01 .row .box-w:last-child {
  border-left: 1px solid #d5d5d5;
}
.department-details .groups-box-01 .box-s {
  margin-bottom: 20px;
}
.department-details .groups-box-01 .box-s .box-img {
  height: 124px;
  margin-bottom: 10px;
}
.department-details .groups-box-01 .box-s .box-title {
  display: block;
  line-height: 30px;
  background:  no-repeat right 0 top 8px;
  padding-right: 25px;
  overflow: hidden;
  color: #444;
  font-weight: bold;
}
.department-details .groups-box-01 .box-info .box-txt {
  text-indent: 2em;
  line-height: 2;
  text-align: justify;
}
.department-details .groups-box-02 .box-cont {
  text-indent: 2em;
  line-height: 2;
  text-align: justify;
}
.department-details .groups-box-03 .row {
  margin-left: -8px;
  margin-right: -8px;
}
.department-details .groups-box-03 .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.department-details .groups-box-03 .box-s {
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.department-details .groups-box-04 .box-groups .box-s {
  line-height: 32px;
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
}
.department-tabs-cont > div {
  display: none;
}
@media (min-width: 992px) {
  .department-details .groups-box-03 .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .department-details .groups-box-03 .row .box-w {
    padding-left: 8px;
    padding-right: 8px;
  }
  .department-details .groups-box-03 .box-s {
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .department-details .groups-box-04 .box-w:nth-child(2n   1) {
    clear: left;
  }
}
.details-page .detail-title {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 20px;
  font-weight: bold;
}
.details-page .detail-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #d7002a;
}
.details-page .detail-cont {
  min-height: 400px;
  line-height: 2;
  text-align: justify;
}
.details-page-02 {
  min-height: 400px;
}
.details-page-02 .details-left {
  font-weight: bold;
  float: left;
  width: 170px;
}
.details-page-02 .details-left .box-img {
  margin-bottom: 10px;
}
.details-page-02 .details-left .box-img img {
  display: block;
  width: 100%;
}
.details-page-02 .details-left .box-name {
  margin-bottom: 10px;
}
.details-page-02 .details-content {
  margin-left: 200px;
}
.details-page-02 .info-top {
  background: #fafafa;
  padding: 25px 40px;
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.details-page-02 .info-top .sub-table {
  display: table;
  width: 100%;
}
.details-page-02 .info-top .box-w {
  display: table-row;
}
.details-page-02 .info-top .box-w.three-columns .box-s {
  width: 33.333%;
  min-width: 33.333%;
}
.details-page-02 .info-top .box-w.three-columns .box-s.box-sub {
  width: 66.666%;
  min-width: 66.666%;
}
.details-page-02 .info-top .box-s {
  display: table-cell;
  width: 50%;
  min-width: 50%;
  line-height: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.details-page-02 .info-top .box-s span {
  font-weight: bold;
}
.details-page-02 .info-other {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
  margin-bottom: 20px;
  line-height: 26px;
}
.details-page-02 .info-other span {
  font-weight: bold;
}
.details-page-02 .info-other > div {
  margin-bottom: 15px;
}
.details-page-02 .info-other > div:last-child {
  margin-bottom: 0;
}
.details-page-02 .info-name {
  font-weight: bold;
  padding-top: 40px;
  margin-bottom: 40px;
  line-height: 36px;
}
.details-page-02 .info-name span {
  display: inline-block;
}
.details-page-02 .info-name .name-s {
  margin-right: 30px;
}
.details-page-02 .info-main {
  margin-bottom: 25px;
  line-height: 2;
}
.details-page-02 .info-main .box-title {
  font-weight: bold;
}
.details-page-02 .info-main .box-txt {
  text-align: justify;
}
/*äººæ‰æ•™è‚²*/
.talent-education-groups {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 20px;
  position: relative;
}
.talent-education-groups:last-child {
  margin-bottom: 0;
}
.talent-education-groups.groups-bor:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(16.66666667% - 7px);
  height: 5px;
  background: #cc0028;
}
.talent-education-groups.groups-bor .row-main {
  margin-left: -2%;
  margin-right: -2%;
}
.talent-education-groups.groups-bor .row-main .col-wrap:first-child {
  border-right: 1px solid #d4d4d4;
}
.talent-education-groups .row-main {
  margin-left: -2.5%;
  margin-right: -2.5%;
}
.talent-education-groups .row-main .col-wrap {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.talent-education-title {
  font-weight: bold;
  color: #d20b0b;
  line-height: 30px;
  margin-bottom: 20px;
}
.talent-education-title-02 {
  min-height: 60px;
  padding: 12px 30px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.talent-education-title-02 .title-s {
  float: left;
  height: 36px;
  line-height: 34px;
  font-weight: bold;
  margin-right: 7.5%;
  position: relative;
  color: #444;
}
.talent-education-title-02 .title-s:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #d7002a;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.talent-education-title-02 .title-s.active:after,
.talent-education-title-02 .title-s:hover:after {
  width: 40px;
}
.talent-education-list .box-s,
.scientific-research-list .box-s {
  background:  no-repeat left top;
  min-height: 53px;
  margin-bottom: 15px;
  padding-left: 15px;
}
.talent-education-list .box-s:last-child,
.scientific-research-list .box-s:last-child {
  margin-bottom: 0;
}
.talent-education-list .box-s .title-s,
.scientific-research-list .box-s .title-s {
  display: block;
  line-height: 28px;
  color: #444;
  margin-bottom: 3px;
  font-weight: 400;
}
.talent-education-list .box-s .date-s,
.scientific-research-list .box-s .date-s {
  font-size: 14px;
}
.talent-education-list .col-wrap .box-s,
.scientific-research-list .col-wrap .box-s {
  margin-bottom: 15px;
}
.talent-education-list .list-more,
.scientific-research-list .list-more {
  width: 90px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  border-radius: 4px;
  color: #333;
  background: #fcfcfc;
  margin: 20px auto 0;
  display: none;
}
.talent-education-list .logo-groups .box-logo {
  margin-bottom: 25px;
  height: 95px;
  overflow: hidden;
}
.talent-education-list .logo-groups .box-logo .middle-cont {
  width: 100%;
}
.talent-education-list .logo-groups .box-logo img {
  display: block;
  width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.talent-education-list .logo-groups .box-logo:hover img {
  transform: scale(1.1);
}
.talent-tabs-cont > div {
  display: none;
}
.summer-camp .m-title {
  height: 92px;
  line-height: 92px;
  padding-left: 45px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 26px;
}
.summer-camp .m-title .icon-s {
  margin-right: 10px;
}
.summer-camp .m-title .txt-s {
  font-weight: bold;
  color: #fff;
}
.educational-info .groups-box {
  margin-bottom: 50px;
}
.educational-info .groups-box-01 .cont-txt {
  line-height: 2;
  text-align: justify;
  margin-bottom: 20px;
}
.educational-info .groups-box-01 .cont-txt p {
  text-indent: 2em;
}
.educational-info .groups-box-02 {
  position: relative;
  z-index: 1;
  min-height: 400px;
  padding-bottom: 40px;
}
.educational-info .groups-box-02:after {
  content: '';
  position: absolute;
  background-color: #fcfcfc;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 195px;
}
.educational-info .groups-box-02 .talent-education-title-02 {
  margin-bottom: 0;
}
.educational-info .groups-box-02 .groups-tabs-title {
  background:  no-repeat left top;
  background-size: cover;
  padding: 10px 0 10px 10px;
  width: 254px;
  float: left;
  min-height: 360px;
}
.educational-info .groups-box-02 .groups-tabs-title a {
  display: block;
  padding-left: 20px;
  padding-right: 35px;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  transition: all 0s;
}
.educational-info .groups-box-02 .groups-tabs-title a.active {
  background:  no-repeat right 14px center #fff;
  color: #444;
}
.educational-info .groups-box-02 .groups-tabs-cont {
  margin-left: 285px;
  padding-right: 40px;
  overflow: hidden;
}
.educational-info .groups-box-02 .groups-tabs-cont > div {
  display: none;
}
.educational-info .groups-box-02 .box-s .row {
  margin-left: -25px;
  margin-right: -25px;
}
.educational-info .groups-box-02 .box-s .row .box-w {
  padding-left: 25px;
  padding-right: 25px;
}
.educational-info .groups-box-02 .box-s .box-info .img-s {
  margin-bottom: 20px;
}
.educational-info .groups-box-02 .box-s .box-info .img-s img {
  display: block;
  width: 100%;
}
.educational-info .groups-box-02 .box-s .box-info .txt-s {
  line-height: 2;
  text-align: justify;
}
.educational-info .groups-box-02 .box-s .box-list {
  padding-top: 40px;
}
.educational-info .groups-box-02 .box-s .box-list .m-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.educational-info .groups-box-02 .box-s .box-list .m-title .title-name {
  float: left;
  height: 30px;
  line-height: 30px;
  padding-right: 25px;
  font-weight: bold;
}
.educational-info .groups-box-02 .box-s .box-list .m-title .tabs-title {
  float: left;
  margin-left: 40px;
}
.educational-info .groups-box-02 .box-s .box-list li {
  float: left;
  width: 25%;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 30px;
}
.educational-info .groups-box-02 .box-s .box-list li a {
  display: block;
  color: #444;
  line-height: 30px;
}
.educational-info .groups-box-02 .box-s .new-box-list .new-box {
  margin-bottom: 10px;
}
.educational-info .groups-box-02 .box-s .new-box-list .new-list-title {
  font-size: 17px;
  font-weight: bold;
  color: #444444;
  line-height: 24px;
  position: relative;
  background: #f3f3f3;
  padding: 8px 15px;
  margin-bottom: 20px;
}
.educational-info .groups-box-02 .box-s .new-box-list .new-list-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 3px;
  height: 20px;
  background: #d7002a;
}
.educational-info .groups-box-02 .box-s .new-box-list li {
  float: left;
  width: 12.5%;
  line-height: 24px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.educational-info .groups-box-02 .box-s .new-box-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 3px;
  height: 3px;
}
.educational-info .groups-box-02 .box-s .new-box-list li a {
  display: block;
  color: #444444;
}
.mentor-tabs-cont > div {
  display: none;
}
/*ç§‘ç ”æ´»åš¨*/
.scientific-research-groups {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 20px;
  position: relative;
}
.scientific-research-groups.groups-line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(16.66666667% - 7px);
  height: 5px;
  background: #cc0028;
}
.scientific-research-groups.groups-box-01 .row {
  margin-left: -24px;
  margin-right: -24px;
}
.scientific-research-groups.groups-box-01 .row .box-w {
  padding-left: 24px;
  padding-right: 24px;
}
.scientific-research-groups.groups-box-01 .box-info .box-img {
  height: 222px;
  margin-bottom: 14px;
}
.scientific-research-groups.groups-box-01 .box-info .box-img img {
  width: 100%;
  max-height: 200%;
}
.scientific-research-groups.groups-box-01 .box-info .box-title {
  display: block;
  line-height: 1.8;
  margin-bottom: 5px;
  font-weight: bold;
}
.scientific-research-groups.groups-box-01 .box-info .box-txt {
  line-height: 26px;
  overflow: hidden;
}
.scientific-research-groups.groups-box-02 .box-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 170px;
  padding-top: 10px;
  margin-bottom: 4px;
  position: relative;
}
.scientific-research-groups.groups-box-02 .box-top a {
  display: block;
}
.scientific-research-groups.groups-box-02 .box-top .box-logo {
  width: 110px;
  height: 110px;
  line-height: 100px;
  background: #fff;
  border-radius: 55px;
  margin: 0 auto 10px;
  overflow: hidden;
}
.scientific-research-groups.groups-box-02 .box-top .box-logo img {
  width: 100%;
  vertical-align: middle;
}
.scientific-research-groups.groups-box-02 .box-top .box-title,
.scientific-research-groups.groups-box-02 .box-top .box-title-02 {
  font-weight: bold;
}
.scientific-research-groups.groups-box-02 .box-top .box-title:before,
.scientific-research-groups.groups-box-02 .box-top .box-title-02:before {
  content: '';
  position: absolute;
  width: 90px;
  margin-left: -45px;
  left: 50%;
  height: 7px;
  border-top: 1px solid transparent;
  transition: all 0.3s;
}
.scientific-research-groups.groups-box-02 .box-top .box-title {
  position: relative;
  line-height: 28px;
  padding-bottom: 8px;
  text-align: center;
  color: #fff;
}
.scientific-research-groups.groups-box-02 .box-top .box-title:before {
  bottom: -6px;
}
.scientific-research-groups.groups-box-02 .box-top .box-title-02 {
  position: absolute;
  top: 17px;
  left: 17px;
  right: 17px;
  bottom: 24px;
  background:  repeat top center;
  padding: 15px;
}
.scientific-research-groups.groups-box-02 .box-top .box-title-02:before {
  bottom: -26px;
}
.scientific-research-groups.groups-box-02 .box-top .box-title-02 span {
  width: 100%;
  color: #fff;
  line-height: 28px;
  text-align: center;
}
.scientific-research-groups.groups-box-02 .box-info a {
  display: block;
  color: #444;
}
.scientific-research-groups.groups-box-02 .box-info.no-logo .box-txt {
  margin-left: 0;
}
.scientific-research-groups.groups-box-02 .box-info .box-logo {
  width: 270px;
  float: left;
}
.scientific-research-groups.groups-box-02 .box-info .box-logo img {
  display: block;
  transition: all 0.5s;
}
.scientific-research-groups.groups-box-02 .box-info .box-txt {
  line-height: 2;
  margin-left: 290px;
}
.scientific-research-groups.groups-box-02 .scientific-scroll {
  position: relative;
  min-height: 170px;
}
.scientific-research-groups.groups-box-02 .gallery-thumbs {
  margin-bottom: 45px;
}
.scientific-research-groups.groups-box-02 .gallery-thumbs .swiper-slide:nth-child(4n   1) .box-top .box-title:before,
.scientific-research-groups.groups-box-02 .gallery-thumbs .swiper-slide:nth-child(4n   1) .box-top .box-title-02:before {
  border-top-color: #f24c4c;
}
.scientific-research-groups.groups-box-02 .gallery-thumbs .swiper-slide:nth-child(4n   2) .box-top .box-title:before,
.scientific-research-groups.groups-box-02 .gallery-thumbs .swiper-slide:nth-child(4n   2) .box-top .box-title-02:before {
  border-top-color: #1680e3;
}
.scientific-research-groups.groups-box-02 .gallery-thumbs .swiper-slide:nth-child(4n   3) .box-top .box-title:before,
.scientific-research-groups.groups-box-02 .gallery-thumbs .swiper-slide:nth-child(4n   3) .box-top .box-title-02:before {
  border-top-color: #0b8f42;
}
.scientific-research-groups.groups-box-02 .gallery-thumbs .swiper-slide:nth-child(4n) .box-top .box-title:before,
.scientific-research-groups.groups-box-02 .gallery-thumbs .swiper-slide:nth-child(4n) .box-top .box-title-02:before {
  border-top-color: #be42d1;
}
.scientific-research-groups.groups-box-02 .swiper-slide-thumb-active .box-top .box-title:before,
.scientific-research-groups.groups-box-02 .swiper-slide-thumb-active .box-top .box-title-02:before {
  border-top-width: 7px;
}
.scientific-research-groups.groups-box-02 .swiper-button-prev,
.scientific-research-groups.groups-box-02 .swiper-button-next {
  top: 75px;
  margin-top: 0;
  opacity: 1;
  z-index: 99;
  width: 12px;
  height: 21px;
}
.scientific-research-groups.groups-box-02 .swiper-button-prev:after,
.scientific-research-groups.groups-box-02 .swiper-button-next:after {
  display: none;
}
.scientific-research-groups.groups-box-02 .swiper-button-prev {
  background:  no-repeat;
  left: -25px;
}
.scientific-research-groups.groups-box-02 .swiper-button-prev:hover {
  background:  no-repeat;
}
.scientific-research-groups.groups-box-02 .swiper-button-next {
  background:  no-repeat;
  right: -25px;
}
.scientific-research-groups.groups-box-02 .swiper-button-next:hover {
  background:  no-repeat;
}
.scientific-research-groups.groups-box-03 .news-list,
.scientific-research-groups.groups-box-04 .news-list {
  padding-top: 20px;
}
.scientific-research-groups.groups-box-03 .news-list .box-s,
.scientific-research-groups.groups-box-04 .news-list .box-s {
  position: relative;
  color: #444444;
  line-height: 28px;
  padding-left: 12px;
  margin-bottom: 18px;
}
.scientific-research-groups.groups-box-03 .news-list .box-s:after,
.scientific-research-groups.groups-box-04 .news-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #d5002b;
  top: 14px;
}
.scientific-research-groups.groups-box-03 .news-list .box-s .title-s,
.scientific-research-groups.groups-box-04 .news-list .box-s .title-s {
  display: block;
  overflow: hidden;
  color: #444;
}
.scientific-research-groups.groups-box-04 .box-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.scientific-research-groups.groups-box-04 .box-list .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.scientific-research-groups.groups-box-04 .box-list .box-s .box-img {
  height: 176px;
  width: 314px;
  float: left;
}
.scientific-research-groups.groups-box-04 .box-list .box-s .box-info {
  margin-left: 330px;
}
.scientific-research-groups.groups-box-04 .box-list .box-s .box-title {
  font-weight: bold;
  line-height: 26px;
  display: block;
  color: #444;
  margin-bottom: 9px;
}
.scientific-research-groups.groups-box-04 .box-list .box-s .box-txt {
  line-height: 26px;
  overflow: hidden;
}
.scientific-research-title {
  line-height: 38px;
  margin-bottom: 20px;
}
.scientific-research-title .title-name {
  font-weight: bold;
  color: #d20b0b;
  float: left;
}
.scientific-research-title .title-name a {
  color: #d20b0b;
}
.scientific-research-title .title-tabs {
  margin-left: 100px;
  float: left;
}
.scientific-research-title .title-tabs a {
  position: relative;
  float: left;
  background: #eff2f9;
  border-radius: 2px;
  min-width: 78px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
}
.scientific-research-title .title-tabs a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  display: none;
}
.scientific-research-title .title-tabs a.active {
  background: #cb1c0a;
  color: #fff;
}
.scientific-research-title .title-tabs a.active:after {
  display: block;
}
.scientific-research-tabs-cont > div {
  height: 0;
  overflow: hidden;
}
.scientific-research-tabs-cont > div.active {
  height: auto;
  overflow: visible;
}
@media (min-width: 1200px) {
  .scientific-research-groups.groups-box-03 .news-list .box-w:nth-child(2n   1) {
    clear: left;
  }
}
/*ç½‘ç«™åœ°å›¾*/
.website-map .box-groups {
  border-bottom: 1px solid #d5d5d5;
  padding-top: 30px;
  padding-bottom: 20px;
  line-height: 32px;
  min-height: 60px;
}
.website-map .box-title {
  display: inline-block;
  background:  no-repeat right center;
  padding-right: 40px;
  font-weight: bold;
  color: #d20b0b;
  margin-bottom: 20px;
}
.website-map .a-box {
  display: block;
  position: relative;
  padding-left: 14px;
  margin-bottom: 30px;
  color: #444;
}
.website-map .a-box:after {
  content: '';
  width: 3px;
  height: 10px;
  background: #d5002b;
  position: absolute;
  left: 0;
  top: 11px;
}
@media (max-width: 767px) {
  /*å…šç¾¤å›­åœ°*/
  .party-mass-header {
    /*header*/
    background-size: auto;
  }
  .party-mass-header:before {
    right: 22%;
    bottom: -10px;
    width: 50px;
    height: 52px;
  }
  .party-mass-page{
    padding-top:20px;
  }
  .party-mass-header .header {
    margin-bottom: 0;
  }
  .party-mass-header .header .header-logo {
    max-width: 500px;
    padding-top: 25px;
  }
  .party-mass-header .header .navbar-toggle {
    margin-top: 5px;
    bottom:-80px;
  }
}