.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}

.img-box .img-h {
  transform: scale(1.1);
}

/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

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

  .h20 {
    font-size: 18px;
  }
}

/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }

  .h24 {
    font-size: 22px;
  }

  .h30 {
    font-size: 28px;
  }

  .h32 {
    font-size: 32px;
  }

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

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

  .h24 {
    font-size: 20px;
  }

  .h30 {
    font-size: 26px;
  }

  .h32 {
    font-size: 28px;
  }

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

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

  .h20 {
    font-size: 18px;
  }

  .h22 {
    font-size: 20px;
  }

  .h30 {
    font-size: 22px;
  }

  .h32 {
    font-size: 26px;
  }

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

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

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

.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: #f5f7fb;
  padding: 20px 30px;
  color: #666666;
}

.comp-text-list-02 .box-s:hover .box-title {
  color: #2a74d9;
  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: #2a74d9;
}

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

.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: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}

.comp-text-list-04 .box-s:hover .box-title {
  color: #2a74d9;
}

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

.comp-text-list-05 .box-s:hover .box-more {
  background-color: #2a74d9;
  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 .5s;
  position: relative;
  padding-right: 110px;
}

.comp-text-list-06 .box-s:hover .box-title {
  color: #2a74d9;
}

.comp-text-list-06 .box-s:before {
  background-color: #2a74d9;
  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: .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: #2a74d9;
}

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

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

.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  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 .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: #2a74d9;
}

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

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

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

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

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

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

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

.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #2a74d9;
  width: 0;
  overflow: hidden;
  transition: all .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: #2a74d9;
}

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

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

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

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

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

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

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

/*人员细览*/
/*人员细览  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: #f5f7fb;
  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(240px);
  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: #f5f7fb;
  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: #2a74d9;
  border: 1px solid #2a74d9;
  color: #fff;
}

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

.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #2a74d9;
  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 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: 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>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;
  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: #ffffff;
}

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

.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: #ffffff 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("/eportal/uiFramework/commonResource/image/2025073013173739679.png");
  background-size: contain;
}

.share-xl .social-share a.icon-weibo {
  background: url("/eportal/uiFramework/commonResource/image/2025073013171457669.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: #2a74d9;
}

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

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

.other-menu .menu-title {
  background: #2a74d9;
  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: #f5f7fb;
}

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

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

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

a:hover,
a:focus {
  color: #3D55A7;
}

em {
  font-style: normal;
}

/*此文件写网站剩余样式*/
body {
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
}

.container {
  *zoom: 1;
}

.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

/* 根字号 19.2     1.04 *19.2 = 20*/
.container {
  width: auto !important;
  padding-left: 17.3438rem;
  padding-right: 17.3438rem;
}

.row {
  margin-left: -0.7813rem;
  margin-right: -0.7813rem;
}

.hjnm-col {
  padding-right: .7813rem;
  padding-left: .7813rem;
}

header {
  padding: 2.1875rem 0;
  position: relative;
  background: url(/eportal/uiFramework/commonResource/image/2025090509033725592.png) no-repeat center center;
  background-size: cover;
}

header>.container {
  position: relative;
}

.header-logo {
  display: block;
  width: 31.8229rem;
}

.header-logo img {
  width: 100%;
}

/*nav*/
nav.navbar.bootsnav {
  min-height: 3.125rem;
  background: none;
  border: none;
  box-shadow: none;
  z-index: 99;
  background: #2361E6;
  position: relative;
}

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

nav.navbar.bootsnav ul.nav {
  margin-left: -0.7813rem;
  margin-right: -0.7813rem;
  float: none;
}

nav.navbar.bootsnav ul.nav>li {
  margin: 0;
  padding: 0;
  width: calc(100% / 7);
}

nav.navbar.bootsnav ul.nav>li>a {
  display: block;
  font-size: .9375rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.25rem;
  text-align: center;
  padding: .9375rem 0 !important;
  margin: 0;
}

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

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

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  min-width: 100%;
  width: auto;
  background: #FFFFFF;
  border-radius: 0 0 .2083rem .2083rem;
  padding: .4167rem .3646rem .4167rem .3646rem;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
  border-bottom: .0521rem solid transparent;
  color: #333333;
  margin: 0;
  padding: .3646rem 0 .1563rem 0;
  line-height: 1.25rem;
  background: none;
  font-weight: 400;
  text-align: center;
  font-size: .8333rem;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover {
  color: #009802;
  border-bottom: .0521rem solid #009802;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li ul {
  top: 0;
  border-top: none;
  min-width: 100%;
  padding: .3646rem;
  margin-top: 0;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li ul>li>a {
  font-weight: 400;
  text-align: center;
  font-size: .7292rem;
}

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

.hjnm-banner {
  float: left;
  width: 50%;
}

.hjnm-banner .owl-dots {
  position: absolute;
  right: 1.0417rem;
  bottom: 1.1458rem;
}

.hjnm-banner .owl-dots .owl-dot {
  width: .5208rem;
  height: .5208rem;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 .2604rem;
  vertical-align: middle;
}

.hjnm-banner .owl-dots .owl-dot.active {
  background: #2361E6;
}

.lunb-box {
  display: block;
  width: 100%;
  height: 23.125rem;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.lunb-box::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.1667rem;
  background: linear-gradient(0deg, #00287f, rgba(0, 40, 127, 0));
  opacity: 0.5;
  z-index: 1;
}

.lunb-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: contain;
}

.lunb-box .lunb-title {
  position: absolute;
  left: 1.0417rem;
  bottom: 1.0417rem;
  right: 7.19rem;
  z-index: 9;
  font-size: 1.0417rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lunb-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.box1 {
  padding: 1.5625rem 0;
  background: #ffffff url(/eportal/uiFramework/commonResource/image/2025090509045280747.png) no-repeat left center;
  background-size: cover;
}

.research-box {
  overflow: hidden;
  background: #ffffff url(/eportal/uiFramework/commonResource/image/2025090509044149499.png) no-repeat center center;
  background-size: cover;
  height: 23.125rem;
  padding: 1.3021rem 1.5625rem;
  box-shadow: 0.1563rem 0.1563rem 0.625rem 0.1563rem rgba(0, 44, 171, 0.08);
}

.research-top {
  display: block;
}

.research-top .title {
  font-size: 1.0417rem;
  font-weight: bold;
  color: #262626;
  line-height: 1.5625rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.125rem;
  margin-bottom: .6771rem;
}

.research-top .desc {
  font-size: .7292rem;
  color: #666666;
  line-height: 1.25rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.5rem;
}

.research-top:hover .title {
  color: #2361E6;
}

.research-ul {
  margin-top: .8854rem;
  border-top: .0521rem dashed #EEEEEE;
  padding-top: .8854rem;
}

.research-ul li {
  margin-bottom: .7813rem;
  position: relative;
  padding-right: 4.6708rem;
}

.research-ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .7292rem;
  line-height: 1.25rem;
  color: #666666;
}

.research-ul a {
  display: block;
  padding-left: .8854rem;
  font-size: .8333rem;
  color: #262626;
  line-height: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.research-ul a::before {
  position: absolute;
  content: '';
  width: .2083rem;
  height: .2083rem;
  background: #009802;
  border-radius: 50%;
  left: 0;
  top: .625rem;
}

.research-ul a:hover {
  color: #2361E6;
}

/* 首页标题切换 */
.index-tab-title {
  margin-bottom: 1.3021rem;
}

.index-tab-title .tit-cont>span {
  float: left;
  margin-right: 1.7188rem;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}

.index-tab-title .tit-cont>span .icon-box {
  width: 1.5625rem;
  height: 1.4583rem;
  margin-right: .5208rem;
}

.index-tab-title .tit-cont>span .icon-box img {
  width: 100%;
  height: 100%;
  display: none;
}

.index-tab-title .tit-cont>span .icon-box img:first-child {
  display: block;
}

.index-tab-title .tit-cont>span p {
  font-size: 1.1458rem;
  font-weight: bold;
  color: #999999;
  line-height: 1.4583rem;
}

.index-tab-title .tit-cont>span::before {
  position: absolute;
  content: '';
  width: .0521rem;
  height: .9375rem;
  background: #2361E6;
  opacity: 0.3;
  top: .2604rem;
  right: -0.8333rem;
}

.index-tab-title .tit-cont>span:last-child {
  margin-right: 0;
}

.index-tab-title .tit-cont>span:last-child::before {
  display: none;
}

.index-tab-title .tit-cont>span:hover .icon-box img,
.index-tab-title .tit-cont>span.active .icon-box img {
  display: block;
}

.index-tab-title .tit-cont>span:hover .icon-box img:first-child,
.index-tab-title .tit-cont>span.active .icon-box img:first-child {
  display: none;
}

.index-tab-title .tit-cont>span:hover p,
.index-tab-title .tit-cont>span.active p {
  color: #262626;
}

.index-tab-title .more-cont a {
  display: block;
  font-size: .7292rem;
  color: #2361E6;
  line-height: 1.4583rem;
  padding-left: 2.6563rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509050596569.png) no-repeat left center;
  background-size: 2.4479rem .8854rem;
  display: none;
}

.index-tab-title .more-cont a:first-child {
  display: block;
}

.index-tab-cont>div {
  display: none;
}

.index-tab-cont>div:first-child {
  display: block;
}

/* 首页标题 */
.index-title {
  margin-bottom: 1.3021rem;
}

.index-title span {
  cursor: pointer;
  display: flex;
  justify-content: left;
  align-items: center;
}

.index-title img {
  width: 1.5625rem;
  height: 1.4583rem;
  margin-right: .5208rem;
}

.index-title p {
  font-size: 1.1458rem;
  font-weight: bold;
  color: #262626;
  line-height: 1.4583rem;
}

.index-title a {
  display: block;
  font-size: .7292rem;
  color: #2361E6;
  line-height: 1.4583rem;
  padding-left: 2.6563rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509050596569.png) no-repeat left center;
  background-size: 2.4479rem .8854rem;
}

