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

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

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

/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 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: #F5F8FC;
}

.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}

.comp-text-list-01 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #1F5CC8;
}

.comp-text-list-01 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}

/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}

.comp-text-list-02 .box-s {
  background: #F5F8FC;
  padding: 20px 30px;
  color: #666666;
}

.comp-text-list-02 .box-s:hover .box-title {
  color: #1F5CC8;
  font-weight: bold;
}

.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}

.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}

.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}

/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}

.comp-text-list-03 .box-s {
  color: #666666;
}

.comp-text-list-03 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333333;
  background: #F5F8FC;
}

.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}

.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}

.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}

.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}

.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #F5F8FC;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}

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

.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  /* background-image: url("comm-img-01.png"); */
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}

.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
}

/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}

.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}

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

.comp-text-list-05 .box-s:hover .box-more {
  background-color: #1F5CC8;
  /* background-image: url("comm-img-04.png"); */
}

.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}

.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
}

.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  /* background-image: url("comm-img-03.png"); */
}

/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}

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

.comp-text-list-06 .box-s:before {
  background-color: #1F5CC8;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}

.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}

.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}

/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666666;
}

.comp-text-list-07 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-text-list-07 .box-s .box-date {
  color: #333333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}

.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}

.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}

.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}

.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}

.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}

.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

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

.comp-image-text-list-01 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background-image: url("comm-img-06.png"); */
  background-position: bottom center;
  background-repeat: repeat-x;
}

.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}

/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}

.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

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

.comp-image-text-list-02 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-02 .box-s .box-info {
  background: #F5F8FC;
  padding: 20px;
}

.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

.comp-image-text-list-02 .box-s .box-date {
  /* background: url("comm-img-07.png") no-repeat left center;/ */
  padding-left: 22px;
  margin-top: 10px;
}

/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}

.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

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

.comp-image-text-list-03 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}

.comp-image-text-list-03 .box-s .box-title {
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}

/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}

.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-04 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}

.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}

.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.comp-image-text-list-04 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}

.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}

/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}

.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-05 .box-s:hover .box-title {
  color: #1F5CC8;
}

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

.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}

.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}

.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}

.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}

.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}

.comp-image-text-list-05 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}

.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}

.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  /* background: url("comm-img-08.png") no-repeat right center; */
  padding-right: 45px;
  color: #333333;
}

/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}

.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-06 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}

.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}

.comp-image-text-list-06 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}

.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}

.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}

/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}

.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-07 .box-s:hover .box-title {
  color: #1F5CC8;
}

.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}

.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}

.comp-image-text-list-07 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}

.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}

.comp-image-text-list-07 .box-s .box-date {
  float: left;
  /* background: url("comm-img-09.png") no-repeat left center; */
  padding-left: 25px;
}

.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  /* background: url("comm-img-10.png") no-repeat; */
}

/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}

.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}

.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}

.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #1F5CC8;
}

.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}

.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

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

.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}

.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #F5F8FC;
}

.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #1F5CC8;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}

.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}

/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #1F5CC8;
}

.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

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

.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.comp-personnel-list-02 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.comp-personnel-list-02 .box-s .box-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}

/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.comp-personnel-list-03 .box-s:hover .box-title {
  color: #1F5CC8;
}

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

.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}

.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

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

.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}

.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}

.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #1F5CC8;
  display: block;
  margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}

.comp-personnel-list-03 .box-s .box-other {
  color: #666666;
  margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}

.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-image: url("comm-arrow.png"); */
}

@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}

/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #1F5CC8;
}

.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}

.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

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

.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.comp-personnel-list-04 .box-s .box-title {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}

.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}

.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #1F5CC8;
}

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

.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}

.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

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

.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}

.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}

.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #1F5CC8;
}

.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-txt>div {
  float: left;
  margin-right: 20px;
}

.comp-personnel-list-05 .box-s .box-txt>div:last-child {
  margin-right: 0;
}

.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}

/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  /* background: url("comm-arrow2.png") no-repeat left center; */
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}

.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}

.comp-personnel-list-06 .box-s:hover {
  color: #1F5CC8;
}

/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}

.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}

.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}

.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}

.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}

.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}

.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row>div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}

.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}

.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}

.comp-personnel-details-01 .info-groups .info-txt {
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-01 .details-info {
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}

.comp-personnel-details-01 .info-top {
  padding: 0;
  margin-bottom: 50px;
  background: none;
  min-height: auto;
}

.comp-personnel-details-01 .info-top .box-img {
  float: left;
  position: static;
  width: 400px;
  height: 287px;
  margin-right: 40px;
  border-radius: 4px;
}

.comp-personnel-details-01 .info-top .box-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.comp-personnel-details-01 .info-top .box-info {
  overflow: hidden;
  color: #666666;
}

.comp-personnel-details-01 .info-top .box-info .yq-name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-bottom: 22px;
}

