.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*/
/**!
 * 缃戠珯閾炬帴棰滆壊
 */
/**!
 * 缃戠珯閾炬帴鍒掕繃棰滆壊
 */
/**!
 * 缃戠珯灏忔ā鍧楄儗鏅壊
 */
/**!
 * 缃戠珯鎽樿棰滆壊
 */
.h26 {
  font-size: 26px;
}

.h28 {
  font-size: 28px;
}

.h32 {
  font-size: 32px;
}

.h36 {
  font-size: 36px;
}

.h40 {
  font-size: 40px;
}

@media (max-width: 1599px) {
  .h60 {
    font-size: 50px;
  }

  .h50 {
    font-size: 42px;
  }

  .h38 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  .h38 {
    font-size: 28px;
  }
}

@media (max-width: 1279px) {
  .h60 {
    font-size: 40px;
  }

  .h50 {
    font-size: 38px;
  }
}

@media (max-width: 1024px) {
  .h38 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .h60 {
    font-size: 34px;
  }

  .h50 {
    font-size: 32px;
  }

  .h38 {
    font-size: 24px;
  }
}

/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }

  .h26 {
    font-size: 24px;
  }

  .h28 {
    font-size: 26px;
  }

  .h30 {
    font-size: 28px;
  }

  .h32 {
    font-size: 32px;
  }

  .h48 {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }

  .h24 {
    font-size: 18px;
  }

  .h26 {
    font-size: 22px;
  }

  .h28 {
    font-size: 24px;
  }

  .h30 {
    font-size: 26px;
  }

  .h32 {
    font-size: 28px;
  }

  .h48 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }

  .h20 {
    font-size: 18px;
  }

  .h22 {
    font-size: 20px;
  }

  .h26 {
    font-size: 22px;
  }

  .h28 {
    font-size: 22px;
  }

  .h30 {
    font-size: 22px;
  }

  .h32 {
    font-size: 26px;
  }

  .h48 {
    font-size: 34px;
  }
}

/*鏂囧瓧鍒楄〃*/
/*鏂囧瓧鍒楄〃  comp-text-list-01*/
/**!
 @color - 鏍囬棰滆壊
 @box-bg - box 鐩掑瓙鑳屾櫙棰滆壊
 @padding - box 鐩掑瓙杈硅窛璁剧疆
 @iconBgCol - 鍥炬爣棰滆壊
 @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: #103A84;
}

.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: #103A84;
}

.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: #103A84;
  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: block;
  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: #103A84;
}

.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: block;
  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: #103A84;
}

.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: 0px 6px 8px 0px rgba(99, 44, 172, 0.18);
}

.comp-text-list-05 .box-s:hover .box-title {
  color: #103A84;
}

.comp-text-list-05 .box-s:hover .box-more {
  background-color: #103A84;
  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: #103A84;
}

.comp-text-list-06 .box-s:before {
  background-color: #103A84;
  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 鐩掑瓙鑳屾櫙棰滆壊
 @padding - 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: #103A84;
}

.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: block;
  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: #103A84;
}

.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: #103A84;
}

.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: block;
  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: #103A84;
}

.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: block;
  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: #103A84;
}

.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: block;
  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: block;
  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: #103A84;
}

.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #103A84;
}

.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: block;
  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: #103A84;
}

.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: block;
  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: block;
  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: #103A84;
}

.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: block;
  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: #103A84;
}

.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: #103A84;
  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: #103A84;
}

.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: block;
  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: #103A84;
}

.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #103A84;
}

.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: #103A84;
  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: #103A84;
}

.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: #103A84;
}

.comp-personnel-list-05 .box-s:hover .box-more {
  color: #103A84;
}

.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: #103A84;
}

.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: #103A84;
}

/*浜哄憳缁嗚*/
/*浜哄憳缁嗚  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-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: 40px;
}

.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}

.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none !important;
}

.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}

.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none !important;
  border-radius: 20px;
}

.comp-pages .page-pc {
  text-align: center;
}

.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}

.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: #2A86FF;
  border: 1px solid #2A86FF;
  color: #fff;
}

.comp-pages .page-pc span {
  background: #2A86FF;
  border: 1px solid #2A86FF;
  color: #fff;
}

.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #2A86FF;
  border: 1px solid #2A86FF;
  display: none !important;
}

.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}

/*缁嗚锛屽崟椤�*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}

.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}

.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DFE7;
  padding-bottom: 8px;
}

.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.details-page .detail-top .top-other {
  color: #898B92;
  margin-top: 20px;
  padding: 0;
}

.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}

.details-page .detail-top .top-other .other-info {
  float: left;
}

.details-page .detail-top .top-other .other-share {
  float: right;
}

.details-page .detail-top .top-other .other-share>div {
  display: inline-block;
}

.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}

.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}

.details-page .main-cont {
  color: #333;
  text-align: justify;
}

.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}

.details-page .main-cont.cont-xilan img {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #D9DFE7;
  padding-top: 30px;
  line-height: 24px;
  color: #999999;
}

.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: #999999;
}

.details-page .cont-page .a-page span {
  position: relative;
}

.details-page .cont-page .a-page:hover {
  color: #C50000;
}

.details-page .cont-page .a-page:hover span::after {
  border-color: #C50000;
  color: #C50000;
}

.details-page .cont-page .a-page:hover a {
  color: #C50000;
}

.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}

.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}

.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}

.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}

/*鍒嗕韩*/
.social-share {
  /*浜岀淮鐮佹牱寮�*/
}