.box2 {
  padding: 1.5625rem 0 1.9271rem 0;
  background: #F2F5FA;
}

.active-top {
  display: block;
  min-height: 4.7917rem;
  background: linear-gradient(0deg, #fdfdfe, #f3f5f8);
  border: .1042rem solid #FFFFFF;
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 44, 171, 0.08);
  padding: .8333rem 1.0417rem .7813rem 1.0417rem;
  position: relative;
  margin-bottom: .7813rem;
  transition: all 0.5s;
}

.active-top::before {
  position: absolute;
  content: '';
  width: 22.1875rem;
  height: 4.0104rem;
  right: .8333rem;
  bottom: 0;
  background: url(/eportal/uiFramework/commonResource/image/2025090509110480365.png) no-repeat center center;
  background-size: cover;
}

.active-top .date-box {
  float: left;
  padding-right: 1.25rem;
  font-size: .8333rem;
  color: #666666;
  margin-right: 1.25rem;
  position: relative;
  font-family: Arial;
}

.active-top .date-box::before {
  position: absolute;
  content: '';
  width: .0521rem;
  height: 2.6042rem;
  background: #EEEEEE;
  top: 0;
  right: 0;
}

.active-top .date-box div {
  line-height: 1;
}

.active-top .date-box div:nth-child(1) {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2361E6;
  margin-bottom: .6771rem;
}

.active-top .info {
  overflow: hidden;
}

.active-top .title {
  font-size: .9375rem;
  font-weight: bold;
  color: #2361E6;
  line-height: 1.3542rem;
  margin-bottom: .4688rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.active-top .desc {
  font-size: .7292rem;
  color: #666666;
  line-height: 1.1458rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.active-top:hover {
  transform: translateY(-0.2604rem);
  box-shadow: 0.4167rem 0.4167rem 0.625rem 0.2083rem rgba(0, 44, 171, 0.08);
  transition: all 0.5s;
}

.active-ul li {
  border-bottom: .0521rem dashed #E5E5E5;
  padding-bottom: .5729rem;
  margin-bottom: .5729rem;
  padding-left: 1.0417rem;
  position: relative;
}

.active-ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: .4167rem;
  width: .2083rem;
  height: .4167rem;
  background: #2361E6;
}

.active-ul li:last-child {
  margin-bottom: 0;
}

.active-ul a {
  display: block;
  position: relative;
}

.active-ul a p {
  font-size: .8333rem;
  color: #262626;
  line-height: 1.3542rem;
  padding-right: 6.7708rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.7083rem;
}

.active-ul a span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .7292rem;
  color: #666666;
  line-height: 1.3542rem;
  font-family: Arial;
}

.active-ul a:hover p {
  color: #2361E6;
}

.left-img-box {
  float: left;
  width: 15.7292rem;
  background: linear-gradient(0deg, #fdfdfe, #f3f5f8);
  border: .1042rem solid #FFFFFF;
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 44, 171, 0.08);
  margin-right: 1.0417rem;
}

.left-img-box .img-box {
  width: 100%;
  height: 10.3125rem;
  overflow: hidden;
}

.left-img-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.left-img-box .info {
  height: 6.25rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509060117439.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding: .7813rem 1.0417rem 1.0417rem;
  box-sizing: border-box;
}

.left-img-box .title {
  font-size: .9375rem;
  font-weight: bold;
  color: #262626;
  line-height: 1.4583rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.9167rem;
  margin-bottom: .625rem;
}

.left-img-box .date {
  font-size: .7292rem;
  color: #666666;
  line-height: 1;
  font-family: Arial;
}

.left-img-box .more {
  position: absolute;
  right: 1.0417rem;
  bottom: 1.0417rem;
  width: 1.0417rem;
  height: .5729rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509233243273.png) no-repeat center;
  background-size: 100% 100%;
  animation: toright 1.5s infinite linear;
}

.left-img-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.left-img-box:hover .title {
  color: #2361E6;
}

@keyframes toright {

  0%,
  100% {
    right: 1.5625rem;
  }

  50% {
    right: 1.0417rem;
  }
}

.xshd-ul {
  overflow: hidden;
}

.xshd-ul li {
  padding-left: 1.25rem;
  padding-bottom: .8854rem;
  margin-bottom: .8854rem;
  border-bottom: .0521rem dashed #E5E5E5;
  position: relative;
}

