@charset "utf-8";
	
.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;
}

/*color*/
/**!
 * ç½‘ç«™é“¾æŽ¥é¢œè‰²
 */
/**!
 * ç½‘ç«™é“¾æŽ¥åˆ’è¿‡é¢œè‰²
 */
/**!
 * ç½‘ç«™å°æ¨¡å—èƒŒæ™¯è‰²
 */
/**!
 * ç½‘ç«™æ‘˜è¦é¢œè‰²
 */
/**!
 * åˆ—è¡¨ç‚¹é¢œè‰²
 */
/*font*/
@media (max-width: 1600px) {
  .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: 17px;
  }

  .h20 {
    font-size: 18px;
  }

  .h22 {
    font-size: 20px;
  }

  .h30 {
    font-size: 22px;
  }

  .h32 {
    font-size: 24px;
  }

  .h48 {
    font-size: 34px;
  }
}

/*æ–‡å­—åˆ—è¡¨*/
/*æ–‡å­—åˆ—è¡¨  comp-text-list-01*/
/**!
 @color - æ ‡é¢˜é¢œè‰²
 @box-bg - box ç›’å­èƒŒæ™¯é¢œè‰²
 @padding - box ç›’å­è¾¹è·è®¾ç½®
 @height - ç›’å­è¡Œé«˜
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #F5F8FC;
}

.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}

.comp-text-list-01 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #1F5CC8;
}

.comp-text-list-01 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}

/*æ–‡å­—åˆ—è¡¨  comp-text-list-02*/
/**!
 @color - æ ‡é¢˜é¢œè‰²
 @mb-num - box ç›’å­å‘ä¸‹çš„è·ç¦»
 @box-bg - box ç›’å­èƒŒæ™¯é¢œè‰²
 @padding - box ç›’å­è¾¹è·è®¾ç½®
 @box-txt-col - box ç›’å­æè¿°é¢œè‰²
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}

.comp-text-list-02 .box-s {
  background: #F5F8FC;
  padding: 20px 30px;
  color: #666666;
}

.comp-text-list-02 .box-s:hover .box-title {
  color: #1F5CC8;
  font-weight: bold;
}

.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}

.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}

.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}

/*æ–‡å­—åˆ—è¡¨  comp-text-list-03*/
/**!
 @color - æ ‡é¢˜é¢œè‰²
 @box-bg - box ç›’å­èƒŒæ™¯é¢œè‰²
 @padding - box ç›’å­è¾¹è·è®¾ç½®
 @box-txt-col - box ç›’å­æè¿°é¢œè‰²
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}

.comp-text-list-03 .box-s {
  color: #666666;
}

.comp-text-list-03 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333333;
  background: #F5F8FC;
}

.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}

.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}

.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}

.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}

.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

/*æ–‡å­—åˆ—è¡¨  comp-text-list-04*/
/**!
 @color - æ ‡é¢˜é¢œè‰²
 @box-bg - box ç›’å­èƒŒæ™¯é¢œè‰²
 @padding - box ç›’å­è¾¹è·è®¾ç½®
 @box-txt-col - box ç›’å­æè¿°é¢œè‰²
 @height - box ç›’å­çš„é«˜åº¦
 @mb-num - å‘ä¸‹é—´è·
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #F5F8FC;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}

.comp-text-list-04 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url(comm-img-01.png);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}

.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
}

/*æ–‡å­—åˆ—è¡¨  comp-text-list-05*/
/**!
 @color - æ ‡é¢˜é¢œè‰²
 @box-bg - box ç›’å­èƒŒæ™¯é¢œè‰²
 @padding - box ç›’å­è¾¹è·è®¾ç½®
 @box-txt-col - box ç›’å­æè¿°é¢œè‰²
 @height - box ç›’å­çš„é«˜åº¦
 @mb-num - å‘ä¸‹é—´è·
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}

.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}

.comp-text-list-05 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-text-list-05 .box-s:hover .box-more {
  background-color: #1F5CC8;
  background-image: url(comm-img-04.png);
}

.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}

.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
}

.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url(comm-img-03.png);
}

/*æ–‡å­—åˆ—è¡¨  comp-text-list-06*/
/**!
 @color - æ ‡é¢˜é¢œè‰²
 @box-bg - box ç›’å­èƒŒæ™¯é¢œè‰²
 @padding - box ç›’å­è¾¹è·è®¾ç½®
 @box-txt-col - box ç›’å­æè¿°é¢œè‰²
 @height - box ç›’å­çš„é«˜åº¦
 @mb-num - å‘ä¸‹é—´è·
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}

.comp-text-list-06 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-text-list-06 .box-s:before {
  background-color: #1F5CC8;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}

.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}

.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}

/*æ–‡å­—åˆ—è¡¨  comp-text-list-07*/
/**!
 @color - æ ‡é¢˜é¢œè‰²
 @box-bg - box ç›’å­èƒŒæ™¯é¢œè‰²
 @box-txt-col - box ç›’å­æè¿°é¢œè‰²
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666666;
}

.comp-text-list-07 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-text-list-07 .box-s .box-date {
  color: #333333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}

.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}

.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}

.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}

.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}

.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

/*å›¾æ–‡åˆ—è¡¨*/
/*å›¾æ–‡åˆ—è¡¨  comp-image-text-list-01*/
/**!
 @height-img - box ç›’å­å›¾ç‰‡é«˜åº¦
 @mb-num - box ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}

.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-01 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(comm-img-06.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}

/*å›¾æ–‡åˆ—è¡¨  comp-image-text-list-02*/
/**!
 @height - box ç›’å­å›¾ç‰‡é«˜åº¦
 @mb-num - box ç›’å­å‘ä¸‹çš„è·ç¦»
 @padding - info è¾¹è·
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}

.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-02 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-02 .box-s .box-info {
  background: #F5F8FC;
  padding: 20px;
}

.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

.comp-image-text-list-02 .box-s .box-date {
  background: url(comm-img-07.png) no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}

/*å›¾æ–‡åˆ—è¡¨åˆ—è¡¨  comp-image-text-list-03*/
/**!
 @height - box ç›’å­å›¾ç‰‡é«˜åº¦
 @mb-num - box ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}

.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-03 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}

.comp-image-text-list-03 .box-s .box-title {
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}

/*å›¾æ–‡åˆ—è¡¨  comp-image-text-list-04*/
/**!
 @height - box ç›’å­å›¾ç‰‡é«˜åº¦
 @mb-num - box ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}

.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-04 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}

.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}

.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.comp-image-text-list-04 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}

.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}

/*å›¾æ–‡åˆ—è¡¨  comp-image-text-list-05*/
/**!
 @height - box ç›’å­å›¾ç‰‡é«˜åº¦
 @mb-num - box ç›’å­å‘ä¸‹çš„è·ç¦»
 @height - box æ ‡é¢˜é«˜åº¦
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}

.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-05 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #1F5CC8;
}

.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}

.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}

.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}

.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}

.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}

.comp-image-text-list-05 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}

.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}

.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url(comm-img-08.png) no-repeat right center;
  padding-right: 45px;
  color: #333333;
}

/*å›¾æ–‡åˆ—è¡¨  comp-image-text-list-06*/
/**!
 @height - box ç›’å­å›¾ç‰‡é«˜åº¦
 @mb-num - box ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}

.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-06 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}

.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}

.comp-image-text-list-06 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}

.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}

.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}

/*å›¾æ–‡åˆ—è¡¨  comp-image-text-list-07*/
/**!
 @height - box ç›’å­å›¾ç‰‡é«˜åº¦
 @mb-num - box ç›’å­å‘ä¸‹çš„è·ç¦»
 @info - å‘ä¸Šå‡çš„è·ç¦»
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}

.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-07 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}

.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}

.comp-image-text-list-07 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}

.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}

.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url(comm-img-09.png) no-repeat left center;
  padding-left: 25px;
}

.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url(comm-img-10.png) no-repeat;
}

/*äººå‘˜åˆ—è¡¨  comp-personnel-list-01*/
/**!
 @height-img - äººç‰©å›¾ç‰‡é«˜åº¦
 @info-bg - info èƒŒæ™¯é¢œè‰²
 @mb-box - ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}

.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}

.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}

.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #1F5CC8;
}

.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}

.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}

.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #F5F8FC;
}

.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #1F5CC8;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}

.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}

/*äººå‘˜åˆ—è¡¨  comp-personnel-list-02*/
/**!
 @height-img - äººç‰©å›¾ç‰‡é«˜åº¦
 @@width-box - box ç›’å­æœ€å¤§å®½åº¦
 @mb-box - ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #1F5CC8;
}

.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.comp-personnel-list-02 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.comp-personnel-list-02 .box-s .box-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}

/*äººå‘˜åˆ—è¡¨  comp-personnel-list-03*/
/**!
 @height-img - äººç‰©å›¾ç‰‡é«˜åº¦
 @@width-box - box ç›’å­æœ€å¤§å®½åº¦
 @mb-box - ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.comp-personnel-list-03 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #1F5CC8;
}

.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}

.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}

.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}

.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #1F5CC8;
  display: block;
  margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}

.comp-personnel-list-03 .box-s .box-other {
  color: #666666;
  margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}

.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(comm-arrow.png);
}

@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}

/*äººå‘˜åˆ—è¡¨  comp-personnel-list-04*/
/**!
 @height-img - äººç‰©å›¾ç‰‡é«˜åº¦
 @@width-box - box ç›’å­æœ€å¤§å®½åº¦
 @mb-box - ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #1F5CC8;
}

.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}

.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.comp-personnel-list-04 .box-s .box-title {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}

.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

/*äººå‘˜åˆ—è¡¨  comp-personnel-list-05*/
/**!
 @height-img - äººç‰©å›¾ç‰‡é«˜åº¦
 @@width-box - box ç›’å­æœ€å¤§å®½åº¦
 @mb-box - ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}

.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #1F5CC8;
}

.comp-personnel-list-05 .box-s:hover .box-more {
  color: #1F5CC8;
}

.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}

.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}

.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}

.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #1F5CC8;
}

.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-txt>div {
  float: left;
  margin-right: 20px;
}

.comp-personnel-list-05 .box-s .box-txt>div:last-child {
  margin-right: 0;
}

.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}

/*äººå‘˜åˆ—è¡¨  comp-personnel-list-06*/
/**!
 @title-col - æ ‡é¢˜é¢œè‰²
 */