.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -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: #fff;
}

.bread-crumbs .bread-item a.cur {
  color: #103A84;
}

.bread-crumbs .bread-item>span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #fff;
}

.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #FFA200;
}

/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}

.side-menu .menu-title {
  background: #103A84;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}

.side-menu .menu-cont {
  background-color: #F5F8FC;
}

.side-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}

.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}

.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}

.side-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}

.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}

.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #103A84;
}

.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}

.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}

.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}

.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3D55A7;
}

.side-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}

/*banner*/
.comp-banner {
  overflow: hidden;
}

.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}

.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}

.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.comp-banner .banner-box {
  position: relative;
}

.comp-banner .banner-box img {
  display: block;
  width: 100%;
}

.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}

.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}

.comp-banner .owl-dots .owl-dot.active {
  background-color: #103A84;
}

.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}

.comp-banner .owl-nav button span {
  display: none;
}

.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}

.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}

.comp-banner .owl-nav button.owl-next {
  right: -40px;
}

.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}

.slider-progress-bar .progress {
  height: 4px;
  background: #103A84;
  animation: sliderProgressBar ease;
  display: block;
}

.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}

@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/*鍥剧墖闆�*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}

*:focus {
  outline: none;
}

.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: 1440px) {
  .container {
    width: 1320px;
  }


}

.a-line {
  position: relative;
  letter-spacing: 0.05em;
  transform: translate3d(-0.5em, 0, 0);
  transition: transform 0.5s, color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.a-line::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0.05em;
  width: 35%;
  height: 1px;
  opacity: 0.7;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background: #fff;
}

.a-line:hover,
.a-line:focus {
  transform: translate3d(0, 0, 0);
}

.a-line:hover::before,
.a-line:focus::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
  transition-timing-function: ease;
}

body {
  font-family: "Microsoft YaHei", '寰蒋闆呴粦', Arial, PingFangSC-Regular, sans-serif;
}

/* header */
.header {
  background: none;
  min-height: 237px;
  position: relative;
  z-index: 1;
}

.header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 476px;
  z-index: -1;
  background: url('yqhhy2023-headerbg.png') no-repeat top center;
  background-size: auto 100%;
}

.header .container {
  position: relative;
}

.header .navbar {
  position: absolute;
  right: 15px !important;
  top: 45px !important;
}

.header .shortcut-line {
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 15px;
}

.header .shortcut-line .other-link {
  text-align: right;
  font-size: 15px;
}

