@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #333333;
  font-size: 16px;
  padding: 0;
  margin: 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

img {
  max-width: 100%;
  border: none;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
/* header */
.header {
  background: #303e5a;
  color: #fff;
  padding-top: 8px;
}
.header .top {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header .logo {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.header .logo img {
  height: 50px;
  float: left;
}
.header .logo img:first-child {
  margin-left: 10px;
}
.header .top-right {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  width: calc(100% - 400px);
}
.header .top-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 28px;
}
.header .top-link a {
  font-size: 1rem;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}
.header .phone-top {
  display: none;
}

.search-box {
  font-size: 1rem;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.search-box img {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  margin-top: 10px;
}
.search-box form {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 30px;
  transition: width 0.3s ease-in-out;
  display: none;
}
.search-box .text {
  width: calc(100% - 61px);
  height: 30px;
  line-height: 30px;
  background: #fff;
  outline: none;
  width: 100%;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 0 15px;
}
.search-box .btn {
  width: 60px;
  height: 30px;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 20px;
  background: url(../images/search.png) no-repeat center center #303e5a;
  background-size: 16px 16px;
  cursor: pointer;
}

.search-box:hover form {
  display: flex;
  width: 280px;
}

/* 导航 */
.navbar {
  position: relative;
  z-index: 9;
  width: 100%;
}
.navbar ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.navbar ul * {
  transition: 0.3s;
}
.navbar li {
  position: relative;
  float: left;
  padding: 0 0 0 25px;
}
.navbar li > a {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 15px;
}
.navbar li i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  width: 12px;
  height: 100%;
  background: url(../images/ico-navdown.png) no-repeat center 18px;
  background-size: 100%;
  transition: 0.3s;
}
.navbar li:hover > a {
  font-weight: 600;
  color: #cc2178;
}
.navbar li:hover i {
  transform: rotate(180deg);
  background: url(../images/ico-navdown.png) no-repeat center 25px;
  background-size: 100%;
}
.navbar .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 200px;
  background: #303e5a;
  padding: 10px 0;
  border: 1px solid #fff;
  transition: 0.5s;
  opacity: 0;
  visibility: visible;
  display: none;
}
.navbar .subnav dd a {
  font-size: 0.9375rem;
  color: #fff;
  display: block;
  line-height: 34px;
  height: 34px;
  white-space: nowrap;
  padding: 0 20px;
}
.navbar .subnav dd {
  position: relative;
}
.navbar .subnav dd i {
  position: absolute;
  right: 20px;
  top: 0;
  height: 34px;
  background: url(../images/ico-navdown.png) no-repeat center 10px;
  background-size: 100%;
  transform: rotate(-90deg);
}
.navbar .subnav dd .lv3 {
  position: absolute;
  width: 100%;
  left: calc(100% + 2px);
  top: 0;
  width: auto;
  min-width: 200px;
  background: #303e5a;
  padding: 10px 0;
  transition: 0.5s;
  opacity: 0;
  visibility: visible;
}
.navbar .subnav dd:hover > a {
  background-color: #466486;
  font-weight: 600;
}
.navbar .subnav dd:hover i {
  transform: rotate(90deg);
}
.navbar .subnav dd:hover .lv3 {
  visibility: visible;
  opacity: 1;
}
.navbar li:hover .subnav {
  visibility: visible;
  opacity: 1;
  display: block;
}

.scroll-nav {
  width: 100%;
  height: 60px;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #303e5a;
  display: none;
}

.scroll-nav.showdiv {
  display: block;
}

.menu-btn,
.phone-menu {
  display: none;
}

/* banner焦点图 */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner * {
  transition: 0.5s;
}
.banner .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 28vw;
}
.banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .pic {
  width: 100%;
   height: 28vw;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .swiper-container .tit {
  position: absolute;
  left: 5.83vw;
  bottom: 30px;
  font-size: 1.2rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90vw;
  z-index: 10;
  cursor: pointer;
  min-width: 30%;
  padding: 5px 10px;
  background-image: linear-gradient(270deg,rgba(60,100,156,0),#1c3463);
}
.banner .banner-prev,
.banner .banner-next {
  height: 36px;
  width: 36px;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.2);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
}
.banner .banner-prev:hover,
.banner .banner-next:hover {
  background-color: rgba(31, 45, 61, 0.4);
}
.banner .banner-prev {
  left: 16px;
  background: url(../images/ico-left.png) no-repeat center center rgba(31,45,61,.11);
  background-size: auto 10px;
}
.banner .banner-next {
  right: 16px;
  background: url(../images/ico-right.png) no-repeat center center rgba(31,45,61,.11);
  background-size: auto 10px;
}
.banner .banner-pagination {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 10px;
  right: 0;
  z-index: 9;
  width: 100%;
}
.banner .banner-pagination span {
  margin: 0 7px;
  width: 1.875rem;
  height: 3px;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  opacity: 0.48;
  transition: 0.3s;
}
.banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner:hover .banner-prev,
.banner:hover .banner-next {
  opacity: 1;
}

/* banner焦点图结束 */
/* 中部版块 */
@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}
@keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes oline {
  0% {
    transform: scale(1);
    opacity: 0.25;
  }
  70% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.25;
  }
}
@keyframes mline {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  65% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
}
/* 首页中部区域 */
/* 通用样式 */
.flex {
  display: box;
  display: flex;
}