.comp-personnel-list-06 .box-s {
  background: url(comm-arrow2.png) no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}

.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}

.comp-personnel-list-06 .box-s:hover {
  color: #1F5CC8;
}

/*äººå‘˜ç»†è§ˆ*/
/*äººå‘˜ç»†è§ˆ  comp-personnel-details-01*/
/**!
 @width-img - å›¾ç‰‡å®½åº¦
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}

.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}

.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}

.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}

.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}

.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}

.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row>div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}

.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}

.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}

.comp-personnel-details-01 .info-groups .info-txt {
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-01 .details-info {
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}

.comp-personnel-details-01 .info-top {
  padding: 0;
  margin-bottom: 40px;
  background: none;
  min-height: auto;
}

.comp-personnel-details-01 .info-top .box-img {
  float: right;
  position: static;
  width: 170px;
  height: 230px;
  margin-left: 10px;
}

.comp-personnel-details-01 .info-top .box-img img {
  width: 100%;
  height: 100%;
}

.comp-personnel-details-01 .info-top .box-info {
  min-height: 230px;
  overflow: hidden;
  color: #666666;
  padding: 55px 30px 30px 50px;
  background: #DBEEFF url(https://www.gsf.org.cn/images/zryy-ryxilan-bg.png) no-repeat right center;
}

.comp-personnel-details-01 .info-top .box-info .yq-name {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
  color: #0055A2;
  line-height: 30px;
}

.comp-personnel-details-01 .info-top .box-info li {
  margin-bottom: 12px;
  font-size: 18px;
  color: #0055A2;
  line-height: 24px;
}

.comp-personnel-details-01 .info-top .box-info li:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-01 .info-top .box-info li>div {
  float: left;
}

.comp-personnel-details-01 .info-top .box-info li>div:first-child {
  min-width: 90px;
  font-weight: bold;
  text-align: justify;
}

.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}

.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 30px;
}

.comp-personnel-details-01 .info-groups strong {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  position: relative;
  background: none;
  border-left: none;
  border-bottom: 1px dashed #DBEEFF;
  padding: 0 0 6px 0;
  margin-bottom: 22px;
}

.comp-personnel-details-01 .info-groups strong::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 2px;
  background: #0055A2;
}

.comp-personnel-details-01 .info-groups p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

/*äººå‘˜ç»†è§ˆ  comp-personnel-details-02*/
/**!
 @width-img - å›¾ç‰‡å®½åº¦
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}

.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}

.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}

.comp-personnel-details-02 .info-top .top-title>div {
  float: left;
  margin-right: 20px;
}

.comp-personnel-details-02 .info-top .top-title>div:last-child {
  margin-right: 0;
}

.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}

.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #F5F8FC;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}

.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}

.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}

.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}

.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}

.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}

.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}

.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row>div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}

.comp-personnel-details-02 .info-other {
  background: #F5F8FC;
  padding: 30px;
  font-size: 15px;
}

.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}

/*äººå‘˜ç»†è§ˆ  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}

.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}

.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}

.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}

.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}

.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}

.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}

.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}

.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}

.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}

.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}

/*åˆ†é¡µ*/
.comp-pages {
  padding-top: 35px;
}

.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 #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}

.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: #1F5CC8;
  border: 1px solid #1F5CC8;
  color: #fff;
}

.comp-pages .page-pc span {
  background: #1F5CC8;
  border: 1px solid #1F5CC8;
  color: #fff;
}

.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #1F5CC8;
  display: none !important;
}

.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}

