.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
.h28 {
  font-size: 28px;
}
.h40 {
  font-size: 40px;
}
@media (max-width: 1599px) {
  .h60 {
    font-size: 50px;
  }
  .h50 {
    font-size: 42px;
  }
}
@media (max-width: 1279px) {
  .h60 {
    font-size: 40px;
  }
  .h50 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h60 {
    font-size: 34px;
  }
  .h50 {
    font-size: 32px;
  }
}
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 24px;
  }
  .h28 {
    font-size: 26px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}

@-webkit-keyframes moveBounce-zy {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveBounce-zy {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.no-gutter > [class*=col-] {padding: 0;}
.more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-animation: moveBounce-zy 3s linear infinite;
          animation: moveBounce-zy 3s linear infinite;
}
.more i {position: relative;width: 51px;height: 28px;background: url(/eportal/uiFramework/commonResource/image/2025040703002084541.png) no-repeat left center;display: inline-block;float: right;}
.more i::before {
  content: "";
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 28px;
  width: 28px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1366px) {
  .more i::before {width: 25px;height: 25px; }
}
@media (max-width: 1199px) {
  .more i::before {width: 22px;height: 22px; }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @iconBgCol - 图标颜色
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #F5F8FC;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #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: #004EC0;
}
.comp-text-list-01 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #F5F8FC;
  padding: 20px 30px;
  color: #666666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #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: #333333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #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: #333333;
  background: #F5F8FC;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #F5F8FC;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #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: #333333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #004EC0;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-06 .box-s:before {
  background-color: #004EC0;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-07 .box-s .box-date {
  color: #333333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #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: #666666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #F5F8FC;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #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: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #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: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #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: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #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: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #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: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #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: #F5F8FC;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #004EC0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #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: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #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: #004EC0;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #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: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #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: #004EC0;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #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: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #F5F8FC;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #F5F8FC;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 25px;
}
.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: #004EC0;
  border: 1px solid #004EC0;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #004EC0;
  border: 1px solid #004EC0;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #004EC0;
  display: none !important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DFE7;
  padding-bottom: 8px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #898B92;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #333;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #D9DFE7;
  padding-top: 30px;
  line-height: 24px;
  color: #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: #195AB4;
}
.details-page .cont-page .a-page:hover a {
  color: #195AB4;
}
.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: 34px;
  height: 34px;
  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;
}
.share-xl .social-share a.icon-google {
  background: url("comm-google.png");
  background-size: contain;
}
.share-xl .social-share a.icon-twitter {
  background: url("comm-twitter.png");
  background-size: contain;
}
.share-xl .social-share a.icon-facebook {
  background: url("comm-facebook.png");
  background-size: contain;
}
.share-xl .social-share a.icon-linkedin {
  background: url("comm-linkedin.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item a.cur {
  color: #004EC0;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #fff;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #FFA200;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.side-menu .menu-title {
  background: #004EC0;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.side-menu .menu-cont {
  background-color: #F5F8FC;
}
.side-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}
.side-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #004EC0;
}
.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3D55A7;
}
.side-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #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: #004EC0;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
tbody,
tr,
th,
td,
input,
textarea {
  color: #FFF;
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
}
body,
.wrapper {
  overflow-X: hidden;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #1059c4;
  border-radius: 5px;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  width: auto;
  padding-left: 8.3333rem;
  padding-right: 8.3333rem;
}
.row {
  margin-left: -0.7813rem;
}
.col-szxjy {
  padding-left: 0.7813rem;
  padding-right: 0.7813rem;
}
body {
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
}
/*深圳先进院 所级网站*/
.nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 7.0313rem;
  border: none;
  box-shadow: none;
  z-index: 999;
  padding: 1.7188rem 0;
  background: none;
  position: relative;
}
nav.navbar.bootsnav::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 15.3125rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208072871970.png) no-repeat center top;
  background-size: cover;
}
nav.navbar.bootsnav .container-fluid {
  padding-left: 4.1667rem;
  padding-right: 7.2917rem;
  position: relative;
}
nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
  height: 3.125rem;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
nav.navbar.bootsnav ul.nav {
  float: right;
}
nav.navbar.bootsnav ul.nav > li {
  margin-left: 3.6458rem;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:first-child {
  margin-left: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  position: relative;
  padding: 0;
  text-align: center;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  position: absolute;
  content: '';
  left: 50%;
  width: 0;
  bottom: -2px;
  height: 2px;
  background: #FFF;
  transform: translateX(-50%);
  transition: all 0.5S;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent !important;
  color: #ffffff !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
  width: 80%;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #0E0E0E;
}
nav.navbar.bootsnav.scroll::before {
  display: none;
}
nav.navbar.bootsnav.scroll ul.nav > li > a:hover,
nav.navbar.bootsnav.scroll ul.nav > li > a:focus,
nav.navbar.bootsnav.scroll ul.nav > li.active > a:hover,
nav.navbar.bootsnav.scroll ul.nav > li.active > a:focus,
nav.navbar.bootsnav.scroll ul.nav > li.active > a,
nav.navbar.bootsnav.scroll ul.nav > li.dropdown.on > a {
  color: #ffffff !important;
}
.nav-right-box {
  float: right;
  position: relative;
}
.nav-right-box .header-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.6771rem;
}
.nav-right-box .header-other {
  float: left;
  position: relative;
}
.nav-right-box .header-other li {
  float: left;
}
.nav-right-box .header-other li a {
  display: block;
  font-size: 0.7292rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4583rem;
}
.nav-right-box .header-other li a:hover {
  color: #ffffff;
}
.nav-right-box .header-other-pc li {
  margin-right: 1.7708rem;
  position: relative;
}
.nav-right-box .header-other-pc li::before {
  position: absolute;
  content: '';
  top: 0.4688rem;
  right: -0.8333rem;
  width: 0.0521rem;
  height: 0.5208rem;
  background: rgba(255, 255, 255, 0.32);
}
.nav-right-box .header-other-ph li {
  margin-right: 1.3542rem;
}
.nav-right-box .header-other-ph li:last-child {
  margin-right: 0;
}
.search-trigger {
  width: 1.4583rem;
  height: 1.4583rem;
  border: 0.0521rem solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: url("/eportal/uiFramework/commonResource/image/2025040703051234998.png") no-repeat center center;
  background-size: 0.625rem 0.625rem;
  cursor: pointer;
  transition: all 0.5s;
}
.search-trigger:hover {
  background-color: #166AE7;
  border: 0.0521rem solid #166AE7;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 12, 12, 0.85);
  padding: 1.0417rem;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 4.1667rem;
  top: 2.8646rem;
  width: 1.6667rem;
  height: 1.6667rem;
  background: url('/eportal/uiFramework/commonResource/image/2025010208362425277.png') no-repeat center center;
  background-size: contain;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.search-box {
  background: transparent;
  border: 0.0521rem solid rgba(1, 78, 192, 0.6);
  border-radius: 1.5625rem;
  position: relative;
  max-width: 41.6667rem;
  margin-left: auto;
  margin-right: auto;
}
.search-box .s-inp {
  width: 100%;
  height: 3.125rem;
  line-height: 3.0208rem;
  font-size: 0.9375rem;
  padding-left: 2.3958rem;
  padding-right: 10.4167rem;
  color: #166AE7;
}
.search-box input::input-placeholder {
  color: rgba(156, 157, 175, 0.5);
}
.search-box input::-webkit-input-placeholder {
  color: rgba(156, 157, 175, 0.5);
}
.search-box input::-moz-placeholder {
  color: rgba(156, 157, 175, 0.5);
}
.search-box input::-moz-placeholder {
  color: rgba(156, 157, 175, 0.5);
}
.search-box input::-ms-input-placeholder {
  color: rgba(156, 157, 175, 0.5);
}
.search-box .s-btn {
  width: 7.2917rem;
  height: 3.125rem;
  background: #014EC0;
  border-radius: 1.5625rem;
  line-height: 3.125rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  text-align: center;
}
.search-box .s-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.1458rem;
  height: 1.25rem;
  background: url(/eportal/uiFramework/commonResource/image/2025040703051234998.png) no-repeat center center;
  background-size: 100% 100%;
}
.navbar .toggle {
  display: block;
  width: 4.6875rem;
  height: 4.6875rem;
  margin-top: 0;
  padding-left: 0;
  right: -7.2917rem;
  top: -1.5625rem;
}
.navbar .toggle span {
  width: 2.5rem;
  height: 1.7708rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208254021773.png) no-repeat center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.navbar .toggle span::before,
.navbar .toggle span::after {
  display: none;
}

.fix-rightbtn {
  position: fixed;
  right: 0;
  bottom: 35%;
  transform: translateY(50%);
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transform-origin: right center;
  z-index: 2;
  border-radius: 50% 0 0 50%;
  overflow: hidden;
  transition: all 0.3s;
}
.fix-rightbtn a {
  display: block;
  width: 4.2708rem;
  height: 8.8542rem;
  background-image: url(/eportal/uiFramework/commonResource/image/2025010208404673376.png);
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.5s;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.4583rem;
}
.fix-rightbtn a span {
  font-size: 1.1458rem;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  display: block;
  width: 1.5625rem;
  letter-spacing: 0.1042rem;
  transition: all 0.5s;
}
.fix-rightbtn a img {
  width: 0.4167rem;
  height: 0.6771rem;
}
.fix-rightbtn.showdiv {
  opacity: 1;
  transform: none;
  transition: all 1s ease-out 0.5s;
}
.fix-rightbtn:hover {
  transform: scale(1.1);
}
.fix-rightbtn:hover a {
  background-image: url(/eportal/uiFramework/commonResource/image/2025010208453567079.png);
}
.fix-rightbtn:hover a span {
  color: rgba(255, 255, 255, 0.8);
}

