.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #3D55A7;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  background: #f5f7fb;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #3D55A7;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-06 .box-s:before {
  background-color: #3D55A7;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #3D55A7;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3D55A7;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #3D55A7;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #3D55A7;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f5f7fb;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f5f7fb;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 35px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3D55A7;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #3D55A7;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #3D55A7;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #3D55A7;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #3D55A7;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #3D55A7;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #3D55A7;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/*此文件写网站剩余样式*/
body {
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
}
a:hover,
a:focus {
  color: #583f2c;
}
.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;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  nav.bootsnav .container {
    max-width: 1580px;
    width: auto;
  }
}
@media (min-width: 1700px) {
  nav.bootsnav .container {
    max-width: 1680px;
  }
}
@media (min-width: 1800px) {
  nav.bootsnav .container {
    max-width: 1780px;
  }
}
.head-logo {
  display: block;
  width: 194px;
}
.head-logo img {
  width: 100%;
  height: 100%;
}
nav.navbar.bootsnav {
  min-height: 113px;
  padding: 24px 0 44px;
  background: linear-gradient(180deg, #583f2c 0.69%, rgba(88, 63, 44, 0) 100%);
  border: none;
  background-size: cover;
  box-shadow: none;
  z-index: 999;
}
nav.navbar.bootsnav .collapse.navbar-collapse {
  padding: 0;
  margin: 0;
  float: right;
}
nav.navbar.bootsnav ul.nav > li {
  margin-left: 40px;
}
nav.navbar.bootsnav ul.nav > li:first-child {
  margin-left: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  line-height: 30px;
  padding: 0 0;
  margin: 0;
  text-align: center;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  position: absolute;
  content: '' !important;
  margin: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  bottom: -4px;
  height: 2px;
  border-radius: 4px;
  background: #FFF;
  opacity: 0;
  transition: all 0.5s;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent !important;
  color: #FFF !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover::after,
nav.navbar.bootsnav ul.nav > li > a:focus::after,
nav.navbar.bootsnav ul.nav > li.active > a:hover::after,
nav.navbar.bootsnav ul.nav > li.active > a:focus::after,
nav.navbar.bootsnav ul.nav > li.active > a::after,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::after {
  opacity: 1;
  width: 100%;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
  border: none;
  border-top: none;
  background: #807671;
  left: 50%;
  min-width: 170px;
  width: 170px;
  margin-left: -85px;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  text-align: center;
  display: block;
  line-height: 1.6;
  padding: 8px 10px;
  font-size: 14px;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a:hover {
  background-color: #583f2c;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.index-box1 {
  background: url(/eportal/uiFramework/commonResource/image/2025062309450762082.png) no-repeat no-repeat center bottom;
  background-size: cover;
  height: 100vh;
}
.index-box1 > .container {
  height: 100%;
  position: relative;
}
.index-box1 .about-absa-js {
  position: absolute;
  width: 750px;
  top: 50%;
  margin-bottom: 30px;
  transform: translateY(-50%);
}
.index-box1 .about-absa-js:hover .about-absa-link {
  margin-left: 20px;
}
.index-box1 .about-absa-js h1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 78px;
  color: #583f2c;
  margin-bottom: 40px;
}
.index-box1 .about-absa-js .desc {
  font-size: 16px;
  line-height: 26px;
  color: #583f2c;
  max-height: 156px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 60px;
}
.index-box1 .about-absa-link {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  transition: all 0.5s;
}
.index-box1 .about-absa-link span {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #583f2c;
}
.index-box1 .about-absa-link::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #583f2c;
  -webkit-animation: iconRotate 3s linear infinite;
  animation: iconRotate 3s linear infinite;
  animation-play-state: paused;
}
.index-box1 .about-absa-link::after {
  position: absolute;
  content: '';
  width: 49px;
  height: 10px;
  left: 19px;
  top: 10px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309570497516.png) no-repeat center;
}
.index-box1 .about-absa-link:hover::before {
  animation-play-state: running;
}
.index-box2 {
  padding: 53px 0 50px 0;
  background: url(/eportal/uiFramework/commonResource/image/2025062309452097329.png);
  background-size: cover;
}
.index-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #583f2c;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.index-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309573950228.png) no-repeat center;
}
.index-more {
  display: block;
  margin: 0 auto;
  width: 194px;
  height: 44px;
  background-image: url(/eportal/uiFramework/commonResource/image/2025062309453688677.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
}
.m34 {
  margin: 0 -34px;
}
.p34 {
  padding: 0 34px;
}
.news-list {
  display: block;
  padding: 25px 13px 20px 13px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309461399134.png) no-repeat center 12px;
  background-size: 100% auto !important;
  position: relative;
  margin-bottom: 23px;
  transition: all 0.5s;
}
.news-list::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309460045974.png) no-repeat center bottom;
  background-size: 100% 100% !important;
  transition: all 0.5s;
}
.news-list .img-box {
  height: 261px;
  margin-bottom: 23px;
  overflow: hidden;
}
.news-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-list .info {
  padding: 0 20px;
}
.news-list .lmfl {
  font-size: 15px;
  line-height: 20px;
  color: #856e61;
  display: inline-block;
  padding: 0 17px;
  margin-bottom: 17px;
  position: relative;
}
.news-list .lmfl::before,
.news-list .lmfl::after {
  position: absolute;
  content: '';
  top: 2px;
  width: 11px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.news-list .lmfl::before {
  left: 0;
  background-image: url(/eportal/uiFramework/commonResource/image/2025062309594661289.png);
}
.news-list .lmfl::after {
  right: 0;
  background-image: url(/eportal/uiFramework/commonResource/image/2025062310001378384.png);
}
.news-list .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-bottom: 14px;
  height: 84px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list .date {
  font-size: 15px;
  line-height: 28px;
  color: #797979;
}
.news-list:hover {
  background: url(/eportal/uiFramework/commonResource/image/2025062309474160760.png) no-repeat center 12px;
}
.news-list:hover::before {
  background: url(/eportal/uiFramework/commonResource/image/2025062309475487817.png) no-repeat center bottom;
}
.news-list:hover .img-box img {
  transform: scale(1.1);
}
.index-box3 {
  padding: 53px 0 50px 0;
  background: url(/eportal/uiFramework/commonResource/image/2025062309462618118.png) no-repeat center center;
  background-size: cover;
}
.index-box3 .img-box {
  float: left;
  width: 50%;
  height: 490px;
  overflow: hidden;
}
.index-box3 .img-box img {
  width: 100%;
  height: 100%;
}
.index-box3 .info-bg {
  overflow: hidden;
  height: 490px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309470892100.png) no-repeat center center;
  padding: 50px 40px;
  position: relative;
}
.index-box3 .info-bg::before {
  position: absolute;
  content: '';
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background: url(/eportal/uiFramework/commonResource/image/2025062310003055297.png) no-repeat left top, url(/eportal/uiFramework/commonResource/image/2025062310010914644.png) no-repeat right top, url(/eportal/uiFramework/commonResource/image/2025062310013299847.png) no-repeat left bottom, url(/eportal/uiFramework/commonResource/image/2025062310065179342.png) no-repeat right bottom;
}
.index-box3 .info-box {
  position: relative;
  z-index: 1;
}
.index-box3 .index-title {
  color: #ffffff;
  margin-bottom: 16px;
}
.index-box3 .index-title::before {
  background: url(/eportal/uiFramework/commonResource/image/2025062309590458035.png) no-repeat center;
}
.index-box3 .desc {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: justify;
  max-height: 256px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  margin-bottom: 17px;
}
.index-box3 .desc p,
.index-box3 .desc div {
  margin-bottom: 20px;
}
.index-box3 .desc p:last-child,
.index-box3 .desc div:last-child {
  margin-bottom: 0;
}
.index-box3 .index-more {
  color: #583f2c;
  background-image: url(/eportal/uiFramework/commonResource/image/2025062309454755360.png);
  margin-left: 0;
}
.index-box4 {
  padding: 52px 0 132px 0;
  background: url(/eportal/uiFramework/commonResource/image/2025062309472088269.png) no-repeat center center;
  background-size: cover;
}
.lxwm-list {
  font-size: 20px;
  line-height: 30px;
  color: #583f2c;
  width: 560px;
}
.lxwm-list li {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #583f2c;
}
.lxwm-list li:last-child {
  margin-bottom: 0;
}
.lxwm-list li span {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.footer {
  background: #583f2c;
  padding: 52px 0;
}
.footer .foot-info {
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* Safari, iOS, Android (旧版本) */
  display: flex;
  -ms-flex-pack: center;
  /* IE 10 的 */
  -webkit-justify-content: center;
  /* Safari, iOS, Android (旧版本) */
  justify-content: center;
  -ms-flex-align: center;
  /* IE 10 的 align-items: center */
  -webkit-align-items: center;
  /* Safari, iOS, Android (旧版本) */
  align-items: center;
}
.footer .foot-logo {
  width: 194px;
  height: 46px;
  margin-right: 82px;
}
.footer .foot-logo img {
  width: 100%;
  height: 100%;
}
.footer .info {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.footer a,
.footer span,
.footer i {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.footer a {
  color: #FFFFFF;
}
.footer a:hover {
  text-decoration: underline;
}
.main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  z-index: -99;
  background: url(/eportal/uiFramework/commonResource/image/2025062309480737338.png) no-repeat center center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
.main-nav.show-main-nav {
  opacity: 1;
  z-index: 9999;
  height: 100%;
}
.main-nav.show-main-nav .top-nav {
  opacity: 1;
  transform: translateY(0);
}
.main-nav.show-main-nav .top-ch-title::before {
  width: 80%;
  transition: width 0.6s 1s linear;
}
.main-nav.show-main-nav .scroll .col-sm-4 {
  opacity: 1;
  transform: translateY(0);
}
.main-nav .top-nav {
  padding: 40px 80px;
  margin-bottom: 4px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s 0.2s;
}
.main-nav .top-nav ul {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-nav .top-nav ul li:first-child .nav-btn {
  margin-left: 0;
}
.main-nav .top-nav ul li:first-child .nav-btn::before {
  display: none;
}
.main-nav .top-nav-logo {
  float: left;
  width: 192px;
}
.main-nav .top-nav-logo img {
  width: 100%;
}
.main-nav .nav-close-btn {
  width: 25px;
  height: 25px;
  background: url(/eportal/uiFramework/commonResource/image/2025062310072871187.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.main-nav .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.main-nav .top-ch-title {
  display: block;
  font-size: 24px;
  color: #583F2C;
  line-height: 30px;
  padding-bottom: 18px;
  margin-bottom: 27.001px;
  position: relative;
}
.main-nav .top-ch-title::before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: 0;
  height: 2.0006px;
  background: rgba(88, 63, 44, 0.5);
}
.main-nav .top-ch-title:hover::before {
  background: #583f2c;
}
.main-nav .ch-ej {
  margin-bottom: 60px;
  font-size: 0;
}
.main-nav .ch-ej li {
  margin-bottom: 8.0006px;
}
.main-nav .ch-ej li:last-child {
  margin-bottom: 0;
}
.main-nav .ch-ej li a {
  display: inline-block;
  font-size: 18px;
  color: rgba(88, 63, 44, 0.8);
  line-height: 26.0006px;
  position: relative;
}
.main-nav .ch-ej li a::before {
  position: absolute;
  content: '';
  left: 0;
  height: 1px;
  width: 0;
  bottom: -1px;
  background: rgba(88, 63, 44, 0.8);
  transition: all 0.5s;
}
.main-nav .ch-ej li a:hover {
  color: #583f2c;
}
.main-nav .ch-ej li a:hover::before {
  width: 100%;
}
.main-nav .scroll {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 176.0006px);
}
.main-nav .scroll::-webkit-scrollbar {
  width: 0;
}
.main-nav .scroll::-webkit-scrollbar-button {
  display: none;
}
.main-nav .scroll .col-sm-4 {
  opacity: 0;
  transform: translateY(20.0006px);
}
.main-nav .scroll .col-sm-4:nth-child(1) {
  transition: 0.8s 0.3s;
}
.main-nav .scroll .col-sm-4:nth-child(2) {
  transition: 0.8s 0.4s;
}
.main-nav .scroll .col-sm-4:nth-child(3) {
  transition: 0.8s 0.5s;
}
.main-nav .scroll .col-sm-4:nth-child(4) {
  transition: 0.8s 0.6s;
}
.main-nav .scroll .col-sm-4:nth-child(5) {
  transition: 0.8s 0.7s;
}
.main-nav .scroll .col-sm-4:nth-child(6) {
  transition: 0.8s 0.8s;
}
.main-nav .scroll .col-sm-4:nth-child(7) {
  transition: 0.8s 0.9s;
}
.main-nav .scroll .col-sm-4:nth-child(8) {
  transition: 0.8s 1s;
}
.main-nav .scroll .col-sm-4:nth-child(9) {
  transition: 0.8s 1.1s;
}
.main-nav .scroll .col-sm-4:nth-child(10) {
  transition: 0.8s 1.2s;
}
.main-nav .scroll .col-sm-4:nth-child(11) {
  transition: 0.8s 1.3s;
}
@-webkit-keyframes iconRotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes iconRotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes iconRotate1 {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.ny-top-banner {
  background-image: url(/eportal/uiFramework/commonResource/image/2025062309492278174.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 476px;
  border-bottom: 10px solid #583F2C;
}
.ny-top-banner .container {
  height: 100%;
  position: relative;
}
.ny-top-banner .ny-top-mbx {
  position: absolute;
  bottom: 120px;
  left: 0;
}
.ny-top-banner .lm-title {
  font-weight: bold;
  font-size: 70px;
  color: #583F2C;
  line-height: 1;
  margin-bottom: 34px;
  text-transform: uppercase;
}
.ny-top-banner .bread-crumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #583F2C;
  line-height: 20px;
}
.ny-top-banner .bread-crumbs a,
.ny-top-banner .bread-crumbs span {
  display: inline-block;
  font-size: 16px;
  color: #583F2C;
  line-height: 20px;
}
.ny-top-banner .bread-crumbs a:hover {
  color: #583F2C;
  text-decoration: underline;
}
.ny-top-banner .bread-crumbs .mbx span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0;
}
.ny-top-banner .bread-crumbs .mbx span a {
  position: relative;
  margin-left: 15px;
}
.ny-top-banner .bread-crumbs .mbx span a::before {
  position: absolute;
  content: '/';
  left: -10px;
  top: 0px;
  font-size: 16px;
  color: #583F2C;
  line-height: 20px;
}
.ny-top-banner .bread-crumbs .mbx span a:nth-child(1) {
  display: none;
}
.ny-top-banner .bread-crumbs .mbx span a:nth-child(2) {
  display: none;
}
.about-syncell-box {
  min-height: calc(100vh - 616px);
  width: 100%;
  overflow: hidden;
}
.about-syncell-box .info {
  overflow: hidden;
}
.about-syncell-box .title {
  font-weight: bold;
  font-size: 32px;
  color: #583F2C;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 36px;
  position: relative;
}
.about-syncell-box .title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309573950228.png) no-repeat center;
}
.about-syncell-box .txt {
  font-size: 18px;
  color: #2B2B2B;
  line-height: 30px;
  text-align: justify;
}
.about-syncell-box .txt > p {
  margin-bottom: 16px;
}
.about-syncell-box .txt > p:last-child {
  margin-bottom: 0;
}
.about-box1 {
  background: #FFF;
  padding: 70px 0 14px 0;
}
.about-box1 .info {
  padding-top: 37px;
}
.about-box1 .txt {
  line-height: 36px;
}
.history-swiper {
  float: right;
  width: 700px;
  margin-left: 73px;
}
.history-swiper .img-box {
  height: 465px;
  overflow: hidden;
  position: relative;
}
.history-swiper .img-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 104px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309493698002.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.history-swiper .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.history-swiper:hover .img-box img {
  transform: scale(1.1);
}
.history-page {
  bottom: 20px !important;
}
.history-page .swiper-pagination-bullet {
  margin: 0 5px;
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #FFF;
  opacity: 0.5;
  vertical-align: bottom;
}
.history-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  height: 6px;
}
.about-box2 {
  background: url(/eportal/uiFramework/commonResource/image/2025062309501453227.jpg) no-repeat center top;
  background-size: cover;
  padding: 172px 0 20px 0;
}
.about-box2 .img-box {
  float: left;
  width: 740px;
  margin-left: -200px;
  margin-right: 32px;
  margin-top: 102px;
  overflow: hidden;
}
.about-box2 .img-box img {
  width: 100%;
}
.about-box3 {
  background: url(/eportal/uiFramework/commonResource/image/2025062309502515389.jpg) no-repeat center top;
  background-size: cover;
  padding: 146px 0 10px 0;
}
.about-box3 .img-box {
  float: right;
  width: 890px;
  margin-right: -260px;
  margin-left: 16px;
  margin-top: 50px;
  overflow: hidden;
}
.about-box3 .img-box img {
  width: 100%;
}
.about-box4 {
  background: url(/eportal/uiFramework/commonResource/image/2025062309505072710.jpg) no-repeat center bottom, url(/eportal/uiFramework/commonResource/image/2025062309503849182.jpg) no-repeat center top;
  background-size: 100% auto, cover;
  padding: 154px 0 200px 0;
}
@media (max-width: 1900px) {
  .about-box2 .img-box {
    width: 40%;
    margin-left: 0;
  }
  .about-box3 .img-box {
    width: 45%;
    margin-right: 0;
    margin-left: 30px;
  }
}
.ny-box {
  background: url(/eportal/uiFramework/commonResource/image/2025062309511996187.jpg) no-repeat center bottom, url(/eportal/uiFramework/commonResource/image/2025062309510138631.jpg) no-repeat center bottom;
  background-size: 100% auto, cover;
  min-height: calc(100vh - 616px);
  padding: 60px 0 126px 0;
}
.ny-box.xl-nybox {
  background: url(/eportal/uiFramework/commonResource/image/2025062309511996187.jpg) no-repeat center bottom, url(/eportal/uiFramework/commonResource/image/2025062309551231615.jpg) no-repeat center bottom;
  background-size: 100% auto, cover;
}
.ej-lm-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 54px;
}
.ej-lm-title li {
  margin-right: 10px;
  margin-bottom: 6px;
  min-width: 220px;
  background: #856E61;
  position: relative;
  transition: all 0.5s;
  border: 1px solid #856E61;
}
.ej-lm-title li::before {
  position: absolute;
  content: '';
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background: url(/eportal/uiFramework/commonResource/image/2025062310134157830.png) no-repeat left top, url(/eportal/uiFramework/commonResource/image/2025062310135522542.png) no-repeat right top, url(/eportal/uiFramework/commonResource/image/2025062310141677893.png) no-repeat left bottom, url(/eportal/uiFramework/commonResource/image/2025062310145381733.png) no-repeat right bottom;
  transition: all 0.5s;
}
.ej-lm-title li:hover,
.ej-lm-title li.active {
  background: #FFF;
}
.ej-lm-title li:hover::before,
.ej-lm-title li.active::before {
  background: url(/eportal/uiFramework/commonResource/image/2025062310150785438.png) no-repeat left top, url(/eportal/uiFramework/commonResource/image/2025062310155019717.png) no-repeat right top, url(/eportal/uiFramework/commonResource/image/2025062310163328307.png) no-repeat left bottom, url(/eportal/uiFramework/commonResource/image/2025062310165248717.png) no-repeat right bottom;
}
.ej-lm-title li:hover a,
.ej-lm-title li.active a {
  font-weight: bold;
  color: #856E61;
}
.ej-lm-title li:last-child {
  margin-right: 0;
}
.ej-lm-title a {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  padding: 15px 15px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .country-lm-title .ej-lm-title li {
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  .country-lm-title .ej-lm-title {
    justify-content: flex-start;
  }
}
.comp-pages {
  padding-top: 10px;
}
.comp-pages .page-pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-pages .page-pc span {
  display: none !important;
}
.comp-pages .page-pc .NormalRed {
  display: inline-block;
  height: 48px;
  min-width: 48px;
  line-height: 46px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  background: #856e61;
  color: #FFFFFF;
  border: 1px solid #856e61;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  height: 48px;
  min-width: 48px;
  line-height: 46px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  background: none;
  color: #383838;
  border: 1px solid #a6a6a6;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.comp-pages .page-pc .PREV {
  border: none !important;
  background: url(/eportal/uiFramework/commonResource/image/2025062310173665522.png) no-repeat center center !important;
}
.comp-pages .page-pc .NEXT {
  border: none !important;
  background: url(/eportal/uiFramework/commonResource/image/2025062310175359423.png) no-repeat center center !important;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #856e61;
  border: 1px solid #856e61;
  color: #FFF;
}
.comp-pages .page-phone {
  background: #856e61;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  font-size: 16px;
}
.news-list-box {
  padding: 0 10px;
}
.news-list-box .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.news-list-box .news-list {
  padding-bottom: 49px;
  margin-bottom: 12px;
}
.m30 {
  margin: 0 -30px;
}
.p30 {
  padding: 0 30px;
}
.details-page {
  font-size: 18px;
  color: #2B2B2B;
  line-height: 34px;
  padding-bottom: 70px;
}
.details-page .detail-top {
  margin-bottom: 53px;
  border-bottom: none;
  background-size: cover;
  padding-bottom: 0;
}
.details-page .detail-top .title-s {
  max-width: 100%;
  font-size: 36px;
  color: #2B2B2B;
  line-height: 48px;
}
.details-page .detail-top .top-other {
  margin-top: 54px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309513319846.png) no-repeat left bottom;
  background-size: cover;
  padding: 22px 27px;
}
.details-page .detail-top .top-other .other-info {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
}
.details-page .detail-top .top-other .other-info .lm {
  margin-right: 40px;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}