.header .shortcut-line .other-link li {
  float: left;
  margin-right: 20px;
}

.header .shortcut-line .other-link li:last-child {
  margin-right: 0;
}

.header .shortcut-line .other-link li a {
  color: #fff;
  display: block;
}

.header .shortcut-line .other-search {
  float: left;
  margin-left: 20px;
}

.header .shortcut-line .other-search a {
  display: block;
  height: 30px;
  width: 30px;
  background: url('sthjtr-search.png') no-repeat center center #fff;
  border-radius: 15px;
}

.header .header-logo {
  max-width: 600px;
  position: relative;
  z-index: 9;
  padding-top: 42px;
  padding-bottom: 15px;
}

.header .header-logo img {
  display: block;
}

.header .header-txt {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 45px;
}

.header .header-txt span {
  display: inline-block;
  margin-right: 30px;
}

.header .header-txt span:last-child {
  margin-right: 0;
}

@media (min-width: 1921px) {

  /* header */
  .header::after {
    background-size: 100% 100%;
  }
}

/*nav*/
nav.navbar.bootsnav {
  background: rgba(53, 85, 171, 0.7);
  min-height: 56px;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 999;
  /* overflow: hidden; */
}

nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
}

nav.navbar.bootsnav .navbar-brand {
  padding: 32px 0 10px 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

nav.navbar.bootsnav .navbar-brand img {
  display: block;
  max-width: 290px;
}

nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

nav.navbar.bootsnav ul.nav,
nav.navbar.bootsnav .nav-time {
  position: relative;
}

nav.navbar.bootsnav ul.nav::before,
nav.navbar.bootsnav .nav-time::before {
  content: '';
  position: absolute;
  top: 0;
  height: 56px;
  width: 3000px;
  z-index: -1;
}

nav.navbar.bootsnav .nav-time {
  float: right;
  right: 0;
  top: 0;
  position: absolute;
  width: 500px;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  color: #EDBA82;
  font-size: 15px;
  z-index: 1;
}

nav.navbar.bootsnav .nav-time::before {
  background: rgba(53, 85, 171, 0.6);
  left: 0;
}

nav.navbar.bootsnav ul.nav {
  margin-right: 0;
  float: none;
}

nav.navbar.bootsnav ul.nav>li {
  margin: 0;
  padding: 0 1px 0 0;
  position: relative;
  width: 12.5%;
}

nav.navbar.bootsnav ul.nav>li:last-child::before {
  display: none;
}

nav.navbar.bootsnav ul.nav>li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 22px;
  width: 1px;
  height: 12px;
  border: 1px solid #8594AB;
}

nav.navbar.bootsnav ul.nav>li>a {
  line-height: 56px;
  color: #fff;
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  text-align: center;
}

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: #012C9C;
  color: #fff !important;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
  display: none;
}

nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.phoe-menu-toggle {
  display: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  min-width: 100%;
  width: 100%;
  border: none !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
  border-bottom: none;
  color: #FFF;
  background: #012C9C;
  text-align: center;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
  background-color: #315dd1;
}

@media (max-width: 1439px) {
  .header {
    min-height: 220px;
  }

  /*nav*/
  nav.navbar.bootsnav .nav-time {
    width: 470px;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    font-size: 17px;
  }
}