/*ç»†è§ˆï¼Œå•é¡µ*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}

.details-page[data-v-xl] {
  margin: 0 40px;
}

.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.details-page video {
  border-radius: 5px;
  width: 60% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}

.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}

.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: #797575;
  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-xl {
  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: #3F424D;
  text-align: justify;
}

.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}

.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}

.details-page .cont-page .a-page {
  margin-bottom: 10px;
}

.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: #4D4D4D;
}

.details-page .cont-page .a-page:hover {
  color: #D31616;
}

.details-page .cont-page .a-page:hover a {
  color: #D31616;
}

.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;
  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: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  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;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.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: 24px;
  height: 24px;
  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: #677588;
}

.bread-crumbs .bread-item a.cur {
  color: #1F5CC8;
}

.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: #677588;
}

.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #1F5CC8;
}

/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}

.other-menu .menu-title {
  background: #1F5CC8;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}

.other-menu .menu-cont {
  background-color: #F5F8FC;
}

.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}

.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}

.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}

.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}

.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}

.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #1F5CC8;
}

.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}

.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}

.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}

.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}

.other-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: #1F5CC8;
}

.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: #1F5CC8;
  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 {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}

.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}

.container {
  *zoom: 1;
}

.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}

body {
  font-family: Arial, "Microsoft YaHei", 'å¾®è½¯é›…é»‘', PingFangSC-Regular, sans-serif;
}

.header {
  position: relative;
  height: 587px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #29256f;
  background-size: cover;

}

.index-logo-box {
  width: 1153px;
  margin: 180px auto 0;
}

.header img {
  display: block;
  width: 100%;
  height: 100%;
}

.header .container {
  position: absolute;
  height: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.header .header-link-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.header .header-link-box a {
  float: left;
  width: 180px;
  height: 46px;
  border-radius: 23px;
  margin-right: 10px;
	color: #fff;
  background: #ededed36;
	border: 1px solid #fff;
	font-size: 16px;
  line-height: 46px;
  text-align: center;
  transition: all 0.5s;
}

.header .header-link-box a:hover {
  transition: all 0.5s;
	border-color: #EFB786;
	background: linear-gradient(90deg, #EFB786 0%, #C98865 100%);
}

/*nav*/
nav.navbar.bootsnav {
  min-height: 80px;
  background: #004F99;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
}

nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}

nav.navbar.bootsnav ul.nav>li {
  margin: 0;
  padding: 0;
  width: 11.1%;
  text-align: center;
}

nav.navbar.bootsnav ul.nav>li>a {
  display: inline-block;
  text-align: center;
  padding: 27px 0px !important;
  margin: 0;
  line-height: 26px;
  font-size: 18px;
	
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
}

nav.navbar.bootsnav ul.nav>li>a::after {
  position: absolute;
  content: "";
  left: 50%;
  width: 0;
  bottom: 20px;
  height: 4px;
  background: linear-gradient(90deg, #EFB786 0%, #C98865 100%);
  transition: all 0.5s;
}

nav.navbar.bootsnav ul.nav>li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

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: #EFB786 !important;
  font-weight: bold;
}

nav.navbar.bootsnav ul.nav>li>a:hover::after,
nav.navbar.bootsnav ul.nav>li>a:focus::after,
nav.navbar.bootsnav ul.nav>li.active>a:hover::after,
nav.navbar.bootsnav ul.nav>li.active>a:focus::after,
nav.navbar.bootsnav ul.nav>li.active>a::after,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a::after {
  left: 0%;
  width: 100%;
  transition: all 0.5s;
}

nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.index-title-box {
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
}

.index-title-box::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 71px;
  height: 3px;
  background: linear-gradient(90deg, #EFB786 0%, #C98865 100%);
}

.index-title-box .ch-title {
  font-size: 40px;
  color: #FFFFFF;
  line-height: 44px;
  margin-bottom: 5px;
	font-weight: 700;
}

.index-title-box .en-title {
  font-size: 14px;
  font-family: Arial;
  line-height: 18px;
  color: #FFFFFF;
}

.other-index-title-box {
  text-align: left;
}

.other-index-title-box::before {
  left: 0;
  transform: translateX(0);
}

.other-index-title-box .ch-title {
  color: #004F99;
}

.other-index-title-box .en-title {
  color: #333333;
}

.other-title .ch-title {
  color: #004F99;
}

.other-title .en-title {
  color: #333333;
}
.inex-more-btn {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 60px;
  background: #E7EEF5;
  border: 1px solid #FFFFFF;
  color: #004F99;
  line-height: 60px;
  text-align: center;
  transition: all 0.5s;
}

.inex-more-btn:hover {
  border-radius: 20px;
  transition: all 0.5s;
}

.index-other-morebtn {
  color: #FFFFFF;
  background: #004F99;
}

.index-other-morebtn:hover {
  color: #FFFFFF;
}

.index-box1 {
  padding: 90px 0 90px 0;
  background: url(dwqzt-index1-bg.png) no-repeat left center #F5F5F5;
}

.left-vio-box {
  float: left;
  width: 700px;
  height: 462px;
  overflow: hidden;
  margin-right: 80px;
  position: relative;
}

/*.left-vio-box::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7) url(dwqzt-ztjs-vioicon.png) no-repeat center center;
  background-size: 26px 30px;
  border-radius: 50%;
  z-index: 1;
}*/
.left-vio-box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.left-vio-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.right-info-box {
  overflow: hidden;
  padding-top: 37px;
  padding-right: 80px;
}

.right-info-box .ztjs-t1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-bottom: 10px;
}

.right-info-box .ztjs-t2 {
  color: #333333;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 32px;
}

.right-info-box .inex-more-btn {
  margin: 0;
}

.index-box2 {
  padding: 85px 0 80px 0;
  position: relative;
}

.index-box2::before {
  position: absolute;
  content: '';
  top: 122px;
  left: 180px;
  width: 90px;
  height: 90px;
  background: url(dwqlt-dhycbg2.png) no-repeat;
}