.comp-personnel-details-01 .info-top .box-info li {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 17px;
}

.comp-personnel-details-01 .info-top .box-info li:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-01 .info-top .box-info li>div {
  float: left;
}

.comp-personnel-details-01 .info-top .box-info li>div:first-child {
  min-width: 85px;
  font-weight: bold;
}

.comp-personnel-details-01 .info-top .box-info li span {
  font-weight: bold;
  color: #FFA200;
  padding: 0 20px 0 5px;
}

.comp-personnel-details-01 .info-groups {
  margin-bottom: 30px;
}

.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 30px;
}

.comp-personnel-details-01 .info-groups strong {
  display: block;
  font-size: 16px;
  position: relative;
  background: none;
  border-left: none;
  border-bottom: 1px solid #E2E5EF;
  padding: 0 0 5px 0;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 30px;
}

.comp-personnel-details-01 .info-groups strong::before {
  position: absolute;
  content: '';
  left: 0;
  width: 64px;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(-90deg, #0F54B3, #1476E5);
}

.comp-personnel-details-01 .info-groups p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}

.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}

.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}

.comp-personnel-details-02 .info-top .top-title>div {
  float: left;
  margin-right: 20px;
}

.comp-personnel-details-02 .info-top .top-title>div:last-child {
  margin-right: 0;
}

.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}

.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #F5F8FC;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}

.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}

.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}

.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}

.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}

.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}

.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}

.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row>div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}

.comp-personnel-details-02 .info-other {
  background: #F5F8FC;
  padding: 30px;
  font-size: 15px;
}

.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}

/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}

.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}

.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}

.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}

.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}

.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}

.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}

.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}

.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}

.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}

.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}

/*分页*/
.comp-pages {
  padding-top: 35px;
}

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

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

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

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

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

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

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

.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #1F5CC8;
  border: 1px solid #1F5CC8;
  color: #fff;
}

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

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

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

/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}

.details-page 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 {
  line-height: 2;
}

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

.details-page .main-cont h1 {
  color: #0F56BA;
  font-size: 24px;
  margin: 0 auto 30px;
  line-height: 1.4;
  text-align: center;
  max-width: 80%;
}

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

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

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

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}

.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}

.share-xl .social-share a.icon-wechat {
  background: url("/eportal/uiFramework/commonResource/image/2025091817413233929.png");
  background-size: contain;
}

.share-xl .social-share a.icon-weibo {
  background: url("/eportal/uiFramework/commonResource/image/2025091817411852081.png");
  background-size: contain;
}

/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}

.bread-crumbs.bread-crumbs-02 .bread-item>span:before {
  content: '\f101';
}

.bread-crumbs.bread-crumbs-03 .bread-item>span:before {
  content: '|';
}

.bread-crumbs.bread-crumbs-04 .bread-item>span:before {
  content: '/';
}

.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}

.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}

.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}

.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}

.bread-crumbs .bread-item-groups {
  line-height: 30px;
}

.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}

.bread-crumbs .bread-item a {
  color: #677588;
}

.bread-crumbs .bread-item a.cur {
  color: #1F5CC8;
}

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

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

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

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

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

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

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

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

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

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

.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #1F5CC8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comp-banner .owl-dots .owl-dot.active {
  background-color: #1F5CC8;
}

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

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

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

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

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

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

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

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

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

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

  100% {
    width: 100%;
  }
}

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

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

/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}

.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}

.container {
  *zoom: 1;
}

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

@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}

body {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, PingFangSC-Regular, sans-serif;
}

.search-box a {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #2056AD url(/eportal/uiFramework/commonResource/image/2025091817405124784.png) no-repeat center center;
  transition: all 0.5s;
}

.search-box a:hover,
.search-box a:active {
  transition: all 0.5s;
  background: #3E8D49 url(/eportal/uiFramework/commonResource/image/2025091817405124784.png) no-repeat center center;
}

.top-search {
  background: #333;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.top-search .search-cont {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top-search .s-inp {
  border: none;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  color: #fff;
  padding: 0 40px 0 5px;
}

.top-search .s-btn {
  background: url(/eportal/uiFramework/commonResource/image/2025091817405124784.png) no-repeat center center;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 10px;
}

.top-search .search-cont input[type="text"]::-webkit-input-placeholder {
  color: #fff !important;
}

.top-search .search-cont input[type="text"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
}

.top-search .search-cont input[type="text"]::first-line {
  color: #ffffff;
}

.header {
  background: #FFF url(/eportal/uiFramework/commonResource/image/2025091817362571827.png) repeat-x center bottom;
  padding: 26px 0 25px 0;
}

.header img {
  display: block;
}

.header .header-logo {
  float: left;
  max-width: 856px;
}

.header-other {
  padding-top: 13px;
  float: right;
}