@media (max-width: 1279px) {

  /* header */
  .header .shortcut-line {
    right: 15px;
  }

  /*nav*/
  nav.navbar.bootsnav ul.nav>li>a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {

  /* header */
  .header {
    min-height: 150px;
  }

  .header .navbar {
    position: absolute;
    right: 15px !important;
    top: 45px !important;
  }

  .header .header-logo {
    max-width: 460px;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .header .header-txt {
    background: rgba(9, 50, 156, 0.5);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 24px;
  }

  .header .header-txt span {
    display: inline-block;
    margin-right: 30px;
  }

  .header .header-txt span:last-child {
    margin-right: 0;
  }

  nav.navbar.bootsnav {
    display: none;
  }

  .phone-menu-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none !important;
  }

  .navbar {
    margin-bottom: 0;
  }

  .navbar .toggle {
    margin-top: 15px;
    padding-left: 35px;
  }
}

@media (max-width: 991px) {

  /* header */
  .header {
    min-height: 150px;
  }

  .header .navbar {
    position: absolute;
    right: 15px !important;
    top: 45px !important;
  }

  .header .header-logo {
    max-width: 260px;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .header .header-txt {
    font-size: 14px;
    padding: 8px 15px;
  }

  .header .header-txt span {
    margin-right: 20px;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: block !important;
  }

  nav.navbar.bootsnav .nav-time {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  nav.navbar.bootsnav .navbar-nav {
    display: none;
  }
}

@media (max-width: 767px) {

  /* header */
  .header {
    min-height: 130px;
  }

  .header::after {
    min-height: 176px;
    background-size: cover;
  }

  .header .navbar {
    position: absolute;
    right: 15px !important;
    top: 45px !important;
  }

  .header .header-logo {
    max-width: 260px;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  nav.navbar.bootsnav .nav-time {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 24px;
    padding: 8px 15px;
  }

  nav.navbar.bootsnav .nav-time::before {
    height: 100%;
    width: 100%;
  }

  nav.navbar.bootsnav .navbar-nav {
    display: none;
  }
}

.footer {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url('yqhhy2023-footerbgother.png');
  background-size: cover;
}

.footer.footer-index {
  background-image: url('yqhhy2023-footerbg.png');
}

.footer .footer-info {
  color: #FFFFFF;
  line-height: 30px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer .footer-info .info-txt a,
.footer .footer-info .info-txt span {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}

.footer .footer-info .info-txt a:hover {
  color: #EDBA82;
}

.footer .footer-info .info-txt .txt-img {
  float: left;
  margin-right: 20px;
}

.footer .footer-info .info-txt .txt-img img {
  display: block;
  width: 193px;
}

.footer .footer-info .info-txt .txt-s {
  overflow: hidden;
}

.footer .footer-info .info-tip {
  position: relative;
  padding-left: 20px;
}

.footer .footer-info .info-tip::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.footer-past-meetings {
  padding-top: 68px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-past-meetings .container {
  position: relative;
}

.footer-past-meetings .meeting-title {
  position: absolute;
  color: #FFFFFF;
  line-height: 36px;
  padding-top: 12px;
}

.footer-past-meetings .meeting-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 8px;
  background: #2A86FF;
}

.footer-past-meetings .meeting-info {
  margin-left: 160px;
}

.footer-past-meetings .meeting-info .row-w {
  margin-left: -9px;
  margin-right: -9px;
}

.footer-past-meetings .meeting-info .col-w {
  padding-left: 9px;
  padding-right: 9px;
}

.footer-past-meetings .meeting-info .box-s {
  position: relative;
  z-index: 1;
}

.footer-past-meetings .meeting-info .box-s::after,
.footer-past-meetings .meeting-info .box-s::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  z-index: -1;
}

.footer-past-meetings .meeting-info .box-s::before {
  border-top: 2px solid #EDBA82;
  border-left: 2px solid #EDBA82;
  left: 10px;
  top: 10px;
}

.footer-past-meetings .meeting-info .box-s::after {
  border-right: 2px solid #EDBA82;
  border-bottom: 2px solid #EDBA82;
  right: 10px;
  bottom: 10px;
}

.footer-past-meetings .meeting-info .box-s:hover::before {
  top: -10px;
  left: -10px;
}

.footer-past-meetings .meeting-info .box-s:hover::after {
  right: -10px;
  bottom: -10px;
}

.footer-past-meetings .meeting-info .box-s:hover img {
  transform: scale(1.1);
}

.footer-past-meetings .meeting-info .box-s a {
  display: block;
  overflow: hidden;
}

.footer-past-meetings .meeting-info .box-s img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

/*-----------------------------------------  index  -----------------------------------------*/
.index-title {
  min-width: 241px;
  height: 74px;
  background: url('yqhhy2023-titlebg.png') no-repeat left bottom;
  background-size: contain;
  font-size: 45px;
  padding-top: 10px;
  line-height: 64px;
  color: #444444;
  padding-left: 46px;
  margin-bottom: 35px;
}

.index-meeting-hot {
  padding-top: 65px;
  padding-bottom: 75px;
}

.index-meeting-hot .banner-scroll {
  position: relative;
}

.index-meeting-hot .banner-hot {
  position: relative;
}

.index-meeting-hot .hot-img {
  overflow: hidden;
  width: 71.21212%;
  position: relative;
}

.index-meeting-hot .hot-img img {
  display: block;
  width: 100%;
  height: 495px;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.index-meeting-hot .countdown {
  background: rgba(42, 134, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 300px;
  line-height: 46px;
  height: 46px;
}

.index-meeting-hot .countdown::after {
  content: '鍚庡紑濮�';
  margin-left: 8px;
  font-size: 16px;
}

.index-meeting-hot .hot-info,
.index-meeting-hot .scroll-other {
  width: 31%;
  padding-left: 35px;
  padding-right: 35px;
}

.index-meeting-hot .hot-info {
  background: url('yqhhy2023-boxbg.png') no-repeat bottom center #fff;
  background-size: cover;
  height: 442px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 30px;
  padding-bottom: 70px;
}

.index-meeting-hot .hot-info::after,
.index-meeting-hot .hot-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 6px;
  background: #3C61C2;
  transition: all 0.5s;
}

.index-meeting-hot .hot-info::after {
  background: #EDBA82;
  left: 50%;
  right: 50%;
}

.index-meeting-hot .hot-info:hover::after {
  background: #EDBA82;
  left: 40px;
  right: 40px;
}

.index-meeting-hot .hot-info .info-title {
  color: #3555AB;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 40px;
  max-height: 80px;
}

.index-meeting-hot .hot-info .info-txt {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 30px;
  max-height: 240px;
  font-size: 18px;
}

.index-meeting-hot .scroll-other {
  position: absolute;
  right: 0;
  bottom: 50px;
  line-height: 24px;
  z-index: 99;
}

.index-meeting-hot .scroll-other .other-arrow {
  width: 132px;
  text-align: center;
  position: relative;
  float: left;
}

.index-meeting-hot .scroll-other .other-more {
  float: right;
  color: #444444;
}

.index-meeting-hot .scroll-other .other-more::before {
  background: #2559CB;
  bottom: -3px;
}

.index-meeting-hot .scroll-other .other-more:hover,
.index-meeting-hot .scroll-other .other-more:focus {
  color: #2559CB;
}

.index-meeting-hot .banner-prev,
.index-meeting-hot .banner-next {
  width: 9px;
  height: 16px;
  top: 4px;
  margin-top: 0;
  background-repeat: no-repeat;
}

.index-meeting-hot .banner-prev::after,
.index-meeting-hot .banner-next::after {
  display: none;
}

.index-meeting-hot .banner-prev {
  background-image: url('yqhhy2023-arrow-prev.png');
  left: 0;
}

.index-meeting-hot .banner-next {
  background-image: url('yqhhy2023-arrow-next.png');
  right: 0;
}

.index-meeting-hot .banner-page {
  left: 15px;
  right: 15px;
  text-align: center;
}

.index-meeting-hot .banner-page .swiper-pagination-bullet {
  margin: 0 6px;
  opacity: 1;
  background: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid #2559CB;
}

.index-meeting-hot .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2559CB;
}

.index-meeting-hot .swiper-slide-active .hot-img img,
.index-meeting-hot .swiper-slide-duplicate-active .hot-img img {
  transition: 6s linear;
  transform: scale(1, 1);
}

@media (max-width: 767px) {
  .index-meeting-hot .countdown {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 280px;
    line-height: 40px;
    height: 40px;
  }

  .index-meeting-hot .countdown::after {
    font-size: 16px;
  }
}

.index-meeting-intr {
  background: url('yqhhy2023-modbg.png') no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
}

.index-meeting-intr .index-title {
  color: #fff;
  position: absolute;
  margin-top: 35px;
}

.index-meeting-intr .main-cont {
  background: linear-gradient(360deg, rgba(59, 111, 210, 0.33) 0%, rgba(20, 69, 168, 0.75) 46%, #0B3B9E 100%);
  padding: 0 40px 55px 45px;
}

.index-meeting-intr .cont-img {
  margin-left: 340px;
  position: relative;
  top: -55px;
  margin-bottom: -15px;
}

.index-meeting-intr .cont-img img {
  display: block;
  width: 100%;
}

.index-meeting-intr .cont-info {
  color: #FFFFFF;
  line-height: 34px;
  font-size: 18px;
}

.index-meeting-intr .cont-info div,
.index-meeting-intr .cont-info p {
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .index-meeting-intr .container {
    width: 1400px;
  }
}

.index-meeting-calendar {
  padding-top: 65px;
  padding-bottom: 65px;
}

.index-meeting-calendar .calendar-main {
  position: relative;
  margin-bottom: 48px;
}

.index-meeting-calendar .scroll-title {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  width: 220px;
  padding-top: 38px;
  font-size: 20px;
}

.index-meeting-calendar .scroll-title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: #2A86FF;
  z-index: -1;
}

.index-meeting-calendar .scroll-title .a-title {
  position: relative;
  padding-left: 40px;
  margin-bottom: 60px;
  z-index: 2;
}

.index-meeting-calendar .scroll-title .a-title::after,
.index-meeting-calendar .scroll-title .a-title::before {
  content: '';
  position: absolute;
}

.index-meeting-calendar .scroll-title .a-title::before {
  height: 1px;
  background: #2A86FF;
  left: 0;
  width: 40px;
  top: 22px;
}

.index-meeting-calendar .scroll-title .a-title::after {
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border: 4px solid #2A86FF;
  left: 0;
  top: 13px;
  border-radius: 50%;
}

.index-meeting-calendar .scroll-title .a-title:hover .a-s,
.index-meeting-calendar .scroll-title .a-title.active .a-s {
  color: #fff;
}

.index-meeting-calendar .scroll-title .a-title:hover .a-s::after,
.index-meeting-calendar .scroll-title .a-title.active .a-s::after {
  width: 100%;
}

.index-meeting-calendar .scroll-title .a-title .a-s {
  display: block;
  position: relative;
  background: #FFFFFF;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #2A86FF;
  z-index: 1;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}

.index-meeting-calendar .scroll-title .a-title .a-s::after,
.index-meeting-calendar .scroll-title .a-title .a-s::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.index-meeting-calendar .scroll-title .a-title .a-s::before {
  border: 1px solid #2A86FF;
  border-radius: 4px;
  width: 155px;
}

.index-meeting-calendar .scroll-title .a-title .a-s::after {
  background: #2A86FF;
  width: 0;
  border-radius: 4px 0 0 4px;
  transition: all 0.3s;
}

.index-meeting-calendar .scroll-main {
  background: url('yqhhy2023-modbg02.png') no-repeat bottom right;
  background-size: cover;
  height: 490px;
  margin-left: 220px;
  padding: 35px 0 35px 40px;
  border-left: 3px solid #2A86FF;
}

.index-meeting-calendar .swiper-container {
  width: 100%;
  height: 100%;
}

.index-meeting-calendar .scroll-box {
  overflow: hidden;
  overflow-y: auto;
  height: 420px;
}

.index-meeting-calendar .calendar-groups .box-s {
  display: block;
  text-align: center;
  position: relative;
}

.index-meeting-calendar .calendar-groups .box-s::after,
.index-meeting-calendar .calendar-groups .box-s::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  z-index: -1;
}

.index-meeting-calendar .calendar-groups .box-s::before {
  border-top: 2px solid #2A86FF;
  border-left: 2px solid #2A86FF;
  left: 10px;
  top: 10px;
}

.index-meeting-calendar .calendar-groups .box-s::after {
  border-right: 2px solid #2A86FF;
  border-bottom: 2px solid #2A86FF;
  right: 10px;
  bottom: 10px;
}

.index-meeting-calendar .calendar-groups .box-s:hover::before {
  top: -10px;
  left: -10px;
}

.index-meeting-calendar .calendar-groups .box-s:hover::after {
  right: -10px;
  bottom: -10px;
}

.index-meeting-calendar .calendar-groups .box-s .box-img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.index-meeting-calendar .calendar-groups .box-s .box-a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0 !important;
  padding-right: 40px;
}

@media (min-width: 1600px) {
  .index-meeting-calendar .calendar-groups .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }

  .index-meeting-calendar .calendar-groups .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.meeting-list li {
  position: relative;
  padding: 15px 15px 15px 188px;
  color: #FFFFFF;
  line-height: 28px;
  font-size: 18px;
  min-height: 56px;
}

.meeting-list li:nth-child(2n + 1) {
  background: rgba(31, 140, 233, 0.5);
}

.meeting-list li .box-date {
  position: absolute;
  left: 42px;
  top: 15px;
}

/*-------------------------------------------- page start ---------------------------------------------*/
.page-main {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 99;
  min-height: calc(100vh - 483px);
}

.public-title {
  position: relative;
  line-height: 46px;
  padding-left: 45px;
  overflow: hidden;
  margin-bottom: 25px;
}

.public-title.title-noline span::after {
  display: none;
}

.public-title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 8px;
  top: 19px;
  background: #4953C1;
}

.public-title span {
  padding-right: 25px;
  vertical-align: bottom;
  position: relative;
  color: #444444;
  line-height: 46px;
  display: inline-block;
}

.public-title span::after {
  content: '';
  position: absolute;
  top: 19px;
  background: url('yqhhy2023-titleline.png') repeat-x;
  height: 8px;
  width: 3000px;
  right: -3000px;
}

.main-wrap {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px #F3F3F3;
  padding: 30px;
}

.list-img-01 {
  margin-left: -12px;
  margin-right: -12px;
}

.list-img-01 .col-w {
  padding-left: 12px;
  padding-right: 12px;
}

.list-img-01 .box-s {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  height: 200px;
  box-shadow: 0px 4px 10px 0px #F3F3F3;
}

.list-img-01 .box-s img {
  display: block;
  width: 100%;
}

.list-img-01 .box-s .img-bg {
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  filter: blur(10px);
  margin-top: 0;
  top: 0;
  transform: none;
  max-width: 200%;
}

.list-img-01 .box-s .img-a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.list-img-01 .box-s .img-a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s;
  object-fit: contain;
}