.dh-top-box {
  float: left;
  width: 326px;
  height: 188px;
  padding: 46px 50px;
  overflow: hidden;
  background: url(dwqzt-dh-topbg1.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
  margin-bottom: 30px;
  margin-right: 32px;
  position: relative;
}

.dh-top-box:last-child {
  margin-right: 0;
}

.dh-top-box::after {
  position: absolute;
  content: 'MAY';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 100px;
  font-weight: bold;
  color: #EFB786;
  line-height: 188px;
  opacity: 0.08;
  text-align: center;
  transition: all 0.5s;
}

.dh-top-box .dh-date {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.dh-top-box .dh-date::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #EFB786;
  transition: all 0.5s;
}

.dh-top-box .dh-tip {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}

.dh-top-box:hover,
.dh-top-box.active {
  background: url(dwqzt-dh-topbg2.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.dh-top-box:hover::after,
.dh-top-box.active::after {
  color: #004E98;
  opacity: 0.1;
  transition: all 0.5s;
}

.dh-top-box:hover .dh-date,
.dh-top-box.active .dh-date {
  color: #004F99;
}

.dh-top-box:hover .dh-date::before,
.dh-top-box.active .dh-date::before {
  background: #004F99;
  transition: all 0.5s;
}

.dh-top-box:hover .dh-tip,
.dh-top-box.active .dh-tip {
  color: #333333;
}

.tab-cont>div {
  display: none;
}

.tab-cont>div:first-child {
  display: block;
}

.tab-cont>div:first-child .dh-info-box::before {
  left: 150px;
}

.tab-cont>div:nth-child(2) .dh-info-box::before {
  left: 36%;
}

.tab-cont>div:nth-child(3) .dh-info-box::before {
  left: 62%;
}

.tab-cont>div:nth-child(4) .dh-info-box::before {
  left: 87%;
}

.dh-info-box {
  min-height: 195px;
  border: 1px solid #EFB786;
  border-radius: 10px;
  padding: 30px 30px 30px 30px;
  margin-bottom: 50px;
  position: relative;
}

.dh-info-box::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 11px;
  left: 150px;
  top: -11px;
  background: url(dwqzt-dh-icon.png) no-repeat center center;
}

.dh-info-box .left-info {
  float: left;
  width: 270px;
  height: 36px;
  border: 1px solid #EFB786;
  margin-right: 80px;
}

.dh-info-box .left-info div {
  float: left;
  width: 45%;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  padding-left: 20px;
}

.dh-info-box .left-info div:first-child {
  width: 55%;
  background: url(dawqzt-hfinfo-leftbg.png) no-repeat center center;
  background-size: 100% 100%;
}

.dh-info-box .right-info {
  overflow: hidden;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}

.dh-info-box .right-info li {
  margin-bottom: 17px;
}

.dh-info-box .right-info li:last-child {
  margin-bottom: 0;
}

.dh-info-box .right-info b {
  float: left;
  min-width: 120px;
}

.dh-info-box .right-info span {
  opacity: 0.8;
  display: block;
  overflow: hidden;
}

.index-box3 {
  padding: 85px 0 80px 0;
}

.index-box3 .index-title-box {
  text-align: center;
}

.index-box3 .index-title-box::before {
  left: 50%;
  transform: translateX(-50%);
}

.join-guests-box {
  position: relative;
}

.join-guests-box .swiper-container {
  position: static;
}

.join-guests-box .swiper-button-prev,
.join-guests-box .swiper-container-rtl .swiper-button-next {
  left: -56px;
}

.join-guests-box .swiper-button-prev::after,
.join-guests-box .swiper-container-rtl .swiper-button-next::after {
  font-size: 30px;
  font-weight: bold;
  color: #999999;
}

.join-guests-box .swiper-button-prev:hover::after,
.join-guests-box .swiper-container-rtl .swiper-button-next:hover::after {
  color: #004F99;
}

.join-guests-box .swiper-button-next,
.join-guests-box .swiper-container-rtl .swiper-button-prev {
  right: -56px;
}

.join-guests-box .swiper-button-next::after,
.join-guests-box .swiper-container-rtl .swiper-button-prev::after {
  font-size: 30px;
  font-weight: bold;
  color: #999999;
}

.join-guests-box .swiper-button-next:hover::after,
.join-guests-box .swiper-container-rtl .swiper-button-prev:hover::after {
  color: #004F99;
}

.join-guests-box .swiper-slide {
  top: 30px;
  transition: 300ms;
}

.join-guests-box .swiper-slide-active,
.join-guests-box .swiper-slide-duplicate-active {
  top: 0;
}

.join-guests-box .swiper-slide-active .bg-box,
.join-guests-box .swiper-slide-duplicate-active .bg-box {
  width: 290px;
  height: 290px;
  padding: 10px;
  background: transparent url(dwqzt-imgbg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 16px;
  border-radius: 0;

}

.join-guests-box .swiper-slide-active .guests-a:hover .bg-box,
.join-guests-box .swiper-slide-duplicate-active .guests-a:hover .bg-box {
  background: transparent url(dwqzt-imgbg.png) no-repeat center center;
  transition: all 0.5s;
}

.join-guests-box .swiper-slide-active .img-box,
.join-guests-box .swiper-slide-duplicate-active .img-box {
  width: 270px;
  height: 270px;
  border: 7px solid #EFB786;
  padding: 0;
}
.join-guests-box .swiper-slide-active .img-box{
  background-size: cover;
}

.join-guests-box .swiper-slide-active .guests-a:hover .img-box,
.join-guests-box .swiper-slide-duplicate-active .guests-a:hover .img-box {
  border: 7px solid #EFB786;
}

.join-guests-box .swiper-slide-active .guest-name,
.join-guests-box .swiper-slide-duplicate-active .guest-name {
  color: #EFB786;
}

.guests-a {
  display: block;
  margin-bottom: 50px;
}

.guests-a:hover .bg-box {
  background: #fbefe4;
  transition: all 0.5s;

}

.guests-a:hover .img-box {
  border: 5px solid #EFB786;
  transition: all 0.5s;
}

.guests-a .bg-box {
  width: 230px;
  height: 230px;
  padding: 8px;
  background: rgba(0, 79, 153, 0.16);
  border-radius: 50%;
  margin: 0 auto 46px;
  transition: all 0.5s;
}

.guests-a .img-box {
  width: 214px;
  height: 214px;
  background: #FFFFFF;
  border: 5px solid #004F99;
  border-radius: 50%;
  padding: 2px;
  overflow: hidden;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-size: cover;
}

.guests-a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.guests-a .guest-name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 17px;
  position: relative;
}

.guests-a .guest-name::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #EFB786 0%, #C98865 100%);
}

.guests-a .guest-info {
    color: #666666;
    line-height: 24px;
    text-align: center;
    padding: 0px 10px;
}

.index-box4 {
  background: #004F99;
  padding: 60px 0 0 0;
}

.index-box4 .index-title-box {
  text-align: left;
  margin-top: 20px;
}

.index-box4 .index-title-box::before {
  left: 0;
  transform: translateX(0);
}

.index-box4 .index-title-box::after {
  position: absolute;
  content: '';
  top: -20px;
  left: 100px;
  width: 90px;
  height: 90px;
  background: url(dwqzt-index4-titlebg.png) no-repeat right center;
}

.hyvio-cont {
  padding-bottom: 90px;
  position: relative;
}

.hyvio-cont .ph-title {
  display: none;
}

.hyvio-cont::before {
  position: absolute;
  content: '';
  left: 43%;
  top: 0;
  width: 200px;
  height: 200px;
  background: #0471D7;
  opacity: 0.6;
}

.hyvio-box {
  float: right;
  position: relative;
}

.hyvio-box::after {
  position: absolute;
  content: '';
  bottom: -63px;
  right: -45px;
  width: 188px;
  height: 190px;
  z-index: 0;
  background: url(dwqzt-hy-vio-bg.png) no-repeat center center;
  box-shadow: 4px 5px 25px 1px rgb(20 43 153 / 66%);
}

.hyvio-box .img-box {
  width: 770px;
  height: 453px;
  margin-left: 20px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hyvio-box .img-box::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7) url(dwqzt-ztjs-vioicon.png) no-repeat center center;
  background-size: 26px 30px;
  border-radius: 50%;
  z-index: 1;
}

.hyvio-box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.hyvio-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.hyvio-left {
  overflow: hidden;
}

.hyvio-left .hy-title {
  margin-bottom: 40px;
}

.hyvio-left .hy-title-a {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 30px;
  position: relative;
}

.hyvio-left .hy-title-a::before {
  position: absolute;
  content: '';
  left: 30px;
  top: 30px;
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0;
}

.hyvio-left .hy-title-a::after {
  font-family: 'FontAwesome';
  position: absolute;
  content: '\f105';
  right: 30px;
  top: 20px;
  font-size: 20px;
  color: #FFFFFF;
  opacity: 0;
}

.hyvio-left .hy-title-a:hover {
  background: url(dwqzt-hy-titlebg.png) no-repeat center center;
  background-size: cover;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 20px 40px 20px 70px;
}
.hyvio-left .hy-title-a-active{
	background: url(dwqzt-hy-titlebg.png) no-repeat center center;
  background-size: cover;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 20px 40px 20px 70px;
}


.hyvio-left .hy-title-a-active::before,
.hyvio-left .hy-title-a-active::after {
  opacity: 1;
}

.hyvio-left .inex-more-btn {
  margin: 0;
}

.index-box5 {
  background:linear-gradient(to bottom,#004F99 0%,#004F99 50%,#fff 50.1%,#fff 100% );
  position: relative;
  min-height: 550px;

}

.index-box5 .ph-more {
  display: none;
}

.index-box5 .index-title-box {
  text-align: left;
  margin-top: 20px;
}

.index-box5 .index-title-box::before {
  left: 0;
  transform: translateX(0);
}

.index-box5 .index-title-box::after {
  position: absolute;
  content: '';
  top: -20px;
  left: 100px;
  width: 90px;
  height: 90px;
  background: url(dwqzt-index4-titlebg.png) no-repeat right center;
}

.index-box5::before {
  position: absolute;
  content: 'Media';
  font-size: 200px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.02);
  line-height: 1;
  width: 63%;
  height: 462px;
  background: #0471D7;
  padding-top: 280px;
}