.header-other li {
  float: left;
}

.header-other li:first-child {
  margin-right: 45px;
  position: relative;
}

.header-other li:first-child::before {
  position: absolute;
  content: '';
  right: -20px;
  top: 13px;
  width: 1px;
  height: 20px;
  background: #E8E8E8;
}

.header-other .header-a {
  display: block;
  color: #2056AD;
  line-height: 43px;
}

.header-other .header-a:hover {
  color: #3E8D49;
  text-decoration: underline;
}

.header-a-ph {
  display: none;
}

.index-top-img {
  width: 100%;
}

.index-top-img img {
  width: 100%;
  height: 100%;
}

.index-top-ph {
  display: none;
}

/*nav*/
nav.navbar.bootsnav {
  min-height: 60px;
  background: #0F56BA;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
}

nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}

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

nav.navbar.bootsnav ul.nav>li::before {
  position: absolute;
  content: '';
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(235, 246, 251, 0.1);
}

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

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

nav.navbar.bootsnav ul.nav>li>a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFA200;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}

nav.navbar.bootsnav ul.nav>li>a::after {
  position: absolute;
  content: '';
  left: 50%;
  width: 0;
  bottom: 0px;
  height: 3px;
  background: #FFA200;
  transition: all 0.5s;
}

nav.navbar.bootsnav ul.nav>li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus,
nav.navbar.bootsnav ul.nav>li.active>a:hover,
nav.navbar.bootsnav ul.nav>li.active>a:focus,
nav.navbar.bootsnav ul.nav>li.active>a,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a {
  background-color: transparent !important;
  color: #FFFFFF !important;
}

nav.navbar.bootsnav ul.nav>li>a:hover::before,
nav.navbar.bootsnav ul.nav>li>a:focus::before,
nav.navbar.bootsnav ul.nav>li.active>a:hover::before,
nav.navbar.bootsnav ul.nav>li.active>a:focus::before,
nav.navbar.bootsnav ul.nav>li.active>a::before,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a::before {
  opacity: 1;
  transition: 0.5s;
}

nav.navbar.bootsnav ul.nav>li>a:hover::after,
nav.navbar.bootsnav ul.nav>li>a:focus::after,
nav.navbar.bootsnav ul.nav>li.active>a:hover::after,
nav.navbar.bootsnav ul.nav>li.active>a:focus::after,
nav.navbar.bootsnav ul.nav>li.active>a::after,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a::after {
  left: 0%;
  width: 100%;
  transition: all 0.5s;
}

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

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 8px 14px;
  line-height: 24px;
  background: #0F56BA;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover {
  background-color: #0676DF;
}

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

.stzx-sm-7 {
  width: 61.85%;
}

.stzx-sm-5 {
  width: 38.15%;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.stzx-sm-7-timg {
  width: 63.01%;
}

.stzx-sm-5-timg {
  width: 36.99%;
}

.title-box {
  border-top: 5px solid #0F56BA !important;
  border: 1px solid #EFEFEF;
  border-left: 0;
  background: url(/eportal/uiFramework/commonResource/image/2025091817383599324.png) no-repeat bottom center;
  background-size: 100% auto;
  position: relative;
  margin-bottom: 25px;
}

.title-box .title-l {
  overflow: hidden;
  float: left;
  padding: 10px 25px 14px;
  background: #0F56BA;
}

.title-box .i-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  cursor: pointer;
}

.title-box img {
  max-width: 28px;
  max-height: 28px;
  margin-right: 12px;
}

.title-box div,
.title-box img {
  float: left;
}

.title-box .title-more {
  position: absolute;
  right: 23px;
  top: 15px;
  font-size: 14px;
  color: #4C5462;
  line-height: 24px;
}

.title-box .title-more:hover {
  color: #0F56BA;
}

.index-box1 {
  margin-top: 20px;
}

.index-box1 .title-box {
  border: none !important;
  padding: 0;
  background: none;
  position: relative;
  margin-bottom: 27px;
}

.index-box1 .title-box .i-title {
  color: #FFFFFF;
}

.box1-img {
  display: block;
  height: 493px;
  overflow: hidden;
}

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

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

.box1-l-cont {
  min-height: 493px;
  padding: 40px 30px 30px 30px;
  background: url(/eportal/uiFramework/commonResource/image/2025091817331096261.png) no-repeat center center;
  background-size: cover !important;
}

.box1-l-cont .box1-desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  height: 288px;
}

.box1-l-cont .box1-more {
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 30px;
}

.index-box2 {
  margin-top: 20px;
}

.index-box2 .owl-dots {
  position: absolute;
  right: 22px;
  bottom: 27px;
}

.index-box2 .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 10px;
}

.index-box2 .owl-dots .active {
  background: #FFA200;
}