.xshd-ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: .4167rem;
  width: .7292rem;
  height: .7292rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509234632467.png) no-repeat center;
  background-size: 100% 100%;
}

.xshd-ul li:last-child {
  margin-bottom: 0;
}

.xshd-ul a {
  display: block;
}

.xshd-ul a p {
  font-size: .8333rem;
  color: #262626;
  line-height: 1.4583rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.9167rem;
  margin-bottom: .3646rem;
}

.xshd-ul a span {
  display: block;
  font-size: .7292rem;
  color: #666666;
  line-height: 1;
  font-family: Arial;
}

.xshd-ul a:hover p {
  color: #2361E6;
}

.box3 {
  padding: 1.7708rem 0 1.5625rem 0;
}

.zs-top {
  height: 4.1667rem;
  background: linear-gradient(0deg, #fdfdfe, #f3f5f8);
  border: .1042rem solid #FFFFFF;
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 44, 171, 0.08);
  margin-left: 1.7708rem;
  padding-left: 3.125rem;
  padding-right: 1.5625rem;
  position: relative;
  margin-bottom: .9375rem;
  display: flex;
  justify-content: left;
  align-items: center;
}

.zs-top .date-box {
  position: absolute;
  left: -1.7708rem;
  top: .2604rem;
  width: 3.6458rem;
  height: 3.6458rem;
  background: linear-gradient(0deg, #2361e6, #4782ff);
  border: .1042rem solid #CCDCF8;
  border-radius: .3125rem;
  padding-top: .6771rem;
}

.zs-top .date-box div {
  text-align: center;
  font-size: .625rem;
  color: #fff;
  line-height: 1;
}

.zs-top .date-box div:nth-child(1) {
  font-size: 1.1458rem;
  margin-bottom: .2083rem;
}

.zs-top .title {
  font-size: .9375rem;
  color: #262626;
  line-height: 1.5625rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.125rem;
}

.zs-top:hover .date-box {
  background: linear-gradient(0deg, #2361e6, #009802);
}

.zs-top:hover .title {
  color: #2361E6;
}

.zs-ul li {
  border-bottom: .0521rem solid #E5E5E5;
  padding-bottom: .7813rem;
  margin-bottom: .7813rem;
}

.zs-ul li:last-child {
  margin-bottom: 0;
}

.zs-ul a {
  display: block;
  position: relative;
}

.zs-ul a:hover p {
  color: #2361E6;
}

.zs-ul p {
  font-size: .8333rem;
  color: #262626;
  line-height: 1.5625rem;
  padding-right: 6.7708rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zs-ul span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .7292rem;
  color: #999999;
  line-height: 1.5625rem;
  font-family: Arial;
}

.box4 {
  padding: 1.0417rem 0;
  background: #F2F5FA;
}

.m35 {
  margin: 0 -1.8229rem;
}

.p35 {
  padding: 0 1.8229rem;
}

.index-link .link-title {
  float: left;
  width: 11.25rem;
  height: 2.0833rem;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}

.index-link .link-title::before {
  position: absolute;
  content: '';
  top: .625rem;
  right: 3.125rem;
  width: .0521rem;
  height: .8333rem;
  background: #DBE0E9;
}

.index-link .link-title img {
  width: 1.4583rem;
  height: 1.4583rem;
  margin-right: .5208rem;
}

.index-link .link-title p {
  font-size: 1.1458rem;
  font-weight: bold;
  color: #2361E6;
  line-height: 1.4583rem;
}

.index-link .link-cont {
  float: left;
  width: calc(100% - 11.25rem);
}

.index-link .ui-select-wrap {
  height: 2.0833rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.1042rem 0.2083rem 0rem rgba(32, 48, 163, 0.13);
  border-radius: .2083rem;
  border: none;
  z-index: 0;
}

.index-link .ui-select-input {
  font-size: .7292rem;
  color: #333333;
  line-height: 2.0833rem;
  padding-left: 1.0417rem;
  padding-right: 1.8229rem;
  right: 0;
}

.index-link .ui-select-arrow {
  right: 1.0417rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-color: #2361E6 !important;
  border: .2604rem solid transparent;
  border-width: .3125rem .2604rem 0 .2604rem;
}

.index-link .ui-select-list {
  top: 2.0833rem;
}

.index-link .ui-select-wrap.up .ui-select-list {
  bottom: 2.0833rem;
}

.index-link .ui-select-list {
  background: #FFFFFF;
  box-shadow: 0rem 0.1042rem 0.2083rem 0rem rgba(32, 48, 163, 0.13);
  border-radius: .2083rem;
  border: none;
}

.index-link .ui-select-list>li.selected {
  background-color: #2361E6;
}

.index-link .ui-select-list>li {
  line-height: 1.5625rem;
  font-size: .6771rem;
  padding: .2083rem 1.0417rem .2083rem;
}

/*尾部*/
.footer {
  padding: 2.3958rem 0;
  background: url(/eportal/uiFramework/commonResource/image/2025090509112188319.png) no-repeat center;
  background-size: cover;
}

.footer .footer-icon {
  display: block;
  width: 12.7604rem;
  margin-right: 3.0208rem;
  padding-top: .5208rem;
}

.footer .footer-icon img {
  width: 100%;
  height: 100%;
}

.footer .info {
  float: left;
  overflow: hidden;
  font-size: 0;
  color: #fff;
  padding: .4167rem 0 .4167rem 3.3333rem;
  border-left: 0.0521rem solid rgba(254, 254, 254, 0.5);
}

.footer .info span,
.footer .info a {
  display: inline-block;
  font-size: .7813rem;
  color: #FFFFFF;
  line-height: 1.6667rem;
  margin-right: .2604rem;
  font-family: Arial;
}

.footer .info a:hover {
  text-decoration: underline;
}

/*          内页           */
.hjnm-ny-box {
  background: url(/eportal/uiFramework/commonResource/image/2025090509113391532.png) no-repeat left top, url(/eportal/uiFramework/commonResource/image/2025090509115664407.png) no-repeat right top;
  background-size: 16.9271rem 28.0729rem;
  min-height: calc(100vh - 20.625rem);
  padding: 2.0833rem 0 3.125rem 0;
}

.m20 {
  margin: 0 -1.0417rem;
}

.p20 {
  padding: 0 1.0417rem;
}

.ny-cont-3 {
  width: 24.433%;
}

.ny-cont-9 {
  width: 75.567%;
}

.other-menu {
  margin-right: 0;
}

.other-menu .menu-title {
  background: url(/eportal/uiFramework/commonResource/image/2025090509114596204.png) no-repeat center center;
  background-size: cover;
  min-height: 5.3125rem;
  padding: .625rem 1.1979rem;
  border-bottom: none;
}

.other-menu .menu-title p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.4583rem;
  text-transform: uppercase;
}

.other-menu .menu-title p:first-child {
  font-size: .9375rem;
  opacity: 0.3;
  margin-bottom: .2083rem;
}

.other-menu .menu-cont {
  background: #F2F8FF;
  border-left: .4167rem solid #2361E6;
  padding: .5208rem 0 3.4375rem 0rem;
}

.other-menu .menu-cont .box-a {
  background: transparent;
  padding: 0 1.25rem;
  border-bottom: none;
  position: relative;
}

.other-menu .menu-cont .box-a::before {
  position: absolute;
  content: '';
  width: .4167rem;
  top: -0.0521rem;
  bottom: -0.0521rem;
  height: 102%;
  left: -0.4167rem;
  background: #0FBB78;
  opacity: 0;
}

.other-menu .menu-cont .box-a:hover,
.other-menu .menu-cont .box-a.active {
  background: #FFF;
}

.other-menu .menu-cont .box-a:hover::before,
.other-menu .menu-cont .box-a.active::before {
  opacity: 1;
}

.other-menu .menu-cont .box-a:hover .a-title,
.other-menu .menu-cont .box-a.active .a-title {
  color: #2361E6;
  background: transparent;
}

.other-menu .menu-cont .box-a:hover .a-title::before,
.other-menu .menu-cont .box-a.active .a-title::before {
  background: #0854BC;
}

.other-menu .menu-cont .a-title {
  border-bottom: .0521rem solid #E5E9ED;
  padding: .7292rem 2.0833rem .7292rem 1.0417rem;
  font-weight: 400;
  font-size: .9375rem;
  color: #2D303B;
  line-height: 1.5625rem;
}

.other-menu .menu-cont .a-title::before {
  content: '';
  top: 1.0417rem;
  left: 0;
  width: .2083rem;
  height: .8333rem;
  background: #0854BC;
  border-radius: .1042rem;
}

.other-menu .menu-cont .a-title:after {
  content: '';
  width: .3646rem;
  height: .6771rem;
  right: 0rem;
  top: 1.1458rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509264137654.png) no-repeat center center;
  background-size: 100% 100%;
}