svg {
  height: 1em;
  width: 1em;
}

.pic {
  width: 100%;
  overflow: hidden;
}
.pic .img {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s ease-in-out;
}

.index-title {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 30px 0;
}
.index-title h2 {
  font-size: 1.5rem;
  color: #303e5a;
  letter-spacing: 0;
  text-align: center;
  line-height: 3.125rem;
  height: 3.125rem;
  font-weight: 600;
  display: inline-block;
}
.index-title h2:before,
.index-title h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 6px;
  background-image: linear-gradient(270deg, rgba(48, 62, 90, 0), rgba(48, 62, 90, 0.5));
  border-radius: 3px;
  margin-top: -3px;
}
.index-title h2:before {
  left: calc(40% - 60px);
  transform: scaleX(-1);
}
.index-title h2:after {
  right: calc(40% - 60px);
}

.index-more {
  text-align: center;
}
.index-more a {
  display: inline-block;
  width: 12.5rem;
  line-height: 5rem;
  font-size: 1.125rem;
  color: #fff;
}
.index-more a:hover {
  color: #a42a5b !important;
  font-weight: 700;
}

/* 通用样式 */
.index-kstd {
  background: #feedf3;
}
.index-kstd ul {
  display: flex;
  justify-content: space-between;
}
.index-kstd ul li {
  width: 25%;
  padding: 0 20px;
  transition: 0.3s;
}
.index-kstd ul li a {
  display: block;
  color: #a52a5c;
  font-weight: 700;
  line-height: 5rem;
  font-size: 1.125rem;
  text-align: center;
}
.index-kstd ul li:hover {
  background-color: #f9cedf;
}

.news-pic ul {
  overflow: hidden;
  margin: 0 -1rem;
}
.news-pic li {
  float: left;
  width: 33.3%;
}
.news-pic li a {
  display: block;
  margin: 0 1rem;
  border: 1px solid #dee2e7;
}
.news-pic li .pic {
  width: 100%;
  height: 14.825rem;
  overflow: hidden;
}
.news-pic li .txt {
  padding: 10px 0;
  color: #292a2d;
  transition: 0.5s ease-in-out;
}
.news-pic li .txt h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 4px solid #a42a5b;
  padding: 0 15px;
}
.news-pic li .txt .abst {
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 3rem;
  margin-top: 10px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-pic li .txt .date {
  font-size: 0.875rem;
  color: #9aa0a9;
  line-height: 20px;
  margin-top: 10px;
  padding: 0 15px;
}
.news-pic li:hover .img {
  transform: scale(1.1);
}
.news-pic li:hover .txt {
  background-color: #a42a5b;
  color: #fff3fb;
}

.news-list {
  overflow: hidden;
  margin: 1.875rem -1rem 0;
}
.news-list .col {
  float: left;
  width: 33.3%;
}
.news-list .col ul {
  margin: 0 1rem;
  border: 1px solid #dee2e7;
  border-top: 4px solid #a42a5b;
}
.news-list .col li {
  padding: 0 1.25rem;
}
.news-list .col li a {
  display: block;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  padding: 1.125rem 0;
}
.news-list .col li .date {
  width: 5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #292a2d;
}
.news-list .col li .date .day {
  font-size: 1.5rem;
  font-weight: 600;
}
.news-list .col li .tit {
  display: flex;
  align-items: center;
  flex: 1;
}
.news-list .col li h2 {
  line-height: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #436796;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3rem;
}
.news-list .col li:hover h2 {
  text-decoration: underline;
  color: #a42a5b;
}
.news-list .col .more {
  display: block;
  text-align: right;
  color: #436796;
  font-size: 1rem;
  line-height: 4.375rem;
  padding: 0 1.25rem;
}
.news-list .col .more:hover {
  text-decoration: underline;
  color: #a42a5b;
}

.row2 {
  margin-top: 6.25rem;
  position: relative;
  background: url(../images/kydt-bg.jpg) center no-repeat;
  background-size: 100% auto;
}
.row2 .container {
  position: relative;
  z-index: 2;
}
.row2 .index-title h2 {
  color: #fff;
}
.row2 .index-title h2:before,
.row2 .index-title h2:after {
  background-image: linear-gradient(270deg, rgba(48, 62, 90, 0), hsla(0, 0%, 100%, 0.5));
}

.row2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(48, 62, 90, 0.95);
}