.index-box2 .notice-box .title-box {
  border: none !important;
  background-color: #0F56BA;
  background-image: none;
  margin-bottom: 0;
  padding: 15px 25px 16px 30px;
}

.index-box2 .notice-box .title-box .i-title {
  color: #FFFFFF;
}

.index-box2 .notice-box .title-box .title-more {
  color: #FFFFFF;
  right: 25px;
  top: 18px;
}

.index-box2 .notice-box .title-box .title-more:hover {
  color: #FFA200;
}

.news-a {
  display: block;
  position: relative;
}

.news-a .img-box {
  height: 487px;
  overflow: hidden;
}

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

.news-a .lunb-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 26px;
  padding: 22px 180px 22px 20px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.notice-list {
  border: 1px solid #EBEBEB;
  border-top: none;
  background: url(/eportal/uiFramework/commonResource/image/2025091817400890006.png) no-repeat bottom center;
  background-size: 100% auto;
  overflow: hidden;
  padding: 30px;
}

.marquee-box {
  overflow: hidden;
  max-height: 457px;
}

.notice-ul li {
  border-bottom: 1px dashed #EBEBEB;
  padding-bottom: 24px;
  margin-bottom: 22px;
}

.notice-ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.notice-ul li:hover .notice-a {
  display: block;
}

.notice-ul li:hover .notice-a .notice-title {
  color: #0F56BA;
}

.notice-a {
  display: block;
}

.notice-a .notice-title {
  font-size: 16px;
  color: #515151;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 10px;
}

.notice-a .notice-date {
  padding-left: 22px;
  background: url(/eportal/uiFramework/commonResource/image/2025091817402364523.png) no-repeat left center;
  font-size: 14px;
  color: #848383;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-box3 {
  margin-top: 20px;
  border: 1px solid #EBEBEB;
}

.index-box3 .title-box {
  border-left: 0;
  border-right: 0;
}

.index-box3 .title-box .title-more {
  right: 20px;
}

.index-box3 .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -48px;
}

.index-box3 .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background: #D7D7D7;
  border-radius: 50%;
  margin: 0 5px;
}

.index-box3 .owl-dots .active {
  background: #FFA200;
}

.device-cont {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 86px;
}

.device-a {
  min-height: 298px;
  display: block;
  border: 1px solid #EFEFEF;
  padding: 12px 11px 18px 11px;
  position: relative;
}

.device-a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 0;
  height: 6px;
  background: #FFA200;
  transition: all 0.5s;
}

.device-a .img-box {
  height: 190px;
  overflow: hidden;
  margin-bottom: 16px;
}

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

.device-a .lunb-title {
  font-size: 16px;
  color: #515151;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  text-align: center;
  padding-left: 18px;
  padding-right: 15px;
}

.device-a:hover::before {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}

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

.device-a:hover .lunb-title {
  color: #FFA200;
}

.index-box4 {
  margin-top: 26px;
  margin-bottom: 30px;
}

.m11 {
  margin: 0 -11px;
}

.p11 {
  padding: 0 11px;
}

@keyframes bgpulse {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.28, 1.28, 1.28);
    transform: scale3d(1.28, 1.28, 1.28);
  }
}

.box4-a {
  display: block;
  position: relative;
}

.box4-a:hover .box4-icon {
  margin-left: 20px;
  transition: all 0.5s;
}

.box4-a .img-box {
  height: 248px;
  overflow: hidden;
}

.box4-a .img-box img {
  width: 100%;
  height: 100%;
  animation: bgpulse 18s infinite linear;
}

.box4-a::before {
  position: absolute;
  content: '';
  left: 18px;
  right: 18px;
  top: 20px;
  bottom: 20px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.box4-a .box4-t-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  right: 70px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 36px;
}

.box4-a .box4-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box4-a .box4-icon {
  margin-top: 22px;
  width: 31px;
  height: 31px;
  background: url(/eportal/uiFramework/commonResource/image/2025091817365928803.png) no-repeat center center;
  transition: all 0.5s;
}

.footer {
  border-top: 7px solid #0F56BA;
  background: #ebeef3;
  padding: 33px 0 67px 0;
}

.footer .f-link {
  padding-left: 35px;
  background: url(/eportal/uiFramework/commonResource/image/2025091817345156799.png) no-repeat left 0px;
  border-bottom: 1px solid #D5DAE4;
  padding-bottom: 27px;
  margin-bottom: 50px;
}

.footer .f-link li {
  float: left;
  margin-right: 45px;
  position: relative;
}

.footer .f-link li::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  background: #6d6d6e;
  top: 6px;
  right: -23px;
}

.footer .f-link li:first-child {
  margin-right: 20px;
}

.footer .f-link li:first-child::before {
  display: none;
}

.footer .f-link li:last-child {
  margin-right: 0px;
}

.footer .f-link li:last-child::before {
  display: none;
}