.mtbd-left {
  display: inline-block;
  width: 200px;
  padding-top: 60px;
}

.mtbd-left .inex-more-btn {
  margin: 0;
  position: relative;
}

.mtbd-left .right-swiper-button-box {
  position: relative;
  margin-top: 60px;
  height: 46px;
}

.mtbd-left .right-swiper-button-box .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  left: 0px;
  transition: all 0.5s;
}

.mtbd-left .right-swiper-button-box .swiper-button-prev::after {
  font-size: 14px;
  color: #FFFFFF;
}

.mtbd-left .right-swiper-button-box .swiper-button-prev:hover {
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.9);
}

.mtbd-left .right-swiper-button-box .swiper-button-prev:hover::after {
  color: #0471D7;
}

.mtbd-left .right-swiper-button-box .swiper-button-next {
  width: 46px;
  height: 46px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  right: auto;
  left: 55px;
}

.mtbd-left .right-swiper-button-box .swiper-button-next::after {
  font-size: 14px;
  color: #FFFFFF;
}

.mtbd-left .right-swiper-button-box .swiper-button-next:hover {
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.9);
}

.mtbd-left .right-swiper-button-box .swiper-button-next:hover::after {
  color: #0471D7;
}

.mtbd-right {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.mtbd-right .mtdb-swiper-cont {
  width: 1610px;
  height: 100%;
  overflow: hidden;
}

.mtbd-right .swiper-container {
  position: static;
}

.mtbd-right .swiper {
  width: 100%;
  height: 100%;
}

.mtbd-right .swiper-slide-active .mtbd-a .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.mtbd-right .swiper-slide-active .mtbd-a .mtbd-date {
  transition: all 0.5s;
  background: url(dwqzt-mtbd-datebg2.png) no-repeat center center;
}

.mtbd-right .swiper-slide-active .mtbd-a .mtdb-title {
  color: #004F99;
}

.mtbd-a {
  display: block;
  background: #FFFFFF;
  box-shadow: 4px 5px 25px 1px rgba(20, 43, 153, 0.66);
}

.mtbd-a .img-box {
  height: 250px;
  overflow: hidden;
}

.mtbd-a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.mtbd-a .mtbd-info {
  min-height: 209px;
  padding: 30px;
  position: relative;
}

.mtbd-a .mtbd-date {
  position: absolute;
  top: -20px;
  left: 0;
  width: 147px;
  height: 30px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  background: url(dwqzt-mtbd-datebg1.png) no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
}

.mtbd-a .mtdb-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 56px;
  overflow: hidden;
  margin-bottom: 20px;
}

.mtbd-a .mtdb-desc {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 78px;
  overflow: hidden;
}

.mtbd-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.mtbd-a:hover .mtbd-date {
  transition: all 0.5s;
  background: url(dwqzt-mtbd-datebg2.png) no-repeat center center;
}

.mtbd-a:hover .mtdb-title {
  color: #004F99;
}

.index-box6 {
  padding: 90px 0 90px 0;
}

.coll-par-box .coll-a {
  float: left;
  width: 20%;
  height: 140px;
  background: #0471D7;
  text-align: center;
  line-height: 140px;
  padding: 0 10px;
  transition: all 0.5s;
}

.coll-par-box .coll-a:nth-child(2n) {
  background: rgba(4, 113, 215, 0.16);
}

.coll-par-box .coll-a:hover {
  transition: all 0.5s;
  box-shadow: 10px 5px 25px 1px rgba(0 58 111 / 100%);
}

.index-box7 {
  padding: 90px 0 90px 0;
  background: url(dwqzt-index7-bg1.png) no-repeat 130px 0;
  background-size: 126px 128px;
  position: relative;
}

.index-box7::before {
  position: absolute;
  content: 'Guidance';
  font-size: 200px;
  font-weight: bold;
  color: #F5F5F5;
  line-height: 1;
  opacity: 0.8;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index-box7 .index-title-box {
  text-align: center;
}

.index-box7 .index-title-box::before {
  left: 50%;
  transform: translateX(-50%);
}

.guidance-title-box {
  width: 1100px;
  margin: 0 auto 40px;
}

.guidance-title-box .gui-title {
  float: left;
  width: 300px;
  height: 80px;
  background: #D1E9FF;
  margin-right: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 80px;
  text-align: center;
  position: relative;
}

.guidance-title-box .gui-title::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #004F99;
  opacity: 0;
}

.guidance-title-box .gui-title:last-child {
  margin-right: 0;
}

.guidance-title-box .gui-title:hover,
.guidance-title-box .gui-title.active {
  background: #004F99;
  color: #FFF;
}

.guidance-title-box .gui-title:hover::before,
.guidance-title-box .gui-title.active::before {
  opacity: 1;
}

.gui-a {
  display: block;
  height: 215px;
  overflow: hidden;
  margin-bottom: 40px;
}

.gui-a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.gui-a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.zcet-info {
  background: #FFFFFF;
  box-shadow: 0px 0px 19px 1px rgba(0, 79, 153, 0.2);
  padding: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 40px;
}

.zcet-info a {
  color: #004F99;
}

.zcet-info a:hover {
  color: #004F99;
  text-decoration: underline;
}

.link-ul {
  padding: 0 22px 18px 22px;
}

.link-ul li {
  margin-bottom: 6px;
}

.link-ul li:last-child {
  margin-bottom: 0;
}

.link-a {
  display: block;
  font-size: 15px;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 20px;
}

.link-a::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  left: 0;
  top: 8px;
  background: url(https://www.gsf.org.cn/images/zryy-link-icon.png) no-repeat center center;
}

.footer-link-box {
  background: #004F99;
  padding: 30px 0;
}

.footer-link-box ul {
  width: 466px;
  margin: 0 auto;
}

.footer-link-box li {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 62px;
  position: relative;
}

.footer-link-box li a {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #22A0FF;
}

.footer-link-box li a:hover {
  background-color: #003082;
}

.footer-link-box li:last-child {
  margin-right: 0;
}

.footer-link-box li:hover .ewm-box {
  display: block;
}

.footer-link-box .ewm-box {
  width: 100px;
  height: 100px;
  background: #FFF;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #00236b;
  margin-top: 20px;
  display: none;
  position: absolute;
  z-index: 111;
  margin-left: -15px;
}

.footer-link-box .ewm-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-link-box .ewm-box::before {
  position: absolute;
  content: '';
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #FFF;
}

.footer-link-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-link-box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.footer-info {
  padding: 40px 0 48px 0;
  background: #00376B;
  text-align: center;
  color: #FFFFFF;
  line-height: 30px;
}

.footer-info a,
.footer-info span {
  color: #FFFFFF;
  display: inline-block;
  padding: 0 3px;
}

.footer-info a:hover {
  text-decoration: underline;
}

.ny-header {
  background: #004F99;
}

.ny-header .nav-wrap {
  float: right;
  width: calc(100% - 300px);
  margin-top: 14px;
}

.ny-header .nav-wrap .container {
  width: auto;
}