.index-kydt {
  margin-top: 1.875rem;
}
.index-kydt ul {
  overflow: hidden;
  margin: 0 -1.5625rem;
}
.index-kydt li {
  float: left;
  width: 25%;
}
.index-kydt li a {
  display: block;
  margin: 0 1.5625rem;
  border: 0 solid #dee2e7;
  background: #fff;
}
.index-kydt li .pic {
  height: 13.4375rem;
}
.index-kydt li .txt {
  position: relative;
  padding: 3.125rem 1rem;
}
.index-kydt li .min-date {
  width: 5rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #3c609b;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: -1rem;
}
.index-kydt li h2 {
  font-size: 1.125rem;
  color: #292a2d;
  line-height: 1.5rem;
  height: 3rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-kydt li h2:hover {
  text-decoration: underline;
  color: #a42a5b;
}
.index-kydt li .date {
  font-size: 0.875rem;
  color: #9aa0a9;
  line-height: 20px;
  margin-top: 10px;
}
.index-kydt li .more {
  text-align: right;
  font-size: 14px;
  color: #436796;
  padding-right: 35px;
  background: url(../images/ico-more.png) no-repeat right center;
  background-size: 26px;
}
.index-kydt li:hover .img {
  transform: scale(1.1);
}

.index-xysh ul {
  overflow: hidden;
  margin: 0 -1.25rem;
}
.index-xysh li {
  float: left;
  width: 33.3%;
}
.index-xysh li a {
  display: block;
  margin: 0 1.25rem;
  padding: 20px 0;
}
.index-xysh li .pic {
  height: 15rem;
}
.index-xysh li .txt {
  background: rgba(41, 60, 99, 0.89);
  padding: 1rem;
  position: relative;
  margin-top: -10px;
  transition: 0.5s;
}
.index-xysh li .txt h2 {
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-xysh li .txt .more {
  display: block;
  text-align: right;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 3.125rem;
}
.index-xysh li .txt:hover {
  background: rgba(164, 42, 91, 0.89);
}
.index-xysh li:hover .img {
  transform: scale(1.1);
}
.index-xysh .index-more a {
  color: rgb(67, 103, 150);
}

/* 底部 */
.footer {
  background-color: #263451;
  min-height: 14.375rem;
  padding: 1.25rem 0;
}
.footer .row {
  overflow: hidden;
  border-bottom: 1px solid #888;
  padding-bottom: 1.5rem;
}
.footer .foot-links {
  width: 53.125rem;
  float: left;
}
.footer .foot-links .item {
  overflow: hidden;
}
.footer .foot-links .item h2 {
  float: left;
  width: 100px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin-top: 10px;
  color: #fff;
}
.footer .foot-links .item .inner {
  float: left;
  width: calc(100% - 120px);
  padding-left: 10px;
  line-height: 1.875rem;
  padding-top: 23px;
}
.footer .foot-links .item a {
  display: inline-block;
  font-size: 0.875rem;
  color: #ccc;
  margin: 0 5px;
}
.footer .foot-links .item p {
  font-size: 0.875rem;
  color: #ccc;
}
.footer .foot-logo {
  float: left;
  width: 18.75rem;
}
.footer .foot-logo p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 3.125rem;
}
.footer .foot-logo img {
  width: 100%;
}
.footer .foot-ewm {
  float: right;
}
.footer .foot-ewm img {
  width: 120px;
}
.footer .cory {
  padding-top: 1.5rem;
}
.footer .cory p {
  text-align: right;
  color: rgb(204, 204, 204);
  font-size: 14px;
}

/* 底部 */
/* 首页左侧 */
.wrap-step {
  position: fixed;
  left: 1.06667rem;
  bottom: 0.26667rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.wrap-step ul {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.wrap-step ul a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wrap-step ul .line {
  width: 0;
  height: 100px;
  border: 1px dotted #409eff;
  margin-left: 0.15rem;
}
.wrap-step ul .num {
  color: #033060;
  border-radius: 0;
  border: none;
  background: #6699FF;
  text-align: center;
  transition: 0.15s ease-out;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.18667rem;
  font-weight: 700;
  z-index: 1;
}
.wrap-step ul li:last-child .line {
  border: 1px dotted transparent;
}

.wrap-step.showdiv {
  opacity: 1;
  visibility: visible;
}

/* 首页左侧 */
/* 列表页 */
/* 列表banner */
.listbanner {
  overflow: hidden;
  width: 100%;
  height: 40vw;
  min-height: 180px;
}
.listbanner .pic {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.min-banner {
  max-height: 20rem;
}

.mid-banner {
  max-height: 80vh;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  overflow: hidden;
  padding: 20px 0;
}
.list-page .left {
  width: calc(25% - 15px);
  float: left;
}
.list-page .right {
  float: right;
  width: calc(75% - 15px);
}
.list-page .page {
  text-align: center;
  font-size: 0.24rem;
}
.list-page .inner {
  padding: 0.1rem 0 0.5rem;
}
.list-page .inner:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.location {
  overflow: hidden;
  font-size: 0.9375rem;
  color: #606266;
  padding: 10px 0;
}
.location a {
  font-weight: 400;
  color: #303133;
}
.location a:first-child {
  color: #303133;
  font-weight: 700;
}
.location span {
  font-weight: 400;
  margin: 0 6px;
}

.pc-column {
  margin: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.pc-column h2 {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #9d224f;
  font-weight: 600;
  margin-left: 10px;
  padding-right: 10px;
  border-bottom: 3px solid #9d224f;
}

.phone-column {
  display: none;
}

.list-nav .subnav {
  background: #f9f9fa;
}
.list-nav .subnav li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #292a2d;
  padding: 12px 10px 12px 0;
}
.list-nav .subnav .lv2 {
  display: flex;
  align-items: center;
  border-left: 3px solid transparent;
  cursor: pointer;
}
.list-nav .subnav .lv2 i {
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  color: #c0c4cc;
  font-size: 12px;
  padding: 6px;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.list-nav .subnav .lv2 i svg {
  width: 12px;
}
.list-nav .subnav .lv2.on i {
  transform: rotate(180deg);
}
.list-nav .subnav dl {
  display: none;
}
.list-nav .subnav dl a {
  padding-left: 38px;
}
.list-nav .subnav dl a:hover {
  background-color: #f0f0f0;
}
.list-nav .subnav li:hover .lv2 {
  background-color: #f0f0f0;
}
.list-nav .subnav li.current .lv2 {
  color: #9d224f;
  border-left: 3px solid #c0527a;
  background-color: #f0f0f0;
}
.list-nav .subnav li.current a {
  color: #9d224f;
}
.list-nav .subnav li.current dd {
  display: block;
}
.list-nav .subnav .hasChild .lv2 i {
  visibility: visible;
  opacity: 1;
}

.list-leader {
  margin-bottom: 6rem;
}
.list-leader ul {
  overflow: hidden;
  margin: 0 -1rem;
}
.list-leader li {
  float: left;
  margin-bottom: 1.5625rem;
  width: 50%;
}
.list-leader li .box {
  margin: 0 1rem;
  overflow: hidden;
}
.list-leader li .pic {
  float: left;
  width: 180px;
  height: 229px;
}
.list-leader li .pic .img {
  background-position: top center;
}
.list-leader li .txt {
  float: right;
  width: calc(100% - 190px);
  padding: 0 10px;
  word-break: break-all;
}
.list-leader li .tit {
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 1.875rem;
}
.list-leader li .tit span {
  /* font-size: 2rem; */
  /* font-weight: bold; */
}
.list-leader li .info {
  font-size: 1rem;
  color: #000;
}

.list-txt li {
  overflow: hidden;
}
.list-txt li a {
  display: block;
  border-bottom: 1px solid #ebeef5;
  padding: 12px 10px;
  line-height: 23px;
  display: flex;
  justify-content: space-between;
  font-size: 0.9375rem;
  color: #292a2d;
  align-items: center;
}
.list-txt li a:hover {
  background: #f5f7fa;
}
.list-txt li h2 {
  font-weight: normal;
  width: calc(100% - 151px);
  font-size: 0.9375rem;
  transition: 0.3s;
}
.list-txt li h2:hover {
  text-decoration: underline;
  color: #9d224f;
}
.list-txt li .date {
  width: 150px;
  text-align: right;
}

.zzjg-page .left {
  background: #fff;
  padding: 10px;
  width: 25%;
}
.zzjg-page .list-nav .subnav li.current .lv2 {
  background: #edeff1;
  border-left: 3px solid transparent;
  color: #303133;
  padding: 0 20px;
}
.zzjg-page .list-nav .subnav li.current a {
  color: #303133 !important;
}
.zzjg-page .list-nav .subnav li.current dl {
  display: block;
}
.zzjg-page .list-nav .subnav li.current dd.current a {
  background: #9d224f !important;
  color: #fff !important;
}

.list-zzjg {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px 20px;
  min-height: 420px;
}
.list-zzjg .col-tit {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 10px 0;
}
.list-zzjg .col-info {
  line-height: 1.5rem;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.list-zzjg ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.list-zzjg ul li {
  float: left;
  width: 50%;
  margin: 10px 0;
}
.list-zzjg ul .box {
  margin: 0 10px;
  padding: 20px 50px 10px 0;
  background: #f5f6f7;
  overflow: hidden;
}
.list-zzjg ul .box .txt {
  float: left;
  width: calc(100% - 81px);
}
.list-zzjg ul .box .pic {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.list-zzjg ul .box .pic .img {
  background-position: top center;
}
.list-zzjg ul .tit {
  border-left: 4px solid #9d224f;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 10px;
  padding-left: 16px;
}
.list-zzjg ul .pos {
  padding-left: 20px;
  line-height: 1.25rem;
  margin: 5px 0;
  padding-right: 10px;
  min-height: 2.5rem;
  font-size: 0.875rem;
  color: #292a2d;
}
.list-zzjg ul .info {
  color: #797d85;
  font-size: 0.875rem;
  padding-left: 20px;
  line-height: 1.25rem;
  margin: 5px 0;
  padding-right: 10px;
}

.list-zsxx li {
  margin: 10px 0;
}
.list-zsxx li .box {
  overflow: hidden;
  background: #f5f6f7;
  display: flex;
  justify-content: space-between;
}
.list-zsxx li .pic {
  width: 50%;
  position: relative;
}
.list-zsxx li .pic img {
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-zsxx li .pic .tit {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
}
.list-zsxx li .pic .tit span {
  width: 80px;
  text-align: center;
  font-size: 2.1875rem;
}
.list-zsxx li .pic .tit p {
  width: calc(100% - 80px);
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
}
.list-zsxx li .pic:after {
  content: "";
  background: rgba(15, 18, 26, 0.25);
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.list-zsxx li .txt {
  float: right;
  width: 50%;
  padding: 0 20px;
}
.list-zsxx li .txt .info {
  margin: 40px 0 20px;
  line-height: 1.5rem;
  color: #292a2d;
  font-size: 0.9375rem;
  max-height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-zsxx li .txt dd {
  position: relative;
  padding-left: 15px;
}
.list-zsxx li .txt dd:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #9d224f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.list-zsxx li .txt dd a {
  display: block;
  color: #9d224f;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.875rem;
}

.list-queston .wrap-cont {
  float: left;
  width: 68%;
}
.list-queston .rt-pics {
  float: right;
  width: 30%;
  border: 1px solid #ecf0f1;
  padding: 10px;
  vertical-align: top;
}
.list-queston .rt-pics li {
  margin-bottom: 20px;
}
.list-queston .rt-pics li a {
  display: block;
  overflow: hidden;
}
.list-queston .rt-pics li h2 {
  color: #207ab7;
  font-size: 1rem;
  font-weight: 600;
  margin: 10px 0 10px 0;
  text-align: center;
}

.list-teacher {
  margin-bottom: 40px;
}
.list-teacher ul {
  overflow: hidden;
  margin: 0 -2.5rem;
}
.list-teacher li {
  float: left;
  width: 33.33%;
  margin: 10px 0;
}
.list-teacher li .box {
  overflow: hidden;
  margin: 0 2.5rem;
  border: 1px solid #eee;
  padding: 10px;
}
.list-teacher li .pic {
  width: 8.75rem;
  height: 12.5rem;
  float: left;
}
.list-teacher li .txt {
  float: right;
  width: calc(100% - 9rem);
  padding: 0 10px;
}
.list-teacher li h2 {
  font-size: 1.1875rem;
  font-weight: 600;
  padding: 5px 0;
  line-height: 1.875rem;
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-teacher li h2:after {
  content: "";
  width: 25px;
  height: 2px;
  border: none;
  background: #9d224f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.list-teacher li .info {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 20px;
  height: 80px;
  margin: 10px 0;
  color: #555;
}
.list-teacher li .more {
  display: block;
  font-size: 13px;
  margin-top: 20px;
  padding-right: 30px;
  line-height: 3.125rem;
  color: #436796;
  text-align: right;
  background: url(../images/ico-more.png) no-repeat right center;
  background-size: 26px;
}

.con-teacher .row {
  overflow: hidden;
  padding: 10px 0;
}
.con-teacher .row .lf {
  float: left;
  width: 21%;
  padding: 0 15px;
}
.con-teacher .row .rt {
  float: right;
  width: 79%;
  padding: 0 15px;margin-top:-9px;
}
.con-teacher .pic {
  text-align: center;
}
.con-teacher .tit {
  font-size: 2rem;
  font-weight: bold;
}
.con-teacher .pos {
  font-size: 0.9375rem;
  padding: 0 10px;
  text-indent: 2em;
  margin-top: 10px;
}
.con-teacher .in {
  color: #9d224f;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.125rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.con-teacher .info {
  color: #1f509a;
  font-size: 0.9375rem;
  line-height: 2.125rem;
}
.con-teacher .c {
  color: #292a2d;
}

.con-teacher .c strong{
      line-height: 34px;
}
.con-teacher .c hr{
  margin:0.5em 0;    height: 1px;
    border: none;
    border-top: 1px solid #e0e0e0;
}


.kycg-tit {
  font-size: 1.25rem;
  color: #292a2d;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.kycg-pics ul {
  overflow: hidden;
  margin: 0 -1rem;
}
.kycg-pics li {
  float: left;
  width: 33.3%;
  margin-bottom: 20px;
}
.kycg-pics li a {
  display: block;
  margin: 0 1rem;
  background: #fff;
  border: 1px solid #dee2e7;
  box-shadow: 0 2px 10px 0 rgba(41, 42, 45, 0.1);
}
.kycg-pics li .pic {
  height: 15.8rem;
}
.kycg-pics li .txt {
  position: relative;
  padding: 2rem 1rem;
}
.kycg-pics li .min-date {
  width: 5rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #3c609b;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: -1rem;text-align:center;
}
.kycg-pics li h2 {
  font-size: 1rem;
  color: #292a2d;
  line-height: 1.5rem;
  height: 3rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.kycg-pics li h2:hover {
  text-decoration: underline;
  color: #3c609b;
}
.kycg-pics li .date {
  font-size: 0.875rem;
  color: #9aa0a9;
  line-height: 20px;
  margin-top: 10px;
}
.kycg-pics li .more {
  text-align: right;
  font-size: 14px;
  color: #436796;
  padding-right: 35px;
  background: url(../images/ico-more.png) no-repeat right center;
  background-size: 26px;
}
.kycg-pics li:hover .img {
  transform: scale(1.1);
}

.kycg-txts {
  margin-top: 10px;
}
.kycg-txts ul {
  overflow: hidden;
  margin: 0 -1.25rem;
}
.kycg-txts li {
  float: left;
  width: 50%;
}
.kycg-txts li a {
  display: block;
  line-height: 3.125rem;
  margin: 0 1.25rem;
  padding-left: 12px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgb(237, 237, 237);
}
.kycg-txts li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9d224f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.kycg-txts li a h2 {
  width: calc(100% - 115px);
  float: left;
  font-size: 15px;
  color: #292a2d;
  letter-spacing: 0;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.kycg-txts li a h2:hover {
  color: #9d224f;
  text-decoration: underline;
}
.kycg-txts li a .date {
  width: 100px;
  float: right;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 400;
  color: #797d85;
  text-align: right;
}

/* 正文页 */
.article {
  overflow: hidden;
  word-break: break-all;
}
.article .tit {
  font-size: 1.5rem;
  color: #111;
  font-weight: 400;
  text-align: center;
  padding: 15px 0;
  line-height: 28px;word-break: break-word;
}
.article .date {
  margin-top: 10px;
  font-size: 0.9375rem;
  color: #999;
  text-align: center;
  padding: 15px 0;
}
.article .date span {
  display: inline-block;
}

.wrap-cont {
  font-size: 1rem;
  color: #333;
  line-height: 2;
  border-bottom: 1px solid #dcdfe6;
  padding-bottom: 1.5rem;
  margin-bottom: 3.125rem;word-break: break-word;
}
.wrap-cont p {
  font-size: 1rem;
  color: #333;
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 10px;
}

.wrap-cont p video {
  display: block;
  margin: 0 auto;
  max-width: 95%;
  height: auto !important;
}


.wrap-cont table p {
  text-indent: 0;
  padding: 0;
  line-height: 1.2;
  margin: 0;
  /* font-size: 14px; */
}

.index-title2 h2 {
  font-family: Arial;
  margin-top: 30px;
  font-size: 2.25rem;
  color: #1b3362;
  letter-spacing: 0;
  text-align: center;
  line-height: 3.125rem;
  font-weight: 600;
}

.row11 {
  background: rgb(246, 249, 254)  ;  padding-top: 30px;;
  padding-bottom: 3.125rem;
}

.news-pic2 {
  margin: 0 -10px 45px -10px;
}
.news-pic2 .swiper-container {
  padding: 0 10px;
}
.news-pic2 li a {
  display: block;
  border: 1px solid #dee2e7;
}
.news-pic2 li .pic {
  width: 100%;
  height: 14.825rem;
  overflow: hidden;
}
.news-pic2 li .txt {
  padding: 10px 0;
  color: #292a2d;
  transition: 0.5s ease-in-out;
}
.news-pic2 li .txt h2 {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 3rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 15px;
}
.news-pic2 li .txt .date {
  font-size: 0.875rem;
  color: #9aa0a9;
  line-height: 20px;
  margin-top: 10px;
  padding: 0 15px;
}
.news-pic2 li:hover .img {
  transform: scale(1.1);
}
.news-pic2 li:hover .txt {
  background-color: #a42a5b;
  color: #fff3fb;
}
.news-pic2 .news-pagination {
  position: relative;
  margin: 15px 0 30px;
  text-align: center;
}
.news-pic2 .news-pagination span {
  display: inline-block;
  background: #c0c4cc;
  opacity: 1;
  width: 100px;
  height: 4px;
  margin: 0 5px;
  border-radius: 0;
  cursor: pointer;
}
.news-pic2 .news-pagination span.swiper-pagination-bullet-active {
  background: #1b3362;
  opacity: 1;
}

.index-more2 {
  overflow: hidden;
}
.index-more2 a {
  display: block;
  background: #1b3362;
  width: 180px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  color: #fff;
  font-size: 25px;
  font-family: Arial;
  text-align: center;
  border-radius: 30px;
  transition: 0.3s;
}
.index-more2 a:hover {
  background: #a42a5b;
}

.row22 {
  padding-top: 1.875rem;
}

.index-research {
  max-width: 1200px;
  margin: 1.875rem auto;
}
.index-research li {
  transform: scale(0.72);
}
.index-research li a {
  display: block;
  position: relative;
}
.index-research li .pic {
  width: 100%;
  padding-bottom: 116%;
  position: relative;
}
.index-research li .pic .img {
  position: absolute;
  left: 0;
  top: 0;
}
.index-research li .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: #002a7d;
  z-index: 2;
}
.index-research li .boxDiv {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  width: calc(100% - 30px);
  height: calc(100% - 40px);
  z-index: 5;
  position: absolute;
  top: 20px;
  left: 15px;
}
.index-research li .tit {
  width: 80%;
  left: 10%;
  margin: 0 auto;
  top: calc(50% - 30px);
  position: absolute;
  font-family: Arial;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  z-index: 9;
}
.index-research li.swiper-slide-active {
  transform: scale(1);
}
.index-research li.swiper-slide-active:after {
  display: none;
}
.index-research li.swiper-slide-active .boxDiv {
  display: none;
}
.index-research li.swiper-slide-active .tit {
  opacity: 0.6;
  background-image: linear-gradient(180deg, rgba(0, 42, 125, 0), #002a7d);
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 23%;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 120px;
}
.index-research .research-prev,
.index-research .research-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  background-color: #e9eaef;
  font-weight: 400;
  color: #1b3362;
  position: absolute;
  bottom: 15px;
  z-index: 9;
}
.index-research .research-prev:hover,
.index-research .research-next:hover {
  background-color: #f5e9ed;
  color: #a42a5b;
  font-weight: 700;
}
.index-research .research-prev {
  left: 20%;
}
.index-research .research-next {
  right: 20%;
}

.row33 {
  background: rgb(246, 249, 254);
  padding-bottom: 3.125rem;
  padding-top: 5rem;
}

.index-experience {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
.index-experience .lf {
  float: left;
  width: 45%;
}
.index-experience .lf .expe-tit {
  font-family: Arial;
  margin-top: 1.875rem;
  font-size: 2.25rem;
  color: #1b3362;
  letter-spacing: 0;
  text-align: left;
  line-height: 3.125rem;
  font-weight: 600;
}
.index-experience .lf ul li {
  overflow: hidden;
  margin-top: 1.875rem;
}
.index-experience .lf ul .ico {
  float: left;
  width: 4.6875rem;
  padding-top: 20px;
}
.index-experience .lf ul .ico img {
  width: 2.5rem;
  max-height: 2.5rem;
}
.index-experience .lf ul li:nth-child(3) .ico img{
  width: 3rem;
  max-height: 3rem;
}
.index-experience .lf ul .txt {
  float: left;
  width: calc(100% - 4.85rem);
}
.index-experience .lf ul .txt h2 {
  font-family: Arial;
  font-size: 1.125rem;
  color: #1b3362;
  letter-spacing: 0;
  line-height: 2.125rem;
  font-weight: 600;
  border-bottom: 1px solid #1b3362;
}
.index-experience .lf ul .txt .more {
  overflow: hidden;
  margin-top: 10px;
}
.index-experience .lf ul .txt .more a {
  display: inline-block;
  font-family: Arial;
  font-size: 14px;
  color: #1b3362;
  letter-spacing: 0;
  font-weight: 400;
  background: #fff;
  border: 1px solid #1b3362;
  width: 91px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.index-experience .lf ul .txt .more a:hover {
  background-color: #a42a5b;
  border: 1px solid #a42a5b;
  color: #fff;
}
.index-experience .rt {
  float: right;
  width: 40%;
}
.index-experience .rt .pic {
  max-width: 400px;
  max-height: 480px;
  overflow: hidden;
}
.index-experience .rt .pic img{
  transform:scale(1.04);
}

.column-txt p{
    font-size: 16px;
    line-height: 24px;
    margin: 10px;
    font-weight: 400;
  
}
.column-txt p.bold{
   font-weight: 600;
}
.wrap-cont a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}