.footer .f-link span,
.footer .f-link a {
  display: inline-block;
  font-size: 16px;
  color: #515151;
  line-height: 26px;
}

.footer .f-link a:hover {
  color: #0F56BA;
}

.footer .f-logo {
  float: left;
  width: 321px;
  margin-right: 50px;
}

.footer .f-logo img {
  max-width: 100%;
  display: block;
}

.footer .f-info {
  overflow: hidden;
  padding-top: 12px;
}

.footer .f-info span,
.footer .f-info a {
  display: inline-block;
  font-size: 15px;
  color: #515151;
  line-height: 36px;
  margin: 0 8px;
}

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

.stzx-ny-box {
  min-height: calc(100vh - 475px);
  padding: 30px 0 50px 0;
}

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

.other-menu .menu-title {
  background: url(/eportal/uiFramework/commonResource/image/2025091817395435764.png) no-repeat center;
  border-radius: 6px;
  background-size: cover;
  min-height: 70px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  padding: 20px 25px;
  border-bottom: none;
  margin-bottom: 15px;
}

.other-menu .menu-cont {
  background: #fff;
}

.other-menu .menu-cont .box-a {
  border-bottom: none;
  margin-bottom: 6px;
  background: #E4EFFF;
  border-radius: 6px;
}

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

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

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

.other-menu .menu-cont .box-a:hover .a-title:after,
.other-menu .menu-cont .box-a.active .a-title:after {
  background: url(/eportal/uiFramework/commonResource/image/2025091817325831770.png) no-repeat center right;
}

.other-menu .menu-cont .a-title {
  padding: 14px 40px 14px 40px;
  font-weight: bold;
  color: #2D303B;
  line-height: 22px;
}

.other-menu .menu-cont .a-title::before {
  left: 25px;
  width: 5px;
  height: 15px;
  background: #0854BC;
  border-radius: 3px;
}

.other-menu .menu-cont .a-title:after {
  content: '';
  width: 7px;
  height: 13px;
  right: 25px;
  top: 19px;
  background: url(/eportal/uiFramework/commonResource/image/2025091817324333578.png) no-repeat center right;
}

.ny-right {
  background: #FFFFFF;
  padding: 0 30px 20px 30px;
  box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
  border-radius: 6px;
  position: relative;
  min-height: -moz-calc(100vh - 558px);
  min-height: -webkit-calc(100vh - 558px);
  min-height: calc(100vh - 558px);
}

.ny-right::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 69px;
  background: linear-gradient(0deg, rgba(235, 247, 251, 0) 0%, #ebf7fb 100%);
}

.right-top {
  border-bottom: 1px solid #E2E5EF;
  padding-top: 24px;
  padding-bottom: 22px;
  margin-bottom: 40px;
}

.right-top .ny-r-title {
  float: left;
  color: #333333;
  font-weight: bold;
  line-height: 26px;
  position: relative;
}

.right-top .ny-r-title::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -23px;
  height: 4px;
  background: linear-gradient(-90deg, #0F54B3, #1476E5);
}

.right-top .bread-crumbs {
  float: right;
  color: #717583;
}

.right-top .bread-crumbs .bread-item-groups {
  line-height: 26px;
}

.right-top .bread-crumbs .bread-item a {
  color: #717583;
  font-size: 14px;
}

.right-top .bread-crumbs .bread-item>span:before {
  color: #717583;
}

.right-top .bread-crumbs .bread-item a.cur {
  color: #0F56BA;
}

.fy-box {
  margin-top: 40px;
}

.comp-pages {
  padding-top: 0px;
  padding-bottom: 30px;
}

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #EBEBEB;
}

.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #0F56BA;
  border: 1px solid #0F56BA;
  color: #fff;
}

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

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

.tp-a {
  display: block;
  margin-bottom: 30px;
  min-height: 284px;
  border: 1px solid #EFEFEF;
  padding: 12px 11px 18px 11px;
  position: relative;
}

.tp-a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 0;
  height: 6px;
  background: #FFA200;
  transition: all 0.5s;
}

.tp-a .img-box {
  height: 178px;
  overflow: hidden;
  margin-bottom: 14px;
}

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

.tp-a .tp-title {
  font-size: 16px;
  color: #515151;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.tp-a:hover::before {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}

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

.tp-a:hover .tp-title {
  color: #FFA200;
}

.pe1-list .col-sm-6:nth-child(2n+1) {
  clear: left;
}

.m20 {
  margin: 0 -20px;
}

.p20 {
  padding: 0 20px;
}

.pe1-cont {
  min-height: 206px;
  margin-left: 50px;
  margin-bottom: 40px;
  padding: 34px 20px 30px 110px;
  position: relative;
  background: #FFFFFF url(/eportal/uiFramework/commonResource/image/2025091817403952921.png) no-repeat 93% 88%;
  box-shadow: 0px 0px 10px 0px rgba(40, 68, 107, 0.13);
  border-radius: 6px;
}

.pe1-cont .img-box {
  position: absolute;
  left: -50px;
  top: 20px;
  bottom: 20px;
  width: 120px;
  height: 166px;
  border-radius: 6px;
  overflow: hidden;
}

.pe1-cont .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: all 0.5s;
}