.ny-header nav.navbar.bootsnav ul.nav>li:last-child {
  padding: 0 0 0 30px;
}

.ny-header .nav-wrap ul.nav>li>a::after {
  bottom: 0px !important;
}

.dwqzt-header-logo {
  float: left;
  width: 232px;
  margin-top: 18px;
  margin-bottom: 10px;
}

.dwqzt-header-logo img {
  display: block;
  width: 100%;
}

.dwqzt-ny-box {
  min-height: calc(100vh - 448px);
  padding: 60px 0 80px 0;
  background: #FFFFFF;
}

.other-menu {
  margin-right: 0;
}

.other-menu .menu-title {
  background: #0055a2 url(https://www.gsf.org.cn/images/zryy-menu-t-bg.png) no-repeat center center;
  border-radius: 6px;
  background-size: cover !important;
  min-height: 70px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  padding: 20px 30px;
  border-bottom: none;
  margin-bottom: 10px;
}

.other-menu .menu-cont {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
}

.other-menu .menu-cont .box-a {
  border-bottom: none;
  background: transparent;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.other-menu .menu-cont .box-a:last-child .a-title {
  border-bottom: none;
}

.other-menu .menu-cont .box-a:hover,
.other-menu .menu-cont .box-a.active {
  background: #DBEEFF;
}

.other-menu .menu-cont .box-a:hover .a-title,
.other-menu .menu-cont .box-a.active .a-title {
  background: transparent;
  color: #0055A2;
}

.other-menu .menu-cont .box-a:hover .a-title::before,
.other-menu .menu-cont .box-a.active .a-title::before {
  background: #0055A2;
}

.other-menu .menu-cont .a-title {
  padding: 14px 20px 14px 15px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  font-size: 16px;
  border-bottom: 1px solid #F5F5F5;
}

.other-menu .menu-cont .a-title::before {
  left: 0px;
  width: 5px;
  height: 12px;
  background: #0055A2;
  border-radius: 3px;
}

.other-menu .menu-cont .a-title:after {
  display: none;
}

.ny-right {
  background: #FFFFFF;
  padding: 0 30px 20px 30px;
  border-radius: 4px;
}

.right-top {
  border-bottom: 1px solid #DFDFDF;
  padding-top: 32px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.right-top .ny-r-title {
  float: left;
  color: #333333;
  font-weight: bold;
  line-height: 26px;
  position: relative;
}

.right-top .ny-r-title::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -21px;
  height: 4px;
  background: #0055A2;
}

.right-top .bread-crumbs {
  float: right;
  color: #999999;
}

.right-top .bread-crumbs .bread-item-groups {
  line-height: 26px;
}

.right-top .bread-crumbs .bread-item a {
  color: #999999;
  font-size: 14px;
}

.right-top .bread-crumbs .bread-item>span:before {
  color: #999999;
}

.right-top .bread-crumbs .bread-item a.cur {
  color: #0055A2;
}

.fy-box {
  margin-top: 10px;
}

.comp-pages {
  padding-top: 0px;
}

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  color: #666666;
  border: 1px solid #EBEBEB;
}

.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: #004F99;
  border: 1px solid #004F99;
  color: #fff;
}

.comp-pages .page-pc span {
  background: #004F99;
  border: 1px solid #004F99;
  color: #fff;
}

.comp-pages .page-phone {
  background: #004F99;
}

/* 20221201  neiye */

.ny-title-box {
  text-align: center;
  margin-bottom: 38px;
  padding-bottom: 20px;
  position: relative;
}

.ny-title-box::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 71px;
  height: 3px;
  background: linear-gradient(90deg, #EFB786 0%, #C98865 100%);
}

.ny-title-box .ch-title {
  font-size: 30px;
  font-weight: bold;
  color: #004F99;
  line-height: 36px;
  margin-bottom: 5px;
}

.ny-title-box .en-title {
  font-size: 14px;
  font-family: Arial;
  line-height: 18px;
  color: #333333;
}

.share-xl .social-share a {
  width: 20px;
  height: 20px;
}

.details-page .detail-top {
  margin-bottom: 40px;
  border-bottom: none;
  padding-bottom: 0px;
}

.details-page .detail-top .title-s {
  color: #333333;
  max-width: 1200px;
}

.details-page .detail-top .top-other {
  color: #004F99;
  margin-top: 40px;
  border-bottom: 1px solid #004F99;
}

.details-page .detail-top .top-other .other-info {
  font-size: 14px;
  line-height: 38px;
}

.details-page .detail-top .top-other .other-info span {
  margin-right: 30px;
}

.details-page .detail-top .top-other .other-share {
  line-height: 38px;
}

.details-page .detail-top .top-other .other-share span {
  margin-right: 24px;
}

.details-page .main-cont {
  color: #333333;
  text-align: justify;
}


