body {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h32 {
  font-size: 32px;
}
.h36 {
  font-size: 36px;
}
.h40 {
  font-size: 40px;
}
@media (max-width: 1599px) {
  .h60 {
    font-size: 50px;
  }
  .h50 {
    font-size: 42px;
  }
}
@media (max-width: 1279px) {
  .h60 {
    font-size: 40px;
  }
  .h50 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h60 {
    font-size: 34px;
  }
  .h50 {
    font-size: 32px;
  }
}
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 24px;
  }
  .h28 {
    font-size: 26px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
.topline {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 4px;
  background-size: 200% auto;
  background-position: 100% 100%;
  background-image: -webkit-linear-gradient(
    to right,
    #cd2263 0%,
    #2d3db7 50%,
    #6d29a9 100%
  );
  background-image: -ms-linear-gradient(
    to right,
    #cd2263 0%,
    #2d3db7 50%,
    #6d29a9 100%
  );
  background-image: linear-gradient(
    to right,
    #cd2263 0%,
    #2d3db7 50%,
    #6d29a9 100%
  );
}

.no-gutter > [class*="col-"] {
  padding: 0;
}
@-webkit-keyframes iconRotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes iconRotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}

.goTopBtn {
  width: 50px;
  height: 50px;
  background: #0072d8;
  position: fixed;
  right: 10px;
  bottom: 5%;
  z-index: 10;
  display: none;
}
.goTopBtn i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .goTopBtn {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .goTopBtn {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}

/*------btn03------*/
@-webkit-keyframes btn03 {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes btn03 {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.btn03 {
  display: inline-block;
  position: relative;
  color: #c9242b;
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 12px;
  line-height: 1;
  border: 1px solid #c9242b;
  background: #ffffff;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.btn03:before {
  content: "";
  position: absolute;
  border: 1px solid #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.btn03:hover {
  background: #c9242b;
  color: #fff;
}
.btn03:hover:before,
.btn03:focus:before,
.btn03:active:before {
  -webkit-animation-name: btn03;
  animation-name: btn03;
  border: 1px solid #c9242b;
}
.btn03:hover:after {
  opacity: 1;
}
/*---------------区域背景---------------------*/
.bg-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.z-depth-2 {
  position: relative;
  z-index: 2;
}
#bg-section {
  background-image: url(jobr-bg01.jpg);
  top: inherit;
  height: 260%;
  background-size: 100% 100%;
  bottom: -220%;
}
#bg-section-pg {
  height: 68vh;
}
.contentpart {
  background: url(jobr-bg01.jpg) repeat-x top center #ffffff;
  position: relative;
}
.firstpart {
  padding: 12px 0 70px;
  position: relative;
  background: url(jobr-bg01.jpg) repeat-x top center #F7FAFD;
}
.firstpart .row {
  margin-left: -40px;
  margin-right: -40px;
}
.firstpart .row > [class^="col"] {
  padding-left: 40px;
  padding-right: 40px;
}
/* .secondpart {background: url(jobr-bg.jpg) no-repeat fixed center #ffffff;background-size: cover;width: 100%;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='jobr-bg.jpg',sizingMethod='scale');padding: 110px 0 96px;} */
.secondpart {background: url(jobr-bg03.jpg) no-repeat bottom center #ffffff;background-size: cover;padding: 110px 0 96px;}

.thirdpart {
  padding: 60px 0 80px;
  overflow: hidden;
}
.secondarybox {
  width: 100%;
  display: block;
  padding: 0 0 50px;
  min-height: -moz-calc(100vh - 650px);
  min-height: -webkit-calc(100vh - 650px);
  min-height: calc(100vh - 650px);
  background: url(jobr-bg02.jpg) no-repeat top center #F7FAFD;
}
.index-left-con {
  padding-right: 10px;
}

.pagebox {
  padding: 90px 60px 60px;
  background: url(bg03.png) no-repeat 30px 30px #fff;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
}
.personbox {
  background: #ffffff;
  padding: 50px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
}
.win-l {
  width: 960px;
  padding-right: 40px;
  float: left;
}
.win-r {
  overflow: hidden;
}
.win-r1 {
  float: right;
  width: calc(100% - 960px);
}
.content-info {
  background: #ffffff;
  padding: 50px 40px;
  min-height: 620px;
  margin-top: -50px;
  position: relative;
  z-index: 3;
}
.building {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.building1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1680px) {
  .building img {
    width: 80%;
    float: right;
  }
  .building1 img {
    width: 90%;
    float: right;
  }
}
@media (max-width: 1536px) {
  .building img {
    width: 75%;
  }
  .building1 img {
    width: 85%;
  }
}
@media (max-width: 1440px) {
  .firstpart .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .firstpart .row > [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .building img {
    width: 72%;
  }
  .building1 img {
    width: 78%;
  }
  .win-l {
    width: 820px;
  }
  .win-r1 {
    width: calc(100% - 820px);
  }
}
@media (max-width: 1280px) {
  .building img {
    width: 68%;
  }
  .building1 img {
    width: 72%;
  }
  .firstpart .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .firstpart .row > [class^="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .secondpart {padding: 90px 0 76px;}
  .content-info {
    min-height: 500px;
  }
}
@media (max-width: 1199px) {
  .firstpart {background-size: 100% 100%;padding-top: 0;}
  .firstpart .row > [class^="col"] {width: 100%;float: left;}
  .secondpart {background-position: 27% 100%;}
  .contentpart {
    background-size: auto 50%;
  }
  .win-l {
    width: 620px;
  }
  .win-l.pad {
    width: 560px;
  }
  .win-r1 {
    width: calc(100% - 560px);
  }
  .building img {
    width: 58%;
  }
  .building1 img {
    width: 62%;
  }
  .content-info {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .win-l, .win-l.pad, .win-r1 {
    width: 100%;
  }
  .win-l {
    padding-right: 0;
  }
  .firstpart .win-l {
    width: 360px;
    padding-right: 20px;
  }
  .firstpart {
    padding: 12px 0 60px;
  }
  .secondpart {
    padding: 62px 0 66px;background-position: 0% 100%;
  }
  .thirdpart {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .firstpart .win-l {
    width: 100%;
    padding-right: 0;
  }
  .win-r {
    width: 100%;
    float: left;
  }
  .content-info {
    padding: 20px 18px;
    min-height: inherit;
  }
  .firstpart {
    padding: 12px 0 40px;
  }
  .secondpart {
    padding: 40px 0 45px;background-position: 37% 100%;
  }
  .thirdpart {
    padding: 40px 0 35px;
  }
  .building1 img {
    width: 105%;
  }
  .secondarybox {padding-bottom: 30px;}
}
.indexlanmu {
  margin-bottom: 32px;
  position: relative;
}
.indexlanmu span {
  float: left;
  font-size: 38px;
  line-height: 1.1;
  color: #26313E;
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
}
.indexlanmu span.en {
  font-size: 30px;
  color: #BFC4CF;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 6px;
}
.indexlanmu .more {
  float: right;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  color: #005BAC;
  z-index: 3;
  width: 96px;
  height: 26px;
  top: 32px;
  right: 0;
}
.indexlanmu .more i {
  display: inline-block;
  background: url(jobr-icon02.png) no-repeat center center;
  width: 11px;
  height: 5px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  background-size: 100%;
  position: absolute;
  right: 4px;
  top: 11px;
}
.indexlanmu .more:hover {
  opacity: 0.8;
}
.indexlanmu.dark span {
  color: #1f3e91;
}
.indexlanmu.dark span.en {
  opacity: 0.3;
}

.indexlanmu_c {
  position: relative;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  padding-top: 42px;
  height: 100px;
  margin-bottom: 20px;
}
.indexlanmu_c span {
  font-size: 34px;
  line-height: 1.1;
  color: #b60200;
  font-weight: 700;
}
.indexlanmu_c span em {
  color: #3d3d3d;
  font-style: normal;
}
.thirdpart .indexlanmu_c span {
  color: #ffffff;
}
.thirdpart .indexlanmu_c span em {
  color: #ffffff;
}
.indexlanmu_more {
  width: 68px;
  position: relative;
  font-size: 16px;
  line-height: 1.1;
  color: #0052a3;
}
.indexlanmu_more i {
  width: 28px;
  height: 12px;
  margin-left: 8px;
  position: relative;
  background: url(gnjt-more01.png) no-repeat right center;
  display: inline-block;
}
.indexlanmu_more i:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 12px;
  width: 12px;
  border: 1px dashed #0052a3;
  border-radius: 50%;
  z-index: 3;
  -webkit-animation: iconRotate 4s linear infinite;
  animation: iconRotate 4s linear infinite;
}
.indexlanmu_more i:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  height: 6px;
  width: 6px;
  background: #0052a3;
  border-radius: 50%;
  z-index: 3;
}
.indexlanmu_more:hover {
  color: #b60200;
}
.indexlanmu_c .indexlanmu_more {
  position: absolute;
  right: 0;
  top: 52px;
}

.thirdpart .indexlanmu_more {
  color: #ffffff;
}
.thirdpart .indexlanmu_more i {
  background-image: url(gnjt-more01f.png);
}
.thirdpart .indexlanmu_more i:before {
  border-color: #ffffff;
}
.thirdpart .indexlanmu_more i:after {
  background-color: #ffffff;
}
.thirdpart .indexlanmu_more:hover {
  color: #ff9800;
}
@media (max-width: 1440px) {
  .indexlanmu span.en {font-size: 26px;}
}
@media (max-width: 767px) {
  .indexlanmu .more {top: 24px;}
  .indexlanmu span {font-size: 27px;}
  .indexlanmu span.en {
    font-size: 23px;
  }
  .indexlanmu_c {
    margin-bottom: 20px;
  }
  .firstpart .col-md-6:nth-child(2) .indexlanmu .more {top: 49px;}
}
/*---------------index news---------------------*/

.jobpart {padding: 0 30px;}
.job-gjrc {
  position: relative;
}
.job-gjrc .row {
  margin-left: -9px;
  margin-right: -9px;
}
.job-gjrc .row > [class^="col"] {
  padding-left: 9px;
  padding-right: 9px;
}
.job-gjrc .con-box {
  position: relative;
}
.job-gjrc .con-box .txtbox {
  position: relative;
  margin-top: 39px;
  background: #ffffff;
  padding: 76px 30px 38px;
  z-index: 1;
  box-shadow: 0px 2px 20px 0px rgba(0, 91, 172, 0.12);
}
.job-gjrc .con-box .txtbox:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #005BAC;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.job-gjrc .con-box:hover .txtbox:before {height: 100%;}
.job-gjrc .con-box .txtbox h3 {font-size: 18px;color: #333333;line-height: 1.4;margin-bottom: 28px;font-weight: 700;
  height: 50px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.job-gjrc .con-box .txtbox h4 {font-size: 14px;color: #666666;line-height: 1.5;margin-bottom: 36px;
  height: 63px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.job-gjrc .con-box:hover .txtbox h3, .job-gjrc .con-box:hover .txtbox h4 {color: #ffffff;}
.job-gjrc .con-box .txtbox .more {text-align: center;}
.job-gjrc .con-box:hover .txtbox .more .public-more {border-color: transparent;}
.job-gjrc .con-box .datebox {
  position: absolute;
  width: 78px;
  height: 78px;
  background: #DAEEFF;
  background: -webkit-linear-gradient(bottom, #DAEEFF 10%, #ffffff 80%);
  background: -ms-linear-gradient(bottom, #DAEEFF 10%, #ffffff 80%);
  background: linear-gradient(to top, #DAEEFF 10%, #ffffff 80%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  margin-top: -29px;
  top: 0;left: 50%;
  margin-left: -39px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  color: #005BAC;
  line-height: 1.1;
}
.job-gjrc .con-box .datebox h3 {font-size: 24px;}
.job-gjrc .con-box .datebox h5 {font-size: 12px;}
.job-gjrc .con-box .datebox span {font-size: 12px;display: block;}
.job-gjrc .con-box .dateyy {
  width: 98px;
  height: 98px;
  position: absolute;
  z-index: 0;
  background: #005BAC;
  opacity: 0.1;
  margin-top: -39px;
  top: 0;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: -49px;
}
@media (max-width: 1280px) {
  .job-gjrc .con-box .txtbox {padding: 76px 22px 38px;}
}
@media (max-width: 1199px) {
  .job-gjrc {margin-bottom: 50px;}
  .job-gjrc .row > [class^="col"] {width: 50%;float: left;}
  .job-gjrc .con-box .txtbox {padding: 76px 32px 38px;}
}
@media (max-width: 767px) {
  .jobpart {padding: 0;}
  .job-gjrc li {margin-bottom: 30px;}
  .job-gjrc li:last-child {margin-bottom: 0;}
  .job-gjrc .row > [class^="col"] {width: 100%;}
  .job-gjrc .con-box .txtbox {padding: 76px 22px 38px;}
  .job-gjrc .con-box .txtbox h3 {height: auto;-webkit-line-clamp: inherit;}
}


.yjsh {
  position: relative;
}
.yjsh .con-box {
  background: url(jobr-box.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 40px 44px 41px;
  margin: 0 -14px;
}
.yjsh .con-box h3 {font-size: 18px;color: #333333;line-height: 1.4;margin-bottom: 10px;font-weight: 700;
  max-height: 26px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yjsh .con-box h4 {font-size: 14px;color: #666666;line-height: 1.5;margin-bottom: 15px;
  height: 42px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yjsh .con-box h5 {font-size: 15px;color: #005BAC;text-align: right;}
.yjsh .con-box:hover h3 {color: #005BAC;}
@media (max-width: 767px) {
  .yjsh .con-box {background-image: url(jobr-mobbox.png);padding: 38px 40px 40px;}
  .yjsh .con-box h3 {max-height: 50px;-webkit-line-clamp: 2;}
}
.index-news {
  position: relative;
}
.index-news li {
  margin-bottom: 35px;
}
.index-news li:last-child {
  margin-bottom: 0;
}
.index-news .news-box {
  padding: 37px 30px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  -ms-box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  -o-box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  overflow: hidden;
}
.index-news .news-box:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -moz-transition: all 0.3s; /* Firefox */
  -ms-transition: all 0.3s; /* IE 9 */
  -o-transition: all 0.3s; /* Opera */
  transition: all 0.3s;
  z-index: -1;
  background: #1e3d96;
}
.index-news .news-box:hover:before {
  height: 100%;
}
.index-news .news-box .date {
  float: left;
  width: 82px;
  margin-right: 24px;
  overflow: hidden;
  padding-right: 24px;
  text-align: center;
  padding-top: 6px;
  position: relative;
}
.index-news .news-box .date:before {
  position: absolute;
  content: "";
  top: 6px;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
}
.index-news .news-box .date h2 {
  font-size: 30px;
  line-height: 1;
  color: #0052a3;
  font-weight: 700;
  margin-bottom: 6px;
}
.index-news .news-box .date h3 {
  line-height: 1;
  font-size: 14px;
  color: #0052a3;
}
.index-news .news-box .txt-box {
  overflow: hidden;
}
.index-news .news-box .txt-box h3 {
  overflow: hidden;
  font-size: 20px;
  color: #333;
  margin: 0;
  line-height: 1.5;
  margin: 10px 0 21px;
  height: 60px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-news .news-box .txt-box h4 {
  font-size: 16px;
  line-height: 1.1;
  color: #37529b;
}
.index-news .news-box .txt-box h5 {
  font-size: 16px;
  color: #37529b;
  line-height: 1.1;
}
.index-news .news-box:hover .txt-box h3 {
  color: #ffffff;
}
.index-news .news-box:hover .txt-box h4,
.index-news .news-box:hover .txt-box h5 {
  color: #ffffff;
}
.index-news .news-box:hover .date h2,
.index-news .news-box:hover .date h3 {
  color: #ffffff;
}
@media (max-width: 1440px) {
  .index-news .news-box {
    padding: 25px 28px;
  }
}
@media (max-width: 1199px) {
  .index-news .news-box {
    padding: 18px 20px;
  }
  .index-news .news-box .txt-box h3 {
    margin-bottom: 10px;
  }
  .index-news li {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .index-news .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-news .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-news .news-box {
    padding: 18px 20px;
  }
  .index-news .news-box .date {
    width: 68px;
    margin-right: 16px;
    padding-right: 16px;
    padding-top: 4px;
  }
  .index-news .news-box .txt-box h3 {
    font-size: 18px;
    height: 54px;
  }
  .index-news .news-box .date h2 {
    margin-bottom: 2px;
  }
  .index-news .row > [class^="col"] {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .index-news {
    margin-top: 15px;
  }
  .index-news .row > [class^="col"] {
    width: 100%;
  }
  .index-news .news-box .txt-box h3 {
    -webkit-line-clamp: inherit;
    height: auto;
  }
}

.index-recruit {
  position: relative;
  padding: 28px 28px 34px;
  background: #ffffff;
  -ms-box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  -o-box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  -moz-box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  -webkit-box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  min-height: 581px;
}
.index-recruit li {
  margin-bottom: 28px;
}
.index-recruit .item-box {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding-bottom: 26px;
  border-bottom: #E1EBEB dashed 1px;
}
.index-recruit .item-box:hover:before {
  height: 100%;
}
.index-recruit .item-box .date {
  float: left;
  margin-right: 18px;
  overflow: hidden;
  text-align: right;
  padding-top: 6px;
  position: relative;
}
.index-recruit .item-box .date h2 {
  font-size: 26px;
  line-height: 1;
  color: #1f3e91;
  font-weight: 700;
  margin-bottom: 6px;
}
.index-recruit .item-box .date h3 {
  line-height: 1;
  font-size: 15px;
  color: #1f3e91;
}
.index-recruit .item-box .txt-box {
  overflow: hidden;
}
.index-recruit .item-box .txt-box h3 {
  font-size: 20px;
  line-height: 1.5;
  height: 60px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #3d3d3d;
  overflow: hidden;
}
.index-recruit .item-box .txt-box h4 {
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  height: 63px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
}
.index-recruit .item-box:hover .txt-box h3 {
  color: #37529b;
}
.index-recruit li:last-child {
  margin-bottom: 0;
}
.index-recruit li:last-child .item-box {
  padding: 0;
  border: 0;
}
@media (max-width: 1440px) {
  .index-recruit {min-height: 533px;}
  .index-recruit li {margin-bottom: 22px;}
  .index-recruit .item-box {padding-bottom: 20px;}
}
@media (max-width: 1199px) {
  .index-recruit {min-height: 502px;padding: 24px 24px 30px;}
  .index-recruit li {margin-bottom: 18px;}
  .index-recruit .item-box {padding-bottom: 18px;}
}
@media (max-width: 991px) {
  .index-recruit {min-height: inherit;}
}
@media (max-width: 767px) {
  .index-recruit {padding: 20px 18px 30px;}
  .index-recruit .item-box .txt-box h3 {
    height: auto;
    -webkit-line-clamp: inherit;font-size: 18px;
  }
}

.aboutpart {
  width: 47%;padding-left: 38px;
}
.aboutpart h4 {
  font-size: 16px;
  line-height: 1.6;
  max-height: 102px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutpart .public-more {background: #005BAC;border-color: transparent;color: #ffffff;line-height: 48px;width: 300px;margin-top: 60px;}
.aboutpart .public-more i {
  display: inline-block;
  background: url(jobr-icon01.png) no-repeat center center;
  width: 11px;
  height: 5px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  background-size: 100%;
  position: absolute;
  top: 22px;
  margin-left: 14px;
}
.qy-data {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.qy-data li {
  margin-right: 80px;
}
.qy-data li:last-child {
  margin-right: 0;
}
.qy-data li h3 {
  font-size: 14px;
  color: #005BAC;
  margin: 0;
  line-height: 1.1;
  font-weight: 500;
}
.qy-data li h3 span {
  font-size: 50px;
  margin-right: 5px;
}
.qy-data li h4 {
  font-size: 14px;
  color: #005BAC;
  margin: 0 0 8px;
  line-height: 1.1;
}

.campuspart {
  position: relative;
}
.campuspart .public-more {background: #005BAC;border-color: transparent;color: #ffffff;line-height: 48px;width: 300px;margin-top: 50px;}
.campuspart .public-more i {
  display: inline-block;
  background: url(jobr-icon01.png) no-repeat center center;
  width: 11px;
  height: 5px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  background-size: 100%;
  position: absolute;
  top: 22px;
  margin-left: 14px;
}
.campus-box {position: relative;}
.campus-box .row {
  margin-left: -6px;
  margin-right: -6px;
}
.campus-box .row > [class^="col"] {
  padding-left: 6px;
  padding-right: 6px;
}
.campus-img-r {position: relative;}
.campus-img-r .img-box {height: 528px;overflow: hidden;cursor: pointer;}
.campus-img-r .img-box img {width: 100%; height: 100%;object-fit: cover;}
.campus-img-l li {margin-bottom: 12px;}
.campus-img-l .img-box {height: 258px;overflow: hidden;cursor: pointer;}
.campus-img-l .img-box img {width: 100%; height: 100%;object-fit: cover;}
.campus-img-r .img-box img, .campus-img-l .img-box img {
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.campus-img-r .img-box:hover img, .campus-img-l .img-box:hover img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1536px) {
  .campus-img-l .img-box {height: 231px;}
  .campus-img-r .img-box {height: 474px;}
  .qy-data li {
    margin-right: 40px;
  }
}
@media (max-width: 1440px) {
  .campus-img-l .img-box {height: 207px;}
  .campus-img-r .img-box {height: 426px;}
  .qy-data li:first-child {width: 25%;}
}
@media (max-width: 1280px) {
  .campus-img-l .img-box {height: 187px;}
  .campus-img-r .img-box {height: 386px;}
  .qy-data li h3 span {font-size: 41px;}
  .qy-data li:first-child {width: 26%;}
}
@media (max-width: 1199px) {
  .campus-img-l .img-box {height: 152px;}
  .campus-img-r .img-box {height: 316px;}
  .aboutpart {width: 57%;}
}
@media (max-width: 991px) {
  .campus-img-l .img-box {height: 114px;}
  .campus-img-r .img-box {height: 240px;}
  .campuspart .public-more {margin-top: 30px;}
  .aboutpart {width: 80%;}
}
@media (max-width: 767px) {
  .qy-data {flex-direction: column;}
  .qy-data li:first-child {width: 100%;margin-top: 0;}
  .qy-data li {margin-top: 14px;}
  .aboutpart {width: 100%;padding-left: 0;}
  .aboutpart .public-more {width: 80%;margin: 30px auto 0;display: block;}
  .campus-img-r {margin-bottom: 12px;}
  .campus-img-r .img-box {height: 59.2vw;}
  .campus-img-l .img-box {height: 29.333vw;}
  .campuspart .public-more {width: 80%;margin-top: 20px;}
}


/*---------------Detailed Page---------------------*/
.nrhei {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
}
.nrhei-dp {
  font-size: 17px;
  line-height: 2;
  color: #333;
  word-wrap: break-word;
}
.nrhei-dpxl {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
}
.nrhei-ry {
  font-size: 16px;
  line-height: 1.7;
  color: #3d3d3d;
  word-wrap: break-word;
}
.nrhei-lw {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  word-wrap: break-word;
}
.rylanmu {
  border-left: #0052a3 solid 4px;
  margin-bottom: 21px;
  margin-top: 30px;
  background: #f2f5fa;
  background: -webkit-linear-gradient(left, #f2f5fa 10%, #ffffff 100%);
  background: -ms-linear-gradient(left, #f2f5fa 10%, #ffffff 100%);
  background: linear-gradient(to right, #f2f5fa 10%, #ffffff 100%);
}
.rylanmu_l {
  color: #0052a3;
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  position: relative;
  background: #ffffff;
  padding: 0 14px;
  min-width: 130px;
}
.rylanmu_l img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
}
.lwlanmu {
  border-left: #f0913d solid 4px;
  margin: 36px 0 22px;
  overflow: hidden;
}
.lwlanmu h4 {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  font-weight: 700;
  min-width: 174px;
  float: left;
  position: relative;
  padding: 0 18px;
  height: 0;
  text-transform: uppercase;
  border-right: 26px solid transparent;
  border-bottom: 46px solid #0661c8;
  margin: 0;
}

.xlmain .nrhei font,
.xlmain .nrhei p,
.xlmain .nrhei span,
.xlmain .nrhei div {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1 !important;
  word-wrap: break-word;
  font-size: 17px !important;
}
.xlmain .nrhei table {
  width: 100% !important;
}
.xlmain .nrhei table > thead > tr > th,
.xlmain .nrhei table > tbody > tr > th {
  color: #ffffff;
  font-size: 17px;
  padding: 8px;
  border-color: #dde3ec;
  background-color: #0661c8;
  vertical-align: middle;
  text-align: center;
}
.xlmain .nrhei table > tbody > tr > td {
  font-size: 16px;
  border-color: #dde3ec !important;
  padding: 15px 10px !important;
  line-height: 1.3;
  vertical-align: middle;
}
.xlmain .nrhei td,
.xlmain .nrhei td p,
.xlmain .nrhei td font,
.xlmain .nrhei td span {
  font-size: 16px !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
}
.xlmain .nrhei table > tbody > tr > td a {
  color: #1b70b9;
}
.xlmain .nrhei table > tbody > tr > td a:hover {
  color: #167edb;
}
.xlmain .nrhei table > tbody > tr > td strong {
  font-size: 18px;
}
.xlmain .nrhei td p {
  margin: 0 !important;
}

.xlmain {
  display: block;
  margin: 0px;
}
.xlmain hr {
  margin-top: 25px;
  border-top: 1px solid #eee;
}
.xlmain .wztitle {
  color: #333;
  line-height: 1.4;
  text-align: center;
  font-size: 26px;
  padding: 0px 8% 2px;
  font-weight: 700;
  margin: 0 0 24px;
}
.xlmain .wztitle[data-v-lw] {
  margin: 38px 0 24px 0;
  line-height: 1.2;
  font-size: 24px;
  padding: 0;
  color: #124c9c;
}
.xlmain .wztitle[data-v-cg] {
  margin: 38px 0 24px 0;
  color: #124c9c;
}
.xlmain .wztitle[data-v-dp] {
  margin: 20px 0 24px 0;
  color: #333;
  font-size: 26px;
}
.xlmain .wztitle[data-v-xc] {
  margin: 40px 0 24px 0;
}
.xlmain .basicinfo {
  border-bottom: #f1f1f3 solid 1px;
  padding-bottom: 8px;
}
.xlmain .basicinfo .other-share {
  float: right;
}
.xlmain .basicinfo .qtinfo {
  color: #999;
  font-size: 16px;
  margin: 0;
}
.xlmain .basicinfo .qtinfo a {
  color: #999;
  text-decoration: none;
}
.xlmain .basicinfo .qtinfo a:hover {
  color: #de0c0c;
  text-decoration: none;
}
.xlmain .basicinfo .share {
  float: right;
}
.xlmain .basicinfo .qtinfo span {
  display: inline-block;
  margin-right: 20px;
}
.xlmain .basicinfo .qtinfo span:last-child {
  margin-right: 0;
}
.xlmain .text {
  overflow: hidden;
  display: block;
}
.xlmain .text p,
.xlmain .text div {
  margin-bottom: 18px;
}
.xlmain .text p:last-child,
.xlmain .text div:last-child {
  margin-bottom: 0;
}
.xlmain .text img {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .text .zc img {
  margin-left: inherit !important;
  margin-right: inherit !important;
  display: inline-block;
}
.xlmain .text.nrhei-dp p strong {
  font-size: 22px;
}
.xlmain .textdp p,
.xlmain .textdp div {
  margin-bottom: 20px;
}
.xlmain .textdp p:last-child,
.xlmain .textdp div:last-child {
  margin-bottom: 0;
}

.xlmain .textlx {
  margin: 0;
  overflow: hidden;
  display: block;
}
.xlmain .textlx p {
  margin: 0 0 12px 0;
}
.xlmain .textlx img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .textxl {
  margin: 30px 0 0 0;
  overflow: hidden;
  display: block;
}
.xlmain .textxl p,
.xlmain .textxl div {
  margin: 0 0 26px;
}
.xlmain .textxl p:last-child,
.xlmain .textxl div:last-child {
  margin: 0;
}
.xlmain .textxl img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .textxl table {
  margin: 0 0 15px 0;
}
.xlmain .textxl td {
  text-align: center;
}
.xlmain .textxl video {
  width: 100% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.xlmain .textsp {
  margin: 30px auto 26px auto;
  overflow: hidden;
  display: block;
  width: 76%;
}

.xlmain .textry {
  overflow: hidden;
  margin: 36px 0 0 0;
}
.xlmain .textry .mt {
  margin-top: 288px;
}
.xlmain .textry h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  display: block;
  color: #272727;
  font-weight: 700;
}
.xlmain .textry h3 span {
  font-size: 22px;
  margin-left: 20px;
  color: #999;
}
.xlmain .textry h4 {
  font-size: 28px;
  line-height: 1.2;
  margin: 5px 0 20px 0;
  display: block;
  color: #31373f;
  font-weight: 700;
}
.xlmain .textry h4 span {
  font-size: 22px;
  margin-left: 20px;
  color: #999;
}
.xlmain .textry .nrhei-ry font,
.xlmain .textry .nrhei-ry p,
.xlmain .textry .nrhei-ry span,
.xlmain .textry .nrhei-ry div {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1 !important;
  word-wrap: break-word;
  font-size: 16px !important;
}
.xlmain .textry .nrhei-ry p,
.xlmain .textry .nrhei-ry div {
  margin: 0 0 6px;
}
.xlmain .textry .nrhei-ry p:last-child,
.xlmain .textry .nrhei-ry div:last-child {
  margin: 0;
}
.xlmain .textry .nrhei-ry p a {
  color: #333;
}
.xlmain .textry .nrhei-ry p a:hover {
  color: #005bac;
}
.xlmain .nrhei-lw p,
.xlmain .nrhei-lw div {
  margin: 0 0 18px;
}
.xlmain .nrhei-lw p:last-child,
.xlmain .nrhei-lw div:last-child {
  margin: 0;
}
.xlmain .textry th {
  color: #333;
  font-size: 16px;
}
.xlmain .textry .ryinfo {
  overflow: hidden;
  background: #e6f3fc;
}
.xlmain .textry .ryinfo .ryimg {
  margin-right: 30px;
  background: #c1dced;
  padding: 30px 50px;
}
.xlmain .textry .ryinfo .ryimg img {
  border-radius: 5px;
  width: 180px;
  height: 240px;
}
.xlmain .textry .ryinfo .rytxt p {
  line-height: 220%;
  font-size: 17px;
  margin: 30px 0 0 0;
  color: #222;
}
.xlmain .textry .ryinfo .rytxt p a {
  color: #222;
  font-size: 17px;
  text-decoration: none;
  font-style: normal;
}
.xlmain .textry .ryinfo .rytxt p a:hover {
  color: #ff7300;
}
.xlmain .textry .fl {
  margin-right: 28px;
  margin-bottom: 12px;
}
.xlmain .textry .fl img {
  max-width: 198px;
}
.xlmain .textry .fl h4 {
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0;
  text-align: center;
  font-weight: 500;
  color: #3157bb;
}
.xlmain .textry h2 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
  padding: 3px 0 16px 0;
  color: #124c9c;
  margin: 0;
  position: relative;
}
.xlmain .textry h2 span {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  margin-left: 15px;
}
.xlmain .textry .left img {
  max-width: 248px;
  margin-right: 26px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: #fff solid 1px;
}
.xlmain .textry .rydetail {
  overflow: hidden;
  margin-top: 15px;
}
.xlmain .textry .rydetail table {
  border: transparent;
}
.xlmain .textry .rydetail tbody {
  background-color: transparent;
}

.xlmain .textxmz {
  margin: 24px 0 0 0;
  overflow: hidden;
  display: block;
}
.xlmain .textxmz p {
  margin: 0 0 10px 0;
}
.xlmain .textxmz p:last-child {
  margin: 0;
}
.xlmain .textxmz .el-tab-pane {
  line-height: 150%;
}
.xlmain .textxmz .el-tabs--border-card > .el-tabs__content {
  padding: 20px 0px 0 0px;
}

.xlmain .cont-page {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  line-height: 24px;
  color: #4d4d4d;
  font-size: 17px;
}
.xlmain .cont-page .a-page {
  margin-bottom: 10px;
}
.xlmain .cont-page .a-page a {
  color: #4d4d4d;
}
.xlmain .cont-page .a-page:hover {
  color: #004cac;
}
.xlmain .cont-page .a-page:hover a {
  color: #004cac;
}
@media (min-width: 767px) {
  .xlmain .textxl img {
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  .xlmain .textsp {
    width: 80%;
  }
  .xlmain .textxl video {
    width: 80% !important;
  }
}
@media screen and (max-width: 991px) {
  .xlmain .wztitle {
    margin: 40px 0 24px 0;
    padding: 0 0 2px;
    font-size: 26px;
  }
  .xlmain .wztitle[data-v-lw] {
    margin: 28px 0 24px 0;
  }
  .xlmain .wztitle[data-v-cg] {
    margin: 28px 0 24px 0;
  }
  .xlmain .wztitle[data-v-dp] {
    margin: 10px 0 24px 0;
  }
  .xlmain .textxl img {
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  .xlmain .wztitle {
    font-size: 22px;
    margin: 8px 0 12px 0;
  }
  .xlmain .wztitle[data-v-lw] {
    margin: 20px 0 24px 0;
  }
  .xlmain .wztitle[data-v-cg] {
    margin: 20px 0 24px 0;
  }
  .xlmain .wztitle[data-v-dp] {
    margin: 5px 0 10px;
    font-size: 20px;
  }
  .xlmain .text {
    margin: 26px 0 0 0;
  }
  .xlmain .text .left {
    width: 100%;
    margin-right: auto !important;
  }
  .xlmain .textsp {
    width: 100%;
    margin: 15px auto 2px auto;
  }
  .xlmain .textxl video {
    width: 100% !important;
  }
  .xlmain .textry .fl {
    width: 100%;
  }
  .xlmain .textry .fl img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
  }
  .xlmain .textry h3 span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
  .xlmain .textry .left {
    width: 100%;
  }
  .xlmain .textry .left img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
  .xlmain .basicinfo .qtinfo {
    text-align: center;
  }
  .xlmain .textry h2 span {
    display: block;
    font-size: 18px;
    margin-left: 0;
  }
  .xlmain .textxl img {
    max-width: 100%;
  }
  .xlmain .basicinfo .qtinfo span {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
  }
  .nrhei-dp {
    line-height: 1.7;
  }
  .xlmain .text p,
  .xlmain .text div {
    margin-bottom: 22px;
  }
  .xlmain .nrhei table > tbody > tr > td {
    font-size: 14px;
    padding: 15px 4px !important;
  }
  .xlmain .nrhei td,
  .xlmain .nrhei td p,
  .xlmain .nrhei td font,
  .xlmain .nrhei td span {
    font-size: 14px !important;
  }
  .xlmain .nrhei table > tbody > tr > td strong {
    font-size: 17px;
  }
  .xlmain .nrhei font,
  .xlmain .nrhei p,
  .xlmain .nrhei span,
  .xlmain .nrhei div {
    font-size: 17px !important;
  }
  .xlmain .nrhei .TRS_UEDITOR table {
    width: 700px !important;
  }
}
/*---PAGES---*/
.fy-box {
  margin-top: 35px;
}
.comp-pages {
  padding-top: 40px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #ededed;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none !important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none !important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ebebeb;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #005BAC;
  border: 1px solid #005BAC;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #005BAC;
  border: 1px solid #005BAC;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #005BAC;
  border: 1px solid #005BAC;
  display: none !important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
.comp-pages .page-pc em {
  font-style: normal;
  font-size: 15px;
  color: #999;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .comp-pages {
    padding-top: 30px;
  }
}

.pgmt {
  margin-top: 36px;
}
#pages {
  width: 100%;
  font-size: 14px;
  text-align: center;
  clear: both;
  border-top: dotted 0px #cccccc;
  overflow: hidden;
  padding-top: 0px;
  float: left;
}
#pages a,
#pages a:visited {
  border: 1px solid #e5e5e5;
  height: 40px;
  background: #ffffff;
  color: #444;
  padding: 0 15px !important;
  text-decoration: none;
  margin: 0px 5px 6px 0;
  display: inline-block;
  line-height: 40px;
  border-radius: 3px;
}
#pages SPAN {
  height: 40px;
  color: #444;
  padding: 0 15px;
  text-decoration: none;
  margin: 0px 5px 6px 0;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
#pages a:hover,
#pages a.curr,
#pages a.curr:visited,
#pages a:hover {
  border: #2d4faf 1px solid;
  background: #2d4faf;
  color: #fff;
}
.pagebtn {
  width: 100%;
  background: linear-gradient(90deg, #2c3eb8, #7028a9);
  border: 0;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
}
/*-----Left NAV----*/
.other-menu {
  margin-bottom: 30px;
  background: #fff;
}
.other-menu .menu-title {
  background: url(hr-pgnavbg.jpg) no-repeat right bottom #1c439d;
  background-size: cover;
  font-size: 26px;
  padding: 24px 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 34px;
  min-height: 70px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  position: relative;
}
.other-menu .menu-cont .box-a {
  position: relative;
}
.other-menu .menu-cont .box-a:after {
  position: absolute;
  content: "";
  left: 25px;
  right: 25px;
  bottom: 0;
  height: 1px;
  background-color: #e3e9f4;
}
.other-menu .menu-cont .box-a.active .a-title,
.other-menu .menu-cont .box-a:hover .a-title {
  background: #ffffff;
  color: #0834b0;
}
.other-menu .menu-cont .box-a.active .a-title::before,
.other-menu .menu-cont .box-a:hover .a-title::before {
  opacity: 1;
}
.other-menu .menu-cont .box-a.active .a-title::after,
.other-menu .menu-cont .box-a:hover .a-title::after {
  color: #0d4994;
}
.other-menu .menu-cont .a-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding: 20px 56px 20px 43px;
  background: #ffffff;
  position: relative;
}
.other-menu .menu-cont .a-title::before {
  position: absolute;
  content: "";
  top: 35%;
  left: 25px;
  height: 17px;
  width: 5px;
  border-radius: 5px;
  background: #0d4994;
  opacity: 1;
}
.other-menu .menu-cont .a-title::after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  right: 26px;
  font-size: 18px;
  color: #c7d2e4;
  font-weight: 300;
}
.other-menu .menu-cont .down-menu {
  background: #ffffff;
  padding: 0 0 10px;
  display: none;
  position: relative;
  margin-top: -2px;
}

.other-menu .menu-cont .down-menu li {
  padding: 0 20px 0 45px;
  margin-bottom: 10px;
}
.other-menu .menu-cont .down-menu a {
  display: block;
  color: #7d8899;
  line-height: 1.3;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
}
.other-menu .menu-cont .down-menu a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #bbc7db;
  left: 0;
  top: 8px;
}
.other-menu .menu-cont .down-menu a:hover {
  color: #2c74b6;
}
.other-menu .menu-cont .down-menu a:hover::before {
  background: #2c74b6;
}
.other-menu .menu-cont .sub-menu.active .down-menu {
  display: block;
}

/*---------------Left NAV-----------------*/
.sidebar {
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
  z-index: 1;
  margin-top: -75px;
}
.sidebar::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 25px;
  right: 10px;
  background: url(gnjt-leftbg.png) no-repeat top center;
  background-size: 100% auto;
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.sidebar .title-en {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 6px;
  opacity: 0.3;
  display: block;
  text-transform: uppercase;
}
.sidebar .title {
  margin-bottom: 0px;
  position: relative;
  padding: 30px 40px 12px 30px;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  background-size: cover;
}
@media (max-width: 1199px) {
  .sidebar {
    margin-right: 0px;
  }
}
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  position: relative;
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contentLeft .spacing {
  overflow: hidden;
}
.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}
.deg90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.leftNavigation {
  margin: 0rem 0;
  position: relative;
  z-index: 1;
  background: url(gnjt-leftbg1.png) no-repeat bottom center #ffffff;
  background-size: 100% auto;
  padding-bottom: 190px;
  border-radius: 0 0 20px 20px;
}
.leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation {
  list-style: none;
}
.leftNavigation li {
  position: relative;
}
.leftNavigation li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: #b60200;
  left: -10px;
  opacity: 0;
}
.leftNavigation li a {
  font-size: 18px;
  display: block;
  padding: 19px 54px 19px 26px;
  color: #3b4461;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  position: relative;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.leftNavigation li:last-child a {
  border-bottom: 0;
}
.leftNavigation li a:before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: #e9eef5 solid 1px;
}
.leftNavigation li ul li a {
  font-size: 14px;
  display: block;
  padding: 8px 1rem 8px 64px !important;
  color: #73798f;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 400;
  border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #9ca5c6;
  position: absolute;
  top: 16px;
  left: 48px;
  margin-top: -2px;
  background-image: none !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leftNavigation li a,
.leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 6px;
  width: 4.8rem;
  padding: 18px 0;
  text-align: center;
  font-weight: 500;
  color: #ccc;
  font-size: 19px;
}
.leftNavigation li.active a .leftNavIcon {
  color: #0052a3;
}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;
  font-size: 12px;
  color: #f67400;
}
.leftNavigation li a:hover {
  color: #0052a3;
  text-decoration: none;
  font-weight: 500;
  background: #eaf3ff;
  background: -webkit-linear-gradient(left, #eaf3ff 10%, #ffffff 100%);
  background: -ms-linear-gradient(left, #eaf3ff 10%, #ffffff 100%);
  background: linear-gradient(to right, #eaf3ff 10%, #ffffff 100%);
}

.leftNavigation li a:hover:after {
  opacity: 1;
}
.leftNavigation li a:hover .leftNavIcon {
  color: #0052a3;
}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #e4eeff;
  border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li {
  border-bottom: solid 0px #e5e5e5;
}
.leftNavigation li ul li a:hover {
  color: #2a45a6;
  text-decoration: none;
  background: transparent;
  font-weight: 500;
}
.leftNavigation li ul li a:hover:after {
  background-color: #02449e;
}
.leftNavigation li ul li.active a {
  color: #2a45a6;
  text-decoration: none;
  font-weight: 500;
}
.leftNavigation li ul li.active a:after {
  background-color: #02449e;
  font-weight: 500;
  opacity: 1;
}
.leftNavigation li.active > a {
  color: #0052a3;
  background: #eaf3ff;
  background: -webkit-linear-gradient(left, #eaf3ff 10%, #ffffff 100%);
  background: -ms-linear-gradient(left, #eaf3ff 10%, #ffffff 100%);
  background: linear-gradient(to right, #eaf3ff 10%, #ffffff 100%);
}
.leftNavigation li.active > a:after {
  opacity: 1;
}

.leftNavigation li.active ul {
  display: block;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #fff;
}
.leftNavigation > li.active:before,
.leftNavigation > li:hover:before {
  opacity: 1;
}
.leftNavigation li ul li .level4 {
  border-top: solid 1px #d0e9f3;
}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #d0e9f3;
  font-size: 13px;
  color: #535353;
  margin-left: 30px;
  padding-left: 12px;
  background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {
  color: #006bb1;
}
.leftNavigation li ul li .level4 li {
  border-bottom: solid 1px #d0e9f3;
}
.leftNavigation li ul li .level4 li:last-child {
  border-bottom: solid 0px #d0e9f3;
}

.leftNavigation .down-menu {
  display: none;
}
.leftNavigation .sub-menu.active .down-menu {
  display: block;
}
.leftNavigation .down-menu a:hover,
.leftNavigation .down-menu a.active {
  color: #394493;
}
.leftNavigation .down-menu a:hover:after,
.leftNavigation .down-menu a.active:after {
  background-color: #394493;
}

.hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 0;
}

/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9dfe7;
  padding-bottom: 8px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #898b92;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #111;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 30px;
  line-height: 1.8;
}
.details-page .main-cont p:last-child {
  margin-bottom: 0px;
}
.details-page .main-cont.cont-xilan img {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont[data-v-org] {
  overflow-x: auto;
}

.details-page .cont-page {
  margin-top: 40px;
  border-top: 1px solid #dee5ec;
  padding-top: 20px;
  line-height: 24px;
  color: #999;
}
.details-page .cont-page .a-page {
  margin-top: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
  padding-left: 32px;
}
.details-page .cont-page .a-page:nth-child(1) {
  background-image: url(arrow-pre2.png);
}
.details-page .cont-page .a-page:nth-child(2) {
  background-image: url(arrow-next2.png);
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #999;
}
.details-page .cont-page .a-page:hover {
  color: #0f2bab;
}
.details-page .cont-page .a-page:hover a {
  color: #0f2bab;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -184px;
  left: -64px;
  width: 148px;
  height: 170px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #ccc;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
  display: none;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 14px auto 10px;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: "\f101";
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: "|";
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: "/";
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: "FontAwesome";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item a.cur {
  color: #103a84;
}
.bread-crumbs .bread-item > span:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #fff;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #ffa200;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.side-menu .menu-title {
  background: #103a84;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.side-menu .menu-cont {
  background-color: #f5f8fc;
}
.side-menu .menu-cont .box-a {
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #e2e5ef;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}
.side-menu .menu-cont .a-title:before {
  content: "";
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3d55a7;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: "FontAwesome";
  right: 15px;
  font-size: 18px;
}
.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #ffffff;
  background: #103a84;
}
.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3d55a7;
}
.side-menu .down-menu a:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #103a84;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: "\f104";
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: "\f105";
}
.slider-progress-bar .progress {
  height: 4px;
  background: #103a84;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
a[href]:after {
  content: normal;
}
*:focus {
  outline: none;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
body {
  font-family:
    Arial, PingFangSC-Regular, sans-serif, "Microsoft YaHei", "微软雅黑";
  background: #f2f5fa;
}
/*page-main*/
.page-main {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
.index-page .page-main {
  background-color: #f2f6fc;
}
/*nav*/
.nav-wrap.nav-other nav.navbar.bootsnav {
  background: #073d90;
  position: relative;
}
nav.navbar.bootsnav {
  min-height: 93px;
  background: #ffffff;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: #005BAC solid 3px;
  -ms-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.3);
  -o-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.3);
}
.home nav.navbar.bootsnav {
  padding: 11px 0 0;
}
nav.navbar.bootsnav .container-fluid {
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}
nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 19px 0 19px;
  width: 551px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
  width: 685px;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 37px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 34px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:nth-last-of-type(1) {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #333;
  position: relative;
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
nav.navbar.bootsnav ul.nav > li > a span {
  background-image: linear-gradient(#005BAC, #005BAC);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 0 3px;
  position: relative;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
  -moz-transition: background-size 0.3s;
  -ms-transition: background-size 0.3s;
  -o-transition: background-size 0.3s;
  padding-bottom: 10px;
}
nav.navbar.bootsnav ul.nav > li > a:hover span,
nav.navbar.bootsnav ul.nav > li > a:focus span,
nav.navbar.bootsnav ul.nav > li.active a span,
nav.navbar.bootsnav ul.nav > li.active a:hover span,
nav.navbar.bootsnav ul.nav > li.active a:focus span,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a span,
nav.navbar.bootsnav ul.nav > li.active > a span {
  background-size: 100% 3px;
}
nav.navbar.bootsnav ul.nav > li:first-child > a:hover span,
nav.navbar.bootsnav ul.nav > li:first-child > a:focus span,
nav.navbar.bootsnav ul.nav > li:first-child.active a span,
nav.navbar.bootsnav ul.nav > li:first-child.active a:hover span,
nav.navbar.bootsnav ul.nav > li:first-child.active a:focus span,
nav.navbar.bootsnav ul.nav > li:first-child.dropdown.on > a span,
nav.navbar.bootsnav ul.nav > li:first-child.active > a span {
  background-size: 100% 3px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent !important;
  color: #005BAC !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: 700;
}
nav.navbar.bootsnav ul.nav > em {margin: 0 28px;position: relative;}
nav.navbar.bootsnav ul.nav > em:after {content: '';position: absolute;top: -2px;left: 0;height: 18px;width: 1px;background: #D4D4D4;}
nav.navbar.bootsnav ul.nav > span {font-size: 18px;line-height: 1.1;background: url(jobr-ciac.png) no-repeat left center;background-size: 23px 16px;padding-left: 35px;}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #ffffff;
  background: -webkit-linear-gradient(
    top,
    #ffffff 10%,
    rgba(255, 255, 255, 0.9) 80%
  );
  background: -ms-linear-gradient(
    top,
    #ffffff 10%,
    rgba(255, 255, 255, 0.9) 80%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 10%,
    rgba(255, 255, 255, 0.9) 80%
  );
  min-width: 256px;
  width: 256px;
  left: 50%;
  margin-left: -128px;
  padding: 11px;
}
/*nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border: 7px solid #000;
  border-top-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}*/
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #333333;
  margin: 0;
  padding: 8px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  border-left-color: #4094e9;
  color: #fff;
  background: #004295;
}
nav.navbar.bootsnav
  ul.nav
  li.dropdown
  ul.dropdown-menu
  > li
  > ul.dropdown-menu {
  margin-left: 0;
  left: 100%;
  margin-top: 4px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  background-repeat: repeat-x;
  background-position: center;
  -moz-transition: all 0.3s; /* Firefox */
  -ms-transition: all 0.3s; /* IE 9 */
  -o-transition: all 0.3s; /* Opera */
  transition: all 0.3s;
}
nav.navbar.bootsnav.scroll::before {
  display: none;
}
.header-other {
  padding-top: 17px;
  position: absolute;
  right: 4px;
}
.header-other > div {
  float: left;
}
.header-other .other-link a {
  float: left;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  position: relative;
  line-height: 34px;
}
.header-other .other-link a:before {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  top: 9px;
  bottom: 9px;
  right: 0;
}
.header-other .other-link a:last-child {
  padding-right: 0;
}
.header-other .other-link a:last-child:before {
  content: none;
}
.header-other .other-link a:hover {
  color: #ffffff;
}
.header-other .search-a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.phoe-menu-toggle {
  display: none;
}
nav.navbar.bootsnav ul.nav > li:last-child {margin-right: 0;}
nav.navbar.bootsnav ul.nav > li:last-child ul.dropdown-menu {
  right: 0;
  left: auto;
  margin-left: 0;
}
.navbar .toggle span,
.navbar .toggle span::before,
.navbar .toggle span::after {
  background: #005bab;
}
.navbar .toggle:hover span,
.navbar .toggle:hover span::before,
.navbar .toggle:hover span::after {
  background: #005bab;
}
.hc-mobile-nav li.nav-parent a {
  padding-right: 24px;
}
.hc-mobile-nav .nav-wrapper {
  background: #0a57b5;
}
.hc-mobile-nav:not(.touch-device) a:hover {
  background: #044697;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  background: #044697;
  border-top: 1px solid #044697;
  border-bottom: 1px solid #044697;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  background: #044697;
}
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
  background: #216bc5;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open {
  background: #044697;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #044697;
}
@media (max-width: 1680px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 26px;
  }
}
@media (max-width: 1640px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 17px;
  }
}
@media (max-width: 1480px) {
  nav.navbar.bootsnav .navbar-brand {
    width: 448px;
    padding-top: 24px;
  }
  nav.navbar.bootsnav ul.nav {margin-top: 38px;}
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 22px;
  }
}
@media (max-width: 1339px) {
  .header-other {
    padding-top: 18px;
  }
  nav.navbar.bootsnav .navbar-brand {
    width: 351px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 28px;
  }
  nav.navbar.bootsnav ul.nav > em {margin: 0 20px;}
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-brand {
    width: 448px;padding: 19px 0 19px;
  }
  nav.navbar.bootsnav {
    min-height: 83px;
  }
  nav.navbar.bootsnav .navbar-collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .phone-menu-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none !important;
  }
  .header-other {
    position: absolute;
    right: 38px;
    top: 17px;
    padding-top: 0;
    margin-right: 0 !important;
  }
  .navbar .toggle {
    right: 0;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .toggle {
    margin-top: 30px;
  }
  .attr-nav {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-brand {
    width: 68.267vw;
  }
  .navbar .toggle {
    margin-top: 18px;
  }
  .header-other {
    right: 45px;
    top: 11px;
  }
  .navbar .toggle {
    margin-top: 0;
    top: 13px;
  }
  .hc-mobile-nav {
    background: #004ec0;
  }
}
/*-----------------------------------------  FOOT  -----------------------------------------*/
.footer {
  padding: 60px 0 0;
  overflow: hidden;
  background: url(jobr-footbg.jpg) no-repeat right bottom #154dbc;
  background-size: 100%;
}
.copyright {
  font-size: 12px;
  line-height: 20px;
  color: #f7f7f7;
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 165px;
}
.copyright .logo {
  width: 551px;
  display: block;
  overflow: hidden;
  padding: 0 0 24px;
  margin-right: 110px;
}
.copyright .logo img {
  width: 100%;
}
.copyright .left {
  font-size: 14px;
  line-height: 1.9;
  color: #ffffff;
  display: block;
  overflow: hidden;
  float: none;
}
.copyright .left li {
  margin: 3px 0;
}
.copyright .left li span {display: inline-block;}
.copyright .left a {
  color: #d9dff5;
}
.copyright .left a:hover {
  color: #77d3ff;
}
.copyright .rightwx {
  width: 90px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.copyright .rightwx img {
  width: 100%;
  height: auto;
}
.copyright .rightwx p {text-align: center;color: #ffffff;margin-top: 10px;}
.banquan {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  padding: 22px 0;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  text-align: center;
  margin-top: 40px;
}
.banquan a,
.banquan span {
  display: inline-block;
  margin: 0 8px;
}
.banquan a:hover {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 50px;
    background-size: 197%;
  }
}
@media (max-width: 767px) {
  .footer {padding-top: 40px;background-size: inherit;}
  .copyright {
    padding-right: 0;
  }
  .copyright .logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
  }
  .copyright .logo img {
    width: 100%;
  }
  .copyright .rightwx {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 auto;
  }
  .copyright .left {
    font-size: 15px;
    line-height: 1.7;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .copyright .left li {text-align: center;}
}

/*-----------------------------------------  index  -----------------------------------------*/
.index-box {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.index-box .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.index-box .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.public-title {
  position: relative;
  margin-bottom: 60px;
  padding-left: 20px;
  font-size: 50px;
  font-weight: bold;
  color: #013778;
  line-height: 60px;
  z-index: 1;
}
.public-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 203px;
  height: 36px;
  z-index: -1;
}
.public-more {
  width: 110px;
  position: relative;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
  color: #005BAC;
  border: 1px solid #B8D0E9;
  background: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.public-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 100%;
  background: #47a9ff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition:
    -webkit-transform 0.4s,
    opacity 0.4s;
  transition:
    transform 0.4s,
    opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 22px;
}
.public-more:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.public-more:hover {
  color: #fff;
  background: #47a9ff;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.public-more:hover span {
  color: #fff;
}
.public-more.more-w {
  background: #fff;
  border-color: #fff;
}
.public-more.more-w:hover {
  border-color: #de291a;
}
.public-more.more-line-w {
  border-color: #fff;
}
.public-more.more-line-w:hover {
  border-color: #de291a;
}
.public-more.more-line-w span {
  color: #fff;
}
.public-more span {
  position: relative;
  color: #de291a;
  line-height: 30px;
  padding-right: 16px;
  z-index: 10;
}
.public-more span::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  bottom: -1px;
  line-height: 1;
}
/************************/
/*  Text List   */
/************************/
.textlist {
  position: relative;
}
.textlist .box-s {
  padding: 19px 136px 19px 45px;
  position: relative;
  line-height: 30px;
  transition: background 0.3s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  border-bottom: #F5F5F5 solid 1px;
}
.textlist .box-s:before {
  content: "";
  left: 25px;
  top: 30px;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #005BAC;
  border-radius: 50%;
}
.textlist .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.textlist .box-s .box-date {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #999999;
  font-size: 17px;
}
.textlist .box-s:hover .box-title {font-weight: 700;}
.textlist .box-s:hover .box-title,
.textlist .box-s:hover .box-date {
  color: #005BAC;
}
.textlist .box-s:hover {
  background: #EFF7FF;
}
.textlist[data-v-no] .box-s {
  padding: 18px 20px 18px 45px;
}
.textlist[data-v-no] .box-s .box-title {
  white-space: normal;
  height: auto;
  line-height: 1.4;
}
.textlist[data-v-no] .box-s:before {
  top: 25px;
}
.textlist[data-v-lm] .box-s {
  padding: 19px 20px 19px 42px;
}
.textlist[data-v-lm] .box-s .box-title {
  white-space: normal;
  height: auto;
  line-height: 1.4;
  font-size: 17px;
}
.textlist[data-v-lm] .box-s:before {
  top: 26px;
}
@media (max-width: 767px) {
  .textlist .box-s {
    padding: 15px 15px 15px 38px;
  }
  .textlist .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 1.5;
  }
  .textlist .box-s .box-date {
    position: static;
  }
  .textlist .box-s:before {
    top: 21px;
    left: 18px;
  }
  .textlist[data-v-no] .box-s {
    padding-left: 38px;
  }
}

.list-article {
  overflow: hidden;
  display: block;
  margin-top: 10px;
}
.list-article li {
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
}
.list-article li:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1a4cb1;
  border-radius: 50%;
}
.list-article li a {
  float: left;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 150%;
  color: #383838;
  padding-left: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: justify;
}
.list-article li a > img {
  display: inline-block;
  margin: 0 0 0 6px;
}
.list-article li a:hover {
  color: #1958af;
}
@media (max-width: 991px) {
  .list-article li a {
    white-space: normal;
  }
}
/************************/
/*  Personnel list   */
/************************/
.group {
  position: relative;
}
.group li {
  margin-top: 35px;
  overflow: hidden;
}
.group li:nth-child(2n + 1) {
  clear: left;
}
.group li .picbox {
  width: 155px;
  height: 213px;
  border: #e5e5e5 solid 1px;
  float: left;
  margin-right: 25px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.group li .picbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.group li:hover .picbox img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.group li .txtinfo {
  padding: 25px 0 0;
  overflow: hidden;
  background: #ffffff;
}
.group li .txtinfo h3 {
  margin: 0;
  color: #000000;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
}
.group li .txtinfo h4 {
  margin: 0;
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
}
.group li .txtinfo h4 p {
  margin-top: 8px;
}
.group li:hover .txtinfo h3 {
  color: #2655c7;
}
.group[data-v-three] .row > [class^="col"] {width: 50%;float: left;}
.group[data-v-three] li:nth-child(2n + 1) {
  clear: inherit;
}
.group[data-v-three] li:nth-child(3n + 1) {
  clear: left;
}
@media (max-width: 1440px) {
.group[data-v-three] li .picbox {width: 140px;height: 187px;margin-right: 18px;}
}
@media (max-width: 991px) {
  .group .row > [class^="col"] {
    width: 100%;
  }
  .group[data-v-three] .row > [class^="col"] {
    width: 100%;
  }
  .group[data-v-three] li:nth-child(2n + 1) {
    clear: left;
  }
  .group[data-v-three] li:nth-child(3n + 1) {
    clear: inherit;
  }
}
@media (max-width: 767px) {
  .group li .picbox, .group[data-v-three] li .picbox {
    margin: 0 auto;
    float: none;
    width: 53.333vw;
    height: 72.8vw;
  }
  .group li .txtinfo {
    float: left;
    width: 100%;
  }
  .group[data-v-three] li .txtinfo {
    text-align: center;
  }
  .group[data-v-three] li .txtinfo h3 {margin-bottom: 8px;}
}
/************************/
/*  Personnel Details   */
/************************/
.ryname {
  border-bottom: #d6dfeb solid 1px;
}

.ryname_l {
  color: #333;
  float: left;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  padding: 0 0 18px;
  padding-right: 3px;
  position: relative;
}

.ryname_l:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #1e3d96;
}

.ryname_l span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
}

.ryname_l span i {
  color: #8dadd7;
  margin-right: 10px;
}
.rcphotobox {
  width: 100%;
  height: 295px;
  display: table;
  padding: 22px;
  position: relative;
  z-index: 1;
}

.rcphotobox span {
  display: table-cell;
  vertical-align: middle;
}

.rcphotobox span img {
  max-height: 240px;
  border: #efefef solid 0px;
}

.pepxl-txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.2;
}

.pepxl-txt li {
  margin-top: 10px;
}

.pepxl-txt span {
  color: #404040;
  font-weight: 700;
}

.pepxl-txt i {
  color: #333;
  font-style: normal;
  font-weight: 500;
}

.pepxl-txt .col-md-6 {
  float: left;
}
.module {
  margin: 0px auto;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
  background: url(gb2023-rybg.png) no-repeat top left #fff;
  position: relative;
  background-size: 100%;
}

.module-a {
  float: right;
  padding-bottom: 200em;
  margin-bottom: -200em;
}

.module-b,
.module-c,
.module-d {
  float: left;
  padding-bottom: 200em;
  margin-bottom: -200em;
}

.module-a {
  width: 25%;
}

.module-a img {
  border-radius: 5px;
}

.module-b {
  width: 75%;
}

.module-b .jbinfo {
  padding: 36px 0 30px 40px;
}

.module-b .jbinfo h2 {
  font-size: 26px;
  line-height: 1;
  margin: 2px 0 15px 0;
  overflow: hidden;
  color: #1f1f1f;
  /*text-overflow: ellipsis;white-space: nowrap;*/
  display: block;
  background: url(lmbg01.png) repeat-x bottom;
  padding-bottom: 12px;
  font-weight: 700;
}

.module-b .jbinfo h2:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background: #4c63b6;
}

.rydetail {
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-top: 15px;
}

.rydetail .detail {
  padding-left: 2px;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

.rydetail strong,
.rydetail b {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-bottom: 15px;
  position: relative;
}

.rydetail strong:after,
.rydetail b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1e3d96;
}

.rydetail .field p.line,
.rydetail .field div.line {
  display: block;
  width: 100%;
  margin: 40px 0 22px;
  height: 34px;
  border-bottom: #f0f0f0 solid 1px;
  line-height: 1;
}

.rydetail div {
  margin: 0 0 4px;
}
.rydetail .field:first-child p.line {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .module:after {
    width: 196px;
    height: 196px;
    top: 12%;
    right: 58px;
  }

  .module-a {
    width: 33%;
  }

  .module-b {
    width: 67%;
  }

  .module-b .jbinfo {
    padding: 30px 72px 30px 30px;
  }

  .pepxl-txt .col-md-6 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .module:after {
    width: 240px;
    height: 240px;
    top: 9%;
    right: 72px;
  }

  .module-b .jbinfo {
    padding: 30px 88px 30px 30px;
  }

  .pepxl-txt .col-md-6 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .module {
    background-size: 137% 100%;
  }

  .module:after {
    width: 220px;
    height: 220px;
    top: 153px;
    right: inherit;
    left: 50%;
    opacity: 0.3;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .module-a {
    width: 100%;
  }

  .module-b {
    width: 100%;
  }

  .module-b .jbinfo {
    padding: 16px 18px 20px 18px;
  }

  .rydetail {
    margin-top: 30px;
  }

  .pepxl-txt .col-md-6 {
    width: 100%;
  }
}
/************************/
/*  Picture List   */
/************************/
.view-list {
  margin-top: 10px;
}
.view-list .row {
  margin-left: -18px;
  margin-right: -18px;
}
.view-list .row > [class^="col"] {
  padding-left: 18px;
  padding-right: 18px;
}
.view-list li:nth-child(4n + 1) {
  clear: left;
}
.view-list li {
  margin-top: 30px;
}
.view-list .box-s .box-img {
  height: 202px;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 3px;
}
.view-list .box-s .box-title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 0;
}
.view-list .box-s:hover .box-title {
  color: #1a4cb1;
}
.img-cont {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img-cont .img-bg {
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  filter: blur(10px);
  margin-top: 0;
  top: 0;
  transform: none;
  max-width: 200%;
}
.img-cont .img-box {
  width: 100%;
  height: 100%;
  display: block;
  background: #dce7ff;
}
.img-cont .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.box-s-w:hover .img-cont .img-box img {
  -webkit-transition: scale(1.16) rotate(3deg);
  -moz-transition: scale(1.16) rotate(3deg);
  -o-transition: scale(1.16) rotate(3deg);
  transform: scale(1.16) rotate(3deg);
}

.view-list[data-v-fg] .box-s .box-img {
  height: 277px;
}

@media (max-width: 1680px) {
  .view-list li:nth-child(4n + 1) {
    clear: inherit;
  }
  .view-list li:nth-child(3n + 1) {
    clear: left;
  }
  .view-list .box-s .box-img {
    height: 229px;
  }
  .view-list .col-md-3 {
    width: 33.333333%;
    float: left;
  }
  .view-list[data-v-fg] .col-md-3 {
    width: 25%;
    float: left;
  }
  .view-list[data-v-fg] li:nth-child(4n + 1) {
    clear: left;
  }
  .view-list[data-v-fg] li:nth-child(3n + 1) {
    clear: inherit;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 250px;
  }
}
@media (max-width: 1536px) {
  .view-list .box-s .box-img {
    height: 197px;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 223px;
  }
}
@media (max-width: 1440px) {
  .view-list .box-s .box-img {
    height: 183px;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 213px;
  }
}
@media (max-width: 1366px) {
  .view-list .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .view-list .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .view-list .box-s .box-img {
    height: 183px;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 202px;
  }
}
@media (max-width: 1280px) {
  .view-list .box-s .box-img {
    height: 156px;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 189px;
  }
}
@media (max-width: 1199px) {
  .view-list .box-s .box-img,
  .view-list[data-v-fg] .box-s .box-img {
    height: 215px;
  }
  .view-list[data-v-fg] .col-md-3 {
    width: 33.333333%;
  }
  .view-list[data-v-fg] li:nth-child(4n + 1) {
    clear: inherit;
  }
  .view-list[data-v-fg] li:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 1024px) {
  .view-list .box-s .box-img,
  .view-list[data-v-fg] .box-s .box-img {
    height: 183px;
  }
}
@media (max-width: 991px) {
  .view-list .box-s .box-img,
  .view-list[data-v-fg] .box-s .box-img {
    height: 176px;
  }
}
@media (max-width: 800px) {
  .view-list li:nth-child(3n + 1),
  .view-list[data-v-fg] li:nth-child(3n + 1) {
    clear: inherit;
  }
  .view-list li:nth-child(2n + 1),
  .view-list[data-v-fg] li:nth-child(2n + 1) {
    clear: left;
  }
  .view-list .col-md-3,
  .view-list[data-v-fg] .col-md-3 {
    width: 50%;
  }
  .view-list .box-s .box-img,
  .view-list[data-v-fg] .box-s .box-img {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .view-list .col-md-3,
  .view-list[data-v-fg] .col-md-3 {
    width: 100%;
  }
  .view-list .box-s .box-img {
    height: auto;
  }
  .img-cont .img-box img {
    min-height: 210px;
  }
}
/************************/
/*  Table Data   */
/************************/
.tabledata {
  overflow: hidden;
  margin-top: 40px;
  border: #f0f5ff solid 1px;
}
.tabledata table {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 0;
}
.tabledata table tr td {
  border: solid 1px #ffffff;
  padding: 19px 14px;
  color: #333333;
  vertical-align: middle;
}
.tabledata table thead tr th {
  background-color: #5377bf;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #9fb2d9;
  vertical-align: middle;
}
.tabledata table tbody tr td {
  line-height: 1.4;
  text-align: center;
  font-size: 15px;
}
.tabledata table tbody tr:nth-child(even) {
  background-color: #f0f5ff;
}
.tabledata .table-hover > tbody > tr:hover {
  background-color: #e7eff4;
}
.tabledata .title-s {
  display: block;
  color: #333;
}
.tabletit {
  margin-top: 16px;
}
.tabletit h3 {
  font-size: 22px;
  color: #333;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center;
}
.tabletit h4 {
  font-size: 16px;
  color: #333;
  line-height: 1.1;
  margin: 0 0 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .tabledata {
    margin-top: 26px;
  }
  .tabledata.xs tr td {
    text-align: left;
    border: 0;
    padding: 0;
    font-size: 15px;
  }
  .tabledata {
    border: #d2e3ed solid 1px;
  }
  .tabledata table tbody tr td {
    padding: 0;
    text-align: left;
    border: 0;
  }
  table.bt tbody td:before {
    width: 98px;
  }
  table.bt tbody td .bt-content {
    width: 68%;
  }
}
@media (max-width: 390px) {
  table.bt tbody td .bt-content {
    width: 63%;
  }
}
@media (max-width: 375px) {
  table.bt tbody td .bt-content {
    width: 60%;
  }
}
/************************/
/*  About   */
/************************/
.about {
  padding: 0 0 58px;
  position: relative;
  z-index: 0;
  margin-top: 85px;
}
.about:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: url(bg01.jpg) no-repeat top left #f6f7f9;
  z-index: -2;
  width: 73%;
}
.about .about-l {
  width: 45.931%;
  height: 521px;
  margin-left: 50px;
  float: right;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin-top: -85px;
}
.about .about-r {
  font-size: 18px;
  line-height: 2.2;
  color: #333333;
}
.about .about-r p {
  margin-bottom: 18px;
  overflow: hidden;
  max-height: 317px;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.about .about-r p:first-child {
  margin-top: 42px;
}
.about .about-r p:last-child {
  margin-bottom: 0;
}
.about .about-r .more {
}
.about .container {
  position: relative;
}
.about .indexlanmu {
  position: absolute;
  top: -80px;
}

div.CuMob {
  height: 521px;
}
.video-js .vjs-big-play-button {
  width: 124px !important;
  height: 124px !important;
  background: url(video-icon.png) no-repeat center !important;
}
.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -62px !important;
  margin-left: -62px !important;
  border: 0 !important;
}
.video-js .vjs-big-play-button:after {
  width: 124px !important;
  height: 124px !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  display: none !important;
}
@media (min-width: 767px) {
  .about .about-r {
    overflow: hidden;
  }
}
@media (max-width: 1440px) {
  .about {
    padding: 0 0 36px;
  }
  .about .about-r {
    line-height: 2;
  }
  .about .about-r p {
    max-height: 216px;
    -webkit-line-clamp: 6;
  }
  .about .about-l,
  div.CuMob {
    height: 396px;
  }
}
@media (max-width: 1366px) {
  .about .about-l,
  div.CuMob {
    height: 400px;
  }
}
@media (max-width: 1280px) {
  .about .about-l,
  div.CuMob {
    height: 356px;
  }
  .about .about-r {
    font-size: 17px;
  }
  .about .about-r p {
    max-height: 170px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1199px) {
  .about {
    margin-top: 145px;
  }
  .about .about-l {
    margin-left: auto;
    margin-right: auto;
    float: inherit;
    width: 70%;
  }
  .about:after {
    width: 100%;
  }
  .about .about-l,
  div.CuMob {
    height: 435px;
  }
  .about .about-r p:first-child {
    margin-top: 38px;
    margin-bottom: 22px;
  }
  .about .indexlanmu {
    top: -155px;
  }
  .about .about-r p {
    max-height: inherit;
    -webkit-line-clamp: inherit;
  }
  .about .about-r .more {
    text-align: center;
  }
  .about .about-r .more .public-more {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .about .about-l {
    width: 100%;
  }
  .about .about-l,
  div.CuMob {
    height: 450px;
  }
  .about .about-r p:first-child {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-top: 128px;
    padding: 0 0 22px;
  }
  .about .indexlanmu {
    top: -146px;
  }
  .about .about-r p:first-child {
    margin-top: 26px;
  }
  .about .about-l,
  div.CuMob {
    height: 320px;
  }
}
@media (max-width: 420px) {
  .about .about-r p:first-child {
    margin-top: 26px;
  }
  .about .about-l,
  div.CuMob {
    height: 246px;
  }
  .video-js .vjs-big-play-button {
    width: 70px !important;
    height: 70px !important;
    background: url(video-icon.png) no-repeat center !important;
    background-size: 100% !important;
  }
  .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -35px !important;
    margin-left: -35px !important;
  }
  .video-js .vjs-big-play-button:after {
    width: 70px !important;
    height: 70px !important;
  }
}
@media (max-width: 390px) {
  .about .about-l,
  div.CuMob {
    height: 233px;
  }
}
@media (max-width: 360px) {
  .about .about-l,
  div.CuMob {
    height: 212px;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.picturelist {
  overflow: hidden;
}
.picturelist .row {
  margin-right: -20px;
  margin-left: -20px;
}
.picturelist .row > [class^="col"] {
  padding-right: 20px;
  padding-left: 20px;
}
.picturelist li .boxstyle {
  position: relative;
}
.picturelist li .boxstyle .img-box {
  width: 100%;
  height: 295px;
  overflow: hidden;
  position: relative;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border: #ebeff7 solid 1px;
}
.picturelist li .boxstyle .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.picturelist li .boxstyle .img-box .date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f18200;
  padding: 15px 17px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  z-index: 3;
  border-radius: 10px 0 0 0;
}
.picturelist li a:hover .boxstyle .img-box img {
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -moz-transform: scale(1.1); /* Firefox */
  -ms-transform: scale(1.1); /* IE 9 */
  -o-transform: scale(1.1); /* Opera */
  transform: scale(1.1);
}
.picturelist li .boxstyle .txtinfo {
  overflow: hidden;
  padding: 20px 0 18px;
  position: relative;
  z-index: 2;
  border-bottom: #E1EBEB dashed 1px;
}
.picturelist li .boxstyle .txtinfo h3 {
  color: #37529b;
  font-size: 16px;
  line-height: 1.1;
}
.picturelist li .boxstyle .txtinfo h4 {
  overflow: hidden;
  font-size: 21px;
  color: #333;
  margin: 0;
  line-height: 1.4;
  margin: 8px 0 10px;
  height: 56px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.picturelist li a:hover .boxstyle .txtinfo h4 {
  color: #37529b;
}
.picturelist li .boxstyle .txtinfo h5 {
  font-size: 16px;
  color: #37529b;
  line-height: 1.1;
}
.picturelist li .boxstyle .txtinfo p {
  font-size: 15px;
  color: #e1edf8;
  line-height: 140%;
  margin: 0;
  word-break: break-all;
  width: 100%;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 86px;
}
.picturelist li .txtbottom {
  overflow: hidden;
}
.picturelist li .txtbottom .dates {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #195ab4;
  float: left;
  line-height: 33px;
  padding-left: 1px;
}
.picturelist li .txtbottom .dates i {
  margin-right: 5px;
}
.picturelist li .txtbottom .wzlink {
  float: right;
  overflow: hidden;
}
.picturelist li .txtbottom .wzlink img {
  width: auto;
  height: auto;
}
.picturelist li .txtbottom .wzlink a {
  display: block;
  height: 33px;
  width: 33px;
  font-size: 14px;
  text-align: center;
  opacity: 0.6;
}
.picturelist li .txtbottom .wzlink a:hover {
  opacity: 1;
}
@media (max-width: 1440px) {
  .picturelist li .boxstyle .img-box {
    height: 248px;
  }
}
@media (max-width: 1280px) {
  .picturelist .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .picturelist .row > [class^="col"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .picturelist li .boxstyle .img-box {
    height: 251px;
  }
}
@media (max-width: 1199px) {
  .picturelist li .boxstyle .img-box {
    height: 164px;
  }
}
@media (max-width: 991px) {
  .picturelist li .boxstyle .img-box {
    height: 228px;
  }
}
@media (max-width: 767px) {
  .picturelist li .boxstyle .img-box {
    height: 60vw;
  }
  .picturelist li .boxstyle .txtinfo h4 {
    height: auto;
    -webkit-line-clamp: initial;
  }
}

.list-tab {
  overflow: hidden;
  display: block;
  margin-top: 8px;
}
.list-tab ul li {
  overflow: hidden;
  text-align: left;
  margin-top: 20px;
}
.list-tab ul li:nth-child(n+7) {display: none;}
.list-tab ul li a {
  float: left;
  max-width: 100%;
  overflow: hidden;
  font-size: 21px;
  line-height: 1.4;
  color: #333333;
  background-image: url(hr_nicon_arrow.png);
  background-repeat: no-repeat;
  background-position: left 9px;
  background-size: 8px 9px;
  padding: 0 0 0 20px;
  display: block;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-tab ul li a span {
  color: #eb0003;
  margin-right: 10px;
}
.list-tab ul li a:hover {
  color: #37529b;
  text-decoration: none;
}
.list-tab span {
  line-height: 1.4;
  color: #a6a6a6;
  font-size: 16px;
  font-family: Arial;
}
.list-tab span.right {
  float: right;
}
@media (max-width: 1199px) {
  .list-tab .row > [class^="col"] {
    width: 100%;
  }
  .list-tab ul li:nth-child(n+5) {display: none;}
}
@media (max-width: 991px) {
  .list-tab {margin-bottom: 46px;}
}
@media (max-width: 767px) {
  .list-tab ul li a {white-space: inherit;}
  .list-tab ul li {margin-top: 18px;}
}

.list-txt {
  position: relative;
}
.list-txt .box-s {
  border-bottom: 1px solid #eeeeee;
  padding: 23px 110px 24px 122px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.list-txt .box-date {
  position: absolute;
  left: 40px;
  top: 21px;
}
.list-txt .box-date .date-01 {
  font-size: 24px;
  line-height: 1.1;
  color: #0661c8;
}
.list-txt .box-date .date-02 {
  font-size: 15px;
  line-height: 20px;
  color: #0661c8;
}
.list-txt .txtbox {
  height: 51px;
  overflow: hidden;
}
.list-txt .box-info {
  overflow: hidden;
  font-size: 17px;
  color: #222222;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}
.list-txt .box-title {
  margin-bottom: 4px;
  overflow: hidden;
  display: table;
  height: 46px;
}
.list-txt .box-txt {
  font-size: 13px;
  color: #999999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
}
.list-txt .box-r {
  width: 80px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
}
.list-txt .box-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 4px;
  border: #dcdcdc solid 2px;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-txt .box-arrow i {
  color: #dcdcdc;
  font-size: 20px;
  width: 21px;
  margin-top: -1px;
}
.list-txt .box-s:hover {
  background: #ffffff;
  -ms-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  -o-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  -moz-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
}
.list-txt .box-s:hover .box-info {
  color: #0061db;
}
.list-txt .box-s:hover .box-date .date-01,
.list-txt .box-s:hover .box-date .date-02 {
  color: #0061db;
}
.list-txt .box-s:hover .box-arrow {
  background-color: #0061db;
}
.list-txt .box-s:hover .box-r {
  background: #0661c8;
}
@media (max-width: 1280px) {
  .list-txt .box-s {
    padding: 22px 110px;
  }
  .list-txt .box-date {
    left: 28px;
  }
}
@media (max-width: 767px) {
  .list-txt .box-s {
    padding: 16px 85px 16px 20px;
  }
  .list-txt .box-date {
    position: inherit;
    left: inherit;
    top: inherit;
  }
  .list-txt .box-date .date-01 {
    float: left;
    margin-right: 8px;
  }
  .list-txt .box-date .date-02 {
    line-height: 30px;
  }
  .list-txt .box-info {
    line-height: 1.3;
  }
  .list-txt .box-r {
    width: 70px;
  }
  .list-txt .box-title {
    height: auto;
  }
}

.index-culture-box {
  overflow: hidden;
  background: url(bg02.jpg) no-repeat left bottom #ffffff;
  padding: 30px;
  border-top: #1a4cb1 solid 3px;
  background-size: 100%;
  min-height: 773px;
}
.index-culture-box li {
  margin-bottom: 24px;
  border-bottom: #a3c0de dashed 1px;
  padding-bottom: 24px;
}
.index-culture-box li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.culture-a {
  display: block;
  overflow: hidden;
}
.culture-a .c-date {
  float: left;
  margin-right: 30px;
  width: 72px;
  text-align: right;
  font-size: 30px;
  color: #1a4cb1;
  line-height: 1.1;
  margin-top: 5px;
  position: relative;
  font-family: "Times New Roman", "serif";
  padding-bottom: 6px;
}
.culture-a .c-date:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #f18200;
  right: 0;
  bottom: 0;
}
.culture-a .c-date div:first-child {
  font-size: 14px;
  color: #9ba2bb;
}
.culture-a .c-title {
  font-size: 16px;
  color: #262626;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.culture-a:hover .c-title {
  color: #2245ab;
}
@media (max-width: 1680px) {
  .index-culture-box li {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }
}
@media (max-width: 1440px) {
  .index-culture-box {
    padding: 24px 30px 30px;
    min-height: 660px;
  }
  .index-culture-box li {
    margin-bottom: 15px;
    padding-bottom: 19px;
  }
}
@media (max-width: 1366px) {
  .culture-a .c-date {
    width: 66px;
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .index-culture-box {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .list-txt .txtbox {
    height: auto;
  }
  .culture-a .c-date {
    margin-right: 20px;
  }
  .culture-a .c-date div {
    width: 66px;
  }
  .culture-a .c-title {
    display: block;
    height: auto;
  }
  .index-culture-box {
    padding: 24px 20px 30px;
  }
}

.rprogress {
  overflow: hidden;
}
.rprogress .progress-l {
  width: 540px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.rprogress .progress-l .limg {
  height: 356px;
  overflow: hidden;
  position: relative;
  border: #e1e3ec solid 1px;
  border-bottom: 0;
}
.rprogress .progress-l .limg .date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f18200;
  padding: 15px 17px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  z-index: 3;
  border-radius: 10px 0 0 0;
}
.rprogress .progress-l .limg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.rprogress .progress-l:hover .limg img {
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -moz-transform: scale(1.1); /* Firefox */
  -ms-transform: scale(1.1); /* IE 9 */
  -o-transform: scale(1.1); /* Opera */
  transform: scale(1.1);
}
.rprogress .progress-l .ltext {
  padding: 24px 30px;
  background: #1a4cb1;
}
.rprogress .progress-l .ltext h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  height: 54px;
  overflow: hidden;
}
.rprogress .progress-l:hover .ltext h4 {
  color: #b3cbff;
}
.rprogress .progress-l .ltext h5 {
  line-height: 1;
  color: #778bac;
  font-size: 15px;
  margin: 16px 0 0;
}
.rprogress .progress-l .ltext h5 i {
  line-height: 1;
  color: #778bac;
  font-size: 14px;
  margin-right: 10px;
}
.rprogress .progress-l .ltext h5 span {
  line-height: 1;
  color: #125bc3;
  font-size: 15px;
  font-weight: 500;
}
.rprogress .progress-l .ltext h6 {
  font-size: 14px;
  line-height: 1.6;
  color: #9da6b4;
  margin: 16px 0 0;
  font-weight: 500;
  overflow: hidden;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 112px;
}
.rprogress .progress-r {
}

@media (max-width: 1680px) {
  .rprogress .progress-l {
    width: 466px;
  }
  .rprogress .progress-l .limg {
    height: 307px;
  }
}
@media (max-width: 1440px) {
  .rprogress .progress-l {
    width: 402px;
  }
  .rprogress .progress-l .limg {
    height: 266px;
  }
}
@media (max-width: 1440px) {
  .rprogress .progress-l {
    width: 367px;
  }
  .rprogress .progress-l .limg {
    height: 252px;
  }
}
@media (max-width: 1280px) {
  .rprogress .progress-l {
    width: 359px;
  }
  .rprogress .progress-l .limg {
    height: 238px;
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .rprogress {
    min-height: initial;
  }
  .rprogress .progress-l .limg {
    height: auto;
  }
  .rprogress .progress-l {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .rprogress .progress-r {
    float: left;
    overflow: hidden;
    margin-top: 20px;
  }
  .rprogress .progress-l .ltext h4 {
    max-height: inherit;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 380px) {
  .rprogress .progress-l .limg img {
    max-height: 222px;
  }
}
@media (max-width: 320px) {
  .rprogress .progress-l .limg img {
    max-height: 186px;
  }
}
/************************/
/*  RESEARCH PROGRESS   */
/************************/
.swiper-event-box {
  position: relative;
  margin: 0 auto;
}
.swiper-event-box .event-prev {
  left: -100px;
  top: 38%;
  width: 50px;
  height: 50px;
  border: 1px solid #ae96d5;
  border-radius: 50%;
  margin: 0;
  background: #fff;
}
.swiper-event-box .event-prev:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #ae96d5;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f104";
}
.swiper-event-box .event-prev:hover {
  background-color: #ae96d5;
}
.swiper-event-box .event-prev:hover::after {
  color: #fff;
}
.swiper-event-box .event-next {
  right: -100px;
  top: 38%;
  width: 50px;
  height: 50px;
  border: 1px solid #ae96d5;
  border-radius: 50%;
  margin: 0;
  background: #fff;
}
.swiper-event-box .event-next:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #ae96d5;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f105";
}
.swiper-event-box .event-next:hover {
  background-color: #ae96d5;
}
.swiper-event-box .event-next:hover::after {
  color: #fff;
}
.events {
  display: block;
  overflow: hidden;
}
.events .img-box {
  width: 100%;
  height: 264px;
  overflow: hidden;
  border-radius: 5px;
}
.events .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.events .img-txt {
  padding: 18px 0 0;
}
.events h1 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.events h4 {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}
.events p {
  color: #999999;
  line-height: 24px;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.events:hover .img-box img {
  transform: scale(1.1);
}
.events:hover h1 {
  color: #1b3baa;
}
.events:hover .img-txt::after {
  width: 100%;
}

.links-box {
  overflow: hidden;
  margin-top: 60px;
}
.links-box .link-l {
  width: 200px;
  margin-right: 35px;
  float: left;
  position: relative;
  overflow: hidden;
}
.links-box .link-l:after {
  position: absolute;
  content: "";
  width: 190px;
  height: 60px;
  right: 0;
  background: #2440a0;
  z-index: 0;
  border-radius: 0 20px;
  opacity: 0.26;
}
.links-box .link-l .link-tit {
  width: 190px;
  float: left;
  background: #2440a0;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  position: relative;
  font-size: 28px;
  border-radius: 0 20px;
  z-index: 1;
}
.links-box .link-r {
  overflow: hidden;
}
.links-box .link-r a {
  font-size: 18px;
  color: #333333;
  line-height: 60px;
  padding-right: 47px;
  margin-right: 47px;
  display: inline-block;
  position: relative;
}
.links-box .link-r a:hover {
  color: #2440a0;
}
.links-box .link-r a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  top: 50%;
  right: 0;
  background: #666666;
  z-index: 0;
  margin-top: -9px;
}
.links-box .link-r a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.links-box .link-r a:last-child:after {
  width: 0;
}

/*----------------------------------  内页分割  ----------------------------------*/
@-webkit-keyframes bgpulse {
  from,
  to {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -ms-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -moz-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -0-transform: scale3d(1, 1, 1) rotate(0.1deg);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -ms-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -moz-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -webkit-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -o-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
  }
}
@keyframes bgpulse {
  from,
  to {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -ms-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -moz-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -0-transform: scale3d(1, 1, 1) rotate(0.1deg);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -ms-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -moz-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -webkit-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -o-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
  }
}
.bgpulse {
  -webkit-animation-name: bgpulse;
  animation-name: bgpulse;
}
.pageheader {
  position: relative;
  z-index: 0;
  background: #0c2237;
  overflow: hidden;
  height: 323px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 93px;
}
.pageheader .bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  animation: bgpulse 18s infinite linear;
  -webkit-animation: bgpulse 18s infinite linear;
  -moz-animation: bgpulse 18s infinite linear;
  -o-animation: bgpulse 18s infinite linear;
  -ms-animation: bgpulse 18s infinite linear;
  background-position: center;
}
.pageheader .pg-title {text-align: center;padding: 65px 0 101px;}
.pageheader .pg-title h2 {font-size: 40px;line-height: 1.1;color: #ffffff;position: relative;padding-bottom: 20px;}
.pageheader .pg-title h2:after {position: absolute;content: '';width: 40px;height: 4px;background: #fff;left: 50%;bottom: 0;margin-left: -20px;}
.pageheader.hometop {height: 460px;}
.column {
  border-bottom: #e1e2f0 solid 1px;
}
.column_l {
  width: auto;
  font-size: 24px;
  font-weight: 700;
  color: #113080;
  float: left;
  display: inline-block;
  padding: 8px 0 18px;
  line-height: 130%;
  position: relative;
}
.column_l:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 4px;
  background: #0d2b78;
}
.column_r {
  float: right;
}
.column.long .column_l {
  float: none;
}
.column.long .column_r {
  float: left;
  width: 100%;
}
.column.long .column_r .bread-item {
  padding: 5px 0 4px;
}

.column1 {
  background: #193d7b;
  overflow: hidden;
}
.column1_l {
  width: auto;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 9px 15px;
  line-height: 130%;
}
.strips {position: relative;z-index: 3;background: #fbfcff;height: 50px;margin-top: -50px;}
@media (min-width: 2100px) {
  .pageheader {
    height: 16.823vw;
  }
  .pageheader.hometop {
    height: 23.958vw;
  }
  .pageheader .pg-title {padding: 4.385vw 0 5.26vw;}
}
@media (max-width: 1199px) {
  .strips {height: 40px;margin-top: -40px;}
  .pageheader {height: 313px;padding-top: 83px;}
}
@media (max-width: 991px) {
  .pageheader.hometop {height: 46vw;}
}
@media (max-width: 767px) {
  .strips {height: 30px;margin-top: -30px;}
  .pageheader {
    height: 70.2vw;
    padding-top: 65px;
  }
  .pageheader .pg-title h2 {font-size: 35px;}
  .pageheader .pg-title {padding: 13.333vw 0 24.267vw;}
  .pageheader.hometop {height: 78vw;}
  .column_r {
    float: left;
    width: 100%;
  }
  .column_l {
    padding: 12px 0 15px;
  }
}

/* Breadcrumb
---------------------------------- */
.bread-item {
  background: transparent;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  padding: 15px 0 0;
  position: relative;
}
.bread-item > li {
  color: #666666;
}
.bread-item > li > a {
  color: #666666;
}
.bread-item > li > a:hover {
  color: #2446a0;
}
.bread-item > li > a:last-child {
  color: #2446a0;
}
.bread-item > li > span:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #666666;
}
.bread-item[data-v-xl] {
  padding: 2px 0 18px 0;
}
@media (max-width: 767px) {
  .bread-item {
    padding-top: 0;
  }
  .bread-item:before {
    top: 3px;
  }
}

@media (min-width: 767px) {
  #mse0 {
    width: 66% !important;
    height: 530px !important;
    margin: 0 auto;
  }
}
@media (max-width: 1440px) {
  #mse0 {
    height: 460px !important;
  }
}
@media (max-width: 1280px) {
  #mse0 {
    height: 430px !important;
  }
}
@media (max-width: 1199px) {
  #mse0 {
    height: 358px !important;
  }
}
@media (max-width: 991px) {
  #mse0 {
    width: 80% !important;
    height: 41.049vw !important;
  }
}
@media (max-width: 767px) {
  #mse0 {
    width: 100% !important;
    height: 51.163vw !important;
  }
}

.list-rl {position: relative;}
.list-rl li {border-bottom: 1px solid #E1EBEB;padding-bottom: 30px;margin-bottom: 30px;transition: all 0.5s;overflow: hidden;}
.list-rl li:hover {transition: all 0.5s;border-bottom: 1px solid #005BAC;}
.list-rl li:hover .wz-title {color: #005BAC;}
.list-rl li:last-child {margin-bottom: 0;}
.list-rl .wz2-a {display: block;position: relative;}
.list-rl .wz-date {
  float: left;
  width: 80px;
  height: 80px;
  background: #EFF7FF;
  margin-right: 30px;
  color: #005BAC;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.list-rl .wz-date div:first-child {font-weight: bold;font-size: 36px;margin-bottom: 4px;}
.list-rl .wz-info {overflow: hidden;}
.list-rl .wz-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  overflow: hidden;
}
.list-rl h4 {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
  margin: 11px 0 0;
  max-height: 45px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-rl h4 img {display: inline-block;margin-right: 7px;margin-top: -5px;}
.list-rl li:hover .wz-date {
  color: #FFF;
  transition: all 0.5s;
  background: #005BAC;
}
.list-rl li:hover .wz-title {color: #005BAC;}
@media (max-width: 1199px) {
	.list-rl .wz-title {font-size: 17px;}
}
@media (max-width: 767px) {
	.list-rl .wz-date {margin-right: 16px;width: 66px;height: 66px;}
  .list-rl .wz-date div:first-child {font-size: 30px;margin-bottom: 0;}
	.list-rl li {padding-bottom: 20px;margin-bottom: 20px;}
}


.campus-list {position: relative;margin-top: -50px;}
.campus-list .row {
  margin-left: -20px;
  margin-right: -20px;
}
.campus-list .row > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.campus-list li {margin-top: 50px;}
.campus-list .section-title {
	text-align: center;
}
.campus-list .h2-heading {
	margin-bottom: 3rem;
	text-align: center;
}
.campus-list .slider-container {
	position: relative;
}
.campus-list .swiper-container {
	position: static;padding-bottom: 15px;
}
.campus-list .card {
	position: relative;
	border: none;
}
.campus-list .card-image { width: 100%; height: 310px; overflow: hidden; }
.campus-list .card-image img {width: 100%;height: 100%;object-fit: cover;
-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.campus-list .card-body {
	padding: 18px 16px;
  margin: 0 40px 0 0;
	overflow: hidden;
	background: #ffffff;
	position: relative;
  left: -1px;
	margin-top: -30px;
  -ms-box-shadow: 0 0 12px 0px rgba(0, 92, 173, 0.15);
  -o-box-shadow: 0 0 12px 0px rgba(0, 92, 173, 0.15);
  -moz-box-shadow: 0 0 12px 0px rgba(0, 92, 173, 0.15);
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 92, 173, 0.15);
  box-shadow: 0 0 12px 0px rgba(0, 92, 173, 0.15);
}
.campus-list .testimonial-text {font-size: 15px;color: #005BAC;margin: 0;}
.campus-list .testimonial-author {font-size: 20px;color: #333;line-height: 1.5;text-align: center;font-weight: 500;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
overflow: hidden;
}
.campus-list a:hover .testimonial-text, .campus-list a:hover .testimonial-author {color: #ffffff;}
.campus-list a:hover .card-image img {
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.campus-list a:hover .card-body {
  background: #005bac;
  background: -webkit-linear-gradient(left, #005bac 10%, #2996f7 80%);
  background: -ms-linear-gradient(left, #005bac 10%, #2996f7 80%);
  background: linear-gradient(to right, #005bac 10%, #2996f7 80%);
}

@media (max-width: 1536px) {
	.campus-list .card-image {height: 274px;}
}
@media (max-width: 1440px) {
  .campus-list .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .campus-list .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
	.campus-list .card-image {height: 247px;}
}
@media (max-width: 1280px) {
	.campus-list .card-image {height: 220px;}
}
@media (max-width: 1199px) {
	.campus-list .card-image {height: 180px;}
  .campus-list .testimonial-author {font-size: 17px;}
  .campus-list li {margin-top: 36px;}
  .campus-list {margin-top: -36px;}
}
@media (max-width: 991px) {
	.campus-list .card-image {height: 205px;}
}
@media (max-width: 767px) {
	.campus-list .card-image {height: 52.8vw;}
	.campus-list li {margin-top: 26px;}
  .campus-list {margin-top: -26px;}
}


.moblink {
  padding: 15px 15px 30px;
  overflow: hidden;
  text-align: center;
}
.moblink a,
.moblink span {
  margin: 0 10px;
  padding: 5px 0;
  border: 0;
  display: inline-block;
  color: #ffffff;
}