.pe1-cont .p1-name {
  font-size: 22px;
  color: #0F56BA;
  line-height: 26px;
  margin-bottom: 22px;
}

.pe1-cont ul li {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 7px;
}

.pe2-cont {
  background: #FFFFFF url(/eportal/uiFramework/commonResource/image/2025091817403952921.png) no-repeat 98% 5%;
  box-shadow: 0px 0px 10px 0px rgba(40, 68, 107, 0.1);
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 30px 30px 40px 30px;
}

.pe2-cont .img-box {
  float: left;
  width: 180px;
  height: 250px;
  margin-right: 40px;
  border-radius: 6px;
  position: relative;
}

.pe2-cont .img-box::before {
  position: absolute;
  content: '';
  width: 180px;
  height: 250px;
  background: #C8F1FF;
  border-radius: 6px;
  right: -10px;
  bottom: -10px;
}

.pe2-cont .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
}

.pe2-cont .pe2-info {
  overflow: hidden;
}

.pe2-cont .p2-name {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 14px;
}

.pe2-cont .p2-name span:first-child {
  font-size: 20px;
  padding-right: 10px;
}

.pe2-cont .p2-desc {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}

.wz-list li {
  padding: 17px 0;
}

.wz-list li:nth-child(2n+1) {
  background: #F8F8F8;
}

.wz-list li:hover {
  background: #E4EFFF;
}

.wz-list li:hover .wz-title {
  color: #0F56BA;
}

.wz-list li:hover .wz-date {
  color: #0F56BA;
}

.wz-list li:last-child {
  margin-bottom: 20px;
}

.wz-list .wz-a {
  display: block;
  position: relative;
}

.wz-list .wz-title {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 130px 0 40px;
  position: relative;
}

.wz-list .wz-title::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #0F56BA;
  border-radius: 50%;
  left: 20px;
  top: 10px;
}

.wz-list .wz-title[data-v-no] {
  white-space: inherit;
  padding: 0 30px 0 40px;
}

.wz-list .wz-date {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}

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

.details-page .detail-top .title-s {
  max-width: 750px;
  color: #0F56BA;
  line-height: 26px;
}

.details-page .detail-top .top-other {
  color: #0F56BA;
  margin-top: 28px;
  background: #E4EFFF;
  padding: 0 20px;
}

.details-page .detail-top .top-other .other-info {
  font-size: 14px;
  line-height: 50px;
}

.details-page .detail-top .top-other .other-info span {
  margin-right: 30px;
}

.details-page .detail-top .top-other .other-share {
  line-height: 50px;
}

.details-page .detail-top .top-other .other-share .share.share-xl a:first-child {
  margin-right: 15px;
}

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

.details-page .main-cont p {
  line-height: 2.5;
}

.details-page .main-cont[data-v-dp] p {
  margin-bottom: 40px;
  margin-top: -10px;
}

.details-page .main-cont[data-v-dp] p:last-child {
  margin-bottom: 10px;
}

.details-page .cont-page {
  margin-top: 42px;
  border-top: 1px solid #DFDFDF;
  padding-top: 34px;
  line-height: 30px;
  padding-bottom: 15px;
}

.details-page .cont-page .a-page {
  margin-bottom: 0px;
}

.call-us {
  padding-bottom: 30px;
}

.call-cont {
  overflow: hidden;
  background: #E4EFFF;
  float: left;
  width: 42%;
  min-height: 350px;
}

.call-cont ul {
  padding: 50px 30px 20px 60px;
}

.call-cont li {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  padding-left: 35px;
  margin-bottom: 20px;
}

.call-cont li:nth-child(1) {
  background: url(/eportal/uiFramework/commonResource/image/2025091817332372767.png) no-repeat left 0px;
}

.call-cont li:nth-child(2) {
  background: url(/eportal/uiFramework/commonResource/image/2025091817334256232.png) no-repeat left 0px;
}

.call-cont li:nth-child(3) {
  background: url(/eportal/uiFramework/commonResource/image/2025091817335575164.png) no-repeat left 0px;
}

.call-cont li:nth-child(4) {
  background: url(/eportal/uiFramework/commonResource/image/2025091817341123936.png) no-repeat left 0px;
}

.call-cont li:nth-child(5) {
  background: url(/eportal/uiFramework/commonResource/image/2025091817342435539.png) no-repeat left 0px;
}

.call-cont li:nth-child(6) {
  margin-bottom: 0;
  background: url(/eportal/uiFramework/commonResource/image/2025091817343653529.png) no-repeat left 0px;
}