.details-page .main-cont p img {
  display: block;
  width: auto !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.details-page .main-cont .xl-title {
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

.details-page .cont-page {
  margin-top: 40px;
  border-top: 1px solid #EEEEEE;
  padding-top: 26px;
  line-height: 30px;
  font-size: 14px;
}

.details-page .cont-page .a-page {
  margin-bottom: 0px;
}

.details-page .cont-page .a-page:hover {
  color: #004F99;
}

.details-page .cont-page .a-page:hover a {
  color: #004F99;
}

.m17 {
  margin: 0 -17px;
}

.p17 {
  padding: 0 17px;
}

.p17:nth-child(3n+1) {
  clear: left;
}

.ry-list li:nth-child(2n) .ry-a {
  background: #E6F3FF;
}

.ry-list li:nth-child(2n) .ry-a:hover {
  background: #004F99;
  transition: all 0.5s;
}

.ry-list li:nth-child(2n) .ry-a:hover .ry-name {
  color: #FFFFFF;
}

.ry-list li:nth-child(2n) .ry-a:hover .ry-desc {
  color: #FFFFFF;
}

.ry-a {
  display: block;
  margin-bottom: 30px;
  min-height: 200px;
  background: #F7F7F7;
  padding: 30px;
  transition: all 0.5s;
}

.ry-a .img-box {
  float: left;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.ry-a .img-box img {
  width: 100%;
  height: 100%;
}

.ry-a .ry-info {
  overflow: hidden;
  padding-top: 14px;
}

.ry-a .ry-name {
  font-size: 18px;
  font-weight: bold;
  color: #004F99;
  line-height: 30px;
  margin-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ry-a .ry-desc {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ry-a:hover {
  background: #004F99;
  transition: all 0.5s;
}

.ry-a:hover .ry-name {
  color: #FFFFFF;
}

.ry-a:hover .ry-desc {
  color: #FFFFFF;
}

.ry-list-more-btn {
  display: block;
  width: 180px;
  height: 60px;
  background: #004F99;
  border: 1px solid #004F99;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 60px;
  margin: 10px auto 0 auto;
  transition: all 0.5s;
}

.ry-list-more-btn:hover {
  transition: all 0.5s;
  color: #FFF;
  border-radius: 20px;
}
.ry-list-more-btn:focus{
	color: #fff
}
.dhyc-cont .dhyc-info {
  position: relative;
}

.dhyc-cont .dhyc-info::before {
  position: absolute;
  content: '';
  top: 10px;
  bottom: 0px;
  left: 125px;
  width: 1px;
  background: #D1E9FF;
}

.dhyc-cont .dhyc-group {
  margin-bottom: 38px;
  position: relative;
}

.dhyc-cont .dhyc-group::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 119px;
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  border: 3px solid #004F99;
  border-radius: 50%;
}

.dhyc-cont .dhyc-time {
  float: left;
  font-size: 16px;
  font-weight: bold;
  min-width: 87px;
  color: #004F99;
  line-height: 30px;
  margin-right: 30px;
}

.dhyc-cont .dhyc-right-i {
  overflow: hidden;
  padding-left: 30px;
}

.dhyc-cont .dhyc-right-i .title {
  font-size: 16px;
  font-weight: bold;
  color: #004F99;
  line-height: 24px;
  margin-bottom: 13px;
}

.dhyc-cont .dhyc-right-i .address {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}

.dhyc-cont .dhyc-right-i .desc {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}

.dhyc-cont .jb-list li {
  margin-bottom: 12px;
}

.dhyc-cont .jb-list li:last-child {
  margin-bottom: 0;
}

.dhyc-cont .jb-list li div {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.dhyc-cont .jb-list li div:nth-child(1) {
  float: left;
  color: #333333;
  margin-right: 30px;
}

.dhyc-cont .jb-list li div:nth-child(2) {
  overflow: hidden;
}

.dh-date-box {
  margin-bottom: 40px;
}

.dh-date-box li {
  float: left;
  width: 160px;
  height: 50px;
  border-radius: 4px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #004F99;
  border: 1px solid #004F99;
  line-height: 50px;
  transition: all 0.5s;
  cursor: pointer;
}

.dh-date-box li:hover,
.dh-date-box li.active {
  color: #FFFFFF;
  background: #004F99;
  transition: all 0.5s;
}

.dh-date-box li:hover a,
.dh-date-box li.active a {
  color: #FFFFFF;
}

.ry-xilan .img-box {
  float: left;
  width: 310px;
  height: auto;
  margin-right: 60px;
}

.ry-xilan .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}

.ry-xilan .details-cont {
  overflow: hidden;
}

.ry-xilan .cont-title {
  position: relative;
  border-bottom: 1px solid #004F99;
  padding-top: 14px;
  padding-bottom: 28px;
  margin-bottom: 32px;
}

.ry-xilan .cont-title::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 5px;
  background: #004F99;
  left: 0;
  bottom: 0;
}

.ry-xilan .name {
  font-size: 40px;
  color: #004F99;
  line-height: 44px;
  margin-bottom: 19px;
}

.ry-xilan .zw {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}

.ry-xilan .cont-info {
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}

.m16 {
  margin: 0 -16px;
}

.p16 {
  padding: 0 16px;
}

.p16:nth-child(4n+1) {
  clear: left;
}

.vio-a {
  display: block;
  margin-bottom: 45px;
}

.vio-a .img-box {
  height: 192px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.vio-a .img-box::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7) url(dwqzt-violist-icon.png) no-repeat center center;
  background-size: 20px 23px;
  z-index: 111;
  transition: all 0.5s;
}

.vio-a .img-box::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}

.vio-a .img-box img {
  width: 100%;
  height: 100%;
}

.vio-a .title {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}

.vio-a:hover .img-box::before {
  background: rgba(0, 79, 153, 0.7) url(dwqzt-violist-icon.png) no-repeat center center;
  transition: all 0.5s;
}

.vio-a:hover .img-box::after {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}

.vio-a:hover .title {
  color: #004F99;
}

.tw-list li {
  border-bottom: 1px solid #D1E9FF;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.tw-list li::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #004F99;
  transition: transform 250ms ease-in;
  transform: scaleX(0);
  transform-origin: right center
}

.tw-list li:hover::before {
  transform: scaleX(1);
  transform-origin: left center
}

.tw-list li:hover .tw-a .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.tw-list li:hover .tw-a .tw-title {
  color: #004F99;
}

.tw-list li:hover .tw-a .tw-date {
  background: #004F99;
  color: #FFFFFF;
  transition: all 0.5s;
}

.tw-a .img-box {
  float: left;
  width: 300px;
  height: 198px;
  margin-right: 30px;
  overflow: hidden;
}

.tw-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.tw-a .tw-info {
  overflow: hidden;
}

.tw-a .tw-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 25px;
  margin-top: 7px;
}

.tw-a .tw-desc {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 66px;
  margin-bottom: 35px;
}

.tw-a .tw-date {
  font-size: 14px;
  color: #0055A2;
  line-height: 36px;
  text-align: center;
  width: 126px;
  height: 36px;
  background: #D1E9FF;
  border-radius: 18px;
  transition: all 0.5s;
}

.hcmap-a {
  display: block;
  margin-bottom: 42px;
}

.hcmap-a .img-box {
  height: 215px;
  overflow: hidden;
  margin-bottom: 12px;
}

.hcmap-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.hcmap-a .title {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}

.hcmap-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.hcmap-a:hover .title {
  color: #004F99;
}

.fywt-cont {
  font-size: 16px;
  color: #333333;
}

.fywt-cont p {
  line-height: 32px;
  margin-bottom: 10px;
}




/*-----------20221130CHT------------------*/
div.CuMob {
  height: 462px;
}

.video-js .vjs-big-play-button {
  width: 80px !important;
  height: 80px !important;
  background: url(dwqzt-ztjs-vioicon.png) no-repeat center !important;
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -40px !important;
  margin-left: -40px !important;
}