.right-top {
  border-bottom: .0521rem solid #E2E5EF;
  padding-bottom: .8854rem;
  margin-bottom: 2.0833rem;
}

.right-top .ny-r-title {
  float: left;
  font-size: 1.1458rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.3542rem;
  position: relative;
  max-width: 35%;
}

.right-top .ny-r-title::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -1.1979rem;
  height: .2083rem;
  background: #2361E6;
}

.right-top .bread-crumbs {
  float: right;
  color: #717583;
  max-width: 65%;
  text-align: right;
}

.right-top .bread-crumbs .bread-item-groups {
  line-height: 1.5625rem;
}

.right-top .bread-crumbs .bread-location {
  color: #717583;
  font-size: .7292rem;
  line-height: 1.5625rem;
}

.right-top .bread-crumbs .bread-item a,
.right-top .bread-crumbs .bread-item span {
  color: #717583;
  font-size: .7292rem;
}

.right-top .bread-crumbs .bread-item>span:before {
  display: none;
}

.right-top .bread-crumbs .bread-item a:hover,
.right-top .bread-crumbs .bread-item a:last-child {
  color: #2361E6;
}

.right-top .bread-crumbs .bread-item a:after {
  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 5px;
  color: #999;
}

.right-top .bread-crumbs .bread-item a:last-child:after {
  content: "";
  padding: 0;
}

.rigth-cont p span {
  text-wrap: inherit !important;
}

.fy-box {
  margin-top: 1.5625rem;
}

.comp-pages {
  padding-top: 0;
}

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

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  font-size: .8333rem;
  color: #666666;
  padding-left: .4167rem;
  padding-right: .4167rem;
  background: #fff;
  border: .0521rem solid #EEEEEE;
  height: 2.0833rem;
  min-width: 2.0833rem;
  line-height: 2.0833rem;
  margin-left: .2042rem;
  margin-right: .2042rem;
}

.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: #0FBB78;
  border: .0521rem solid #0FBB78;
  color: #fff;
}

.comp-pages .page-pc span {
  background: #0FBB78;
  border: .0521rem solid none;
  color: #fff;
}

.comp-pages .page-pc li:first-child a,
.comp-pages .page-pc li:last-child a {
  padding-left: .9167rem;
  padding-right: .9167rem;
}

.comp-pages .page-phone {
  background: #0FBB78;
}

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

.wz1-list li {
  border-bottom: .0521rem solid #E2E5EF;
  background: url(/eportal/uiFramework/commonResource/image/2025090509265481435.png) no-repeat left 0.4167rem;
  padding-bottom: 1.3542rem;
  margin-bottom: 1.3542rem;
}

.wz1-list li:last-child {
  margin-bottom: 2.6042rem;
}

.wz1-list a {
  display: block;
  padding-left: 1.6667rem;
  padding-right: 7.8125rem;
  position: relative;
}

.wz1-list a:hover p {
  color: #2361E6;
}

.wz1-list p {
  font-size: .9375rem;
  color: #333333;
  line-height: 1.3542rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wz1-list span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: .8333rem;
  color: #666666;
  line-height: 1.3542rem;
}

.links-list {
  margin: 0 -0.6771rem;
}

.links-list li {
  float: left;
  width: calc(100% / 3);
  padding: 0 .6771rem;
}

.links-list li:nth-child(3n+1) {
  clear: left;
}

.links-list a {
  display: block;
  padding-left: 1.7708rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509270949680.png) no-repeat left 0.5208rem;
  background-size: .625rem .625rem;
  border-bottom: .0521rem solid #E2E5EF;
  padding-bottom: .625rem;
  margin-bottom: 1.1458rem;
  font-size: .9375rem;
  color: #333333;
  line-height: 1.5625rem;
}

.links-list a:hover {
  color: #2361E6;
  background: url(/eportal/uiFramework/commonResource/image/2025090509272360418.png) no-repeat left 0.5208rem;
  border-bottom: .0521rem solid #2361E6;
}

.wz2-list li {
  border-bottom: .0521rem solid #E2E5EF;
  padding-bottom: 1.3021rem;
  margin-bottom: 1.3021rem;
}

.wz2-list li:last-child {
  margin-bottom: 2.6042rem;
}

.wz2-list a {
  display: block;
}

.wz2-list a:hover .title {
  color: #2361E6;
}

.wz2-list .date-box {
  float: left;
  width: 4.4271rem;
  margin-right: 2.6042rem;
  text-align: center;
  padding-top: .2604rem;
}

.wz2-list .date-box div:nth-child(1) {
  font-size: 1.6667rem;
  color: #2361E6;
  line-height: 1;
  margin-bottom: .625rem;
}

