.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*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.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: #3D55A7;
}
.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: #3D55A7;
  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: -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: #3D55A7;
}
.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: -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: #3D55A7;
}
.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: #3D55A7;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #3D55A7;
  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: #3D55A7;
}
.comp-text-list-06 .box-s:before {
  background-color: #3D55A7;
  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: #3D55A7;
}
.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: -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: #3D55A7;
}
.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: #3D55A7;
}
.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: -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: #3D55A7;
}
.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: -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: #3D55A7;
}
.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: -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: #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: #3D55A7;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3D55A7;
}
.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: -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: #3D55A7;
}
.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: -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: #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: #3D55A7;
}
.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: -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: #3D55A7;
}
.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: #3D55A7;
  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: #3D55A7;
}
.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: -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: #3D55A7;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3D55A7;
}
.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: #3D55A7;
  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: #3D55A7;
}
.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: #3D55A7;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3D55A7;
}
.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: #3D55A7;
}
.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: #3D55A7;
}
/*人员细览*/
/*人员细览  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: 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: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3D55A7;
  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 .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("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: #3D55A7;
}
.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: #3D55A7;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #3D55A7;
  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: #3D55A7;
}
.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: #3D55A7;
}
.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: #3D55A7;
  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;
}
/*此文件写网站剩余样式*/
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;
}
a[href]:after {
  content: normal;
}
a:hover,
a:focus {
  color: #005BAA;
  text-decoration: none;
}
*:focus {
  outline: none;
}
::-webkit-scrollbar {
  width: 0.2088rem;
  height: 0.2088rem;
}
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 0.261rem;
}
::-webkit-scrollbar-thumb {
  background: #1059c4;
  border-radius: 0.261rem;
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
.container {
  width: auto;
  max-width: none;
  padding-left: 4.1754rem;
  padding-right: 4.1754rem;
}
.row {
  margin-left: -0.7829rem;
  margin-right: -0.7829rem;
}
.xxl-ydyl-col {
  padding-left: 0.7829rem;
  padding-right: 0.7829rem;
}
/*scroll-info*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.head-logo {
  display: block;
  float: left;
  width: 34.9165rem;
}
.head-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.head-right-box {
  float: right;
  display: flex;
  justify-content: flex-start;
  margin-top: 1.1482rem;
}
.en-btn {
  width: 1.7745rem;
  height: 1.7745rem;
  border: 0.0522rem solid #FFFFFF;
  border-radius: 50%;
  margin-left: 4.1754rem;
  font-size: 0.7829rem;
  color: #fff;
  text-align: center;
  line-height: 1.7745rem;
}
.en-btn:hover {
  color: #FFBB44;
}
.search-dig-btn {
  width: 1.7745rem;
  height: 1.7745rem;
  border: 0.0522rem solid #FFFFFF;
  background-image: url(xxl-ydyl-icon1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.0438rem 1.0438rem;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 1.0438rem;
}
.nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
nav.navbar {
  min-height: 6.6806rem;
  padding: 0.9395rem 0 1.2526rem 0;
  background: none;
  z-index: 999;
  position: relative;
}
nav.navbar::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 12.0042rem;
  background: linear-gradient(0deg, rgba(0, 48, 124, 0) 0%, #00307C 100%);
}
nav.navbar .container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding-left: 2.0877rem;
  padding-right: 2.0877rem;
}
nav.navbar ul.navbar-nav {
  width: 100%;
  flex-wrap: wrap;
}
nav.navbar ul.navbar-nav > li {
  margin-left: 4.1754rem;
}
nav.navbar ul.navbar-nav > li:first-child {
  margin-left: 0;
}
nav.navbar ul.navbar-nav > li > a {
  font-weight: bold;
  font-size: 1.2526rem;
  line-height: 1.7745rem;
  color: #fff !important;
  padding: 0 0 0.6263rem 0 !important;
  text-align: center;
  word-break: break-word;
  position: relative;
}
nav.navbar ul.navbar-nav > li > a::before,
nav.navbar ul.navbar-nav > li > a::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background: #FFBB44;
  transition: all 0.5s;
  margin: 0;
  border: 0;
}
nav.navbar ul.navbar-nav > li > a::before {
  width: 0;
  bottom: 0;
  height: 0.0522rem;
}
nav.navbar ul.navbar-nav > li > a::after {
  width: 0.0522rem;
  bottom: 0;
  opacity: 1;
}
nav.navbar ul.navbar-nav.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar ul.navbar-nav > li > a:hover,
nav.navbar ul.navbar-nav > li > a:focus,
nav.navbar ul.navbar-nav > li.active > a:hover,
nav.navbar ul.navbar-nav > li.active > a:focus,
nav.navbar ul.navbar-nav > li.active > a,
nav.navbar ul.navbar-nav > li.dropdown.on > a {
  background-color: none !important;
  color: #FFF !important;
}
nav.navbar ul.navbar-nav > li > a:hover::before,
nav.navbar ul.navbar-nav > li > a:focus::before,
nav.navbar ul.navbar-nav > li.active > a:hover::before,
nav.navbar ul.navbar-nav > li.active > a:focus::before,
nav.navbar ul.navbar-nav > li.active > a::before,
nav.navbar ul.navbar-nav > li.dropdown.on > a::before {
  width: 100%;
  opacity: 1;
}
nav.navbar ul.navbar-nav > li > a:hover::after,
nav.navbar ul.navbar-nav > li > a:focus::after,
nav.navbar ul.navbar-nav > li.active > a:hover::after,
nav.navbar ul.navbar-nav > li.active > a:focus::after,
nav.navbar ul.navbar-nav > li.active > a::after,
nav.navbar ul.navbar-nav > li.dropdown.on > a::after {
  height: 0.5219rem;
  bottom: -0.5219rem;
  opacity: 1;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
  border: none;
  background: #005baa85;
  min-width: 8.0898rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a {
  color: #fff;
  display: block;
  line-height: 1.6;
  padding: 0.4175rem 0.5219rem;
  font-size: 0.8351rem;
  white-space: normal;
  word-break: break-word;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a:hover,
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a:focus {
  background-color: #084EB2;
  color: #fff;
}
nav.navbar.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0rem 0rem 2.4008rem 0rem rgba(67, 86, 116, 0.19);
  background: #005BAA;
}
nav.navbar.scroll::before {
  display: none;
}
.banner-swiper {
  height: 100vh;
}
.banner-swiper:hover .banner-prev {
  left: 2.6096rem;
}
.banner-swiper:hover .banner-next {
  right: 2.6096rem;
}
.banner-swiper .swiper-slide-active .img-box .banner-cont {
  -webkit-animation: fadeInUp 0.5s both 1s;
  animation: fadeInUp 0.5s both 1s;
}
.banner-swiper .img-box {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner-swiper .img-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.0042rem;
  background: linear-gradient(180deg, rgba(0, 48, 124, 0) 27%, #00307C 100%);
  z-index: 1;
}
.banner-swiper .img-box .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-swiper .img-box .banner-cont {
  position: absolute;
  left: 4.1754rem;
  right: 4.1754rem;
  bottom: 15.6576rem;
  -webkit-animation: fadeOutDown 0.5s both;
  animation: fadeOutDown 0.5s both;
}
.banner-swiper .img-box h1 {
  color: #FFFFFF;
  font-size: 4.9061rem;
  line-height: 1.5;
  text-shadow: 0rem 0rem 0.5219rem rgba(0, 91, 170, 0.7);
  margin-bottom: 0.9395rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner-swiper .img-box h3 {
  color: #FFFFFF;
  font-size: 1.5658rem;
  line-height: 2.0877rem;
  letter-spacing: 0.1044rem;
  font-weight: normal;
  text-shadow: 0rem 0rem 0.2088rem rgba(0, 91, 170, 0.7);
  margin-bottom: 3.4447rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner-swiper .img-box .sysjj-btn {
  display: inline-block;
  line-height: 2.6096rem;
  border-radius: 1.0438rem 0rem 1.0438rem 0rem;
  padding: 0 4.6973rem 0 1.2526rem;
  background: #F07C00;
  color: #FFFFFF;
  font-size: 1.2526rem;
  position: relative;
}
.banner-swiper .img-box .sysjj-btn::before {
  position: absolute;
  content: '';
  top: 0.6785rem;
  right: 1.0438rem;
  width: 2.1399rem;
  height: 1.2526rem;
  background-image: url(xxl-ydyl-icon2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: moveright 1.5s infinite linear;
}
.banner-swiper .banner-pagination {
  bottom: 2.5052rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-swiper .banner-pagination .swiper-pagination-bullet {
  width: 1.5136rem;
  height: 1.357rem;
  background: url(xxl-ydyl-icon3.png) no-repeat center center / 100% 100%;
  margin: 0 0.7829rem;
  opacity: 0.6;
  border-radius: 0;
}
.banner-swiper .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-swiper .banner-next,
.banner-swiper .banner-prev {
  transition: all 0.5s;
}
.banner-swiper .banner-next::after,
.banner-swiper .banner-prev::after {
  font-family: FontAwesome;
  color: #FFF;
  font-size: 2.6096rem;
}
.banner-swiper .banner-prev {
  left: -2.6096rem;
}
.banner-swiper .banner-prev::after {
  content: "\f104";
}
.banner-swiper .banner-next {
  right: -2.6096rem;
}
.banner-swiper .banner-next::after {
  content: "\f105";
}
@-webkit-keyframes moveright {
  0%,
  100% {
    right: 2.0877rem;
  }
  50% {
    right: 1.0438rem;
  }
}
@keyframes moveright {
  0%,
  100% {
    right: 2.0877rem;
  }
  50% {
    right: 1.0438rem;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.0438rem);
    transform: translateY(1.0438rem);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.0438rem);
    -ms-transform: translateY(1.0438rem);
    transform: translateY(1.0438rem);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.0438rem);
    transform: translateY(1.0438rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.0438rem);
    -ms-transform: translateY(1.0438rem);
    transform: translateY(1.0438rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.index-box {
  padding: 3.6534rem 0 4.6973rem;
}
.index-title {
  line-height: 0;
  margin-bottom: 1.1482rem;
}
.index-title .title p {
  font-size: 3.1315rem;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(180deg, rgba(22, 180, 209, 0.1) 0%, rgba(22, 180, 209, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.index-title .title span {
  display: inline-block;
  color: #005BAA;
  font-size: 2.1921rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -1.4092rem;
}
.index-title .title span::before {
  position: absolute;
  content: '';
  right: -4.3319rem;
  width: 4.1754rem;
  height: 3.5491rem;
  bottom: -0.7829rem;
  background: url(xxl-ydyl-icon4.png) no-repeat center center / 100% auto;
}
.index-title .more {
  color: #3C85BA;
  font-size: 0.9395rem;
  line-height: 1.5658rem;
  padding-right: 2.9749rem;
  background-image: url(xxl-ydyl-icon5.png);
  background-position: right center;
  background-size: 1.2004rem 1.357rem;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-top: 2.6096rem;
  transition: all 0.5s;
}
.index-title .more::before,
.index-title .more::after {
  position: absolute;
  content: '';
}
.index-title .more::before {
  width: 0.3653rem;
  height: 0.4697rem;
  right: 0.4175rem;
  top: 0.5741rem;
  background: url(xxl-ydyl-icon6.png) no-repeat center center / 100% 100%;
  /* 添加3D旋转动画 */
  transform-style: preserve-3d;
  animation: rotate3d 8s linear infinite;
  transition: transform 0.3s ease;
}
.index-title .more::after {
  right: 1.5658rem;
  top: 0.7307rem;
  width: 0.8873rem;
  height: 0.0522rem;
  background: #3C85BA;
  transition: all 0.5s;
}
.index-title .more:hover {
  padding-right: 2.0877rem;
}
.index-title .more:hover::after {
  width: 0;
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg) rotateX(0deg);
  }
  25% {
    transform: rotateY(90deg) rotateX(10deg);
  }
  50% {
    transform: rotateY(180deg) rotateX(0deg);
  }
  75% {
    transform: rotateY(270deg) rotateX(-10deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(0deg);
  }
}
.m25 {
  margin: 0 -1.3048rem;
}
.p25 {
  padding: 0 1.3048rem;
}
.col-index-lg7 {
  -ms-flex: 0 0 57.11%;
  flex: 0 0 57.11%;
  max-width: 57.11%;
}
.col-index-lg5 {
  -ms-flex: 0 0 42.89%;
  flex: 0 0 42.89%;
  max-width: 42.89%;
}
.news-swiper .news-pagination {
  bottom: 1.6701rem;
  left: auto;
  width: auto;
  right: 1.0438rem;
}
.news-swiper .news-pagination .swiper-pagination-bullet {
  width: 0.7307rem;
  height: 0.7307rem;
  background: transparent;
  opacity: 1;
  margin: 0 0.4697rem;
  border: 0.0522rem solid #FFF;
  vertical-align: bottom;
}
.news-swiper .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}
.news-left-list {
  display: block;
  height: 33.4029rem;
  overflow: hidden;
  position: relative;
}
.news-left-list:hover .img-box img {
  transform: scale(1.1);
}
.news-left-list:hover .title {
  color: #F07C00;
}
.news-left-list .img-box {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.news-left-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-left-list .img-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 8.142rem;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.news-left-list .info {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 9.3946rem 0.7829rem 1.5658rem;
}
.news-left-list .title {
  font-size: 1.2526rem;
  font-weight: bold;
  line-height: 1.5658rem;
  margin-bottom: 0.7307rem;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-left-list .desc {
  color: #FFFFFF;
  font-size: 0.9395rem;
  line-height: 1.4614rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.9228rem;
}
.news-right-list li {
  border-bottom: 0.0522rem solid #E8E8E8;
  margin-left: 0.5219rem;
  transition: all 0.5s;
}
.news-right-list li:hover {
  margin-left: 0;
  border-bottom: 0.0522rem solid transparent;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.8351rem 0rem rgba(51, 0, 153, 0.1);
  border-left: 0.2088rem solid #005BAA;
}
.news-right-list li:hover a {
  margin-left: 0.5219rem;
}
.news-right-list li:hover .date {
  color: #005BAA;
}
.news-right-list li:hover .title {
  color: #005BAA;
}
.news-right-list a {
  display: block;
  padding: 1.8267rem 1.5658rem 1.8267rem 1.4092rem;
  transition: all 0.5s;
}
.news-right-list .date {
  float: left;
  color: #808080;
  font-size: 0.9395rem;
  text-align: center;
  line-height: 1;
  margin-right: 2.7662rem;
  padding-top: 1.096rem;
}
.news-right-list .date div:nth-child(1) {
  font-size: 2.0877rem;
  font-weight: bold;
  margin-bottom: 0.9395rem;
  position: relative;
}
.news-right-list .date div:nth-child(1)::before {
  position: absolute;
  content: '';
  background: #F07C00;
  width: 0.8351rem;
  height: 0.1044rem;
  bottom: -0.4175rem;
  left: 50%;
  transform: translateX(-50%);
}
.news-right-list .info {
  overflow: hidden;
}
.news-right-list .title {
  color: #383838;
  font-size: 1.2526rem;
  font-weight: bold;
  line-height: 1.8267rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.6534rem;
  margin-bottom: 0.6263rem;
}
.news-right-list .desc {
  color: #808080;
  font-size: 0.9395rem;
  line-height: 1.5658rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.1315rem;
}
.index-box2 {
  background: url(xxl-ydyl-bg1.png) no-repeat center center / cover;
}
.kyjz-index-box .kyjz-img {
  float: right;
  width: 55.3236rem;
  height: 34.9687rem;
}
.kyjz-index-box .kyjz-img-box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
}
.kyjz-index-box .kyjz-img-box img {
  width: 100%;
  height: 100%;
}
.kyjz-index-box .kyjz-txt {
  height: 34.9687rem;
}
.kyjz-index-box .kyjz-txt .swiper-slide {
  padding-right: 2.6096rem;
  height: auto !important;
}
.kyjz-index-box .kyjz-txt .swiper-slide.swiper-slide-thumb-active {
  padding-right: 0;
  border-left: 0.261rem solid #F07C00;
  background: linear-gradient(270deg, #10BBE1 0%, #1B73C8 100%);
}
.kyjz-index-box .kyjz-txt .swiper-slide.swiper-slide-thumb-active .kyjz-info {
  border-bottom: 0.0522rem solid transparent;
  padding: 1.1482rem 2.6096rem 1.1482rem 2.0877rem;
}
.kyjz-index-box .kyjz-txt .swiper-slide.swiper-slide-thumb-active .title {
  color: #FFF;
  font-weight: bold;
  -webkit-line-clamp: 1;
  height: 1.8267rem;
}
.kyjz-index-box .kyjz-txt .swiper-slide.swiper-slide-thumb-active .desc {
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.1315rem;
  margin-bottom: 0.4175rem;
}
.kyjz-index-box .kyjz-txt .swiper-slide.swiper-slide-thumb-active .date {
  color: #FFF;
  background-image: url(xxl-ydyl-icon8.png);
}
.kyjz-index-box .kyjz-info {
  display: block;
  border-bottom: 0.0522rem solid #E8E8E8;
  padding: 1.2526rem 0;
}
.kyjz-index-box .title {
  color: #3D3D3D;
  font-size: 1.2526rem;
  font-weight: normal;
  line-height: 1.8267rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.6534rem;
  margin-bottom: 0.7307rem;
}
.kyjz-index-box .desc {
  color: #FFFFFF;
  font-size: 0.9395rem;
  line-height: 1.5658rem;
  display: none;
}
.kyjz-index-box .date {
  color: #005BAA;
  padding-left: 1.4092rem;
  font-size: 0.9395rem;
  background-image: url(xxl-ydyl-icon7.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.7307rem 0.7307rem;
}
.mb1 {
  padding-bottom: 0.0522rem;
}
.sysjj-index-img {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 54.6875% 100%;
  padding: 4.1754rem 0;
}
.sysjj-index-info {
  width: 46.4509rem;
  height: 25.5741rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.2088rem 1.0438rem 0rem rgba(0, 91, 170, 0.2);
  padding: 2.6096rem 3.6534rem;
  position: relative;
}
.sysjj-index-info::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 9.499rem;
  height: 0.4175rem;
  background: #F07C00;
}
.sysjj-index-info .desc {
  font-size: 1.0438rem;
  line-height: 1.8789rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 11.2735rem;
  position: relative;
  z-index: 2;
}
.yjfx-index-list {
  display: block;
  height: 25.5741rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.yjfx-index-list:hover::before {
  display: none;
}
.yjfx-index-list:hover .title {
  opacity: 0;
}
.yjfx-index-list:hover .info {
  height: 100%;
  overflow: visible;
  opacity: 1;
  z-index: 2;
}
.yjfx-index-list::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0.8) 100%);
}
.yjfx-index-list .title {
  position: absolute;
  left: 1.0438rem;
  right: 1.0438rem;
  bottom: 1.5658rem;
  z-index: 1;
  color: #FFFFFF;
  font-size: 1.357rem;
  font-weight: bold;
  line-height: 1.5658rem;
  text-align: center;
}
.yjfx-index-list .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  background: linear-gradient(270deg, rgba(16, 187, 225, 0.9) 0%, rgba(27, 115, 200, 0.9) 100%);
}
.yjfx-index-list .info-txt {
  height: 100%;
  padding: 2.6096rem 1.5658rem;
}
.yjfx-index-list .info-title {
  color: #FFFFFF;
  font-size: 1.357rem;
  font-weight: bold;
  line-height: 1.5658rem;
  margin-bottom: 1.5658rem;
}
.yjfx-index-list .desc {
  color: #7FEFFE;
  font-size: 1.0438rem;
  line-height: 1.8789rem;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 11.2735rem;
  margin-bottom: 3.1315rem;
}
.yjfx-index-list .more {
  color: #7FEFFE;
  font-size: 1.0438rem;
  line-height: 1;
  padding-right: 1.5658rem;
  background-image: url(xxl-ydyl-icon9.png);
  background-position: right center;
  background-size: 0.9395rem 0.6263rem;
  background-repeat: no-repeat;
}
.index-box3 {
  position: relative;
}
.index-box3::before {
  position: absolute;
  content: '';
  right: 0;
  top: 8.8727rem;
  width: 21.0856rem;
  height: 39.5616rem;
  z-index: 1;
  background: url(xxl-ydyl-bg2.png) no-repeat top right / 100% auto;
}
.link-swiper-box {
  position: relative;
}
.link-swiper-box .link-prev,
.link-swiper-box .link-next {
  width: 5.2192rem;
  height: 5.2192rem;
  width: 0.7307rem;
  height: 1.2004rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  margin-top: 0;
  transform: translateY(-50%);
}
.link-swiper-box .link-prev::after,
.link-swiper-box .link-next::after {
  display: none;
}
.link-swiper-box .link-prev {
  background-image: url(xxl-ydyl-icon10.png);
  left: -2.1921rem;
}
.link-swiper-box .link-prev:hover {
  background-image: url(xxl-ydyl-icon12.png);
}
.link-swiper-box .link-next {
  background-image: url(xxl-ydyl-icon11.png);
  right: -2.1921rem;
}
.link-swiper-box .link-next:hover {
  background-image: url(xxl-ydyl-icon13.png);
}
.link-swiper {
  margin: 0 -1.0438rem;
}
.link-swiper .swiper-slide {
  padding: 0 1.0438rem;
}
.link-list {
  display: block;
  height: 6.263rem;
  background: #FFFFFF;
  border: 0.0522rem solid #E5E5E5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.link-list::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 0.1044rem dashed #0052A3;
  opacity: 0;
  transition: all 0.5s;
}
.link-list:hover {
  border-color: transparent;
}
.link-list:hover::before {
  opacity: 1;
}
.link-list img {
  max-width: 95%;
  max-height: 95%;
}
.footer {
  line-height: 0;
}
.footer .foot-top {
  padding: 2.5052rem 0;
  background: #64787B;
}
.footer .foot-top ul {
  display: flex;
  justify-content: center;
}
.footer .foot-top ul li {
  margin-right: 12.5261rem;
}
.footer .foot-top ul li:last-child {
  margin-right: 0;
}
.footer .foot-top ul a {
  display: inline-block;
}
.footer .foot-top ul a:hover {
  color: #F07C00;
}
.footer .lm-title {
  margin-bottom: 0.7307rem;
}
.footer .lm-title a {
  color: #FFFFFF;
  font-size: 1.2526rem;
  font-weight: bold;
  line-height: 1.5658rem;
}
.footer .lm-ej-title a {
  font-size: 0.9395rem;
  line-height: 1.8789rem;
  color: #FFFFFF;
}
.footer .foot-bottom {
  background: #191919;
  text-align: center;
  padding: 0.4697rem 0;
}
.footer .foot-bottom span,
.footer .foot-bottom a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.9395rem;
  line-height: 1.5658rem;
}
.footer .foot-bottom a:hover {
  color: #F07C00;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.0438rem;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.up-search-box .up-close {
  position: absolute;
  right: 1.0438rem;
  top: 1.0438rem;
  width: 1.6701rem;
  height: 1.6701rem;
  background: url(xxl-ydyl-icon14.png) no-repeat center center;
  background-size: contain;
}
.up-search-box .middle-cont {
  width: 100%;
}
.search-box {
  background: #fff;
  border-bottom: 0.2088rem solid #005BAA;
  position: relative;
  max-width: 52.1921rem;
  margin-left: auto;
  margin-right: auto;
}
.search-box .s-inp {
  width: 100%;
  height: 3.2359rem;
  line-height: 3.2359rem;
  font-size: 0.8351rem;
  padding-left: 0.7829rem;
}
.search-box .s-btn {
  height: 3.2359rem;
  line-height: 3.2359rem;
  width: 3.2359rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  text-align: center;
}
.search-box .s-btn::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 1.0438rem;
  color: #005BAA;
}
.ny-top-banner {
  height: 35.4906rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ny-top-banner::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.0042rem;
  background: linear-gradient(180deg, rgba(0, 48, 124, 0) 27%, #00307C 100%);
  z-index: 1;
}
.ny-top-banner .container {
  height: 100%;
  position: relative;
}
.ny-top-banner h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.1315rem;
  font-weight: bold;
  line-height: 3.6534rem;
  color: #FFFFFF;
  text-shadow: 0rem 0.1044rem 0.3132rem #005BAA;
  padding-bottom: 1.5658rem;
}
.ny-top-banner h1::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 6.263rem;
  height: 0.4175rem;
  background: #16B4D1;
}
.ny-top-banner .bread-crumbs {
  position: absolute;
  bottom: 1.2004rem;
  z-index: 1;
  padding-left: 1.5658rem;
  color: #FFF;
  font-size: 0.8351rem;
  line-height: 1.5658rem;
  background-image: url(xxl-ydyl-icon15.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.2526rem 1.2526rem;
}
.ny-top-banner .bread-crumbs .bread-item-groups {
  font-size: 0.8351rem;
}
.ny-top-banner .bread-crumbs .bread-item a {
  color: #FFF;
}
.ny-top-banner .bread-crumbs .bread-item a:last-child {
  color: #F07C00;
}
.ny-top-banner .bread-crumbs .bread-item a:hover {
  color: #F07C00;
}
.ny-top-banner .bread-crumbs .bread-item > span:before {
  display: none !important;
}
.jj-index1 {
  position: relative;
}
.jj-index1::before {
  position: absolute;
  content: '';
  z-index: -1;
  right: 0;
  top: 11.5866rem;
  width: 50.1044rem;
  height: 48.382rem;
  background: url(xxl-ydyl-bg5.png) no-repeat right bottom / 100% auto;
}
.jj-index1 .img-box {
  float: left;
  width: 50%;
  height: 36.952rem;
}
.jj-index1 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jj-index1 .info {
  overflow: hidden;
  padding: 1.0438rem 8.3507rem 1.0438rem 6.785rem;
  height: 36.952rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jj-index1 h2 {
  font-size: 2.1921rem;
  font-weight: bold;
  line-height: 2.6096rem;
  color: #005BAA;
  margin-bottom: 1.9833rem;
}
.jj-index1 .desc {
  font-size: 1.0438rem;
  line-height: 1.8789rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 13.1524rem;
  margin-bottom: 3.1315rem;
}
.jj-index1 .index-title .more {
  float: left;
  margin-top: 0;
}
.jj-index2 {
  overflow: hidden;
  position: relative;
}
.jj-index2::before {
  position: absolute;
  content: '';
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 26.096rem;
  height: 14.2484rem;
  background: #005BAA;
}
.jj-index2 .fix {
  padding-top: 5.167rem;
  background: rgba(0, 91, 170, 0.08);
  position: relative;
}
.jj-index2 .fix::before {
  position: absolute;
  content: '';
  width: 26.096rem;
  top: 0;
  bottom: 0;
  left: -26.096rem;
  background: rgba(0, 91, 170, 0.08);
}
.wyh-left-title {
  float: left;
  margin-right: 4.5929rem;
  margin-top: 0.8351rem;
  padding-top: 1.8789rem;
  padding-bottom: 2.2965rem;
  padding-right: 1.357rem;
  position: relative;
}
.wyh-left-title::before {
  position: absolute;
  content: '';
  right: -2.9228rem;
  width: 2.9228rem;
  top: 0;
  bottom: 0;
  background: url(xxl-ydyl-bg3.png) no-repeat left top / 100% 100%;
}
.wyh-left-title li {
  width: 1.6701rem;
  font-size: 1.5658rem;
  line-height: 1.5658rem;
  color: #3D3D3D;
  margin-bottom: 2.2965rem;
  position: relative;
  cursor: pointer;
}
.wyh-left-title li::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: -1.4614rem;
  width: 0;
  height: 0;
  border-top: 0.5741rem solid transparent;
  border-right: 0.4697rem solid #005BAA;
  border-bottom: 0.5741rem solid transparent;
  opacity: 0;
}
.wyh-left-title li:hover,
.wyh-left-title li.active {
  color: #005BAA;
}
.wyh-left-title li:hover::before,
.wyh-left-title li.active::before {
  opacity: 1;
}
.wyh-left-title li:last-child {
  margin-bottom: 0;
}
.wyh-right-cont {
  overflow: hidden;
  margin: -1.6701rem;
}
.wyh-right-cont .tab-cont {
  display: none;
  padding: 1.6701rem;
}
.wyh-right-cont .tab-cont:nth-child(1) {
  display: block;
}
.wyh-right-cont .bg-box {
  margin-right: 7.2025rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.2088rem 1.5658rem 0rem rgba(0, 91, 170, 0.3);
  padding: 3.6534rem 4.6973rem 3.1315rem 4.6973rem;
  min-height: 32.0459rem;
}
.wyh-right-cont .flex-box {
  padding: 2.5052rem 0.7829rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wyh-right-cont .flex-box:first-child {
  padding-top: 0;
}
.wyh-right-cont .flex-box:last-child {
  padding-bottom: 0;
}
.wyh-right-cont .flex-box + .flex-box {
  border-top: 0.0522rem solid rgba(0, 91, 170, 0.2);
}
.wyh-right-cont .td1 {
  width: 5.7933rem;
  color: #3D3D3D;
  font-size: 1.1482rem;
  line-height: 1.5658rem;
  padding-right: 1.5658rem;
  text-align: right;
}
.wyh-right-cont .td2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding-left: 1.4614rem;
  position: relative;
}
.wyh-right-cont .td2::before {
  content: '';
  border-left: 0.0522rem solid rgba(0, 91, 170, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.wyh-right-cont .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wyh-right-cont .item + .item {
  margin-top: 1.0438rem;
}
.wyh-right-cont .name {
  margin-right: 2.6096rem;
  color: #3D3D3D;
  font-size: 1.1482rem;
  line-height: 1.5658rem;
}
.wyh-right-cont .pos {
  font-size: 1.0438rem;
  line-height: 1.5658rem;
  color: #666666;
  max-width: 100%;
}
.jj-index3 {
  padding-top: 6.8894rem;
  padding-bottom: 4.6973rem;
  position: relative;
}
.jj-index3::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 62%;
  background: #005BAA url(xxl-ydyl-bg4.png) no-repeat right bottom / 22.6514rem 25.8873rem;
}
.ny-ejlm-title {
  font-size: 2.0877rem;
  font-weight: bold;
  line-height: 2.6096rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 3.1315rem;
  position: relative;
  z-index: 2;
}
.ny-ejlm-title a {
  color: #FFFFFF;
}
.ny-ejlm-title a:hover {
  color: #FFFFFF;
}
.ny-box {
  min-height: calc(100vh - 15.6576rem);
  padding: 4.1754rem 0 4.6973rem 0;
  background: #FFF;
}
.ny-top-title {
  color: #005BAA;
  font-size: 2.714rem;
  font-weight: bold;
  line-height: 3.1315rem;
  padding-bottom: 1.5658rem;
  border-bottom: 0.0522rem solid #E8E8E8;
  margin-bottom: 2.6096rem;
}
.rc-swiper {
  margin-left: -0.261rem;
  margin-right: -0.261rem;
  margin-bottom: 1.5658rem;
}
.rc-swiper .swiper-slide {
  padding-left: 0.261rem;
  padding-right: 0.261rem;
}
.rc-swiper .swiper-slide.active .lm-title {
  color: #FFF;
  background: #005BAA;
}
.rc-swiper .lm-title {
  color: #3D3D3D;
  font-size: 1.0438rem;
  line-height: 1.5658rem;
  padding: 0 0.6263rem;
  cursor: pointer;
  text-align: center;
  background: #FFF;
  border-radius: 0.2088rem;
  transition: all 0.3s;
}
.rc-swiper .lm-title:hover {
  color: #FFF;
  background: #005BAA;
}
.rc-form-box {
  background: #F1F5F8;
  padding: 0.7829rem 5.2192rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.0877rem;
}
.rc-form-box span {
  color: #3D3D3D;
  font-size: 0.9395rem;
  line-height: 2.0877rem;
}
.rc-form-box .rc-inp {
  width: 29.3319rem;
  height: 2.0877rem;
  background: #FFFFFF;
  border: 0.0522rem solid #E8E8E8;
  color: #999999;
  font-size: 0.9395rem;
  line-height: 1.9833rem;
  padding: 0 0.7829rem;
  transition: all 0.3s;
}
.rc-form-box .rc-inp::input-placeholder {
  color: #999999;
  font-size: 0.9395rem;
}
.rc-form-box .rc-inp::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.9395rem;
}
.rc-form-box .rc-inp::-moz-placeholder {
  color: #999999;
  font-size: 0.9395rem;
}
.rc-form-box .rc-inp::-moz-placeholder {
  color: #999999;
  font-size: 0.9395rem;
}
.rc-form-box .rc-inp::-ms-input-placeholder {
  color: #999999;
  font-size: 0.9395rem;
}
.rc-form-box .sub {
  width: 3.7578rem;
  height: 2.0877rem;
  border-radius: 0.2088rem;
  font-size: 0.9395rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 2.0877rem;
  background: #005BAA;
  cursor: pointer;
  transition: all 0.3s;
}
.rc-form-box .sub:hover {
  background: #F07C00;
}
.rc-group {
  margin-bottom: 2.6096rem;
}
.rc-group:last-child {
  margin-bottom: 0;
}
.rc-group .rc-lm-title {
  color: #3D3D3D;
  font-size: 1.2526rem;
  font-weight: bold;
  line-height: 1.5658rem;
  padding: 0.7829rem 1.5658rem;
  border-left: 0.2088rem solid #005BAA;
  background: #F1F5F8;
}
.rc-item {
  display: block;
  margin-top: 2.0877rem;
}
.rc-item .img-box {
  float: left;
  margin-right: 1.5658rem;
  width: 6.8894rem;
  height: 9.6033rem;
  overflow: hidden;
}
.rc-item .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.rc-item .info {
  overflow: hidden;
}
.rc-item .info p {
  font-size: 0.9395rem;
  line-height: 1.4614rem;
  color: #3D3D3D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rc-item .name {
  color: #3D3D3D;
  font-size: 1.1482rem;
  font-weight: bold;
  line-height: 1.5658rem;
  padding-bottom: 0.4175rem;
  margin-bottom: 0.6263rem;
  border-bottom: 0.0522rem solid #D8D8D8;
  position: relative;
}
.rc-item .name:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.0522rem;
  width: 1.357rem;
  height: 0.1566rem;
  background: #005BAA;
  transition: all 0.3s;
}
.rc-item .more {
  width: 3.1315rem;
  height: 1.5658rem;
  border-radius: 0.5219rem 0rem 0.5219rem 0rem;
  background-image: url(xxl-ydyl-icon16.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #005BAA;
  background-size: 1.0438rem 0.5219rem;
  cursor: pointer;
  margin-top: 0.6263rem;
  transition: all 0.3s;
}
.rc-item:hover .img-box img {
  transform: scale(1.1);
}
.rc-item:hover .name {
  color: #005BAA;
}
.rc-item:hover .name:before {
  width: 100%;
}
.rc-detail-top {
  padding: 2.0877rem 3.1315rem;
  margin-bottom: 2.6096rem;
  background: url(xxl-ydyl-bg7.png) no-repeat right bottom / 20.4593rem 18.7891rem, url(xxl-ydyl-bg8.png) no-repeat center center / cover;
}
.rc-detail-top .img-box {
  float: left;
  width: 10.4384rem;
  border: 0.2088rem solid #FFFFFF;
  margin-right: 3.1315rem;
  overflow: hidden;
}
.rc-detail-top .img-box img {
  width: 100%;
  height: 100%;
}
.rc-detail-top .info {
  overflow: hidden;
  padding-top: 0.6263rem;
}
.rc-detail-top .info h1 {
  font-size: 1.6701rem;
  font-weight: bold;
  line-height: 2.0877rem;
  color: #FFFFFF;
  padding-bottom: 0.8873rem;
  border-bottom: 0.0522rem solid rgba(255, 255, 255, 0.14);
  margin-bottom: 0.4175rem;
}
.rc-detail-top .info li {
  float: left;
  min-width: 50%;
  line-height: 0;
}
.rc-detail-top .info li span {
  display: inline-block;
  font-size: 1.0438rem;
  line-height: 2.5052rem;
  color: #FFFFFF;
}
.rc-detail-top .info li span:nth-child(1) {
  width: 5.7411rem;
  text-align-last: justify;
}
.rc-group-txt {
  margin-bottom: 2.6096rem;
}
.rc-group-txt:last-child {
  margin-bottom: 0;
}
.rc-group-txt .title {
  font-size: 1.2526rem;
  font-weight: bold;
  line-height: 1;
  color: #3D3D3D;
  padding-left: 2.5052rem;
  padding-bottom: 1.0438rem;
  border-bottom: 0.0522rem solid #E8E8E8;
  background-image: url(xxl-ydyl-icon17.png);
  background-repeat: no-repeat;
  background-size: 1.1482rem 1.0438rem;
  background-position: left top;
  margin-bottom: 1.357rem;
}
.rc-group-txt .txt {
  font-size: 1.0438rem;
  line-height: 1.8789rem;
  text-align: justify;
  color: #3D3D3D;
}
.ny-top-nav {
  padding: 1.8267rem 0;
  background: linear-gradient(0deg, #F1F5F8, #F1F5F8), linear-gradient(0deg, #D7DFE7, #D7DFE7), #D9E4E4;
}
.ny-top-nav .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ny-top-nav a {
  display: inline-block;
  font-size: 1.2526rem;
  line-height: 1.5658rem;
  text-align: center;
  color: #005BAA;
  background: #FFFFFF;
  padding: 0.5219rem 2.0877rem;
  margin-right: 0.6263rem;
  transition: all 0.3s;
}
.ny-top-nav a:hover,
.ny-top-nav a.active {
  background: #005BAA;
  color: #FFF;
}
.ny-top-nav a:last-child {
  margin-right: 0;
}
.yjfx-dp-box .title {
  font-size: 1.6701rem;
  font-weight: bold;
  line-height: 2.1921rem;
  text-align: center;
  color: #3D3D3D;
  padding-bottom: 1.8267rem;
  border-bottom: 0.1566rem solid #005BAA;
  margin-bottom: 2.0877rem;
}
.yjfx-dp-box .txt {
  font-size: 1.0438rem;
  line-height: 1.8789rem;
  text-align: justify;
  color: #3D3D3D;
}
.yjfx-dp-box .txt p {
  margin-bottom: 1.0438rem;
}
.yjfx-dp-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 52.1921rem;
}
.tw-list li {
  margin-bottom: 2.0877rem;
}
.tw-list li:last-child {
  margin-bottom: 0;
}
.tw-list a {
  display: block;
}
.tw-list a:hover .img-box img {
  transform: scale(1.1);
}
.tw-list a:hover .info {
  background: linear-gradient(270deg, #10BBE1 0%, #1B73C8 100%), #D8D8D8;
}
.tw-list a:hover .date,
.tw-list a:hover .title,
.tw-list a:hover .desc {
  color: #fff;
}
.tw-list .img-box {
  float: left;
  width: 23.2777rem;
  height: 15.3445rem;
  overflow: hidden;
  background: #FFF;
}
.tw-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.tw-list .info {
  height: 15.3445rem;
  overflow: hidden;
  background: #FFF;
  transition: all 0.3s;
  padding: 1.4614rem 2.4008rem 1.5658rem 2.4008rem;
}
.tw-list .date {
  font-size: 0.8351rem;
  line-height: 1;
  color: #005BAA;
  margin-bottom: 1.4092rem;
}
.tw-list .date span {
  font-size: 1.5658rem;
  font-weight: bold;
  padding-right: 0.4175rem;
}
.tw-list .title {
  font-size: 1.2526rem;
  font-weight: bold;
  line-height: 1.5658rem;
  color: #383838;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1.2526rem;
}
.tw-list .desc {
  font-size: 0.9395rem;
  line-height: 1.5658rem;
  color: #808080;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.6973rem;
}
.fy-box {
  padding-top: 3.1315rem;
}
.comp-pages {
  padding-top: 0;
}
.comp-pages .page-pc {
  justify-content: center;
}
.comp-pages .page-pc ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  font-size: 0.7307rem;
  line-height: 1.9833rem;
  color: #000000;
  min-width: 2.0877rem;
  height: 2.0877rem;
  border-radius: 0.2088rem;
  border: 0.0522rem solid #E5E5E5;
  padding-left: 0.6785rem;
  padding-right: 0.6785rem;
  margin-left: 0.2088rem;
  margin-right: 0.2088rem;
}
.comp-pages .page-pc span {
  background: #0451B0;
  border: 0.0522rem solid #0451B0;
  color: #FFF;
}
.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: #0451B0;
  border: 0.0522rem solid #0451B0;
  color: #FFF;
}
.comp-pages .page-phone {
  background: #0451B0;
  height: 2.4008rem;
  line-height: 2.4008rem;
  border-radius: 0.4175rem;
  font-size: 0.8351rem;
}
.lw-ny-box .col-lg-6:nth-child(2n+1) {
  clear: left;
}
.m30 {
  margin: 0 -1.5658rem;
}
.p30 {
  padding: 0 1.5658rem;
}
.lw-ny-list {
  display: block;
  background: #FFFFFF;
  padding: 2.6096rem 3.1315rem;
  box-shadow: 0rem 0.2088rem 1.0438rem 0rem rgba(0, 91, 170, 0.2);
  margin-bottom: 3.1315rem;
  transition: all 0.5s;
}
.lw-ny-list:hover {
  background: linear-gradient(270deg, #10BBE1 0%, #1B73C8 100%);
}
.lw-ny-list:hover .title,
.lw-ny-list:hover .dyzz {
  color: #FFF;
}
.lw-ny-list .title {
  font-size: 1.0438rem;
  font-weight: bold;
  line-height: 1.7745rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5491rem;
  margin-bottom: 1.0438rem;
}
.lw-ny-list .dyzz {
  font-size: 0.8351rem;
  line-height: 1.4614rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.9228rem;
}
.details-page .detail-top .title-s {
  max-width: 100%;
  font-size: 1.5658rem;
  color: #3D3D3D;
}
.details-page .detail-top .top-other {
  background: #F1F5F8;
  padding: 0.9395rem 2.0877rem;
  color: #999999;
  font-size: 0.8351rem;
  font-weight: bold;
  margin-top: 1.8267rem;
}
.details-page .detail-top .top-other span {
  line-height: 1.7745rem;
}
.details-page .detail-top {
  margin-bottom: 2.0877rem;
  border-bottom: none;
  padding-bottom: 0;
}
.details-page .share-xl .social-share a {
  width: 1.7745rem;
  height: 1.7745rem;
  margin: 0 0 0 0.8351rem;
}
.details-page .main-cont {
  font-size: 0.9395rem;
  line-height: 1.8789rem;
  text-align: justify;
  color: #3D3D3D;
}
.details-page .main-cont.cont-xilan.dp-cont {
  font-size: 0.9395rem;
  line-height: 1.8789rem;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 1.0438rem;
}
.details-page .main-cont.cont-xilan img {
  width: auto;
  max-width: 41.7537rem;
}
.social-share .icon-wechat .wechat-qrcode {
  left: -5.9499rem;
  border: 0.0522rem solid #eee;
  top: -10.6994rem;
  width: 8.3507rem;
  height: 10.0209rem;
  font-size: 0.6263rem;
  box-shadow: 0 0.1044rem 0.5219rem #aaa;
}
.social-share .icon-wechat .wechat-qrcode:after {
  margin-left: 2.4008rem;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  height: 1.357rem;
  line-height: 1.357rem;
  font-size: 0.6263rem;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 5.4802rem;
  height: 5.2192rem;
  margin: 0.5219rem auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode img {
  width: 100%;
  height: 100%;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-size: 0.7307rem;
  line-height: 0.8351rem;
}
.gx-index {
  padding: 4.6973rem 0;
  background: linear-gradient(0deg, #F1F5F8, #F1F5F8), #FFFFFF;
}
.gx-index:nth-child(2n) {
  background: #FFF;
}
.gx-index:nth-child(2n) .img-box {
  float: right;
  margin-right: 0;
  margin-left: 4.1754rem;
}
.gx-index .img-box {
  float: left;
  width: 39.666rem;
  height: 26.1482rem;
  margin-right: 4.1754rem;
  overflow: hidden;
}
.gx-index .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.gx-index .info {
  overflow: hidden;
  padding: 1.0438rem 0;
}
.gx-index h2 {
  font-size: 2.1921rem;
  font-weight: bold;
  line-height: 2.6096rem;
  color: #005BAA;
  margin-bottom: 1.9833rem;
}
.gx-index .desc {
  font-size: 1.0438rem;
  line-height: 1.8789rem;
  color: #3D3D3D;
  text-align: justify;
  margin-bottom: 1.5658rem;
}
.gx-index .index-title .more {
  float: left;
  margin-top: 0;
}
.tw-list2 li {
  margin-bottom: 3.1315rem;
}
.tw-list2 li:last-child {
  margin-bottom: 0;
}
.tw-list2 a {
  display: block;
  background: #FFFFFF;
  padding: 3.1315rem 4.1754rem;
  box-shadow: 0rem 0.2088rem 1.0438rem 0rem rgba(0, 91, 170, 0.2);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.tw-list2 a::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 18.737rem;
  height: 23.4864rem;
  opacity: 0;
  transition: all 0.3s;
  background: url(xxl-ydyl-bg10.png) no-repeat right bottom / 100% auto;
}
.tw-list2 a:hover {
  background: linear-gradient(0deg, #F1F5F8, #F1F5F8), #FFFFFF;
}
.tw-list2 a:hover::before {
  opacity: 1;
}
.tw-list2 a:hover .img-box img {
  transform: scale(1.1);
}
.tw-list2 a:hover .title {
  color: #005BAA;
}
.tw-list2 .img-box {
  float: left;
  width: 26.096rem;
  height: 17.2234rem;
  overflow: hidden;
  margin-right: 4.1754rem;
}
.tw-list2 .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.tw-list2 .info {
  overflow: hidden;
  padding-top: 1.0438rem;
  position: relative;
  z-index: 1;
}
.tw-list2 .title {
  font-size: 1.1482rem;
  font-weight: bold;
  line-height: 1.5658rem;
  color: #3D3D3D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 1.5658rem;
  margin-bottom: 1.8789rem;
  border-bottom: 0.0522rem solid #D8D8D8;
  position: relative;
}
.tw-list2 .title::before {
  position: absolute;
  content: '';
  width: 5.9499rem;
  height: 0.1566rem;
  left: 0;
  bottom: -0.0522rem;
  background: #005BAA;
}
.tw-list2 .desc {
  font-size: 0.9395rem;
  line-height: 1.8789rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 9.3946rem;
}
.wz-list li {
  border-bottom: 0.0522rem solid #E8E8E8;
}
.wz-list li:first-child a {
  padding-top: 0;
}
.wz-list li:first-child a::before {
  top: 0;
  transform: translateY(0);
}
.wz-list a {
  display: block;
  padding: 2.1399rem 10.4384rem 2.1399rem 2.0877rem;
  position: relative;
}
.wz-list a::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 2.0877rem;
  width: 1.7745rem;
  height: 1.7745rem;
  background-image: url(xxl-ydyl-icon18.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.wz-list a:hover::before {
  background-image: url(xxl-ydyl-icon19.png);
}
.wz-list a:hover .date,
.wz-list a:hover .title {
  color: #005BAA;
}
.wz-list .date {
  float: left;
  margin-right: 2.8706rem;
  font-size: 0.8351rem;
  line-height: 1;
  color: #999999;
}
.wz-list .date span {
  font-size: 1.9833rem;
  font-weight: bold;
  padding-right: 0.5219rem;
}
.wz-list .title {
  font-size: 1.2526rem;
  line-height: 1.9833rem;
  color: #383838;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cg-index1 {
  padding-top: 6.263rem;
  background: #FFF url(xxl-ydyl-bg9.png) no-repeat right bottom / 28.2881rem 38.7265rem;
}
.ny-ejlm-title2 {
  color: #005BAA;
}
.ny-ejlm-title2 a {
  color: #005BAA;
}
.ny-ejlm-title2 a:hover {
  color: #005BAA;
}
.kyjz-swiper-box {
  position: relative;
  padding-bottom: 6.263rem;
  margin-bottom: 6.263rem;
  border-bottom: 0.0522rem solid #D8D8D8;
}
.kyjz-button-box {
  position: absolute;
  right: 13.5699rem;
  top: -4.1754rem;
}
.kyjz-button-box .kyjz-prev,
.kyjz-button-box .kyjz-next {
  width: 2.6096rem;
  height: 2.6096rem;
  background-color: #F1F5F8;
  background-size: 0.7307rem 1.2004rem;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.kyjz-button-box .kyjz-prev::after,
.kyjz-button-box .kyjz-next::after {
  display: none;
}
.kyjz-button-box .kyjz-prev {
  left: auto;
  right: 3.4447rem;
  background-image: url(xxl-ydyl-icon12.png);
}
.kyjz-button-box .kyjz-next {
  right: 0;
  background-image: url(xxl-ydyl-icon13.png);
}
.cg-kyjz-swiper {
  margin-right: -4.1754rem;
}
.cg-kyjz-swiper .swiper-slide {
  padding-right: 3.1315rem;
  width: auto;
}
.cg-kyjz-box {
  display: block;
}
.cg-kyjz-box:hover .img-box img {
  transform: scale(1.1);
}
.cg-kyjz-box:hover .title {
  color: #005BAA;
}
.cg-kyjz-box .img-box {
  float: left;
  width: 41.7537rem;
  height: 27.5574rem;
  overflow: hidden;
  background: #FFF;
}
.cg-kyjz-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cg-kyjz-box .info {
  float: left;
  width: 33.1942rem;
  height: 22.3382rem;
  padding: 3.1315rem;
  position: relative;
  top: 2.6096rem;
  margin-left: -4.6973rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.2088rem 1.0438rem 0rem rgba(0, 91, 170, 0.2);
}
.cg-kyjz-box .title {
  font-size: 1.5658rem;
  font-weight: bold;
  line-height: 2.1921rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4.3841rem;
  margin-bottom: 1.2526rem;
}
.cg-kyjz-box .desc {
  font-size: 1.0438rem;
  line-height: 1.8789rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 7.5157rem;
  margin-bottom: 1.5658rem;
}
.cg-kyjz-box .date {
  padding-left: 1.4092rem;
  font-size: 0.9395rem;
  line-height: 1;
  color: #005BAA;
  background: url(xxl-ydyl-icon7.png) no-repeat left center / 0.7307rem 0.7307rem;
}
.lw-zl-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.1315rem;
}
.lw-zl-title li {
  font-size: 2.0877rem;
  line-height: 2.6096rem;
  color: #3D3D3D;
  margin-right: 6.263rem;
  cursor: pointer;
}
.lw-zl-title li:last-child {
  margin-right: 0;
}
.lw-zl-title li:hover,
.lw-zl-title li.active {
  font-weight: bold;
  color: #005BAA;
}
.lw-zl-tabcont > div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
}
.lw-zl-tabcont > div:first-child {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.lw-zl-tabcont .swiper-button-prev,
.lw-zl-tabcont .swiper-button-next {
  width: 1.0438rem;
  height: 1.6701rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lw-zl-tabcont .swiper-button-prev::after,
.lw-zl-tabcont .swiper-button-next::after {
  display: none;
}
.lw-zl-tabcont .swiper-button-prev {
  left: 1.0438rem;
  background-image: url(xxl-ydyl-icon20.png);
}
.lw-zl-tabcont .swiper-button-next {
  right: 1.0438rem;
  background-image: url(xxl-ydyl-icon21.png);
}
.lw-swiper {
  margin: -1.3048rem -1.3048rem;
}
.lw-swiper .swiper-slide {
  padding: 1.3048rem 1.3048rem;
}
.lw-item {
  display: block;
  padding: 2.3486rem 59.9995px;
  background: #FFFFFF;
  box-shadow: 0rem 0.2088rem 1.0438rem 0rem rgba(0, 91, 170, 0.2);
}
.lw-item .title {
  font-size: 1.1482rem;
  font-weight: bold;
  line-height: 1.7745rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 7.0981rem;
  margin-bottom: 0.6263rem;
}
.lw-item .dyzz {
  font-size: 0.9395rem;
  line-height: 1.4614rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.3841rem;
}
.lw-item:hover .title {
  color: #005BAA;
}
.cg-index2 {
  overflow: hidden;
  margin-top: 6.263rem;
  padding-top: 6.263rem;
  position: relative;
}
.cg-index2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 76.2004rem;
  height: 29.4885rem;
  background: #005BAA url(xxl-ydyl-bg11.png) no-repeat 22% top / 40.762rem 19.7808rem;
}
.cg-index3 {
  background: #F1F5F8;
  padding-bottom: 6.263rem;
}
.kyxm-img {
  float: left;
  width: 50.1044rem;
  height: 33.0376rem;
}
.kyxm-img .kyxm-img-box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.kyxm-img .kyxm-img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.kyxm-img:hover .kyxm-img-box img {
  transform: scale(1.1);
}
.kyxm-txt {
  float: left;
  width: calc(100% - 48.0689rem);
  height: 35.1253rem;
  margin: -1.0438rem;
}
.kyxm-txt .swiper-slide {
  padding: 1.0438rem;
}
.kyxm-txt .kyxm-buttom {
  position: absolute;
  left: 4.1754rem;
  bottom: 5.7411rem;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.kyxm-txt .kyxm-buttom > div {
  position: static;
}
.kyxm-txt .kyxm-buttom .kyxm-prev,
.kyxm-txt .kyxm-buttom .kyxm-next {
  margin: 0;
  width: 0.7307rem;
  height: 1.2004rem;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.kyxm-txt .kyxm-buttom .kyxm-prev::after,
.kyxm-txt .kyxm-buttom .kyxm-next::after {
  display: none;
}
.kyxm-txt .kyxm-buttom .kyxm-prev {
  background-image: url(xxl-ydyl-icon12.png);
}
.kyxm-txt .kyxm-buttom .kyxm-next {
  background-image: url(xxl-ydyl-icon13.png);
}
.kyxm-txt .kyxm-buttom .kyxm-pagination {
  width: auto;
  font-size: 1.0438rem;
  line-height: 1.7745rem;
  color: #005BAA;
  margin: 0 1.5658rem;
}
.kyxm-txt .kyxm-buttom .kyxm-pagination .current {
  font-size: 1.7745rem;
  font-weight: bold;
}
.kyxm-info {
  display: block;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0rem 0.2088rem 1.0438rem 0rem rgba(0, 91, 170, 0.2);
  padding: 4.6973rem 3.1315rem;
}
.kyxm-info .title {
  font-size: 1.5658rem;
  font-weight: bold;
  line-height: 2.1921rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4.3841rem;
  margin-bottom: 1.7745rem;
}
.kyxm-info .desc {
  font-size: 1.0438rem;
  line-height: 1.8789rem;
  color: #3D3D3D;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 7.5157rem;
  margin-bottom: 2.6096rem;
}
.kyxm-info .date {
  font-size: 0.9395rem;
  line-height: 1;
  color: #005BAA;
  padding-left: 1.4092rem;
  background: url(xxl-ydyl-icon7.png) no-repeat left center / 0.7307rem 0.7307rem;
}
.kyxm-info:hover .title {
  color: #005BAA;
}
.no-data {
  padding: 2.6096rem 0;
  text-align: center;
  font-size: 1.0438rem;
  line-height: 1.5658rem;
  color: #3D3D3D;
}
