.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #3D55A7;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  background: #f5f7fb;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #3D55A7;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-06 .box-s:before {
  background-color: #3D55A7;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #3D55A7;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3D55A7;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #3D55A7;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #3D55A7;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f5f7fb;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f5f7fb;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 35px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc font {
  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 font:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc font.active {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-pc font {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3D55A7;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
  width: 100px !important;
  height: 100px !important;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table tr {
  height: auto !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("/eportal/uiFramework/commonResource/image/2025073013173739679.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("/eportal/uiFramework/commonResource/image/2025073013171457669.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #3D55A7;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #3D55A7;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #3D55A7;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #3D55A7;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #3D55A7;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #3D55A7;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/*此文件写网站剩余样式*/
body {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
}
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
tbody,
tr,
th,
td,
input,
textarea {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1 !important;
  font-size: 16px;
  color: #333333;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
a[href]:after {
  content: normal;
}
a:hover,
a:focus {
  text-decoration: none;
}
*:focus {
  outline: none;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    max-width: 1254px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
/*---------------------------------
  Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 17px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
  border-radius: 7px;
  background: #277cf1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back-to-top h4 {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin: 9px 0 6px;
}
.back-to-top:hover {
  background: #4694ff;
}
.back-to-top.open {
  bottom: 40px;
}
.back-to-top i {
  color: #fff;
  line-height: 10px;
}
/*scroll-info*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.firstpart {
  padding: 0 0 30px;
}
.secondpart {
  overflow: hidden;
}
.win-l {
  width: calc(100% - 410px);
  float: left;
  padding-right: 30px;
}
.win-r {
  float: right;
  width: 410px;
}
.public-box {
  background: #ffffff;
  padding: 20px 28px 26px;
  border-radius: 5px;
}
.public-box[data-v-job] {
  padding: 15px 28px 26px;
  min-height: 370px;
}
@media (max-width: 1199px) {
  .public-box[data-v-job] {
    min-height: inherit;
  }
}
.index-bg {
  background: #f4f5fa;
  padding: 30px 0;
  background: -webkit-linear-gradient(top, #c8daf4 5%, #f4f5fa 25%);
  background: -ms-linear-gradient(top, #c8daf4 5%, #f4f5fa 25%);
  background: linear-gradient(to bottom, #c8daf4 5%, #f4f5fa 25%);
}
.ny-bg {
  background: #FFF;
  padding-bottom: 50px;
}
header {
  background: url(/eportal/uiFramework/commonResource/image/2025073015564981194.jpg) no-repeat top center #0657c1;
  background-size: cover;
}
header .h-logo {
  padding: 40px 0;
  overflow: hidden;
}
header .h-nav {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  height: 53px;
}
.header-right {
  float: right;
  text-align: right;
  margin-top: 9px;
}
.header-right a {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.2;
  border-left: #eee solid 1px;
  padding: 0 10px;
  display: inline-block;
  overflow: hidden;
}
.header-right a:first-child {
  border: 0;
}
.header-right a:hover {
  text-decoration: underline;
}
.search-box {
  width: 258px;
  height: 35px;
  border-radius: 20px;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  float: right;
}
.search-box .s-inp {
  width: 85%;
  height: 35px;
  line-height: 33px;
  padding-left: 20px;
  color: #999999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #ffffff;
  float: left;
}
.search-box .s-inp:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.search-box .s-inp::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.search-box .s-inp:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.search-box .s-inp::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.search-box .s-inp:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.search-box .s-btn {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9;
  width: 44px;
  height: 100%;
  font-size: 0;
  background: url(/eportal/uiFramework/commonResource/image/2025073016173711835.png) no-repeat center #1692e9;
}
.head-logo {
  float: left;
  display: block;
  width: 959px;
}
.head-logo img {
  width: 100%;
  height: 100%;
}
.head-logo img:nth-child(2) {
  display: none;
}
nav.navbar {
  min-height: 50px;
  padding: 0;
  z-index: 999;
}
nav.navbar ul.navbar-nav {
  width: 100%;
}
nav.navbar ul.navbar-nav > li {
  width: 9.2%;
}
nav.navbar ul.navbar-nav > li:first-child {
  width: 7.2%;
}
nav.navbar ul.navbar-nav > li:nth-child(8) {
  width: 10%;
}
nav.navbar ul.navbar-nav > li:last-child > a::before {
  display: none;
}
nav.navbar ul.navbar-nav > li > a {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.1;
  color: #fff !important;
  padding: 19px 0 14px !important;
  text-align: center;
  position: relative;
  margin-top: -3px;
}
nav.navbar ul.navbar-nav.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar ul.navbar-nav > li > a:hover,
nav.navbar ul.navbar-nav > li > a:focus,
nav.navbar ul.navbar-nav > li.active > a:hover,
nav.navbar ul.navbar-nav > li.active > a:focus,
nav.navbar ul.navbar-nav > li.active > a,
nav.navbar ul.navbar-nav > li.dropdown.on > a {
  background-color: #1692e9 !important;
  color: #FFF !important;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
  border: none;
  background: rgba(241, 243, 248, 0.9);
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a {
  color: #1958AF;
  display: block;
  line-height: 1.6;
  padding: 8px 14px;
  font-size: 14px;
  white-space: normal;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a:hover {
  background-color: #DFE4F2;
}
nav.navbar.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 46px 0px rgba(67, 86, 116, 0.19);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
  background-color: #1692e9 !important;
}
.index-bg-cont {
  background: #FFFFFF;
  padding: 25px;
}
.index-box {
  margin-bottom: 42px;
}
.m20 {
  margin: 0 -20px;
}
.p20 {
  padding: 0 20px;
}
.index-md-7 {
  max-width: 60.4%;
}
.index-md-5 {
  max-width: 39.6%;
}
.lanmu {
  border-bottom: #d6dfeb solid 1px;
  margin-bottom: 26px;
}
.lanmu .lanmu_l {
  color: #d72626;
  float: left;
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 16px;
  position: relative;
  line-height: 1;
}
.lanmu .lanmu_l:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #d72626;
}
.lanmu .lanmu_l img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -4px;
}
.lanmu .lanmu_r {
  float: right;
  font-size: 15px;
  font-family: Arial;
  line-height: 32px;
}
.lanmu .lanmu_r a {
  color: #1958af;
  text-decoration: none;
  font-size: 15px;
}
.lanmu .lanmu_r a:hover {
  color: #e30000;
  text-decoration: none;
}
.lanmu[data-v-job] .lanmu_l {
  padding-bottom: 11px;
}
.focus-box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  overflow: hidden;
}
.focus-box .focus-lb {
  width: 562px;
  height: 370px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 30px;
  float: left;
}
.focus-box .focus-news {
  overflow: hidden;
}
.focus-box .focus-news .more {
  color: #1958af;
  font-size: 15px;
  line-height: 1.1;
  display: block;
  overflow: hidden;
  margin: 15px 0 10px;
  text-align: right;
  padding-right: 30px;
}
.focus-box .focus-news .more:hover {
  color: #e30000;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .focus-box .focus-lb {
    width: 522px;
  }
}
@media (max-width: 1199px) {
  .focus-box .focus-lb {
    width: 562px;
  }
}
@media (max-width: 991px) {
  .focus-box .focus-lb {
    width: 100%;
    margin-right: 0;
    height: 450px;
  }
  .focus-box .focus-news {
    width: 100%;
    float: left;
  }
  .focus-box .focus-news .more {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .focus-box .focus-lb {
    width: 100%;
    margin-right: 0;
    height: 60.8vw;
  }
  .focus-box .focus-news {
    width: 100%;
    float: left;
  }
  .focus-box .focus-news .more {
    margin-bottom: 25px;
  }
}
.banner-swiper .banner-page {
  right: 16px;
  bottom: 20px;
  width: auto;
  left: auto;
}
.banner-swiper .banner-page .swiper-pagination-bullet {
  margin: 0 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  vertical-align: bottom;
  border: #ffffff solid 1px;
  background: transparent;
  opacity: 1;
}
.banner-swiper .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
.banner-swiper .img-box {
  display: block;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.banner-swiper .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.banner-swiper .img-box:hover img {
  transform: scale(1.1);
}
.banner-swiper .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  padding: 13px 130px 13px 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D8E3EE;
  margin-bottom: 20px;
  padding-bottom: 16px;
}
.index-title .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-title .title img {
  margin-right: 12px;
}
.index-title .title p {
  font-weight: bold;
  font-size: 24px;
  color: #262626;
  line-height: 30px;
}
.index-title > a {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.index-title > a:hover {
  color: #0D4994;
}
.news-top {
  display: block;
}
.news-top .date {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: bold;
  font-size: 16px;
  color: #0D4994;
  line-height: 1;
  margin-bottom: 13px;
}
.news-top .date div:nth-child(1) {
  font-size: 26px;
}
.news-top .date span {
  padding: 0 7px;
}
.news-top .title {
  font-weight: bold;
  font-size: 20px;
  color: #262626;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  margin-bottom: 16px;
}
.news-top .desc {
  font-size: 15px;
  color: #999999;
  line-height: 25px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
}
.news-top:hover .title {
  color: #0D4994;
}
.index-yw {
  overflow: hidden;
  padding: 26px 30px 0 0;
  height: 323px;
}
.index-yw li {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: #e9eef5 solid 1px;
}
.index-yw li a {
  display: block;
  padding-right: 60px;
  position: relative;
  overflow: hidden;
}
.index-yw li h3 {
  font-size: 18px;
  color: #333333;
  line-height: 1.4;
  max-height: 50px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-yw li h4 {
  font-size: 17px;
  color: #808080;
  line-height: 1.4;
  margin-top: 8px;
  display: none;
  max-height: 21px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-yw li h5 {
  font-size: 16px;
  line-height: 1;
  color: #a6a6a6;
  position: absolute;
  right: 0;
  top: 4px;
}
.index-yw li:first-child a {
  padding-right: 0;
}
.index-yw li:first-child h3 {
  font-size: 20px;
  color: #ce0000;
  font-weight: 700;
  max-height: 55px;
  -webkit-line-clamp: 2;
}
.index-yw li:first-child h4 {
  display: block;
  display: -webkit-box;
}
.index-yw li:first-child h5 {
  display: none;
}
.index-yw li:first-child a:hover h3 {
  color: #0D4994;
}
.index-yw li a:hover h3,
.index-yw li a:hover h5 {
  color: #0D4994;
}
@media (max-width: 991px) {
  .index-yw {
    padding-left: 30px;
    height: auto;
  }
  .index-yw:first-child h3 {
    max-height: inherit;
    -webkit-line-clamp: inherit;
  }
}
@media (max-width: 767px) {
  .index-yw {
    padding: 16px 17px 0;
  }
  .index-yw li {
    margin-bottom: 15px;
  }
  .index-yw li a {
    padding-right: 0;
  }
  .index-yw li h5 {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 5px;
    font-size: 15px;
  }
}
/*------------------TAB----------------*/
.mores_all {
  position: absolute;
  right: 0;
  top: 5px;
}
.mores_all a {
  font-size: 15px;
  color: #1958af;
}
.mores_all a:hover {
  color: #e30000;
}
.fwcx {
  width: 100%;
  min-height: 216px;
  overflow: hidden;
}
.index_tab {
  position: relative;
}
.index_tab .tabmenu {
  margin: 0 0 26px;
  border-bottom: #d6dfeb solid 1px;
}
.index_tab .tabmenu ul li {
  color: #2e2d2d;
  font-size: 24px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  float: left;
  margin-right: 38px;
  line-height: 1.1;
}
.index_tab .tabmenu ul li:last-child {
  margin-right: 0px;
  background: none;
}
.index_tab .tabmenu ul li span {
  float: left;
  display: block;
}
.index_tab .tabmenu ul li span.tabg {
  padding: 0;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 34px;
  padding-bottom: 16px;
}
.index_tab .tabmenu ul li.selected span.tabg {
  width: 100%;
  text-align: center;
  color: #d72626;
  background-repeat: no-repeat;
  background-position: left 3px;
  font-weight: 700;
  position: relative;
}
.index_tab .tabmenu ul li.selected span.tabg:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #d72626;
}
.index_tab .tabmenu[data-v-r] ul li {
  margin-right: 26px;
}
.index_tab .tabox {
  min-height: 216px;
}
.index_tab .tabmenu ul li span.tab-01 {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073015592497478.png);
}
.index_tab .tabmenu ul li.selected span.tab-01.tabg {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016072331600.png);
}
.index_tab .tabmenu ul li span.tab-02 {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016081199051.png);
}
.index_tab .tabmenu ul li.selected span.tab-02.tabg {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016082481825.png);
}
.index_tab .tabmenu ul li span.tab-03 {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016085543912.png);
}
.index_tab .tabmenu ul li.selected span.tab-03.tabg {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016100542077.png);
}
.index_tab .tabmenu ul li span.tab-04 {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016103146986.png);
}
.index_tab .tabmenu ul li.selected span.tab-04.tabg {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016104398731.png);
}
.index_tab .tabmenu ul li span.tab-05 {
  background-image: url(/eportal/uiFramework/commonResource/image/2025090111220235954.png);
}
.index_tab .tabmenu ul li.selected span.tab-05.tabg {
  background-image: url(/eportal/uiFramework/commonResource/image/2025090111221667200.png);
}
.index_tab .tabmenu ul li span.tab-06 {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016105463229.png);
}
.index_tab .tabmenu ul li.selected span.tab-06.tabg {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016110935003.png);
}
@media (max-width: 1440px) {
  .index_tab .tabmenu[data-v-r] ul li {
    margin-right: 13px;
    font-size: 18px;
  }
  .index_tab .tabmenu[data-v-r] ul li span.tabg {
    padding-left: 30px;
    background-position: left -3px;
    margin-top: 7px;
  }
}
@media (max-width: 1199px) {
  .index_tab .tabmenu[data-v-r] ul li {
    margin-right: 38px;
    font-size: 24px;
  }
  .index_tab .tabmenu[data-v-r] ul li span.tabg {
    padding-left: 34px;
    background-position: left 3px;
    margin-top: 0;
  }
  .index_tab .tabox {
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .mores_all {
    top: 1px;
  }
  .index_tab .tabmenu ul li {
    margin-right: 17px;
    font-size: 22px;
  }
  .index_tab .tabmenu ul li span.tabg {
    padding-left: 28px;
    background-size: 22px;
  }
  .index_tab .tabmenu ul li span.tabg,
  .index_tab .tabmenu ul li.selected span.tabg {
    background-position: left 2px;
  }
  .index_tab .tabmenu[data-v-r] ul li {
    margin-right: 17px;
    font-size: 22px;
  }
  .index_tab .tabmenu[data-v-r] ul li span.tabg {
    padding-left: 28px;
    background-size: 22px;
    background-position: left 2px;
  }
  .index_tab .tabmenu[data-v-r] ul li.selected span.tabg {
    background-position: left 2px;
  }
}
/*---------------Photo News List---------------------*/
.index-piclist li {
  margin-bottom: 17px;
}
.index-piclist .viopic-box {
  border: #ffffff solid 1px;
  position: relative;
  transition: 0.3s;
  display: block;
  overflow: hidden;
  background: #eff5fe;
  border-radius: 5px;
}
.index-piclist .viopic-box::before,
.index-piclist .viopic-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #1958af;
  transform: scale(0);
  transition: 0.3s;
  z-index: 1;
  border-radius: 5px;
}
.index-piclist .viopic-box::before {
  border-right: none;
  border-bottom: none;
  transform-origin: 0 0;
}
.index-piclist .viopic-box::after {
  border-left: none;
  border-top: none;
  transform-origin: 100% 100%;
}
.index-piclist .viopic-box .img-box {
  overflow: hidden;
  position: relative;
  width: 286px;
  height: 190px;
  margin-right: 30px;
  float: left;
}
.index-piclist .viopic-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.index-piclist .viopic-box .viopic-txt {
  padding: 26px 30px 20px 0;
  overflow: hidden;
}
.index-piclist .viopic-box .viopic-txt h5 {
  font-size: 16px;
  color: #a6a6a6;
  line-height: 1;
  margin: 0 0 10px;
}
.index-piclist .viopic-box .viopic-txt h3 {
  font-size: 20px;
  color: #3d55a7;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 700;
  width: 100%;
  max-height: 23px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.index-piclist .viopic-box .viopic-txt h4 {
  font-size: 17px;
  color: #999999;
  line-height: 1.5;
  max-height: 74px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.index-piclist .viopic-box:hover {
  border: #F5F7FC solid 1px;
}
.index-piclist .viopic-box:hover::before,
.index-piclist .viopic-box:hover::after {
  transform: scaleX(1);
}
.index-piclist .viopic-box:hover .img-box img {
  transition: all 0.5s;
  -webkit-transition: scale(1.1);
  -moz-transition: scale(1.1);
  -o-transition: scale(1.1);
  transform: scale(1.1);
}
.index-piclist .viopic-box:hover .viopic-txt h3, .index-piclist .viopic-box:hover .viopic-txt h5 {
  color: #2966ca;
}
@media (max-width: 991px) {
  .index-piclist .viopic-box .img-box {
    margin-right: 20px;
  }
  .index-piclist .viopic-box .viopic-txt {
    padding: 18px 20px 10px 0;
  }
  .index-piclist .viopic-box .viopic-txt h3 {
    -webkit-line-clamp: 2;
    max-height: 47px;
  }
}
@media (max-width: 767px) {
  .index-piclist .viopic-box .img-box {
    margin-right: 0;
    width: 100%;
    height: 55.47vw;
  }
  .index-piclist .viopic-box .viopic-txt {
    padding: 18px;
  }
  .index-piclist .viopic-box .viopic-txt h3 {
    -webkit-line-clamp: inherit;
    max-height: inherit;
  }
}
.news-list {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px dashed #D8E3EE;
}
.news-list li {
  margin-bottom: 15px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list a {
  display: block;
  position: relative;
}
.news-list a:hover .title {
  color: #0D4994;
}
.news-list a:hover .date {
  color: #0D4994;
}
.news-list .title {
  font-size: 16px;
  color: #262626;
  line-height: 26px;
  padding-left: 13px;
  padding-right: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.news-list .title::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0;
  top: 11px;
  background: #98B0C9;
}
.news-list .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}
.index-wz-list a {
  display: block;
  position: relative;
}
.index-wz-list a:hover .title {
  color: #0D4994;
}
.index-wz-list a:hover .date {
  color: #0D4994;
}
.index-wz-list .title {
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  padding-left: 25px;
  padding-right: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.index-wz-list .title::before {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  left: 0;
  top: 8px;
  background: url(/eportal/uiFramework/commonResource/image/2025073016131313188.png) no-repeat center;
}
.index-wz-list .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}
.index-wz-list li {
  margin-bottom: 12px;
}
.index-wz-list li:last-child {
  margin-bottom: 0;
}
.index-wz-list.qc li:nth-child(n+4) {
  display: none;
}
.index-wz-list.qc li:nth-child(3) {
  margin-bottom: 0;
}
.m9 {
  margin: 0 -9px;
}
.p9 {
  padding: 0 9px;
}
.yqzs-box {
  display: block;
}
.yqzs-box .img-box {
  height: 166px;
  overflow: hidden;
  margin-bottom: 17px;
}
.yqzs-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.yqzs-box .title {
  font-size: 16px;
  color: #262626;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqzs-box:hover .img-box img {
  transform: scale(1.1);
}
.yqzs-box:hover .title {
  color: #0D4994;
}
.notice-list li {
  margin-bottom: 19px;
}
.notice-list li:last-child {
  margin-bottom: 0;
}
.notice-list a {
  display: block;
}
.notice-list a:hover .title {
  color: #0D4994;
}
.notice-list .date {
  float: left;
  margin-right: 16px;
  padding-right: 16px;
  border-right: #eee solid 1px;
  width: 66px;
  height: 48px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.notice-list .date div {
  font-size: 13px;
  color: #999999;
  line-height: 1;
  text-align: right;
}
.notice-list .date div:nth-child(1) {
  font-weight: bold;
  font-size: 19px;
  color: #1958AF;
  margin-bottom: 8px;
}
.notice-list .title {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  height: 52px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m10 {
  margin: 0 -10px;
}
.p10 {
  padding: 0 10px;
}
.yqpt-link {
  display: block;
  height: 100px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 23px;
}
.yqpt-link .title {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 24px;
  position: relative;
}
.yqpt-link .title::before {
  position: absolute;
  content: '';
  left: 0;
  top: -15px;
  width: 18px;
  height: 3px;
  background: #FFA518;
  transition: all 0.5s;
}
.yqpt-link:hover .title::before {
  width: 100%;
}
.kjtd-list {
  margin: -7.5px -7.5px;
  margin-bottom: 30px;
}
.kjtd-list li {
  float: left;
  width: 33.33333333%;
  padding: 7.5px 7.5px;
}
.kjtd-list a {
  display: block;
  height: 100px;
  background: #F0F2F7;
  border-radius: 4px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
}
.kjtd-list a:hover img {
  transform: rotateY(360deg);
}
.kjtd-list a:hover p {
  color: #0D4994;
}
.kjtd-list img {
  margin-bottom: 14px;
  transition: all 0.5s;
}
.kjtd-list p {
  font-weight: bold;
  font-size: 16px;
  color: #262626;
  line-height: 1;
  text-align: center;
}
.yqpt-xt-link {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  height: 100px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yqpt-xt-link img {
  max-height: 34px;
  margin-top: 9px;
}
.index-box9 {
  margin-top: 32px;
  margin-bottom: 0 !important;
}
.index-box9 .ui-select-wrap {
  height: 74px;
  padding-right: 40px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #D5D5D5;
}
.index-box9 .ui-select-input {
  right: 40px;
  padding-left: 23px;
  font-size: 16px;
  color: #5A5D68;
  line-height: 72px;
}
.index-box9 .ui-select-arrow {
  right: 18px;
  border-top-color: #1958af;
  border-width: 7px 6px 0 6px;
  top: 45%;
}
.index-box9 .ui-select-list {
  left: 0px;
  top: 73px;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
}
.index-box9 .ui-select-list > li {
  padding: 0 17px 0;
  color: #5A5D68;
  font-size: 14px;
}
.index-box9 .ui-select-list > li.selected {
  background: #0467CC;
  color: #FFF;
}
.index-box9 .ui-select-list > li:hover {
  background: #0467CC;
  color: #FFF;
}
.index-box9 .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 38px;
}
@media (max-width: 1199px) {
  .index-box9 .ui-select-wrap {
    height: 54px;
  }
  .index-box9 .ui-select-input {
    line-height: 52px;
  }
  .index-box9 .ui-select-list {
    top: 53px;
  }
}
.m7 {
  margin: 0 -7px;
}
.p7 {
  padding: 0 7px;
}
.footer {
  background: #044F9B url(/eportal/uiFramework/commonResource/image/2025073015513978340.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 40px 0;
}
.footer .foot-logo {
  width: 244px;
  overflow: hidden;
  margin-right: 20px;
  margin-top: 10px;
}
.footer .foot-logo img {
  width: 100%;
  height: 100%;
}
.footer .info {
  display: block;
  position: relative;
  text-align: center;
}
.footer .info span,
.footer .info a {
  display: inline-block;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.9;
  margin: 0 10px;
}
.footer .info a:hover {
  text-decoration: underline;
}
.footer .gzh-box {
  float: left;
  margin-right: 20px;
  width: 112px;
  height: 82px;
  background: #FFFFFF;
  padding-left: 30px;
  position: relative;
}
.footer .gzh-box .title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #055AB1;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 15px;
  text-align: center;
  padding: 4px;
}
.footer .gzh-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer .gzh-box .img-box img {
  width: 100%;
  height: 100%;
}
.footer .sydw-logo {
  float: left;
  width: 56px;
  margin-top: 7px;
}
.footer .sydw-logo img {
  width: 100%;
  height: 100%;
}
.ny-box {
  min-height: calc(100vh - 475px);
}
.m22 {
  margin: 0 -22px;
}
.p22 {
  padding: 0 22px;
}
.col-ny-3 {
  flex: 0 0 23.3%;
  max-width: 23.3%;
}
.col-ny-9 {
  max-width: 76.7%;
  flex: 0 0 76.7%;
}
.left-nav {
  margin-bottom: 40px;
}
.left-nav .menu-title {
  height: 70px;
  background: url(ggjszx-bg4.png) no-repeat center;
  background-size: cover;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 10px 27px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.left-nav .menu-cont {
  background: #F7F9FD;
  padding: 10px 25px 23px 25px;
}
.left-nav .menu-cont > li {
  border-bottom: 1px solid #DBE0E9;
}
.left-nav .menu-cont > li:hover > a,
.left-nav .menu-cont > li.active > a {
  color: #0359B0;
}
.left-nav .menu-cont > li:hover > a::before,
.left-nav .menu-cont > li.active > a::before {
  background: url(ggjszx-icon18.png) no-repeat center center;
}
.left-nav .menu-cont > li > a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #343434;
  line-height: 30px;
  padding: 15px 30px 15px 0;
  position: relative;
}
.left-nav .menu-cont > li > a::before {
  position: absolute;
  content: '';
  right: 0;
  top: 26px;
  width: 5px;
  height: 10px;
  background: url(ggjszx-icon17.png) no-repeat center center;
}
.left-nav .menu-cont-sj {
  border-top: 1px solid #DBE0E9;
}
.left-nav .menu-cont-sj > li {
  padding: 0 18px;
  border-bottom: 1px solid #DBE0E9;
}
.left-nav .menu-cont-sj > li:hover > a,
.left-nav .menu-cont-sj > li.active > a {
  color: #0359B0;
}
.left-nav .menu-cont-sj > li:last-child {
  border-bottom: 0;
}
.left-nav .menu-cont-sj > li > a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
  padding: 16px 0;
}
.ny-right-box {
  padding: 23px 0 0;
}
.ny-right-box .right-title {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #D1D8E5;
}
.ny-right-box .right-title .fl {
  font-weight: bold;
  font-size: 24px;
  color: #343434;
  line-height: 30px;
  position: relative;
}
.ny-right-box .right-title .fl::before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  bottom: -23px;
  height: 4px;
  background: #0762BE;
}
.bread-crumbs {
  color: #5E5F64;
  font-size: 14px;
}
.bread-crumbs .bread-item a {
  color: #5E5F64;
}
.bread-crumbs .bread-item a:hover {
  color: #014C98;
}
.bread-crumbs .bread-item a:last-child {
  color: #014C98;
}
.bread-crumbs .bread-item > span:before {
  display: none !important;
}
.zcdw-list li {
  margin-bottom: 30px;
  background: #F3F8FC;
  border-radius: 0px 0px 40px 0px;
}
.zcdw-list li:last-child {
  margin-bottom: 0;
}
.zcdw-list .img-box {
  float: left;
  width: 290px;
  height: auto;
  overflow: hidden;
}
.zcdw-list .img-box img {
  width: 100%;
  height: 100%;
}
.zcdw-list .info {
  overflow: hidden;
  padding: 34px 30px 30px 30px;
}
.zcdw-list .name {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 13px;
}
.zcdw-list .name span {
  display: inline-block;
}
.zcdw-list .name span:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  margin-right: 15px;
}
.zcdw-list .txt {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.ny-wz-list li {
  margin-bottom: 22px;
}
.comp-pages {
  padding-top: 40px;
}
.comp-pages .page-pc a,
.comp-pages .page-pc font {
  height: 36px;
  min-width: 36px;
  line-height: 34px;
  color: #666666;
  font-size: 15px;
  border: 1px solid #EEEEEE;
  padding: 0 13px;
  margin-bottom: 10px;
}

.comp-pages .page-pc font {
  background: #1958AF;
  border: 1px solid #1958AF;
  color: #fff;
}
.comp-pages .page-pc span{
    display: none !important;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc a.active {
  background: #1958AF;
  border: 1px solid #1958AF;
  color: #fff;
}

.comp-pages .page-pc .page-jump {
  display: inline-block;
  font-size: 15px;
  color: #999999;
}
.comp-pages .page-pc .page-jump .page-text {
  font-size: 15px;
  color: #666666;
  width: 52px;
  height: 36px;
  border: 1px solid #eeeeee;
  padding: 0 6px;
  text-align: center;
  border-radius: 4px;
}
.comp-pages .page-pc .page-jump .page-btn {
  background: #e3eaf4;
  padding: 0 10px;
  text-align: center;
  border-radius: 4px;
  line-height: 36px;
  font-size: 15px;
}
.comp-pages .page-pc .page-jump .page-btn:hover {
  background: #1958AF;
  color: #fff;
}

.comp-pages .page-phone {
  background: #1958AF;
}
.rl-wz-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E1EBEB;
}
.rl-wz-list li:last-child {
  margin-bottom: 0;
}
.rl-wz-list a {
  display: block;
}
.rl-wz-list a:hover .title {
  color: #0262C2;
}
.rl-wz-list a:hover .more {
  margin-left: 15px;
}
.rl-wz-list .date {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 36px;
  background: #0262C2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rl-wz-list .date div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
}
.rl-wz-list .date div:nth-child(1) {
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.rl-wz-list .info {
  overflow: hidden;
}
.rl-wz-list .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.rl-wz-list .desc {
  font-size: 15px;
  color: #84878E;
  line-height: 26px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
  margin-bottom: 8px;
}
.rl-wz-list .more {
  display: inline-block;
  font-size: 14px;
  color: #0262C2;
  line-height: 28px;
  padding-right: 26px;
  background: url(ggjszx-icon19.png) no-repeat right center;
  transition: all 0.5s;
}
.tw-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E1EBEB;
}
.tw-list li:last-child {
  margin-bottom: 0;
}
.tw-list a {
  display: block;
}
.tw-list a:hover .img-box img {
  transform: scale(1.1);
}
.tw-list a:hover .title {
  color: #0262C2;
}
.tw-list a:hover .more {
  margin-left: 15px;
}
.tw-list .img-box {
  float: left;
  width: 260px;
  height: 173px;
  margin-right: 30px;
  overflow: hidden;
}
.tw-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tw-list .info {
  overflow: hidden;
}
.tw-list .date {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-bottom: 5px;
}
.tw-list .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.tw-list .desc {
  font-size: 15px;
  color: #84878E;
  line-height: 26px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
  margin-bottom: 10px;
}
.tw-list .more {
  display: inline-block;
  font-size: 14px;
  color: #0262C2;
  line-height: 28px;
  padding-right: 26px;
  background: url(ggjszx-icon19.png) no-repeat right center;
  transition: all 0.5s;
}
.m16 {
  margin: 0 -16px;
}
.p16 {
  padding: 0 16px;
}
.ggpt-list .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.ggpt-list a {
  display: block;
  margin-bottom: 29px;
}
.ggpt-list a:hover .img-box img {
  transform: scale(1.1);
}
.ggpt-list a:hover .title {
  color: #0359B0;
}
.ggpt-list .img-box {
  height: 213px;
  overflow: hidden;
  margin-bottom: 12px;
}
.ggpt-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ggpt-list .title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.sys-top-lm {
  margin-bottom: 30px;
}
.sys-top-lm li {
  float: left;
  margin-right: 3px;
  min-width: 165px;
  background: #F5F9FD;
  border-radius: 30px 5px 30px 5px;
  border: 1px solid #D9E1E9;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.sys-top-lm li:hover,
.sys-top-lm li.active {
  border: 1px solid #0262C2;
  background: #0262C2;
}
.sys-top-lm li:hover a,
.sys-top-lm li.active a {
  font-weight: bold;
  color: #FFFFFF;
}
.sys-top-lm li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  padding: 14px 30px;
}
.fy-box .comp-pages {
  padding-top: 10px;
}
.tp-list .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.tp-list a {
  display: block;
  margin-bottom: 34px;
}
.tp-list a:hover .img-box img {
  transform: scale(1.1);
}
.tp-list a:hover .title {
  color: #0359B0;
}
.tp-list .img-box {
  height: 213px;
  margin-bottom: 13px;
  overflow: hidden;
}
.tp-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tp-list .title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqsb-detail .img-box {
  float: left;
  margin-right: 40px;
  width: 340px;
  height: auto;
  overflow: hidden;
}
.yqsb-detail .img-box img {
  max-width: 100%;
}
.yqsb-detail .info {
  overflow: hidden;
}
.yqsb-detail .title {
  font-weight: bold;
  font-size: 28px;
  color: #343434;
  line-height: 36px;
  margin-bottom: 7px;
}
.yqsb-detail .xh {
  font-size: 16px;
  color: #8C8C8C;
  line-height: 30px;
  margin-bottom: 27px;
}
.yqsb-detail .txt {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  text-align: justify;
}
.yqsb-detail .txt b,
.yqsb-detail .txt strong {
  font-size: 18px;
  font-weight: bold;
  color: #005BAC;
}
.yqsb-detail .txt p,
.yqsb-detail .txt div {
  margin-bottom: 10px;
}
.m17 {
  margin: 0 -17px;
}
.p17 {
  padding: 0 17px;
}
.nryd-list .col-sm-6:nth-child(2n+1) {
  clear: left;
}
.nryd-list a {
  display: block;
  height: 90px;
  background: #F8F9FB url(ggjszx-bg5.png) no-repeat 90% bottom;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #EBEBEB;
  margin-bottom: 35px;
  padding: 10px 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.nryd-list a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: #0358AF;
}
.nryd-list a:hover {
  background: #0358AF url(ggjszx-bg5.png) no-repeat 90% bottom;
}
.nryd-list a:hover .title {
  color: #FFF;
}
.nryd-list .title {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 18px;
  color: #262626;
  line-height: 28px;
}
.lxwm-box {
  height: 475px;
}
.lxwm-box .info {
  width: 35%;
  height: 100%;
  padding: 50px;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.lxwm-box .info span {
  display: inline-block;
  font-weight: bold;
}
.lxwm-box .map {
  width: 65%;
  height: 100%;
}
.search-box-sfbz {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.search-box-sfbz .s-inp {
  width: 438px;
  height: 40px;
  background: #FFFFFF url(ggjszx-icon20.png) no-repeat 15px center;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  padding-left: 36px;
  padding-right: 30px;
  font-size: 14px;
  color: #ACACAC;
  line-height: 38px;
  margin-right: 10px;
}
.search-box-sfbz .s-btn {
  width: 114px;
  height: 40px;
  background: #F68529;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.form-table-01 {
  overflow: hidden;
  overflow-x: auto;
}
.form-table-01 .table-s {
  min-width: 800px;
}
.form-table-01 table {
  margin: 0;
  border: none;
  word-break: break-word;
}
.form-table-01 thead {
  background: #055AB1;
}
.form-table-01 thead tr th {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  vertical-align: middle;
  border: none;
  padding: 17px 20px;
}
.form-table-01 thead tr th:nth-child(1) {
  width: 20%;
}
.form-table-01 thead tr th:nth-child(2) {
  width: 10%;
}
.form-table-01 thead tr th:nth-child(3) {
  width: 20%;
}
.form-table-01 thead tr th:nth-child(4) {
  width: 22%;
}
.form-table-01 thead tr th:nth-child(5) {
  width: 14%;
}
.form-table-01 thead tr th:nth-child(6) {
  width: 14%;
}
.form-table-01 tbody tr {
  background: #FFF;
}
.form-table-01 tbody tr:nth-child(2n) {
  background: #F3F8FC;
}
.form-table-01 tbody tr td {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  vertical-align: middle;
  border: none;
  padding: 17px 20px;
}
.form-table-01 tbody tr td:nth-child(3) {
  word-break: break-all;
}
.details-page .detail-top {
  border-bottom: 1px solid #D9DFE7;
  margin-bottom: 25px;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
}
.details-page .detail-top .top-other {
  margin-top: 30px;
  font-size: 14px;
  color: #898B92;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  margin-right: 0;
}
.details-page .main-cont {
  color: #333333;
  line-height: 32px;
}
.details-page .main-cont p,
.details-page .main-cont div {
  margin-bottom: 10px;
}
.details-page .main-cont.cont-xilan img {
  width: auto;
  max-width: 800px;
}
.details-page video {
  border-radius: 0;
  width: auto !important;
  max-width: 800px;
}
.details-page .cont-page {
  margin-top: 40px;
  border-top: 1px solid #D9DFE7;
  padding-top: 40px;
  line-height: 24px;
  color: #333333;
}
.details-page .cont-page .a-page a {
  color: #333333;
}
.details-page .cont-page .a-page:hover {
  color: #0762BE;
}
.details-page .cont-page .a-page:hover a {
  color: #0762BE;
}
.details-page .main-cont.cont-xilan.dp-main-cont img {
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
}
.list-lm {
  overflow: hidden;
}
.list-lm ul li {
  margin-bottom: 26px;
  overflow: hidden;
}
.list-lm ul li:last-child {
  margin-bottom: 0px;
}
.list-lm ul li a {
  font-size: 20px;
  color: #fff;
  padding: 20px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  background-color: #003d99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 101% 100%;
  border-radius: 4px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  height: 90px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-lm ul li a:after {
  content: none;
}
.list-lm ul li a:hover {
  color: #fff;
  background-size: 120% 120%;
}
.list-lm ul li:nth-child(1) a {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073015503087787.jpg);
}
.list-lm ul li:nth-child(2) a {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073015510328555.jpg);
}
.list-lm[data-v-jyjc] ul li a {
  height: 140px;
  padding-left: 40px;
  border-radius: 0;
}
.list-lm[data-v-jyjc] ul li:nth-child(1) a {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016180233066.jpg);
}
.list-lm[data-v-jyjc] ul li:nth-child(2) a {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016182748480.jpg);
}
@media (max-width: 1440px) {
  .list-lm ul li a {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .list-lm ul li {
    margin-bottom: 0;
  }
  .list-lm ul li a {
    font-size: 18px;
    justify-content: center;
  }
  .list-lm .row > [class^='col'] {
    max-width: 50%;
  }
  .list-lm[data-v-jyjc] ul li a {
    justify-content: inherit;
    font-size: 20px;
    padding-left: 30px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .list-lm[data-v-jyjc] ul li a {
    padding-left: 20px;
    height: 100px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .list-lm ul li {
    margin-bottom: 20px;
  }
  .list-lm ul li a {
    text-align: center;
  }
  .list-lm .row > [class^='col'] {
    max-width: 100%;
  }
}
.notice {
  overflow: hidden;
  display: block;
  height: 216px;
}
.notice ul li {
  overflow: hidden;
  width: 100%;
  text-align: left;
  margin-bottom: 13px;
}
.notice ul li a {
  float: left;
  max-width: 100%;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.4;
  color: #333;
  display: block;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice ul li a span {
  margin-right: 12px;
  color: #1958af;
}
.notice ul li a:hover {
  color: #0D4994;
  text-decoration: none;
}
.notice ul li a em {
  font-style: normal;
  font-size: 18px;
}
.notice ul li a:hover em {
  color: #0D4994;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .notice {
    height: auto;
  }
  .notice .row > [class^='col'] {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .notice .row > [class^='col'] {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .notice ul li {
    margin-bottom: 10px;
  }
  .notice ul li:last-child {
    margin-bottom: 0;
  }
  .notice ul li a {
    white-space: inherit;
  }
}
.internal-link {
  position: relative;
}
.internal-link li {
  margin-bottom: 7px;
}
.internal-link li:last-child {
  margin-bottom: 0px;
}
.internal-link .link {
  background: #eff5fe;
  border: 1px solid #dae9f3;
  padding: 0 15px;
  line-height: 35px;
  font-size: 16px;
}
.internal-link .link i {
  float: right;
  line-height: 33px;
}
.links {
  position: relative;
}
.links .img-box {
  height: 110px;
  overflow: hidden;
  -ms-box-shadow: 0px 0px 12px 0px rgba(20, 73, 148, 0.1);
  -o-box-shadow: 0px 0px 12px 0px rgba(20, 73, 148, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(20, 73, 148, 0.1);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(20, 73, 148, 0.1);
  box-shadow: 0px 0px 12px 0px rgba(20, 73, 148, 0.1);
}
.links .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.links li:nth-child(n+5) {
  display: none;
}
@media (max-width: 1440px) {
  .links .img-box {
    height: 95px;
  }
}
@media (max-width: 1199px) {
  .links .img-box {
    height: 69px;
  }
}
@media (max-width: 991px) {
  .links .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .links .row > [class^='col'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .links .img-box {
    height: 51px;
  }
}
@media (max-width: 767px) {
  .links li {
    margin-bottom: 16px;
  }
  .links li:last-child {
    margin-bottom: 0px;
  }
  .links .img-box {
    height: 29.6vw;
  }
}
#marquee {
  width: 100%;
  height: 216px;
  overflow: hidden;
}
.marquee {
  width: 100%;
  height: 216px;
  overflow: hidden;
  margin: 0;
}
.col-md-l,
.col-md-r {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.lnav .nav-row {
  margin-left: -15px;
  margin-right: -15px;
}
.lnav .col-md-l {
  width: 380px;
  float: left;
}
.lnav .col-md-r {
  overflow: hidden;
}
.content-info {
  background: #ffffff;
  padding: 16px 30px 30px;
  border-radius: 4px;
  min-height: -moz-calc(-325vh);
  min-height: -webkit-calc(-325vh);
  min-height: calc(100vh - 425px);
  -ms-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
  -o-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
  -moz-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
  -webkit-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
  box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
}
@media (max-width: 1920px) {
  .content-info {min-height: 602px;}
}
@media (max-width: 1440px) {
  .lnav .col-md-l {
    width: 340px;
    float: left;
  }
}
@media (max-width: 1199px) {
  .lnav .col-md-l {
    width: 310px;
  }
}
@media (max-width: 991px) {
  .lnav .col-md-l {
    display: none;
  }
  .content-info {min-height: inherit;}
}
@media (max-width: 767px) {
  .content-info {
    padding: 10px 18px 20px;
  }
}
.column.fix {
  border-bottom: #E1E2F0 solid 1px;
}
.column_l {
  width: auto;
  font-size: 24px;
  font-weight: 700;
  color: #1958AF;
  float: left;
  display: inline-block;
  padding: 8px 0 18px;
  line-height: 130%;
  position: relative;
}
.column_l:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #D72626;
}
.column_r {
  float: right;
}
.column1 {
  background: #193d7b;
  overflow: hidden;
}
.column1_l {
  width: auto;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 9px 15px;
  line-height: 130%;
}
@media (max-width: 1440px) {
  .column[data-v-clang] .column_r {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1199px) {
  .column[data-v-lang] .column_r {
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  .column_r {
    width: 100%;
    display: block;
  }
  .breadcrumb {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .column_l {
    padding: 8px 0 15px;
  }
  .column[data-v-lang] .column_l {
    font-size: 22px;
  }
  .column[data-v-clang] .column_l {
    font-size: 20px;
  }
}
/* Breadcrumb
---------------------------------- */
.bread-item {
  background: transparent;
  margin-bottom: 0;
  font-size: 14px;
  color: #7B7E9A;
  border-radius: 0px;
  padding: 15px 0 0;
  position: relative;
}
.bread-item > span {
  color: #7B7E9A;
  font-size: 14px;
}
.bread-item > span > a {
  color: #7B7E9A;
  font-size: 14px;
}
.bread-item > span > a:hover {
  color: #1958AF;
}
.bread-item > span > a:last-child {
  color: #1958AF;
}
.bread-item[data-v-xl] {
  padding: 2px 0 18px 0;
}
@media (max-width: 991px) {
  .bread-item {
    padding: 12px 0 4px;
  }
  .bread-item:after {
    top: 14px;
  }
}
/*---------------Left NAV-----------------*/
.sidebar {
  overflow: hidden;
  border-radius: 4px 59px 4px 4px;
}
.sidebar .title-en {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 6px;
  opacity: 0.3;
  display: block;
  text-transform: uppercase;
}
.sidebar .title {
  margin-bottom: 0px;
  position: relative;
  padding: 34px 24px 34px;
  background: url(/eportal/uiFramework/commonResource/image/2025073016155072637.jpg) no-repeat top left #333d85;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  background-size: cover;
}
@media (max-width: 1199px) {
  .sidebar {
    margin-right: 0px;
  }
}
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -ms-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
  -o-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
  -moz-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
  -webkit-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
  box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
  position: relative;
  padding-bottom: 60px;
}
.contentLeft:after {
  position: absolute;
  content: '';
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #394493;
}
.contentLeft .spacing {
  height: 20px;
}
.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}
.deg90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.leftNavigation {
  margin: 0rem 0;
  position: relative;
  z-index: 1;
}
.leftNavigation,
.leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 19px;
  display: block;
  padding: 19px 60px 19px 32px;
  color: #3b4461;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 700;
  border-left: #ffffff solid 6px;
  position: relative;
}
.leftNavigation li:last-child a {
  border-bottom: 0;
}
.leftNavigation li a:before {
  position: absolute;
  content: '';
  height: 1px;
  left: 30px;
  right: 30px;
  bottom: 0;
  background: #E5E9ED;
}
.leftNavigation li:last-child a:before {
  height: 0;
}
.leftNavigation li ul li a {
  font-size: 14px;
  display: block;
  padding: 8px 1rem 8px 64px !important;
  color: #73798f;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 400;
  border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #9ca5c6;
  position: absolute;
  top: 16px;
  left: 48px;
  margin-top: -2px;
  background-image: none !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leftNavigation li a,
.leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 6px;
  width: 4.8rem;
  padding: 16px 0;
  text-align: center;
  font-weight: 500;
  color: #e2e3f0;
  font-size: 21px;
}
.leftNavigation li.active a .leftNavIcon {
  color: #1958AF;
}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;
  font-size: 12px;
  color: #f67400;
}
.leftNavigation li a:hover {
  color: #1958AF;
  text-decoration: none;
  background-color: #E1EEFF;
  border-left: #1958AF solid 6px;
}
.leftNavigation li a:hover:after {
  background: #1958AF;
}
.leftNavigation li a:hover .leftNavIcon {
  color: #1958AF;
}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #E1EEFF;
  border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li {
  border-bottom: solid 0px #e5e5e5;
}
.leftNavigation li ul li a:hover {
  color: #2a45a6;
  text-decoration: none;
  background: transparent;
  font-weight: 500;
}
.leftNavigation li ul li a:hover:after {
  background-color: #02449e;
}
.leftNavigation li ul li.active a {
  color: #2a45a6;
  text-decoration: none;
  font-weight: 500;
}
.leftNavigation li ul li.active a:after {
  background-color: #02449e;
  font-weight: 500;
}
.leftNavigation li.active > a {
  color: #1958AF;
  text-decoration: none;
  font-weight: 700;
  background-color: #E1EEFF;
  border-left: #1958AF solid 6px;
}
.leftNavigation li.active ul {
  display: block;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #fff;
}
.leftNavigation li ul li .level4 {
  border-top: solid 1px #D0E9F3;
}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3;
  font-size: 13px;
  color: #535353;
  margin-left: 30px;
  padding-left: 12px;
  background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {
  color: #006bb1;
}
.leftNavigation li ul li .level4 li {
  border-bottom: solid 1px #D0E9F3;
}
.leftNavigation li ul li .level4 li:last-child {
  border-bottom: solid 0px #D0E9F3;
}
.leftNavigation .down-menu {
  display: none;
}
.leftNavigation .sub-menu.active .down-menu {
  display: block;
}
.leftNavigation .down-menu a:hover,
.leftNavigation .down-menu a.active {
  color: #1958AF;
}
.leftNavigation .down-menu a:hover:after,
.leftNavigation .down-menu a.active:after {
  background-color: #1958AF;
}
/*---------------Detailed Page---------------------*/
.nrhei {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
  text-indent: 2em;
}
.nrhei-dp {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
}
.nrhei-dpxl {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
}
.nrhei-ry {
  font-size: 15px;
  line-height: 1.7;
  color: #555555;
  word-wrap: break-word;
}
.nrhei-lw {
  font-size: 15px;
  line-height: 1.5;
  color: #444444;
  word-wrap: break-word;
}
.ryname {
  border-bottom: #D6DFEB solid 1px;
  margin-bottom: 15px;
}
.ryname_l {
  color: #1958AF;
  float: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  padding-right: 3px;
  position: relative;
}
.ryname_l span {
  font-size: 16px;
  margin-left: 6px;
  color: #1958AF;
  display: inline-block;
  padding: 0 0 25px;
  position: relative;
}
.ryname_l span i {
  color: #1958AF;
  margin: 0 10px;
}
.ryname_l span:first-child {
  font-size: 24px;
  margin-left: 0;
}
.ryname_l span:first-child::before {
  position: absolute;
  content: '';
  height: 3px;
  left: 0;
  right: -4px;
  bottom: -2px;
  background: #D72626;
}
.rylanmu {
  border-left: #1958AF solid 3px;
  margin-bottom: 21px;
  margin-top: 30px;
  padding: 16px 22px;
  background: #F2F4FA;
}
.rylanmu_l {
  color: #1958AF;
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  position: relative;
}
.rylanmu_l img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
}
.rylanmu_r {
  font-size: 14px;
  color: #1958AF;
  float: right;
}
.rylanmu_r a {
  color: #1958AF;
}
.rylanmu_r a:hover {
  color: #D72626;
}
.lwlanmu {
  border-left: #F0913D solid 4px;
  margin: 36px 0 22px;
  overflow: hidden;
}
.lwlanmu h4 {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  font-weight: 700;
  min-width: 174px;
  float: left;
  position: relative;
  padding: 0 18px;
  height: 0;
  text-transform: uppercase;
  border-right: 26px solid transparent;
  border-bottom: 46px solid #1958AF;
  margin: 0;
}
.xlmain .nrhei font,
.xlmain .nrhei p,
.xlmain .nrhei span,
.xlmain .nrhei div {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1 !important;
  word-wrap: break-word;
  font-size: 16px !important;
}
.xlmain .nrhei table {
  width: 100% !important;
}
.xlmain .nrhei table > thead > tr > th,
.xlmain .nrhei table > tbody > tr > th {
  color: #ffffff;
  font-size: 17px;
  padding: 8px;
  border-color: #dde3ec;
  background-color: #0661C8;
  vertical-align: middle;
  text-align: center;
}
.xlmain .nrhei table > tbody > tr > td {
  font-size: 16px;
  border-color: #dde3ec !important;
  padding: 15px 10px !important;
  line-height: 1.3;
  vertical-align: middle;
}
.xlmain .nrhei td,
.xlmain .nrhei td p,
.xlmain .nrhei td font,
.xlmain .nrhei td span {
  font-size: 16px !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
}
.xlmain .nrhei table > tbody > tr > td a {
  color: #1b70b9;
}
.xlmain .nrhei table > tbody > tr > td a:hover {
  color: #167edb;
}
.xlmain .nrhei table > tbody > tr:nth-child(even) {
  background: #EAF3FF;
}
.xlmain .nrhei table > tbody > tr > td strong {
  font-size: 18px;
}
.xlmain {
  display: block;
  margin: 0px;
}
.xlmain hr {
  margin-top: 25px;
  border-top: 1px solid #eee;
}
.xlmain .wztitle {
  color: #333;
  line-height: 1.4;
  text-align: center;
  font-size: 26px;
  padding: 0px 4% 2px;
  font-weight: 700;
  margin: 58px 0 24px 0;
}
.xlmain .wztitle[data-v-lw] {
  margin: 38px 0 24px 0;
  line-height: 1.2;
  font-size: 24px;
  padding: 0;
  color: #124c9c;
}
.xlmain .wztitle[data-v-cg] {
  margin: 38px 0 24px 0;
  color: #124c9c;
}
.xlmain .wztitle[data-v-dp] {
  margin: 20px 0 24px 0;
  color: #333;
  font-size: 26px;
}
.xlmain .basicinfo {
  border-bottom: #F1F1F3 solid 1px;
  padding-bottom: 8px;
}
.xlmain .basicinfo .other-share {
  float: right;
  color: #999;
  font-size: 14px;
}
.xlmain .basicinfo .other-share a {
  color: #999;
  text-decoration: none;
}
.xlmain .basicinfo .other-share a:hover {
  color: #de0c0c;
  text-decoration: none;
}
.xlmain .basicinfo .qtinfo {
  color: #999;
  font-size: 14px;
  margin: 0;
}
.xlmain .basicinfo .qtinfo a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
}
.xlmain .basicinfo .qtinfo a:hover {
  color: #de0c0c;
  text-decoration: none;
  font-size: 14px;
}
.xlmain .basicinfo .share {
  float: right;
}
.xlmain .basicinfo .qtinfo span {
  display: inline-block;
  margin-right: 20px;
}
.xlmain .basicinfo .qtinfo span:last-child {
  margin-right: 0;
}
.xlmain .basicinfo .qtinfo span em {
  font-style: normal;
  font-size: 14px;
  color: #999999;
}
.xlmain .text {
  margin: 32px 0 0 0;
  overflow: hidden;
  display: block;
}
.xlmain .text p,
.xlmain .text div {
  margin-bottom: 15px;
}
.xlmain .text p:last-child,
.xlmain .text div:last-child {
  margin-bottom: 0;
}
.xlmain .text p strong,
.xlmain .text div b {
  font-size: 17px;
}
.xlmain .text .fix {
  float: right;
  margin-left: 30px;
}
.xlmain .text img {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .text .zc img {
  margin-left: inherit !important;
  margin-right: inherit !important;
  display: inline-block;
}
.xlmain .textdp p,
.xlmain .textdp div {
  margin-bottom: 20px;
}
.xlmain .textdp p:last-child,
.xlmain .textdp div:last-child {
  margin-bottom: 0;
}
.xlmain .textlx {
  margin: 0;
  overflow: hidden;
  display: block;
}
.xlmain .textlx p {
  margin: 0 0 12px 0;
}
.xlmain .textlx img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .textxl {
  margin: 30px 0 35px;
  overflow: hidden;
  display: block;
}
.xlmain .textxl p,
.xlmain .textxl div {
  margin: 0 0 26px;
}
.xlmain .textxl p:last-child,
.xlmain .textxl div:last-child {
  margin: 0;
}
.xlmain .textxl img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: auto !important;
  width: auto !important;
}
.xlmain .textxl table {
  margin: 0 0 15px 0;
}
.xlmain .textxl td {
  text-align: center;
}
.xlmain .textxl video {
  border: #d9d9d9 solid 6px;
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.xlmain .textsp {
  margin: 30px auto 26px auto;
  overflow: hidden;
  display: block;
  width: 76%;
}
.xlmain[data-v-video] .textxl p,
.xlmain .textxl div {
  margin: 0 0 8px;
}
.xlmain[data-v-video] .textxl p:first-child,
.xlmain .textxl:first-child div {
  margin-top: 25px;
}
.xlmain[data-v-video] .textxl p:last-child,
.xlmain .textxl div:last-child {
  margin: 0;
}
.xlmain[data-v-video] .nrhei {
  line-height: 1.6;
}
.xlmain .textry {
  overflow: hidden;
  margin: 36px 0 0 0;
}
.xlmain[data-v-yq] .textry {
  margin-top: 10px;
}
.xlmain .textry .mt {
  margin-top: 288px;
}
.xlmain .textry h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  display: block;
  color: #272727;
  font-weight: 700;
}
.xlmain .textry h3 span {
  font-size: 22px;
  margin-left: 20px;
  color: #999;
}
.xlmain .textry h4 {
  font-size: 28px;
  line-height: 1.2;
  margin: 5px 0 20px 0;
  display: block;
  color: #31373f;
  font-weight: 700;
}
.xlmain .textry h4 span {
  font-size: 22px;
  margin-left: 20px;
  color: #999;
}
.xlmain .textry .nrhei-ry p,
.xlmain .textry .nrhei-ry div {
  margin: 0 0 6px;
}
.xlmain .textry .nrhei-ry p:last-child,
.xlmain .textry .nrhei-ry div:last-child {
  margin: 0;
}
.xlmain .textry .nrhei-ry p a {
  color: #333;
}
.xlmain .textry .nrhei-ry p a:hover {
  color: #005bac;
}
.xlmain .nrhei-lw p,
.xlmain .nrhei-lw div {
  margin: 0 0 18px;
}
.xlmain .nrhei-lw p:last-child,
.xlmain .nrhei-lw div:last-child {
  margin: 0;
}
.xlmain .textry th {
  color: #333;
  font-size: 16px;
}
.xlmain .textry .ryinfo {
  overflow: hidden;
  background: #e6f3fc;
}
.xlmain .textry .ryinfo .ryimg {
  margin-right: 30px;
  background: #c1dced;
  padding: 30px 50px;
}
.xlmain .textry .ryinfo .ryimg img {
  border-radius: 5px;
  width: 180px;
  height: 240px;
}
.xlmain .textry .ryinfo .rytxt p {
  line-height: 220%;
  font-size: 17px;
  margin: 30px 0 0 0;
  color: #222;
}
.xlmain .textry .ryinfo .rytxt p a {
  color: #222;
  font-size: 17px;
  text-decoration: none;
  font-style: normal;
}
.xlmain .textry .ryinfo .rytxt p a:hover {
  color: #ff7300;
}
.xlmain .textry .fl {
  margin-right: 28px;
  margin-bottom: 12px;
}
.xlmain .textry .fl img {
  max-width: 198px;
}
.xlmain .textry .fl h4 {
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0;
  text-align: center;
  font-weight: 500;
  color: #3157bb;
}
.xlmain .textry h2 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
  padding: 3px 0 16px 0;
  color: #124c9c;
  margin: 0;
  position: relative;
}
.xlmain .textry h2 span {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  margin-left: 15px;
}
.xlmain .textry .left img {
  max-width: 248px;
  margin-right: 26px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: #fff solid 1px;
}
.xlmain .textry .rydetail {
  overflow: hidden;
}
.xlmain .textry .rydetail .detail {
  text-indent: 2em;
}
.xlmain .textry .rydetail .detail,
.xlmain .textry .rydetail .detail p,
.xlmain .textry .rydetail .detail div,
.xlmain .textry .rydetail .detail span {
  padding-left: 2px;
  font-size: 16px !important;
  line-height: 1.9 !important;
}
.xlmain .textxmz {
  margin: 24px 0 0 0;
  overflow: hidden;
  display: block;
}
.xlmain .textxmz p {
  margin: 0 0 10px 0;
}
.xlmain .textxmz p:last-child {
  margin: 0;
}
.xlmain .textxmz .el-tab-pane {
  line-height: 150%;
}
.xlmain .textxmz .el-tabs--border-card > .el-tabs__content {
  padding: 20px 0px 0 0px;
}
.xlmain .cont-page {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
  font-size: 15px;
}
.xlmain .cont-page .a-page {
  margin-bottom: 10px;
}
.xlmain .cont-page .a-page a {
  color: #4D4D4D;
}
.xlmain .cont-page .a-page:hover {
  color: #1958AF;
}
.xlmain .cont-page .a-page:hover a {
  color: #1958AF;
}
@media (min-width: 767px) {
  .xlmain .textxl img {
    max-width: 50%;
  }
  .xlmain[data-v-zy] .textxl img {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .xlmain .textsp {
    width: 80%;
  }
  .xlmain .textxl video {
    width: 80% !important;
  }
  .xlmain .text .fix {
    width: 50%;
  }
  .xlmain .textxl img {
    max-width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .xlmain .wztitle {
    margin: 40px 0 24px 0;
    padding: 0 0 2px;
    font-size: 26px;
  }
  .xlmain .wztitle[data-v-lw] {
    margin: 28px 0 24px 0;
  }
  .xlmain .wztitle[data-v-cg] {
    margin: 28px 0 24px 0;
  }
  .xlmain .wztitle[data-v-dp] {
    margin: 10px 0 24px 0;
  }
  .xlmain .textxl img {
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  .xlmain .wztitle {
    font-size: 19px;
    margin: 30px 0 12px 0;
  }
  .xlmain .wztitle[data-v-lw] {
    margin: 20px 0 24px 0;
  }
  .xlmain .wztitle[data-v-cg] {
    margin: 20px 0 24px 0;
  }
  .xlmain .wztitle[data-v-dp] {
    margin: 5px 0 10px;
    font-size: 20px;
  }
  .xlmain .text {
    margin: 26px 0 0 0;
  }
  .xlmain .text .left {
    width: 100%;
    margin-right: auto !important;
  }
  .xlmain .text .fix {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  .xlmain .textsp {
    width: 100%;
    margin: 15px auto 2px auto;
  }
.xlmain .textxl {margin-bottom: 20px;}
  .xlmain .textxl video {
    width: 100% !important;
  }
  .xlmain .textry .fl {
    width: 100%;
  }
  .xlmain .textry .fl img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
  }
  .xlmain .textry h3 span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
  .xlmain .textry .left {
    width: 100%;
  }
  .xlmain .textry .left img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
  .xlmain .basicinfo .qtinfo {
    text-align: center;
  }
  .xlmain .textry h2 span {
    display: block;
    font-size: 18px;
    margin-left: 0;
  }
  .xlmain .textxl img {
    max-width: 100%;
  }
  .xlmain .basicinfo .qtinfo span {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
  }
  .nrhei-dp {
    line-height: 1.7;
  }
  .xlmain .text p,
  .xlmain .text div {
    margin-bottom: 8px;
  }
  .xlmain .nrhei table > tbody > tr > td {
    font-size: 14px;
    padding: 15px 4px !important;
  }
  .xlmain .nrhei td,
  .xlmain .nrhei td p,
  .xlmain .nrhei td font,
  .xlmain .nrhei td span {
    font-size: 14px !important;
  }
  .xlmain .nrhei table > tbody > tr > td strong {
    font-size: 17px;
  }
  .xlmain[data-v-video] .textxl p:first-child,
  .xlmain .textxl:first-child div {
    margin-top: 20px;
  }
  .xlmain[data-v-yq] .textry {
    margin-top: 0;
  }
}
/************************/
/*  current-leader  */
/************************/
.current-leader {
  margin-top: 40px;
  margin-bottom: 15px;
}
.current-leader a {
  display: block;
  position: relative;
}
.current-leader li {
  margin-bottom: 50px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.current-leader li:last-child {
  margin-bottom: 0;
}
.current-leader li:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}
.current-leader .leader-box {
  position: relative;
}
.current-leader .leader-box .img-box {
  float: left;
  width: 160px;
  height: 227px;
  margin-right: 35px;
  position: relative;
}
.current-leader .leader-box .img-box:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #cedaf3;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.current-leader li:hover .leader-box .img-box:after {
  background: #0848c3;
}
.current-leader .leader-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.current-leader .leader-box .txt-box {
  overflow: hidden;
  padding: 15px 0 0;
}
.current-leader .leader-box .txt-box h2 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 18px;
  padding-bottom: 20px;
  position: relative;
  color: #333333;
  font-weight: 700;
}
.current-leader .leader-box .txt-box h2:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 76px;
  height: 3px;
  background: #1958AF;
  border-radius: 3px;
}
.current-leader .leader-box .txt-box h3 {
  font-size: 18px;
  line-height: 1;
  position: relative;
  color: #333333;
}
.current-leader .leader-box .txt-box h4 {
  font-size: 16px;
  color: #808080;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .current-leader .leader-box .img-box {
    float: none;
    margin: 6.9767vw auto 9.3023vw;
    width: 46.5116vw;
    height: auto;
  }
  .current-leader .leader-box .img-box img {
    width: 100%;
    height: auto;
  }
  .current-leader .leader-box .txt-box {
    float: left;
    padding: 0;
  }
}
/* 单位风采 */
.yqfm-ul-list .yqfm-a {
  height: 198px;
  border-radius: 0;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
}
.yqfm-a:hover {
  border: transparent;
}
.yqfm-ul-list .yqfm-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yqfm-ul-list li {
  margin-top: 30px;
}
.yqfm-ul-list .yqfm-a div {
  background: rgba(0, 98, 186, 0.7);
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  /* display: none; */
  transition: top 0.3s ease;
}
.yqfm-ul-list .yqfm-txt {
  display: inline-block;
  line-height: 222px;
  position: absolute;
  font-weight: 700;
  color: #fff;
  display: none;
  line-height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  width: 100%;
}
.yqfm-a::before {
  transition: top 0.3s ease;
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: calc(100% - 26px);
  border: 1px solid #9FD4FF;
  position: absolute;
  top: 145%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  /* display: none; */
}
.yqfm-a:hover::before {
  content: "";
  top: 0;
}
.yqfm-a:hover .yqfm-txt {
  display: block;
}
.yqfm-a:hover div {
  display: block;
}
.yqfm-ul-list .yqfm-a:hover div {
  top: 0;
}
.yqfm-ul-list[data-v-xwgl] {
  margin-top: -22px;
}
@media (min-width: 1199px) {
  .yqfm-ul-list[data-v-xwgl] li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1440px) {
  .yqfm-ul-list .yqfm-a {
    height: 159px;
  }
}
@media (max-width: 1199px) {
  .yqfm-ul-list.row > [class^='col'] {
    max-width: 50%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .yqfm-ul-list .yqfm-a {
    height: 169px;
  }
}
@media (max-width: 991px) {
  .yqfm-ul-list .yqfm-a {
    height: 198px;
  }
}
@media (max-width: 767px) {
  .yqfm-ul-list.row > [class^='col'] {
    max-width: 100%;
  }
  .yqfm-ul-list li {
    margin-top: 22px;
  }
  .yqfm-ul-list .yqfm-a {
    height: 54.4vw;
  }
  .yqfm-ul-list[data-v-xwgl] {
    margin-top: -18px;
  }
  .yqfm-ul-list[data-v-xwgl] li:nth-child(4) {
    display: none;
  }
}

.org-list {
  position: relative;
}
.org-list .con-box {
  padding: 30px;
  border: #D6DFEB solid 1px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.org-list .con-box .line {
  position: absolute;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.org-list .con-box .icon-box {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  margin-right: 30px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1eeff;
}
.org-list .con-box .icon-box .icon {
  width: 34px;
  height: 34px;
  background: url(/eportal/uiFramework/commonResource/image/2025073016132554885.png) no-repeat center;
  background-size: 100%;
}
.org-list .con-box .text {
  overflow: hidden;
}
.org-list .con-box .text h3 {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  font-weight: 700;
}
.org-list .con-box .text h3 a {
  font-size: 18px;
}
.org-list .con-box .text h4 {
  font-size: 15px;
  color: #999999;
  line-height: 1.1;
  margin-top: 20px;
}
.org-list .con-box .text h4 a:hover {
  color: #D72626;
}
.org-list li {
  margin-top: 30px;
}
.org-list li:hover .con-box {
  -ms-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  -o-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  -moz-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
}
.org-list li:hover .con-box .line {
  background: #1958AF;
  background: -webkit-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: -ms-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: linear-gradient(to right, #097ec6 10%, #0341be 80%);
}
.org-list li:hover .con-box .icon-box {
  background: #1958AF;
  background: -webkit-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: -ms-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: linear-gradient(to right, #097ec6 10%, #0341be 80%);
}
.org-list li:hover .con-box .icon-box .icon {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016133614636.png);
}
@media (max-width: 1440px) {
  .org-list .con-box {
    padding: 26px;
  }
}
@media (max-width: 1199px) {
  .org-list .row > [class^='col'] {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .org-list {
    margin-top: 10px;
  }
  .org-list li {
    margin-top: 16px;
  }
  .org-list .con-box {
    padding: 16px;
  }
  .org-list .con-box .icon-box {
    margin-right: 16px;
    width: 70px;
    height: 70px;
  }
  .org-list .con-box .text h3 {
    font-size: 17px;
    line-height: 1.4;
  }
  .org-list .con-box .text h4 {
    margin-top: 8px;
  }
}
.rorg-list {
  position: relative;
}
.rorg-list .con-box {
  padding: 30px;
  border: #D6DFEB solid 1px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.rorg-list .con-box .line {
  position: absolute;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.rorg-list .con-box .icon-box {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  margin-right: 30px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1eeff;
}
.rorg-list .con-box .icon-box .icon {
  width: 50px;
  height: 50px;
  background: url(/eportal/uiFramework/commonResource/image/2025102309091833704.png) no-repeat center;
  background-size: 100%;
}
.rorg-list .con-box .text {
  overflow: hidden;
}
.rorg-list .con-box .text h3 {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  font-weight: 700;
}
.rorg-list .con-box .text h3 a {
  font-size: 18px;
}
.rorg-list .con-box .text h4 {
  font-size: 15px;
  color: #999999;
  line-height: 1.1;
  margin-top: 20px;
}
.rorg-list .con-box .text h4 a:hover {
  color: #D72626;
}
.rorg-list li {
  margin-top: 30px;
}
.rorg-list li:hover .con-box {
  -ms-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  -o-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  -moz-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
}
.rorg-list li:hover .con-box .line {
  background: #1958AF;
  background: -webkit-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: -ms-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: linear-gradient(to right, #097ec6 10%, #0341be 80%);
}
.rorg-list li:hover .con-box .icon-box {
  background: #1958AF;
  background: -webkit-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: -ms-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: linear-gradient(to right, #097ec6 10%, #0341be 80%);
}
.rorg-list li:hover .con-box .icon-box .icon {
  background-image: url(/eportal/uiFramework/commonResource/image/2025102309094515359.png);
}
@media (max-width: 1440px) {
  .rorg-list .con-box {
    padding: 26px;
  }
}
@media (max-width: 1199px) {
  .rorg-list .row > [class^='col'] {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .rorg-list {
    margin-top: 10px;
  }
  .rorg-list li {
    margin-top: 16px;
  }
  .rorg-list .con-box {
    padding: 16px;
  }
  .rorg-list .con-box .icon-box {
    margin-right: 16px;
    width: 70px;
    height: 70px;
  }
  .rorg-list .con-box .text h3 {
    font-size: 17px;
    line-height: 1.4;
  }
  .rorg-list .con-box .text h4 {
    margin-top: 8px;
  }
}
/*-----------------Personnel list--------------------*/
.group {
  margin-bottom: 12px;
}
.group .row {
  margin-left: -24px;
  margin-right: -24px;
}
.group .row > [class^='col'] {
  padding-left: 24px;
  padding-right: 24px;
}
.group li {
  margin-top: 40px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.group li:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}
.group li .boxstyle {
  overflow: hidden;
  background: #F2F4FA;
  border-radius: 4px;
}
.group li .boxstyle .img-box {
  width: 100%;
  height: 218px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.group li .boxstyle .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group li .boxstyle .txtinfo {
  margin: 18px 10px;
  overflow: hidden;
}
.group li .boxstyle .txtinfo h4 {
  margin: 0;
  color: #1958AF;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
.group li a:hover .boxstyle {
  background: #1958AF;
  background: -webkit-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: -ms-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: linear-gradient(to right, #097ec6 10%, #0341be 80%);
}
.group li a:hover .boxstyle .txtinfo h4 {
  color: #fff;
}
.group li .boxstyle .txtinfo p {
  font-size: 13px;
  color: #808080;
  line-height: 18px;
  margin: 0;
  word-break: break-all;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.group .row > [class^='col'] {
  max-width: 20%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (max-width: 1440px) {
  .group .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .group .row > [class^='col'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .group li .boxstyle .img-box {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .group .row > [class^='col'] {
    max-width: 25%;
  }
  .group li .boxstyle .img-box {
    height: 167px;
  }
}
@media (max-width: 991px) {
  .group li .boxstyle .img-box {
    height: 192px;
  }
}
@media (max-width: 767px) {
  .group {
    margin-bottom: 0;
  }
  .group .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .group .row > [class^='col'] {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 50%;
  }
  .group li .boxstyle .img-box {
    height: 54.667vw;
  }
  .group li {
    margin-top: 24px;
  }
}
.rcphotobox {
  width: 100%;
  height: 290px;
  display: table;
  padding: 38px 40px 38px 20px;
  position: relative;
  z-index: 1;
}
.rcphotobox span {
  display: table-cell;
  vertical-align: middle;
}
.rcphotobox span img {
  max-height: 240px;
  border: #efefef solid 0px;
}
.pepxl-txt {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.5;
}
.pepxl-txt li {
  margin-top: 19px;
}
.pepxl-txt span {
  color: #1958AF;
  font-weight: 700;
  font-size: 16px;
  float: left;
}
.pepxl-txt i {
  color: #666666;
  font-style: normal;
  font-weight: 500;
  word-break: break-all;
  font-size: 15px !important;
}
.module {
  margin: 0px auto;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  position: relative;
  background: #F2F4FA;
}
.module-a {
  float: right;
  padding-bottom: 200em;
  margin-bottom: -200em;
}
.module-b,
.module-c,
.module-d {
  float: left;
  padding-bottom: 200em;
  margin-bottom: -200em;
}
.module-a {
  width: 22%;
}
.module-a img {
  border-radius: 4px;
}
.module-b {
  width: 78%;
}
.module-b .jbinfo {
  padding: 45px 20px 0 55px;
}
.module-b .jbinfo h2 {
  font-size: 26px;
  line-height: 1;
  margin: 2px 0 15px 0;
  overflow: hidden;
  color: #1f1f1f;
  /*text-overflow: ellipsis;white-space: nowrap;*/
  display: block;
  background: url(lmbg01.png) repeat-x bottom;
  padding-bottom: 12px;
  font-weight: 700;
}
.module-b .jbinfo h2:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background: #4c63b6;
}
.bl {
  border-left: #c1e8d3 solid 1px;
}
@media (max-width: 1440px) {
  .module-a {
    width: 25%;
  }
  .module-b {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .module-a {
    width: 34%;
  }
  .module-b {
    width: 66%;
  }
  .rcphotobox {
    height: 258px;
    padding: 28px 30px 28px 20px;
  }
  .module-b .jbinfo {
    padding: 36px 5px 0 30px;
  }
  .pepxl-txt li {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .module-a {
    width: 30%;
  }
  .module-b {
    width: 66%;
  }
  .rcphotobox {
    height: 254px;
  }
}
@media (max-width: 767px) {
  .module-a {
    width: 100%;
  }
  .module-b {
    width: 100%;
  }
  .rcphotobox {
    padding: 38px 20px 25px;
  }
  .module-b .jbinfo {
    padding: 16px 18px 20px 18px;
  }
}
.kycg-detail .det-title {
  font-size: 23px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  text-align: center;
  margin: 55px 0 30px;
}
.kycg-detail .det-list {
  background: #FFFFFF;
  border: 1px solid #e2e5ef;
}
.kycg-detail .det-list li {
  border-bottom: 1px solid #e2e5ef;
  position: relative;
}
.kycg-detail .det-list li:last-child {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.kycg-detail .left-tip {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 208px;
  text-align: right;
  background: #f3f5f9;
  padding: 20px;
  border-right: 1px solid #e2e5ef;
  font-size: 17px;
  color: #333333;
  line-height: 24px;
}
.kycg-detail .right-info {
  margin-left: 208px;
  overflow: hidden;
  font-size: 16px;
  color: #5F5F5F;
  line-height: 24px;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .kycg-detail .det-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e5ef;
    padding-bottom: 18px;
  }
  .kycg-detail .det-list {
    border: none;
  }
  .kycg-detail .det-list li {
    border-bottom: 0 solid #e2e5ef;
    margin-bottom: 15px;
  }
  .kycg-detail .left-tip {
    position: static;
    width: auto;
    text-align: left;
    background: none;
    padding: 0;
    border-right: none;
    color: #244ab6;
    margin-bottom: 5px;
  }
  .kycg-detail .right-info {
    margin-left: 0px;
    padding: 0;
  }
}
.box-search {
  margin-bottom: 25px;
  overflow: hidden;
  margin-top: 32px;
}
.box-search.search-other {
  position: relative;
  padding-right: 100px;
}
.box-search.search-other .btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.box-search.search-other .btn-wrap .btn-s {
  height: 100px;
}
.box-search .box-s {
  float: left;
  width: 33.333333%;
  margin-bottom: 18px;
  padding-left: 100px;
  line-height: 46px;
}
.box-search .box-s > div {
  float: left;
}
.box-search .box-s .box-title {
  position: absolute;
  margin-left: -100px;
  text-align: right;
  line-height: 46px;
  width: 90px;
  color: #333333;
  font-size: 16px;
}
.box-search .box-s .box-inp {
  width: 100%;
}
.box-search .box-s .inp-s {
  height: 46px;
  padding: 5px 10px;
  line-height: 36px;
  box-shadow: none;
  border-radius: 4px;
  border-color: #eee;
  margin-bottom: 0;
}
.box-search .box-s1 {
  width: 66.666666% !important;
}
.box-search .btn-s {
  height: 46px;
  line-height: 46px;
  color: #fff;
  background-color: #F79100;
  border-radius: 4px;
  display: block;
  width: 100%;
  font-size: 16px;
}
.box-search .btn-s:hover {
  background-color: #1958AF;
}
.box-search[data-v-hj] .box-s:nth-of-type(1),
.box-search[data-v-rz] .box-s:nth-of-type(1) {
  width: 66.666666%;
}
.box-search[data-v-hj] .box-s {
  padding-left: 110px;
}
.box-search[data-v-hj] .box-s .box-title {
  width: 98px;
  margin-left: -110px;
}
.box-search[data-v-rz] .box-s {
  padding-left: 128px;
}
.box-search[data-v-rz] .box-s .box-title {
  width: 127px;
  margin-left: -142px;
}
@media (max-width: 1199px) {
  .box-search .box-s {
    width: 50%;
  }
  .box-search .box-s1 {
    width: 50% !important;
  }
  .box-search .box-btn {
    float: right;
  }
  .box-search[data-v-hj] .box-s:nth-of-type(1),
  .box-search[data-v-rz] .box-s:nth-of-type(1) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .box-search {
    margin-bottom: 13px;
  }
  .box-search.search-other {
    position: relative;
    padding-right: 0;
  }
  .box-search.search-other .btn-wrap {
    position: static;
    width: 100%;
  }
  .box-search.search-other .btn-wrap .btn-s {
    height: 40px;
  }
  .box-search .box-s {
    width: 100%;
  }
  .box-search .box-s.box-btn {
    padding-left: 0;
  }
  .box-search .box-s1 {
    width: 100% !important;
  }
  .box-search .box-btn .btn-s {
    width: 100% !important;
    float: right;
  }
  .box-search[data-v-hj] .box-s:nth-of-type(1),
  .box-search[data-v-rz] .box-s:nth-of-type(1) {
    width: 100%;
  }
}
.table-box {
  overflow: hidden;
  overflow-x: auto;
}
.table-box .min-table {
  position: relative;
}
.table-box .table {
  width: 100%;
  margin-bottom: 0;
}
.table-box .table .table-thead {
  display: flex;
  overflow: hidden;
  background: #1958AF;
}
.table-box .table .table-thead > li {
  float: left;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.3;
  padding: 13px 10px;
  border-right: #ffffff solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-box .table .table-thead > li:last-child {
  border-right: 0;
}
.table-box .table .table-thead > li:nth-child(1) {
  width: 27%;
}
.table-box .table .table-thead > li:nth-child(2) {
  width: 24%;
}
.table-box .table .table-thead > li:nth-child(3) {
  width: 19%;
}
.table-box .table .table-thead > li:nth-child(4) {
  width: 12%;
}
.table-box .table .table-thead > li:nth-child(5) {
  width: 18%;
}
.table-box .table .table-tbody > ul {
  display: flex;
  overflow: hidden;
  background: #ffffff;
}
.table-box .table .table-tbody > ul:nth-child(2n) {
  background: #F2F4FA;
}
.table-box .table .table-tbody > ul li {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  padding: 12px 15px;
  border-right: #ffffff solid 1px;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-box .table .table-tbody > ul li a {
  font-size: 14px;
}
.table-box .table .table-tbody > ul li:last-child {
  border-right: 0;
}
.table-box .table .table-tbody > ul li:nth-child(1) {
  width: 27%;
}
.table-box .table .table-tbody > ul li:nth-child(2) {
  width: 24%;
}
.table-box .table .table-tbody > ul li:nth-child(3) {
  width: 19%;
}
.table-box .table .table-tbody > ul li:nth-child(4) {
  width: 12%;
}
.table-box .table .table-tbody > ul li:nth-child(5) {
  width: 18%;
}
.table-box .table[data-v-lw] .table-thead > li:nth-child(1),
.table-box .table[data-v-lw] .table-tbody > ul li:nth-child(1) {
  width: 26%;
}
.table-box .table[data-v-lw] .table-thead > li:nth-child(2),
.table-box .table[data-v-lw] .table-tbody > ul li:nth-child(2) {
  width: 14%;
}
.table-box .table[data-v-lw] .table-thead > li:nth-child(3),
.table-box .table[data-v-lw] .table-tbody > ul li:nth-child(3) {
  width: 16%;
}
.table-box .table[data-v-lw] .table-thead > li:nth-child(4),
.table-box .table[data-v-lw] .table-tbody > ul li:nth-child(4) {
  width: 13%;
}
.table-box .table[data-v-lw] .table-thead > li:nth-child(5),
.table-box .table[data-v-lw] .table-tbody > ul li:nth-child(5) {
  width: 13%;
}
.table-box .table[data-v-lw] .table-thead > li:nth-child(6),
.table-box .table[data-v-lw] .table-tbody > ul li:nth-child(6) {
  width: 18%;
}
.table-box .table[data-v-zz] .table-thead > li:nth-child(1),
.table-box .table[data-v-zz] .table-tbody > ul li:nth-child(1) {
  width: 28%;
}
.table-box .table[data-v-zz] .table-thead > li:nth-child(2),
.table-box .table[data-v-zz] .table-tbody > ul li:nth-child(2) {
  width: 14%;
}
.table-box .table[data-v-zz] .table-thead > li:nth-child(3),
.table-box .table[data-v-zz] .table-tbody > ul li:nth-child(3) {
  width: 14%;
}
.table-box .table[data-v-zz] .table-thead > li:nth-child(4),
.table-box .table[data-v-zz] .table-tbody > ul li:nth-child(4) {
  width: 22%;
}
.table-box .table[data-v-zz] .table-thead > li:nth-child(5),
.table-box .table[data-v-zz] .table-tbody > ul li:nth-child(5) {
  width: 22%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(1),
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(1) {
  width: 28%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(2),
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(2) {
  width: 14%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(3),
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(3) {
  width: 14%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(4),
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(4) {
  width: 22%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(5),
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(5) {
  width: 22%;
}
.table-box .table[data-v-zl] .table-thead > li:nth-child(6),
.table-box .table[data-v-zl] .table-tbody > ul li:nth-child(6) {
  width: 22%;
}
.table-box .table[data-v-rz] .table-thead > li:nth-child(1),
.table-box .table[data-v-rz] .table-tbody > ul li:nth-child(1) {
  width: 40%;
}
.table-box .table[data-v-rz] .table-thead > li:nth-child(2),
.table-box .table[data-v-rz] .table-tbody > ul li:nth-child(2) {
  width: 25%;
}
.table-box .table[data-v-rz] .table-thead > li:nth-child(3),
.table-box .table[data-v-rz] .table-tbody > ul li:nth-child(3) {
  width: 15%;
}
.table-box .table[data-v-rz] .table-thead > li:nth-child(4),
.table-box .table[data-v-rz] .table-tbody > ul li:nth-child(4) {
  width: 20%;
}
.table-box .table[data-v-zc] {
  border: #D6DFEB solid 1px;
  border-bottom: 0;
  border-top: 0;
}
.table-box .table[data-v-zc] .table-thead > li:nth-child(1),
.table-box .table[data-v-zc] .table-tbody > ul li:nth-child(1) {
  width: 6%;
}
.table-box .table[data-v-zc] .table-thead > li:nth-child(2),
.table-box .table[data-v-zc] .table-tbody > ul li:nth-child(2) {
  width: 14%;
}
.table-box .table[data-v-zc] .table-thead > li:nth-child(3),
.table-box .table[data-v-zc] .table-tbody > ul li:nth-child(3) {
  width: 11%;
}
.table-box .table[data-v-zc] .table-thead > li:nth-child(4),
.table-box .table[data-v-zc] .table-tbody > ul li:nth-child(4) {
  width: 10%;
}
.table-box .table[data-v-zc] .table-thead > li:nth-child(5),
.table-box .table[data-v-zc] .table-tbody > ul li:nth-child(5) {
  width: 9%;
}
.table-box .table[data-v-zc] .table-thead > li:nth-child(6),
.table-box .table[data-v-zc] .table-tbody > ul li:nth-child(6) {
  width: 9%;
}
.table-box .table[data-v-zc] .table-thead > li:nth-child(7),
.table-box .table[data-v-zc] .table-tbody > ul li:nth-child(7) {
  width: 9%;
}
.table-box .table[data-v-zc] .table-thead > li:nth-child(8),
.table-box .table[data-v-zc] .table-tbody > ul li:nth-child(8) {
  width: 13%;
}
.table-box .table[data-v-zc] .table-thead > li:nth-child(9),
.table-box .table[data-v-zc] .table-tbody > ul li:nth-child(9) {
  width: 19%;
}
.table-box .table[data-v-zc] .table-thead > li {
  font-weight: 700;
  padding: 18px 10px;
  border-right: #8ea5c3 solid 1px;
}
.table-box .table[data-v-zc] .table-tbody > ul:nth-child(2n) {
  background: #ffffff;
}
.table-box .table[data-v-zc] .table-tbody > ul li {
  padding: 10px;
  border-right: #D6DFEB solid 1px;
  border-bottom: #D6DFEB solid 1px;
  font-size: 16px;
}
.table-box .table[data-v-zc] .table-tbody > ul li:last-child {
  border-right: 0;
}
.table-box .table[data-v-zc] .table-tbody > ul li .img-box {
  width: 160px;
  height: 105px;
  border-radius: 4px;
  overflow: hidden;
}
.table-box .table[data-v-zc] .table-tbody > ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-box .table[data-v-yq] {
  border: #D6DFEB solid 1px;
  border-bottom: 0;
  border-top: 0;
}
.table-box .table[data-v-yq] .table-thead > li:nth-child(1),
.table-box .table[data-v-yq] .table-tbody > ul li:nth-child(1) {
  width: 8%;
}
.table-box .table[data-v-yq] .table-thead > li:nth-child(2),
.table-box .table[data-v-yq] .table-tbody > ul li:nth-child(2) {
  width: 24%;
}
.table-box .table[data-v-yq] .table-thead > li:nth-child(3),
.table-box .table[data-v-yq] .table-tbody > ul li:nth-child(3) {
  width: 11%;
}
.table-box .table[data-v-yq] .table-thead > li:nth-child(4),
.table-box .table[data-v-yq] .table-tbody > ul li:nth-child(4) {
  width: 18%;
}
.table-box .table[data-v-yq] .table-thead > li:nth-child(5),
.table-box .table[data-v-yq] .table-tbody > ul li:nth-child(5) {
  width: 20%;
}
.table-box .table[data-v-yq] .table-thead > li:nth-child(6),
.table-box .table[data-v-yq] .table-tbody > ul li:nth-child(6) {
  width: 19%;
}
.table-box .table[data-v-yq] .table-thead > li {
  font-weight: 700;
  padding: 18px 10px;
  border-right: #8ea5c3 solid 1px;
}
.table-box .table[data-v-yq] .table-tbody > ul:nth-child(2n) {
  background: #ffffff;
}
.table-box .table[data-v-yq] .table-tbody > ul li {
  padding: 10px;
  border-right: #D6DFEB solid 1px;
  border-bottom: #D6DFEB solid 1px;
  font-size: 16px;
  word-break: inherit;
}
.table-box .table[data-v-yq] .table-tbody > ul li:last-child {
  border-right: 0;
}
.table-box .table[data-v-yq] .table-tbody > ul li .img-box {
  width: 160px;
  height: 105px;
  border-radius: 4px;
  overflow: hidden;
}
.table-box .table[data-v-yq] .table-tbody > ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-box .table[data-v-yq] .table-tbody > ul li a {
  font-size: 16px;
}
.table-box[data-v-zc] .min-table {
  min-width: 952px;
}
@media (max-width: 1440px) {
  .table-box .table[data-v-yq] .table-tbody > ul li .img-box {
    width: 136px;
    height: 89px;
  }
}
@media (max-width: 1199px) {
  .table-box .min-table {
    min-width: 800px;
  }
  .table-box[data-v-yq] .min-table {
    min-width: 820px;
  }
}
@media (max-width: 767px) {
  .table-box .min-table {
    min-width: 820px;
  }
  .table-box[data-v-lw] .min-table {
    min-width: 780px;
  }
}
.field-txt {
  overflow: hidden;
}
.field-txt li {
  margin-top: 12px;
}
.field-txt span {
  color: #666666;
  font-weight: 700;
  font-size: 16px;
  float: left;
}
.field-txt i {
  color: #666666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  word-break: break-all;
  margin-left: 6px;
}
.field-txt[data-v-yq] li:nth-child(3) i {
  width: 100%;
  float: left;
  line-height: 2;
  margin-top: 10px;
}
.instrument {
  overflow: hidden;
  margin-top: 30px;
}
.instrument .basic {
  overflow: hidden;
  padding: 20px;
  background: #F2F4FA;
  border-radius: 4px;
}
.instrument .img-box {
  float: left;
  width: 400px;
  margin-right: 40px;
  height: 263px;
  background: #e3e6ed;
  overflow: hidden;
  border-radius: 10px;
}
.instrument .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.instrument .info-box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #262626;
  margin: 4px 0 10px;
}
.instrument .info-box table {
  width: auto;
}
.instrument .info-box tr {
  margin-bottom: 20px;
  display: block;
}
.instrument .info-box tr:last-child {
  margin-bottom: 0px;
}
.instrument .info-box td {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}
.instrument .info-box td.zd {
  color: #555;
  font-weight: 700;
  width: 98px;
}
.instrument .details {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  float: left;
}
.instrument .details strong,
.instrument .details div b {
  width: 100%;
  border-left: #1958AF solid 3px;
  margin-bottom: 21px;
  margin-top: 30px;
  padding: 16px 22px;
  background: #F2F4FA;
  overflow: hidden;
  display: block;
  color: #1958AF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
}
.instrument .details p {
  padding-left: 2px;
  font-size: 16px !important;
  line-height: 1.9 !important;
}
@media (min-width: 767px) {
  .instrument .info-box {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .instrument .img-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
    height: 342px;
  }
  .instrument .info-box {
    float: left;
  }
  .instrument[data-v-yq] .img-box {
    width: 400px;
    height: 263px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .instrument[data-v-yq] .info-box {
    float: inherit;
  }
}
@media (max-width: 991px) {
  .instrument .img-box {
    height: 388px;
  }
  .instrument[data-v-yq] .img-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
    height: 342px;
  }
  .instrument[data-v-yq] .info-box {
    float: left;
  }
}
@media (max-width: 767px) {
  .field-txt li {
    margin-top: 9px;
  }
  .instrument .details {
    margin-top: 0;
  }
  .instrument .basic {
    padding: 13px;
  }
  .instrument .img-box,
  .instrument[data-v-yq] .img-box {
    height: 49.6vw;
    margin-bottom: 10px;
  }
  .instrument .info-box {
    padding-left: 10px;
  }
}
.textlist {
  margin-top: 32px;
}
.textlist .box-s {
  padding: 17px 116px 17px 50px;
  position: relative;
  line-height: 30px;
  transition: background 0.3s;
}
.textlist .box-s:before {
  content: "";
  left: 25px;
  top: 27px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1958AF;
  border-radius: 50%;
}
.textlist li:nth-child(odd) .box-s {
  background: #F7F8FC;
}
.textlist .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.textlist .box-s .box-date {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #999999;
  font-size: 15px;
}
.textlist .box-s:hover .box-title,
.textlist .box-s:hover .box-date {
  color: #1958AF;
}
.textlist .box-s:hover,
.textlist li:nth-child(odd):hover .box-s {
  background: #E1EEFF;
}
.textlist[data-v-no] .box-s {
  padding: 19px 20px 19px 50px;
}
.textlist[data-v-no] .box-s .box-title {
  white-space: normal;
  height: auto;
  line-height: 1.4;
}
.textlist[data-v-no] .box-s:before {
  top: 25px;
}
.textlist[data-v-lm] .box-s {
  padding: 19px 20px 19px 42px;
}
.textlist[data-v-lm] .box-s .box-title {
  white-space: normal;
  height: auto;
  line-height: 1.4;
  font-size: 17px;
}
.textlist[data-v-lm] .box-s:before {
  top: 26px;
}
@media (max-width: 767px) {
  .textlist .box-s {
    padding: 15px 15px 15px 38px;
  }
  .textlist .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 1.5;
  }
  .textlist .box-s .box-date {
    position: static;
  }
  .textlist .box-s:before {
    top: 21px;
    left: 18px;
  }
  .textlist[data-v-no] .box-s {
    padding-left: 38px;
  }
}
.submenu {
  padding: 30px 0 26px;
}
.submenu li {
  margin: 0 10px;
  list-style: none;
  display: inline-block;
}
.submenu li a {
  font-size: 18px;
  line-height: 50px;
  width: 160px;
  height: 50px;
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  color: #333333;
  background: #F2F4FA;
}
.submenu li a.active,
.submenu li a:hover {
  background: #1958AF;
  color: #ffffff;
}
@media (max-width: 767px) {
  .submenu li {
    margin: 0 4px;
  }
  .submenu li a {
    font-size: 16px;
    line-height: 40px;
    width: auto;
    height: 40px;
    padding: 0 12px;
  }
}
.tutor-list {
  position: relative;
}
.tutor-list li {
  margin-top: 30px;
}
.tutor-list li:nth-child(1),
.tutor-list li:nth-child(2) {
  margin-top: 10px;
}
.tutor-list .con-box {
  border: #E1EEFF solid 1px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.tutor-list .con-box .line {
  position: absolute;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.tutor-list .con-box .icon-box {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1eeff;
}
.tutor-list .con-box .icon-box .icon {
  width: 40px;
  height: 40px;
  background: url(/eportal/uiFramework/commonResource/image/2025073016143272253.png) no-repeat center;
}
.tutor-list .con-box .text {
  overflow: hidden;
}
.tutor-list .con-box .text h3 {
  font-size: 17px;
  color: #333333;
  line-height: 1.5;
  font-weight: 700;
  height: 78px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.tutor-list a:hover .con-box {
  -ms-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  -o-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  -moz-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
  box-shadow: 0px 8px 20px 0px rgba(25, 88, 175, 0.1);
}
.tutor-list a:hover .con-box .line {
  background: #1958AF;
  background: -webkit-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: -ms-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: linear-gradient(to right, #097ec6 10%, #0341be 80%);
}
.tutor-list a:hover .con-box .icon-box {
  background: #1958AF;
  background: -webkit-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: -ms-linear-gradient(left, #097ec6 10%, #0341be 80%);
  background: linear-gradient(to right, #097ec6 10%, #0341be 80%);
}
.tutor-list a:hover .con-box .icon-box .icon {
  background-image: url(/eportal/uiFramework/commonResource/image/2025073016144154037.png);
}
@media (max-width: 1199px) {
  .tutor-list .con-box .icon-box {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .tutor-list li {
    margin-top: 16px;
  }
  .tutor-list li:nth-child(1) {
    margin-top: 0;
  }
  .tutor-list li:nth-child(2) {
    margin-top: 16px;
  }
}
/*---------------Photo News List---------------------*/
.graphiclist {
  margin-top: 40px;
}
.graphiclist li {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.graphiclist li:last-child {
  margin-bottom: 0px;
}
.graphiclist h2 {
  margin: 8px 0 21px;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
  display: block;
  font-weight: 700;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 25px;
}
.graphiclist .news-img {
  margin-right: 30px;
  width: 290px;
  height: 191px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: #e7f0f7 solid 1px;
}
.graphiclist .news-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  transition: All 0.5s ease-in-out;
}
.graphiclist .news-txt {
  position: relative;
}
.graphiclist .news-txt .zy {
  line-height: 1.7;
  font-size: 16px;
  margin: 0px;
  color: #999999;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 82px;
}
.graphiclist .news-txt i {
  font-size: 16px;
  margin: 23px 0 0;
  color: #1958AF;
  display: block;
  font-style: normal;
  line-height: 1.1;
}
.graphiclist li:hover h2 {
  color: #1958AF;
  text-decoration: none;
  font-weight: 700;
}
.graphiclist li:hover .news-img img {
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -moz-transform: scale(1.2);
  /* Firefox */
  -ms-transform: scale(1.2);
  /* IE 9 */
  -o-transform: scale(1.2);
  /* Opera */
  transform: scale(1.2);
}
.graphiclist li a.db[data-img=""] .news-img {
  display: none;
}
@media (min-width: 767px) {
  .graphiclist .news-txt {
    overflow: hidden;
  }
}
@media (max-width: 1440px) {
  .graphiclist .news-img {
    width: 220px;
    height: 146px;
  }
  .graphiclist .news-txt .zy {
    -webkit-line-clamp: 2;
    height: 54px;
  }
  .graphiclist h2 {
    margin: 5px 0 18px;
  }
  .graphiclist .news-txt i {
    margin-top: 21px;
  }
}
@media (max-width: 1199px) {
  .graphiclist li {
    margin-bottom: 30px;
  }
  .graphiclist h2 {
    margin: 0 0 8px;
    -webkit-line-clamp: 2;
    max-height: 51px;
  }
  .graphiclist .news-txt i {
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  .graphiclist li {
    margin-bottom: 30px;
  }
  .graphiclist li h2 {
    line-height: 1.4;
    margin: 0 0 10px;
    -webkit-line-clamp: inherit;
    max-height: inherit;
  }
  .graphiclist .news-txt i {
    position: inherit;
    margin: 18px 0 0;
  }
  .graphiclist .news-img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .graphiclist .news-txt {
    float: left;
  }
}
.content {
  position: relative;
}
.content .con-box {
  padding: 30px;
  background: #F7F8FC;
  overflow: hidden;
  margin-top: 30px;
}
.content .con-box .img-txt .img-box {
  width: 500px;
  height: 282px;
  margin-right: 60px;
  float: left;
}
.content .con-box .img-txt .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .con-box .img-txt .txt-box {
  overflow: hidden;
  padding: 50px 0 0 0;
}
.content .con-box .img-txt .txt-box h3 {
  font-size: 34px;
  line-height: 1.1;
  color: #333333;
  margin-bottom: 30px;
}
.content .con-box .img-txt .txt-box p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.content .con-box .img-txt .txt-box p:last-child {
  margin-bottom: 0;
}
.content .con-box iframe {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .content .con-box .img-txt .img-box {
    width: 416px;
    height: 235px;
    margin-right: 35px;
  }
  .content .con-box .img-txt .txt-box {
    padding: 18px 10px 0 0;
  }
}
@media (max-width: 991px) {
  .content .con-box .img-txt .img-box {
    width: 288px;
    height: 162px;
    margin-right: 25px;
  }
  .content .con-box .img-txt .txt-box {
    padding: 5px 0 0 0;
  }
  .content .con-box .img-txt .txt-box h3 {
    font-size: 26px;
    margin-bottom: 19px;
  }
  .content .con-box .img-txt .txt-box p {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .content .con-box {
    padding: 12px;
  }
  .content .con-box .img-txt .img-box {
    width: 100%;
    height: 42.933vw;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .content .con-box .img-txt .txt-box {
    float: left;
  }
}
.platform {
  overflow: hidden;
}
.platform ul li {
  margin-top: 26px;
  overflow: hidden;
}
.platform ul li a {
  font-size: 18px;
  color: #fff;
  padding: 20px 20px 20px 30px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  background-color: #003d99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 101% 100%;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  height: 140px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.platform ul li a:after {
  content: none;
}
.platform ul li a:hover {
  color: #fff;
  background-size: 120% 120%;
}
@media (max-width: 1440px) {
  .platform ul li a {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .platform ul li a {
    padding-right: 20px;
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .platform ul li a {
    height: 120px;
    font-size: 17px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .platform ul li {
    margin-top: 20px;
  }
  .platform ul li a {
    padding: 20px 29.333vw 20px 20px;
    height: 26.667vw;
  }
}
@media (max-width: 390px) {
  .platform ul li a {
    padding-right: 24.333vw;
  }
}
@media (max-width: 375px) {
  .platform ul li a {
    padding-right: 21.333vw;
  }
}
/*------------Search-------------*/
body .content-info .search-header {
  margin-bottom: 35px;
  margin-top: 15px;
}
body .content-info .search-header .search-po {
  background: none;
}
body .content-info .search-header .search {
  padding: 0 !important;
}
body .content-info .search-header .search .wrapper-box {
  width: 100% !important;
}
body .content-info .search-header .search .wrapper-box .search-box-div {
  width: 100%;
}
body .content-info .search-header .search .wrapper-box .search-box-div > div:nth-child(1) {
  width: 100%;
}
body .content-info .search-header .search .wrapper-box .wrapper {
  width: 100% !important;
  margin-left: 0 !important;
  background-color: transparent !important;
  border: 1px solid #166AE7;
}
body .content-info .search-header .search .wrapper-box .container-1-left {
  padding: 0;
  margin: 0;
}
body .content-info .search-header .search .container-1 {
  display: none;
}
body .search-header .search .action-logo {
  display: none;
}
body .content-info .search-header .search .wrapper .search-header-info {
  margin-left: 20px;
  margin-right: 20px;
}
body .content-info .search-header .search .wrapper .group .view {
  background-color: #014EC0 !important;
}
body .content-info .search-header .search-footer-container {
  display: none;
}
body .content-info .search-tool {
  display: none;
}
body .content-info .content .container {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
body .search-header .search .wrapper .group .view .label {
  margin-left: 0 !important;
}
body .search-header .search .wrapper .group .view .icon {
  margin-left: 26px !important;
}
body .search-header .search .wrapper .group {
  margin-bottom: 0;
}
.search-text-several .mod .body .group-3 .summary-1 {
  color: #9C9DAF !important;
  font-size: 15px !important;
  text-indent: 0 !important;
}
.search-text-several .mod .search-text-header .header .group .summary-1 {
  color: #333333 !important;
  width: 1200px !important;
  font-size: 17px !important;
}
.search-text-several .mod .body .group-3 .view .summary-3 {
  color: #9C9DAF !important;
}
.search-text-several .mod .body .group-3 {
  margin-left: 20px !important;
}
.search-text-several .mod {
  background-color: transparent !important;
}
body .content-info .pagination {
  justify-content: center;
}
.pagination a,
.pagination span,
.pagination input,
.pagination button {
  font-family: FontAwesome;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 50% !important;
  margin: 0 3px !important;
  padding: 0 15px !important;
  text-align: center;
  color: #555555 !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: 10px;
}
.search-text-several .mod .body {
  margin-top: 6px !important;
}
.search-text-several .mod .search-text-header .tag-wrapper {
  padding: 5px !important;
  height: 30px !important;
}
.search-text-several .mod .body .group-img div {
  width: 110px;
  height: 130px;
  overflow: hidden;
}
.search-text-several .mod .body .group-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .search-text-several .mod .search-text-header .header .group .summary-1 {
    width: 1060px !important;
  }
}
@media (max-width: 1199px) {
  .search-text-several .mod .search-text-header .header .group .summary-1 {
    width: 700px !important;
  }
}
@media (max-width: 991px) {
  .search-text-several .mod .search-text-header .header .group .summary-1 {
    width: 520px !important;
  }
}
@media (max-width: 767px) {
  .search-text-several .mod .search-text-header .header .group {
    height: auto !important;
  }
  .search-text-several .mod .search-text-header .header .group .summary-1 {
    width: 100% !important;
    white-space: inherit;
    line-height: 1.3 !important;
  }
  .search-text-several .mod .body {
    display: block !important;
    overflow: hidden;
  }
  .search-text-several .mod .body .group-img {
    float: left;
    margin-right: 16px;
  }
  .search-text-several .mod .body .group-3 {
    overflow: hidden;
    width: auto !important;
    margin-left: 0px !important;
  }
}
.sjpt {
  position: relative;
}
.sjpt .panel-title a {
  display: block;
  height: 75px;
  padding: 0 24px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #D5D5D5;
  line-height: 75px;
  font-size: 18px;
}
.sjpt .panel-title a i {
  float: right;
  margin-top: 27px;
  font-size: 20px;
  color: #1958af;
}
.sjpt .panel-collapse {
  position: absolute;
  padding: 14px 15px;
  background: #ffffff;
  left: 0;
  right: 0;
  border: 1px solid #D5D5D5;
  z-index: 6;
}
.sjpt .panel-collapse li {
  margin-bottom: 9px;
}
.sjpt .panel-collapse li:last-child {
  margin-bottom: 0;
}
.sjpt .panel-collapse li a {
  font-size: 14px;
  color: #333333;
  line-height: 1.3;
}
.sjpt .panel-collapse li a i {
  font-size: 16px;
  color: #1958af;
  margin-right: 5px;
}
.sjpt .panel-collapse li a:hover {
  color: #1958af;
}
/* Unit Scenery */
.scenery {
  position: relative;
}
.portfolio-item {
  margin: 30px 0 0 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.portfolio-item .hover-bg:before {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.portfolio-item .hover-bg a {
  display: block;
  height: 199px;
  overflow: hidden;
}
.portfolio-item .hover-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.portfolio-item .hover-bg:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 30% 0 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.portfolio-item h5 {
  text-align: center;
  padding-top: 12px;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
@media (max-width: 1440px) {
  .portfolio-item .hover-bg a {
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .scenery .row > [class^='col'] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .portfolio-item .hover-bg a {
    height: 177px;
  }
}
@media (max-width: 991px) {
  .portfolio-item .hover-bg a {
    height: 199px;
  }
}
@media (max-width: 767px) {
  .scenery .row {
    margin-left: -9px;
    margin-right: -9px;
  }
  .scenery .row > [class^='col'] {
    padding-left: 9px;
    padding-right: 9px;
  }
  .portfolio-item .hover-bg a {
    height: 25.867vw;
  }
}

.xlmain .text[data-v-jj] .fix {width: 46%;}
  @media (max-width: 1440px) {
    .xlmain .text[data-v-jj] .fix {width: 45%;}
  }
  @media (max-width: 767px) {
    .xlmain .text[data-v-jj] .fix {width: 100%;}
  }