.wz2-list .date-box div:nth-child(2) {
  height: 1.5625rem;
  background: linear-gradient(90deg, #2361e6, #0fbb78);
  font-size: .7292rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
}

.wz2-list .info {
  overflow: hidden;
}

.wz2-list .title {
  font-size: 1.0417rem;
  color: #333333;
  line-height: 1.4583rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .5208rem;
}

.wz2-list .desc {
  font-size: .8333rem;
  color: #666666;
  line-height: 1.3542rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.7083rem;
}

.m22 {
  margin: 0 -1.1458rem;
}

.p22 {
  padding: 0 1.1458rem;
}

.tp-list-a {
  display: block;
  height: 14.6875rem;
  border: .0521rem solid #EEEEEE;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.3438rem;
}

.tp-list-a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.tp-list-a .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: .9375rem;
  color: #FFFFFF;
  line-height: 1.4583rem;
  padding: .5729rem .2604rem;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tp-list-a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.tp-box .p22:nth-child(3n+1) {
  clear: left;
}

.contact_us-box {
  background: #FFFFFF;
  border: .0521rem solid #EEEEEE;
  padding: 2.0833rem 1.7188rem;
  margin-bottom: 1.0417rem;
}

.contact_us-box:last-child {
  margin-bottom: 0rem;
}

.contact_us-box h3 {
  font-size: 1.0417rem;
  font-weight: bold;
  color: #2361E6;
  line-height: 1.3542rem;
  margin-bottom: 1.5625rem;
  position: relative;
}

.contact_us-box h3::before {
  position: absolute;
  content: '';
  top: .1042rem;
  left: -1.7188rem;
  width: .1563rem;
  height: 1.0417rem;
  background: #2361E6;
}

.contact_us-box .info {
  padding-top: 1.0417rem;
  position: relative;
}

.contact_us-box .info::before {
  position: absolute;
  content: '';
  width: 1.25rem;
  height: .1042rem;
  background: #0FBB78;
}

.contact_us-box .info ul {
  padding-top: 2.0833rem;
  width: calc(100% - 6.7708rem);
}

.contact_us-box .info li {
  float: left;
  min-width: 50%;
  font-size: .8333rem;
  color: #333333;
  line-height: 1.25rem;
  margin-bottom: 1.3021rem;
}

.contact_us-box .info em {
  font-size: .8333rem;
  color: #888888;
  font-style: inherit;
}

.contact_us-box .img-box {
  width: 5.7292rem;
  height: 5.7292rem;
  padding-right: .5208rem;
  padding-bottom: .5208rem;
  position: relative;
}

.contact_us-box .img-box::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  top: .5208rem;
  left: .5208rem;
  z-index: 0;
  background: #F2F5FA;
}

.contact_us-box .img-box>div {
  position: relative;
  z-index: 1;
}

.contact_us-box .map {
  width: 100%;
  height: 15.625rem;
  border: .0521rem solid #EEEEEE;
}

.contact_us-box #map label {
  max-width: inherit;
  width: auto;
  border: .0521rem solid #ccc !important;
  padding: .1563rem .2604rem !important;
  font: .6771rem \5FAE\8F6F\96C5\9ED1 !important;
  top: 1.5625rem !important;
  left: -4.9479rem !important;
}

.contact_us-box #map img {
  max-width: inherit;
}

.contact_us-box .anchorBL {
  display: none;
}

.contact_us-box .bga {
  opacity: 1;
}

.contact_us-box .BMap_bubble_title {
  font-size: .8333rem;
  line-height: 1.25rem !important;
  white-space: inherit !important;
  font-weight: 700;
}

.contact_us-box .BMap_bubble_content {
  font-size: .625rem;
  line-height: 1.0417rem;
}

.contact_us-box .BMap_Marker>div {
  width: 1.0417rem !important;
  height: 1.3021rem !important;
}

.contact_us-box .BMap_Marker>div img {
  width: 7.1875rem !important;
  height: 3.4896rem !important;
  margin-left: -2.3958rem !important;
  margin-top: -1.0938rem !important;
}

.details-page .detail-top {
  margin-bottom: 1.5625rem;
  border-bottom: none;
  padding-bottom: 0rem;
}

.details-page .detail-top .title-s {
  max-width: none;
  font-size: 1.0417rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.25rem;
}

.details-page .detail-top .top-other {
  color: #999999;
  margin-top: 1.5625rem;
  background: #F4F7FE;
  padding: 0 .7813rem;
}

.details-page .detail-top .top-other .other-info {
  float: none;
  text-align: center;
  font-size: .7292rem;
  line-height: 2.0833rem;
}

.details-page .detail-top .top-other span {
  margin-right: 1.5625rem;
}

.details-page .detail-top .top-other a.hidden-sm.hidden-xs {
  margin-right: 1.5625rem;
}

.details-page .detail-top .top-other a:hover {
  color: #2361E6;
}

.details-page .main-cont {
  color: #333333;
  text-align: left;
}

.details-page .main-cont p,
.details-page .main-cont div {
  font-size: .8333rem;
  line-height: 1.6667rem;
  margin-bottom: .5208rem;
}

.details-page .main-cont p img,
.details-page .main-cont div img {
  width: 31.25rem !important;
}

.details-page .main-cont b {
  font-size: 1.0417rem;
  line-height: 1.6667rem;
}

.details-page .main-cont.dp-cont p img,
.details-page .main-cont.dp-cont div img {
  width: 100% !important;
}

.share-xl .social-share a {
  width: .9375rem;
  height: .9375rem;
}

.share-xl .social-share a.icon-wechat {
  background-size: 100% 100% !important;
}

.share-xl .social-share a.icon-weibo {
  background-size: 100% 100% !important;
}

.social-share .icon-wechat .wechat-qrcode {
  border: .0521rem solid #eee;
  z-index: 9999999;
  top: -10.6771rem;
  left: -3.3333rem;
  width: 8.3333rem;
  height: 10rem;
  font-size: .625rem;
  background-color: #fff;
  box-shadow: 0 .1042rem .5208rem #aaa;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  height: 1.3542rem;
  line-height: 1.3542rem;
  font-size: .625rem;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 5.4688rem;
  margin: .5208rem auto;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  line-height: .8333rem;
}

.details-page img {
  width: 100%;
}

.leader-xilan .img-box {
  float: left;
  padding-left: .7292rem;
  padding-bottom: .7813rem;
  padding-top: .7813rem;
  width: 11.5625rem;
  height: 15.9896rem;
  overflow: hidden;
  margin-right: 2.0833rem;
  position: relative;
}

.leader-xilan .img-box::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  top: 0;
  right: .8333rem;
  background: #EAF3FA;
}

.leader-xilan .img-box img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.leader-xilan .l-xilan-info {
  overflow: hidden;
  padding-top: .7813rem;
}

.leader-xilan .l-xilan-top {
  padding-left: 1.3021rem;
  margin-bottom: 1.8229rem;
  position: relative;
}

.leader-xilan .l-xilan-top::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: .2604rem;
  background: #2361E6;
}

.leader-xilan .l-xilan-top h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.4583rem;
  margin-bottom: .4688rem;
}

.leader-xilan .l-xilan-top p {
  font-size: .9375rem;
  color: #666666;
  line-height: 1.4583rem;
}

.leader-xilan ul li {
  padding-left: 1.3021rem;
  font-size: .8333rem;
  color: #333333;
  line-height: 1.3542rem;
  margin-bottom: .5729rem;
  position: relative;
}

.leader-xilan ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: .625rem;
  width: .7292rem;
  height: .1042rem;
  background: #0FBB78;
}

.leader-xilan ul li:last-child {
  margin-bottom: 0;
}

.leader-xilan .topimg {
  margin-bottom: 1.5625rem;
}