.video-js .vjs-big-play-button:after {
  width: 80px !important;
  height: 80px !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 (max-width: 1366px) {
  div.CuMob {
    height: 396px;
  }
}

@media (max-width: 1199px) {
  div.CuMob {
    height: 330px;
  }
}

@media (max-width: 991px) {
  div.CuMob {
    height: 475px;
  }
}

@media (max-width: 767px) {
  div.CuMob {
    height: 256px;
  }
}

.hzhb .row {
  margin-left: -20px;
  margin-right: -20px;
}

.hzhb .row>[class^='col'] {
  padding-left: 20px;
  padding-right: 20px;
}

.member-box {
  display: block;
  height: 146px;
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  border: 2px solid #E5E5E5;
}

.member-box:hover {
  border: 2px solid #22a0ff;
}

.member-box img {
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .member-box {
    height: 130px;
  }
}

@media (max-width: 767px) {
  .hzhb .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .hzhb .row>[class^='col'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .member-box {
    height: 86px;
    margin-bottom: 16px;
  }
}

/*新版首页论坛议程*/
.tab-title-box{
	margin: 0px -15px 30px;
	overflow: hidden
}
.tab-title-box li{
	float: left;
	width: 16.66%;
	padding: 15px;
}
.hy-date{
	float: left;
	padding: 25px;
	width: 100%;
	background: #DEEAFF url("dwqzt-hy-date.png") no-repeat right top;
	border-radius: 10px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #004F99;
	line-height: 30px;
	white-space: nowrap;
}
.hy-date.active{
	background: #004F99 url("dwqzt-hy-date.png") no-repeat right top;
	color: #fff;
}
.rc-title{
	padding: 20px 30px;
	background: #F5F9FF url("dwqzt-rc-bg.png") no-repeat right;
	position: relative;
}
.rc-title h3{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}
.rc-location{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	padding-left: 23px;
	background: url("dwqzt-rc-loc.png") no-repeat left 6px;
	margin-right: 20px;
	display: inline-block;
}
.rc-time{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	padding-left: 23px;
	background: url("dwqzt-rc-time.png") no-repeat left 6px;
	margin-right: 20px;
	display: inline-block;
}
.rc-list li{
	margin-bottom: 40px;
}
.rc-title.active{
	background: #004F99 url("dwqzt-rc-bg.png") no-repeat right;
}
.rc-title.active h3,.rc-title.active span{
	color: #fff;
}
.rc-button{
	position: absolute;
	right: 48px;
	top: calc(50% - 19px);
	width: 39px;
	height: 39px;
	background: url("dwqzt-rc-arrow.png") no-repeat;
	background-size: 100% 100%;
}
.rc-title.active .rc-button{
	background: url("dwqzt-rc-arrow2.png") no-repeat;
}
.rc-ifm{
	background: #FFFFFF;
	border: 1px solid #6FA5FF;
	padding: 20px;
	display: none;
}
.rc-ifm>p{
	font-family: Microsoft YaHei;
	font-weight: inherit;
	font-size: 16px;
	color: #444444;
	line-height: 30px;
	margin-bottom: 30px;
}
.rc-timelist{
	background: url("dwqzt-rc-time-bg.png") repeat-y;
	background-position: left 118px top 30px;
}
.rc-timelist>li{
	background: url("dwqzt-rc-point.png") no-repeat;
	background-position: left 110px top 20px;
	overflow: hidden;
	margin-bottom: 40px;
}
.rc-timelist>li>span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #004F99;
	line-height: 40px;
	float: left;
	margin-top: 9px;
}
.rc-timelist>li>div{
	float: right;
	width: calc(100% - 160px);
	padding: 10px 20px;
	background: #F5F9FF;
}
.rc-timelist>li>div h4{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}
.rc-timelist>li>div h5{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 10px;
}
.rc-timelist>li>div ul{
	overflow: hidden;
}
.rc-timelist>li>div ul li{
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 30px;
}
.rc-timelist>li>div ul li img{
	width: 60px;
	height: 60px;
	border-radius: 30px;
	display: inline-block;
	margin: -30px 15px 0px 0px;
}
.rc-timelist>li>div ul li p{
	font-family: Microsoft YaHei;
	font-weight: inherit;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	white-space: nowrap;
	display: inline-block;
}
@media(max-width:1199px){
	
}
@media(max-width:991px){
	.hy-date{
		padding: 15px;
		font-size: 18px;
	}
	.rc-timelist>li>div ul li{
		display: block;
		overflow: hidden;
	}
	.rc-timelist>li>div ul li img{
		margin-top: 0px;
		float: left;
	}
	.rc-timelist>li>div ul li p{
		float: right;
		width: calc(100% - 75px);
		white-space: normal;
	}
}
@media(max-width:768px){
	.tab-title-box li{
		width: 50%;
	}
  .tab-cont{
    /* display: none; */
  }
  .tab-cont.sub{
    /* display: block; */
  }
	.tab-title-box li a{
		/* pointer-events: none; */
	}
	.rc-title{
		padding: 15px 15px 60px;
	}
	.rc-title,.rc-title.active{
		background-image: none;
	}
	.rc-title h3{
		line-height: 30px;
		margin-bottom: 15px;
	}
	.rc-title span{
		display: block;
		margin-right: 0px;
	}
	.rc-time{
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(207,230,255,1.00);
	}
	.rc-button{
		bottom: 10px;
		right: 15px;
		top: auto;
	}
	.rc-timelist>li>div{
		width: 100%;
	}
	.tab-title-box{
		margin: 0px -5px 30px;
    	overflow: hidden;
	}
	.tab-title-box li{
		padding: 5px;
	}
}


.swiper-wrapper{
	padding-bottom: 50px;
}
.par-list{
	margin: 0px -15px 50px;
	overflow: hidden;
}
.par-title{
	width: 255px;
	float: left;
	padding: 0px 6px 0px 15px; 
}
.par-title h2{
	padding: 0px 0px 0px 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 110px;
	background: url("dwqzt-par-bg.png") no-repeat left;
	background-size: 100% 100%;
}
.par-list ul{
	overflow: hidden;
	width: calc(100% - 255px);
	margin: 0px -15px;
}
.par-list ul li{
	width: 20%;
	padding: 0px 15px;
	float: left;
	margin-bottom: 30px;
}
.par-list ul li a{
	line-height: 110px;
    border: 1px solid #6FA5FF;
    padding: 0px 10px;
    display: block;
    transition: all 0.3s;
    overflow: hidden;
    height: 110px;
    text-align: center;
}
.par-list ul li a:hover{
	transform: scale(0.9);
}
.par-list ul li a img{
  height: 100%;
  object-fit: contain;
}
@media(max-width:1199px){
	
	.par-list ul li{
		width: 25%;
	}
}
@media(max-width:991px){
	
	.par-list ul li{
		width: 33.33%;
	}
}
@media(max-width:768px){
	.par-title{
		width: 200px;
	}
	.par-title h2{
		line-height: 90px;
		font-size: 18px;
	}
	.par-list ul li{
		width: 50%;
	}
}
@media(max-width:500px){
	.par-title{
		float: none;
		margin-bottom: 30px;
	}
	.par-list ul{
		float: none;
		width: 100%;
		margin: 0px;
	}
}


.live-list{
	overflow: hidden;
	margin: 50px -15px;
}
.live-list li{
	width: 33.33%;
	float: left;
	padding: 0px 15px;
	margin-bottom: 40px;
}
.live-img{
	width: 100%;
	height: 263px;
	display: block;
	overflow: hidden;
}
.live-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.live-img img:hover{
	transform: scale(1.1)
}
.live-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	display: block;
	margin-top: 15px;
}
.live-list li p{
	font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 26px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D0D0D0;
	margin-top: 10px;
}
@media(max-width:1600px){
	.live-img{
		height: 213px;
	}
}
@media(max-width:1199px){
	.live-img{
		height: 164px;
	}
}
@media(max-width:991px){
	.live-list li{
		width: 50%;
	}
	.live-img{
		height: 193px;
	}
}
@media(max-width:768px){
	.live-img{
		height: 155px;
	}
}
@media(max-width:500px){
	.live-list li{
		width: 100%
	}
	.live-img{
		height: auto;
		line-height: 0px;
	}
}

.review-list{
	overflow: hidden;
	margin: 50px -15px;
}
.review-list li{
	width: 33.33%;
	float: left;
	padding: 0px 15px;
	margin-bottom: 40px;
}
.review-list li a:first-child{
	display: block;
	width: 100%;
	line-height: 0px;
	overflow: hidden;
}
.review-list li a:first-child img{
	width: 100%;
	transition: all 0.3s;
  height: 170px;
  object-fit: cover;
}
.review-list li a:first-child img:hover{
	transform: scale(1.1);
}
.review-list li a:last-child{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	margin-top: 20px;
	display: block;
	text-align: center;
}
@media(max-width:991px){
	.review-list li{
		width: 50%;
	}
}
@media(max-width:500px){
	.review-list li{
		width: 100%;
	}
}
.letter-container{
	padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.letter-container ul{
	text-align: center;
}
.letter-container ul li{
	display: inline-block;
	padding: 5px 10px;
}
.letter-container ul li.letter-current{
	background: #085096;
}
.letter-container ul li.letter-current a{
	color: #fff;
}



.jjgsf {
    position: fixed;
    bottom: 70px;
    /* right: 15%; */
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background: #0471d7;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    z-index: 999;
    margin-left: 75px;
}

.jjgsf p {
    margin-top: 5px;
	font-size: 14px
}
.jjgsf a img{
	position: static;
	transform: none;
	display: inline-block;
}
.jjgsf:hover .gzh {
    display: block;

}

