/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*多行溢出*/
.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;
}
/*font*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h44 {
  font-size: 44px;
}
.h46 {
  font-size: 46px;
}
.h48 {
  font-size: 48px;
}
.h50 {
  font-size: 50px;
}
.h54 {
  font-size: 54px;
}
.h60 {
  font-size: 60px;
}
@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: #CE2B2D;
}
.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: #2375C0;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  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: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #CE2B2D;
  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: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  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: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #CE2B2D;
}
.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: #333;
  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: #CE2B2D;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #2375C0;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  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: #333;
}
.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: #CE2B2D;
}
.comp-text-list-06 .box-s:before {
  background-color: #2375C0;
  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: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  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: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  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: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #CE2B2D;
}
.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: #666;
}
.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: #CE2B2D;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.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: #CE2B2D;
}
.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: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.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: #CE2B2D;
}
.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: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.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: #CE2B2D;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #CE2B2D;
}
.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: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.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: #CE2B2D;
}
.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: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.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: #CE2B2D;
}
.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: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #CE2B2D;
}
.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: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #2375C0;
  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: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  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: #CE2B2D;
}
.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: #333;
  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: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #CE2B2D;
}
.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: #2375C0;
  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: #666;
  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: #CE2B2D;
}
.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: #333;
  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: #666;
  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: #CE2B2D;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #CE2B2D;
}
.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: #2375C0;
}
.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: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}
/*人员列表  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: #CE2B2D;
}
/*人员细览*/
/*人员细览  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: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  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(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: #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: #666;
  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: 50px;
}
.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: #2375C0;
  border: 1px solid #2375C0;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #2375C0;
  border: 1px solid #2375C0;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #2375C0;
  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 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
  line-height: 26px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 12px;
  position: relative;
}
.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: #005BAC;
}
.details-page .cont-page .a-page:hover a {
  color: #005BAC;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #2375C0;
}
.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: #2375C0;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #2375C0;
  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: #2375C0;
}
.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: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #CE2B2D;
}
.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: #2375C0;
  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;
}
/*此文件写网站剩余样式*/
html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, Arial, sans-serif;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 768px) {
  .container-video {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-video {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1199px) {
  .container-video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*nav*/
.nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.nav-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 265px;
  z-index: 2;
  background: url('sklpa2025-navbg.png') repeat-x bottom center;
}
nav.navbar.bootsnav {
  min-height: 120px;
  border: none;
  background: transparent;
  z-index: 99;
  transition: all 0.5s;
  box-shadow: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 30px 0 30px;
  max-width: 713px;
  height: auto;
  transition: all 0.5s;
  margin-left: 0;
  display: block;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav .header-other {
  position: absolute;
  right: 0;
  top: 32px;
}
nav.navbar.bootsnav .header-other > div {
  float: left;
  margin-right: 20px;
}
nav.navbar.bootsnav .header-other > div:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 60px;
  margin-right: -15px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 30px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 56px;
  height: 56px;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 18px;
  text-align: center;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  border-radius: 2px;
  transition: all 0.5s;
}
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: #fff !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 {
  left: 0;
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  box-shadow: none;
  background: #fff;
  border-radius: 5px;
  margin-top: 2px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  width: 170px;
  max-width: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #383838;
  margin: 0;
  padding: 8px 10px;
  line-height: 26px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: #2375C0;
}
.navbar .toggle span,
.navbar .toggle span::before,
.navbar .toggle span::after {
  background-color: #fff;
}
.navbar .toggle:hover span,
.navbar .toggle:hover span::before,
.navbar .toggle:hover span::after {
  background-color: #fff;
}
.nav-close {
  display: none !important;
}
.search-a {
  width: 32px;
  height: 32px;
  display: block;
  background: url('sklpa2025-search.png') no-repeat center center;
  background-size: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.search-a:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.other-link a,
.other-link span {
  float: left;
}
.other-link a {
  display: block;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.other-link a:hover {
  color: #fff;
}
.other-link .line {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 9px;
  margin-left: 12px;
  margin-right: 12px;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url('comm-close.png') no-repeat center center;
  background-size: contain;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.search-box {
  position: relative;
  width: 200px;
}
.search-box.search-mobile {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.search-box.search-mobile .s-inp {
  background: rgba(0, 89, 170, 0.8);
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  color: #fff !important;
  border: none;
}
.search-box.search-mobile .s-btn {
  top: 14px;
  background: url('sklpa2025-search.png') no-repeat center center !important;
}
.search-box .s-inp {
  width: 100%;
  border-radius: 18px;
  height: 34px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 40px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #DEDEDE;
}
.search-box .s-inp::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-box .s-btn {
  height: 18px;
  line-height: 16px;
  width: 16px;
  position: absolute;
  top: 8px;
  right: 17px;
  cursor: pointer;
  z-index: 9;
  background: url('sklpa2025-search.png') no-repeat center center;
}
@media (min-width: 1680px) {
  nav.navbar.bootsnav .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  nav.navbar.bootsnav .header-other {
    right: 5%;
  }
}
@media (max-width: 1679px) {
  nav.navbar.bootsnav .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  nav.navbar.bootsnav .navbar-brand {
    max-width: 580px;
  }
  nav.navbar.bootsnav .header-other {
    right: 3%;
    top: 20px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-top: 50px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 25px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  nav.navbar.bootsnav .navbar-brand {
    max-width: 500px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 1279px) {
  nav.navbar.bootsnav .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .header-other {
    right: 15px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .phone-menu-toggle {
    display: block !important;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding: 20px 0 20px;
  }
  nav.navbar.bootsnav .header-other {
    top: 20px;
    right: 15px;
  }
  nav.navbar.bootsnav .toggle {
    margin-top: 66px;
    padding-left: 26px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    float: left !important;
  }
  nav.navbar.bootsnav .toggle {
    margin-top: 0;
    top: 65px;
  }
}
@media (max-width: 767px) {
  .nav-wrap {
    position: relative;
  }
  .nav-wrap::after {
    display: none;
  }
  nav.navbar.bootsnav {
    position: relative;
    min-height: 70px;
    background: #3079BC;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    float: left !important;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 45px;
    padding-bottom: 15px;
    max-width: 300px;
  }
  nav.navbar.bootsnav .header-other {
    margin-right: 0;
    margin-top: 0;
    top: 8px;
  }
  nav.navbar.bootsnav .toggle {
    top: 50px;
    right: 15px;
  }
  .search-a {
    width: 28px;
    height: 28px;
    background-size: 12px;
  }
  .other-link a {
    line-height: 28px;
  }
}
.footer {
  background: url('sklpa2025-footerbg.png') no-repeat bottom center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .info-cont {
  position: relative;
  padding-right: 160px;
  min-height: 70px;
  line-height: 26px;
  color: #fff;
}
.footer .info-cont a,
.footer .info-cont span {
  display: inline-block;
  margin-right: 12px;
  color: #fff;
}
.footer .info-cont a:last-child,
.footer .info-cont span:last-child {
  margin-right: 0;
}
.footer .cont-logo {
  margin-right: 40px;
  float: left;
  width: 270px;
  padding-top: 5px;
}
.footer .cont-logo img {
  display: block;
  width: 100%;
}
.footer .cont-text {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  float: left;
}
.footer .cont-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background-color: #fff;
}
.footer .cont-link {
  float: right;
  margin-top: -10px;
}
.footer .cont-link .link-title {
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .cont-link .link-groups a {
  display: block;
  color: #FFFFFF;
  line-height: 26px;
}
.footer .cont-sydw {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.footer .cont-sydw img {
  display: block;
}
/*---------------------------------------- index ---------------------------------------*/
.index-banner .container {
  position: relative;
}
.index-banner .banner-box {
  overflow: hidden;
}
.index-banner .banner-box img {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  object-fit: cover;
}
.index-banner .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 25px;
}
.index-banner .banner-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 278px;
  background: url('sklpa2025-bannermc.png') repeat-x left top;
}
.index-banner .banner-title > .container {
  position: relative;
  z-index: 2;
}
.index-banner .banner-title .box-title {
  margin-right: 200px;
  color: #fff;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.index-banner .banner-title .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 28px;
  background: #2A88DF;
  border-radius: 3px;
}
.index-banner .banner-page-w {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.index-banner .banner-page-w .banner-page {
  width: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.index-banner .banner-page-w .swiper-pagination-bullet {
  width: 25px;
  height: 26px;
  margin-left: 12px;
  background: url('sklpa2025-icon-01.png') no-repeat center center;
  opacity: 1;
}
.index-banner .banner-page-w .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url('sklpa2025-icon-02.png');
}
.index-banner .box-title {
  -webkit-animation: fadeOutDown 0.5s both;
  animation: fadeOutDown 0.5s both;
}
.index-banner .swiper-slide-active .box-title {
  -webkit-animation: fadeInUp 0.5s both 1s;
  animation: fadeInUp 0.5s both 1s;
}
.index-box {
  padding-top: 55px;
  padding-bottom: 60px;
  overflow: hidden;
}
.index-title {
  position: relative;
  margin-bottom: 30px;
  line-height: 40px;
}
.index-title.title-white .title-channel {
  color: #fff;
}
.index-title.title-white .title-more {
  color: #fff;
}
.index-title.title-white .title-more:hover {
  color: rgba(255, 255, 255, 0.7);
}
.index-title .title-channel {
  float: left;
  position: relative;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 13px;
  color: #000813;
}
.index-title .title-channel::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 4px;
  background: #3079BC;
}
.index-title .title-more {
  float: right;
  color: #858B93;
}
.index-title .title-more:hover {
  color: #2375C0;
}
.index-news-w {
  background: url('sklpa2025-modbg-04.png') no-repeat right bottom;
}
.news-banner .container {
  position: relative;
}
.news-banner .swiper-container {
  height: 100%;
}
.news-banner .banner-box {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.news-banner .banner-box:hover .banner-img img {
  transform: scale(1.1);
}
.news-banner .banner-box .banner-img {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.news-banner .banner-box .banner-img img {
  width: 100%;
  height: 338px;
  object-fit: cover;
  transition: all 0.5s;
}
.news-banner .banner-box .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(35, 117, 192, 0.85);
  padding: 10px 90px 10px 20px;
}
.news-banner .banner-box .banner-title .box-title {
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
}
.news-banner .news-page {
  left: auto;
  width: auto;
  right: 18px;
  bottom: 15px;
}
.news-banner .news-page .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
}
.news-banner .news-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFD293;
}
@media (min-width: 768px) {
  .news-banner .box-title {
    -webkit-animation: fadeOutDown 0.5s both;
    animation: fadeOutDown 0.5s both;
  }
  .news-banner .swiper-slide-active .box-title {
    -webkit-animation: fadeInUp 0.5s both 1s;
    animation: fadeInUp 0.5s both 1s;
  }
}
.news-list li:hover .box-s .box-title {
  color: #2375C0;
}
.news-list .box-s {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 21px;
  padding-bottom: 25px;
}
.news-list .box-s .box-date {
  color: #0D4994;
  line-height: 30px;
  margin-bottom: 2px;
}
.news-list .box-s .box-date span {
  display: inline-block;
  color: #023F8B;
}
.news-list .box-s .box-date .date-01 {
  margin-right: 15px;
}
.news-list .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  .index-news-w .row-news {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-news-w .row-news .col-news {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-news-w .row-news .news-l {
    width: 38.5%;
  }
  .index-news-w .row-news .news-r {
    width: 61.5%;
  }
}
.index-main-cont {
  position: relative;
  background: url('sklpa2025-modbg.png') no-repeat top center;
  padding-bottom: 30px;
}
.index-kyld {
  margin-bottom: 25px;
}
.index-kyld .box-s {
  margin-bottom: 30px;
}
.index-kyld .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-kyld .box-s:hover .box-info .info-title {
  color: #2375C0;
}
.index-kyld .box-s .box-img {
  overflow: hidden;
}
.index-kyld .box-s .box-img img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
  transition: all 0.5s;
}
.index-kyld .box-s .box-info {
  position: relative;
  height: 205px;
  background: #F4F6FC;
  padding: 50px 25px 15px;
}
.index-kyld .box-s .box-info .info-date {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  width: 74px;
  height: 70px;
  position: absolute;
  background: url('sklpa2025-icon-07.png') no-repeat right bottom;
  top: -35px;
  left: 26px;
  padding-top: 7px;
}
.index-kyld .box-s .box-info .info-date .date-01 {
  font-weight: bold;
  line-height: 36px;
}
.index-kyld .box-s .box-info .info-date .date-02 {
  line-height: 18px;
}
.index-kyld .box-s .box-info .info-title {
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  height: 52px;
}
.index-kyld .box-s .box-info .info-text {
  font-size: 15px;
  color: #666666;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
@media (min-width: 1200px) {
  .index-kyld .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-kyld .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.index-kxss {
  background: #F4F7FD;
  padding-bottom: 36px;
}
.index-kxss .row-w {
  margin-left: -12px;
  margin-right: -12px;
}
.index-kxss .row-w .col-w {
  padding-left: 12px;
  padding-right: 12px;
}
.index-kxss .box-s {
  position: relative;
  margin-bottom: 24px;
}
.index-kxss .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-kxss .box-s .box-img {
  overflow: hidden;
}
.index-kxss .box-s .box-img img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: all 0.5s;
}
.index-kxss .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
}
.index-kxss .box-s .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 77px;
  background: url('sklpa2025-boxbg.png') repeat-x left bottom;
}
.index-kxss .box-s .box-title > span {
  position: relative;
  z-index: 2;
}
.index-xshd .box-s {
  background: url('sklpa2025-modbg-02.png') no-repeat right bottom;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  height: 260px;
  margin-bottom: 30px;
  padding: 20px 35px;
}
.index-xshd .box-s:hover .box-title .title-s {
  color: #2375C0;
}
.index-xshd .box-s.tag-01 .box-tag {
  border-color: #9D1E23;
  color: #9D1E23;
}
.index-xshd .box-s.tag-01 .box-tag::before {
  background-color: #9D1E23;
  background-image: url('sklpa2025-icon-03.png');
}
.index-xshd .box-s.tag-02 .box-tag {
  border-color: #2375C0;
  color: #2375C0;
}
.index-xshd .box-s.tag-02 .box-tag::before {
  background-color: #2375C0;
  background-image: url('sklpa2025-icon-04.png');
}
.index-xshd .box-s.tag-03 .box-tag {
  border-color: #FF910F;
  color: #FF910F;
}
.index-xshd .box-s.tag-03 .box-tag::before {
  background-color: #FF910F;
  background-image: url('sklpa2025-icon-05.png');
}
.index-xshd .box-s.tag-04 .box-tag {
  border-color: #13BCDA;
  color: #13BCDA;
}
.index-xshd .box-s.tag-04 .box-tag::before {
  background-color: #13BCDA;
  background-image: url('sklpa2025-icon-06.png');
}
.index-xshd .box-s .box-title {
  position: relative;
  margin-bottom: 15px;
}
.index-xshd .box-s .box-title::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 46px;
  background: #2375C0;
  left: -35px;
  top: 5px;
}
.index-xshd .box-s .box-title .title-s {
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  height: 78px;
}
.index-xshd .box-s .box-text {
  margin-bottom: 18px;
}
.index-xshd .box-s .box-text > div {
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.index-xshd .box-s .box-tag {
  display: inline-block;
  line-height: 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px 0px 10px 0px;
  height: 26px;
  position: relative;
  padding-left: 36px;
}
.index-xshd .box-s .box-tag::before {
  content: '';
  width: 36px;
  height: 24px;
  font-size: 0;
  text-align: center;
  border-radius: 9px 0px 9px 0px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.index-xshd .box-s .box-tag .tag-text {
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
  min-width: 102px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .index-xshd .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-xshd .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.calendar-main {
  background: url('sklpa2025-modbg-03.png') no-repeat center center;
  background-size: cover;
  padding: 20px 28px;
  height: 550px;
  border-radius: 6px;
  overflow: hidden;
}
#calendar {
  height: 100%;
}
#calendar .fc-header-toolbar {
  margin-bottom: 0px;
  height: 56px;
  text-align: center;
}
#calendar .fc-header-toolbar h2 {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  width: 160px;
  line-height: 40px;
}
#calendar .fc-header-toolbar .fc-button {
  border-radius: 50%;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.24);
  display: inline-block;
  vertical-align: top;
  border-width: 1px;
  width: 24px;
  height: 24px;
  background-size: 7px;
  margin-top: 9px;
}
#calendar .fc-header-toolbar .fc-button span {
  display: none;
}
#calendar .fc-header-toolbar .fc-prev-button {
  background-image: url('sklpa2025-icon-prev.png');
}
#calendar .fc-header-toolbar .fc-next-button {
  background-image: url('sklpa2025-icon-next.png');
}
#calendar.fc td,
#calendar.fc th {
  border: none;
  text-align: center;
}
#calendar.fc td.fc-today {
  background: transparent !important;
}
#calendar.fc td.fc-today.active .fc-day-number {
  background: #9D1E23;
  color: #fff;
  cursor: pointer;
}
#calendar.fc td.fc-today.active .fc-day-number::after {
  display: block;
  background: #fff;
}
#calendar.fc td.fc-today .fc-day-number {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #174F82;
}
#calendar.fc .fc-past.active .fc-day-number,
#calendar.fc .fc-future.active .fc-day-number {
  background-color: #fff;
  cursor: pointer;
  color: #174F82;
}
#calendar.fc .fc-past.active .fc-day-number::after,
#calendar.fc .fc-future.active .fc-day-number::after {
  display: block;
}
#calendar.fc .fc-day-number {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
#calendar.fc .fc-day-number::after {
  content: '';
  position: absolute;
  background: #9D1E23;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 6px;
  height: 6px;
  bottom: 3px;
}
#calendar .fc-head-container {
  padding-bottom: 20px;
}
#calendar .fc-head-container .fc-row {
  background: #FFFFFF;
  border-radius: 4px;
}
#calendar .fc-head .fc-day-header {
  color: #174F82;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