.leader-xilan .info p,
.leader-xilan .info div {
  font-size: .8333rem;
  color: #333333;
  line-height: 1.6667rem;
  margin-bottom: .5208rem;
}

.wz3-list li {
  border-bottom: .0521rem solid #E2E5EF;
}

.wz3-list li:last-child {
  margin-bottom: 2.6042rem;
}

.wz3-list a {
  padding-top: 1.5625rem;
  padding-bottom: 1.3021rem;
  display: block;
  padding-right: 4.1667rem;
  position: relative;
  background: #FFF;
  transition: all 0.5s;
}

.wz3-list a::before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.0625rem;
  height: 1.875rem;
  border-left: .0521rem solid #2361E6;
  background: url(/eportal/uiFramework/commonResource/image/2025090509280078678.png) no-repeat center center;
  background-size: 1.0938rem .7813rem;
}

.wz3-list a:hover {
  padding-left: 1.5625rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509121746355.png) no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
}

.wz3-list a:hover::before {
  border-left: .0521rem solid #fff;
  background: url(/eportal/uiFramework/commonResource/image/2025090509283536318.png) no-repeat center center;
  background-size: 1.0938rem .7813rem;
}

.wz3-list a:hover .title {
  color: #fff;
}

.wz3-list a:hover .desc {
  color: #fff;
}

.wz3-list a:hover .date {
  color: #fff;
  background: url(/eportal/uiFramework/commonResource/image/2025090509281452885.png) no-repeat left center;
  background-size: .8333rem .8333rem;
}

.wz3-list .title {
  font-size: 1.0417rem;
  color: #333333;
  line-height: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .4167rem;
}

.wz3-list .desc {
  font-size: .8333rem;
  color: #666666;
  line-height: 1.3542rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1.4583rem;
}

.wz3-list .date {
  font-size: .7292rem;
  color: #666666;
  line-height: .8333rem;
  padding-left: 1.1458rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509274085053.png) no-repeat left center;
  background-size: .8333rem .8333rem;
}

.tw-list li {
  margin-bottom: 2.0833rem;
}

.tw-list li:last-child {
  margin-bottom: 2.6042rem;
}

.tw-list li:nth-child(2n) a {
  background: #ffffff url(/eportal/uiFramework/commonResource/image/2025090509143193483.png) no-repeat left center;
  background-size: 20.3125rem 100%;
  padding-right: 0rem;
  padding-left: 1.5625rem;
}

.tw-list li:nth-child(2n) .img-box {
  float: right;
  margin-right: -0.0521rem;
  margin-left: 1.5625rem;
}

.tw-list a {
  display: block;
  height: 10.5208rem;
  background: #ffffff url(/eportal/uiFramework/commonResource/image/2025090509141946200.png) no-repeat right center;
  background-size: 20.3125rem 100%;
  border: .0521rem solid #E2E5EF;
  padding-top: .9375rem;
  padding-right: 1.5625rem;
}

.tw-list a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.tw-list a:hover .title {
  color: #2361E6;
}

.tw-list a:hover .info {
  overflow: hidden;
  position: relative;
  padding-left: 7.1354rem;
  padding-top: 1.1458rem;
}

.tw-list a:hover .info::before {
  left: 1.5625rem;
  transition: all 0.5s;
}

.tw-list a:hover .info::after {
  left: 1.5625rem;
  transition: all 0.5s;
}

.tw-list .img-box {
  float: left;
  width: 15.5208rem;
  height: 10.1042rem;
  background: #333333;
  box-shadow: 0rem 0rem 0.5208rem 0rem rgba(35, 97, 230, 0.1);
  margin-right: 1.5625rem;
  overflow: hidden;
  position: relative;
  margin-left: -0.0521rem;
}

.tw-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.tw-list .info {
  overflow: hidden;
  position: relative;
  padding-left: 7.1354rem;
  padding-top: 1.1458rem;
}

.tw-list .info::before {
  position: absolute;
  content: '';
  left: .7292rem;
  bottom: .2604rem;
  width: 2.0833rem;
  height: 2.0833rem;
  background: linear-gradient(-90deg, #2361e6, #0fbb78);
  z-index: 1;
  transition: all 0.5s;
}

.tw-list .info::after {
  position: absolute;
  content: '';
  left: .7292rem;
  bottom: .2604rem;
  width: 2.0833rem;
  height: 2.0833rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509284690703.png) no-repeat center center;
  background-size: .9375rem .625rem;
  z-index: 2;
  transition: all 0.5s;
}

.tw-list .date-box {
  position: absolute;
  left: 0;
  top: 1.1979rem;
  text-align: right;
}

.tw-list .date-box::before {
  position: absolute;
  content: '';
  width: 2.8125rem;
  height: .0521rem;
  right: -3.3854rem;
  top: .6771rem;
  background: #2361E6;
}

.tw-list .date-box div {
  font-size: .7292rem;
  color: #666666;
  line-height: 1;
}

.tw-list .date-box div:nth-child(1) {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2361E6;
  margin-bottom: .3125rem;
}

.tw-list .title {
  font-size: .9375rem;
  color: #333333;
  line-height: 1.4583rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .9375rem;
}

.tw-list .desc {
  font-size: .7292rem;
  color: #666666;
  line-height: 1.3542rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.0625rem;
}

.lw-list li {
  margin-bottom: 1.5625rem;
}

.lw-list li:last-child {
  margin-bottom: 2.6042rem;
}

.lw-list a {
  display: block;
  min-height: 3.125rem;
  background: #F7F9FC;
  border: .0521rem solid #E2E5EF;
  padding: .8333rem 1.5625rem;
  position: relative;
}

.lw-list a::before {
  position: absolute;
  content: '';
  width: .1042rem;
  height: 1.3542rem;
  background: #2361E6;
  left: 0;
  top: 0;
  transition: all 0.5s;
}

.lw-list a:hover::before {
  height: 100%;
  transition: all 0.5s;
}

.lw-list a:hover span {
  color: #2361E6;
}

.lw-list span {
  font-size: .9375rem;
  color: #333333;
  line-height: 1.3542rem;
}

.lw-list span:nth-child(2) {
  font-size: .8333rem;
  color: #666666;
}

.lw-tbale table {
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: middle;
  border: .0521rem solid #E5E5E5;
  border-radius: .2083rem;
}

.lw-tbale table th,
.lw-tbale table td {
  border: .0521rem solid #E5E5E5;
}

.lw-tbale thead {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #2361e6, #0fbb78);
}

.lw-tbale thead th {
  font-size: .8333rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.25rem;
  text-align: center;
  padding: .7292rem .1563rem;
}

.lw-tbale thead th:first-child {
  border-radius: .2083rem 0rem 0rem 0rem;
}

.lw-tbale thead th:last-child {
  border-radius: 0rem .2083rem 0rem 0rem;
}

.lw-tbale tbody tr {
  background: #FFFFFF;
}

.lw-tbale tbody tr:nth-child(2n) {
  background: #F2F6FE;
}

.lw-tbale tbody td {
  word-break: break-word;
  font-size: .7292rem;
  color: #333333;
  line-height: 1.0417rem;
  padding: 1.1458rem .7813rem;
  overflow: hidden;
}