.details-page .detail-top .top-other .other-info .lm::before,
.details-page .detail-top .top-other .other-info .lm::after {
  position: absolute;
  content: '';
  top: 2px;
  width: 11px;
  height: 16px;
}
.details-page .detail-top .top-other .other-info .lm::before {
  left: 0;
  background: url(/eportal/uiFramework/commonResource/image/2025062310181874698.png) no-repeat center;
}
.details-page .detail-top .top-other .other-info .lm::after {
  right: 0;
  background: url(/eportal/uiFramework/commonResource/image/2025062310183631766.png) no-repeat center;
}
.details-page .main-cont {
  font-size: 18px;
  color: #2B2B2B;
  line-height: 34px;
  text-align: justify;
  word-break: break-word;
}
.details-page .main-cont p,
.details-page .main-cont div {
  margin-bottom: 10px;
}
.details-page .main-cont.cont-xilan img {
  max-width: 80%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 4px;
  max-width: 80%;
  width: auto !important;
  margin: 0 auto;
}
.m27 {
  margin: 0 -27px;
}
.p27 {
  padding: 0 27px;
}
.events-list-box .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.events-list-box .comp-pages {
  padding-top: 0;
}
.events-list {
  display: block;
  margin-bottom: 50px;
  transition: all 0.5s;
}
.events-list .img-box {
  height: 284px;
  overflow: hidden;
}
.events-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.events-list .bg {
  background: #FFFFFF url(/eportal/uiFramework/commonResource/image/2025062309515017485.png) no-repeat right bottom;
  position: relative;
  padding: 30px 20px;
}
.events-list .bg::before {
  position: absolute;
  content: '';
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: url(/eportal/uiFramework/commonResource/image/2025062310185776811.png) no-repeat left top, url(/eportal/uiFramework/commonResource/image/2025062310195947577.png) no-repeat right top, url(/eportal/uiFramework/commonResource/image/2025062310211083615.png) no-repeat left bottom, url(/eportal/uiFramework/commonResource/image/2025062310214883700.png) no-repeat right bottom;
}
.events-list .info {
  position: relative;
  z-index: 1;
}
.events-list .title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  word-break: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 14px;
}
.events-list li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3px;
  line-height: 24px;
  font-size: 15px;
  color: #8A7265;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.events-list li span {
  color: #333333;
  margin-right: 14px;
  min-width: 65px;
  text-align-last: justify;
}
.events-list li:nth-child(1) {
  height: 24px;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.events-list li:nth-child(2) {
  height: 48px;
  word-break: break-word;
  -webkit-line-clamp: 2;
}
.events-list li:last-child {
  margin-bottom: 0;
}
.events-list:hover {
  box-shadow: 0px 7px 14px 0px rgba(75, 81, 87, 0.22);
}
.events-list:hover .title {
  color: #583F2C;
}
.events-list:hover .img-box img {
  transform: scale(1.1);
}
.events-detail .top-img {
  background: #FFFFFF;
  box-shadow: 0px 7px 14px 0px rgba(75, 81, 87, 0.22);
  margin-bottom: 60px;
}
.events-detail .top-img .img-box {
  float: right;
  width: 880px;
  height: 581px;
  overflow: hidden;
}
.events-detail .top-img .img-box img {
  width: 100%;
  height: 100%;
}
.events-detail .top-img .bg-box {
  overflow: hidden;
  height: 581px;
  position: relative;
  padding: 15px 30px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309515017485.png) no-repeat right bottom;
}
.events-detail .top-img .bg-box::before {
  position: absolute;
  content: '';
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: url(/eportal/uiFramework/commonResource/image/2025062310185776811.png) no-repeat left top, url(/eportal/uiFramework/commonResource/image/2025062310195947577.png) no-repeat right top, url(/eportal/uiFramework/commonResource/image/2025062310211083615.png) no-repeat left bottom, url(/eportal/uiFramework/commonResource/image/2025062310214883700.png) no-repeat right bottom;
}
.events-detail .top-img .info {
  position: relative;
  z-index: 1;
  height: 100%;
  background: url(/eportal/uiFramework/commonResource/image/2025062309521150986.png) no-repeat center 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.events-detail .top-img .title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  padding-bottom: 46px;
  margin-bottom: 38px;
  position: relative;
}
.events-detail .top-img .title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 3px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309522359012.png) no-repeat center;
  background-size: 100% 100%;
}
.events-detail .top-img li {
  margin-bottom: 50px;
  text-align: center;
}
.events-detail .top-img li:last-child {
  margin-bottom: 0;
}
.events-detail .top-img li > div {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.events-detail .top-img li > p {
  font-size: 18px;
  color: #8A7265;
  line-height: 28px;
}
.events-detail .txt-cont {
  font-size: 20px;
  color: #373435;
  line-height: 30px;
  text-align: justify;
}
.events-detail .txt-cont h1 {
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 40px;
  padding: 12px 24px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309545034765.png) no-repeat left bottom;
  background-size: cover;
  margin-bottom: 60px;
}
.events-detail .txt-cont p {
  margin-bottom: 30px;
}
.events-detail .txt-cont img {
  display: block;
  max-width: 850px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.events-detail .txt-cont video {
  display: block;
  border-radius: 4px;
  max-width: 850px;
  width: auto !important;
  margin: 0 auto;
}
.events-detail .txt-cont a {
  display: inline-block;
  font-size: 18px;
  color: #583F2C;
  line-height: 30px;
}
.events-detail .txt-cont a:hover {
  text-decoration: underline;
}
.community-js {
  padding-top: 20px;
  margin-bottom: 73px;
  font-size: 18px;
  color: #333333;
  line-height: 33px;
  text-align: justify;
}
.community-js p {
  margin-bottom: 20px;
}
.community-js p:last-child {
  margin-bottom: 0;
}
.country-title {
  font-weight: bold;
  font-size: 32px;
  color: #583F2C;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.country-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309573950228.png) no-repeat center;
}
.m23 {
  margin: 0 -23px;
}
.p23 {
  padding: 0 23px;
}
.ry-list-box .col-md-3:nth-child(4n+1) {
  clear: left;
}
.ry-list-box .comp-pages {
  padding-top: 0px;
}
.ry-link {
  display: block;
  margin-bottom: 50px;
  transition: all 0.5s;
}
.ry-link .img-box {
  height: 315px;
  overflow: hidden;
  position: relative;
}
.ry-link .img-box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(133, 110, 97, 0.4);
  z-index: 1;
  opacity: 1;
  transition: all 0.5s;
}
.ry-link .img-box img {
  width: 100%;
  height: 100%;
}
.ry-link .bg-box {
  background: #FFF url(/eportal/uiFramework/commonResource/image/2025062309552558450.png) no-repeat right bottom;
  position: relative;
  padding: 24px 24px;
}
.ry-link .bg-box::before {
  position: absolute;
  content: '';
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: url(/eportal/uiFramework/commonResource/image/2025062310211083615.png) no-repeat left bottom, url(/eportal/uiFramework/commonResource/image/2025062310214883700.png) no-repeat right bottom;
}
.ry-link .info {
  position: relative;
  z-index: 1;
  min-height: 118px;
}
.ry-link .name {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  position: relative;
}
.ry-link .name::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 19px;
  height: 1px;
  background: #8c8c8c;
}
.ry-link .js {
  font-size: 14px;
  color: #8D8D8D;
  line-height: 20px;
  height: 40px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ry-link:hover {
  box-shadow: 0px 7px 14px 0px rgba(75, 81, 87, 0.22);
}
.ry-link:hover .img-box::before {
  opacity: 0;
}
.ry-link:hover .name {
  color: #583F2C;
}
.ry-detail .img-box {
  float: left;
  width: 360px;
  margin-right: 70px;
  padding: 18px 20px 18px 0;
  position: relative;
  overflow: hidden;
}
.ry-detail .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  background: url(asba-28.png) no-repeat center;
  background-size: cover;
}
.ry-detail .img-box img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ry-detail .info {
  overflow: hidden;
}
.ry-detail .name {
  font-weight: bold;
  font-size: 42px;
  color: #583F2C;
  line-height: 55px;
  margin-bottom: 30px;
}
.ry-detail .country {
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 17px 22px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309513319846.png) no-repeat left bottom;
  background-size: cover;
  margin-bottom: 44px;
}
.ry-detail .info-list {
  margin-bottom: 45px;
}
.ry-detail .info-list li {
  display: flex;
  line-height: 34px;
  font-size: 18px;
}
.ry-detail .info-list li span {
  margin-right: 20px;
  color: #595959;
  min-width: 155px;
}
.ry-detail .info-list li .txt {
  color: #583F2C;
  text-align: justify;
}
.ry-detail .info-list li .txt a {
  color: #583F2C;
  line-height: 34px;
  font-size: 18px;
  display: inline-block;
}
.ry-detail .info-list li .txt a:hover {
  text-decoration: underline;
}
.ry-detail .info-txt {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  text-align: justify;
}
.ry-detail .info-txt p {
  margin-bottom: 30px;
}
.resources-detail-top {
  margin-bottom: 60px;
}
.resources-detail-top .img-box {
  float: right;
  margin-left: 55px;
  width: 447px;
}
.resources-detail-top .img-box img {
  width: 100%;
}
.resources-detail-top .title {
  overflow: hidden;
  font-weight: bold;
  font-size: 34px;
  color: #583F2C;
  line-height: 46px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.resources-detail-top .title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309573950228.png) no-repeat center;
}
.resources-detail-top .txt {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  text-align: justify;
}
.resources-detail-top .txt p {
  margin-bottom: 30px;
}
.resources-detail-top .txt p:last-child {
  margin-bottom: 0;
}
.resources-detail .fj-title {
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 17px 24px;
  background: url(/eportal/uiFramework/commonResource/image/2025062309513319846.png) no-repeat left bottom;
  background-size: cover;
  margin-bottom: 52px;
}
.resources-detail .fjxz-list .col-md-6:nth-child(2n+1) {
  clear: left;
}
.resources-detail .fjxz-list a {
  display: block;
  background: #FFFFFF url(/eportal/uiFramework/commonResource/image/2025062309553868400.png) no-repeat right bottom;
  box-shadow: 0px 4px 10px 0px rgba(134, 124, 119, 0.2);
  border-radius: 6px;
  padding: 30px 30px;
  position: relative;
  margin-bottom: 40px;
}
.resources-detail .fjxz-list a::before {
  position: absolute;
  content: '';
  left: 0;
  width: 3px;
  top: 30px;
  bottom: 30px;
  background: #9b887e;
  transition: all 0.5s;
}
.resources-detail .fjxz-list a:hover::before {
  top: 0px;
  bottom: 0px;
}
.resources-detail .fjxz-list a:hover .title {
  color: #9b897e;
}
.resources-detail .fjxz-list .title {
  font-weight: bold;
  font-size: 18px;
  color: #262626;
  line-height: 28px;
  height: 56px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m25 {
  margin: 0 -25px;
}
.p25 {
  padding: 0 25px;
}