/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*-------------------------------- 5列栅格 ----------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*多行溢出*/
.pgmain {
  background: url('gb2024-pgbg.jpg') no-repeat top center #ffffff;
  background-size: 100%;
  padding-bottom: 60px;
  min-height: -moz-calc(100vh - 456px);
  min-height: -webkit-calc(100vh - 456px);
  min-height: calc(100vh - 456px);
  position: relative;
}
.pgmain .secondarybox {
  position: relative;
  z-index: 99;
}
.pgmain::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pgmain.course-history-wrap::after {
  background-image: url('jky2024-pagebg.png');
}
.pgmain.organization-structuring-wrap::after {
  background-image: url('jky2024-pagebg02.png');
  background-position: right bottom;
  background-size: auto;
}
.content-info {
  position: relative;
  z-index: 9;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 4px;
  background: url('jky2024-pagebg03.png') repeat-x top center;
}
.content-info::before,
.content-info::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.content-info::after {
  height: 4px;
  background: linear-gradient(-90deg, #169dbb, #3d55a7);
  left: 0;
}
.content-info::before {
  z-index: -1;
  background: url('gb2024-pgbg01.png') no-repeat right top;
  background-size: contain;
  width: 141px;
  height: 113px;
}
.content-info > div {
  position: relative;
  z-index: 9;
}
.content-top {
  border-bottom: 1px solid #D1D8E5;
  position: relative;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-top .channle-title {
  color: #343434;
  float: left;
  position: relative;
  line-height: 48px;
  font-weight: bold;
}
.content-top .bread-crumbs {
  float: right;
}
.bread-crumbs .bread-item {
  padding-top: 0;
  color: #5E5F64;
  line-height: 48px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: revert;
}
.bread-crumbs .bread-item a {
  color: #5E5F64;
}
.bread-crumbs .bread-item a:last-child {
  color: #C61111;
}
.bread-crumbs .bread-item a:hover {
  color: #C61111;
}
.bread-crumbs .bread-item > span {
  padding-left: 5px;
  padding-right: 5px;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #5E5F64;
}
.leader-oration .oration-main .main-title {
  color: #0d56a7;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.leader-oration .oration-main .main-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 1px;
  background: #0d56a7;
}
.leader-oration .oration-main .main-txt {
  text-align: justify;
  color: #333333;
  line-height: 2;
}
.leader-oration .oration-main .main-txt p,
.leader-oration .oration-main .main-txt div {
  margin-bottom: 20px;
}
.leader-oration .oration-info .info-img {
  position: relative;
  padding-right: 22px;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.leader-oration .oration-info .info-img::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 46px;
  background: url('jky2024-boxbg01.png') no-repeat right bottom;
  background-size: 100%;
  width: 128px;
}
.leader-oration .oration-info .info-img img {
  display: block;
  position: relative;
  z-index: 9;
  width: 100%;
  border-radius: 65px 0;
}
.leader-oration .oration-info .info-name {
  color: #333333;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}
.leader-oration .oration-info .info-other {
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .leader-oration .row-w {
    margin-left: -25px;
    margin-right: -25px;
  }
  .leader-oration .row-w .col-w {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .leader-oration .oration-l {
    width: 31.6%;
  }
  .leader-oration .oration-r {
    width: 68.4%;
  }
  .leader-oration .col-md-push-8 {
    left: 68.4%;
  }
  .leader-oration .col-md-pull-4 {
    right: 31.6%;
  }
}
.current-leader-list .box-s {
  border-bottom: 1px solid #E4E8EA;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
.current-leader-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.current-leader-list .box-s:hover .box-info .info-title {
  color: #0d56a7;
}
.current-leader-list .box-s:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.current-leader-list .box-s .box-img {
  float: left;
  width: 170px;
  margin-right: 45px;
  overflow: hidden;
}
.current-leader-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .5s;
}
.current-leader-list .box-s .box-info {
  overflow: hidden;
}
.current-leader-list .box-s .box-info .info-title {
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  line-height: 1;
  margin-bottom: 25px;
}
.current-leader-list .box-s .box-info .info-title > div:first-child {
  margin-bottom: 12px;
}
.current-leader-list .box-s .box-info .info-title > div:last-child {
  margin-bottom: 0;
}
.current-leader-list .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: linear-gradient(0deg, #169dbb, #3d55a7);
}
.current-leader-list .box-s .box-info .info-txt {
  color: #333333;
  line-height: 1.75;
  text-align: justify;
}
.current-leader-list .box-s .box-info .info-txt div,
.current-leader-list .box-s .box-info .info-txt p {
  margin-bottom: 20px;
}
.current-leader-list .box-s .box-info .info-txt div:last-child,
.current-leader-list .box-s .box-info .info-txt p:last-child {
  margin-bottom: 0;
}
.successive-leaders-list .groups-item {
  margin-bottom: 40px;
}
.successive-leaders-list .groups-item:last-child {
  margin-bottom: 0;
}
.successive-leaders-list .groups-item .item-title {
  background: #447694;
  text-align: center;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-weight: bold;
}
.successive-leaders-list .groups-item .item-cont {
  background: #F2F6FD;
  padding: 30px 30px 0;
}
.successive-leaders-list .box-s {
  margin-bottom: 30px;
}
.successive-leaders-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.successive-leaders-list .box-s:hover .box-info .info-name {
  color: #0d56a7;
}
.successive-leaders-list .box-s .box-img {
  float: left;
  width: 150px;
  margin-right: 25px;
  overflow: hidden;
}
.successive-leaders-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .5s;
}
.successive-leaders-list .box-s .box-info {
  overflow: hidden;
  padding-top: 10px;
}
.successive-leaders-list .box-s .box-info .info-name {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333333;
  display: block;
}
.successive-leaders-list .box-s .box-info .info-txt {
  color: #333333;
  line-height: 22px;
}
.successive-leaders-list .box-s .box-info .info-txt div,
.successive-leaders-list .box-s .box-info .info-txt p {
  margin-bottom: 10px;
}
.successive-leaders-list .box-s .box-info .info-txt div:last-child,
.successive-leaders-list .box-s .box-info .info-txt p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .successive-leaders-list .item-cont .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
.annual-report-list .box-s {
  position: relative;
  padding-left: 92px;
  margin-bottom: 40px;
}
.annual-report-list .box-s:hover .box-info {
  background: url('jky2024-icon05.png') no-repeat right bottom #145caa;
  background-size: cover;
}
.annual-report-list .box-s:hover .box-info .info-title {
  color: #fff;
}
.annual-report-list .box-s:hover .box-info .info-arrow {
  background: url('jky2024-icon03.png') no-repeat;
}
.annual-report-list .box-s.box-01 .box-icon {
  background-color: #0E6BCA;
}
.annual-report-list .box-s.box-02 .box-icon {
  background-color: #16B4D1;
}
.annual-report-list .box-s .box-icon {
  width: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('jky2024-icon01.png');
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.annual-report-list .box-s .box-info {
  background: url('jky2024-icon04.png') no-repeat right bottom #f5f8fe;
  background-size: cover;
  position: relative;
  padding: 0 65px 0 40px;
}
.annual-report-list .box-s .box-info .info-title {
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 90px;
  line-height: 90px;
}
.annual-report-list .box-s .box-info .info-arrow {
  background: url('jky2024-icon02.png') no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.course-history {
  position: relative;
  background: url('jky2024-icon06.png') no-repeat top center;
  padding-top: 50px;
  min-height: 800px;
  margin-bottom: 50px;
}
.course-history::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 35px;
  bottom: 0;
  width: 1px;
  background: #DEE3EB;
}
.course-history li:first-child .box-s {
  margin-top: 0;
}
.course-history li:nth-child(2n + 1) .box-w::after {
  right: -57px;
}
.course-history li:nth-child(2n + 1) .box-s::before {
  background-image: url('jky2024-icon08.png');
  right: -12px;
}
.course-history li:nth-child(2n) .box-w::after {
  left: -57px;
}
.course-history li:nth-child(2n) .box-s::before {
  background-image: url('jky2024-icon09.png');
  left: -12px;
}
.course-history .box-w {
  position: relative;
}
.course-history .box-w::after {
  content: '';
  position: absolute;
  top: 30px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 3px solid #226CBB;
}
.course-history .box-s {
  background: url('jky2024-icon07.png') no-repeat right 25px bottom 0 #f8fafe;
  border: 1px solid #E3E8F2;
  padding: 30px 35px;
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
}
.course-history .box-s::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 23px;
  top: 28px;
}
.course-history .box-s .box-year {
  color: #145CAA;
  margin-bottom: 20px;
}
.course-history .box-s .box-year span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
.course-history .box-s:hover .box-year {
  color: #c39c7f;
}
.course-history .box-s .box-txt {
  color: #333333;
  line-height: 30px;
  text-align: justify;
}
@media (min-width: 1200px) {
  .course-history .row-w {
    margin-left: -47px;
    margin-right: -47px;
  }
  .course-history .row-w .col-w {
    padding-left: 47px;
    padding-right: 47px;
  }
}
.organization-structuring {
  background: url('jky2024-boxbg02.png') no-repeat top left;
}
.organization-structuring .main-cont img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.organization-single {
  position: relative;
  padding-bottom: 450px;
  padding-top: 15px;
}
.organization-single > div {
  position: relative;
  z-index: 9;
}
.organization-single .single-main {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 25px;
  color: #333333;
  line-height: 2.2;
  text-align: justify;
}
.organization-single .single-main::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 60px;
  background: linear-gradient(0deg, #169dbb, #3d55a7);
  border-radius: 3px;
}
.organization-single::after {
  content: '';
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: 0;
  top: 0;
  background: url('jky2024-pagebg04.png') no-repeat bottom center;
  background-size: 100% auto;
}
.repr-results-list .box-s {
  margin-bottom: 30px;
}
.repr-results-list .box-s:last-child {
  margin-bottom: 0;
}
.repr-results-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.repr-results-list .box-s .box-img {
  float: left;
  border: 1px solid #DEE4EF;
  width: 320px;
  overflow: hidden;
  margin-right: 30px;
}
.repr-results-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 208px;
  transition: all .5s;
}
.repr-results-list .box-s .box-info {
  overflow: hidden;
}
.repr-results-list .box-s .box-info .info-title {
  background: url('jky2024-boxbg03.png') no-repeat left top;
  height: 50px;
  line-height: 50px;
  padding-left: 23px;
  font-weight: bold;
  color: #0d56a7;
  margin-bottom: 25px;
  display: block;
}
.repr-results-list .box-s .box-info .info-title span {
  display: block;
}
.repr-results-list .box-s .box-info .info-txt {
  color: #2A323E;
  line-height: 28px;
  margin-bottom: 15px;
}
.repr-results-list .box-s .box-info .info-other {
  background: url('jky2024-icon10.png') no-repeat 0 10px;
  line-height: 34px;
  padding-left: 25px;
  display: block;
  color: #0d56a7;
}
.repr-results-list .box-s .box-info .info-other a {
  color: #0d56a7;
}
.repr-results-list .box-s .box-info .info-other a:hover {
  color: #b37c4e;
}
.talent-team .team-groups {
  margin-top: 50px;
}
.talent-team .team-groups:first-child {
  margin-top: 40px;
}
.talent-team .groups-title {
  position: relative;
  line-height: 64px;
  margin-bottom: 4px;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.talent-team .groups-title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(-90deg, #1692bb, #294295);
}
.talent-team .groups-title > div {
  float: left;
}
.talent-team .groups-title .title-name {
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-weight: bold;
  background: url(jky2024-titlebgl.png) no-repeat left top;
  background-size: 100% 100%;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 9;
}
.talent-team .groups-title .title-txt {
  padding-left: 5px;
  padding-right: 5px;
  color: #6D7686;
  position: relative;
}
.talent-team .groups-cont .box-s {
  margin-top: 36px;
}
.talent-team .groups-cont .box-s:hover .box-img img {
  transform: scale(1.1);
}
.talent-team .groups-cont .box-s:hover .box-name {
  color: #333333;
}
.talent-team .groups-cont .box-s .box-img {
  overflow: hidden;
}
.talent-team .groups-cont .box-s .box-img img {
  display: block;
  width: 100%;
  height: 236px;
  transition: all .5s;
}
.talent-team .groups-cont .box-s .box-name {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #274c9a;
  line-height: 1.3;
  padding: 15px 0 0;
}
.talent-team .groups-cont .col-lg-5ths:nth-child(5n+1) {
  clear: left;
}
@media (min-width: 1200px) {
  .talent-team .groups-cont .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .talent-team .groups-cont .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.disclose-info .groups-item {
  margin-bottom: 10px;
}
.disclose-info .groups-item:last-child {
  margin-bottom: 0;
}
.disclose-info .groups-item .item-title {
  height: 62px;
  padding-left: 24px;
  position: relative;
  background: url('jky2024-titlebg03.png') no-repeat left top;
  margin-bottom: 30px;
}
.disclose-info .groups-item .item-title span {
  float: left;
  line-height: 60px;
}
.disclose-info .groups-item .item-title .title-icon {
  margin-right: 15px;
  height: 60px;
  width: 24px;
  position: relative;
}
.disclose-info .groups-item .item-title .title-icon img {
  display: inline;
  vertical-align: middle;
  margin-top: -3px;
}
.disclose-info .groups-item .item-title .title-icon::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 24px;
  background: url(jky2024-icon13.png) no-repeat center;
  top: 17px;
  left: 0;
}
.disclose-info .groups-item .item-title .title-txt {
  color: #333;
  font-weight: bold;
}
.disclose-info .groups-item .item-cont .row-w {
  margin-left: -22px;
  margin-right: -22px;
}
.disclose-info .groups-item .item-cont .row-w .col-w {
  padding-left: 22px;
  padding-right: 22px;
}
.disclose-info .groups-item:last-child .title-icon::after {
  background: url(jky2024-icon12.png) no-repeat center;
  width: 23px;
  height: 23px;
}
.disclose-info .box-s {
  margin-bottom: 30px;
}
.disclose-info .box-s .box-title {
  position: relative;
  padding-left: 25px;
  height: 55px;
  line-height: 55px;
  background: url('jky2024-titlebg02.png') repeat-x left top;
  margin-bottom: 10px;
  font-weight: bold;
}
.disclose-info .box-s .box-title::after {
  content: '';
  width: 4px;
  height: 20px;
  background: #1366B1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.disclose-info .box-s .box-info {
  padding-left: 20px;
}
.disclose-info .box-s .box-info a {
  display: block;
  color: #666666;
  line-height: 26px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url('jky2024-icon11.png') no-repeat 0 13px;
}
.disclose-info .box-s .box-info a:hover {
  color: #0d56a7;
}
@media (min-width: 1200px) {
  .disclose-info .groups-item .item-cont .row-w .col-w:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .disclose-info .groups-item .item-cont .row-w .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
.list-img-text li {
  margin-bottom: 30px;
}
.list-img-text li:last-child {
  margin-bottom: 0;
}
.list-img-text .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text .box-s:hover .box-info .info-title {
  color: #0d56a7;
}
.list-img-text .box-s .box-img {
  float: left;
  margin-right: 25px;
  width: 270px;
  overflow: hidden;
  border: 1px solid #E9EAF2;
}
.list-img-text .box-s .box-img img {
  display: block;
  width: 100%;
  height: 172px;
  transition: all .5s;
}
.list-img-text .box-s .box-info {
  overflow: hidden;
  color: #999999;
}
.list-img-text .box-s .box-info .info-title {
  font-weight: bold;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
}
.list-img-text .box-s .box-info .info-date {
  color: #808080;
  line-height: 26px;
  margin-bottom: 10px;
}
.list-img-text .box-s .box-info .info-txt {
  margin-bottom: 8px;
  font-size: 15px;
  color: #595959;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 25px;
  height: 75px;
}
.list-img-text .box-s .box-info .info-more {
  display: inline-block;
  background: url('jky2024-icon14.png') no-repeat right center;
  padding-right: 28px;
  line-height: 26px;
  color: #145CAA;
}
.video-list li:nth-child(3n + 1) {
  clear: left;
}
.video-list .box-s {
  margin-bottom: 20px;
}
.video-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.video-list .box-s:hover .box-title {
  color: #0d56a7;
}
.video-list .box-s .box-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.video-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .5s;
  height: 253px;
}
.video-list .box-s .box-img .a-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('jky2024-icon-video.png') no-repeat center center rgba(0, 0, 0, 0.2);
}
.video-list .box-s .box-title {
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}
.video-list .box-s .box-date {
  color: #8C8C8C;
  line-height: 26px;
  height: 26px;
}
@media (min-width: 1200px) {
  .video-list .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .video-list .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