.lw-tbale tbody td a {
  font-size: .7292rem;
}

.lw-tbale tbody td a:hover {
  color: #2361E6;
}

.ry-btn li {
  float: left;
  min-width: 6.25rem;
  padding: 0 1.6667rem;
  height: 1.9792rem;
  background: rgba(35, 97, 230, 0.1);
  border-radius: .9896rem 0rem .9896rem 0rem;
  margin-right: 1.5625rem;
  font-size: .9375rem;
  color: #2361E6;
  line-height: 1.9792rem;
  margin-bottom: 2.0833rem;
  cursor: pointer;
}

.ry-btn li a {
  display: block;
  font-size: .9375rem;
}

.ry-btn li:last-child {
  margin-right: 0;
}

.ry-btn li:hover,
.ry-btn li.active {
  color: #FFFFFF;
  background: linear-gradient(90deg, #2361e6, #0fbb78);
}

.ry-btn li a:hover {
  color: #fff;
}

.m30 {
  margin: 0 -1.5625rem;
}

.p30 {
  padding: 0 1.5625rem;
}

.ry-list-a {
  display: block;
  margin-bottom: 1.0417rem;
}

.ry-list-a .img-box {
  overflow: hidden;
  height: 13.0208rem;
  box-shadow: 0rem 0rem 0.5208rem 0rem rgba(35, 97, 230, 0.1);
  margin-bottom: .7813rem;
}

.ry-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.ry-list-a p {
  font-size: .9375rem;
  color: #333333;
  line-height: 1.25rem;
  text-align: center;
}

.ry-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ry-list-a:hover p {
  color: #2361E6;
}

.ry-list {
  overflow: hidden;
}

.ry-detail .info-top {
  background: #ffffff url(/eportal/uiFramework/commonResource/image/2025090509144719219.png) no-repeat right center;
  background-size: 75% 100%;
  box-shadow: 0rem 0rem 0.5208rem 0rem rgba(35, 97, 230, 0.1);
  border-radius: 2.0833rem 0rem 2.0833rem 0rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.8229rem;
}

.ry-detail .info-top::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: .3125rem;
  height: 7.1875rem;
  background: #2361E6;
}

.ry-detail .img-box {
  float: left;
  border-radius: 2.0833rem 0rem 0rem 0rem;
  overflow: hidden;
  width: 11.7708rem;
  height: 16.5625rem;
  margin-right: 2.6042rem;
}

.ry-detail .img-box img {
  width: 100%;
  height: 100%;
}

.ry-detail .info {
  overflow: hidden;
  padding-top: 2.1875rem;
  padding-right: 3.6458rem;
}

.ry-detail .info h3 {
  font-size: 1.3542rem;
  color: #2361E6;
  line-height: 1.5625rem;
  margin-bottom: 1.8229rem;
}

.ry-detail .info li {
  float: left;
  min-width: 50%;
  font-size: .8333rem;
  color: #333333;
  line-height: 1.25rem;
  margin-bottom: 1.0417rem;
}

.ry-detail .info li span {
  font-size: .8333rem;
  color: #666666;
}

.ry-detail .info li em {
  font-style: normal;
  font-size: inherit;
  color: #333;
}

.ry-detail .info-text b,
.ry-detail .info-text strong {
  display: block;
  padding-left: 1.0417rem;
  font-size: 1.0417rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.4583rem;
  padding-bottom: .7813rem;
  border-bottom: .0521rem solid #EEEEEE;
  margin-bottom: 1.0417rem;
  position: relative;
}

.ry-detail .info-text b::before,
.ry-detail .info-text strong::before {
  position: absolute;
  content: '';
  width: .1042rem;
  height: 1.0417rem;
  background: #2361E6;
  top: .2604rem;
  left: 0;
}

.ry-detail .info-text p {
  font-size: .8333rem;
  color: #666666;
  line-height: 1.6667rem;
}

.yjz-top {
  min-height: 13.75rem;
  background: #2361e6 url(/eportal/uiFramework/commonResource/image/2025090509150047324.png) no-repeat right center;
  background-size: 40% 100%;
  border-radius: .5208rem .5208rem 0rem 0rem;
  padding: 2.0833rem 2.0833rem;
}

.yjz-top h3 {
  font-size: 1.1458rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5625rem;
  padding-bottom: .9375rem;
  border-bottom: .0521rem solid #FFFFFF;
  position: relative;
  margin-bottom: 1.7708rem;
}

.yjz-top h3::before {
  position: absolute;
  content: '';
  width: .4688rem;
  height: .4688rem;
  border: .0521rem solid #FFFFFF;
  border-radius: 50%;
  background: #2361E6;
  left: 0;
  bottom: -0.2604rem;
}

.yjz-top .tip {
  font-size: .9375rem;
  color: #FFFFFF;
  line-height: 1.25rem;
  padding-left: .625rem;
  position: relative;
  margin-bottom: 1.0417rem;
}

.yjz-top .tip::before {
  position: absolute;
  content: '';
  width: .1042rem;
  height: .8854rem;
  background: #0FBB78;
  left: 0;
  top: .2083rem;
}

.yjz-top .yjfx-txt {
  font-size: .8333rem;
  color: #FFFFFF;
  line-height: 1.3542rem;
}

.yjz-flbtn {
  height: 4.1667rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.5208rem 0rem rgba(35, 97, 230, 0.1);
  border-radius: 0rem 0rem .5208rem .5208rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 2.0833rem;
}

.yjz-flbtn li {
  font-size: .9375rem;
  color: #333333;
  line-height: 1.3542rem;
  cursor: pointer;
  position: relative;
}

.yjz-flbtn li::before {
  position: absolute;
  content: '';
  left: .5208rem;
  right: .5208rem;
  height: .1042rem;
  bottom: -0.5208rem;
  opacity: 0;
  background: #2361E6;
  border-radius: 0rem .1042rem 0rem .1042rem;
}

.yjz-flbtn li a:hover,
.yjz-flbtn li.active a {
  color: #2361E6;
}

.yjz-flbtn li.active::before,
.yjz-flbtn li:hover::before {
  opacity: 1;
}

.yjcg-list li {
  border-bottom: .0521rem solid #E2E5EF;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.yjcg-list li:last-child {
  margin-bottom: 0;
}

.yjcg-list a {
  display: block;
}

.yjcg-list a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.yjcg-list a:hover .title {
  color: #2361E6;
}

.yjcg-list .img-box {
  float: left;
  width: 15.5208rem;
  height: 10.1042rem;
  border: .0521rem solid #E2E5EF;
  margin-right: 1.5625rem;
  overflow: hidden;
}

.yjcg-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.yjcg-list .info {
  overflow: hidden;
  padding-top: 1.0417rem;
}

.yjcg-list .title {
  font-size: .9375rem;
  color: #333333;
  line-height: 1.5625rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.125rem;
  margin-bottom: .8854rem;
}

.yjcg-list .desc {
  font-size: .7292rem;
  color: #666666;
  line-height: 1.3542rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.0625rem;
}

.yjz-zj .img-box {
  float: left;
  padding-right: .4167rem;
  padding-bottom: .4167rem;
  width: 10.3125rem;
  height: 13.5938rem;
  margin-right: 1.8229rem;
  position: relative;
}