footer {
  color: rgba(255, 255, 255, 0.7);
  padding: 5.5208rem 0 9.375rem;
}
footer .logo {height: 7.2396rem;margin-right: calc(30px + 2.6042rem);padding-right: calc(30px + 2.6042rem);border-right: rgba(255, 255, 255, 0.4) solid 1px;float: left;}
footer .logo img {height: 100%;}
footer .info {font-size: .7813rem;line-height: 3;color: #ffffff;float: left;}
footer .info span,
footer .info a {
  margin: 0 0.5208rem;
  display: inline-block;
}
footer .info a:hover {
  color: #ffffff;
}
footer .right {
  display: block;
  float: right;
  margin: .4167vw 0 0;
}

footer .footer-link {position: relative;}
footer .footer-link li {
  float: left;
  position: relative;
  margin-right: 2.6042vw;
}
footer .footer-link li:last-child {margin-right: 0;}
footer .footer-link li:hover .ewm-box {
  display: block;
}
footer .footer-link li > a {
  display: block;
  width: auto;
  height: 6.3542vw;
}
footer .footer-link li > a img {
  width: 100%;
  height: 100%;
}
footer .footer-link li .ewm-box {
  display: none;
  height: 0;
  width: 10.2083vw;
  height: 10.2083vw;
  border-radius: 0.2083rem;
  position: absolute;
  top: -11.6vw;
  left: 50%;
  transition: all 0.5s;
  -webkit-border-radius: 0.2083rem;
  -moz-border-radius: 0.2083rem;
  -ms-border-radius: 0.2083rem;
  -o-border-radius: 0.2083rem;
  margin-left: -5.1045vw;
  -ms-box-shadow: 0px 0px 30px 0px rgba(22, 110, 173, 0.9);
  -o-box-shadow: 0px 0px 30px 0px rgba(22, 110, 173, 0.9);
  -moz-box-shadow: 0px 0px 30px 0px rgba(22, 110, 173, 0.9);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(22, 110, 173, 0.9);
  box-shadow: 0px 0px 30px 0px rgba(22, 110, 173, 0.9);
}
footer .footer-link li .ewm-box::before {
  position: absolute;
  content: '';
  bottom: -0.4167rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.4604rem solid transparent;
  border-right: 0.4604rem solid transparent;
  border-top: 0.4688rem solid #ffffff;
}
footer .footer-link li .ewm-box img {
  border-radius: 0.2083rem;
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-link li .sydw {
  width: 2.9167rem;
  height: 3.5417rem;
}
footer .footer-link li .sydw img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1366px) {
  footer .info {font-size: 1.0981rem;line-height: 2.1;}
}
@media (max-width: 1199px) {
  footer .info {font-size: 1.3672rem;line-height: 1.8;}
  footer .logo {margin-right: 3.125rem;padding-right: 3.7109rem;}
}
@media (max-width: 991px) {
  footer .info {font-size: 1.5854rem;line-height: 1.6;}
}
@media (max-width: 767px) {
  footer .logo {width: 100%;padding-right: 0;margin-right: 0;border: 0;height: 23.2558vw;margin-bottom: 4.6512vw;}
  footer .logo img {display: block;margin: 0 auto;}
  footer .info {font-size: 3.4884rem;text-align: center;width: 100%;padding: 0 6.0465vw;}
  footer .info span, footer .info a {margin: 0 1.3953vw;}
  footer .right {width: 100%;padding-top: 4.6512vw;text-align: center;}
  footer .footer-link {width: 100%;}
  footer .footer-link li {float: none;margin-right: 4.6042vw;display: inline-block;}
  footer .footer-link li > a {height: 14.3542vw;}
  footer .footer-link li .ewm-box {width: 26.2083vw;height: 26.2083vw;top: -29.6vw;margin-left: -13.1045vw;}
  footer .footer-link li .ewm-box::before {bottom: -1.4167rem;border-left: 1.4604rem solid transparent;border-right: 1.4604rem solid transparent;border-top: 1.4688rem solid #ffffff;}
}
/*-----------------------------------------  index  -----------------------------------------*/
.index-banner {
  height: 100vh;
  position: relative;
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .banner-box {
  position: relative;
  height: 100%;
}
.index-banner .banner-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.2917rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208123053204.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 1;
}
.index-banner .banner-box .banner-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-banner .banner-box .banner-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.index-banner .banner-box .banner-video {
  height: 100%;
  overflow: hidden;
}
.index-banner .banner-box .banner-video video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.index-banner .banner-box .banner-title {
  position: absolute;
  z-index: 1;
  left: 4.6875rem;
  right: 20.8333rem;
  bottom: 2.0833rem;
  height: 2.2396rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-banner .banner-box .banner-title span {
  font-size: 1.5625rem;
  color: #FFFFFF;
  line-height: 2.0833rem;
  padding-bottom: 0.1563rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.index-banner .banner-box .banner-title:hover span {
  background-size: 100% 0.1042rem;
}
.index-banner .banner-page {
  position: absolute;
  left: auto !important;
  right: 4.6875rem !important;
  bottom: 2.3958rem !important;
  width: auto !important;
  z-index: 1;
}
.index-banner .swiper-pagination-bullet {
  width: 0.6771rem;
  height: 0.6771rem;
  background: #F2F3F5;
  border-radius: 50%;
  opacity: 0.4;
  text-align: center;
  margin-left: 1.4583rem !important;
  vertical-align: middle;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.5625rem;
  height: 1.5625rem;
  opacity: 1;
  background: url(/eportal/uiFramework/commonResource/image/2025040703054661509.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 0;
}
@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-0.2083rem);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.2083rem);
  }
}
@keyframes bounce-down {
  25% {
    transform: translateY(-0.2083rem);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0.2083rem);
  }
}
.index-bg {
  background: url(/eportal/uiFramework/commonResource/image/2025040703083654398.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 6.4583rem;
  position: relative;
}
.index-bg::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 12.9688rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.index-box {
  padding-bottom: 9.375rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index-title {
  margin-bottom: 3.125rem;
}
.index-title .fl div:nth-child(1) {
  font-family: Arial;
  font-size: 3.125rem;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  background-image: -webkit-linear-gradient(top, #3D9AFD 5%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .5;
}
.index-title .fl div:nth-child(2) {
  position: relative;
  float: left;
  font-weight: bold;
  font-size: 2.2917rem;
  color: #FFFFFF;
  line-height: 1;
  margin-top: -0.625rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: -webkit-linear-gradient(left, #3d9afd 5%,#ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-title .fl div:nth-child(2) span {
  width: 0.3646rem;
  height: 0.3646rem;
  margin: 0 0.8854rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.index-title .fr {
  width: 6.7708rem;
  height: 2.6042rem;
  background: transparent;
  border-radius: 1.3021rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.8333rem;
  color: #FFFFFF;
  line-height: 2.5rem;
  text-align: center;
  transition: all 0.5s;
  margin-top: 1.1979rem;
}
.index-title .fr:hover {
  background: #FFFFFF;
  color: #333;
}

.kyjz-foucs {
  position: relative;
  float: left;
  width: 37.5833rem;
  margin-right: 4.1667rem;
}
.kyjz-foucs a {display: block;}
.kyjz-foucs .img-box {padding: 1.6667rem;background: #ffffff;overflow: hidden;}
.kyjz-foucs .img-box .img {height: 21.3542vw;overflow: hidden;}
.kyjz-foucs .img-box .img img {
  width: 100%;height: 100%;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.kyjz-foucs a:hover .img-box .img img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.kyjz-foucs h2 {font-size: 1.25rem;font-weight: 700;margin-top: 1.3042rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 5.6369rem;
}
.kyjz-foucs h2 span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor));
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  position: relative;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  padding-bottom: 5px;
  line-height: 1.6;
}
.kyjz-foucs a:hover h2 span {background-size: 100% 2px;}
.kyjz-foucs h3 {font-size: .8854rem;margin-top: 1.6667rem;color: #ffffff;opacity: .5;line-height: 1.8;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.1771rem;
}
.kyjz-foucs h4 {font-size: .8854rem;margin-top: 1.2667rem;color: #ffffff;}

.kyjz-list {overflow: hidden;}
.kyjz-list li {
  border-bottom: 1px solid rgba(255, 248, 248, 0.1);
  margin-bottom: 2.9925vw;
  padding-bottom: 2.9925vw;
}
.kyjz-list li:last-child {
  margin-bottom: 0;border: 0;padding-bottom: 0;
}
.kyjz-list li a {
  display: block;position: relative;
}
.kyjz-list li a:hover .more i::before {border: 1px solid #37aeff;background: #0030a1;}
.kyjz-list .img-box {
  padding: 1.0417rem;
  float: right;
  width: 18.8021vw;
  margin-left: 2.0833rem;
  background: #ffffff;
}
.kyjz-list .img-box .img {height: 10.1667rem;overflow: hidden;}
.kyjz-list .img-box .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.kyjz-list li a:hover .img-box .img img {
  transform: scale(1.1);
}
.kyjz-list .info {
  overflow: hidden;
}
.kyjz-list h3 {
  color: #FFFFFF;
  margin-top: .625rem;
  margin-bottom: 0.7813rem;
  max-height: 5.6125vw;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kyjz-list h3 span {
  font-size: 1.0417rem;
  line-height: 1.6;
  padding-bottom: 4px;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  position: relative;
  transition: background-size 0.3s;
}
.kyjz-list li a:hover h3 span {
  background-size: 100% 2px;
}
.kyjz-list .desc {
  font-size: 0.9896rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7708rem;
  max-height: 3.5417rem;
  margin-bottom: 1.6667rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kyjz-list .date {
  font-size: .7813rem;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 1.0417rem;
}
@media (max-width: 1366px) {
  .kyjz-foucs h2 span {font-size: 1.4641rem;}
  .kyjz-foucs h3 {font-size: 1.1713rem;max-height: 4.1728rem;}
  .kyjz-foucs h4 {font-size: 1.1713rem;}
  .kyjz-list .date {font-size: 1.0981rem;}
  .kyjz-list h3 {-webkit-line-clamp: 2;max-height: 4.3924rem;}
  .kyjz-list h3 span {font-size: 1.3177rem;}
  .kyjz-list li {margin-bottom: 3.1962rem;padding-bottom: 3.1962rem;}
}
@media (max-width: 1280px) {
  .kyjz-list h3 {max-height: 4.8438vw;}
}
@media (max-width: 1199px) {
  .kyjz-foucs h2 span {font-size: 1.6602rem;line-height: 1.7;}
  .kyjz-foucs h3 {font-size: 1.4648rem;max-height: 5.2734rem;}
  .kyjz-foucs h4 {font-size: 1.4648rem;}
  .kyjz-list .date {font-size: 1.3672rem;margin-top: 0;}
  .kyjz-list h3 {max-height: 5.6641rem;}
  .kyjz-list h3 span {font-size: 1.5625rem;line-height: 1.5;}
  .kyjz-list li {margin-bottom: 3.7344rem;padding-bottom: 3.7344rem;}
}
@media (max-width: 991px) {
  .kyjz-foucs h2 {max-height: 7.3171rem;}
  .kyjz-foucs h2 span {font-size: 2.0732rem;}
  .kyjz-foucs h3 {font-size: 1.7073rem;line-height: 1.5;max-height: 5.122rem;}
  .kyjz-foucs h4 {font-size: 1.7073rem;}
  .kyjz-list .date {font-size: 1.7073rem;}
  .kyjz-list h3 {max-height: 6.8293rem;}
  .kyjz-list h3 span {font-size: 1.8293rem;line-height: 1.6;}
  .kyjz-list .img-box {width: 21.3415rem;}
  .kyjz-list .img-box .img {height: 11.7073rem;}
  .kyjz-list li {margin-bottom: 3.8293rem;padding-bottom: 3.8293rem;}
}
@media (max-width: 767px) {
  .kyjz-foucs {width: 100%;margin-right: 0;}
  .kyjz-foucs .img-box {padding: 2.7907vw;}
  .kyjz-foucs .img-box .img {height: 55.3488vw;}
  .kyjz-foucs h2 {max-height: inherit;-webkit-line-clamp: inherit;margin-top: 5.1163vw;}
  .kyjz-foucs h2 span {font-size: 4.186rem;}
  .kyjz-foucs h3 {font-size: 3.4884rem;max-height: 10.4651vw;margin-top: 3.4884vw;}
  .kyjz-foucs h4 {font-size: 3.4884rem;margin-top: 3.4884vw;}
  .kyjz-list {float: left;width: 100%;margin-top: 8.1395vw;}
  .kyjz-list .img-box {width: 100%;margin-left: 0;padding: 2.7907vw;}
  .kyjz-list .img-box .img {height: 55.3488vw;}
  .kyjz-list .info {float: left;margin-top: 5.814vw;width: 100%;}
  .kyjz-list .date {font-size: 3.4884rem;}
  .kyjz-list h3 {max-height: inherit;-webkit-line-clamp: inherit;margin-top: 2.3256vw;}
  .kyjz-list h3 span {font-size: 3.9535rem;}
  .kyjz-list .more {position: relative;}
  .kyjz-list .more i {float: inherit;}
  .kyjz-list li {margin-bottom: 7.8293rem;}
}

.m22 {
  margin: 0 -1.1458rem;
}
.p22 {
  padding: 0 1.1458rem;
}
.news-left-list {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-left-list::before {
  position: absolute;
  content: '';
  left: -0.0521rem;
  right: -0.0521rem;
  bottom: -0.0521rem;
  height: 8.6979rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208133699798.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.news-left-list .img-box {
  height: 27.5rem;
  overflow: hidden;
}
.news-left-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-left-list .title {
  position: absolute;
  z-index: 1;
  left: 2.3438rem;
  right: 2.3438rem;
  bottom: 1.5625rem;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.news-left-list .title span {
  font-size: 1.0417rem;
  line-height: 1.6667rem;
  padding-bottom: 5px;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  position: relative;
  transition: background-size 0.3s;
}
.news-left-list:hover .title span {
  background-size: 100% 2px;
}
.news-left-list:hover .img-box img {
  transform: scale(1.1);
}
.news-right-list {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.news-right-list::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 11.4583rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208142944461.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.news-right-list .img-box {
  height: 12.5rem;
  overflow: hidden;
}
.news-right-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-right-list .title {
  position: absolute;
  z-index: 1;
  left: 1.0417rem;
  right: 1.0417rem;
  bottom: 0.625rem;
  color: #FFFFFF;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.125rem;
  font-size: 0;
}
.news-right-list .title span {
  font-size: 1.0417rem;
  line-height: 1.5625rem;
  padding-bottom: 0.1042rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.news-right-list:hover .title span {
  background-size: 100% 0.1042rem;
}
.news-right-list:hover .img-box img {
  transform: scale(1.1);
}
@keyframes bgpulse {
  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.28, 1.28, 1.28);
    transform: scale3d(1.28, 1.28, 1.28);
  }
}
.index-box2 {
  padding-bottom: 9.375rem;
}
.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
.index-box3 {
  padding-bottom: 9.375rem;
}
.index-box3 .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.index-box3 .col-sm-4:last-child .media-list {
  border-right-color: transparent;
}
.media-list {
  display: block;
  border-right-width: 0.0521rem;
  border-right-style: dashed;
  border-right-color: rgba(255, 248, 248, 0.3);
  position: relative;
}
.media-list::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background: url(/eportal/uiFramework/commonResource/image/2025010208164014517.png) no-repeat center top;
  background-size: 100% auto;
  transition: all 0.5s;
}
.media-list .info-box {
  padding: 2.3438rem 2.3438rem 0;
  position: relative;
  z-index: 1;
}
.media-list .date {
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 1.9792rem;
}
.media-list .date span:nth-child(1) {
  font-weight: bold;
  font-size: 2.0833rem;
}
.media-list .date i {
  font-style: normal;
  padding: 0 0.5208rem 0 1.25rem;
}
.media-list .title {
  color: #FFFFFF;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.1979rem;
  height: 3.75rem;
  font-size: 0;
}
.media-list .title span {
  font-size: 1.0417rem;
  line-height: 1.875rem;
  padding-bottom: 0.1042rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.media-list .desc {
  font-size: 0.8854rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7708rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.3125rem;
  margin-bottom: 2.9688rem;
}
.media-list .more {
  width: 2.0833rem;
  height: 2.0833rem;
  border-radius: 50%;
  background-image: url(/eportal/uiFramework/commonResource/image/2025010208263459952.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.media-list:hover::before {
  height: 95%;
}
.media-list:hover .title span {
  background-size: 100% 2px;
}
.media-list:hover .more {
  background-image: url(/eportal/uiFramework/commonResource/image/2025010208271689284.png);
}
.zszp-box {position: relative;}
.zszp-box .row {
  margin-left: -1.0417rem;
  margin-right: -1.0417rem;
}
.zszp-box .row > [class^='col'] {
  padding-left: 1.0417rem;
  padding-right: 1.0417rem;
}
.zszp-box li {margin-bottom: 2.0833rem;}
.zszp-list {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.5s;
  border-left: #D4E3F8 solid 2px;
}
.zszp-list::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/eportal/uiFramework/commonResource/image/2025040703015970062.png) no-repeat left center;
  background-size: auto 100%;
}
.zszp-list .info-box {
  padding: 2.0833rem 4.1667rem 1.9792rem;
  position: relative;
  z-index: 1;
}
.zszp-list .date {
  position: relative;
  margin-bottom: 2.6042rem;
  margin-right: 4.1667rem;
  float: left;
  padding-bottom: 1.0417rem;
}
.zszp-list .date::after {
  position: absolute;content: '';width: .6771rem;height: 2px;left: 0;bottom: 0;background: #ffffff;
}
.zszp-list .date div {
  font-size: .8333rem;
  color: #FFFFFF;
  line-height: 1;
}
.zszp-list .date div:nth-child(1) {
  font-size: 2.0833rem;
  margin-bottom: .3125rem;
}
.zszp-list .txt {
  position: relative;
  overflow: hidden;
}
.zszp-list h4 {
  color: #FFFFFF;
  margin-bottom: 2.9167rem;
  height: 3.4375rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zszp-list h4 span {
  font-size: 1.0417rem;
  line-height: 1.6;
  padding-bottom: 5px;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  position: relative;
  transition: background-size 0.3s;
}
.zszp-list:hover {
  background: rgba(255, 255, 255, 0.17);
  border-color: #ffffff;
}
.zszp-list:hover h4 span {
  background-size: 100% 2px;
}
.zszp-list:hover .txt .more i::before {border: 1px solid #37aeff;background: #0030a1;}

.main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  z-index: -99;
  background: url(/eportal/uiFramework/commonResource/image/2025010208462267540.png) no-repeat center center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
.main-nav.show-main-nav {
  opacity: 1;
  z-index: 9999;
  height: 100%;
}
.main-nav.show-main-nav .top-nav {
  opacity: 1;
  transform: translateY(0);
}
.main-nav.show-main-nav .top-ch-title::before {
  width: 10.4167rem;
  transition: width 0.6s 1s linear;
}
.main-nav.show-main-nav .scroll .col-lg-2 {
  opacity: 1;
  transform: translateY(0);
}
.main-nav .top-nav {
  padding: 2.0833rem 4.1667rem;
  margin-bottom: 2.1875rem;
  opacity: 0;
  transform: translateY(1.0417rem);
  transition: 0.8s 0.2s;
}
.main-nav .top-nav ul {
  margin-top: 0.7292rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-nav .top-nav ul li:first-child .nav-btn {
  margin-left: 0;
}
.main-nav .top-nav ul li:first-child .nav-btn::before {
  display: none;
}
.main-nav .top-nav-logo {
  float: left;
  width: 21.4rem;
}
.main-nav .top-nav-logo img {
  width: 100%;
}
.main-nav .nav-btn {
  display: block;
  font-size: 0.7292rem;
  color: rgba(156, 157, 175, 0.8);
  line-height: 1.0417rem;
  margin-left: 2.2917rem;
  position: relative;
}
.main-nav .nav-btn::before {
  position: absolute;
  content: '';
  left: -1.1458rem;
  top: 0.2604rem;
  width: 0.0521rem;
  height: 0.625rem;
  background: #9C9DAF;
  opacity: 0.5;
}
.main-nav .nav-btn:hover {
  color: #FFF;
}
.main-nav .nav-search-btn {
  width: 0.8333rem;
  height: 0.9375rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208472251297.png) no-repeat center center;
  background-size: 100% 100% !important;
  margin-left: 2.0833rem;
  cursor: pointer;
  transition: all 0.5s;
}
.main-nav .nav-search-btn:hover {
  background: url(/eportal/uiFramework/commonResource/image/2025010305453132430.png) no-repeat center center;
}
.main-nav .nav-en-link {
  display: block;
  font-size: 0.8333rem;
  color: rgba(156, 157, 175, 0.5);
  line-height: 1.0417rem;
  margin-left: 1.5625rem;
}
.main-nav .nav-en-link:hover {
  color: #FFF;
}
.main-nav .nav-close-btn {
  width: 1.3021rem;
  height: 1.3021rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208481951403.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 3.125rem;
  cursor: pointer;
}
.main-nav .col-lg-2:nth-child(3n+1) {
  clear: left;
}
.main-nav .pc-nav {
  display: none;
}
.main-nav .top-ch-title {
  display: block;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.4063rem;
  position: relative;
}
.main-nav .top-ch-title::before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: 0;
  height: 0.1042rem;
  background: rgba(255, 255, 255, 0.2);
}
.main-nav .top-ch-title:hover::before {
  background: #FFF;
}
.main-nav .ch-ej {
  margin-bottom: 3.125rem;
  font-size: 0;
}
.main-nav .ch-ej li {
  margin-bottom: 0.4167rem;
}
.main-nav .ch-ej li:last-child {
  margin-bottom: 0;
}
.main-nav .ch-ej li a {
  display: inline-block;
  font-size: 0.9375rem;
  color: rgba(156, 157, 175, 0.8);
  line-height: 1.3542rem;
  position: relative;
}
.main-nav .ch-ej li a::before {
  position: absolute;
  content: '';
  left: 0;
  height: 1px;
  width: 0;
  bottom: -1px;
  background: #FFF;
  transition: all 0.5s;
}
.main-nav .ch-ej li a:hover {
  color: #FFFFFF;
}
.main-nav .ch-ej li a:hover::before {
  width: 100%;
}
.main-nav .scroll {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 9.1667rem);
}
.main-nav .scroll::-webkit-scrollbar {
  width: 0;
}
.main-nav .scroll::-webkit-scrollbar-button {
  display: none;
}
.main-nav .scroll .col-lg-2 {
  opacity: 0;
  transform: translateY(1.0417rem);
  width: 33.333333%;
}
.main-nav .scroll .col-lg-2:nth-child(1) {
  transition: 0.8s 0.3s;
}
.main-nav .scroll .col-lg-2:nth-child(2) {
  transition: 0.8s 0.4s;
}
.main-nav .scroll .col-lg-2:nth-child(3) {
  transition: 0.8s 0.5s;
}
.main-nav .scroll .col-lg-2:nth-child(4) {
  transition: 0.8s 0.6s;
}
.main-nav .scroll .col-lg-2:nth-child(5) {
  transition: 0.8s 0.7s;
}
.main-nav .scroll .col-lg-2:nth-child(6) {
  transition: 0.8s 0.8s;
}
.main-nav .scroll .col-lg-2:nth-child(7) {
  transition: 0.8s 0.9s;
}
.main-nav .scroll .col-lg-2:nth-child(8) {
  transition: 0.8s 1s;
}
.main-nav .scroll .col-lg-2:nth-child(9) {
  transition: 0.8s 1.1s;
}
.main-nav .scroll .col-lg-2:nth-child(10) {
  transition: 0.8s 1.2s;
}
.main-nav .scroll .col-lg-2:nth-child(11) {
  transition: 0.8s 1.3s;
}
.zjxjy-list-box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  z-index: -99;
  transition: all 1s;
  opacity: 0;
}
.zjxjy-list-box.show-main-nav {
  opacity: 1;
  z-index: 999;
  width: 100%;
  left: 0;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .left-cont img {
  -webkit-animation: fadescaleindex 0.5s both 1s;
  animation: fadescaleindex 0.5s both 1s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .num-list li {
  opacity: 1;
  transform: none;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .num-list li .box-s {
  transform: none;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .num-list li.num-rx .num-top i {
  animation: td1 2.5s ease-in-out 0s 1 both;
  transform-style: preserve-3d;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .num-list li.num-rx .num-top i:nth-child(2) {
  animation-delay: 0.2s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .num-list li.num-rx .num-top i:nth-child(3) {
  animation-delay: 0.4s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .num-list li.num-rx .num-top i:nth-child(4) {
  animation-delay: 0.6s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .js-list .js-tip {
  -webkit-animation: fadescaleindex 0.5s both 1s;
  animation: fadescaleindex 0.5s both 1s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .js-list .img-left {
  -webkit-animation: fadesright 1.5s both 1s;
  animation: fadesright 1.5s both 1s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .js-list .img-right {
  -webkit-animation: fadesright1 1.8s both 1s;
  animation: fadesright1 1.8s both 1s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .history-list {
  -webkit-animation: fadesright1 1.8s both 1s;
  animation: fadesright1 1.8s both 1s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .kyyw-list {
  -webkit-animation: fadeup 1.8s both 1s;
  animation: fadeup 1.8s both 1s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .xjsj-list .left-img {
  -webkit-animation: fadescaleindex 1.5s both 1s;
  animation: fadescaleindex 1.5s both 1s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .xjsj-list .right-img .right-img-box {
  -webkit-animation: fadescaleindex 2s both 1s;
  animation: fadescaleindex 2s both 1s;
}
.zjxjy-list-box.show-main-nav .zjxjy-scroll .swiper-slide-active .xjsj-list .right-img .right-img-box:last-child {
  -webkit-animation: fadescaleindex 2.5s both 1s;
  animation: fadescaleindex 2.5s both 1s;
}
.zjxjy-list-box .back-index {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.3021rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.2604rem;
  padding-left: 2.0833rem;
  transition: all 0.5s;
}
.zjxjy-list-box .back-index::before {
  position: absolute;
  content: '';
  left: 0;
  top: 1.0417rem;
  width: 1.5625rem;
  height: 0.0521rem;
  background: #FFFFFF;
  transition: all 0.5s;
}
.zjxjy-list-box .back-index::after {
  position: absolute;
  content: '';
  width: 0.0521rem;
  height: 1.4063rem;
  left: 1.5625rem;
  top: 0.3646rem;
  background: #FFFFFF;
  transition: all 0.5s;
}
.zjxjy-list-box .back-index:hover {
  padding-left: 2.6042rem;
}
.zjxjy-list-box .back-index:hover::before {
  width: 2.0833rem;
}
.zjxjy-list-box .back-index:hover::after {
  left: 2.0833rem;
}
.zjxjy-list-box .zjxjy-toggle-btn {
  position: absolute;
  cursor: pointer;
  width: 3.8542rem;
  height: 3.8542rem;
  background: rgba(255, 255, 255, 0.8);
  right: 0;
  top: 2.0833rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.zjxjy-list-box .zjxjy-toggle-btn span {
  position: absolute;
  width: 1.875rem;
  height: 0.0521rem;
  background: #060D1B;
  transition: all 0.1s ease;
}
.zjxjy-list-box .zjxjy-toggle-btn span::before,
.zjxjy-list-box .zjxjy-toggle-btn span::after {
  position: absolute;
  content: '';
  width: 1.5625rem;
  right: 0;
  height: 0.0521rem;
  background: #060D1B;
  transition: all 0.1s ease;
}
.zjxjy-list-box .zjxjy-toggle-btn span::before {
  top: -0.4167rem;
}
.zjxjy-list-box .zjxjy-toggle-btn span::after {
  bottom: -0.4167rem;
}
.zjxjy-list-box .zjxjy-scroll {
  width: 100%;
  height: 100%;
}
.zjxjy-list-box .zjxjy-scroll .fix {
  width: 100%;
  height: 100%;
}
.zjxjy-list-box .zjxjyscroll-page {
  left: 0;
  right: 0;
  margin-top: -6.875rem;
  margin-left: 4.1667rem;
  margin-right: 4.1667rem;
}
.zjxjy-list-box .zjxjyscroll-page .swiper-slide {
  margin-right: 17.5rem;
  width: auto !important;
}
.zjxjy-list-box .zjxjyscroll-page .swiper-slide::before {
  position: absolute;
  content: '';
  right: -18.4896rem;
  width: 19.5833rem;
  height: 0.0521rem;
  top: 2.6042rem;
  background: rgba(255, 255, 255, 0.2);
}
.zjxjy-list-box .zjxjyscroll-page .swiper-slide:last-child {
  margin-right: 0;
}
.zjxjy-list-box .zjxjyscroll-page .swiper-slide:last-child::before {
  display: none;
}
.zjxjy-list-box .zjxjyscroll-page .swiper-slide-thumb-active .zjxjyscroll-page-list .icon {
  border: 0.0521rem solid #004EC0;
  background-color: #004EC0;
  background-image: url(/eportal/uiFramework/commonResource/image/2025010208532961250.png);
}
.zjxjy-list-box .zjxjyscroll-page-list {
  width: 4.1667rem;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
.zjxjy-list-box .zjxjyscroll-page-list p {
  font-size: 0.7292rem;
  color: #FEFEFE;
  line-height: 1.25rem;
  margin-bottom: 0.4167rem;
}
.zjxjy-list-box .zjxjyscroll-page-list .icon {
  margin: 0 auto;
  width: 2.0833rem;
  height: 2.0833rem;
  border-radius: 50%;
  border: 0.0521rem solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.3021rem 0.9896rem;
  background-image: url(/eportal/uiFramework/commonResource/image/2025010208522741327.png);
}
.zjxjy-list-box .zjxjy-next {
  width: 2.7083rem;
  height: 3.4896rem;
  right: 0.2604rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208545386861.png) no-repeat center center;
  background-size: 100% 100%;
}
.zjxjy-list-box .zjxjy-next::after {
  display: none;
}
.zjxjy-list-box .left-cont {
  float: left;
  width: 19.6875rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zjxjy-list-box .left-cont p {
  display: none;
}
.zjxjy-list-box .left-cont img {
  display: block;
  -webkit-animation: fadescale 0.5s both;
  animation: fadescale 0.5s both;
}
.zjxjy-list-box .left-cont .img1 {
  width: 6.1979rem;
  height: 6.1979rem;
  margin-bottom: 2.7604rem;
}
.zjxjy-list-box .left-cont .img2 {
  width: 5.3646rem;
}
.zjxjy-list-box .right-cont {
  overflow: hidden;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.zjxjy-list-box .left-cont1 {
  background: #223146;
}
.zjxjy-list-box .right-cont1 {
  background-image: url(/eportal/uiFramework/commonResource/image/2025010208492742794.jpg);
}
.zjxjy-list-box .num-list {
  height: 100%;
}
.zjxjy-list-box .num-list li {
  float: left;
  width: 16.6666666%;
  height: 25%;
  font-size: 0;
  transition: all 1s ease-out 0s;
  transform: scaleX(0);
}
.zjxjy-list-box .num-list li .box-s {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: rotateY(-180deg);
  transition: all 3s cubic-bezier(0.3, 0, 0.7, 1) 0s;
  backface-visibility: hidden;
}
.zjxjy-list-box .num-list .c1 {
  background: #4A6183;
}
.zjxjy-list-box .num-list .c2 {
  background: #3E5577;
}
.zjxjy-list-box .num-list .c3 {
  background: #344A6A;
}
.zjxjy-list-box .num-list .c4 {
  background: #3E5577;
}
.zjxjy-list-box .num-list .c5 {
  background: #364966;
}
.zjxjy-list-box .num-list .c6 {
  background: #3E5577;
}
.zjxjy-list-box .num-list .c7 {
  background: #3E5577;
}
.zjxjy-list-box .num-list .c8 {
  background: #455C7D;
}
.zjxjy-list-box .num-list .c9 {
  background: rgba(72, 102, 146, 0.5);
}
.zjxjy-list-box .num-list .c10 {
  background: #486692;
}
.zjxjy-list-box .num-list .c11 {
  background: #3E5577;
}
.zjxjy-list-box .num-list .c12 {
  background: #344A6A;
}
.zjxjy-list-box .num-list .c13 {
  background: rgba(72, 102, 146, 0.4);
}
.zjxjy-list-box .num-list .c14 {
  background: rgba(74, 97, 131, 0.8);
}
.zjxjy-list-box .num-list .c15 {
  background: #3E5577;
}
.zjxjy-list-box .num-list .c16 {
  background: rgba(74, 97, 131, 0.5);
}
.zjxjy-list-box .num-list .c17 {
  background: #4A6183;
}
.zjxjy-list-box .num-list .c18 {
  background: #486692;
}
.zjxjy-list-box .num-list .c19 {
  background: #3F5370;
}
.zjxjy-list-box .num-list .c20 {
  background: #344A6A;
}
.zjxjy-list-box .num-list .c21 {
  background: #486692;
}
.zjxjy-list-box .num-list .c22 {
  background: rgba(72, 102, 146, 0.6);
}
.zjxjy-list-box .num-list .c23 {
  background: #3E5577;
}
.zjxjy-list-box .num-list .c24 {
  background: #344A6A;
}
.zjxjy-list-box .num-list .num-top {
  margin-bottom: 1.0417rem;
}
.zjxjy-list-box .num-list .num-top i {
  font-family: DIN-Bold;
  font-weight: bold;
  font-size: 3.125rem;
  color: #FFFFFF;
  line-height: 1;
  font-style: normal;
  display: inline-block;
}
.zjxjy-list-box .num-list .num-top span {
  display: inline-block;
  font-size: 0.8333rem;
  color: #FFFFFF;
  line-height: 1.25rem;
  padding-left: 0.2604rem;
}
.zjxjy-list-box .num-list .num-bottom {
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1.25rem;
}
.zjxjy-list-box .left-cont2 {
  background: #49526F;
}
.zjxjy-list-box .right-cont2 {
  background-image: url(/eportal/uiFramework/commonResource/image/2025010208502385614.jpg);
}
.zjxjy-list-box .js-list {
  position: relative;
  height: 100%;
}
.zjxjy-list-box .js-list .js-tip {
  width: 7.8125rem;
  position: absolute;
  top: 9.8958rem;
  right: 12.8646rem;
  -webkit-animation: fadescale 0.5s both;
  animation: fadescale 0.5s both;
}
.zjxjy-list-box .js-list .img-left {
  position: absolute;
  top: 9.6875rem;
  left: 11.875rem;
  width: 35.9375rem;
  height: 23.6979rem;
  background: #E1E1E1;
  box-shadow: 1.0938rem 1.0938rem 2.0833rem 0rem rgba(73, 82, 111, 0.2);
  border: 0.3125rem solid #FFFFFF;
  overflow: hidden;
  -webkit-animation: fadeleft 1.5s both;
  animation: fadeleft 1.5s both;
}
.zjxjy-list-box .js-list .img-left img {
  width: 100%;
  height: 100%;
}
.zjxjy-list-box .js-list .img-right {
  position: absolute;
  right: 25.4167rem;
  bottom: 11.1979rem;
  width: 21.7708rem;
  height: 14.375rem;
  background: #E1E1E1;
  box-shadow: 1.0938rem 1.0938rem 2.0833rem 0rem rgba(73, 82, 111, 0.2);
  border: 0.3125rem solid #FFFFFF;
  overflow: hidden;
  -webkit-animation: fadeleft1 1.8s both;
  animation: fadeleft1 1.8s both;
}
.zjxjy-list-box .js-list .img-right img {
  width: 100%;
  height: 100%;
}
.zjxjy-list-box .left-cont3 {
  background: #445F74;
}
.zjxjy-list-box .right-cont3 {
  background-color: #9DB1C1;
}
.zjxjy-list-box .kyyw-list {
  height: 100%;
  padding: 8.3333rem 4.1667rem 0;
  -webkit-animation: fadedown 1.8s both 1s;
  animation: fadedown 1.8s both 1s;
}
.zjxjy-list-box .kyyw-list .kyyw-tab-title {
  font-size: 0;
  border-bottom: 0.0521rem solid rgba(255, 255, 255, 0.6);
  margin-bottom: 2.6042rem;
}
.zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.0833rem;
  margin-right: 2.6042rem;
  padding-bottom: 1.5625rem;
  min-width: 4.1667rem;
  width: auto !important;
  cursor: pointer;
  position: relative;
}
.zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  bottom: 0;
  height: 0.2083rem;
  background: #FFFFFF;
  opacity: 0;
  transition: all 0.5s;
}
.zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide.swiper-slide-thumb-active {
  font-weight: bold;
  font-size: 1.875rem;
}
.zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
  width: 100%;
}
.zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide:hover::before {
  opacity: 1;
  width: 100%;
}
.zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide:last-child {
  margin-right: 0;
}
.zjxjy-list-box .kyyw-list .kyyw-tab-cont .swiper-slide {
  opacity: 0 !important;
}
.zjxjy-list-box .kyyw-list .kyyw-tab-cont .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.zjxjy-list-box .kyyw-list .col-zjxjy-5 {
  width: 47.593%;
}
.zjxjy-list-box .kyyw-list .col-zjxjy-7 {
  width: 52.407%;
}
.zjxjy-list-box .kyyw-list .m14 {
  margin-left: -0.7292rem;
  margin-right: -0.7292rem;
}
.zjxjy-list-box .kyyw-list .p14 {
  padding-right: 0.7292rem;
}
.zjxjy-list-box .kyyw-list .kyyw-left-cont {
  display: block;
  height: 22.0833rem;
  position: relative;
  overflow: hidden;
}
.zjxjy-list-box .kyyw-list .kyyw-left-cont img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zjxjy-list-box .kyyw-list .kyyw-left-cont .info {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18.2292rem;
  height: 6.25rem;
  background: rgba(35, 49, 60, 0.6);
  border-radius: 3.125rem 0 0 0;
  padding: 0.5208rem 1.8229rem;
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.zjxjy-list-box .kyyw-list .kyyw-left-cont .date {
  font-size: 0.7292rem;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0.3646rem;
}
.zjxjy-list-box .kyyw-list .kyyw-left-cont .title {
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zjxjy-list-box .kyyw-list .kyyw-left-cont .title span {
  line-height: 1.7188rem;
  font-size: 1.0417rem;
  padding-bottom: 0.1563rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.zjxjy-list-box .kyyw-list .kyyw-left-cont:hover .title span {
  background-size: 100% 0.1042rem;
}
.zjxjy-list-box .kyyw-list .kyyw-left-cont:hover img {
  transform: scale(1.1);
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont .img-box {
  height: 11.6667rem;
  overflow: hidden;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont .info {
  height: 10.4167rem;
  padding: 0 1.5625rem 1.5625rem 1.5625rem;
  font-size: 0;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont .date {
  width: 3.125rem;
  text-align: center;
  padding-top: 0.8333rem;
  border-top: 0.3125rem solid #445F74;
  margin-bottom: 1.0417rem;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont .date div {
  font-size: 0.7292rem;
  color: #445F74;
  line-height: 1;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont .date div:first-child {
  font-size: 1.875rem;
  margin-bottom: 0.4688rem;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont .title {
  height: 3.4375rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont .title span {
  font-size: 1.0417rem;
  color: #333333;
  line-height: 1.7188rem;
  padding-bottom: 0.1563rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont:hover {
  background: #445F74;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .img-box img {
  transform: scale(1.1);
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .date {
  border-top: 0.3125rem solid #ffffff;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .date div {
  color: #FFF;
}
.zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .title span {
  color: #FFFFFF;
  background-size: 100% 0.1042rem;
}
.zjxjy-list-box .kwywh-img-box {
  display: block;
  height: 22.0833rem;
  overflow: hidden;
  position: relative;
}
.zjxjy-list-box .kwywh-img-box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.zjxjy-list-box .kwywh-img-box img {
  width: 100%;
  height: 100%;
  animation: bgpulse 18s infinite linear;
}
.zjxjy-list-box .kwywh-img-box .title {
  font-size: 2.0833rem;
  line-height: 2.6042rem;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 0 0.7813rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zjxjy-list-box .left-cont4 {
  background: #376065;
}
.zjxjy-list-box .right-cont4 {
  background-color: #A8C3C6;
}
.zjxjy-list-box .xjsj-list {
  height: 100%;
  padding: 9.375rem 4.1667rem 0;
}
.zjxjy-list-box .xjsj-list .left-img {
  float: left;
  width: 49.9479rem;
  height: 28.125rem;
  margin-right: 0.5208rem;
  overflow: hidden;
  position: relative;
  -webkit-animation: fadescale 1.5s both;
  animation: fadescale 1.5s both;
}
.zjxjy-list-box .xjsj-list .left-img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.zjxjy-list-box .xjsj-list .left-img::after {
  position: absolute;
  content: '';
  left: -0.5208rem;
  right: -0.5208rem;
  top: -0.5208rem;
  bottom: -0.5208rem;
  z-index: 1;
  border: 0.1042rem solid rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
  z-index: 0;
}
.zjxjy-list-box .xjsj-list .left-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zjxjy-list-box .xjsj-list .left-img .title {
  position: absolute;
  left: 2.0833rem;
  top: 2.0833rem;
  font-size: 2.0833rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
  z-index: 1;
}
.zjxjy-list-box .xjsj-list .left-img:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.zjxjy-list-box .xjsj-list .left-img:hover::after {
  left: 1.0417rem;
  top: 1.0417rem;
  bottom: 1.0417rem;
  right: 1.0417rem;
  z-index: 1;
}
.zjxjy-list-box .xjsj-list .right-img {
  overflow: hidden;
}
.zjxjy-list-box .xjsj-list .right-img .right-img-box {
  display: block;
  height: 13.8021rem;
  width: 100%;
  margin-bottom: 0.5208rem;
  overflow: hidden;
  position: relative;
  -webkit-animation: fadescale 2s both;
  animation: fadescale 2s both;
}
.zjxjy-list-box .xjsj-list .right-img .right-img-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.zjxjy-list-box .xjsj-list .right-img .right-img-box::after {
  position: absolute;
  content: '';
  left: -0.5208rem;
  right: -0.5208rem;
  top: -0.5208rem;
  bottom: -0.5208rem;
  z-index: 1;
  border: 0.1042rem solid rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
  z-index: 0;
}
.zjxjy-list-box .xjsj-list .right-img .right-img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zjxjy-list-box .xjsj-list .right-img .right-img-box .title {
  position: absolute;
  left: 2.0833rem;
  top: 2.0833rem;
  font-size: 2.0833rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
}
.zjxjy-list-box .xjsj-list .right-img .right-img-box:last-child {
  margin-bottom: 0;
  -webkit-animation: fadescale 2.5s both;
  animation: fadescale 2.5s both;
}
.zjxjy-list-box .xjsj-list .right-img .right-img-box:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.zjxjy-list-box .xjsj-list .right-img .right-img-box:hover::after {
  left: 1.0417rem;
  top: 1.0417rem;
  bottom: 1.0417rem;
  right: 1.0417rem;
  z-index: 1;
}
.zjxjy-list-box .left-cont5 {
  background: #56483B;
}
.zjxjy-list-box .right-cont5 {
  background-image: url(/eportal/uiFramework/commonResource/image/2025010208511528866.jpg);
}
.zjxjy-list-box .history-list {
  height: 100%;
  padding: 9.375rem 4.1667rem 0;
  -webkit-animation: fadeleft1 1.8s both;
  animation: fadeleft1 1.8s both;
}
.zjxjy-list-box .history-list .zj-img {
  display: block;
  margin: 0 4.1667rem 3.9063rem 4.1667rem;
}
.zjxjy-list-box .history-list .zj-img .img-box {
  float: right;
  width: 31.6146rem;
  height: 20.8854rem;
  background: #E1E1E1;
  box-shadow: 1.1458rem 0.9896rem 2.0833rem 0rem rgba(86, 72, 59, 0.2);
  border: 0.3125rem solid #FFFFFF;
  overflow: hidden;
  margin-left: 4.1667rem;
}
.zjxjy-list-box .history-list .zj-img .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zjxjy-list-box .history-list .zj-img .info {
  overflow: hidden;
}
.zjxjy-list-box .history-list .zj-img .title {
  font-family: DIN-Medium;
  font-size: 5.2083rem;
  color: #56483B;
  line-height: 1;
  margin-bottom: 1.1979rem;
}
.zjxjy-list-box .history-list .zj-img .subtitle {
  margin-bottom: 1.1979rem;
  font-size: 0;
}
.zjxjy-list-box .history-list .zj-img .subtitle span {
  font-weight: bold;
  font-size: 1.5625rem;
  color: #56483B;
  line-height: 2.2396rem;
  padding-bottom: 0.1563rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.zjxjy-list-box .history-list .zj-img .desc {
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.9792rem;
  max-height: 7.9167rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.zjxjy-list-box .history-list .zj-img:hover .subtitle span {
  background-size: 100% 0.1042rem;
}
.zjxjy-list-box .history-list .zj-img:hover .img-box img {
  transform: scale(1.1);
}
.zjxjy-list-box .history-list .zjtop-txt {
  position: relative;
  padding-bottom: 0.7813rem;
}
.zjxjy-list-box .history-list .zjtop-txt::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0.5208rem;
  height: 0.0521rem;
  background: linear-gradient(90deg, #CBCAC8 0%, #56483B 47%, #CBCAC8 100%);
}
.zjxjy-list-box .history-list .zjtop-txt .swiper-slide-thumb-active .ch-title {
  color: #56483B;
  font-size: 2.6042rem;
}
.zjxjy-list-box .history-list .zjtop-txt .swiper-slide-thumb-active .ch-title::after {
  opacity: 1;
}
.zjxjy-list-box .history-list .ch-title {
  font-family: DIN-Medium;
  font-size: 1.3542rem;
  color: #8B7764;
  line-height: 2.0833rem;
  text-align: center;
  padding-top: 1.5625rem;
  cursor: pointer;
  position: relative;
}
.zjxjy-list-box .history-list .ch-title::before {
  position: absolute;
  content: '';
  top: 0.2604rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5208rem;
  height: 0.5208rem;
  background: #8B7764;
  border-radius: 50%;
}
.zjxjy-list-box .history-list .ch-title::after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.1458rem;
  height: 1.1458rem;
  background: rgba(86, 72, 59, 0.2);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
@-webkit-keyframes fadescale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes fadescale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes fadescaleindex {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadescaleindex {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1.0417rem);
    transform: translateX(-1.0417rem);
  }
}
@keyframes fadeleft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1.0417rem);
    -ms-transform: translateX(-1.0417rem);
    transform: translateX(-1.0417rem);
  }
}
@-webkit-keyframes fadesright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.0417rem);
    transform: translateX(-1.0417rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadesright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.0417rem);
    -ms-transform: translateX(-1.0417rem);
    transform: translateX(-1.0417rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeleft1 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1.0417rem);
    transform: translateX(1.0417rem);
  }
}
@keyframes fadeleft1 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1.0417rem);
    -ms-transform: translateX(1.0417rem);
    transform: translateX(1.0417rem);
  }
}
@-webkit-keyframes fadesright1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.0417rem);
    transform: translateX(1.0417rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadesright1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.0417rem);
    -ms-transform: translateX(1.0417rem);
    transform: translateX(1.0417rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadedown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.0417rem);
    transform: translateY(1.0417rem);
  }
}
@keyframes fadedown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.0417rem);
    -ms-transform: translateY(1.0417rem);
    transform: translateY(1.0417rem);
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.0417rem);
    transform: translateY(1.0417rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.0417rem);
    -ms-transform: translateY(1.0417rem);
    transform: translateY(1.0417rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes td1 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
  }
}
@keyframes td1 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@keyframes bgpulse {
  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.28, 1.28, 1.28);
    transform: scale3d(1.28, 1.28, 1.28);
  }
}
.ny-top-banner {
  height: 33.8542rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ny-top-banner::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 14.2708rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208123053204.png) no-repeat center bottom;
  background-size: cover;
}
.ny-top-banner .page-cont {
  position: absolute;
  top: 21.0938rem;
  left: 0;
  right: 0;
  padding-left: 4.1667rem;
  padding-right: 7.2917rem;
}
.ny-top-banner .page-cont h1 {
  margin-bottom: 5.7292rem;
  font-size: 0;
}
.ny-top-banner .page-cont h1 span {
  display: inline-block;
  font-weight: bold;
  font-size: 3.3333rem;
  color: #FFFFFF;
  line-height: 3.6458rem;
  background: linear-gradient(269deg, #C6D9F5 0%, #014EC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ny-top-banner .page-cont .ny-top-nav {
  float: right;
  border-bottom: 0.0521rem solid rgba(255, 255, 255, 0.16);
  margin-bottom: 1.1979rem;
}
.ny-top-banner .page-cont .ny-top-nav li {
  float: left;
  margin-right: 3.9063rem;
  font-size: 0;
}
.ny-top-banner .page-cont .ny-top-nav li:hover a,
.ny-top-banner .page-cont .ny-top-nav li.active a {
  color: #0061f2;
}
.ny-top-banner .page-cont .ny-top-nav li:hover a::before,
.ny-top-banner .page-cont .ny-top-nav li.active a::before {
  opacity: 1;
}
.ny-top-banner .page-cont .ny-top-nav li:last-child {
  margin-right: 0;
}
.ny-top-banner .page-cont .ny-top-nav li a {
  display: block;
  font-weight: bold;
  font-size: 1.0417rem;
  color: #ffffff;
  line-height: 1.5625rem;
  padding-bottom: 0.5208rem;
  position: relative;
}
.ny-top-banner .page-cont .ny-top-nav li a::before {
  position: absolute;
  content: '';
  width: 0.3646rem;
  height: 0.4688rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208315489214.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: -0.2604rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.ny-bg {
  min-height: 15.625rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208342525937.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 5.1042rem;
  position: relative;
}
.ny-bg::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 14.0625rem;
  background: url(/eportal/uiFramework/commonResource/image/2025010208223882706.png) no-repeat top center;
  background-size: cover;
}
.ny-bg .container-ny {
  position: relative;
  z-index: 1;
  padding-left: 13.5417rem;
  padding-right: 13.5417rem;
  color: rgba(255, 255, 255, 0.7);
}
.ny-bg .container {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
}
.ny-bg .ny-ch-title {
  font-size: 0;
  text-align: center;
  position: relative;
  padding-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.ny-bg .ny-ch-title::before {
  position: absolute;
  content: '';
  width: 11.1458rem;
  height: 5.3646rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/eportal/uiFramework/commonResource/image/2025010208330759823.png) no-repeat center center;
  background-size: 100% 100%;
}
.ny-bg .ny-ch-title p {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 2.5rem;
  color: #FFFFFF;
  line-height: 3.0208rem;
}
.dp-main {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
  text-align: justify;
}
.dp-main p,
.dp-main div {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
  margin-bottom: 0.7813rem;
}
.dp-main b,
.dp-main strong {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
}
.dp-main img,
.dp-main video {
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}
.m60 {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}
.p60 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.leader-list .col-sm-6:nth-child(2n+1) {
  clear: left;
}
.leader-box {
  display: block;
  border-top: 0.0521rem solid rgba(255, 255, 255, 0.2);
  padding: 5.7292rem 0;
  position: relative;
}
.leader-box::before {
  position: absolute;
  content: "";
  top: -0.0521rem;
  left: 0;
  height: 0.0521rem;
  width: 100%;
  background-color: #1c78ff;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.leader-box .title {
  font-size: 0;
  margin-bottom: 0.7813rem;
  height: 3.2813rem;
  display: block;
}
.leader-box .title span {
  font-size: 2.3958rem;
  color: #FFFFFF;
  line-height: 2.9167rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.leader-box .subtitle {
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  margin-bottom: 2.0833rem;
}
.leader-box .subtitle.subtitle1 {
  margin-bottom: 0.5208rem;
}
.leader-box .desc {
  font-size: 0.9375rem;
  color: rgba(156, 157, 175, 0.5);
  line-height: 1.5625rem;
  height: 4.6875rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.leader-box:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.leader-box:hover .title span {
  color: #1c78ff;
  background-size: 100% 0.1042rem;
}
.leader-box:hover .desc {
  color: #c8c9d3;
}
.leader-detail .img-box {
  float: left;
  width: 15.6771rem;
  overflow: hidden;
  margin-right: 4.1667rem;
}
.leader-detail .img-box img {
  width: 100%;
}
.leader-detail .info {
  overflow: hidden;
  padding-top: 1.1458rem;
  font-size: 0;
}
.leader-detail .title {
  font-size: 2.5rem;
  color: #FFFFFF;
  line-height: 3.125rem;
  margin-bottom: 1.1979rem;
}
.leader-detail .subtitle {
  font-size: 1.4583rem;
  color: #FFFFFF;
  line-height: 2.0833rem;
  margin-bottom: 0.5208rem;
}
.leader-detail .line {
  width: 1.5625rem;
  height: 0.1042rem;
  background: #FFFFFF;
  margin-top: 1.8229rem;
  margin-bottom: 2.3438rem;
}
.leader-detail .txt {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
  text-align: justify;
}
.leader-detail .txt p,
.leader-detail .txt div {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
  margin-bottom: 0.7813rem;
}
.leader-ed-list .col-sm-6:nth-child(2n+1) {
  clear: left;
}
.leader-ed-list .col-sm-6:nth-child(3) .leader-ed-box,
.leader-ed-list .col-sm-6:nth-child(4) .leader-ed-box,
.leader-ed-list .col-sm-6:nth-child(7) .leader-ed-box {
  background: rgba(1, 78, 192, 0.02);
}
.m10 {
  margin: 0 -0.5208rem;
}
.p10 {
  padding: 0 0.5208rem;
}
.leader-ed-box {
  display: block;
  height: 9.375rem;
  background: rgba(1, 78, 192, 0.1);
  margin-bottom: 1.0417rem;
  padding: 0 4.1667rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0;
  transition: all 0.5s;
}
.leader-ed-box .title {
  margin-right: 5.7292rem;
}
.leader-ed-box .title span {
  font-size: 1.5625rem;
  color: #FFFFFF;
  line-height: 2.0833rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.leader-ed-box .info {
  overflow: hidden;
  font-size: 0.8854rem;
  color: #FFFFFF;
  line-height: 2.0833rem;
}
.leader-ed-box:hover {
  background: rgba(1, 78, 192, 0.8);
  background: linear-gradient(150deg, #014EC0 30%, #192C8E 70%) !important;
}
.leader-ed-box:hover .title span {
  background-size: 100% 0.1042rem;
}
.m30 {
  margin: 0 -1.5625rem;
}
.p30 {
  padding: 0 1.5625rem;
}
.cgzh-search-form {
  margin-bottom: 2.1875rem;
}
.cgzh-search-form .col-md-4:nth-child(3n+1) {
  clear: left;
}
.cgzh-search-form .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.1875rem;
}
.cgzh-search-form .form-group span {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  margin-right: 1.0417rem;
  width: 4.1667rem;
}
.cgzh-search-form .form-group input {
  width: calc(100% - 5.2083rem);
  height: 2.6042rem;
  background: none;
  border-radius: 0.2083rem;
  border: 0.0521rem solid #014EC0;
  padding: 0 1.0417rem;
  line-height: 2.5rem;
  font-size: 1.0417rem;
  color: #FFFFFF;
}
.cgzh-search-form .form-group button {
  margin-left: 5.2083rem;
  width: calc(100% - 5.2083rem);
  height: 2.6042rem;
  background: linear-gradient(90deg, #014EC0 0%, #192C8E 100%);
  border-radius: 0.2083rem;
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
}
.table-box {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 4.2708rem;
}
.table-box .min-table {
  min-width: 31.25rem;
}
.table-box table {
  width: 100%;
}
.table-box table thead {
  background: rgba(1, 78, 192, 0.5);
}
.table-box table thead th {
  font-weight: normal;
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.3542rem;
  padding: 1.5625rem 2.0833rem;
}
.table-box table tbody tr {
  background: rgba(1, 78, 192, 0.06);
}
.table-box table tbody tr:nth-child(2n) {
  background: rgba(1, 78, 192, 0.16);
}
.table-box table tbody td {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.3542rem;
  padding: 1.5625rem 2.0833rem;
}
.table-box .table {
  width: 100%;
  margin-bottom: 0;
}
.table-box .table .table-thead {
  overflow: hidden;
  background: rgba(1, 78, 192, 0.5);
}
.table-box .table .table-thead > li {
  float: left;
  font-weight: normal;
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.3542rem;
  padding: 1.5625rem 2.0833rem;
}
.table-box .table .table-thead > li:nth-child(1) {
  width: 37%;
}
.table-box .table .table-thead > li:nth-child(2) {
  width: 13%;
}
.table-box .table .table-thead > li:nth-child(3) {
  width: 15%;
}
.table-box .table .table-thead > li:nth-child(4) {
  width: 20%;
}
.table-box .table .table-thead > li:nth-child(5) {
  width: 15%;
}
.table-box .table .table-tbody > ul {
  overflow: hidden;
  background: rgba(1, 78, 192, 0.06);
}
.table-box .table .table-tbody > ul:nth-child(2n) {
  background: rgba(1, 78, 192, 0.16);
}
.table-box .table .table-tbody > ul li {
  float: left;
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.3542rem;
  padding: 1.5625rem 2.0833rem;
}
.table-box .table .table-tbody > ul li:nth-child(1) {
  width: 37%;
}
.table-box .table .table-tbody > ul li:nth-child(2) {
  width: 13%;
}
.table-box .table .table-tbody > ul li:nth-child(3) {
  width: 15%;
}
.table-box .table .table-tbody > ul li:nth-child(4) {
  width: 20%;
}
.table-box .table .table-tbody > ul li:nth-child(5) {
  width: 15%;
}
.comp-pages {
  padding-top: 0;
}
.comp-pages .page-pc {
  font-size: 0;
}
.comp-pages .page-pc span {
  display: none !important;
}
.comp-pages .page-pc .NormalRed {
  display: inline-block;
  font-family: FontAwesome;
  height: 2.0833rem;
  min-width: 2.0833rem;
  line-height: 2.0833rem;
  font-size: 0.7292rem;
  border-radius: 50%;
  background: #014EC0;
  color: #FFFFFF;
  border: 0.0521rem solid #014EC0;
  margin-left: 0.1563rem;
  margin-right: 0.1563rem;
  padding-left: 0.7813rem;
  padding-right: 0.7813rem;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  font-family: FontAwesome;
  height: 2.0833rem;
  min-width: 2.0833rem;
  line-height: 2.0833rem;
  font-size: 0.7292rem;
  border-radius: 50%;
  background: none;
  color: #FFFFFF;
  border: 0.0521rem solid rgba(255, 255, 255, 0.12);
  margin-left: 0.1563rem;
  margin-right: 0.1563rem;
  padding-left: 0.7813rem;
  padding-right: 0.7813rem;
}
.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: #014EC0;
  border: 0.0521rem solid #014EC0;
  color: #FFF;
}
.comp-pages .page-phone {
  background: #014EC0;
  height: 2.3958rem;
  line-height: 2.3958rem;
  border-radius: 0.4167rem;
  font-size: 0.8333rem;
}
.ry-list-box .ry-scroll {
  margin: 0 2.0833rem 2.9688rem 2.0833rem;
  border-bottom: 0.0521rem solid rgba(255, 255, 255, 0.1);
}
.ry-list-box .ch-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  display: inline-block;
  padding-bottom: 1.4583rem;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.ry-list-box .ch-title:hover {
  color: #014EC0;
}
.ry-list-box .ryform {
  display: none;
}
.m46 {
  margin: 0 -1.6rem;
}
.p46 {
  padding: 0 1.6rem;
}
.ry-list .col-md-2:nth-child(6n+1) {
  clear: left;
}
.ry-list a {
  display: block;
  margin-bottom: 2.7604rem;
}
.ry-list a:hover .img-box img {
  transform: scale(1.1);
}
.ry-list a:hover .title {
  color: #014EC0;
}
.ry-list .img-box {
  height: 14.9rem;
  margin-bottom: 1.3021rem;
  overflow: hidden;
}
.ry-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ry-list .title {
  font-weight: bold;
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  text-align: center;
  margin-bottom: 1.0417rem;
  position: relative;
}
.ry-list .title::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.6771rem;
  width: 0.9375rem;
  height: 0.1042rem;
  background: #FFFFFF;
}
.ry-list .xw {
  font-size: 0.8854rem;
  color: rgba(156, 157, 175, 0.5);
  line-height: 1.5625rem;
  text-align: center;
}
.ry-list .px {
  display: none;
}
.ry-detail-box .top {
  margin-bottom: 5.4688rem;
}
.ry-detail-box .top .img-box {
  float: left;
  margin-right: 3.125rem;
  width: 13.2292rem;
  background: #FFFFFF;
  border: 0.1563rem solid #FFFFFF;
}
.ry-detail-box .top .img-box img {
  width: 100%;
}
.ry-detail-box .top .info {
  overflow: hidden;
  padding-top: 1.1979rem;
}
.ry-detail-box .top .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1.4583rem;
  color: #FFFFFF;
  line-height: 1.9792rem;
  margin-bottom: 2.8646rem;
}
.ry-detail-box .top .title span {
  font-size: 2.5rem;
  line-height: 2.8646rem;
  padding-right: 1.1458rem;
  margin-bottom: 1.5625rem;
}
.ry-detail-box .top ul {
  font-size: 0;
}
.ry-detail-box .top ul li {
  float: left;
  min-width: 50%;
  display: flex;
  justify-content: flex-start;
}
.ry-detail-box .top ul li span,
.ry-detail-box .top ul li div {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.0833rem;
}
.ry-detail-box .top ul li span {
  min-width: 5.7292rem;
  text-align-last: justify;
}
.ry-detail-box .top ul li div a {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.0833rem;
  word-break: break-all;
}
.ry-detail-box .top ul li div a:hover {
  text-decoration: underline;
}
.ry-detail-box .group-txt {
  margin-bottom: 4.4271rem;
}
.ry-detail-box .group-txt:last-child {
  margin-bottom: 0;
}
.ry-detail-box .group-txt .title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  padding: 0.7813rem 1.1979rem;
  margin-bottom: 1.0417rem;
  background: linear-gradient(90deg, rgba(1, 78, 192, 0.2) 0%, rgba(1, 78, 192, 0) 100%);
}
.ry-detail-box .group-txt .txt {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
  text-align: justify;
}
.ry-detail-box .group-txt .txt p,
.ry-detail-box .group-txt .txt div {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
  margin-bottom: 0.7813rem;
}
.yjdy-cont {
  padding-left: 4.1667rem;
  padding-right: 4.1667rem;
}
.yjdy-list li {
  margin-bottom: 6.25rem;
}
.yjdy-list li:nth-child(2n) .img-box {
  float: right;
  margin-right: 0;
  margin-left: 5.2083rem;
  padding-right: 0;
}
.yjdy-list li:nth-child(2n) h3 {
  padding-left: 9.375rem;
}
.yjdy-list li:nth-child(2n) .tj {
  padding-right: 0;
  padding-left: 9.375rem;
}
.yjdy-list li:nth-child(2n) .btn01 {
  margin-left: 9.375rem;
}
.yjdy-list li:last-child {
  margin-bottom: 0;
}
.yjdy-list li:hover .img-box img {
  transform: scale(1.1);
}
.yjdy-list li:hover .text-box h3 span {
  background-size: 100% 0.1042rem;
}
.yjdy-list li:hover .text-box .tj {
  opacity: 1;
}
.yjdy-list .img-box {
  float: left;
  width: 37.5rem;
  height: 29.4rem;
  margin-right: 5.2083rem;
  overflow: hidden;
  position: relative;
}
.yjdy-list .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(-10deg, rgba(12, 12, 12, 0.8) 0%, rgba(12, 12, 12, 0.07) 100%);
}
.yjdy-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.yjdy-list .text-box {
  overflow: hidden;
  height: 33.8542rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.yjdy-list .text-box h3 {
  margin-bottom: 2.5rem;
  height: 3.4375rem;
}
.yjdy-list .text-box h3 span {
  font-size: 2.5rem;
  color: #FFFFFF;
  line-height: 3.125rem;
  padding-bottom: 0.1042rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.yjdy-list .text-box .tj {
  padding-right: 9.375rem;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #9C9DAF;
  line-height: 1.9792rem;
  opacity: 0.5;
  margin-bottom: 2.5rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 7.9167rem;
}
.yjdy-list .text-box .btn01 {
  display: block;
  width: 6.7708rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  line-height: 3.0208rem;
  border: 0.0521rem solid rgba(255, 255, 255, 0.2);
  font-size: 0.9375rem;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.yjdy-list .text-box .btn01:before {
  position: absolute;
  content: '';
  border: 0.0521rem solid #0d0c0d;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1.5625rem;
}
.yjdy-list .text-box .btn01:hover {
  background-color: #014EC0;
  border-color: #014EC0;
}
.yjdy-list .text-box .btn01:hover:before {
  border: 0.0521rem solid #1a76ff;
}
.tw-list {
  margin-bottom: 4.1667rem;
}
.tw-list li {
  border-bottom: 0.0521rem solid rgba(255, 255, 255, 0.1);
}
.tw-list li a {
  display: block;
  padding: 2.0833rem 0 2.0833rem 1.5625rem;
  transition: all 0.5s;
}
.tw-list li a:hover {
  background: linear-gradient(90deg, rgba(1, 78, 192, 0.1) 0%, rgba(1, 78, 192, 0) 100%);
}
.tw-list li a:hover .img-box img {
  transform: scale(1.1);
}
.tw-list .img-box {
  float: right;
  width: 12.5rem;
  height: 8.2292rem;
  overflow: hidden;
  margin-left: 4.1667rem;
  position: relative;
}
.tw-list .img-box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(-10deg, rgba(12, 12, 12, 0.8) 0%, rgba(12, 12, 12, 0.07) 100%);
}
.tw-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tw-list .info {
  overflow: hidden;
  padding-top: 0.2604rem;
}
.tw-list .date {
  float: left;
  margin-right: 3.125rem;
  font-size: 0;
}
.tw-list .date div {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1;
}
.tw-list .date div:nth-child(1) {
  font-size: 2.0833rem;
  margin-bottom: 0.7813rem;
}
.tw-list .txt {
  overflow: hidden;
}
.tw-list .title {
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  margin-bottom: 1.0417rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tw-list .desc {
  font-size: 0.8854rem;
  color: #9C9DAF;
  line-height: 1.4583rem;
  max-height: 4.375rem;
  opacity: 0.5;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wz-list {
  margin-bottom: 4.1667rem;
  border-top: 0.0521rem solid rgba(255, 255, 255, 0.1);
}
.wz-list li {
  border-bottom: 0.0521rem solid rgba(255, 255, 255, 0.1);
}
.wz-list a {
  display: block;
  padding: 1.9271rem 2.0833rem;
}
.wz-list a:hover {
  background: linear-gradient(90deg, rgba(1, 78, 192, 0.2) 0%, rgba(1, 78, 192, 0) 100%);
}
.wz-list a:hover .date div {
  color: #47AFFF;
}
.wz-list a:hover .title {
  color: #47AFFF;
}
.wz-list .date {
  float: left;
  margin-right: 3.125rem;
  font-size: 0;
}
.wz-list .date div {
  font-size: 0.7292rem;
  color: #FFFFFF;
  line-height: 1;
}
.wz-list .date div:nth-child(1) {
  font-size: 1.25rem;
  margin-bottom: 0.4167rem;
}
.wz-list .title {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.3958rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map {
  height: 31.25rem;
}
.map-txt {
  margin-top: 1.9271rem;
  padding: 3.5417rem 0 4.0625rem 0;
  background: url(/eportal/uiFramework/commonResource/image/2025010208233762120.png) no-repeat right bottom;
  background-size: contain;
  font-size: 0;
}
.map-txt p {
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
}
.map-txt p a {
  font-size: 1.0417rem;
  line-height: 2.6042rem;
}
.map-txt p a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.m23 {
  margin: 0 -1.1979rem;
}
.p23 {
  padding: 0 1.1979rem;
}
.tp-list .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.tp-list-a {
  display: block;
  margin-bottom: 3.9063rem;
}
.tp-list-a:hover .img-box img {
  transform: scale(1.1);
}
.tp-list-a:hover .title span {
  background-size: 100% 0.1042rem;
}
.tp-list-a .img-box {
  height: 17.2917rem;
  margin-bottom: 1.3021rem;
  overflow: hidden;
  position: relative;
}
.tp-list-a .img-box::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(-10deg, rgba(12, 12, 12, 0.8) 0%, rgba(12, 12, 12, 0.01) 50%);
}
.tp-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tp-list-a .title {
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tp-list-a .title span {
  font-size: 1.0417rem;
  line-height: 1.5625rem;
  padding-bottom: 0.1042rem;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1042rem;
  position: relative;
  transition: background-size 0.3s;
}
.xlmain {
  display: block;
}
.xlmain hr {
  border-top: 0.0521rem solid rgba(255, 255, 255, 0.15);
}
.xlmain .wztitle {
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3.5417rem;
  font-size: 1.6667rem;
}
.xlmain .basicinfo {
  border-bottom: #3D414F solid 0.0521rem;
  padding-bottom: 0.8333rem;
}
.xlmain .basicinfo .other-share {
  float: right;
}
.xlmain .basicinfo .qtinfo {
  color: #656776;
  margin: 0;
  font-size: 0.7292rem;
  line-height: 1.5625rem;
}
.xlmain .basicinfo .qtinfo a {
  color: #656776;
  text-decoration: none;
}
.xlmain .basicinfo .qtinfo a:hover {
  color: #ffffff;
  text-decoration: none;
}
.xlmain .basicinfo .qtinfo span {
  display: inline-block;
  margin-right: 1.0417rem;
}
.xlmain .basicinfo .qtinfo span:last-child {
  margin-right: 0;
}
.xlmain .basicinfo .share {
  float: right;
}
.xlmain .text {
  overflow: hidden;
  display: block;
}
.xlmain .text p,
.xlmain .text div {
  margin-bottom: 0.5208rem !important;
}
.xlmain .text p:last-child,
.xlmain .text div:last-child {
  margin-bottom: 0 !important;
}
.xlmain .text img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .text td {
  text-align: center;
}
.xlmain .textxl {
  margin-top: 3.9583rem;
  overflow: hidden;
  display: block;
}
.xlmain .textxl p,
.xlmain .textxl div {
  margin-bottom: 0.5208rem !important;
}
.xlmain .textxl img {
  margin-right: auto;
  margin-left: auto;
}
.xlmain .textxl video {
  border: #d9d9d9 solid 0.3125rem;
  border-radius: 0.2604rem;
  width: 70% !important;
  height: 100% !important;
  margin: 0.9375rem auto;
  display: block;
}
.xlmain .textxl table {
  margin: 0 0 1.0417rem 0;
}
.xlmain .textxl td {
  text-align: center;
}
.xlmain .nrfont font,
.xlmain .nrfont-dp font,
.xlmain .nrfont p,
.xlmain .nrfont-dp p,
.xlmain .nrfont span,
.xlmain .nrfont-dp span,
.xlmain .nrfont div,
.xlmain .nrfont-dp div,
.xlmain .nrfont a,
.xlmain .nrfont-dp a {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1 !important;
  word-wrap: break-word;
  font-size: 1.0417rem !important;
  line-height: 1.875rem !important;
  color: #B9BABD !important;
  background: transparent !important;
}
.xlmain .nrfont strong,
.xlmain .nrfont-dp strong {
  color: #B9BABD;
}
.xlmain .cont-page {
  margin-top: 1.3542rem;
  border-top: 0.0521rem solid rgba(255, 255, 255, 0.15);
  padding-top: 1.3542rem;
  line-height: 1.4;
  color: #656775;
  font-size: 0.8333rem;
}
.xlmain .cont-page .a-page {
  margin-top: 0.7292rem;
}
.xlmain .cont-page .a-page a {
  color: #656775;
}
.xlmain .cont-page .a-page:hover {
  color: #ffffff;
}
.xlmain .cont-page .a-page:hover a {
  color: #ffffff;
}
.share-xl .social-share a {
  width: 1.25rem;
  height: 1.25rem;
}
.share-xl .social-share a.icon-wechat,
.share-xl .social-share a.icon-weibo {
  background-size: cover;
}
.social-share a {
  margin: 0.2083rem;
}
.social-share .icon-wechat .wechat-qrcode {
  left: -3.5417rem;
  border: 0.0521rem solid #eee;
  position: absolute;
  top: -10.6771rem;
  width: 8.3333rem;
  height: 9.8958rem;
  font-size: 0.625rem;
  box-shadow: 0 0.1042rem 0.5208rem #aaa;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  height: 1.3542rem;
  line-height: 1.3542rem;
  font-size: 0.625rem;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 5.2083rem;
  margin: 0.5208rem auto;
  margin-bottom: 0.3646rem !important;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  width: 5.2083rem !important;
  height: 5.2083rem !important;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table tr {
  height: auto !important;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table td {
  width: auto !important;
}
.social-share .icon-wechat .wechat-qrcode .qrcode img {
  width: 100%;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  line-height: 1.0417rem;
  font-size: 0.7292rem;
}
.share-xl .social-share a.icon-wechat {
  background: url(/eportal/uiFramework/commonResource/image/2025010208002857592.png);
  background-size: contain !important;
}
.share-xl .social-share a.icon-weibo {
  background: url("/eportal/uiFramework/commonResource/image/2025010207593761449.png");
  background-size: contain !important;
}
.table-details table {
  width: 100% !important;
}
.table-details table thead > tr > th {
  color: #fff;
  font-size: 1.0417rem;
  padding: 0.5208rem;
  vertical-align: middle;
  border: #0d0c0d solid 0.1563rem !important;
  text-align: center;
}
.table-details table tbody tr:first-child td {
  text-align: center;
}
.table-details table tbody tr:nth-child(even) {
  background-color: rgba(1, 78, 192, 0.16);
}
.table-details table tbody tr:nth-child(odd) {
  background-color: rgba(1, 78, 192, 0.02);
}
.table-details table tbody tr td {
  font-size: 1.0417rem;
  color: #ffffff;
  padding: 1.5625rem 1.5625rem !important;
  line-height: 1.4;
  vertical-align: middle;
  background: transparent !important;
  border: none !important;
}
.table-details table tbody tr td p,
.table-details table tbody tr td font,
.table-details table tbody tr td span,
.table-details table tbody tr td strong {
  font-size: 1.0417rem !important;
  color: #ffffff !important;
}
.table-details table tbody tr td strong > span {
  color: #ffffff !important;
}
.table-details table tbody tr td a {
  color: #ffffff;
}
.table-details table tbody tr td a:hover {
  color: #247cff;
}
.table-details div,
.table-details .xlmain .textxl div,
.table-details .xlmain .textxl table tbody tr td p {
  margin-bottom: 0 !important;
}
.wrap-appendix p {
  color: #247cff;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.7813rem;
  margin-top: 1.4583rem;
}
@media (min-width: 767px) {
  .xlmain .textxl img {
    max-width: 66%;
  }
}
.column.ui-sortable {
  border: none !important;
}
body .container-ny .search-header {
  margin-bottom: 2.0833rem;
}
body .container-ny .search-header .search-po {
  background: none;
}
body .container-ny .search-header .search {
  padding: 0 !important;
}
body .container-ny .search-header .search .wrapper-box {
  width: 100% !important;
}
body .container-ny .search-header .search .wrapper-box .search-box-div {
  width: 100%;
}
body .container-ny .search-header .search .wrapper-box .search-box-div > div:nth-child(1) {
  width: 100%;
}
body .container-ny .search-header .search .wrapper-box .wrapper {
  width: 100% !important;
  margin-left: 0 !important;
  background-color: transparent !important;
  border: 1px solid #166AE7;
}
body .container-ny .search-header .search .wrapper-box .container-1-left {
  padding: 0;
  margin: 0;
}
body .container-ny .search-header .search .container-1 {
  display: none;
}
body .search-header .search .action-logo {
  display: none;
}
body .container-ny .search-header .search .wrapper .search-header-info {
  margin-left: 1.0417rem;
  margin-right: 1.0417rem;
}
body .container-ny .search-header .search .wrapper .group .view {
  background-color: #014EC0 !important;
}
body .container-ny .search-header .search-footer-container {
  display: none;
}
body .container-ny .search-tool {
  display: none;
}
body .container-ny .content .container {
  padding: 0;
}
body .search-header .search .wrapper .group .view .label {margin-left: 0 !important;}
body .search-header .search .wrapper .group .view .icon {margin-left: 26px !important;}
.search-text-several .mod .body .group-3 .summary-1 {
  color: #9C9DAF !important;
}
.search-text-several .mod .search-text-header .header .group .summary-1 {
  color: #fff !important;
}
.search-text-several .mod .body .group-3 .view .summary-3 {
  color: #9C9DAF !important;
}
.search-text-several .mod .body .group-3 {
  margin-left: 1.0417rem !important;
}
.search-text-several .mod {
  background-color: transparent !important;
}
body .container-ny .pagination {
  justify-content: center;
}
.pagination a,
.pagination span,
.pagination input,
.pagination button {
  font-family: FontAwesome;
  height: 2.0833rem;
  min-width: 2.0833rem;
  line-height: 2.0833rem;
  font-size: 0.7292rem;
  border-radius: 50% !important;
  margin: 0 0.1563rem !important;
  padding: 0 0.7813rem !important;
  text-align: center;
  color: #fff !important;
}
.pagination a:hover {
  color: #ffffff !important;
  background-color: #014EC0 !important;
}
.pagination a.active {
  background-color: #014EC0 !important;
  color: #fff !important;
}
.investigation {
  display: none !important;
}
.search-text-several .address {
  margin-top: 0.5208rem;
}
@media (max-width: 767px) {
  .search-text-several .mod .search-text-header .header .group .summary-1 {
    width: 72rem !important;
  }
  .search-text-several .mod .body {
    display: block !important;
    overflow: hidden;
  }
  .search-text-several .mod .body .group-img {
    float: left;
    margin-right: 5.3333rem;
  }
  .search-text-several .mod .body .group-3 {
    overflow: hidden;
    width: auto !important;
    margin-left: 0px !important;
  }
}

.img-hp {position: relative;}
.rareas {overflow: hidden;}
.rareas li {overflow: hidden;padding: 0;}
.rareas li:nth-child(even) .rel {float: right;}
.rareas li:nth-child(odd) .rel .everse {right: 0;border-width: 25px 25px 25px 0px;border-color: transparent #ffe1b1 transparent transparent;}
.rareas li:nth-child(even) .rel .everse {left: 0;border-width: 25px 0px 25px 25px;border-color: transparent transparent transparent #fff1ef;}
.rareas li a {display: block;overflow: hidden;}
.rareas li .img-box {position: relative;height: 13.75rem;overflow: hidden;}
.rareas li .img-box img {width: 100%;height: 100%;object-fit: cover;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rareas li a:hover .img-box img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rareas .areastxt {
  margin-top: 1.0417rem;
  padding: 2.3438rem 2.0833rem 1.5625rem;overflow: hidden;position: relative;
  background: -webkit-linear-gradient(left, #114DDA 10%, #1082C6 80%);
  background: -ms-linear-gradient(left, #114DDA 10%, #1082C6 80%);
  background: linear-gradient(to right, #114DDA 10%, #1082C6 80%);
  height: 12.7083rem;
}
.rareas li:nth-child(even) .areastxt {
  margin-top: 0;
}
.rareas .areastxt .more {right: 2.0833rem;left: inherit;bottom: 1.9792rem;}
.rareas li:nth-child(even) .areastxt .more {left: 2.0833rem;right: inherit;}
.rareas li a:hover .more i::before {border: 1px solid #37aeff;background: #0030a1;}
.rareas .areastxt .title {
	font-size: 17px;
	color: #ffffff;
  text-align: left;
	text-transform: uppercase;
	line-height: 24px;
	opacity: 1;
	position: relative;
	margin: 0 0 14px;
  max-height: 5.6125vw;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rareas .areastxt .title span {
  font-size: 1.0417rem;
  line-height: 1.6;
  padding-bottom: 4px;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  position: relative;
  transition: background-size 0.3s;
}
.rareas li a:hover .areastxt .title span {
  background-size: 100% 2px;
}
@media (max-width: 1366px) {
  .rareas .areastxt {padding: 1.6105rem 1.3177rem 1.3177rem;}
  .rareas .areastxt .title {max-height: 6.0029rem;}
  .rareas .areastxt .title span {font-size: 1.2445rem;}
  .rareas .areastxt .more {bottom: 1.3177rem;right: 1.3177rem;}
  .rareas li:nth-child(even) .areastxt .more {left: 1.3177rem;}
}
@media (max-width: 1199px) {
  .rareas .areastxt .title {-webkit-line-clamp: 2;max-height: 4.6875rem;}
  .rareas .areastxt .title span {font-size: 1.4648rem;}
}
@media (max-width: 991px) {
  .rareas li .img-box {height: 30.3659rem;}
  .rareas .areastxt {margin-top: 2.439rem;height: 27.9268rem;padding: 5.4878rem 4.878rem;}
  .rareas .areastxt .title {
    -webkit-line-clamp: 3;
    max-height: 11.2195rem;
  }
  .rareas .areastxt .title span {font-size: 2.0732rem;line-height: 1.8;}
  .rareas .areastxt .more {bottom: 4.2683rem;right: 4.878rem;}
  .rareas li:nth-child(even) .areastxt .more {left: 4.878rem;}
}
@media (max-width: 767px) {
  .rareas li {margin-bottom: 4.6512vw;}
  .rareas li .img-box {height: 60.6977vw;}
  .rareas .areastxt {margin-top: 0;height: auto;}
  .rareas .areastxt .title {max-height: inherit;-webkit-line-clamp: inherit;}
  .rareas .areastxt .title span {font-size: 3.9535rem;}
  .rareas .areastxt .more {position: relative;right: inherit;bottom: inherit;}
  .rareas li:nth-child(even) .areastxt .more {right: inherit;left: inherit;}
}

.new-graphics {
  position: relative;
}
.new-graphics .boxstyle {
  overflow: hidden;
  position: relative;
}
.new-graphics .boxstyle .imgbox {
  position: relative;
  height: 17.1875rem;
  z-index: 0;
  overflow: hidden;
}
.new-graphics .boxstyle .imgbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.new-graphics .boxstyle .txtinfo {
  padding: 0 0 0 1.5104rem;
  position: relative;
  margin-top: 2.0833rem;
  border-left: #ffffff solid 1px;
  z-index: 2;
}
.new-graphics .boxstyle .txtinfo h4 {
  color: #ffffff;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.4375rem;
}
.new-graphics .boxstyle .txtinfo h4 span {
  font-size: 1.0417rem;
  line-height: 1.6;
  padding-bottom: 5px;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  position: relative;
  transition: background-size 0.3s;
}
.new-graphics .boxstyle .txtinfo h5 {font-size: .7813rem;color: #ffffff;line-height: 1;margin-top: 1.0417rem;}
.new-graphics a:hover .boxstyle .txtinfo h4 span {
  background-size: 100% 2px;
}
.new-graphics .boxstyle:hover .imgbox img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1680px) {
  .new-graphics .boxstyle .imgbox {height: 15.9524rem;}
}
@media (max-width: 1440px) {
  .new-graphics .boxstyle .imgbox {height: 16.8056rem;}
}
@media (max-width: 1366px) {
  .new-graphics .boxstyle .imgbox {height: 16.6911rem;}
  .new-graphics .boxstyle .txtinfo h4 {height: 4.246rem;}
  .new-graphics .boxstyle .txtinfo h4 span {font-size: 1.3177rem;}
  .new-graphics .boxstyle .txtinfo h5 {font-size: 1.0981rem;}
}
@media (max-width: 1280px) {
  .new-graphics .boxstyle .imgbox {height: 17.0313rem;}
}
@media (max-width: 1199px) {
  .new-graphics .boxstyle .txtinfo h4 {height: 5.3711rem;}
  .new-graphics .boxstyle .txtinfo h4 span {font-size: 1.5625rem;}
  .new-graphics .boxstyle .txtinfo h5 {font-size: 1.3672rem;}
}
@media (max-width: 991px) {
  .new-graphics .boxstyle .imgbox {height: 29.2683rem;}
  .new-graphics .boxstyle .txtinfo {padding-left: 2.439rem;margin-top: 3.0488rem;}
  .new-graphics .boxstyle .txtinfo h4 {height: 6.5854rem;}
  .new-graphics .boxstyle .txtinfo h4 span {font-size: 1.9512rem;}
  .new-graphics .boxstyle .txtinfo h5 {font-size: 1.8293rem;margin-top: 1.7073rem;}
}
@media (max-width: 767px) {
  .new-graphics .boxstyle .imgbox {height: 60.6977vw;}
  .new-graphics .boxstyle .txtinfo h4 {height: auto;-webkit-line-clamp: inherit;}
  .new-graphics .boxstyle .txtinfo h4 span {font-size: 3.9535rem;line-height: 1.7;}
  .new-graphics .boxstyle .txtinfo h5 {font-size: 3.4884rem;margin-top: 3.4884vw;}
  .new-graphics .boxstyle .txtinfo {margin-top: 5.1163vw;padding-left: 4.186vw;}
}

/************************/
/*  Text List   */
/************************/
.textList {position: relative;}

.textList li {
  padding: 0 7.2917rem 0 0;
  position: relative;
  transition: background 0.3s;
  margin-bottom: 1.8229vw;
}

.textList li .box-title {
  color: #ffffff;
  display: block;
  overflow: hidden;
  line-height: 1.3;
  font-size: 1.0417rem;
}

.textList li .box-date {
  position: absolute;
  right: 2px;
  top: 0;
  color: #eeeeee;
  font-size: 1.0417rem;
}

.textList li:first-child .box-title {font-weight: 700;}
.textList li:first-child .box-date {font-weight: 700;text-align: center;}

@media (max-width: 1366px) {
  .textList li {margin-bottom: 2.5622vw;padding-right: 10.2489vw;}
  .textList li .box-title, .textList li .box-date {font-size: 1.4641rem;}
}
@media (max-width: 991px) {
  .textList li {margin-bottom: 3.6585vw;padding-right: 17.0732vw;}
  .textList li .box-title, .textList li .box-date {font-size: 2.3171rem;}
}
@media (max-width: 767px) {
  .textList li {margin-bottom: 6.9767vw;padding-right: 30.2326vw;}
  .textList li .box-title, .textList li .box-date {font-size: 4.186rem;}
}