/*---------------------------------------- other-page ---------------------------------------*/
.public-banner {
  position: relative;
  height: 350px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-main {
  min-height: calc(100vh - 420px - 234px);
  padding-bottom: 35px;
  background: url('sklpa2025-pagebg.png') no-repeat top right;
}
.page-main > .container {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .row-page .page-l {
    width: 22%;
  }
  .row-page .page-r {
    width: 78%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .row-page .page-l {
    width: 28%;
  }
  .row-page .page-r {
    width: 72%;
  }
}
.channel-menu {
  position: relative;
}
.channel-menu .menu-title,
.channel-menu .menu-cont {
  position: relative;
  z-index: 2;
}
.channel-menu .menu-title {
  color: #fff;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
  padding: 20px 15px 20px 25px;
  line-height: 40px;
  background: url('sklpa2025-menubg.png') no-repeat right bottom;
  background-size: cover;
}
.channel-menu .menu-cont {
  background: #ffffff;
  padding: 0 25px;
}
.channel-menu .menu-box.active .a-title,
.channel-menu .menu-box:hover .a-title {
  color: #2375C0;
}
.channel-menu .menu-box.active .a-title::after,
.channel-menu .menu-box:hover .a-title::after {
  color: #2375C0;
}
.channel-menu .menu-box.active-down .a-title {
  color: #2375C0;
}
.channel-menu .menu-box.active-down .a-title::after {
  content: "\f107";
  color: #2375C0;
}
.channel-menu .menu-box:last-child .a-title {
  border-bottom: none;
}
.channel-menu .a-title {
  display: block;
  padding: 15px 40px 15px 0;
  line-height: 30px;
  color: #333333;
  position: relative;
  background: #fff;
  font-weight: bold;
  border-bottom: 1px solid #E3E9F4;
}
.channel-menu .a-title::after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 15px;
  color: #ACB3CE;
  font-weight: normal;
}
.channel-menu .menu-down {
  padding: 20px 20px 20px 40px;
}
.channel-menu .menu-down a {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.6;
}
.channel-menu .menu-down a::before {
  content: "\f101";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 10px;
}
.channel-menu .menu-down a:hover,
.channel-menu .menu-down a.active {
  color: #2375C0;
}
.page-content {
  background: #fff;
  padding: 0 30px 20px 30px;
}
.content-top {
  border-bottom: 1px solid #D1D8E5;
  position: relative;
  margin-bottom: 40px;
  background: url('sklpa2025-breadbg.png') no-repeat right bottom;
}
.content-top .channle-title {
  font-weight: bold;
  color: #343434;
  float: left;
  position: relative;
  line-height: 46px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.content-top .channle-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2375C0;
  height: 4px;
}
.content-top .bread-crumbs {
  float: right;
}
.bread-crumbs {
  padding-top: 25px;
  padding-bottom: 25px;
}
.bread-crumbs .bread-item {
  color: #999;
  line-height: 30px;
  font-size: 14px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #999;
}
.bread-crumbs .bread-item a:last-child {
  color: #0059AA;
}
.bread-crumbs .bread-item > span {
  padding-left: 2px;
  padding-right: 2px;
}
.bread-crumbs .bread-item > span::before {
  color: #999999;
}
.public-title {
  border-top: 3px solid #333333;
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 20px;
  line-height: 40px;
  margin-bottom: 40px;
}
.public-title.title-other .title-left {
  float: left;
}
.public-title.title-w {
  padding-left: 0;
  padding-right: 0;
}
.public-title.title-video {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.6;
}
.public-title.title-video .title-left {
  float: left;
}
.public-title .title-left {
  font-weight: bold;
  color: #262626;
}
.public-title .title-left span {
  color: #CF161D;
  font-weight: normal;
}
.public-title .title-class {
  float: right;
}
.public-title .title-class ul li {
  float: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.public-title .title-class ul li::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background: #E6E6E6;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.public-title .title-class ul li:last-child {
  padding-right: 0;
}
.public-title .title-class ul li:last-child::after {
  display: none;
  padding-right: 0;
}
.public-title .title-class ul li a {
  display: block;
  color: #666666;
}
.public-title .title-class ul li:hover a,
.public-title .title-class ul li.active a {
  color: #2375C0;
}
.details-page .detail-top {
  border-bottom: 1px solid #F1F1F3;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.details-page .detail-top .top-other {
  margin-top: 25px;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page .main-cont {
  line-height: 34px;
  text-align: justify;
  color: #333;
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 34px;
  margin-bottom: 20px;
}
.details-page .main-cont p:last-child,
.details-page .main-cont div:last-child {
  margin-bottom: 0;
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont.cont-xilan {
  line-height: 2;
}
.details-page .main-cont.cont-xilan p,
.details-page .main-cont.cont-xilan div {
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  width: 100%;
}
.details-page .cont-img {
  float: right;
  width: 350px;
  margin-left: 50px;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 1199px) {
  .details-page .cont-img {
    width: 280px;
    margin-left: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .details-page .detail-top .top-other {
    margin-top: 15px;
    text-align: center;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
    display: block;
  }
  .details-page .detail-top .top-other .other-share {
    margin-top: 5px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
    width: 100%;
  }
  .details-page .cont-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  margin-bottom: 5px;
}
.list-img-text li {
  margin-bottom: 30px;
}
.list-img-text li:last-child {
  margin-bottom: 0;
}
.list-img-text .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text .box-s:hover .box-info .box-title {
  color: #2375C0;
}
.list-img-text .box-s .box-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
  width: 270px;
}
.list-img-text .box-s .box-img img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: cover;
  transition: all 0.5s;
}
.list-img-text .box-s .box-info {
  overflow: hidden;
  padding-top: 8px;
}
.list-img-text .box-s .box-info .box-title {
  color: #333333;
  margin-bottom: 8px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.list-img-text .box-s .box-info .box-txt {
  color: #666666;
  font-size: 15px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  height: 78px;
}
.list-img-text .box-s .box-info .box-date {
  color: #0E5ACD;
}
.list-txt-01.no-date .box-s {
  padding-right: 0;
}
.list-txt-01 .box-s {
  position: relative;
  min-height: 66px;
  padding: 13px 115px 13px 40px;
  line-height: 40px;
  border-bottom: 1px solid #E6E7E9;
}
.list-txt-01 .box-s:hover::before {
  background-color: #2364B6;
}
.list-txt-01 .box-s:hover .box-title,
.list-txt-01 .box-s:hover .box-date {
  color: #2375C0;
}
.list-txt-01 .box-s::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2364B6;
}
.list-txt-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.list-txt-01 .box-s .box-date {
  position: absolute;
  right: 0;
  top: 13px;
  color: #8C8C8C;
}
.year-list-groups {
  padding: 0 50px;
  margin-bottom: 25px;
  position: relative;
}
.year-list-groups .active .year-box {
  color: #325288;
}
.year-list-groups .groups-next,
.year-list-groups .groups-prev {
  top: 50%;
  margin-top: -20px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.year-list-groups .groups-next::after,
.year-list-groups .groups-prev::after {
  display: none;
}
.year-list-groups .groups-prev {
  left: 0;
  background-image: url('sklpa2025-icon-12.png');
}
.year-list-groups .groups-prev:hover {
  background-image: url('sklpa2025-icon-12-h.png');
}
.year-list-groups .groups-next {
  right: 0;
  background-image: url('sklpa2025-icon-11.png');
}
.year-list-groups .groups-next:hover {
  background-image: url('sklpa2025-icon-11-h.png');
}
.year-list-groups .year-box {
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #828A92;
}
.year-list-groups .year-box:hover {
  color: #325288;
}
.list-public-title {
  border-bottom: 1px solid #E1EBEB;
  font-weight: bold;
  color: #3079BC;
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 32px;
}
.list-txt-02 .box-s {
  border-bottom: 1px solid #E1EBEB;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.list-txt-02 .box-s:last-child {
  margin-bottom: 0;
}
.list-txt-02 .box-s:hover .box-info .info-title,
.list-txt-02 .box-s:hover .box-info .info-title-02 {
  color: #2375C0;
}
.list-txt-02 .box-s:hover .box-info .info-more::after {
  right: 28px;
}
.list-txt-02 .box-s .box-date {
  float: left;
  margin-right: 35px;
  background: #3079BC;
  text-align: center;
  width: 70px;
  height: 70px;
  padding-top: 5px;
}
.list-txt-02 .box-s .box-date .date-01 {
  color: #fff;
  line-height: 38px;
}
.list-txt-02 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.list-txt-02 .box-s .box-info {
  overflow: hidden;
}
.list-txt-02 .box-s .box-info .info-title {
  display: block;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 12px;
}
.list-txt-02 .box-s .box-info .info-text {
  color: #4D4D4D;
  line-height: 26px;
}
.list-txt-02 .box-s .box-info .info-title-02 {
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.list-txt-02 .box-s .box-info .info-text-02 {
  font-size: 15px;
  color: #84878E;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  height: 52px;
}
.list-txt-02 .box-s .box-info .info-more {
  color: #3079BC;
  line-height: 28px;
  display: inline-block;
  background: url('sklpa2025-icon-10.png') no-repeat right center;
  padding-right: 28px;
  position: relative;
}
.list-txt-02 .box-s .box-info .info-more::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 100%;
  height: 1px;
  background-color: #3079BC;
  transition: all 0.3s;
}
.list-img-01 li {
  margin-bottom: 30px;
}
.list-img-01 .box-s {
  position: relative;
}
.list-img-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.list-img-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 212px;
  object-fit: cover;
  transition: all 0.5s;
}
.list-img-01 .box-s .box-img .a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("sklpa2025-icon-video.png") no-repeat center center;
}
.list-img-01 .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.list-img-01 .box-s .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 77px;
  background: url('sklpa2025-boxbg.png') repeat-x left bottom;
}
.list-img-01 .box-s .box-title > div {
  position: relative;
  z-index: 2;
}
.list-img-01 .box-s .box-txt {
  color: #8C8C8C;
  font-size: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.list-img-01 .box-s .box-date {
  color: #2375C0;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .list-img-01 .row-w {
    margin-left: -16px;
    margin-right: -16px;
  }
  .list-img-01 .row-w .col-w {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.list-people .box-s {
  margin-bottom: 20px;
  text-align: center;
}
.list-people .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-people .box-s:hover .box-title {
  color: #2375C0;
}
.list-people .box-s .box-img {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.list-people .box-s .box-img a {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  border: 1px solid #DFE4EE;
}
.list-people .box-s .box-img img {
  display: block;
  width: 100%;
  height: 252px;
  object-fit: cover;
  transition: all 0.5s;
}
.list-people .box-s .box-title {
  color: #343434;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.list-people .box-s .box-text {
  color: #8C8C8C;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .list-people.people-item .col-w:nth-child(5n + 1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .list-people .col-w:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .list-people .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
.contact-us .contact-info {
  padding-top: 10px;
  line-height: 2;
}
.contact-us .contact-info strong {
  color: #126EC1;
}
.contact-us .contact-map {
  height: 454px;
}
@media (min-width: 1200px) {
  .contact-us .col-us-l {
    width: 46%;
  }
  .contact-us .col-us-r {
    width: 54%;
  }
}
.leader-page {
  background-repeat: no-repeat;
  background-position: bottom 0 right 20px;
  background-image: url('sklpa2025-modbg-05.png');
  height: 355px;
  border-radius: 6px;
  overflow: hidden;
  border-left-width: 7px;
  border-left-style: solid;
  padding-left: 70px;
}
.leader-page .middle-cont {
  width: 100%;
}
.leader-page.leader-01 {
  background-color: #F2F6FD;
  border-left-color: #447694;
}
.leader-page.leader-01 .box-title {
  color: #666666;
  line-height: 70px;
}
.leader-page.leader-01 .box-title a {
  display: inline-block;
  color: #666666;
}
.leader-page.leader-01 .box-title a:hover {
  color: #2375C0;
}
.leader-page.leader-01 .box-title a:hover span {
  color: #2375C0;
}
.leader-page.leader-01 .box-title span {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  color: #333333;
}
.leader-page.leader-02 {
  background-color: #F8F5F6;
  border-left-color: #C0876E;
}
.leader-page.leader-02 ul {
  width: 520px;
}
.leader-page.leader-02 ul li {
  float: left;
  width: 25%;
  color: #333333;
  line-height: 40px;
  margin-bottom: 30px;
}
.leader-page.leader-02 ul li a {
  display: block;
  color: #333333;
}
.leader-page.leader-02 ul li a:hover {
  color: #2375C0;
}
.development-history-text {
  color: #333333;
  line-height: 2;
}
.development-history-text p,
.development-history-text div {
  margin-bottom: 20px;
}
.development-history-text p:last-child,
.development-history-text div:last-child {
  margin-bottom: 0;
}
.development-history-list {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
.development-history-list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  background: #DEDEDE;
}
.development-history-list ul li {
  width: 50%;
  margin-top: -100px;
  clear: both;
}
.development-history-list ul li:first-child {
  margin-top: 0;
}
.development-history-list ul li:nth-child(2n + 1) {
  float: left;
}
.development-history-list ul li:nth-child(2n + 1) .box-s {
  padding-right: 70px;
}
.development-history-list ul li:nth-child(2n + 1) .box-s::before {
  right: 30px;
}
.development-history-list ul li:nth-child(2n + 1) .box-s::after {
  right: -28px;
}
.development-history-list ul li:nth-child(2n) {
  float: right;
}
.development-history-list ul li:nth-child(2n) .box-s {
  padding-left: 70px;
}
.development-history-list ul li:nth-child(2n) .box-s::before {
  left: 30px;
}
.development-history-list ul li:nth-child(2n) .box-s::after {
  left: -28px;
}
.development-history-list .box-s {
  position: relative;
  padding-top: 12px;
  min-height: 260px;
}
.development-history-list .box-s::before,
.development-history-list .box-s::after {
  content: '';
  position: absolute;
}
.development-history-list .box-s::before {
  width: 20px;
  height: 1px;
  background: #3079BC;
  top: 27px;
}
.development-history-list .box-s::after {
  background: url(sklpa2025-img-17.png) no-repeat;
  width: 55px;
  height: 55px;
  top: 0;
}
.development-history-list .box-s .box-title {
  color: #3079BC;
  font-weight: bold;
  margin-bottom: 15px;
}
.development-history-list .box-s .box-text {
  color: #333;
  line-height: 28px;
}
.development-history-list .box-s .box-text p,
.development-history-list .box-s .box-text div {
  margin-bottom: 12px;
}
.development-history-list .box-s .box-text p:last-child,
.development-history-list .box-s .box-text div:last-child {
  margin-bottom: 0;
}
.organization-page {
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  padding: 30px 60px ;
}
.no-data {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 40px;
  color: #333;
  font-size: 20px;
}
.details-people .people-left {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 190px;
  margin-right: 40px;
}
.details-people .people-left .img-s {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  border: 1px solid #DFE4EE;
}
.details-people .people-left img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.details-people .people-content {
  overflow: hidden;
}
.details-people .people-content .cont-title {
  position: relative;
  padding-bottom: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333333;
  font-weight: bold;
}
.details-people .people-content .cont-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #DEDEDE;
}
.details-people .people-content .cont-title-02 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #005BAC;
}
.details-people .people-content .cont-text {
  line-height: 34px;
  color: #383838;
  margin-bottom: 20px;
}
.details-people .people-content .cont-text.text-top > div {
  position: relative;
  min-height: 34px;
}
.details-people .people-content .cont-text.text-top > div .title-s {
  float: left;
}
.details-people .people-content .cont-text.text-top > div .text-s {
  overflow: hidden;
}
.details-people .people-content .cont-text:last-child {
  margin-bottom: 0;
}
.details-people .people-content .cont-text > div,
.details-people .people-content .cont-text > p {
  margin-bottom: 15px;
}