.yjz-zj .img-box::before {
  position: absolute;
  content: '';
  top: .5208rem;
  left: .3646rem;
  right: 0;
  bottom: 0;
  background: #d6dff2 url(/eportal/uiFramework/commonResource/image/2025090509151357973.png) no-repeat right bottom;
  background-size: cover;
}

.yjz-zj .img-box img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.yjz-zj .info {
  overflow: hidden;
  padding-top: .9375rem;
}

.yjz-zj .info h4 {
  font-size: 1.0417rem;
  color: #333333;
  line-height: 1.3542rem;
  margin-bottom: .7813rem;
}

.yjz-zj .info h5 {
  font-size: .8333rem;
  color: #666666;
  line-height: 1.3542rem;
  padding-bottom: .4167rem;
  margin-bottom: 1.5625rem;
  position: relative;
}

.yjz-zj .info h5::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 2.1875rem;
  height: .1042rem;
  background: #2361E6;
}

.yjz-zj .group {
  margin-bottom: 1.0417rem;
}

.yjz-zj .group:last-child {
  margin-bottom: 0;
}

.yjz-zj .tip {
  font-size: .8333rem;
  font-weight: bold;
  color: #2361E6;
  line-height: 1;
  margin-bottom: .5208rem;
}

.yjz-zj .txt {
  font-size: .8333rem;
  line-height: 1.875rem;
  color: #333333;
}

.yjz-zj p {
  font-size: .8333rem;
  line-height: 1.875rem;
}

.yjz-zj p strong {
  font-weight: bold;
  color: #2361E6;
  font-size: inherit;
}

.yjz-yjxm li {
  padding-bottom: 1.1458rem;
  margin-bottom: 1.1458rem;
  border-bottom: .0521rem solid #F2F2F2;
}

.yjz-yjxm li:last-child {
  margin-bottom: 0;
}

.yjz-yjxm a {
  display: block;
  padding-left: 1.1458rem;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 2.9167rem;
}

.yjz-yjxm a::before {
  position: absolute;
  content: '';
  left: 0;
  top: .4167rem;
  width: .1042rem;
  height: 2.1875rem;
  background: #2361E6;
}

.yjz-yjxm a>div {
  font-size: .8333rem;
  color: #333333;
  line-height: 1.4583rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.yjz-yjxm a:hover>div {
  color: #2361E6;
}

.yjz-rytp-list .group-title {
  padding-left: 2.4479rem;
  padding-bottom: .9896rem;
  font-size: 1.0417rem;
  font-weight: bold;
  color: #333333;
  border-bottom: .0521rem solid #E5E5E5;
  margin-bottom: 2.0833rem;
  margin-top: 2.0833rem;
  background: url(/eportal/uiFramework/commonResource/image/2025090509290023120.png) no-repeat left top;
  background-size: 1.7188rem 1.3542rem;
}

.yjz-rytp-list .zyj-ry-a {
  display: block;
}

.yjz-rytp-list .img-box {
  float: left;
  width: 8.8542rem;
  height: 11.7708rem;
  margin-right: 1.25rem;
  border: .0521rem solid #E5E5E5;
  overflow: hidden;
}

.yjz-rytp-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.yjz-rytp-list .info {
  overflow: hidden;
  padding-top: .3646rem;
}

.yjz-rytp-list .name {
  font-size: 1.0417rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.3542rem;
  margin-bottom: 1.1458rem;
}

.yjz-rytp-list .name span {
  padding-left: .5208rem;
  color: #2361E6;
  font-weight: 400;
}

.yjz-rytp-list ul li {
  line-height: 1;
  font-size: 0;
  margin-bottom: .5208rem;
}

.yjz-rytp-list ul li:last-child {
  margin-bottom: 0;
}

.yjz-rytp-list ul span {
  font-size: .8333rem;
  color: #666666;
  line-height: 1.3542rem;
}

.yjz-rytp-list ul p {
  font-size: .8333rem;
  color: #333333;
  line-height: 1.3542rem;
}

.lw-tbale .table {
  border: 0.0521rem solid #E5E5E5;
  border-radius: 0.2083rem;
  overflow: hidden;
}

.lw-tbale .thead {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #2361e6, #0fbb78);
}

.lw-tbale .thead li {
  display: table;
  width: 100%;
}

.lw-tbale .thead li div {
  display: table-cell;
  font-size: .8333rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.25rem;
  text-align: center;
  padding: 0.7292rem 0.1563rem;
  border-right: 0.0521rem solid #E5E5E5;
}

.lw-tbale .thead li div:last-child {
  border-right: none;
}

.lw-tbale .tbody li {
  display: table;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 0.0521rem solid #E5E5E5;
}

.lw-tbale .tbody li:last-child {
  border-bottom: none;
}

.lw-tbale .tbody li:nth-child(2n) {
  background: #F2F6FE;
}

.lw-tbale .tbody li div {
  display: table-cell;
  word-break: break-word;
  font-size: .7292rem;
  color: #333333;
  line-height: 1.0417rem;
  padding: 1.1458rem 0.7813rem;
  overflow: hidden;
  border-right: 0.0521rem solid #E5E5E5;
}

.lw-tbale .tbody li div a {
  font-size: .7292rem;
}

.lw-tbale .tbody li div a:hover {
  color: #2361E6;
}

.lw-tbale .tbody li div:last-child {
  border-right: 0;
}

.right-top .bread-crumbs .bread-item a:after {
  display: none !important;
}





/* 汇联后台 样式修改 */
body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
tbody,
tr,
th,
td,
input,
textarea {
  font-family: inherit !important;
  /* font-size: inherit !important; */
}

.link-cont .col-sm-4.p35 .col-sm-4.p35 {
  width: 100%;
  padding: 0;
}

.NormalRed {
  display: inline-block;
  font-family: FontAwesome;
  font-size: .8333rem;
  padding-left: 0.4167rem;
  padding-right: 0.4167rem;
  background: #0FBB78;
  border: 0.0521rem solid #0FBB78;
  color: #fff;
  height: 2.0833rem;
  min-width: 2.0833rem;
  line-height: 2.0833rem;
  margin-left: 0.2042rem;
  margin-right: 0.2042rem;
  text-align: center;
  border-radius: 50%;
}

.NormalRed:hover {
  background: #0FBB78;
  border: 0.0521rem solid #0FBB78;
  color: #fff;
}

.comp-pages .page-pc span {
  display: none !important;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  height: 5.4688rem;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table tr {
  height: auto !important;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table tr td {
  width: auto !important;
}

.yjz-flbtn li a {
  display: block;
  font-size: inherit;
}

.toggle {
  display: none !important;
  position: absolute;
  cursor: pointer;
  top: 20px;
  z-index: 9980;
  min-height: 24px;
  top: 0;
  right: 0;
  cursor: pointer;
  box-sizing: content-box;
  font-size: 20px;
}

.yjz-rytp-list .row .hjnm-col {
  margin-bottom: 20px;
}
.yjz-rytp-list .row .col-sm-6:nth-child(2n+1) {
  clear: left;
}