.map {
  float: left;
}

.comp-personnel-details-01 .info-top {
  padding: 0;
  margin-bottom: 42px;
  background: none;
  min-height: auto;
}

.comp-personnel-details-01 .info-top .box-img {
  float: left;
  position: static;
  width: 400px;
  height: 287px;
  margin-right: 40px;
  border-radius: 4px;
}

.comp-personnel-details-01 .info-top .box-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.comp-personnel-details-01 .info-top .box-info {
  overflow: hidden;
  color: #666666;
}

.comp-personnel-details-01 .info-top .box-info .yq-name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-bottom: 22px;
}

.comp-personnel-details-01 .info-top .box-info li {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 17px;
}

.comp-personnel-details-01 .info-top .box-info li:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-01 .info-top .box-info li>div {
  float: left;
}

.comp-personnel-details-01 .info-top .box-info li>div:first-child {
  min-width: 85px;
  font-weight: bold;
}

.comp-personnel-details-01 .info-top .box-info li span {
  font-weight: bold;
  color: #FFA200;
  padding: 0 20px 0 5px;
}

.comp-personnel-details-01 .info-groups {
  margin-bottom: 30px;
}

.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 30px;
}

.comp-personnel-details-01 .info-groups strong {
  display: block;
  font-size: 16px;
  position: relative;
  background: none;
  border-left: none;
  border-bottom: 1px solid #E2E5EF;
  padding: 0 0 5px 0;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
}

.comp-personnel-details-01 .info-groups strong::before {
  position: absolute;
  content: '';
  left: 0;
  width: 64px;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(-90deg, #0F54B3, #1476E5);
}

.comp-personnel-details-01 .info-groups p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

/* Breadcrumb
---------------------------------- */
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  font-size: 14px;
  border-radius: 0px;
  padding: 3px 0 0;
}

.breadcrumb>li {
  color: #717583;
}

.breadcrumb>li>a {
  color: #717583;
}

.breadcrumb>li>a:hover {
  color: #0F56BA;
}

.breadcrumb>li>a:last-child {
  color: #0F56BA;
}

.breadcrumb[data-v-xl] {
  padding: 2px 0 18px 0;
}

.breadcrumb>li>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 7px;
  color: #999;
}

.breadcrumb>li>a:last-child:after {
  content: "";
  padding: 0;
}

.notice {
  width: 100%;
}

.notice dl {
  margin-bottom: 0;
}

.notice dd {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: #d0d4e4 dotted 1px;
  position: relative;
}

.notice dd::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #dc3c46;
  transition: transform 250ms ease-in;
  transform: scaleX(0);
  transform-origin: right center
}

.notice dd:hover::before {
  transform: scaleX(1);
  transform-origin: left center
}

.notice dd span {
  float: left;
  color: #fff;
  text-align: center;
  width: 102px;
  height: 102px;
  margin-right: 25px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px 0 8px 0;
  background-color: #cacaca;
}

.notice dd span b {
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  display: block;
  color: #fff;
  font-weight: 500;
  margin-top: 6px;
}

.notice dd:hover span {
  background-color: #dc3c46;
}

.notice dd .hdtitle {}

.notice dd .hdtitle h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  display: block;
}

.notice dd:hover .hdtitle h4 {
  color: #c41c27;
}

