/*******************************************************************/
body {
  font-size: 2rem;
  overflow-x: hidden;
}
@media all and (max-width: 1400px) {
  html {
    font-size: 62.5%;
  }
}
@media all and (max-width: 1220px) {
  html {
    font-size: 59%;
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: 55%;
  }
}
.container {
  width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1399px) {
  .container {
    width: 100%;
  }
}
/*头部样式*/
.header {
  width: 100%;
  min-width: 300px;
  height: auto;
  z-index: 10;
  position: relative;
}
.top_links {
  position: relative;
  overflow: hidden;
  margin: 0 80px;
}
.top_mid {
  height: 40px;
  background: #a5014a;
  padding: 0px 2.5%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.top_date {
  line-height: 40px;
  color: #fff;
  float: left;
  font-size: 1.6rem;
}
.top_nav {
  width: auto;
  float: right;
  line-height: 40px;
  font-size: 0;
  transition: all .3s;
}
.top_nav a {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  position: relative;
  vertical-align: middle;
  font-size: 1.6rem;
}
.top_nav a::after {
  content: '|';
  display: block;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 1.0);
}
.top_nav a:first-child::before {
  display: none;
}
.top_nav a:hover {
  color: #fff;
}
.top_nav .search_btn {
  width: 15px;
  height: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0px 0px 2px 0px;
  vertical-align: middle;
  background: url(../images/search_btn.png) center no-repeat;
}
.top_nav .eg_icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  ;
  margin: 0 10px 4px 0px;
  background: url(../images/eg_icon.png) center no-repeat;
}
.search_box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  display: none;
}
.search_box.on {
  opacity: 1;
  visibility: visible;
  display: block;
}
.search_box .close {
  background: url(../images/close.png) center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 40px;
  top: 6%;
}
.ser {
  height: 45px;
  line-height: 45px;
  width: 550px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  margin: -100px 0 0;
}
.search {
  width: 100%;
  height: 100%;
  position: relative;
  float: right;
  z-index: 3;
}
.search input.notxt {
  position: absolute;
  width: 406px;
  height: 45px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
  -ms-flex: 1;
  flex: 1;
  padding: 0 12px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: 0;
}
.search input.notxt1 {
  position: absolute;
  width: 120px;
  height: 45px;
  border: none;
  background: #a5014a;
  right: 0;
  font-size: 18px;
  color: #fff;
}
/* url(../images/search_btn.png) center center no-repeat */
.ml_51 {
  margin-left: 51px;
}
.wrapTop {
  width: 100%; /* position: absolute; */ 
  position: fixed;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
  z-index: 10;
}
.top {
  height: 140px; /*width:100%;*/ position: relative;
  transition: all .3s;
}
.logo {
  padding: 10px 0px 0px 40px;
  position: absolute;
  left: -2px;
  overflow: hidden;
  font-size: 0;
  top: 22px;
  transition: all .3s;
}
.logo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.logo img {
  width: 100%;
  transition: all .3s;
}
.nav {
  height: 56px;
  line-height: 56px;
  position: absolute;
  left: 805px;
  right: 0;
  top: 43px;
  transition: all .3s;
}
.nav ul { /* width:1280px; */ margin: 0 auto;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.nav ul > li {
  position: relative;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transform: perspective(5000px);
  -moz-transform: perspective(5000px);
  -o-transform: perspective(5000px);
  -webkit-transform: perspective(5000px);
}
.nav ul li > a {
  font-size: 1.9rem;
  display: block;
  position: relative;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
.nav ul li > a:hover:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  left: 0;
  bottom: 0;
}
.nav ul li.on > a, .nav ul li:hover > a {}
.nav ul li.on .subNav {
  display: block;
}
.subNav {
  white-space: normal;
  position: absolute;
  right: 50%;
  top: 100%;
  height: 0;
  overflow: hidden;
  width: 160px;
  margin: 0 -80px 0 0;
  z-index: 9999999;
}
.subNav a {
  color: #fff;
  padding: 10px 15px;
  display: block;
  line-height: 24px;
  font-size: 16px;
}
.subNav dd {
  transition: opacity .4s, transform .5s;
  background: #a5014a;
  opacity: 0;
  transform: rotateY(90deg);
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.subNav.on dd {
  -webkit-animation-name: subdd;
  animation-name: subdd;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  opacity: 1;
  transform: none;
}
.subNav a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header.currents {
  height: 54px;
  line-height: 54px;
  background: none;
  background-color: #a5014a;
  top: 0;
}
.header.currents .wrap_top_links {
  display: none;
}
.header.currents .ser {
  display: none;
}
.header.currents .top {
  height: 54px;
}
.header.currents .nav {
  height: 54px;
  line-height: 54px;
  width: auto;
  top: 0;
}
.header.currents .wrapTop {
  background: #a5014a;
}
.header.currents .logo {
  top: 7px;
}
.header.currents .logo a {
  width: auto;
  height: 82px;
}
.header.currents .logo img {
  width: auto;
  height: 82px;
}
.header.currents .nav li {
  background: none;
}
.header.currents .subNav {
  top: 100%;
}
.header.currents .nav-wrapper {
  height: 56px;
}
.header.currents .nav ul li > a {}
.header.currents .nav ul li.on > a, .header.currents .nav ul li:hover > a {}
.header.currents {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)
}
.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.xsdt {
  xwidth: 60%;
  background: #861f18;
  position: relative;
}
.dt_img {
  width: 70%;
  float: left;
}
.dt_img img {
  display: block;
  width: 100%;
  position: relative;
  left: 10px;
  top: 20px;
}
.dt_cont {
  float: right;
  padding-right: 8px;
  width: 26%;
  height: 100%;
}
.dt_cont p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 35px;
}
.dt_cont i {
  color: #c5b5b5;
  font-style: normal;
  font-size: 14px;
  display: block;
  line-height: 27px;
  margin-top: 30px;
  text-indent: 2em;
}
.dt_cont span {
  color: #ff9b93;
  display: block;
  text-align: right;
  font-size: 14px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  bottom: 11px;
}
.mode04_lf {
  width: 68%;
  float: left;
}
.mode04_rt {
  width: 29%;
  float: right;
}
.mtlg_ul ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e7d9bc;
  transition: all .3s;
}
.mtlg_ul ul li:hover {
  transform: translateY(-5px);
}
.mtlg_ul ul li:hover div {
  left: 0;
  top: 0;
}
.mtlg_ul ul li:hover div:before {
  left: -2px;
  top: -2px;
}
.mtlg_ul ul li div {
  transition: all .3s;
  float: left;
  z-index: 2;
  text-align: center;
  background: #fff;
  width: 58px;
  position: relative;
  left: 6px;
  top: 6px;
  height: 52px;
}
.mtlg_ul ul li div p {
  font-size: 18px;
  background: #f6eedc;
  line-height: 17px;
  padding-top: 8px;
  color: #6f6f6f;
  font-weight: 600;
}
.mtlg_ul ul li div span {
  font-size: 13px;
  display: block;
  background: #f6eedc;
  line-height: 28px;
  color: #6f6f6f;
  padding: 0 2px;
}
.mtlg_ul ul li a {
  float: right;
  width: 70%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.8;
}
.mtlg_ul ul li div:before {
  content: "";
  transition: all .3s;
  position: absolute;
  left: -6px;
  top: -6px;
  background: #fff;
  z-index: -1;
  width: 58px;
  height: 53px;
  border: solid 2px #e6d9bc;
}
.article_list052_ul li {
  width: 48%;
  float: left;
  transition: all .3s;
  margin-bottom: 24px;
  overflow: hidden;
}
.rt .article_list052_ul {
  padding-top: 23px;
}
.article_list052_ul li div {
  float: left;
  text-align: center;
  background: #f6eedc;
  padding: 5px 0;
  border: solid 2px #e7d9bc;
  width: 64px;
}
.article_list052_ul li div p {
  font-size: 14px;
}
.article_list052_ul li div span {
  font-size: 13px;
  padding: 0 4px;
  display: block;
}
.article_list052_ul li a {
  font-size: 15px;
  line-height: 1.68;
  margin-left: 78px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*手机端导航*/
.mobile {
  width: 100%;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  z-index: 999999999999;
}
.mobile-inner-header {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.mobile-inner-header-icon {
  color: #ffffff;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  top: 15px !important;
}
.mobile-inner-header-icon:hover {
  cursor: pointer;
}
.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);
  width: 25px;
  height: 2px;
  background-color: #a5014a;
  display: none;
}
.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.mobile-inner-header-icon {
  color: #fff;
  height: 31px;
  text-align: left;
  width: 50px;
  position: absolute;
  cursor: pointer;
  margin-right: 5px;
  font-weight: bold;
  text-align: right;
  right: 0;
}
.mobile-inner-header-icon-out span {
  width: 22px;
  height: 2px;
  background: #a5014a;
  display: none;
}
.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.mobile-inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.mobile-inner-header-icon-out {
  background: url(../images/top_menu_open.png) center no-repeat;
}
.mobile-inner-header-icon-click {
  background: url(../images/top_menu_close.png) center no-repeat;
}
.mobile-inner-nav {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  top: 47px;
  left: 0px;
  padding-bottom: 18px;
  display: none;
}
.mobile-inner-nav a {
  display: inline-block;
  line-height: 45px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
}
.mobile-inner-nav a:hover {
  font-weight: bold;
}
.mobile-inner-nav li {
  position: relative;
}
.mobile-inner-nav li a {}
.mobile-inner-nav li strong {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 25px;
  cursor: pointer;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-inner-nav a {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.mobile_subNav {
  display: none;
}
.mobile-inner-nav dd a {
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  text-indent: 3rem;
  padding: 0px !important;
}
.mobile_search {
  clear: both;
  position: relative;
  height: 40px;
  margin: 0;
  overflow: hidden;
  display: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 222px;
  background: rgba(0, 0, 0, 0.3);
}
.mobile_search input.notxt {
  width: 80%;
  margin-left: -3px;
  border: none;
  height: 40px;
  line-height: 40px;
  left: 0;
}
.mobile_search input.notxt1 { /*width: 63px;*/ border: none;
  height: 40px;
  line-height: 40px;
  float: left;
  z-index: 2;
}
.modile_link {
  text-align: center;
  padding: 18px 13px 0;
}
.modile_link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  margin: 0 40px 0 0;
  font-size: 15px;
  vertical-align: middle;
  padding: 0;
  border: 0;
}
@media screen and (min-width:1600px) {
  .nav {
    left: 650px;
  }
}
@media screen and (max-width:1600px) {
  .top, .top_links {
    margin: 0 30px;
    background-image: linear-gradient(to bottom, rgba(80, 70, 146, 0.5), rgba(24, 111, 180, 0))
  }
  .nav {
    left: 41.4rem;
    top: 6.5rem;
  }
  .logo {
    width: 562px;
  }
}
@media screen and (max-width:1599px) {
  .top, .top_links {
    margin: 0px;
    background-image: linear-gradient(to bottom, rgba(80, 70, 146, 0.5), rgba(24, 111, 180, 0))
  }
  .nav {
    left: 550px;
    top: 3.5rem;
  }
  .logo {
    width: 500px;
    padding: 10px 0px 0px 30px;
  }
}
@media screen and (max-width: 1386px) {
  .mtlg_ul ul li:last-child {
    display: none;
  }
  .article_list052_ul li a {
    width: 69%;
  }
}
@media screen and (min-width: 1387px) {
  .mode04_lf {
    width: 56%;
  }
  .dt_cont p {
    font-size: 17px;
    line-height: 28px;
  }
  .dt_cont i {
    font-size: 15px;
    line-height: 29px;
    margin-top: 30px;
  }
  .mode04_rt {
    width: 41%;
  }
  .ztwz_ul ul li {
    height: 115px;
  }
  .mtlg_ul ul li {
    width: 75%;
  }
  .mtlg_ul ul li a {
    width: 83%;
  }
}
@media screen and (max-width:1220px) {
  .nav {
    left: 400px;
    top: 35px;
  }
  .nav ul li > a {
    font-weight: normal
  }
  .logo {
    width: 360px;
  }
  .mobile_search {
    width: 90%;
    margin: 0 auto;
    display: table;
    margin-top: 10px;
  }
}
}
@media screen and (max-width:1024px) {
  .ser {
    right: 15px;
  }
}
@media screen and (max-width:992px) {
  .header.currents {
    display: none !important;
  }
  .nav {
    display: none;
  }
  .wrapTop {
    background: #a5014a;
    position: fixed;
    border: 0;
  }
  .top {
    height: 100px;
  }
  .top_nav, .top_date, .top_mid, .ser, .slogan {
    display: none;
  }
  .logo {
    position: relative;
    z-index: 100;
    top: 0px;
    padding: 6px 0;
  }
  .top {
    height: auto;
    padding: 4px 2%;
    overflow: hidden;
    margin: 0;
  }
  .mobile {
    display: block;
  }
  .ml_51 {
    margin-left: 0;
  }
}
@media screen and (max-width:768px) {
  .logo {
    overflow: hidden;
    width: 120px;
    text-align: center;
    position: relative;
  }
  .logo1 {
    padding: 5px 0px;
  }
  .logo2 {}
  .mobile {
    top: 0px;
  }
  .mobile-inner-nav {
    top: 54px;
  }
  .wrapTop {
    background: #a5014a;
    position: fixed;
    border: 0;
  }
  .top {
    height: 70px;
  }    
}
@media screen and (max-width:767px) {
  .mobile-inner-header-icon-out {
    background-size: auto;
  }
  .mobile-inner-header-icon-click {
    background-size: 18px auto;
  }
  .mobile-inner-nav {
    padding-bottom: 7px;
  }
  .mobile-inner-nav a {
    padding: 9px 0 10px;
    font-size: 16px; /* margin: 0 36px 0 0; */
  }
  .modile_link {
    padding: 6px 13px 0;
  }
  .modile_link a {
    font-size: 14px;
    margin: 0 36px 0 0;
  }
}
@media screen and (max-width:480px) {
  .logo {
    width: 125px;
    margin: 0 0 0 6px;
  }
}
@media screen and (max-width:380px) {
  .logo {
    float: left;
  }
  .links_box .link_list {
    width: 100%;
  }
}
.top_fixed {
  transition: all .3s;
  position: fixed;
  background: #1e70c3;
  background: -webkit-linear-gradient(left, #244287, #3755c0, #3c3585);
  background: -o-linear-gradient(right, #244287, #3755c0, #3c3585);
  background: -moz-linear-gradient(right, #244287, #3755c0, #3c3585);
  background: linear-gradient(to bottom, #075ab1, rgba(155, 168, 195, 0.22));
}
/* 清除浮动 */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clearfix {
  zoom: 1;
  overflow: hidden;
}
.top_fixed .top {
  height: 115px;
  background:url("../images/nav_bg.jpg") no-repeat #a5014a;
}
.top_fixed .logo {
  /*width: 562px;*/
  top: 10px;
}
.top_fixed .top_nav {
  padding-top: 0px;
}
.top_fixed .nav {
  top: 44px;
}
/**************学院动态**************/
.xy_dt {
  width: 100%;
  background: url("../images/xy_bg.jpg") bottom center no-repeat;
}
.xy_dt_nav {
  padding: 3rem 0px 6rem;
  line-height: 7rem;
  font-size: 4rem;
  font-weight: bold;
  color: #a5014a;
  margin: 0 auto;
  text-align: center;
}
.xy_dt_nav i, .xy_gg_nav i, .zs_zp_nav i, .dj_sz_nav i, .jx_ky_nav i, .hkr_nav i {
  padding-right: 2.4rem;
}
@media screen and (max-width:992px) {
  .xy_dt_nav {
    padding: 3rem 0px 5rem;
    line-height: 6rem;
    font-size: 3.2rem;
    font-weight: bold;  
    color: #a5014a;
    margin: 0 auto;
    text-align: center;
  }
}
/*新闻动态图切换*/
.xw_dt_lb {
  width: 60%;
}
.slideBox01 {
  height: 615px;
  position: relative;
}
.slideBox01 .hd {
  height: 8px;
  overflow: hidden;
  position: absolute;
  right: 100px;
  bottom: -10px;
  z-index: 1;
}
.slideBox01 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox01 .hd ul li {
  float: left;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox01 .hd ul li.on {
  background: #fff;
  padding: 0px 15px;
}
.slideBox01 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox01 .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox01 .bd img {
  width: 100%;
  height: 615px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s;
}
.slideBox01 .bd span {
  height: 9rem;
  line-height: 8rem;
  background: url("../images/xyxw_title_bg.jpg")no-repeat top center,linear-gradient(#a5014a, #ca4284);
  padding: 0px 0px 0px 2rem;
  color: #fff;
  position: absolute;
  z-index: 1;
  width: 80%;
  left: 11%;
  bottom: -2.6rem;
  font-size: 2rem;
  font-weight: bold;
  
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.slideBox01 .hd_img {
  position: absolute;
  top: -24px;
  left: -22px;
}
/****************************/
/*新闻列表*/
.xy_dt_font {
  padding-left: 5rem;
  width: 40%;
}
.xy_dt_font li {
  width: 100%;
  padding: 1.9rem 0px 1.2rem;
  border-bottom: 1px #cccccc solid;
}
.xy_dt_font li a {
  color: #000;
}
.xy_dt_font li a:hover {
  color: #a5014a;
}
.xy_dt_font li span {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  color: #a5014a;
  line-height: 3.5rem;
}
.xy_dt_font li:hover {
  top: 10px;
  transition: 30ms;
}
.xy_dt_more {
  margin: 4.6rem auto 0px;
  display: table;
  padding: 1.2rem 2.8rem;
  background-image: linear-gradient(to right, #a5014a, #ca4284);
  border-radius: 5px;
}
.xy_dt_more a {
  color: #fff;
}
.xy_dt_more:hover {
  background: #a5014a;
  font-weight: bold;
}
@media screen and (max-width:992px) {
  .slideBox01 .bd img, .slideBox01 {
    height: auto;
  }
  .slideBox01 .bd span {
    height: 8rem;
    line-height: 6rem;
  }
  .container {
    width: 100% !important;
  }
  .xw_dt_lb {
    width: 100%;
  }
  .xy_dt_font {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
}
/*学院公告*/
.xy_gg {
  width: 100%;
  background: url(../images/tzgg_bg.jpg)top center;
  background-size: 100% 100%;     
  padding-bottom: 5.6rem;
}
.xy_gg_by {
  background: url(../images/by_bg.png) center 45px no-repeat;
  margin-top: 50px;
}
.xy_gg_nav {
  text-align: center;
  line-height: 70px;
  padding: 46px 0px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width:992px) {
  .xy_gg_nav {
    text-align: center;
    line-height: 7rem;
    padding: 4.6rem 0rem;
    font-size: 4rem;
    color: #fff;
  }
}
/****************daohang*********************/
.gg-tit h3 {
  line-height: 45px;
  text-align: center;
  font-weight: normal;
  font-size: 2.2rem;
}
.gg-tit h3 .gg-tit-text {
  padding: 10px 18px;
  color: #fff;
  background: #a5014a;
  border-radius: 20px;
  line-height: 45px;
}
.gg-tit-span {
  cursor: pointer;
  padding: 0px 20px;
  color: #fff;
}
@media screen and (max-width:736px) {
  .gg-tit-span {
    padding: 0px 15px;
  }
}
@media screen and (max-width:360px) {
  .gg-tit-span {
    padding: 0px 10px;
  }
}
@media screen and (max-width:320px) {
  .gg-tit-span {
    padding: 0px 5px;
  }
}
.section .owl-theme .owl-controls {
  position: absolute;
  top: 0;
  left: 1435px;
  width: 125px;
  top: -52px;
  margin-top: 0;
}
.section .owl-theme .owl-controls .owl-buttons div {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #a5014a;
  text-align: center;
}
.section .owl-theme .owl-controls .owl-buttons div:first-child {
  margin-right: 15px;
}
.s3-switch {
  max-width: 1500px;
  margin: 0rem auto;
}
.s3-switch .owl-carousel {
  margin: 0 5rem;
  width: auto;
  margin-bottom: 30px;
}
.item {
  margin: 0px 2rem;
}
.item ul {
  overflow: hidden;
  zoom: 1;
}
.item ul li {
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  margin-top: 60px;
  transition: all 0.5s;
  top: 0;
}

.item ul li .pic {
  text-align: center;
  background: #fff url(../images/tz_dl_bf.png) center no-repeat;
  border-bottom: 8px #a5014a solid;
  box-shadow: 0px 0px 5px #d8edef;
  min-height: 168px;
}
.item ul li .pic:hover {
    
}
.item ul li .pic dl {
  padding: 38px 20px 48px;
  display: block;
  height: 100%;
}
.item ul li .pic dl dt {
  float: left;
  margin-right: 22px;
}
.item ul li .pic dl dt h1 {
  color: #a5014a;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px #a5014a solid;
  padding-bottom: 6px;
}
.item ul li .pic dl dt h2 {
  color: #a5014a;
  font-size: 24px;
  font-weight: 600;
  padding: 6px 0px;
}
.item ul li .pic dl dt h3 {
  color: #a5014a;
  font-size: 13px;
  font-weight: 600;
}
.item ul li .pic dl dd {
  line-height: ;
  font-size: 19px;
  color: #000 !important;
  text-align: left;
  line-height: 38px;
 
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section .s3-switch .owl-theme .owl-controls {
  position: static;
}
.section .s3-switch .owl-theme .owl-controls .owl-prev {
  position: absolute;
  left: -50px;
  top: 52%;
  background: #a5014a url(../images/jiantou.png) center no-repeat;
}
.section .s3-switch .owl-theme .owl-controls .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  background: #a5014a url(../images/jiantou_right.png) center no-repeat;
}
.gg_more {
  margin: 4.6rem auto 0px;
  display: table;
  padding: 1.2rem 2.8rem;
  background: #d68496;
  border-radius: 5px;
}
.gg_more a {
  color: #fff;
  font-size: 18px;
}
.gg_more:hover {
  background: #a5014a;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .slideGroup .parBd ul li {
    width: 100%;
  }
    
}
/******招生招聘*******/
.zs_zp {
  width: 100%;
  background: url(../images/zs_bg.png) top center no-repeat;
  background-size: cover;
}
.zs_zp_nav {
  padding: 5rem 0px 2.8rem;
  line-height: 7rem;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #a5014a;
}
.zs_date {
  border-left: #a5014a 4px solid;
}
.zs_date h1 {
  padding: 0px 1.2rem;
  background: #a5014a;
  display: inline-block;
  border: 5px #fff solid;
  line-height: 3rem;
  font-weight: bold;
  font-family: Bodoni Bd BT;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
}
.zs_zp_font {
  border-bottom: 1px #a5a5a5 dashed;
  margin: 0px 1.5%;
  padding: 3rem 0px 2rem;
  width: 30%;
  float: left;
  height: 16.5rem;
}
.zs_zp_font span {
  font-weight: bold;
  color: #a5014a;
}
.zs_font {
  padding-top: 1.4rem;
  line-height: 3.4rem;
}
.zs_more {
  margin: 5rem auto 6rem;
  display: table;
  padding: 12px 28px;
  background: #a5014a;
  border-radius: 5px;
}
.zs_more a {
  color: #fff;
  font-size: 18px;
}
.zs_more:hover {
  background: #a5014a;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .zs_zp_font {
    width: 90%;
    margin: 0px 5%;
  }
}
@media screen and (max-width:992px) {
  .zs_zp_nav {
    line-height: 6rem;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #a5014a;  
  }
  .zs_more {
    margin: 5rem auto;
    display: table;
    padding: 12px 28px;
    background: #a5014a;
    border-radius: 5px;
    text-align: center;
  }
}
/******青春护康*****/
.qchk {
  width: 100%;
  background: url(../images/qchk_xg_bg.png) top center no-repeat, linear-gradient(to right, #a5014a, #d68496);
  background-size: cover;
}
.qchk_nav {
  text-align: center;
  padding: 5rem 0px;
  line-height: 7rem;
  font-size: 4rem;
  color: #fff;
}
.m-imgtxtq1 { /*margin-top:-30rem;*/
}
.m-imgtxtq1 .slick-next, .m-imgtxtq1 .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  z-index: 2;
  border: none;
  background: center center no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.m-imgtxtq1 .slick-prev {
  right: 35%;
  background: #a5014a url(../images/jiantou.png) center no-repeat;
  border-radius: 50%;
  top: 100%;
}
.m-imgtxtq1 .slick-next {
  right: 30%;
  background: #a5014a url(../images/jiantou_right.png) center no-repeat;
  border-radius: 50%;
  top: 100%;
}
.m-imgtxtq1 .slick-next:hover, .m-imgtxtq1 .slick-prev:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  filter: alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
}
.m-imgtxtq1 .slick-dots {
  position: absolute;
  left: 0%;
  width: 100%;
  ;
  text-align: center;
  z-index: 6
}
.m-imgtxtq1 .slick-dots li {
  display: inline-block;
  margin: 0 5px
}
.m-imgtxtq1 .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-align: center;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 2px 0 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 2px 0 1px rgba(0, 0, 0, .1);
  -ms-box-shadow: 2px 0 1px rgba(0, 0, 0, .1);
  -o-box-shadow: 2px 0 1px rgba(0, 0, 0, .1);
  box-shadow: 2px 0 1px rgba(0, 0, 0, .1)
}
.m-imgtxtq1 .slick-dots li.slick-active button {
  background: #a5014a;
}
.qchk_font {
  width: 100%;
}
.qchk_font_left {
  float: left;
  width: 100%;
}
.qchk_font_left li {
  float: left;
  width: 25%;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.qchk_font_left li.right01, .qchk_font_left li.right02, .qchk_font_left li.right04, .qchk_font_left li.right05, .qchk_font_left li.right06, .qchk_font_left li.right07, .qchk_font_left li.right09, .qchk_font_left li.right010, .qchk_font_left li.right011, .qchk_font_left li.right012, .qchk_font_left li.right014, .qchk_font_left li.right015, .qchk_font_left li.right016, .qchk_font_left li.right017 {
  margin-top: 0rem;
  height: 280px;
  overflow: hidden;
}
.qchk_font_left li img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  display: block;
  transition: .3s;
  border-radius: 5px;
}
.qchk_font_left li:hover img {
  background: #000;
  transform: scale(1.1);
}
.qchk_font_right {
  float: right;
  width: 55%;
}
.qchk_font_right li {
  float: left;
}
.qchk_font_left li.right03, .qchk_font_left li.right08, .qchk_font_left li.right013, .qchk_font_left li.right018 {
  width: 50%;
  height: 580px;
  float: right;
  overflow: hidden;
}
.qchk_font_left li.right03 img, .qchk_font_left li.right08 img, .qchk_font_left li.right013 img, .qchk_font_left li.right018 img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  transition: transform 0.5s;
  display: block;
}
.qchk_more {
  margin: 6rem auto;
  display: table;
  padding: 12px 28px;
  background: #a5014a;
  border-radius: 5px;
}
.qchk_more a {
  color: #fff;
  font-size: 18px;
}
.qchk_more:hover {
  background: #a5014a;
  font-weight: bold;
}
@media screen and (max-width:1100px) {}
@media screen and (max-width:812px) {
  .qchk {
    width: 100%;
    background: linear-gradient(#a5014a, #d68496);
  }
  .qchk_nav {
    width: 100%;
    text-align: center;
  }
  .qchk_font_left li.right01, .qchk_font_left li.right02, .qchk_font_left li.right06, .qchk_font_left li.right07, .qchk_font_left li.right011, .qchk_font_left li.right012, .qchk_font_left li.right016, .qchk_font_left li.right017 {
    width: 50%;
    height: 220px;
  }
  .qchk_font_left li.right01 img, .qchk_font_left li.right02 img, .qchk_font_left li.right06 img, .qchk_font_left li.right07 img, .qchk_font_left li.right011 img, .qchk_font_left li.right012 img, .qchk_font_left li.right016 img, .qchk_font_left li.right017 img {
    width: 100%;
    height: 220px;
  }
  .qchk_font_left li.right03, .qchk_font_left li.right04, .qchk_font_left li.right05, .qchk_font_left li.right08, .qchk_font_left li.right09, .qchk_font_left li.right010, .qchk_font_left li.right013, .qchk_font_left li.right014, .qchk_font_left li.right015, .qchk_font_left li.right018, .qchk_font_left li.right019, .qchk_font_left li.right020 {
    width: 33.33%;
    height: 200px;
  }
  .qchk_font_left li.right03 img, .qchk_font_left li.right04 img, .qchk_font_left li.right05 img, .qchk_font_left li.right08 img, .qchk_font_left li.right09 img, .qchk_font_left li.right010 img, .qchk_font_left li.right013 img, .qchk_font_left li.right014 img, .qchk_font_left li.right015 img, .qchk_font_left li.right018 img, .qchk_font_left li.right019 img, .qchk_font_left li.right020 img {
    width: 100%;
    height: 200px;
  }
  .m-imgtxtq1 .slick-dots {
    bottom: -30px !important;
  }
}
@media screen and (max-width:576px) {
  .qchk_nav {
    padding: 3rem 0;
  }
  .qchk_font_left li {
    height: 130px;
  }
  .qchk_font_left li img {
    width: 100% !important;
    height: 130px !important;
  }
  .qchk_font_left li.right01, .qchk_font_left li.right02, .qchk_font_left li.right03, .qchk_font_left li.right04, .qchk_font_left li.right05, .qchk_font_left li.right06, .qchk_font_left li.right07, .qchk_font_left li.right08, .qchk_font_left li.right09, .qchk_font_left li.right010, .qchk_font_left li.right011, .qchk_font_left li.right012, .qchk_font_left li.right013, .qchk_font_left li.right014, .qchk_font_left li.right015, .qchk_font_left li.right016, .qchk_font_left li.right017, .qchk_font_left li.right018, .qchk_font_left li.right019, .qchk_font_left li.right020 {
    margin-top: 0rem;
    height: 130px;
    overflow: hidden;
    width: 100%;
  }
  .m-imgtxtq1 .slick-dots {
    bottom: -30px !important;
  }
}
/******党建思政*****/
.dj_sz {
  width: 100%;
  BACKGROUND: #e9ecf5 url(../images/dj_xg_bg.jpg) top center no-repeat;
  background-size: cover;
}
.dj_sz_nav {
  padding: 3rem 0px 4rem;
  line-height: 7rem;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #a5014a;
}
.dj_sz_font {
  padding: 1.5rem;
  height: 19.8rem;
  background: #fff url(../images/jx_bg.png) right bottom no-repeat;
  border-bottom: 3px #a5014a solid;
  margin-bottom: 5.5rem;
  box-shadow: 1px 3px 8px #b6b3b3;
}
.dj_sz_top {
  padding-bottom: 1.2rem;
  display: flex;
}
.dj_sz_top_date {
  float: left;
  background: #a5014a;
  padding: 6px 1.5rem;
}
.dj_sz_top_date h1 {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 600;
}
.dj_sz_top_date h2 {
  font-size: 1.3rem;
  line-height: 2.5rem;
  color: #fff;
}
.dj_sz_top_wz {
  float: left;
  line-height: 3.2rem;
  font-size: 1.9rem;
  color: #000;
  padding-left: 1.6rem;
  padding-top: 5px;
  
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dj_sz_top_wz:hover {
   color: #a5014a;  
}
.dj_sz_bot {
  line-height: 3.3rem;
  color: #666;
  font-size: 1.7rem;
}
.dj_more {
  margin: 0rem auto 5rem;
  display: table;
  padding: 1.2rem 2.8rem;
  background: #a5014a;
  border-radius: 5px;
}
.dj_more a {
  color: #fff;
  font-size: 1.8rem;
}
.dj_more:hover {
  background: #a5014a;
  font-weight: bold;
}
@media screen and (max-width:992px) {
  .dj_sz_bg {
    padding: 0;
  }
  .dj_sz_font {
    margin-bottom: 3.5rem;
  }
  .dj_more {
    margin-bottom: 4.2rem;
  }
  .dj_sz_nav {
    line-height: 6rem;
    padding: 3.5rem 0rem;
    font-size: 3.2rem;
    font-weight: bold;
    color: #a5014a;
  }
}
/******教学科研*****/
.jx_ky {
  width: 100%;
  background: url(../images/xtgz_bg.jpg) top center;
  background-size: cover;
}
.jx_ky_nav {
  padding: 3rem 0px 5rem;
  line-height: 7rem;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.jx_ky_font {
  background: #fff;
  box-shadow: 1px 2px 8px #a5014a;
  padding: 8px;
}
.jx_img img {
  width: 100%;
  height: 228px;
  object-fit: cover;
}
.jx_bot {
  height: 14rem;
  padding: 1rem 1.5rem 3rem;
}
.jx_bot p {
  line-height: 3.3rem;
 
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jx_bot .date {
  font-family: "Arial";
  font-size: 1.8rem;
  color: #a5014a;
  padding: 1rem 0px 0px;
  line-height: 3.5rem;
}
.jx_bot i {
  padding-right: 1.2rem;
}
.jx_ky_bg {
  margin-bottom: 2rem;
}
.jx_more {
  margin: 2rem auto 4rem;
  display: table;
  padding: 1.2rem 2.8rem;
  background: #d68496;
  border-radius: 5px;
}
.jx_more a {
  color: #fff;
  font-size: 1.8rem;
}
.jx_more:hover {
  background: #a5014a;
  font-weight: bold;
}
@media screen and (max-width:992px) {
  .jx_ky_nav {
    line-height: 6rem;
    padding: 3.5rem 0rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
}
@media screen and (max-width:614px) {
  .jx_ky_nav {
    line-height: 6rem;
    padding: 3.5rem 0rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .jx_more {
    margin: 2.5rem auto 4rem;
  }
}
/******护康人*******/
.hkr {
  width: 100%;
  background: url(../images/hkr_bg.png) top center no-repeat;
  padding: 14.5rem 0px 10rem;
  background-size: cover;
}
.hkr_row {
  width: 1400px;
  margin: 0px auto;
  *width: 1200px;
}
.hkr_row1 {
  width: 1320px;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media screen and (max-width:768px) {
  .hkr {
    padding: 0rem 0rem 10rem;
  }
}
.wrap_mode04 {
  padding: 165px 0px 135px;
}
.mode04 {
  position: relative;
  overflow: hidden;
}
.mode04 .hkr_nav {
  line-height: 70px;
  padding: 32px 0px 56px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  color: #a5014a;
}
.mode04 .hkr_nav .more, .mode04 .hkr_nav h2 span {
  color: #fff;
}
.mode04 .hkr_nav h2 {}
.mode04 .slick-slider .slick-track {
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.article_list041 {
  width: 512px;
  height: 540px;
  margin: 5px 0 0 -24px;
  float: left;
  position: relative;
  z-index: 1;
}
.article_list041 .slick-list {
  overflow: visible;
}
.article_list041 .slick-slide {
  width: 464px;
  margin-top: 280px;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition-delay: 0s !important;
}
.article_list041 .slick-slider a {
  display: block;
  position: relative;
  padding: 0 24px 20px;
}
.article_list041 .img { /*padding-bottom: calc(500% / 8.88);*/ width: 887px;
  height: 570px;
}
.article_list041 .img img {
  width: 100%;
  height: 570px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s
}
.article_list041 .slick-slide.slick-active {
  width: 936px !important;
  margin-top: 0;
  height: 572px;
}
/****************************00000000000*********************************************/
.article_list042 {
  margin: 78px 100px 0 882px;
  position: relative;
  z-index: 2;
}
.article_list042::before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: -28px;
  left: -154px;
  width: 320px;
  background: url(../images/hs);
}
.article_list042 .slick-slide a {
  display: block;
  padding: 0 0 0 46px;
  position: relative;
}
.article_list042 .title {
  white-space: normal;
  margin: 0 0 18px;
  color: #222;
  text-align: justify;
  line-height: 34px;
  height: 68px;
}
.article_list042 .title span {
  padding: 0 0 0 18px;
  font-size: 0.666em;
}
.article_list042 .info {
  white-space: normal;
  line-height: 30px;
  color: #333;
  height: 90px;
}
.article_list042 .slick-slide.slick-active a {
  -webkit-animation-name: bottom_fade_in;
  animation-name: bottom_fade_in;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
}
.article_list041 .arrow_box {
  position: absolute;
  left: 124px;
  bottom: 0;
}
.article_list041 .slick-arrow {
  border: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  outline: none;
  position: relative;
  transform: none;
  top: auto;
  margin: 0 10px 0 0;
  display: inline-block;
  *display: inline;
  border-radius: 8px;
  *zoom: 1;
}
.article_list041 .slick-arrow:after {
  display: none;
}
.article_list041 .slick-next {
  right: 0px;
  background: #fff;
}
.article_list041 .slick-prev {
  left: 0px;
  background: #a5014a;
}
.article_list041 .slick-next:hover {
  background: #a5014a;
}
.article_list041 .slick-prev:hover {
  background: #fff;
}
@media screen and (max-width:1300px) {
  .article_list041 {
    width: 340px;
    height: 360px;
  }
  .article_list041 .slick-slide {
    margin-top: 180px;
  }
  .article_list041 .slick-slide.slick-active {
    width: 624px !important;
  }
  .article_list042 {
    margin: 78px 0 0 620px;
  }
  .article_list042 .slick-slide a {
    padding: 0;
  }
}
@media screen and (max-width:992px) {
  .article_list041 {
    width: 230px;
    height: 240px;
  }
  .article_list041 .slick-slide {
    margin-top: 120px;
  }
  .article_list041 .slick-slide.slick-active {
    width: 416px !important;
  }
  .article_list042 {
    margin: 30px 0 0 400px;
  }
  .article_list042::before {
    bottom: -10px;
  }
  .article_list041 .arrow_box {
    left: 40px;
  }
  .article_list041 .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #footer {
    background: #a5014a !important;
  }
}
@media screen and (max-width:767px) {
  .mode04 {
    position: relative;
  }
  .article_list041 {
    width: 230px;
    height: 350px;
  }
  .article_list041 .slick-slide {
    margin-top: 120px;
    opacity: 0;
  }
  .article_list041 .slick-slide.slick-active {
    width: 400px !important;
    opacity: 1;
  }
  .article_list042 {
    position: absolute;
    top: 280px;
    margin: 0px;
    left: 0;
    right: 0;
  }
  .article_list042::before {
    display: none;
  }
}
@media screen and (max-width:413px) {
  .article_list041 {
    width: 230px;
    height: 290px;
  }
  .article_list041 .slick-slide {
    margin-top: 10px;
    opacity: 0;
  }
  .article_list041 .slick-slide.slick-active {
    width: 280px !important;
    opacity: 1;
  }
  .article_list042 {
    position: absolute;
    top: 220px;
    margin: 0px;
    left: 0;
    right: 0;
  }
}
/*********底部*********/
#footer {
  width: 100%;
  background: url(../images/fot_bg.jpg) left no-repeat;
  padding: 6.5rem 0px;
  background-size: cover;
}
.fot_left {
  line-height: 4.2rem;
  font-size: 1.8rem;
  color: #fff;
  width: 70%;
  float: left;
}
.fot_right {
  width: 30%;
  float: right;
}
.fot_right img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:992px) {
  #footer {
    background: #a5014a;
  }
  .fot_left {
    width: 100%;
    float: none;
  }
  .fot_right {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width:456px) {
  .fot_right img {
    width: 320px;
  }
}
/*******************二级导航*******************/
.sub_banner {
  height: 0;
  background-size: cover !important;
  position: relative;
  padding-bottom: calc(32% - 10px);
  z-index: 2;
}
.main {
  width: 100%;
  margin: 0 auto;
}
.ej_nav {
  width: 100%;
  z-index: 99999; /*background:linear-gradient(to right,rgba(90,67,152,0.91),rgba(69,88,162,0.91),rgba(5,123,195,0.91));position: absolute;margin-top:-6.6rem;*/ z-index: 2;
  /*background: url(../images/ej_nav_bg.png) top center repeat-y*/;
  background-color: #950048;
}
.ej_nav i {
  float: left;
}
.ej_nav h1 {
  font-size: 2.6rem;
  color: #fff;
  float: left;
  padding: 1.6rem 6rem 1.6rem 2.3rem;
}
.ej_nav_ul {
  float: left;
  padding: 1.9rem 0px;
}
.ej_nav_ul li {
  float: left;
  font-size: 2rem;
}
.ej_nav_ul li.line {
  padding: 0px 2rem;
  color: #fff;
}
.ej_nav_ul li a {
  color: #fff;
}
.ej_nav_ul li a:hover {
  font-weight: bold;
}
.ej_nav_ul li.select {
  font-weight: bold;
  color: #82c4ee
}
.ej_dq {
  width: 100%;
  border-bottom: 1px #ddd solid;
  padding: 3rem 0px 2.6rem;
}
.ej_dq h1 {
  float: left;
  background: url(../images/dq_h1.png) left center no-repeat;
  text-indent: 25px;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.ej_dq span {
  float: right;
  background: url(../images/dq_wz.png) 3px top no-repeat;
  text-indent: 35px;
  font-size: 1.8rem;
}
.ej_dq span a {
  color: #222;
}
.ej_font {
  padding: 3rem 0px 6.5rem;
}
.ej_font table {
  width: 100%;
}
.ej_font table tr td {
  line-height: 8.2rem;
}
.ej_font h1 {
  font-size: 2rem;
  color: #a5014a;
  font-weight: bold;
  text-align: right;
}
.ej_font i {
  padding: 0px 2rem;
}
.ej_font h2 {
  font-size: 2.4rem;
  color: #222;
  font-weight: bold;
  line-height: 7rem;
  text-align: center;
}
.ej_font h3 {
  font-size: 2rem;
  color: #a5014a;
  font-weight: bold;
  text-align: left;
}
/************党委会***************/
.about_dwh {
  width: 100%;
  display: inline-grid;
}
.about_dwh .div { /*background:#eff7fc;
    box-shadow:10px 10px 0px  #d9ecf9;
   border-right: 1.2rem solid ;border-bottom: 1.2rem solid #d9ecf9;*/
  padding: 10px 10px 20px 0px;
  height: 433px;
  border: 1px #ddd solid;
  border-top: 4px #8c76c6 solid;
  background: #fbf9ff
}
.about_dwh .div table {
  left: 10px;
}
.about_dwh .div table tr td {
  padding: 1.5rem 0px;
  line-height: 3rem;
}
.about_dwh h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #a5014a;
  text-align: right;
  background: none;
}
.about_dwh i {
  float: left;
  padding: 0px 20px;
}
.about_dwh .div_bg {
  background: #a5014a;
}
.about_dwh_font { /*padding-bottom:5rem;padding-right:3rem;*/ padding-bottom: 3rem;
}
/**************教学科研机构*****************/
.about_jx {
  background: #eff7fc;
  margin-bottom: 30px;
}
.about_jx_tp { /*height:198px;*/ background: #fff;
  padding-right: 10px;
  border-right: 8px #cee7f7 solid;
  position: relative;
}
.about_jx_tp img { /*width:302px;*/ width: 420px;
}
.jx_bt {
  padding: 18px 0px;
  background: linear-gradient(to right, #584598, #017fc6);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  /* bottom: -18px; */
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-top: -7rem;
}
.jx_font {
  padding: 1.5rem 0;
  height: 195px;
}
.about_jx_wz {
  padding: 25px;
}
.about_jx_wz span {
  line-height: 65px;
  display: block;
}
.about_jx_wz span h1 {
  float: left;
  line-height: 65px;
  color: #002222;
}
.about_jx_wz span h2 {
  text-align: left;
}
/**************news**************/
.ej_news {
  width: 100%;
  padding: 20px 0px;
  display: inline-grid;
}
.ej_news li {
  font-size: 1.8rem;
  line-height: 6.5rem;
  border-bottom: 1px #e6e7ea solid;
  float: left;
  background: url(../images/doc.png) 10px 2.5rem no-repeat;
  text-indent: 3.7rem;
  width: 100%;
}
.ej_news li .date {
  float: right;
  background: url(../images/date.png) 10px center no-repeat;
}
.ej_news li a {
  color: #222;
  
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ej_news li a .date {
  color: #666;
}
.page {
  margin: 30px auto;
}
@media screen and (max-width:576px) {
  .ej_news li .date {
    display: none;
  }
}
/**************师资队伍**************/
.sz_dw {
  width: 100%;
  height: 8.5rem;
  line-height: 8.5rem;
}
.sz_dw_nav {
  padding: 2.4rem 0px 2.4rem 5rem;
  background: linear-gradient(to right, #584598, #017fc6);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.department2 {
  position: relative;
  height: auto;
  padding-bottom: 80px;
}
.department2 .list {
  position: relative;
}
.department2 .item {
  position: absolute;
  width: calc(50% - 30px);
  margin-bottom: 0px;
  margin-right: 0px;
  transition: all 0.6s ease-out 0s;
  opacity: 0;
  transform: translateY(80px);
}
.department2.showdiv .item {
  transform: none;
  opacity: 1;
}
.department2 .item:nth-child(even) {
  margin-right: 0;
}
.department2 .item .sz_dw_font {
  background: #fff;
  padding: 1px;
}
.department2 .item .sz_dw_font_zw {
  background: #f7f9fb;
  padding: 2rem 3.4rem;
  box-shadow: 0px 0px 8px #c9c6c6;
}
.department2 .item .sz_dw_font_zw span {
  line-height: 7.5rem;
  display: block;
}
.department2 .item .sz_dw_font_zw span h1 {
  text-align: left;
  color: #a5014a;
  font-weight: bold;
  padding-right: 4.5rem;
  line-height: 6.5rem;
}
.department2 .item .sz_dw_font_zw span h2 {
  text-align: left;
}
.department2 .item .sz_dw_font_zw span h2 a {
  padding-right: 6px;
  line-height: 3.8rem;
}
.department2 .item .sz_dw_font_zw span h2 a::after {
  background: #000;
}
.sz_dw_font_link {
  color: #666;
}
@media screen and (max-width:576px) {
  .department2 .item {
    width: 100%
  }
}
/**************详细新闻页**************/
.xnew {
  width: 100%;
  padding: 2rem 0px;
  font-size: 1.8rem;
  color: #222;

}
.xnew_h1 {
  line-height: 4.4rem;
  font-size: 2.4rem;
  text-align: center;
}
.xnew_h10 {
  font-size: 2.0rem;
  text-align: center;
}
.xnew_h2 {
  line-height: 6rem;
  border-bottom: 1px #cccccc solid;
  border-top: 1px #cccccc dotted;
  border-bottom: 1px #cccccc dotted;
  color: #444;
  text-align: center;
  font-size: 1.9rem;
}
.xnew_font {
  line-height: 4rem;
  padding-top: 1rem;
}
.xnew_font img {
  text-align: center;
  display: inline-block;
}
.xnew_font_ul {
  float: left;
  padding: 2rem 0px;
}
.xnew_font_ul li {
  float: left;
  line-height: 4.5rem;
  width: 100%;
}
.xnew_font_ul li span {
  color: #a5014a;
  font-weight: bold;
}
@media screen and (max-width:1300px) {
  .ej_nav {
    margin-top: 0;
  }
}
@media screen and (max-width:992px) {
  .ej_nav {
    display: none;
  }
}
@media screen and (max-width:576px) {
  .ej_dq span {
    float: left;
    margin-top: 0rem;
  }
}
/**************图片新闻页**************/
.tu_img_bg {
  margin-top: 4.5rem;
  transition: all 0.6s ease-out 0s;
}
.tu_img {
  width: 100%;
  background: #fff;
  box-shadow: 5px 2px 2.4rem #d9d9d9;
  margin-bottom: 4.7rem;
}
.tu_img img {
  max-width: 100%;
  height: auto;
}
.tu_img span {
  line-height: 7rem;
  display: block;
  text-indent: 20px;
}
.tu_img span:hover {
  background: #a5014a;
  color: #fff;
  cursor: pointer;
}
.tu_img img:ahover {}
@media screen and (min-width:1400px) {
  .tu_img img {
    height: 291px;
  }
}
@media screen (min-width:993px) and (max-width:1399px) {
  .tu_img img {
    height: 291px;
  }
}
/**************学院领导**************/
.about_ld {
  width: 100%;
}
.about_ld_nav {
  padding: 2rem 0px 2rem 5rem;
  background: linear-gradient(to right, #584598, #017fc6);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.about_ld_nav h1 {
  float: left;
}
.about_ld_nav h2 {
  float: left;
}
.about_ld_top {
  width: 100%;
  background: #eff7fc;
  line-height: 72px;
  padding: 0px 24px;
  margin-top: 50px;
  box-shadow: 12px 12px 0px #d9ecf9;
}
.about_ld_top span {
  color: #a5014a;
  font-weight: bold;
  width: 140px;
  display: inline-block;
  text-align: right;
}
.about_ld_top i {
  padding: 0px 20px;
}
.about_ld_bot {
  width: 100%;
  padding: 6rem 0px;
}
.xy_ld_font {
  border: 1px #ddd solid;
  border-top: 4px #8c76c6 solid;
  background: #fbf9ff url(../img/ld_font_bg.png) repeat-x;
  padding: 1.3rem 0;
  margin: 0px 0px 3rem;
  height: 28rem;
}
.xy_ld_font img {
  width: 100%;
  height: 250px;
}
/*
.about_ld_bot img{padding-right:3rem;}*/
.about_ld_bot_font {
  line-height: 4rem;
}
.about_ld_bot_li {
  border-bottom: 1px #ccc dashed;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.about_ld_bot_font h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  display: contents;
  color: #a5014a;
  font-weight: bold;
}
/**************合作交流**************/
.hz_jl {
  width: 100%;
  height: 8.5rem;
  line-height: 8.5rem;
}
.hz_jl_nav {
  padding: 2.4rem 5rem;
  background: linear-gradient(to right, #584598, #017fc6);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.hz_jl_nav span {
  float: right;
}
.hz_jl_nav span a {
  color: #fff;
}
.hz_jl_font {
  background: #fff;
  padding: 1px;
  margin-bottom: 0rem;
}
.hz_jl_font_zw {
  background: #f7f9fb;
  padding: 20px 34px;
  box-shadow: 0px 0px 8px #c9c6c6;
}
.hz_jl_font_zw p {
  line-height: 4rem;
  display: block;
}
.hz_jl_ul {
  background: #f7f9fb;
  padding: 2rem 3.4rem;
  box-shadow: 0px 0px 8px #c9c6c6;
  margin-bottom: 4rem;
}
.hz_jl_ul li {
  width: 100%;
  float: left;
  line-height: 4.5rem;
  background: url(../images/doc.png) left 1.4rem no-repeat;
  text-indent: 1em;
}
.hz_jl_ul li span {
  float: right;
}
.hz_jl_ul li a span {
  color: #666;
}
@media screen and (max-width:576px) {
  .hz_jl_font {
    margin-bottom: 4rem;
  }
}
/******************内容页*********************/
/******************.v_news_content p,.v_news_content span,#vsb_content_4 span,#vsb_content p{line-height:4.3rem;font-size:2rem;font-family:Microsoft YaHei!important;}*********************/
.v_news_content p video {
  width: 100%;
  display: block;
}
@media screen and (max-width:812px) {
  .v_news_content p video {
    max-width: 100%;
    height: 400px;
    display: block;
  }
}
@media screen and (max-width:576px) {
  .v_news_content p video {
    max-width: 100%;
    height: 300px;
    display: block;
  }
}
@media screen and (max-width:360px) {
  .v_news_content p video {
    max-width: 100%;
    height: 200px;
    display: block;
  }
}
/**********************合作导航********************/
.ds_star {
  width: 100%;
  margin: 20px 0px;
}
.ds_star li {
  width: 20%;
  padding-right: 3%;
  float: left;
  line-height: 4.8rem;
  background: url(../images/doc.png) 10px 1.7rem no-repeat;
  text-indent: 3.7rem;
}
@media screen and (max-width:576px) {
  .ds_star li {
    width: 50%;
  }
}
/************/
.Banner {
  position: relative;
}

@media screen and (max-width:767px) {
  .Banner {
   
  }
}

.banner_down {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
  -moz-animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
  animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
  border-radius: 1.5px;
  z-index: 200;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(0);
    transform: translateY(5px);
    opacity: 0;
  }
}
/*********导师风采表格样式************/
.v_news_content table tr td, .v_news_content .WordSection1 table tr td, .v_news_content .Section1 table tr td {
  width: 12.5% !important;
  padding: 0px 20px !imporant;
}



/*网分页样式*/
.pages {
	clear: both;
	margin: 40px auto 20px auto;
	padding-top: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #a5014a;
	color: #fff;
	border: 1px solid #a5014a
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #a5014a;
	padding: 6px 15px;
	margin: 0 1px;
	background: #a5014a;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}

