.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("djst-comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("djst-comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #3D55A7;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #3D55A7;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #3D55A7;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #3D55A7;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #3D55A7;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #3D55A7;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/*此文件写网站剩余样式*/
body {
  font-family: "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, Arial, sans-serif;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
a[href]:after {
  content: normal;
}
a:hover,
a:focus {
  color: #003f8d;
  text-decoration: none;
}
*:focus {
  outline: none;
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: 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;
  }
}
/*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;
}
.header {
  background: #FFFFFF;
  padding: 24px 0;
}
.header > .container {
  position: relative;
}
.head-logo {
  display: block;
  float: left;
  width: 700px;
}
.head-logo img {
  width: 100%;
  height: 100%;
}
.head-right-box {
  float: right;
  margin-top: 26px;
}
.head-right-box li {
  float: left;
  margin-left: 20px;
  position: relative;
}
.head-right-box li::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  top: 13px;
  left: -10px;
  background: #808080;
}
.head-right-box li:last-child::before {
  display: none;
}
.head-right-box li:first-child {
  margin-left: 0;
}
.head-right-box li:first-child::before {
  display: none;
}
.head-right-box a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #808080;
  margin-top: 11px;
}
.head-right-box a:hover {
  color: #0451b0;
}
.search-dig-btn {
  width: 34px;
  height: 34px;
  opacity: 1;
  background: #0451b0 url(djst-icon1.png) no-repeat center center;
  border-radius: 50%;
  cursor: pointer;
}
.search-dig-btn.ph-btn {
  display: none;
}
nav.navbar {
  min-height: 80px;
  padding: 0;
  background: #0451b0;
  z-index: 999;
}
nav.navbar ul.navbar-nav {
  width: 100%;
  flex-wrap: wrap;
}
nav.navbar ul.navbar-nav > li > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fff !important;
  padding: 14px 30px !important;
  text-align: center;
  word-break: break-word;
}
nav.navbar ul.navbar-nav > li > a::after {
  display: none;
}
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: #0048a1 !important;
  color: #FFF !important;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
  border: none;
  background: #216CE6;
  min-width: 230px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a {
  color: #fff;
  display: block;
  line-height: 1.6;
  padding: 8px 10px;
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a:hover,
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a:focus {
  background-color: #084EB2;
  color: #fff;
}
nav.navbar.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 46px 0px rgba(67, 86, 116, 0.19);
}
.index-box1 > .container {
  position: relative;
}
.index-box1 .nivoSlider {
  height: 520px;
  overflow: hidden;
}
.index-box1 .nivoSlider img {
  object-fit: cover;
  height: 100% !important;
}
.index-box1 .nivo-caption {
  opacity: 1;
  height: 100%;
  padding: 0;
}
.index-box1 .nivo-caption::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 104px;
  background: url(djst-bg1.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.index-box1 .nivo-caption .text-left a {
  -webkit-animation: fadeInUp 0.7s both 1s;
  animation: fadeInUp 0.7s both 1s;
}
.index-box1 .text-left a {
  display: block;
  -webkit-animation: fadeOutDown 0.7s both;
  animation: fadeOutDown 0.7s both;
  color: #ffffff;
  margin-right: 300px;
}
.index-box1 .text-left .ch-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 3px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 38px;
}
.index-box1 .text-left .en_title {
  font-size: 20px;
  line-height: 30px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
}
.index-box1 .nivo-controlNav {
  right: 260px;
}
.index-box1 .nivo-controlNav a {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0.65;
  margin-left: 10px;
  background: url(djst-icon2.png) no-repeat center center;
  background-size: contain;
  font-size: 0;
}
.index-box1 .nivo-controlNav a.active {
  opacity: 1;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveright {
  0%,
  100% {
    right: 0;
  }
  50% {
    right: 20px;
  }
}
@-webkit-keyframes moveright {
  0%,
  100% {
    right: 0;
  }
  50% {
    right: 20px;
  }
}
@keyframes wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.9);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@-webkit-keyframes wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.9);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
.index-box {
  padding: 70px 0 80px;
}
.index-title {
  margin-bottom: 30px;
  position: relative;
}
.index-title .title {
  text-align: center;
}
.index-title .title > div {
  font-weight: bold;
  color: #003f8d;
  line-height: 40px;
}
.index-title .title > div:nth-child(1) {
  font-size: 30px;
  margin-bottom: 10px;
}
.index-title .title > div:nth-child(2) {
  font-size: 18px;
  line-height: 30px;
}
.index-title .more {
  position: absolute;
  top: 28px;
  right: 0;
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.index-title .more:hover {
  color: #003f8d;
}
.index-box2 {
  background: url(djst-bg2.png) no-repeat center center;
  background-size: cover;
}
.xshd-index-list {
  display: block;
}
.xshd-index-list .img-box {
  height: 212px;
  margin-bottom: 20px;
  overflow: hidden;
}
.xshd-index-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.xshd-index-list .ch-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #383838;
  text-align: justify;
  margin-bottom: 10px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}
.xshd-index-list .en-title {
  font-size: 16px;
  line-height: 26px;
  color: #383838;
  text-align: left;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
  margin-bottom: 30px;
}
.xshd-index-list .date {
  padding-left: 24px;
  font-size: 14px;
  line-height: 1;
  color: #808080;
  background: url(djst-icon3.png) no-repeat left center / 16px 16px;
}
.xshd-index-list:hover .ch-title,
.xshd-index-list:hover .en-title {
  color: #003f8d;
}
.xshd-index-list:hover .img-box img {
  transform: scale(1.1);
}
.xshd-botton {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xshd-botton .xshd-next,
.xshd-botton .xshd-prev {
  position: static;
  margin: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #3d55a7;
  border-radius: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.xshd-botton .xshd-next::after,
.xshd-botton .xshd-prev::after {
  display: none;
}
.xshd-botton .xshd-next {
  background-image: url(djst-icon5.png);
}
.xshd-botton .xshd-next:hover {
  background-image: url(djst-icon7.png);
  background-color: #003f8d;
}
.xshd-botton .xshd-prev {
  background-image: url(djst-icon4.png);
}
.xshd-botton .xshd-prev:hover {
  background-image: url(djst-icon6.png);
  background-color: #003f8d;
}
.xshd-botton .swiper-pagination {
  position: static;
  margin: 0 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xshd-botton .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0.3;
  background: #0451b0;
  margin: 0 3px;
  vertical-align: middle;
}
.xshd-botton .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.m20 {
  margin: 0 -20px;
}
.p20 {
  padding: 0 20px;
}
.index-box3 {
  background: #FFF url(djst-bg3.png) no-repeat center center;
  background-size: cover;
}
.index-title-tab {
  margin-bottom: 30px;
  position: relative;
}
.index-title-tab .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-title-tab .title-box .title {
  margin-right: 60px;
  text-align: center;
  cursor: pointer;
}
.index-title-tab .title-box .title:hover > div,
.index-title-tab .title-box .title.active > div {
  color: #003f8d;
}
.index-title-tab .title-box .title:last-child {
  margin-right: 0;
}
.index-title-tab .title-box .title > div {
  font-weight: bold;
  color: #666666;
  line-height: 40px;
}
.index-title-tab .title-box .title > div:nth-child(1) {
  font-size: 30px;
  margin-bottom: 10px;
}
.index-title-tab .title-box .title > div:nth-child(2) {
  font-size: 18px;
  line-height: 30px;
}
.index-title-tab .more-box {
  position: absolute;
  top: 28px;
  right: 0;
}
.index-title-tab .more-box a {
  font-size: 14px;
  line-height: 30px;
  color: #808080;
  display: none;
}
.index-title-tab .more-box a:first-child {
  display: block;
}
.index-title-tab .more-box a:hover {
  color: #003f8d;
}
.index-tab-cont > div {
  display: none;
}
.index-tab-cont > div:first-child {
  display: block;
}
.news-left {
  display: block;
}
.news-left .img-box {
  height: 448px;
  overflow: hidden;
}
.news-left .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-left .info {
  min-height: 196px;
  background: #0451b0;
  padding: 30px 30px;
}
.news-left .info div {
  font-size: 18px;
  color: #ffffff;
}
.news-left .ch-title {
  font-weight: bold;
  line-height: 32px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 64px;
  margin-bottom: 10px;
}
.news-left .en-title {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.news-left:hover .img-box img {
  transform: scale(1.1);
}
.news-right-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.news-right-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news-right-list a {
  display: block;
}
.news-right-list a:hover .img-box img {
  transform: scale(1.1);
}
.news-right-list a:hover .ch-title,
.news-right-list a:hover .en-title {
  color: #003f8d;
}
.news-right-list .img-box {
  float: left;
  width: 262px;
  height: 174px;
  margin-right: 30px;
  overflow: hidden;
}
.news-right-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-right-list .info {
  overflow: hidden;
}
.news-right-list .ch-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #383838;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  margin-bottom: 10px;
}
.news-right-list .en-title {
  font-size: 16px;
  line-height: 26px;
  color: #383838;
  text-align: left;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
  margin-bottom: 25px;
}
.news-right-list .date {
  padding-left: 24px;
  font-size: 14px;
  line-height: 1;
  color: #808080;
  background: url(djst-icon3.png) no-repeat left center / 16px 16px;
}
.m30 {
  margin: 0 -30px;
}
.p30 {
  padding: 0 30px;
}
.col-index-9 {
  -ms-flex: 0 0 73.97%;
  flex: 0 0 73.97%;
  max-width: 73.97%;
}
.col-index-3 {
  -ms-flex: 0 0 26.03%;
  flex: 0 0 26.03%;
  max-width: 26.03%;
}
.index-box4 {
  background: url(djst-bg4.png) no-repeat center center;
  background-size: cover;
}
.index-box4 .index-title-tab .title-box {
  justify-content: left;
}
.index-box4 .index-title-tab .title-box .title {
  text-align: left;
}
.notice-index-list li {
  margin-bottom: 22px;
}
.notice-index-list li:last-child {
  margin-bottom: 0;
}
.notice-index-list a {
  display: block;
}
.notice-index-list a:hover .ch-title,
.notice-index-list a:hover .en-title {
  color: #003f8d;
}
.notice-index-list .date {
  float: left;
  padding-right: 26px;
  text-align: center;
  padding-top: 11px;
}
.notice-index-list .date div {
  color: #0451b0;
  line-height: 1;
}
.notice-index-list .date div:nth-child(1) {
  font-size: 16px;
  margin-bottom: 8px;
}
.notice-index-list .date div:nth-child(2) {
  font-size: 34px;
  font-weight: bold;
}
.notice-index-list .info {
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}
.notice-index-list .info::before {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #0451b0;
}
.notice-index-list .title-list {
  float: left;
  width: calc(100% - 340px);
}
.notice-index-list .ch-title {
  font-size: 18px;
  line-height: 26px;
  color: #383838;
  margin-bottom: 10px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 26px;
}
.notice-index-list .en-title {
  font-size: 16px;
  line-height: 26px;
  color: #383838;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
}
.notice-index-list .detail {
  float: right;
  width: 300px;
  margin-left: 40px;
}
.notice-index-list .detail .list {
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.notice-index-list .detail .list img {
  margin-right: 10px;
  width: 16px;
}
.notice-index-list .detail .list p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
}
.notice-index-list .detail .list:last-child {
  margin-bottom: 0;
}
.notice-index-list.notice-ny-list li {
  margin-bottom: 0;
  border-bottom: 1px dashed #e5e5e5;
}
.notice-index-list.notice-ny-list a {
  padding: 36px 30px;
}
.notice-index-list.notice-ny-list a:hover {
  background: #f5f8fc;
}
.gjhy li {
  margin-bottom: 40px;
}
.gjhy li:last-child {
  margin-bottom: 0;
}
.gjhy a {
  display: block;
  width: 100%;
  height: 244px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.gjhy a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.gjhy a img {
  width: 100%;
  height: 100%;
}
.gjhy a:hover {
  border-radius: 15px;
}
.gjhy a:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.yqlj-box {
  margin-top: 70px;
}
.yqlj-box .title-box {
  float: left;
  margin-right: 70px;
}
.yqlj-box .title-box > div {
  font-weight: bold;
  color: #003f8d;
  line-height: 40px;
}
.yqlj-box .title-box > div:nth-child(1) {
  font-size: 30px;
  margin-bottom: 10px;
}
.yqlj-box .title-box > div:nth-child(2) {
  font-size: 18px;
  line-height: 30px;
}
.yqlj-box .info {
  float: left;
  width: calc(100% - 190px);
  margin-top: 15px;
}
.yqlj-box .ui-select-wrap {
  height: 50px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(61, 85, 167, 0.1);
  border: none;
  padding-right: 40px;
}
.yqlj-box .ui-select-wrap > select {
  height: 50px;
  padding: 0 40px 0 20px;
}
.yqlj-box .ui-select-input {
  right: 40px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 50px;
  color: #383838;
}
.yqlj-box .ui-select-arrow {
  right: 20px;
}
.yqlj-box .ui-select-list {
  top: 50px;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(61, 85, 167, 0.1);
  padding: 10px;
}
.yqlj-box .ui-select-list > li {
  font-size: 14px;
  line-height: 30px;
  color: #383838;
  border-radius: 2px;
}
.yqlj-box .ui-select-list > li.selected {
  background: #edf4f7;
}
.yqlj-box .ui-select-list > li:hover {
  background-color: #edf4f7;
}
.yqlj-box .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 50px;
}
.link-swiper {
  margin: -10px -20px;
}
.link-swiper .swiper-slide {
  padding: 10px 20px;
}
.link-list {
  display: block;
  height: 90px;
  opacity: 1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(61, 85, 167, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.link-list::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 8px;
  border: 2px dashed #003f8d;
  opacity: 0;
  transition: all 0.5s;
}
.link-list:hover::before {
  opacity: 1;
}
.link-list img {
  max-width: 95%;
  max-height: 95%;
}
.footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  background: #eef5f5;
}
.footer::before,
.footer::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 800%;
  top: 0;
  height: 112px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 112px;
  transform-origin: center bottom;
  animation: wave 60s linear infinite;
}
.footer::before {
  background-image: url(djst-bg6.png);
  animation: wave 58s linear infinite;
}
.footer::after {
  background-image: url(djst-bg7.png);
}
.footer .foot-bl {
  background: url(djst-bg5.png) no-repeat center;
  background-size: cover;
}
.footer .foot-top {
  padding: 30px 0 38px 0;
}
.footer .foot-info-list {
  float: left;
  max-width: 85%;
}
.footer .foot-info-list > li {
  float: left;
  margin-right: 55px;
}
.footer .foot-info-list > li:last-child {
  margin-right: 0;
}
.footer .foot-info-list .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
}
.footer .foot-info-list .title img {
  margin-right: 10px;
  width: 20px;
}
.footer .foot-info-list .title span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.footer .foot-info-list .txt {
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .foot-info-list .txt p {
  margin-bottom: 10px;
}
.footer .ewm-box {
  float: right;
  text-align: center;
}
.footer .ewm-box img {
  width: 116px;
  height: 116px;
  margin: 0 auto 8px;
}
.footer .ewm-box p {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.footer .foot-bottom .foot-logo {
  width: 500px;
}
.footer .foot-bottom .foot-logo img {
  width: 100%;
}
.footer .foot-bottom .info {
  padding-top: 14px;
}
.footer .foot-bottom .info span,
.footer .foot-bottom .info a {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 34px;
}
.footer .foot-bottom .info span:last-child,
.footer .foot-bottom .info a:last-child {
  margin-right: 0;
}
.footer .foot-bottom .info a:hover {
  text-decoration: underline;
}
.footer .foot-bottom .info a img {
  margin-top: -3px;
  margin-right: 6px;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url(djst-close.png) no-repeat center center;
  background-size: contain;
}
.up-search-box .middle-cont {
  width: 100%;
}
.search-box {
  background: #fff;
  border-bottom: 4px solid #0451b0;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.search-box .s-inp {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  padding-left: 15px;
}
.search-box .s-btn {
  height: 62px;
  line-height: 62px;
  width: 62px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  text-align: center;
}
.search-box .s-btn::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #0451b0;
}
.ny-top-banner {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ny-top-banner::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 74px;
  background: linear-gradient(180deg, rgba(0, 63, 141, 0) 0%, #003f8d 100%);
}
.ny-box {
  min-height: 300px;
  padding: 40px 0 60px 0;
  background: #FFF;
}
.left-nav {
  margin-bottom: 40px;
  margin-top: -100px;
  position: relative;
}
.left-nav .menu-title {
  height: 167px;
  background: url(djst-bg8.png) no-repeat center;
  background-size: 100% 100%;
  color: #FFFFFF;
  line-height: 30px;
  padding: 40px 30px;
}
.left-nav .menu-title .ch {
  font-size: 26px;
  font-weight: bold;
}
.left-nav .menu-title .en {
  font-size: 18px;
}
.left-nav .menu-cont {
  background: #FFF;
}
.left-nav .menu-cont .box-a {
  border-bottom: 1px solid #e5e5e5;
}
.left-nav .menu-cont .box-a:hover .a-title,
.left-nav .menu-cont .box-a.active .a-title {
  color: #003f8d;
}
.left-nav .menu-cont .box-a:hover .a-title::before,
.left-nav .menu-cont .box-a.active .a-title::before {
  opacity: 1;
}
.left-nav .menu-cont .box-a.active_xj .a-title::after {
  position: absolute;
  content: '';
  right: 0;
  top: 36px;
  height: 7px;
  width: 12px;
  background: url(djst-icon15.png) no-repeat center;
}
.left-nav .menu-cont .box-a.active.active_xj .a-title::after {
  background: url(djst-icon16.png) no-repeat center;
}
.left-nav .menu-cont .box-a.active.active_xj .menu-cont-sj {
  height: auto;
  overflow: visible;
  padding-bottom: 16px;
}
.left-nav .menu-cont .box-a .a-title {
  display: block;
  line-height: 24px;
  color: #383838;
  padding: 16px 30px;
  position: relative;
  word-break: break-word;
}
.left-nav .menu-cont .box-a .a-title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  height: 40px;
  width: 4px;
  background: #0451b0;
  opacity: 0;
}
.left-nav .menu-cont .box-a .a-title .ch {
  font-size: 20px;
}
.left-nav .menu-cont .box-a .a-title .en {
  font-size: 18px;
}
.left-nav .menu-cont-sj {
  padding: 0 18px 0 30px;
  height: 0;
  overflow: hidden;
}
.left-nav .menu-cont-sj > li {
  margin-bottom: 12px;
}
.left-nav .menu-cont-sj > li:last-child {
  margin-bottom: 0;
}
.left-nav .menu-cont-sj > li:hover > a,
.left-nav .menu-cont-sj > li.active > a {
  color: #003f8d;
}
.left-nav .menu-cont-sj > li > a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #383838;
}
.ny-title {
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 45px;
  font-size: 26px;
  line-height: 36px;
  color: #003f8d;
  position: relative;
}
.ny-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -6px;
  width: 62px;
  height: 11px;
  background: url(djst-icon17.png) no-repeat center;
}
.ny-title span {
  display: inline-block;
}
.leader-list {
  padding-top: 30px;
}
.leader-list li {
  margin-bottom: 70px;
}
.leader-list li:last-child {
  margin-bottom: 0;
}
.leader-list a {
  display: block;
  background-color: #ffffff;
  background-image: url(djst-icon18.png) !important;
  background-position: 95% bottom !important;
  background-repeat: no-repeat !important;
  box-shadow: 0px 0px 8px rgba(4, 81, 176, 0.1);
  padding: 30px 40px;
}
.leader-list a:hover {
  background: rgba(4, 81, 176, 0.04);
  box-shadow: none;
  background-color: rgba(4, 81, 176, 0.04);
}
.leader-list a:hover .img-box img {
  transform: scale(1.1);
}
.leader-list .img-box {
  float: left;
  width: 170px;
  height: 226px;
  margin-right: 40px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-top: -60px;
}
.leader-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.leader-list .info {
  overflow: hidden;
}
.leader-list .info span {
  display: inline-block;
}
.leader-list .title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #003f8d;
  position: relative;
}
.leader-list .title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -16px;
  width: 24px;
  height: 3px;
  background: #0451b0;
}
.leader-list .zw {
  font-size: 18px;
  line-height: 26px;
  color: #383838;
}
.ny-footer .footer {
  background: #FFF;
}
.tw-list li {
  border-bottom: 1px dashed #e5e5e5;
}
.tw-list a {
  display: block;
  padding: 20px;
}
.tw-list a:hover {
  background: #f5f8fc;
}
.tw-list a:hover .img-box img {
  transform: scale(1.1);
}
.tw-list a:hover .title,
.tw-list a:hover .en_title {
  color: #003f8d;
}
.tw-list .img-box {
  float: left;
  width: 182px;
  height: 120px;
  overflow: hidden;
  margin-right: 30px;
}
.tw-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tw-list .info {
  overflow: hidden;
  color: #383838;
  padding-top: 3px;
}
.tw-list .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 12px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 28px;
}
.tw-list .en_title {
  font-size: 16px;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 28px;
  margin-bottom: 25px;
}
.tw-list .date {
  padding-left: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  background: url(djst-icon3.png) no-repeat left center / 16px 16px;
}
.comp-pages {
  padding-top: 40px;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  color: #000000;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 38px;
}
.comp-pages .page-pc span {
  background: #0451b0;
  border: 1px solid #0451b0;
  color: #FFF;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #0451b0;
  border: 1px solid #0451b0;
  color: #FFF;
}
.comp-pages .page-phone {
  background: #0451b0;
}
.fy-box .comp-pages {
  padding-top: 0;
}
.details-page .detail-top .title-s {
  max-width: 100%;
  color: #003f8d;
}
.details-page .detail-top .title-s .ch {
  font-size: 22px;
  margin-bottom: 20px;
}
.details-page .detail-top .title-s .en {
  font-size: 18px;
}
.details-page .detail-top .top-other {
  color: #808080;
  margin-top: 28px;
}
.details-page .detail-top .top-other span {
  line-height: 32px;
}
.details-page .detail-top .top-other span a {
  margin: 0 5px !important;
}
.details-page .detail-top {
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 6px;
}
.details-page .main-cont {
  font-size: 16px;
  line-height: 34px;
  color: #383838;
}
.details-page .main-cont.cont-xilan.dp-xl img {
  max-width: 100%;
}
.details-page .main-cont p {
  margin-bottom: 10px;
}
.details-page .main-cont.cont-xilan img {
  width: auto;
  max-width: 800px;
}
.details-page .cont-page {
  border-top: 1px solid #e5e5e5;
  color: #808080;
}
.details-page .cont-page .a-page a {
  color: #808080;
}
.details-page .cont-page .a-page:hover {
  color: #003f8d;
}
.details-page .cont-page .a-page:hover a {
  color: #003f8d;
}
.ny-table-box {
  overflow: hidden;
  overflow-x: auto;
}
.ny-table-box::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background: #4a82c7;
}
.ny-table-box::-webkit-scrollbar-thumb {
  background: #f5f8fc;
}
.ny-table-box::-webkit-scrollbar-button {
  display: none;
}
.ny-table-box .min-width {
  min-width: 600px;
}
.ny-table-box table {
  border: 1px solid #e5e5e5;
  word-break: break-word;
}
.ny-table-box table td,
.ny-table-box table th {
  border-right: 1px solid #e5e5e5;
}
.ny-table-box table thead {
  background: #4a82c7;
}
.ny-table-box table thead tr th {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  padding: 8px 10px;
}
.ny-table-box table tbody tr {
  background: #FFF;
}
.ny-table-box table tbody tr:nth-child(2n) {
  background: #f5f8fc;
}
.ny-table-box table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  text-align: center;
  padding: 16px 10px;
}
.lxwm-box .img-box {
  width: 300px;
  height: 960px;
  border-radius: 40px 0 40px 0;
  background: url(djst-bg9.png) no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lxwm-box .img-box img:nth-child(1) {
  max-height: 779px;
}
.lxwm-box .img-box img:nth-child(2) {
  display: none;
}
.lxwm-box .info {
  overflow: hidden;
  height: 960px;
  border-radius: 0px 40px 0px 40px;
  background: #f5f8fc url(djst-bg10.png) no-repeat 95% 20%;
  padding: 90px;
  font-size: 18px;
  line-height: 34px;
  color: #383838;
}
.lxwm-box .info p {
  margin-bottom: 10px;
}
.m25 {
  margin: 0 -25px;
}
.p25 {
  padding: 0 25px;
}
.ry-top-swiper {
  background: #f5f8fc;
  padding: 28px 20px;
  margin-bottom: 40px;
}
.ry-top-swiper .ch-title {
  height: 30px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 28px;
  color: #383838;
  text-align: center;
  cursor: pointer;
  padding: 0 9px;
}
.ry-top-swiper .ch-title:hover {
  color: #003f8d;
  border-color: #4a82c7;
}
.ry-top-swiper .swiper-slide {
  width: auto !important;
}
.ry-top-swiper .swiper-slide-active .ch-title {
  color: #003f8d;
  border-color: #4a82c7;
}
.ry-ny-list ul li {
  float: left;
  width: 20%;
}
.ry-ny-list ul li:nth-child(5n+1) {
  clear: left;
}
.ty-list-link {
  display: block;
  margin-bottom: 40px;
}
.ty-list-link:hover .img-box img {
  transform: scale(1.1);
}
.ty-list-link:hover .name {
  color: #003f8d;
}
.ty-list-link .img-box {
  height: 224px;
  overflow: hidden;
  margin-bottom: 18px;
}
.ty-list-link .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ty-list-link .info {
  text-align: center;
}
.ty-list-link .name {
  line-height: 26px;
  color: #383838;
  margin-bottom: 14px;
}
.ty-list-link .ch-name {
  font-size: 20px;
}
.ty-list-link .en-name {
  font-size: 16px;
}
.ty-list-link .zc {
  font-size: 16px;
  line-height: 22px;
  color: #808080;
}
.ry-detail-left {
  margin-bottom: 40px;
  margin-top: -100px;
  position: relative;
  background: #f5f8fc url(djst-bg11.png) no-repeat center bottom / 100% auto;
}
.ry-detail-left .menu-title {
  height: 167px;
  background: url(djst-bg8.png) no-repeat center;
  background-size: 100% 100%;
  color: #FFFFFF;
  line-height: 30px;
  padding: 40px 30px;
}
.ry-detail-left .menu-title .ch {
  font-size: 26px;
  font-weight: bold;
}
.ry-detail-left .menu-title .en {
  font-size: 18px;
}
.ry-detail-left .info-box {
  padding: 30px 30px 140px 30px;
}
.ry-detail-left .info-box .img-box {
  width: 170px;
  margin: 0 auto 20px;
}
.ry-detail-left .info-box .img-box img {
  width: 100%;
  height: 100%;
}
.ry-detail-left .info-box .title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
  color: #003f8d;
  margin-bottom: 40px;
  position: relative;
}
.ry-detail-left .info-box .title::before {
  position: absolute;
  content: '';
  bottom: -16px;
  left: 50%;
  width: 24px;
  height: 3px;
  background: #0451b0;
  transform: translateX(-50%);
}
.ry-detail-left .info-box .xlzc {
  font-size: 16px;
  line-height: 26px;
  color: #383838;
  margin-bottom: 16px;
}
.ry-detail-left .info-box .xlzc span {
  display: inline-block;
}
.ry-detail-left .info-box .info-list li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 26px;
  color: #383838;
}
.ry-detail-left .info-box .info-list li:last-child {
  margin-bottom: 0;
}
.ry-detail-left .info-box .info-list li span,
.ry-detail-left .info-box .info-list li b,
.ry-detail-left .info-box .info-list li strong {
  display: inline-block;
}
.mb50 {
  margin-bottom: 50px;
}
.ry-detail-right .group-list {
  margin-bottom: 50px;
}
.ry-detail-right .title {
  padding-left: 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #003f8d;
  position: relative;
  margin-bottom: 30px;
}
.ry-detail-right .title::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  border-radius: 2px;
  background: #0451b0;
}
.ry-detail-right .title span {
  display: inline-block;
}
.ry-detail-right .title span:nth-child(1) {
  margin-right: 10px;
}
.ry-detail-right .txt {
  font-size: 16px;
  line-height: 34px;
  color: #383838;
}
.ry-detail-right .txt p {
  margin-bottom: 10px;
}
.bs-list .col-xl-6:nth-child(2n+1) {
  clear: left;
}
.bs-list-link {
  display: block;
  margin-bottom: 50px;
}
.bs-list-link:hover .img-box img {
  transform: scale(1.1);
}
.bs-list-link:hover .title {
  color: #003f8d;
}
.bs-list-link .img-box {
  float: left;
  width: 176px;
  height: 235px;
  margin-right: 26px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.bs-list-link .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.bs-list-link .info {
  overflow: hidden;
}
.bs-list-link .info ul {
  max-height: 176px;
}
.bs-list-link .info ul li {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
}
.bs-list-link .info ul li:last-child {
  margin-bottom: 0;
}
.bs-list-link .info ul li span {
  display: inline-block;
}
.bs-list-link .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #383838;
  margin-bottom: 25px;
  position: relative;
}
.bs-list-link .title::before {
  position: absolute;
  content: '';
  width: 24px;
  left: 0;
  bottom: -12px;
  height: 3px;
  opacity: 1;
  background: #0451b0;
}
.bs-list-link .title span {
  display: inline-block;
}
.bs-list-link .title span:first-child {
  margin-right: 10px;
}
.wz-map .map-list {
  margin-bottom: 10px;
}
.wz-map .map-list:last-child {
  margin-bottom: 0;
}
.wz-map .row .col-xl-3:nth-child(4n+1) {
  clear: left;
}
.wz-map .title {
  display: block;
  background: #0451b0;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.wz-map .title:hover {
  background: #427fcb;
}
.wz-map .ej-title {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  word-break: break-word;
}
.wz-map .ej-title:hover {
  color: #0451b0;
}
.wz-map .sj {
  margin-bottom: 30px;
}
.wz-map .sj a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  word-break: break-word;
}
.wz-map .sj a:hover {
  color: #0451b0;
}
.history-list {
  padding-left: 37px;
  position: relative;
}
.history-list::before {
  position: absolute;
  content: '';
  top: 10px;
  bottom: 10px;
  left: 43px;
  width: 1px;
  background: #c3d1e3;
}
.history-list li {
  font-size: 16px;
  line-height: 30px;
  color: #383838;
  padding-left: 35px;
  position: relative;
  margin-bottom: 23px;
}
.history-list li::before {
  position: absolute;
  content: '';
  top: 5px;
  left: -4px;
  width: 20px;
  height: 20px;
  background: url(djst-icon19.png) no-repeat center / 100% 100%;
  border-radius: 50%;
}
.history-list li:last-child {
  margin-bottom: 0;
}