.notice dd .hdtitle p {
  margin: 3px 0 0 0;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  height: 40px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media (min-width: 420px) {
  .notice dd .hdtitle {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .notice dd span {
    width: 82px;
    height: 82px;
    margin-right: 18px;
    padding: 9px 0 8px 0;
  }

  .notice dd span b {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .notice dd span {
    margin-right: 15px;
  }

  .notice {
    height: auto;
  }

  .notice dd .hdtitle h4 a {
    white-space: initial;
  }

  .notice dd .hdtitle p {
    -webkit-line-clamp: initial;
    height: auto;
    display: block;
    overflow: initial;
    line-height: 1.7;
  }

  .notice dd span {
    padding: 8px 0 8px 0;
    width: 70px;
    height: 70px;
  }

  .notice dd span b {
    font-size: 15px;
    margin-top: 0;
  }
}

/*page*/
.pmt1 {
  margin-top: 30px;
}

.pmb {
  margin-bottom: 10px;
}

.page {
  text-align: center;
  margin-top: 30px;
  color: #666;
}

.page li {
  display: inline-block;
}

.page a {
  display: inline-block;
  line-height: 38px;
  padding: 0 15px;
  margin: 0 3px 6px;
  color: #666;
  background-color: #fff;
  border: #ebebeb solid 1px;
  border-radius: 3px;
  font-size: 14px;
}

.page a:hover,
.page a.current,
.page a.active,
.page a.a-s {
  background-color: #0F56BA;
  border: #0F56BA solid 1px;
  color: #fff;
}

.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0F56BA;
  display: none !important;
}

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

.page[data-v-tw] {
  margin-top: 0;
}

@media (max-width: 767px) {
  .page {
    display: none;
  }

  .page-phone {
    display: block !important;
  }
}

.index-notice .box-s {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.index-notice .box-s:last-child {
  margin-bottom: 0;
}

.index-notice .box-s:hover .box-date {
  border-color: #009CFD;
}

.index-notice .box-s:hover .box-date .date-01 {
  color: #009CFD;
}

.index-notice .box-s:hover .box-date .date-02 {
  background-color: #009CFD;
}

.index-notice .box-s:hover .box-title {
  color: #009CFD;
}

.index-notice .box-s .box-date {
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #316dc1;
  border-radius: 4px;
  text-align: center;
  float: left;
  margin-right: 24px;
}

.index-notice .box-s .box-date .date-01 {
  color: #2968c0;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

.index-notice .box-s .box-date .date-02 {
  background-color: #316dc1;
  color: #fff;
  line-height: 28px;
  height: 28px;
}

.index-notice .box-s .box-info {
  overflow: hidden;
}

.index-notice .box-s .box-title {
  display: block;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: bold;
  color: #333333;
}

.index-notice .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  height: 42px;
  color: #666;
}


/* 新后台样式修改 */
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: Arial, \5FAE\8F6F\96C5\9ED1, PingFangSC-Regular, sans-serif;
}

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

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  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;
}

/* 检索 */
.column.ui-sortable {
  border: none !important;
}

.search-header {
  margin-bottom: 39.9994px;
}

.search-header .search-po {
  background: none !important;
}

body .search-header .search-header-container.search-po .search {
  padding: 0 !important;
}

.search-header .search .wrapper-box {
  width: 100% !important;
}

.search-header .search .wrapper-box .search-box-div {
  width: 100%;
}

.search-header .search .wrapper-box .search-box-div>div:nth-child(1) {
  width: 100%;
}

.search-header .search .wrapper-box .wrapper {
  width: 100% !important;
  margin-left: 0 !important;
  background-color: transparent !important;
  border: 1px solid #166AE7;
}

.search-header .search .wrapper-box .container-1-left {
  padding: 0;
  margin: 0;
}

.search-header .search .container-1 {
  display: none;
}

body .search-header .search .action-logo {
  display: none;
}

body .search-header .search .wrapper .search-header-info {
  line-height: 36px;
  margin-left: 20.0006px;
  margin-right: 20.0006px;
}

.search-header .search .wrapper .group .view {
  background-color: #014EC0 !important;
}

.search-header .search-footer-container {
  display: none;
}

.search-tool {
  display: none;
}

.content .container {
  padding: 0;
  width: 100%;
}

.search-text-several .mod .body .group-3 .summary-1 {
  color: #9C9DAF !important;
}

/* .search-text-several .mod .search-text-header .header .group .summary-1 {
  color: #fff !important;
} */

.search-text-several .mod .body .group-3 .view .summary-3 {
  color: #9C9DAF !important;
}

.search-text-several .mod .body .group-3 {
  margin-left: 20.0006px !important;
}

.search-text-several .mod {
  background-color: transparent !important;
}

.pagination {
  justify-content: center !important;
}

.pagination a,
.pagination span,
.pagination input,
.pagination button {
  font-family: FontAwesome;
  height: 40px;
  min-width: 40px;
  line-height: 38px;
  font-size: 14.0006px;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 0 15px !important;
  text-align: center;
  color: #666 !important;
  border: #ebebeb solid 1px !important;
}

.pagination a:hover {
  color: #ffffff !important;
  background-color: #0F56BA !important;
}

.pagination a.active {
  background-color: #0F56BA !important;
  color: #fff !important;
}

.investigation {
  display: none !important;
}

.search-text-several .address {
  margin-top: 9.9994px;
}

.search-text-several .mod .search-text-header .header {
  background: none;
  padding: 0;
}

.search-text-several .mod .search-text-header .tag-wrapper {
  width: 120px;
}

.search-text-several .mod .body .group-img img {
  object-fit: cover;
}

body .search-header .search .wrapper .group .view .icon {
  margin-left: 30px !important;
}
body .search-header .search .wrapper .group .view .label {
    margin: 0 24px 0 10px !important;
}
@media (max-width: 767px) {
  .search-text-several .mod .search-text-header .header .group .summary-1 {
    width: 270px !important;
  }

  .search-text-several .mod .body {
    display: block !important;
    overflow: hidden;
  }

  .search-text-several .mod .body .group-img {
    float: left;
    margin-right: 19.9999px;
  }

  .search-text-several .mod .body .group-3 {
    overflow: hidden;
    width: auto !important;
    margin-left: 0px !important;
  }
}