.list-img-01 .box-s:hover .img-a img {
  transform: translate(-50%, -50%) scale(1.1);
}

.list-img-02 {
  margin-left: -12px;
  margin-right: -12px;
}

.list-img-02 .col-w {
  padding-left: 12px;
  padding-right: 12px;
}

.list-img-02 .box-s {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.list-img-02 .box-s .box-img {
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px #F3F3F3;
  margin-bottom: 10px;
}

.list-img-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.list-img-02 .box-s .box-title {
  display: block;
  text-align: center;
  color: #444;
  line-height: 30px;
}

.list-img-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.list-img-02 .box-s:hover .box-title {
  color: #2A86FF;
}

@media (min-width: 1200px) {
  .list-img-02 .col-w:nth-child(4n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-img-02 .col-w:nth-child(3n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-img-02 .col-w:nth-child(2n + 1) {
    clear: left;
  }
}

.list-img-txt-01 li:last-child .box-s {
  margin-bottom: 0;
}

.list-img-txt-01 .box-s {
  margin-bottom: 30px;
}

.list-img-txt-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.list-img-txt-01 .box-s:hover .box-title {
  color: #3C61C2;
}

.list-img-txt-01 .box-s .box-img {
  float: left;
  width: 332px;
  margin-right: 20px;
  overflow: hidden;
}

.list-img-txt-01 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.list-img-txt-01 .box-s .box-info {
  overflow: hidden;
  color: #444444;
  line-height: 26px;
  padding-top: 10px;
}

.list-img-txt-01 .box-s .box-title {
  display: block;
  line-height: 36px;
  margin-bottom: 5px;
  color: #444444;
  font-weight: bold;
}

.list-img-txt-01 .box-s .box-date {
  margin-bottom: 15px;
}

.list-img-txt-02 li:last-child .box-s {
  margin-bottom: 0;
}

.list-img-txt-02 .box-s {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px #F3F3F3;
  margin-bottom: 26px;
  padding: 18px;
}

.list-img-txt-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.list-img-txt-02 .box-s:hover .info-title {
  color: #3C61C2;
}

.list-img-txt-02 .box-s .box-img {
  float: left;
  width: 180px;
  margin-right: 25px;
  overflow: hidden;
}

.list-img-txt-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.list-img-txt-02 .box-s .box-info {
  overflow: hidden;
  color: #444444;
  line-height: 32px;
  padding-top: 20px;
}

.list-img-txt-02 .box-s .info-title {
  display: block;
  line-height: 32px;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.list-img-txt-02 .box-s .info-title::after {
  content: '';
  width: 6px;
  height: 16px;
  background: #4953C1;
  position: absolute;
  left: 0;
  top: 10px;
}

.list-img-txt-02 .box-s .info-txt {
  color: #444444;
  line-height: 32px;
  margin-bottom: 25px;
}

.list-img-txt-02 .box-s .info-txt:last-child {
  margin-bottom: 0;
}

.list-img-txt-02 .box-s .info-txt .txt-title {
  font-weight: bold;
}

.list-img-txt-03 .public-title {
  margin-bottom: 35px;
}

.list-img-txt-03 .col-w:nth-child(2n + 1) {
  clear: left;
}

.list-img-txt-03 .box-s {
  margin-bottom: 40px;
}

.list-img-txt-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.list-img-txt-03 .box-s:hover .info-title {
  color: #3C61C2;
}

.list-img-txt-03 .box-s .box-img {
  float: left;
  width: 180px;
  margin-right: 25px;
  overflow: hidden;
}

.list-img-txt-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.list-img-txt-03 .box-s .box-info {
  overflow: hidden;
  padding-top: 35px;
}

.list-img-txt-03 .box-s .info-title {
  display: block;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.list-img-txt-03 .box-s .info-title::after {
  content: '';
  width: 6px;
  height: 16px;
  background: #4953C1;
  position: absolute;
  left: 0;
  top: 9px;
}

.list-img-txt-03 .box-s .info-txt {
  color: #444444;
  line-height: 36px;
}

.details-page .detail-top {
  border-bottom: 2px dotted #D2D2D2;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.details-page .detail-top .title-s {
  color: #444444;
  max-width: 100%;
  line-height: 1.6;
  font-weight: 400;
}

.details-page .detail-top .top-other {
  margin-top: 10px;
}

.details-page .detail-top .other-info {
  text-align: center;
  float: none !important;
}

.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #444444;
  margin: 0 10px;
}

.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}

.details-page .main-cont {
  line-height: 2;
  text-align: left;
  color: #444444;
}

.details-page .main-cont>div,
.details-page .main-cont>p {
  margin-bottom: 12px;
}

.details-page .cont-table {
  overflow: hidden;
  overflow-x: auto;
}

.live-streaming {
  padding-top: 20px;
}

.live-streaming .live-video {
  margin-bottom: 30px;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}

.live-streaming .live-video video {
  display: block;
  width: 100%;
}

.live-streaming .index-title {
  width: 241px;
  margin-left: auto;
  margin-right: auto;
}

.live-streaming .live-info {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
  color: #fff;
  padding: 30px;
  background: url(yqhhy2023-modbg02.png) no-repeat bottom right;
  background-size: cover;
}

.prism-player .prism-cc-btn {
  display: none !important;
}