/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*多行溢出*/
.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*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h44 {
  font-size: 44px;
}
.h46 {
  font-size: 46px;
}
.h48 {
  font-size: 48px;
}
.h50 {
  font-size: 50px;
}
.h54 {
  font-size: 54px;
}
.h60 {
  font-size: 60px;
}
@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: 16px;
  }
  .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: #CE2B2D;
}
.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: #CE2B2D;
}
.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: #CE2B2D;
  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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #CE2B2D;
}
.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: #CE2B2D;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #CE2B2D;
  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: #CE2B2D;
}
.comp-text-list-06 .box-s:before {
  background-color: #CE2B2D;
  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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #CE2B2D;
}
.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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #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: #CE2B2D;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #CE2B2D;
}
.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: #CE2B2D;
  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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #CE2B2D;
}
.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: #CE2B2D;
  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: #CE2B2D;
}
.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: #CE2B2D;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #CE2B2D;
}
.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: #CE2B2D;
}
.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: #CE2B2D;
}
/*人员细览*/
/*人员细览  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: 45px;
}
.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: #CE2B2D;
  border: 1px solid #CE2B2D;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #CE2B2D;
  border: 1px solid #CE2B2D;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #CE2B2D;
  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 {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #EEEEEE;
  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: #CE181B;
}
.details-page .cont-page .a-page:hover a {
  color: #CE181B;
}
.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: #CE2B2D;
}
.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: #CE2B2D;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #CE2B2D;
  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: #CE2B2D;
}
.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: #CE2B2D;
}
.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: #CE2B2D;
  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;
}
@media (min-width: 1280px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1921px) {
  .container {
    width: 1800px;
  }
}
.page-main {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
/*nav*/
.navbar-other nav.navbar.bootsnav {
  position: relative;
  background: url('kxyzg2023-navbg.png') no-repeat bottom center;
  background-size: cover;
}
.index-nav nav.navbar.bootsnav {
  background: url('kxyzg2023-nav-bg.png') repeat-x bottom center;
}
nav.navbar.bootsnav {
  min-height: 140px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s;
}
nav.navbar.bootsnav .navbar-brand {
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 320px;
  height: auto;
  transition: all 0.5s;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav .head-versions {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
}
nav.navbar.bootsnav .head-versions a {
  display: block;
  float: left;
  width: 112px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  position: relative;
}
nav.navbar.bootsnav .head-versions a.active {
  color: #CC161A;
  font-weight: bold;
}
nav.navbar.bootsnav .head-versions a.active::after {
  background: linear-gradient(90deg, #F8CA94, #FFF9E5);
}
nav.navbar.bootsnav .head-versions a::after {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.48);
  transform: skew(20deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
nav.navbar.bootsnav .head-versions a span {
  position: relative;
  z-index: 2;
}
nav.navbar.bootsnav .header-other {
  margin-top: 66px;
}
nav.navbar.bootsnav .header-other a {
  float: left;
  margin-right: 34px;
}
nav.navbar.bootsnav .header-other a:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav .header-other .a-yybm {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px;
  color: #CE2B2D;
  font-weight: bold;
  display: none;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-right: 55px;
  margin-top: 58px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 40px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 52px;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  border-radius: 2px;
  transition: all 0.5s;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
  left: 0;
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(195, 28, 32, 0.8);
  min-height: 96px;
}
nav.navbar.bootsnav.scroll .navbar-brand {
  max-width: 260px;
  padding-top: 25px;
  padding-bottom: 20px;
}
nav.navbar.bootsnav.scroll .head-versions {
  top: -36px;
  opacity: 0;
}
nav.navbar.bootsnav.scroll .header-other {
  margin-top: 30px;
}
nav.navbar.bootsnav.scroll ul.nav {
  margin-top: 22px;
}
.nav-close {
  display: none !important;
}
@media (max-width: 1659px) {
  nav.navbar.bootsnav ul.nav {
    margin-right: 30px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 30px 0 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1439px) {
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 1365px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 260px;
  }
}
@media (max-width: 1199px) {
  .phone-menu-toggle {
    display: block !important;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .header-other {
    margin-right: 60px;
  }
  nav.navbar.bootsnav .head-versions {
    right: 15px;
  }
  nav.navbar.bootsnav .toggle {
    margin-top: 76px;
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    float: left !important;
  }
  nav.navbar.bootsnav .header-other {
    margin-right: 60px;
    top: 0;
    right: 0;
    position: absolute;
  }
  nav.navbar.bootsnav .toggle {
    top: 0;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav {
    position: relative;
    background: url('kxyzg2023-navbg.png') no-repeat bottom center !important;
    background-size: cover;
    min-height: 100px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    float: left !important;
  }
  nav.navbar.bootsnav .head-versions {
    right: auto;
    left: 15px;
    top: 8px;
  }
  nav.navbar.bootsnav .head-versions a {
    width: 80px;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
    font-size: 14px;
  }
  nav.navbar.bootsnav .head-versions a::after {
    transform: skew(0deg);
    border-radius: 5px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 60px;
    padding-bottom: 10px;
    max-width: 220px;
  }
  nav.navbar.bootsnav .header-other {
    margin-right: 15px;
    margin-top: 8px;
  }
  nav.navbar.bootsnav .header-other a {
    margin-right: 15px;
  }
  nav.navbar.bootsnav .header-other .a-yybm {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    width: 90px;
    font-size: 14px;
    text-align: center;
  }
  nav.navbar.bootsnav .header-other .search-a {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
  nav.navbar.bootsnav .toggle {
    top: 0;
    right: 15px;
    margin-top: 68px;
  }
}
.search-a {
  width: 32px;
  height: 32px;
  background: url('kxyzg2023-search.png') no-repeat center center rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-top: 4px;
}
.search-a:hover {
  background: url('kxyzg2023-search-h.png') no-repeat center center #fff;
}
.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 .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url('comm-close.png') no-repeat center center;
  background-size: contain;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.search-box {
  background: #fff;
  border-bottom: 3px solid #C31C20;
  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: #C31C20;
}
.index-title {
  line-height: 40px;
  margin-bottom: 30px;
}
.index-title .title-txt {
  float: left;
}
.index-title .title-txt .tit-icon {
  float: left;
  margin-right: 25px;
}
.index-title .title-txt .tit-icon img {
  vertical-align: middle;
  margin-top: -2px;
}
.index-title .title-txt .tit-name {
  color: #C31C20;
  float: left;
}
.index-title .title-more {
  float: right;
  color: #666666;
}
.index-title .title-more:hover {
  color: #C31C20;
}
.footer {
  background: url('kxyzg2023-footerbg.png') no-repeat bottom center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #fff;
  line-height: 2.2;
}
.footer .line {
  margin-left: 6px;
  margin-right: 6px;
}
.footer a,
.footer span {
  display: inline-block;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .main-content {
  position: relative;
  padding-right: 450px;
  min-height: 140px;
}
.footer .cont-erwm {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .cont-erwm > div {
  float: left;
  margin-right: 50px;
  text-align: center;
}
.footer .cont-erwm > div:last-child {
  margin-right: 0;
}
.footer .cont-erwm > div .box-img {
  display: inline-block;
}
.footer .cont-erwm > div .box-img img {
  display: block;
  width: 100px;
}
.footer .cont-erwm > div .box-title {
  color: #fff;
  line-height: 24px;
}
.public-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 80px;
}
.index-banner {
  position: relative;
}
.index-banner .banner-box {
  overflow: hidden;
}
.index-banner .banner-box img {
  display: block;
  width: 100%;
}
.index-banner .banner-other {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
.index-banner .banner-other .container {
  position: relative;
}
.index-banner .banner-page {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
}
.index-banner .banner-page .swiper-pagination-bullet {
  width: 100px;
  height: 2px;
  opacity: 1;
  background-color: transparent;
  margin: 0;
  padding: 0;
  vertical-align: top;
  position: relative;
}
.index-banner .banner-page .swiper-pagination-bullet::after,
.index-banner .banner-page .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 50%;
}
.index-banner .banner-page .swiper-pagination-bullet::before {
  background: rgba(255, 255, 255, 0.6);
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-left: -5px;
}
.index-banner .banner-page .swiper-pagination-bullet::after {
  width: 26px;
  height: 26px;
  margin-left: -12px;
  margin-top: -12px;
  transition: all 0.3s;
  opacity: 0;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: #E6B14A;
  background: #fff;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.index-box-01 {
  background-image: url('kxyzg2023-modbg-01.png');
  background-size: contain;
  background-position: left bottom;
  background-color: #FAFBFF;
}
.index-box-01 .news-list li {
  position: relative;
  border-bottom: 1px dashed #F1D1D5;
  padding-bottom: 23px;
  margin-bottom: 23px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 110px;
  transition: all 0.5s;
}
.index-box-01 .news-list li::before,
.index-box-01 .news-list li::after {
  content: '';
  position: absolute;
  transition: all 0.5s;
}
.index-box-01 .news-list li::before {
  width: 9px;
  height: 9px;
  border: 1px solid #CE2B2D;
  border-radius: 50%;
  top: 15px;
  left: 0;
}
.index-box-01 .news-list li::after {
  width: 0;
  height: 1px;
  border-top: 1px solid #CE2B2D;
  top: 19px;
  left: 9px;
}
.index-box-01 .news-list li:last-child {
  margin-bottom: 0;
}
.index-box-01 .news-list li .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.index-box-01 .news-list li .box-date {
  color: #888888;
  position: absolute;
  right: 0;
  top: 0;
}
.index-box-01 .news-list li:hover {
  padding-left: 45px;
}
.index-box-01 .news-list li:hover::before {
  background: #CE2B2D;
}
.index-box-01 .news-list li:hover::after {
  width: 26px;
}
.index-box-01 .news-list li:hover .box-title {
  color: #CE2B2D;
}
.index-box-01 .news-scroll .box-s .box-img,
.index-box-03 .news-scroll .box-s .box-img {
  overflow: hidden;
}
.index-box-01 .news-scroll .box-s .box-img img,
.index-box-03 .news-scroll .box-s .box-img img {
  height: 346px;
}
@media (min-width: 1200px) {
  .index-box-01 .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-box-01 .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .index-box-01 .row-w {
    margin-left: -29px;
    margin-right: -29px;
  }
  .index-box-01 .row-w .col-w {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.index-box-02 .main-cont {
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
}
.index-box-02 .row-w {
  margin-left: 0;
  margin-right: 0;
}
.index-box-02 .row-w .col-w {
  padding-left: 0;
  padding-right: 0;
}
.index-box-02 .calendar-wrap {
  padding-right: 0;
}
.index-box-02 .calendar-info {
  min-height: 410px;
  background: url('kxyzg2023-modbg-02.png') no-repeat right bottom;
  background-size: cover;
  padding: 50px 60px 30px 70px;
}
.index-box-02 .calendar-info .info-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.index-box-02 .calendar-info .info-title:hover a {
  color: #C31C20;
}
.index-box-02 .calendar-info .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 4px;
  background: #CE181B;
}
.index-box-02 .calendar-info .info-title a {
  font-weight: bold;
  color: #113574;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.index-box-02 .calendar-info .info-txt {
  color: #666666;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 26px;
  height: 104px;
}
.index-box-02 .calendar-info .info-other {
  margin-top: 30px;
}
.index-box-02 .calendar-info .info-other > div {
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #333333;
  padding-left: 28px;
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.index-box-02 .calendar-info .info-other > div:last-child {
  margin-bottom: 0;
}
.index-box-02 .calendar-info .info-other > div.txt-time {
  background-image: url('kxyzg2023-icon-06.png');
}
.index-box-02 .calendar-info .info-other > div.txt-add {
  background-image: url('kxyzg2023-icon-07.png');
}
.index-box-02 .calendar-info .info-other > div.txt-s {
  background-image: url('kxyzg2023-icon-08.png');
}
@media (min-width: 1200px) {
  .index-box-02 .date-wrap {
    width: 35%;
  }
  .index-box-02 .info-wrap {
    width: 65%;
  }
}
.calendar-wrap {
  height: 410px;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar {
  border-bottom: none;
  margin-bottom: 0;
  height: 46px;
  position: relative;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-left h2 {
  width: 182px;
  height: 46px;
  line-height: 46px;
  padding-left: 30px;
  color: #fff;
  font-weight: none;
  background: url('kxyzg2023-boxbg-03.png') no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  text-align: left;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-right {
  padding-top: 16px;
  padding-right: 30px;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group {
  width: 72px;
  overflow: hidden;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-right button {
  outline: none;
  box-shadow: 0 0 0 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-right button::after {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 28px;
  color: #667998;
  font-size: 16px;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-right button span {
  display: none;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-right button.fc-prev-button {
  float: left;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-right button.fc-prev-button::after {
  content: "\f104";
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-right button.fc-next-button {
  float: right;
}
.calendar-wrap .fc-toolbar.fc-header-toolbar .fc-right button.fc-next-button::after {
  content: "\f105";
}
.calendar-wrap .fc-view-container {
  margin-top: 36px;
}
.calendar-wrap .fc-view-container .fc-head {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.calendar-wrap .fc-view-container .fc-body {
  font-size: 16px;
  font-weight: 400;
  color: #454B5F;
  text-align: center;
}
.calendar-wrap .fc-view-container .fc-body .fc-widget-content .fc-scroller {
  margin-top: 25px;
}
.calendar-wrap .fc-view-container .fc-body .fc-widget-content .fc-day-top span {
  height: 30px;
  line-height: 30px;
}
.calendar-wrap .fc-view-container .fc-body .fc-widget-content .fc-past.active span {
  display: block;
  color: #CE181B;
  border-radius: 25px;
  cursor: pointer;
}
.calendar-wrap .fc-view-container .fc-body .fc-widget-content .fc-today:hover span,
.calendar-wrap .fc-view-container .fc-body .fc-widget-content .fc-today.active span {
  display: block;
  color: #fff;
  border-radius: 25px;
  background: #CE181B;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.calendar-wrap .fc-view-container .fc-body .fc-widget-content .fc-future.active span {
  display: block;
  cursor: pointer;
  position: relative;
}
.calendar-wrap .fc-view-container .fc-body .fc-widget-content .fc-future.active span::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #CE181B;
  border-radius: 50%;
  bottom: -4px;
  left: 50%;
  margin-left: -3px;
}
.calendar-wrap .fc .fc-row .fc-content-skeleton table,
.calendar-wrap .fc .fc-row .fc-content-skeleton td,
.calendar-wrap .fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
  margin: 6px 0;
}
.calendar-wrap .fc-basic-view .fc-day-number,
.calendar-wrap .fc-basic-view .fc-week-number {
  padding: 0;
}
.index-box-03 {
  background-color: #FAF7F2;
}
.index-box-03 .main-cont {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(8, 17, 95, 0.06);
  border-radius: 10px;
  padding: 40px 54px;
}
.index-box-03 .news-list li {
  position: relative;
  line-height: 42px;
  padding-right: 110px;
  padding-left: 35px;
  background: url('kxyzg2023-icon-09.png') no-repeat 0 14px;
  margin-bottom: 32px;
}
.index-box-03 .news-list li:last-child {
  margin-bottom: 0;
}
.index-box-03 .news-list li:hover .box-title {
  color: #CE2B2D;
}
.index-box-03 .news-list li .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.index-box-03 .news-list li .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #888888;
}
@media (min-width: 1200px) {
  .index-box-03 .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-box-03 .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .index-box-03 .row-w {
    margin-left: -29px;
    margin-right: -29px;
  }
  .index-box-03 .row-w .col-w {
    padding-left: 29px;
    padding-right: 29px;
  }
  .index-box-03 .row-w .scroll-wrap {
    width: 35.5%;
  }
  .index-box-03 .row-w .info-wrap {
    width: 64.5%;
  }
}
.index-box-04 .main-cont img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.index-box-05 {
  background-image: url('kxyzg2023-modbg-03.png');
  background-position: bottom center;
}
.index-box-05 .title-groups {
  float: left;
}
.index-box-05 .title-groups li {
  float: left;
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
}
.index-box-05 .title-groups li::after {
  content: '';
  position: absolute;
  width: 1px;
  background: #C7191E;
  height: 30px;
  top: 10px;
  right: 0;
}
.index-box-05 .title-groups li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.index-box-05 .title-groups li:last-child:last-child::after {
  display: none;
}
.index-box-05 .title-groups li.active a {
  color: #CE2B2D;
}
.index-box-05 .title-groups li a {
  display: block;
  line-height: 50px;
  color: #333333;
}
.index-box-05 .title-groups li a span {
  display: inline-block;
}
.index-box-05 .title-groups li a .icon-s {
  font-size: 0;
  margin-right: 6px;
}
.index-box-05 .title-groups li a img {
  vertical-align: top;
  margin-top: -1px;
}
.index-box-05 .title-search {
  float: right;
  width: 488px;
  line-height: 50px;
  position: relative;
}
.index-box-05 .title-search .s-inp {
  width: 100%;
  height: 50px;
  border: none;
  background: #fff;
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 150px;
}
.index-box-05 .title-search .s-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 50px;
  background: url('kxyzg2023-search.png') no-repeat 35px 16px #CE2B2D;
  padding-left: 64px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
}
.index-box-05 .tabs-title {
  margin-bottom: 50px;
}
.index-box-05 .tabs-cont > div {
  display: none;
}
.index-box-05 .tabs-cont > div.active {
  display: block;
}
.index-box-05 .mod-groups-book .col-w:nth-child(4) {
  display: none;
}
.mod-groups-video .row-w,
.mod-groups-article .row-w {
  margin-left: -13px;
  margin-right: -13px;
}
.mod-groups-video .row-w .col-w,
.mod-groups-article .row-w .col-w {
  padding-left: 13px;
  padding-right: 13px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .index-box-05 .mod-groups-book .col-w:nth-child(4) {
    display: block;
  }
}
.shuangqian-mod-05 .mod-groups-video .box-s .box-img img {
  height: 180px;
}
.index-box-06 .index-title .title-txt .tit-icon {
  margin-right: 15px;
}
.index-box-06 .index-title .title-txt .tit-name {
  color: #000000;
}
.index-special {
  margin-bottom: 60px;
}
.index-special .row-w {
  margin-left: -13px;
  margin-right: -13px;
}
.index-special .row-w .col-w {
  padding-left: 13px;
  padding-right: 13px;
}
.index-special .box-s {
  overflow: hidden;
}
.index-special .box-s:hover img {
  transform: scale(1.1);
}
.index-special .box-s img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-count .box-s {
  text-align: center;
}
.index-count .box-s:hover .box-icon img {
  transform: scale(1.05);
}
.index-count .box-s .box-icon {
  margin-bottom: 15px;
}
.index-count .box-s .box-icon img {
  display: block;
  width: 145px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.index-count .box-s .box-num {
  line-height: 38px;
  color: #333333;
}
.index-count .box-s .box-num > div {
  min-height: 38px;
}
.index-count .box-s .box-num > div span {
  color: #CE2B2D;
  display: inline-block;
  margin-right: 5px;
}
/*-----------------------------------------------------------------------------------------*/
.other-banner {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.other-banner .banner-cont {
  height: 600px;
  text-align: center;
  padding-top: 135px;
}
.other-banner .cont-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.other-banner .cont-txt {
  color: #fff;
  padding-top: 20px;
}
.other-banner .cont-txt > div {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  line-height: 30px;
}
.other-banner .cont-txt span {
  color: #FFF;
}
.page-main {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('kxyzg2023-boxbg-07.png') no-repeat bottom center;
  background-size: contain;
  min-height: calc(100vh - 140px - 210px);
}
@media (min-width: 1200px) {
  .page-row .page-left {
    width: 22%;
  }
  .page-row .page-right {
    width: 78%;
  }
}
@media (min-width: 1440px) {
  .page-main.main-groups .row-main {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-main.main-groups .row-main .col-main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-main.main-groups .row-main .main-left {
    width: 69.2%;
  }
  .page-main.main-groups .row-main .main-right {
    width: 30.8%;
  }
}
@media (max-width: 1439px) {
  .page-main.main-groups .row-main .main-left,
  .page-main.main-groups .row-main .main-right {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .page-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-row .page-left {
    width: 20%;
  }
  .page-row .page-right {
    width: 80%;
  }
  .page-row .col-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-top {
  border-bottom: 1px solid #E8EBF2;
  line-height: 1;
  position: relative;
  margin-bottom: 35px;
}
.content-top.top-bread .bread-crumbs {
  float: left;
}
.content-top .channle-title {
  font-weight: bold;
  color: #333333;
  float: left;
  position: relative;
  line-height: 40px;
  height: 60px;
}
.content-top .channle-title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #CA1111;
}
.content-top .bread-crumbs {
  float: right;
}
.content-top .channel-other {
  color: #333333;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  float: right;
}
.content-top .channel-other span {
  color: #C31C20;
  display: inline-block;
  margin: 0 2px;
}
.content-top .channel-more {
  float: right;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #BE2F29;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.content-top .channel-more2 {
  float: right;
  line-height: 40px;
  color: #666666;
}
.content-top .channel-more2:hover {
  color: #BE2F29;
}
.bread-crumbs {
  padding-top: 15px;
  padding-bottom: 15px;
}
.bread-crumbs .bread-item {
  color: #8E8E8E;
  line-height: 30px;
  font-size: 14px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #8E8E8E;
}
.bread-crumbs .bread-item a:last-child {
  color: #C31C20;
}
.bread-crumbs .bread-item > span {
  padding-left: 2px;
  padding-right: 2px;
}
.bread-crumbs .bread-item > span::before {
  color: #8E8E8E;
}
.left-menu .menu-title {
  background: url('kxyzg2023-boxbg-08.png') no-repeat center center;
  background-size: cover;
  min-height: 70px;
  padding: 15px 30px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0px 0px 13px 0px rgba(79, 78, 78, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
}
.left-menu .box-a {
  margin-bottom: 20px;
}
.left-menu .box-a .a-title {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(84, 126, 189, 0.08);
  border-radius: 4px;
  display: block;
  position: relative;
  color: #555;
  line-height: 30px;
  padding: 15px 20px 15px 40px;
}
.left-menu .box-a .a-title::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 16px;
  background: #BE2F29;
  border-radius: 2px;
  left: 20px;
  top: 22px;
}
.left-menu .box-a.active .a-title,
.left-menu .box-a:hover .a-title {
  color: #fff;
  background: url('kxyzg2023-boxbg-08.png') no-repeat;
  background-size: cover;
}
.left-menu .box-a.active .a-title::before,
.left-menu .box-a:hover .a-title::before {
  background: #fff;
}
.left-menu .box-a.active .a-title {
  font-weight: bold;
}
.details-page .detail-top {
  border-bottom: 1px solid #F1F1F3;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.5;
}
.details-page .detail-top .top-other {
  margin-top: 25px;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page .main-cont {
  line-height: 2;
  text-align: left;
  color: #333;
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.details-page .main-cont.cont-xilan img {
  max-width: 100%;
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .details-page .detail-top {
    border-bottom: 1px solid #F1F1F3;
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .details-page .detail-top .title-s {
    color: #333333;
    max-width: 100%;
    line-height: 1.5;
  }
  .details-page .detail-top .top-other {
    margin-top: 25px;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
    text-align: center;
  }
}
.chronicle-events {
  position: relative;
}
.chronicle-events::before {
  content: '';
  position: absolute;
  width: 1px;
  left: 50%;
  top: 11px;
  bottom: 0;
  background: rgba(190, 47, 41, 0.26);
}
.chronicle-events li {
  margin-bottom: 30px;
}
.chronicle-events li:last-child {
  margin-bottom: 0;
}
.chronicle-events li:nth-child(2n + 1) .main-cont {
  margin-left: auto;
  margin-right: 0;
  padding-left: 80px;
}
.chronicle-events li:nth-child(2n + 1) .main-cont::before {
  left: 30px;
}
.chronicle-events li:nth-child(2n + 1) .main-cont::after {
  left: -11px;
}
.chronicle-events li:nth-child(2n) .main-cont {
  padding-right: 80px;
  text-align: right;
}
.chronicle-events li:nth-child(2n) .main-cont::before {
  right: 30px;
}
.chronicle-events li:nth-child(2n) .main-cont::after {
  right: -11px;
}
.chronicle-events .main-cont {
  width: 50%;
  position: relative;
}
.chronicle-events .main-cont::before,
.chronicle-events .main-cont::after {
  content: '';
  position: absolute;
}
.chronicle-events .main-cont::before {
  width: 30px;
  height: 1px;
  background: #DCDCDC;
  top: 20px;
}
.chronicle-events .main-cont::after {
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border: 4px solid #BE2F29;
  border-radius: 11px;
  top: 9px;
}
.chronicle-events .cont-title {
  line-height: 40px;
  color: #808080;
  margin-bottom: 5px;
}
.chronicle-events .cont-title span {
  color: #BE2F29;
  display: inline-block;
  margin-right: 5px;
}
.chronicle-events .cont-list .box-s {
  margin-bottom: 15px;
}
.chronicle-events .cont-list .box-s:last-child {
  margin-bottom: 0;
}
.chronicle-events .cont-list .list-title {
  color: #BE2F29;
}
.chronicle-events .cont-list .list-txt {
  color: #4D4D4D;
}
.chronicle-events .cont-list .list-txt a {
  color: #4D4D4D;
  line-height: 1.8;
  display: inline-block;
}
.chronicle-events .cont-list .list-txt a:hover {
  color: #4D4D4D;
}
.chronicle-events .cont-list .list-txt .txt-img {
  margin-top: 10px;
}
.list-img-text li {
  background: #F9FAFF;
  box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.16);
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 30px;
}
.list-img-text li:last-child {
  margin-bottom: 0;
}
.list-img-text li:hover {
  background: url('kxyzg2023-boxbg-09.png') no-repeat right bottom #F9FAFF;
}
.list-img-text li:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text li:hover .box-info .info-title {
  color: #C31C20;
}
.list-img-text li .box-img {
  float: left;
  width: 400px;
  margin-right: 50px;
  overflow: hidden;
  border-radius: 6px;
}
.list-img-text li .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-img-text li .box-info {
  overflow: hidden;
}
.list-img-text li .box-info .info-title {
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
  display: block;
  margin-bottom: 8px;
}
.list-img-text li .box-info .info-txt {
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  max-height: 90px;
}
.list-img-text li .box-info .info-other {
  border-top: 1px solid rgba(157, 157, 157, 0.15);
  margin-top: 18px;
  padding-top: 18px;
}
.list-img-text li .box-info .info-other > div {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 3px;
}
.list-img-text li .box-info .info-other > div .div-title {
  color: #333333;
  display: inline-block;
  margin-right: 5px;
}
.list-img-text li .box-info .info-other > div:last-child {
  margin-bottom: 0;
}
.activity-detail {
  background: url('kxyzg2023-boxbg-10.png') no-repeat left bottom #F9FAFE;
  box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.16);
  padding: 50px;
  margin-bottom: 50px;
}
.activity-detail .detail-info {
  position: relative;
  overflow: hidden;
}
.activity-detail .detail-info::after {
  content: '';
  position: absolute;
  left: -50px;
  top: 12px;
  width: 5px;
  height: 20px;
  background: #BE2F29;
}
.activity-detail .detail-info .info-title {
  font-weight: bold;
  color: #BE2F29;
  line-height: 1.8;
  margin-bottom: 12px;
}
.activity-detail .detail-info .info-txt {
  color: #888888;
  line-height: 30px;
}
.activity-detail .detail-info .info-other {
  border-top: 1px solid rgba(157, 157, 157, 0.15);
  margin-top: 20px;
  padding-top: 20px;
}
.activity-detail .detail-info .info-other > div {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 5px;
}
.activity-detail .detail-info .info-other > div .div-title {
  display: inline-block;
  margin-right: 5px;
}
.activity-detail .detail-info .info-other > div:last-child {
  margin-bottom: 0;
}
.activity-detail .detail-img {
  width: 450px;
  float: right;
  margin-left: 50px;
}
.scroll-detail .box-s {
  overflow: hidden;
}
.scroll-detail .box-s img {
  display: block;
  width: 100%;
}
.scroll-detail .detail-page {
  position: relative;
  bottom: auto;
  padding-top: 10px;
}
.scroll-detail .detail-page .swiper-pagination-bullet {
  background: rgba(190, 47, 41, 0.8);
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 5px;
}
.scroll-detail .detail-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}
.activity-correlation {
  margin-bottom: 15px;
}
.activity-correlation:last-child {
  margin-bottom: 0;
}
.activity-correlation.activity-news .corr-title {
  margin-bottom: 25px;
}
.activity-correlation .corr-title {
  margin-bottom: 45px;
  height: 50px;
  line-height: 50px;
  background: #F4F4F4;
  border-radius: 25px;
  padding-left: 50px;
  padding-right: 30px;
}
.activity-correlation .corr-title.tabs-title .title-more a {
  display: none;
}
.activity-correlation .corr-title.tabs-title .title-more a:first-child {
  display: block;
}
.activity-correlation .corr-title .title-left {
  float: left;
}
.activity-correlation .corr-title .title-left a {
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  float: left;
  margin-right: 150px;
  position: relative;
}
.activity-correlation .corr-title .title-left a:last-child {
  margin-right: 0;
}
.activity-correlation .corr-title .title-left a::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-top: 7px solid #BE2F29;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: none;
}
.activity-correlation .corr-title .title-left a.active {
  color: #BE2F29;
}
.activity-correlation .corr-title .title-left a.active::after {
  display: block;
}
.activity-correlation .corr-title .title-more {
  float: right;
}
.activity-correlation .corr-title .title-more a {
  display: block;
  color: #666666;
  line-height: 50px;
  vertical-align: bottom;
}
.activity-correlation .corr-title .title-more a:hover {
  color: #BE2F29;
}
.activity-correlation .corr-cont.tabs-cont > div {
  display: none;
}
.activity-correlation .corr-cont.tabs-cont > div.active {
  display: block;
}
@media (min-width: 1440px) {
  .activity-correlation .list-video .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .activity-correlation .list-video .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1680px) {
  .activity-correlation .list-video .row-w {
    margin-left: -40px;
    margin-right: -40px;
  }
  .activity-correlation .list-video .row-w .col-w {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.list-text .box-s {
  position: relative;
  padding-left: 70px;
}
.list-text .box-s::after {
  content: '';
  position: absolute;
  left: 40px;
  top: 25px;
  width: 8px;
  height: 8px;
  border: 1px solid #CE2B2D;
  border-radius: 4px;
}
.list-text .box-s:hover::after {
  background: #C31C20;
}
.list-text .box-s:hover a {
  color: #C31C20;
}
.list-text .box-s a {
  color: #2B2C2F;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 58px;
  line-height: 58px;
}
.list-video.list-video-search .box-s .box-img {
  margin-bottom: 10px;
}
.list-video.list-video-search .box-s .box-img img {
  height: 218px;
}
.list-video .box-s {
  margin-bottom: 30px;
}
.list-video .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-video .box-s:hover .box-title {
  color: #C31C20;
}
.list-video .box-s .box-img {
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  position: relative;
}
.list-video .box-s .box-img .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('kxyzg2023-icon-10.png') no-repeat center center;
}
.list-video .box-s .box-img img {
  display: block;
  width: 100%;
  height: 294px;
  transition: all 0.5s;
}
.list-video .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.list-video .box-s .box-source {
  color: #666666;
  line-height: 30px;
}
.list-video .box-s .box-source-02,
.list-video .box-s .box-time {
  color: #444444;
  line-height: 24px;
}
@media (min-width: 1680px) {
  .list-video.list-video-search .row-w {
    margin-left: -30px;
    margin-right: -30px;
  }
  .list-video.list-video-search .row-w .col-w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.list-article.article-groups .row-w {
  margin-left: -12px;
  margin-right: -12px;
}
.list-article.article-groups .row-w .col-w {
  padding-left: 12px;
  padding-right: 12px;
}
.list-article.article-groups .box-s {
  margin-bottom: 50px;
}
.list-article.article-search .box-s {
  margin-bottom: 40px;
  height: 276px;
}
.list-article.article-search .box-s .box-stitle {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.list-article .box-s {
  height: 326px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 75px 30px 20px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
.list-article .box-s:hover {
  background: url('kxyzg2023-boxbg-06.png') no-repeat bottom center #fff;
  border: 1px solid #C9181D;
}
.list-article .box-s:hover .box-title,
.list-article .box-s:hover .box-stitle {
  color: #C9181D;
  font-weight: bold;
}
.list-article .box-s .box-date {
  position: absolute;
  left: 0;
  top: 20px;
  background: url('kxyzg2023-boxbg-05.png') no-repeat;
  width: 122px;
  height: 30px;
  line-height: 30px;
  padding-right: 16px;
  text-align: center;
  color: #fff;
}
.list-article .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.list-article .box-s .box-txt {
  color: #888888;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
.list-article .box-s .box-other {
  margin-top: 20px;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding-right: 100px;
  color: #666666;
}
.list-article .box-s .box-other .other-sources span {
  display: inline-block;
  vertical-align: bottom;
}
.list-article .box-s .box-other .other-sources .icon-s {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  border-radius: 50%;
  margin-right: 8px;
}
.list-article .box-s .box-other .other-sources .icon-s img {
  max-width: 40px;
  max-height: 40px;
  vertical-align: middle;
  margin-top: -3px;
}
.list-article .box-s .box-other .other-sources .txt-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  max-width: calc(100% - 55px);
  display: inline-block;
}
.list-article .box-s .box-other .other-author {
  position: absolute;
  right: 0;
  top: 0;
}
.list-article .article-more {
  padding-top: 10px;
}
.list-article .article-more a {
  display: block;
  width: 360px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #C31C20;
  text-align: center;
  color: #C31C20;
  margin-left: auto;
  margin-right: auto;
}
.list-article .article-more a:hover {
  background: #C31C20;
  color: #fff;
}
@media (min-width: 1440px) {
  .list-article.article-search .row-w {
    margin-left: -17px;
    margin-right: -17px;
  }
  .list-article.article-search .row-w .col-w {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.lecture-tour-class {
  background: #F5F8FC;
  border-radius: 4px;
  padding: 30px 50px 10px 50px;
  margin-bottom: 35px;
}
.lecture-tour-class .a-class {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
  padding-right: 13px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #333333;
}
.lecture-tour-class .a-class:hover,
.lecture-tour-class .a-class.active {
  background: #CE2B2D;
  color: #fff;
}
.lecture-tour-groups .groups-title {
  margin-bottom: 40px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  padding-bottom: 15px;
  line-height: 30px;
  padding-left: 17px;
  color: #333333;
}
.lecture-tour-groups .groups-title::before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 20px;
  background: #CE2B2D;
  top: 5px;
}
.lecture-tour-groups .groups-title .title-s {
  float: left;
}
.lecture-tour-groups .groups-title .title-more {
  float: right;
  color: #666666;
}
.lecture-tour-groups .groups-cont .box-s {
  padding: 40px 50px;
  border: 1px solid #EFEFEF;
  margin-bottom: 40px;
  background: url('kxyzg2023-boxbg-11.png') no-repeat right bottom #fff;
}
.lecture-tour-groups .groups-cont .box-s:hover .box-info .info-title {
  color: #C31C20;
}
.lecture-tour-groups .groups-cont .box-s .box-date {
  float: left;
  position: relative;
  width: 85px;
  color: #BE2F29;
  line-height: 30px;
  margin-right: 75px;
}
.lecture-tour-groups .groups-cont .box-s .box-date .date-01 {
  font-weight: bold;
}
.lecture-tour-groups .groups-cont .box-s .box-date::after {
  content: '';
  position: absolute;
  right: -50px;
  top: 15px;
  width: 50px;
  height: 1px;
  background: #B8B8B8;
}
.lecture-tour-groups .groups-cont .box-s .box-info {
  overflow: hidden;
}
.lecture-tour-groups .groups-cont .box-s .box-info .info-title {
  display: block;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}
.lecture-tour-groups .groups-cont .box-s .box-info .info-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  height: 56px;
}
.public-title {
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
}
.public-title::before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E8EBF2;
}
.public-title .title-txt {
  font-weight: bold;
  color: #333333;
  float: left;
  position: relative;
  line-height: 40px;
  height: 52px;
}
.public-title .title-txt::before {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  bottom: 0;
  height: 3px;
  background: #CA1111;
}
.public-title .title-more {
  float: right;
  display: block;
  line-height: 40px;
  color: #8E8E8E;
}
.public-title .title-more:hover {
  color: #C31C20;
}
.recommended-news .news-scroll .box-s .box-img img {
  height: auto;
}
@media (min-width: 1440px) {
  .recommended-news .row-w {
    margin-left: -18px;
    margin-right: -18px;
  }
  .recommended-news .row-w .col-w {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.list-text-02.text-search .box-s {
  transition: all 0.5s;
}
.list-text-02.text-search .box-s:hover {
  padding-left: 50px;
}
.list-text-02.text-search .box-s:hover::before {
  width: 26px;
}
.list-text-02.text-search .box-s:hover::after {
  left: 26px;
}
.list-text-02 .box-s {
  position: relative;
  padding-left: 20px;
  padding-right: 150px;
  min-height: 56px;
  line-height: 56px;
}
.list-text-02 .box-s::before,
.list-text-02 .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  transition: all 0.5s;
}
.list-text-02 .box-s::before {
  top: 29px;
  height: 1px;
  width: 0;
  background: #CE2B2D;
}
.list-text-02 .box-s::after {
  top: 25px;
  width: 8px;
  height: 8px;
  border: 1px solid #CE2B2D;
  border-radius: 4px;
}
.list-text-02 .box-s:hover::after {
  background: #C31C20;
}
.list-text-02 .box-s:hover a {
  color: #C31C20;
}
.list-text-02 .box-s .a-title {
  color: #2B2C2F;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 56px;
  line-height: 56px;
}
.list-text-02 .box-s .a-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #888888;
}
.list-img-text-02 li {
  background: #F9FAFF;
  box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.16);
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 30px;
}
.list-img-text-02 li:last-child {
  margin-bottom: 0;
}
.list-img-text-02 li:hover {
  background: url('kxyzg2023-boxbg-09.png') no-repeat right bottom #F9FAFF;
}
.list-img-text-02 li:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text-02 li:hover .box-info .info-title {
  color: #C31C20;
}
.list-img-text-02 li .box-img {
  float: left;
  width: 380px;
  margin-right: 40px;
  overflow: hidden;
  border-radius: 6px;
}
.list-img-text-02 li .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-img-text-02 li .box-info {
  overflow: hidden;
  position: relative;
  padding-right: 180px;
  min-height: 200px;
}
.list-img-text-02 li .box-info .info-tag {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background: linear-gradient(90deg, #CD191B, #143573);
  border-radius: 16px 0px 16px 0px;
  margin-bottom: 20px;
}
.list-img-text-02 li .box-info .info-title {
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
  display: block;
  margin-bottom: 12px;
}
.list-img-text-02 li .box-info .info-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  max-height: 90px;
}
.list-img-text-02 li .box-info .info-date {
  position: absolute;
  width: 135px;
  right: 15px;
  top: 60px;
  min-height: 130px;
  text-align: right;
  border-left: 1px solid rgba(85, 85, 85, 0.15);
  color: #C31C20;
}
.list-img-text-02 li .box-info .info-date .date-s {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  line-height: 30px;
}
.list-img-text-02 li .box-info .info-date .date-s .date-01 {
  font-weight: bold;
}
.list-img-text-02 li .box-info .info-date .a-more {
  width: 80px;
  display: block;
  margin-left: auto;
  margin-right: 0;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #BE2F29;
  border-radius: 14px;
  background: url('kxyzg2023-icon-11.png') no-repeat center center;
}
.list-img-text-02 li .box-info .info-date .a-more:hover {
  background: url('kxyzg2023-icon-12.png') no-repeat center center #BE2F29;
}
.list-video-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-video-02 .box-s:hover .box-title {
  color: #C31C20;
}
.list-video-02 .box-s .box-img {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.list-video-02 .box-s .box-img .video-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: url('kxyzg2023-new-31.png') no-repeat center center;
  width: 35px;
  height: 35px;
}
.list-video-02 .box-s .box-img .video-time {
  position: absolute;
  right: 15px;
  bottom: 15px;
  min-width: 50px;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  line-height: 24px;
  background: rgba(195, 28, 32, 0.7);
  border-radius: 3px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 13px;
}
.list-video-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-video-02 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.list-video-02 .box-s .box-source {
  color: #666666;
  line-height: 26px;
}
.recommended-video {
  background-image: url('kxyzg2023-boxbg-12.jpg');
}
.recommended-video .row-w {
  margin-left: -16px;
  margin-right: -16px;
}
.recommended-video .row-w .col-w {
  padding-left: 16px;
  padding-right: 16px;
}
.recommended-video .list-video-02 .box-s .box-img img {
  height: 184px;
}
.video-groups {
  margin-bottom: 25px;
}
.video-groups:last-child {
  margin-bottom: 0;
}
.video-groups .row-w {
  margin-left: -12px;
  margin-right: -12px;
}
.video-groups .row-w .col-w {
  padding-left: 12px;
  padding-right: 12px;
}
.video-groups .list-video-02 .box-s .box-img img {
  height: 168px;
}
.video-vssd .list-video-02 {
  background: #F5F5F5;
  padding: 30px;
}
.video-vssd .list-video-02 .box-s {
  margin-bottom: 30px;
}
.video-vssd .list-video-02 .box-s .box-img img {
  height: 186px;
}
.video-vssd .list-video-02 .box-s .box-source {
  color: #999999;
}
.video-details .details-title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333333;
}
.video-details .details-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.video-details .details-main .video-s {
  margin-bottom: 15px;
}
.video-details .details-main .video-s video {
  height: 100%;
  width: 100%;
}
.video-details .details-main .other-s span {
  display: inline-block;
  margin-right: 50px;
  color: #666666;
  line-height: 30px;
}
.video-details .details-main .other-s span:last-child {
  margin-right: 0;
}
.video-details .details-info {
  background: #F9F9F9;
  padding: 40px 30px 40px 70px;
}
.video-details .details-info .info-title {
  line-height: 40px;
  position: relative;
  margin-bottom: 25px;
  color: #666666;
}
.video-details .details-info .info-title::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 10px;
  width: 4px;
  height: 20px;
  background: #CE2B2D;
  border-radius: 2px;
}
.video-details .details-info .info-txt {
  color: #666666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .video-details .details-main .video-s video {
    height: auto !important;
    width: 100% !important;
  }
}
.list-book li {
  margin-bottom: 20px;
}
.list-book li:last-child {
  margin-bottom: 0;
}
.list-book .box-s {
  padding: 15px 25px;
  border: 1px solid #F4F4F4;
  background: #fff;
}
.list-book .box-s:hover .box-img img {
  transform: scale(1.05);
}
.list-book .box-s .box-img {
  float: left;
  margin-right: 30px;
  height: 180px;
  width: 150px;
  text-align: center;
  line-height: 150px;
}
.list-book .box-s .box-img img {
  transition: all 0.5s;
  max-width: 100%;
  max-height: 100%;
}
.list-book .box-s .box-info {
  overflow: hidden;
  padding-top: 25px;
}
.list-book .box-s .box-info .info-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.list-book .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #BE2F29;
}
.list-book .box-s .box-info .info-title a {
  color: #BE2F29;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.list-book .box-s .box-info .info-txt {
  line-height: 30px;
}
.list-book .box-s .box-info .info-txt .txt-01 {
  color: #333;
}
.list-book .box-s .box-info .info-txt .txt-02 {
  color: #888888;
}
@media (min-width: 1440px) {
  .list-book.book-groups .col-lg-6 {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .list-video-02.video-other .col-lg-12 {
    width: 33.333333%;
  }
}
.list-special .box-s {
  margin-bottom: 45px;
}
.list-special .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-special .box-s:hover .box-title a {
  color: #C31C20;
}
.list-special .box-s .box-img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 6px;
}
.list-special .box-s .box-img img {
  display: block;
  width: 100%;
  height: 248px;
  transition: all 0.5s;
}
.list-special .box-s .box-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.list-special .box-s .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  background: #BE2F29;
}
.list-special .box-s .box-title a {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.list-special .box-s .box-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
@media (min-width: 1440px) {
  .list-special .row-w {
    margin-left: -25px;
    margin-right: -25px;
  }
  .list-special .row-w .col-w {
    padding-left: 25px;
    padding-right: 25px;
  }
  .book-list-wrap .row-w {
    margin-left: -30px;
    margin-right: -30px;
  }
  .book-list-wrap .row-w .col-w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .list-special .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-special .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-special .row-w .col-w:nth-child(3n + 1) {
    clear: left;
  }
  .book-list-wrap .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .book-list-wrap .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .list-special .row-w .col-w:nth-child(2n + 1) {
    clear: left;
  }
}
.list-book-02 li {
  margin-bottom: 30px;
}
.list-book-02 li:last-child {
  margin-bottom: 0;
}
.list-book-02 .box-s:hover .box-img img {
  transform: scale(1.05);
}
.list-book-02 .box-s .box-img {
  float: left;
  margin-right: 10px;
  width: 220px;
  height: 290px;
  line-height: 270px;
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  border-radius: 6px;
  padding: 10px;
}
.list-book-02 .box-s .box-img img {
  transition: all 0.5s;
  max-width: 100%;
  max-height: 100%;
}
.list-book-02 .box-s .box-info {
  overflow: hidden;
  height: 290px;
  background: #F5F8FC;
  border-radius: 6px;
  padding: 33px 40px;
}
.list-book-02 .box-s .box-info .info-title {
  color: #BE2F29;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
  line-height: 30px;
}
.list-book-02 .box-s .box-info .info-other {
  margin-bottom: 20px;
}
.list-book-02 .box-s .box-info .info-other span {
  display: inline-block;
  margin-right: 50px;
  color: #333;
}
.list-book-02 .box-s .box-info .info-other span:last-child {
  margin-right: 0;
}
.list-book-02 .box-s .box-info .info-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 26px;
  max-height: 130px;
}
.book-details .details-title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: bold;
  color: #BE2F29;
}
.book-details .details-left .box-img {
  background: #FFFFFF;
  border: 1px solid #F1F0F0;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}
.book-details .details-left .box-img img {
  display: block;
  width: 100%;
}
.book-details .details-left .box-title {
  font-weight: bold;
}
.book-details .details-left .box-title .title-s {
  color: #BE2F29;
  margin-bottom: 10px;
}
.book-details .details-left .box-title .txt-s span {
  display: inline-block;
  margin-right: 10px;
}
.book-details .details-left .box-title .txt-s span:last-child {
  margin-right: 0;
}
.book-details .details-cont .cont-title {
  background: #F5F8FD;
  border-radius: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.book-details .details-cont .cont-title a {
  display: inline-block;
  vertical-align: bottom;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 25px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.book-details .details-cont .cont-title a::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-top: 7px solid #BE2F29;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: none;
}
.book-details .details-cont .cont-title a.active {
  color: #fff;
  background: #BE2F29;
}
.book-details .details-cont .cont-title a.active::after {
  display: block;
}
.book-details .details-cont .cont-info {
  color: #333333;
  line-height: 1.8;
  text-align: justify;
}
.book-details .details-cont .cont-info > div {
  display: none;
}
.book-details .details-cont .cont-info > div.active {
  display: block;
}
.book-details .details-cont .cont-info > div div,
.book-details .details-cont .cont-info > div p {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .book-details .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .book-details .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
  .book-details .row-w .left-w {
    width: 27.3%;
  }
  .book-details .row-w .right-w {
    width: 72.7%;
  }
}
.list-img-text-03 li {
  margin-bottom: 60px;
}
.list-img-text-03 li:last-child {
  margin-bottom: 0;
}
.list-img-text-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text-03 .box-s:hover .box-info .info-title {
  color: #C31C20;
}
.list-img-text-03 .box-s:hover .box-info .info-more {
  background: #C31C20;
  color: #fff;
}
.list-img-text-03 .box-s .box-img {
  float: left;
  margin-right: 40px;
  width: 400px;
  max-height: 264px;
  overflow: hidden;
}
.list-img-text-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-img-text-03 .box-s .box-info {
  overflow: hidden;
  line-height: 30px;
  color: #999999;
}
.list-img-text-03 .box-s .box-info .info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  line-height: 26px;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
.list-img-text-03 .box-s .box-info .info-date {
  color: #CE181B;
  margin-bottom: 10px;
}
.list-img-text-03 .box-s .box-info .info-txt {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.list-img-text-03 .box-s .box-info .info-source {
  margin-bottom: 30px;
}
.list-img-text-03 .box-s .box-info .info-more {
  display: block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #CE181B;
  color: #CE181B;
}
.search-class-menu-wrap {
  padding-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.search-class-menu {
  background: url('kxyzg2023-boxbg-13.png') no-repeat bottom center;
  background-size: cover;
  position: relative;
}
.search-class-menu .menu-search-box {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -27px;
}
.search-class-menu .menu-search-box .s-inp {
  height: 54px;
  background: #FFFFFF;
  border: 1px solid #E31344;
  border-radius: 27px;
  line-height: 52px;
  padding-left: 50px;
  padding-right: 160px;
  display: block;
  width: 100%;
}
.search-class-menu .menu-search-box .s-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 54px;
  line-height: 54px;
  background: url('kxyzg2023-search.png') no-repeat 36px 19px #CF161D;
  border: 1px solid #E31344;
  border-radius: 27px;
  padding-left: 64px;
  font-weight: bold;
  color: #fff;
}
.search-class-menu .menu-cont {
  padding: 40px 50px;
}
.search-class-menu .menu-box {
  margin-bottom: 15px;
  min-height: 40px;
  position: relative;
  padding-left: 80px;
}
.search-class-menu .menu-box.no-title {
  padding-left: 0;
}
.search-class-menu .menu-box:last-child {
  margin-bottom: 0;
}
.search-class-menu .menu-box .box-title {
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.search-class-menu .menu-box .box-cont a {
  display: block;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 10px;
  text-align: center;
  color: #333333;
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
}
.search-class-menu .menu-box .box-cont a:last-child {
  margin-right: 0;
}
.search-class-menu .menu-box .box-cont a.active,
.search-class-menu .menu-box .box-cont a:hover {
  background: #C31C20;
  color: #fff;
}
.list-book-03 li {
  margin-bottom: 40px;
}
.list-book-03 li:last-child {
  margin-bottom: 0;
}
.list-book-03 .box-s {
  background: #FFFFFF;
  border: 1px solid #F3F4F6;
  border-radius: 6px;
}
.list-book-03 .box-s:hover .box-img img {
  transform: scale(1.05);
}
.list-book-03 .box-s .box-img {
  float: left;
  height: 200px;
  width: 195px;
  text-align: center;
  line-height: 200px;
}
.list-book-03 .box-s .box-img img {
  transition: all 0.5s;
  max-width: 100%;
  max-height: 100%;
}
.list-book-03 .box-s .box-info {
  overflow: hidden;
  background: #F5F8FC;
  padding: 25px 30px;
  min-height: 200px;
}
.list-book-03 .box-s .box-info .info-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.list-book-03 .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #BE2F29;
}
.list-book-03 .box-s .box-info .info-title a {
  color: #BE2F29;
  font-weight: bold;
  display: block;
  line-height: 30px;
}
.list-book-03 .box-s .box-info .info-txt {
  line-height: 30px;
}
.list-book-03 .box-s .box-info .info-txt .txt-01 {
  color: #333;
}
.list-book-03 .box-s .box-info .info-txt .txt-02 {
  color: #888888;
}
@media (min-width: 1440px) {
  .list-book-03 .row-w {
    margin-left: -17px;
    margin-right: -17px;
  }
  .list-book-03 .row-w .col-w {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1439px) {
  .list-book-03 .box-s .box-img {
    width: 160px;
  }
  .list-book-03 .box-s .box-info {
    padding: 20px;
  }
  .list-book-03 .box-s .box-info .info-title a {
    font-size: 18px;
  }
}
.shuangqian-mod {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
.shuangqian-title {
  line-height: 40px;
  margin-bottom: 45px;
}
.shuangqian-title .title-txt {
  float: left;
}
.shuangqian-title .title-txt .tit-icon {
  float: left;
  margin-right: 25px;
}
.shuangqian-title .title-txt .tit-icon img {
  vertical-align: middle;
  margin-top: -2px;
}
.shuangqian-title .title-txt .tit-name {
  position: relative;
  color: #C31C20;
  float: left;
  height: 60px;
}
.shuangqian-title .title-txt .tit-name .name-ch {
  color: #333333;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  line-height: 1;
}
.shuangqian-title .title-txt .tit-name .name-en {
  color: #E3EEFE;
  line-height: 1;
  text-transform: uppercase;
}
.shuangqian-title .title-more {
  float: right;
  line-height: 60px;
  position: relative;
  color: #113574;
  min-height: 30px;
}
.shuangqian-title .title-more::after {
  content: '';
  position: absolute;
  left: -60px;
  top: 30px;
  width: 54px;
  height: 1px;
  background: #CE181B;
}
@media (min-width: 1680px) {
  .shuangqian-mod .container {
    width: 1400px;
  }
}
.shuangqian-mod-01 {
  background-image: url('kxyzg2023-boxbg-14.png');
  background-position: bottom center;
}
.shuangqian-mod-01 .box-s {
  position: relative;
  min-height: 380px;
}
.shuangqian-mod-01 .box-s .box-img {
  overflow: hidden;
  border-radius: 15px;
}
.shuangqian-mod-01 .box-s .box-img img {
  display: block;
  width: 100%;
}
.shuangqian-mod-01 .box-s .info-wrap {
  position: absolute;
  right: 0;
  bottom: 60px;
}
.shuangqian-mod-01 .box-s .box-info {
  height: 314px;
  background: #FFFFFF;
  padding: 40px;
  margin-right: 18px;
  margin-bottom: 18px;
  position: relative;
}
.shuangqian-mod-01 .box-s .box-info::after {
  content: '';
  position: absolute;
  right: -18px;
  bottom: -18px;
  background: url('kxyzg2023-icon-15.png') no-repeat right bottom;
  width: 49px;
  height: 48px;
}
.shuangqian-mod-01 .box-s .box-info .info-title {
  position: relative;
  margin-bottom: 15px;
}
.shuangqian-mod-01 .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  left: -22px;
  top: -24px;
  background: url('kxyzg2023-icon-14.png') no-repeat left top;
  width: 55px;
  height: 44px;
}
.shuangqian-mod-01 .box-s .box-info .info-title a {
  font-weight: bold;
  color: #131313;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 36px;
  height: 72px;
}
.shuangqian-mod-01 .box-s .box-info .info-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
  height: 84px;
}
.shuangqian-mod-01 .box-s .box-info .info-a {
  padding-top: 20px;
}
.shuangqian-mod-01 .box-s .box-info .info-a a {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #CE181B;
  border-radius: 4px;
  color: #FFFFFF;
}
.shuangqian-mod-01 .swiper-pagination {
  width: 38.7%;
  left: auto;
  right: 0;
  bottom: 10px;
}
.shuangqian-mod-01 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 6px;
}
.shuangqian-mod-01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A80C13;
  width: 30px;
}
@media (min-width: 1680px) {
  .shuangqian-mod-01 .container {
    width: 1600px;
  }
  .shuangqian-mod-01 .row-w {
    margin-left: -40px;
    margin-right: -40px;
  }
  .shuangqian-mod-01 .row-w .col-w {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .shuangqian-mod-01 .img-wrap {
    width: 61.3%;
  }
  .shuangqian-mod-01 .info-wrap {
    width: 38.7%;
  }
}
.shuangqian-mod-02 {
  background-image: url('kxyzg2023-boxbg-16.png');
  background-position: top center;
  position: relative;
}
.shuangqian-mod-02::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('kxyzg2023-boxbg-15.png') no-repeat left center;
  background-size: contain;
}
.shuangqian-mod-02 .container {
  position: relative;
  z-index: 2;
}
.shuangqian-mod-02 .main-cont {
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
}
.shuangqian-mod-02 .row-w {
  margin-left: 0;
  margin-right: 0;
}
.shuangqian-mod-02 .row-w .col-w {
  padding-left: 0;
  padding-right: 0;
}
.shuangqian-mod-02 .calendar-wrap {
  padding-right: 0;
}
.shuangqian-mod-02 .calendar-info {
  min-height: 410px;
  background: url('kxyzg2023-modbg-02.png') no-repeat right bottom;
  background-size: cover;
  padding: 70px 150px 30px 70px;
  position: relative;
}
.shuangqian-mod-02 .calendar-info .info-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.shuangqian-mod-02 .calendar-info .info-title a {
  font-weight: bold;
  color: #113574;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.shuangqian-mod-02 .calendar-info .info-date {
  position: absolute;
  right: 60px;
  top: 50px;
  padding-bottom: 10px;
  line-height: 1.4;
  text-align: right;
  color: #CE181B;
}
.shuangqian-mod-02 .calendar-info .info-date .date-01 {
  font-weight: bold;
}
.shuangqian-mod-02 .calendar-info .info-date::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 4px;
  background: #CE181B;
}
.shuangqian-mod-02 .calendar-info .info-other {
  margin-top: 30px;
}
.shuangqian-mod-02 .calendar-info .info-other > div {
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #333333;
  padding-left: 28px;
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.shuangqian-mod-02 .calendar-info .info-other > div:last-child {
  margin-bottom: 0;
}
.shuangqian-mod-02 .calendar-info .info-other > div.txt-time {
  background-image: url('kxyzg2023-icon-06.png');
}
.shuangqian-mod-02 .calendar-info .info-other > div.txt-add {
  background-image: url('kxyzg2023-icon-07.png');
}
.shuangqian-mod-02 .calendar-info .info-other > div.txt-s {
  background-image: url('kxyzg2023-icon-08.png');
}
.shuangqian-mod-02 .calendar-info .info-a {
  padding-top: 55px;
}
.shuangqian-mod-02 .calendar-info .info-a a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #113574;
  border: 1px solid #113574;
}
.shuangqian-mod-02 .calendar-info .info-a a:hover {
  background: #113574;
  color: #fff;
}
@media (min-width: 1200px) {
  .shuangqian-mod-02 .date-wrap {
    width: 29%;
  }
  .shuangqian-mod-02 .info-wrap {
    width: 71%;
  }
}
.index-box-02 .main-cont {
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
}
.index-box-02 .row-w {
  margin-left: 0;
  margin-right: 0;
}
.index-box-02 .row-w .col-w {
  padding-left: 0;
  padding-right: 0;
}
.index-box-02 .calendar-wrap {
  padding-right: 0;
}
.index-box-02 .calendar-info {
  min-height: 410px;
  background: url('kxyzg2023-modbg-02.png') no-repeat right bottom;
  background-size: cover;
  padding: 50px 60px 30px 70px;
}
.index-box-02 .calendar-info .info-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.index-box-02 .calendar-info .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 4px;
  background: #CE181B;
}
.index-box-02 .calendar-info .info-title a {
  font-weight: bold;
  color: #113574;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.index-box-02 .calendar-info .info-txt {
  color: #666666;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 26px;
  height: 104px;
}
.index-box-02 .calendar-info .info-other {
  margin-top: 30px;
}
.index-box-02 .calendar-info .info-other > div {
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #333333;
  padding-left: 28px;
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.index-box-02 .calendar-info .info-other > div:last-child {
  margin-bottom: 0;
}
.index-box-02 .calendar-info .info-other > div.txt-time {
  background-image: url('kxyzg2023-icon-06.png');
}
.index-box-02 .calendar-info .info-other > div.txt-add {
  background-image: url('kxyzg2023-icon-07.png');
}
.index-box-02 .calendar-info .info-other > div.txt-s {
  background-image: url('kxyzg2023-icon-08.png');
}
.shuangqian-mod-03 {
  background-image: url('kxyzg2023-boxbg-18.png');
  background-position: top center;
}
.shuangqian-mod-03 .cont-img {
  margin-bottom: 35px;
}
.shuangqian-mod-03 .cont-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.shuangqian-mod-03 .cont-info {
  color: #FFFFFF;
  line-height: 28px;
}
.shuangqian-mod-03 .cont-info .top-txt {
  margin-bottom: 25px;
}
.shuangqian-mod-03 .cont-info .btm-txt > div {
  position: relative;
  line-height: 28px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.shuangqian-mod-03 .cont-info .btm-txt > div:last-child {
  margin-bottom: 0;
}
.shuangqian-mod-03 .cont-info .btm-txt > div::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
}
.shuangqian-mod-03 .cont-info .info-a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
.shuangqian-mod-03 .cont-info .info-a:hover {
  background: #fff;
  color: #C31C20;
}
@media (max-width: 767px) {
  .shuangqian-mod-03 .cont-info .info-a {
    width: 140px;
    height: 44px;
    line-height: 42px;
  }
}
.shuangqian-mod-04 {
  background-image: url('kxyzg2023-boxbg-19.png');
  background-position: top center;
}
.shuangqian-mod-04 .box-s {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  margin: 20px 15px;
  transition: all 0.5s;
}
.shuangqian-mod-04 .box-s:hover {
  margin-top: 0;
}
.shuangqian-mod-04 .box-s:hover .box-info .info-title,
.shuangqian-mod-04 .box-s:hover .box-info .info-date {
  color: #CE181B;
}
.shuangqian-mod-04 .box-s .box-img {
  overflow: hidden;
}
.shuangqian-mod-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 215px;
  transition: all 0.5s;
}
.shuangqian-mod-04 .box-s .box-info {
  padding: 25px 30px;
}
.shuangqian-mod-04 .box-s .box-info .info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  height: 78px;
}
.shuangqian-mod-04 .box-s .box-info .info-date {
  color: #113574;
}
.shuangqian-mod-04 .main-cont {
  margin-left: -15px;
  margin-right: -15px;
}
.shuangqian-mod-04 .sqscroll {
  position: relative;
}
.shuangqian-mod-04 .scroll-next,
.shuangqian-mod-04 .scroll-prev {
  width: 50px;
  height: 50px;
  background: #CE181B;
  opacity: 0.3;
  border-radius: 50%;
}
.shuangqian-mod-04 .scroll-next:hover,
.shuangqian-mod-04 .scroll-prev:hover {
  opacity: 1;
}
.shuangqian-mod-04 .scroll-next::after,
.shuangqian-mod-04 .scroll-prev::after {
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.shuangqian-mod-04 .scroll-prev {
  left: -60px;
}
.shuangqian-mod-04 .scroll-prev::after {
  content: "\f104";
}
.shuangqian-mod-04 .scroll-next {
  right: -60px;
}
.shuangqian-mod-04 .scroll-next::after {
  content: "\f105";
}
.shuangqian-mod-05 {
  background-image: url('kxyzg2023-boxbg-20.png');
  background-position: top center;
}
.shuangqian-mod-05 .title-groups li::after {
  background: #fff;
}
.shuangqian-mod-05 .title-groups li.active a {
  color: #fff;
}
.shuangqian-mod-05 .title-groups li.active a::after {
  display: block;
}
.shuangqian-mod-05 .title-groups li a {
  color: #fff;
  position: relative;
}
.shuangqian-mod-05 .title-groups li a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background: url('kxyzg2023-boxbg-21.png') repeat-x left bottom;
  height: 15px;
  display: none;
}
.shuangqian-mod-05 .mod-groups-video .box-s .box-tag {
  top: 0;
}
.shuangqian-mod-05 .mod-groups-video .box-s .box-title {
  color: #FFFFFF;
  font-weight: bold;
}
.shuangqian-mod-05 .mod-groups-video .box-s .box-time {
  color: #fff;
}
.shuangqian-mod-05 .mod-groups-article .box-s {
  height: 260px;
  padding-top: 60px;
}
.shuangqian-mod-05 .mod-groups-article .box-s .box-txt {
  -webkit-line-clamp: 2;
  height: 48px;
}
.shuangqian-mod-05 .mod-groups-book .box-s {
  height: 260px;
  padding: 20px 25px;
}
.shuangqian-mod-05 .mod-groups-book .box-s .box-img {
  margin-right: 30px;
  line-height: 220px;
  height: 220px;
}
.h50 {
  font-size: 50px;
}
.shuangqian-mod-06 {
  background: linear-gradient(0deg, #EAF1FC 0%, #FFFFFF 100%);
}
.shuangqian-mod-06 .main-cont {
  padding-right: 480px;
  position: relative;
}
.shuangqian-mod-06 .cont-map {
  height: 660px;
}
.shuangqian-mod-06 .cont-num {
  width: 400px;
  height: 580px;
  background: linear-gradient(0deg, #113574 0%, #CE181B 100%);
  border-radius: 0px 212px 0px 212px;
  position: absolute;
  padding: 80px 60px 50px;
  color: #fff;
  right: 0;
  top: 55px;
}
.shuangqian-mod-06 .num-title {
  margin-bottom: 40px;
  margin-left: -20px;
}
.shuangqian-mod-06 .num-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.shuangqian-mod-06 .num-list li:last-child {
  margin-bottom: 0;
}
.shuangqian-mod-06 .num-list li span {
  display: inline-block;
}
.shuangqian-mod-06 .num-list li .num-s {
  margin-right: 5px;
}
.shuangqian-mod-06 .num-list li .fenl {
  margin-left: 50px;
}
#chinaMap {
  height: 100%;
  width: 100%;
}
.index-title-new {
  margin-bottom: 35px;
}
.index-title-new .title-channel,
.index-title-new .title-more {
  color: #5D2727;
  line-height: 50px;
}
.index-title-new .title-channel,
.index-title-new .title-groups {
  float: left;
  font-family: syst;
}
.index-title-new .title-more {
  float: right;
  background: url('kxyzg2023-new-01.png') no-repeat right center;
  padding-right: 80px;
}
.index-title-new .title-more:hover {
  color: #C31C20;
}
.index-title-new .title-groups li {
  float: left;
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
}
.index-title-new .title-groups li::after {
  content: '';
  position: absolute;
  width: 1px;
  background: #C7191E;
  height: 30px;
  top: 12px;
  right: 0;
}
.index-title-new .title-groups li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.index-title-new .title-groups li:last-child:last-child::after {
  display: none;
}
.index-title-new .title-groups li.active a {
  color: #CE2B2D;
}
.index-title-new .title-groups li.active a .icon-s img.img-d {
  display: none;
}
.index-title-new .title-groups li.active a .icon-s img.img-h {
  display: inline;
}
.index-title-new .title-groups li a {
  display: block;
  line-height: 50px;
  color: #5D2727;
}
.index-title-new .title-groups li a span {
  display: inline-block;
}
.index-title-new .title-groups li a .icon-s {
  font-size: 0;
  margin-right: 6px;
  line-height: 1;
  vertical-align: middle;
}
.index-title-new .title-groups li a .icon-s img {
  vertical-align: top;
  margin-top: -5px;
}
.index-title-new .title-groups li a .icon-s img.img-h {
  display: none;
}
.index-title-new .more-groups a {
  display: none;
}
.index-title-new .more-groups a:first-child {
  display: block;
}
.index-nbox-01 .main-cont .col-w:nth-child(1) .item-box {
  background-image: url('kxyzg2023-new-02.png');
}
.index-nbox-01 .main-cont .col-w:nth-child(1) .item-box .item-name {
  color: #fff;
}
.index-nbox-01 .main-cont .col-w:nth-child(1) .item-box .item-txt {
  color: #fff;
}
.index-nbox-01 .main-cont .col-w:nth-child(2) .item-box {
  background-image: url('kxyzg2023-new-03.png');
}
.index-nbox-01 .main-cont .col-w:nth-child(2) .item-box .item-name {
  color: #333;
}
.index-nbox-01 .main-cont .col-w:nth-child(2) .item-box .item-txt {
  color: #666;
}
.index-nbox-01 .main-cont .item-box {
  min-height: 384px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  padding: 20px 0 0 35px;
}
.index-nbox-01 .main-cont .item-box .item-name {
  width: 30px;
  float: left;
  line-height: 1.4;
  margin-right: 15px;
  display: block;
}
.index-nbox-01 .main-cont .item-box .item-name:hover {
  color: #5D2727 !important;
}
.index-nbox-01 .main-cont .item-box .item-txt {
  width: 52px;
  height: 290px;
  float: left;
  overflow: hidden;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-right: 35px;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-top: 54px;
}
.index-nbox-01 .main-cont .item-box .item-list .box-s {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-right: 30px;
  overflow: hidden;
}
.index-nbox-01 .main-cont .item-box .item-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-nbox-01 .main-cont .item-box .item-list .box-s:hover .box-info .info-title {
  color: #C31C20;
}
.index-nbox-01 .main-cont .item-box .item-list .box-s:last-child {
  margin-bottom: 0;
}
.index-nbox-01 .main-cont .item-box .item-list .box-s .box-img {
  float: left;
  width: 288px;
  overflow: hidden;
  margin-right: 30px;
}
.index-nbox-01 .main-cont .item-box .item-list .box-s .box-img img {
  width: 100%;
  height: 162px;
  transition: all 0.5s;
}
.index-nbox-01 .main-cont .item-box .item-list .box-s .box-info {
  padding-top: 25px;
}
.index-nbox-01 .main-cont .item-box .item-list .box-s .box-info .info-title {
  color: #333333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  height: 56px;
}
.index-nbox-01 .main-cont .item-box .item-list .box-s .box-info .info-class {
  color: #888888;
}
.index-nbox-01 .main-cont-new .col-w:nth-child(1) .item-box {
  background-image: url('kxyzg2023-new-37.png');
}
.index-nbox-01 .main-cont-new .col-w:nth-child(1) .item-box .info-name {
  color: #fff;
}
.index-nbox-01 .main-cont-new .col-w:nth-child(1) .item-box .info-txt {
  color: #fff;
}
.index-nbox-01 .main-cont-new .col-w:nth-child(2) .item-box {
  background-image: url('kxyzg2023-new-38.png');
}
.index-nbox-01 .main-cont-new .col-w:nth-child(2) .item-box .box-s .box-info {
  border-bottom-color: #C9C1AD;
}
.index-nbox-01 .main-cont-new .col-w:nth-child(2) .item-box .info-name {
  color: #333;
}
.index-nbox-01 .main-cont-new .col-w:nth-child(2) .item-box .info-txt {
  color: #666;
}
.index-nbox-01 .main-cont-new .item-box {
  min-height: 388px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80% 100%;
  padding: 20px 0 0 40px;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s {
  position: relative;
  padding-right: 330px;
  margin-bottom: 10px;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s:hover .box-report img {
  transform: scale(1.1);
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s:last-child {
  margin-bottom: 0;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s:last-child .box-info {
  border-bottom: none;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s .box-info {
  overflow: hidden;
  min-height: 175px;
  border-bottom: 1px solid #B9997B;
  padding-top: 25px;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s .box-info .info-name {
  line-height: 1.4;
  margin-right: 15px;
  display: block;
  margin-bottom: 11px;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s .box-info .info-name:hover {
  color: #5D2727 !important;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s .box-info .info-txt {
  overflow: hidden;
  line-height: 1.6;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s .box-report {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 290px;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s .box-report img {
  display: block;
  width: 100%;
  height: 165px;
  transition: all 0.5s;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s .box-report .mc-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('kxyzg2023-new-39.png') repeat-x left bottom;
}
.index-nbox-01 .main-cont-new .item-box .item-list .box-s .box-report .mc-info .info-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  color: #fff;
  line-height: 1.4;
  font-size: 17px;
  text-align: center;
}
@media (min-width: 1921px) {
  .index-nbox-01 .main-cont-new .item-box {
    background-size: 88% 100%;
  }
}
.index-nbox-02 {
  background: #FAF8F2;
  padding-bottom: 60px !important;
}
.index-nbox-02 .box-s,
.list-news .box-s {
  background: #F1EDE3;
  height: 128px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.index-nbox-02 .box-s:hover .box-img img,
.list-news .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-nbox-02 .box-s:hover .box-info .info-title,
.list-news .box-s:hover .box-info .info-title {
  color: #C31C20;
}
.index-nbox-02 .box-s .box-img,
.list-news .box-s .box-img {
  float: left;
  width: 180px;
  overflow: hidden;
  margin-right: 20px;
  margin-left: -20px;
  margin-top: -10px;
}
.index-nbox-02 .box-s .box-img img,
.list-news .box-s .box-img img {
  display: block;
  width: 100%;
  height: 118px;
  transition: all 0.5s;
}
.index-nbox-02 .box-s .box-info,
.list-news .box-s .box-info {
  overflow: hidden;
  padding-top: 13px;
  padding-right: 20px;
}
.index-nbox-02 .box-s .box-info .info-title,
.list-news .box-s .box-info .info-title {
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  height: 56px;
}
.index-nbox-02 .box-s .box-info .info-date,
.list-news .box-s .box-info .info-date {
  color: #888888;
  line-height: 1;
}
.list-news .box-s.no-img .box-img {
  display: none;
}
.list-news .box-s.no-img .box-info {
  padding-left: 20px;
}
.list-news.list-activity-new .box-s {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 30px;
  border-radius: 6px;
  height: 100px;
}
.list-news.list-activity-new .box-s .box-info {
  padding: 20px;
}
.list-news.list-activity-new .box-s .box-info .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 28px;
  height: 28px;
  margin-bottom: 10px;
}
@media (min-width: 1680px) {
  .index-nbox-02 .row-w {
    margin-left: -30px;
    margin-right: -30px;
  }
  .index-nbox-02 .row-w .col-w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.index-nbox-03 .tabs-cont > div {
  display: none;
}
.index-nbox-03 .tabs-cont > div.active {
  display: block;
}
.index-nbox-03 .mod-groups-book .col-w:nth-child(4) {
  display: none;
}
.mod-groups-video .box-s {
  position: relative;
}
.mod-groups-video .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-groups-video .box-s:hover .box-title {
  color: #CE2B2D;
}
.mod-groups-video .box-s .box-tag {
  position: absolute;
  right: 0;
  top: -5px;
  text-align: right;
  z-index: 99;
  background: url('kxyzg2023-boxbg-04.png') right top;
  background-size: 100% 100%;
  min-width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding-left: 14px;
  color: #fff;
  padding-right: 15px;
  padding-left: 25px;
}
.mod-groups-video .box-s .box-img {
  overflow: hidden;
  margin-bottom: 12px;
}
.mod-groups-video .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  height: 178px;
}
.mod-groups-video .box-s .box-title {
  color: #333333;
  margin-bottom: 3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.mod-groups-video .box-s .box-time {
  color: #444444;
}
.mod-groups-article .box-s {
  height: 260px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 60px 30px 20px;
  border: 1px solid transparent;
}
.mod-groups-article .box-s:hover {
  background: url('kxyzg2023-boxbg-06.png') no-repeat bottom center #fff;
  border: 1px solid #C9181D;
}
.mod-groups-article .box-s:hover .box-title {
  color: #C9181D;
  font-weight: bold;
}
.mod-groups-article .box-s .box-date {
  position: absolute;
  left: 0;
  top: 20px;
  background: url('kxyzg2023-boxbg-05.png') no-repeat;
  width: 122px;
  height: 30px;
  line-height: 30px;
  padding-right: 16px;
  text-align: center;
  color: #fff;
}
.mod-groups-article .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.mod-groups-article .box-s .box-txt {
  color: #888888;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
.mod-groups-article .box-s .box-other {
  margin-top: 20px;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding-right: 100px;
  color: #666666;
}
.mod-groups-article .box-s .box-other .other-sources span {
  display: inline-block;
  vertical-align: bottom;
}
.mod-groups-article .box-s .box-other .other-sources .icon-s {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  border-radius: 50%;
  margin-right: 8px;
}
.mod-groups-article .box-s .box-other .other-sources .icon-s img {
  max-width: 40px;
  max-height: 40px;
  vertical-align: middle;
  margin-top: -3px;
}
.mod-groups-article .box-s .box-other .other-sources .txt-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  max-width: calc(100% - 55px);
  display: inline-block;
}
.mod-groups-article .box-s .box-other .other-author {
  position: absolute;
  right: 0;
  top: 0;
}
.mod-groups-book .box-s {
  height: 260px;
  padding: 20px 25px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.05);
}
.mod-groups-book .box-s:hover .box-img img {
  transform: scale(1.05);
}
.mod-groups-book .box-s .box-img {
  float: left;
  margin-right: 35px;
  width: 170px;
  line-height: 220px;
  height: 220px;
  text-align: center;
}
.mod-groups-book .box-s .box-img img {
  transition: all 0.5s;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.mod-groups-book .box-s .box-info {
  overflow: hidden;
  padding-top: 20px;
}
.mod-groups-book .box-s .box-info .info-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mod-groups-book .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #BE2F29;
}
.mod-groups-book .box-s .box-info .info-title a {
  color: #BE2F29;
  font-weight: bold;
  line-height: 30px;
  display: block;
}
.mod-groups-book .box-s .box-info .info-txt {
  line-height: 30px;
}
.mod-groups-book .box-s .box-info .info-txt .txt-01 {
  color: #333;
}
.mod-groups-book .box-s .box-info .info-txt .txt-02 {
  color: #888888;
  display: none;
}
.index-nbox-04 img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index-nbox-05 {
  background: #FAF8F2;
}
.index-nbox-05 .mod-title {
  width: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.index-nbox-05 .mod-title .title-channel,
.index-nbox-05 .mod-title .title-more {
  color: #5D2727;
  line-height: 1.1;
}
.index-nbox-05 .mod-title .title-channel,
.index-nbox-05 .mod-title .title-groups {
  font-family: syst;
}
.index-nbox-05 .mod-title .title-channel {
  margin-bottom: 40px;
}
.index-nbox-05 .mod-title .title-more {
  background: url('kxyzg2023-new-15.png') no-repeat bottom center;
  padding: 0 10px 80px 10px;
  display: block;
}
.index-nbox-05 .mod-cont {
  position: relative;
  padding-left: 100px;
  min-height: 620px;
}
.index-nbox-05 .mod-xj .news-scroll {
  margin-bottom: 20px;
}
.index-nbox-05 .mod-qc .cont-list {
  margin-bottom: 40px;
}
.index-nbox-05 .cont-list .box-s {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.index-nbox-05 .cont-list .box-s:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.index-nbox-05 .cont-list .box-s:hover .box-title {
  color: #C31C20;
}
.index-nbox-05 .cont-list .box-s .box-date {
  color: #C31C20;
  margin-bottom: 4px;
}
.index-nbox-05 .cont-list .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.pad-show {
  display: none !important;
}
@media (min-width: 1680px) {
  .index-nbox-05 .row-w {
    margin-left: -48px;
    margin-right: -48px;
  }
  .index-nbox-05 .row-w .col-w {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1200px) {
  .index-nbox-05 .row-w {
    margin-left: -25px;
    margin-right: -25px;
  }
  .index-nbox-05 .row-w .col-w {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.news-scroll {
  overflow: hidden;
}
.news-scroll .box-s {
  position: relative;
  overflow: hidden;
}
.news-scroll .box-s:hover .box-img img {
  transform: scale(1.05);
}
.news-scroll .box-s .box-img {
  overflow: hidden;
}
.news-scroll .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  height: 308px;
}
.news-scroll .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url('kxyzg2023-boxbg-01.png') repeat-x bottom center;
}
.news-scroll .box-s .box-title .title-s {
  position: absolute;
  left: 20px;
  right: 120px;
  bottom: 5px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
}
.news-scroll .swiper-pagination {
  width: auto;
  left: auto;
  right: 15px;
  bottom: 15px;
}
.news-scroll .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 0.77;
  border-radius: 6px;
}
.news-scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A80C13;
  width: 30px;
}
.index-nbox-06 .col-w:nth-child(2n) {
  margin-top: 40px;
}
.index-nbox-06 .box-s {
  overflow: hidden;
  transition: all 0.5s;
}
.index-nbox-06 .box-s:hover {
  box-shadow: 0px 0px 25px 0px rgba(206, 43, 45, 0.3);
}
.index-nbox-06 .box-s:hover img {
  transform: scale(1.1);
}
.index-nbox-06 .box-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transition: all 0.5s;
}
@media (min-width: 1680px) {
  .index-nbox-06 .row-w {
    margin-left: -26px;
    margin-right: -26px;
  }
  .index-nbox-06 .row-w .col-w {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.shuangqian-nmod {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.shuangqian-title-new {
  margin-bottom: 45px;
}
.shuangqian-title-new .title-txt {
  float: left;
}
.shuangqian-title-new .title-txt .tit-name {
  position: relative;
  color: #C31C20;
  float: left;
}
.shuangqian-title-new .title-txt .tit-name .name-ch {
  color: #333333;
  position: relative;
  z-index: 2;
  font-family: syst;
  color: #5D2725;
  line-height: 1;
}
.shuangqian-title-new .title-txt .tit-name .name-en {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 30px;
  color: #D0DFF6;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.34;
}
.shuangqian-title-new .title-more {
  float: right;
  background: url('kxyzg2023-new-01.png') no-repeat right center;
  padding-right: 80px;
  color: #5D2725;
  min-height: 30px;
}
.shuangqian-title-new .title-more:hover {
  color: #C31C20;
}
.shuangqian-nmod-01 {
  background-image: url('kxyzg2023-new-20.png');
  background-position: bottom center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.shuangqian-nmod-01 .box-s {
  position: relative;
  min-height: 380px;
}
.shuangqian-nmod-01 .box-s:hover .box-info .info-title a {
  color: #C31C20;
}
.shuangqian-nmod-01 .box-s .box-img {
  overflow: hidden;
  border-radius: 15px;
}
.shuangqian-nmod-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 518px;
}
.shuangqian-nmod-01 .box-s .info-wrap {
  padding-top: 60px;
}
.shuangqian-nmod-01 .box-s .box-titleyg {
  background: url('kxyzg2023-new-21.png') no-repeat;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  color: #fff;
  font-weight: bold;
}
.shuangqian-nmod-01 .box-s .box-info {
  height: 314px;
  background: #FFFFFF;
  padding: 40px;
  margin-right: 18px;
  margin-bottom: 18px;
  position: relative;
  box-shadow: 0px 0px 16px 0px rgba(206, 43, 45, 0.1);
}
.shuangqian-nmod-01 .box-s .box-info::after {
  content: '';
  position: absolute;
  right: -18px;
  bottom: -18px;
  background: url('kxyzg2023-icon-15.png') no-repeat right bottom;
  width: 49px;
  height: 48px;
}
.shuangqian-nmod-01 .box-s .box-info .info-title {
  position: relative;
  margin-bottom: 15px;
}
.shuangqian-nmod-01 .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  left: -22px;
  top: -24px;
  background: url('kxyzg2023-icon-14.png') no-repeat left top;
  width: 55px;
  height: 44px;
}
.shuangqian-nmod-01 .box-s .box-info .info-title a {
  font-weight: bold;
  color: #131313;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 36px;
  height: 72px;
}
.shuangqian-nmod-01 .box-s .box-info .info-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
  height: 84px;
}
.shuangqian-nmod-01 .box-s .box-info .info-a {
  padding-top: 20px;
}
.shuangqian-nmod-01 .box-s .box-info .info-a a {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #CE181B;
  border-radius: 4px;
  color: #FFFFFF;
}
.shuangqian-nmod-01 .swiper-pagination {
  width: 38.7%;
  left: auto;
  right: 0;
  bottom: 10px;
}
.shuangqian-nmod-01 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 6px;
}
.shuangqian-nmod-01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A80C13;
  width: 30px;
}
@media (min-width: 1680px) {
  .shuangqian-nmod-01 .container {
    width: 1600px;
  }
  .shuangqian-nmod-01 .row-w {
    margin-left: -40px;
    margin-right: -40px;
  }
  .shuangqian-nmod-01 .row-w .col-w {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .shuangqian-mod-01 .img-wrap {
    width: 61.3%;
  }
  .shuangqian-mod-01 .info-wrap {
    width: 38.7%;
  }
}
.shuangqian-nmod-02 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.shuangqian-nmod-02 .main-cont {
  background: url('kxyzg2023-new-22.png') no-repeat top center;
  background-size: 100% 100%;
  padding: 53px 30px;
  text-align: center;
  border-radius: 100px 0 100px 0;
}
.shuangqian-nmod-02 .main-cont:hover img {
  transform: scale(1.1);
}
.shuangqian-nmod-02 .main-cont img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.shuangqian-nmod-03 {
  padding-top: 20px !important;
}
.shuangqian-nmod-03 .shuangqian-title-new {
  margin-bottom: 15px;
}
.shuangqian-nmod-03 .main-cont {
  position: relative;
}
.shuangqian-nmod-03 .cont-map {
  height: 682px;
  width: 890px;
  position: relative;
  z-index: 99;
}
.shuangqian-nmod-03 .cont-num-groups {
  position: absolute;
  right: 0;
  left: 0;
  top: 180px;
  background: url('kxyzg2023-new-24.png') no-repeat right bottom;
  height: 338px;
}
.shuangqian-nmod-03 .cont-num-groups .box-groups {
  width: 510px;
  margin-left: auto;
  margin-right: 30px;
  padding-top: 70px;
  color: #5D2725;
}
.shuangqian-nmod-03 .cont-num-groups .box-groups > div {
  float: left;
  width: 50%;
  height: 100px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 90px;
  line-height: 1.2;
}
.shuangqian-nmod-03 .cont-num-groups .box-groups > div .box-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.shuangqian-nmod-03 .cont-num-groups .box-groups > div .box-info .num-s {
  font-family: syst;
  line-height: 1;
  margin-bottom: 5px;
}
.shuangqian-nmod-04 {
  background: #FAF8F2;
}
.list-new-imgtxt .box-s {
  margin-bottom: 50px;
}
.list-new-imgtxt .box-s:last-child {
  margin-bottom: 0;
}
.list-new-imgtxt .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-new-imgtxt .box-s:hover .box-info .info-title {
  color: #C31C20;
}
.list-new-imgtxt .box-s .box-img {
  float: left;
  width: 446px;
  margin-right: 30px;
  overflow: hidden;
}
.list-new-imgtxt .box-s .box-img img {
  display: block;
  width: 100%;
  height: 254px;
  transition: all 0.5s;
}
.list-new-imgtxt .box-s .box-info {
  overflow: hidden;
  font-size: 15px;
  padding-top: 5px;
}
.list-new-imgtxt .box-s .box-info .info-title {
  color: #080103;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.list-new-imgtxt .box-s .box-info .info-date {
  color: #C31C20;
  margin-bottom: 8px;
}
.list-new-imgtxt .box-s .box-info .info-txt {
  color: #999999;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  height: 52px;
}
.list-new-imgtxt .box-s .box-info .info-bgr {
  color: #666666;
  line-height: 30px;
  margin-bottom: 10px;
}
.list-new-imgtxt .box-s .box-info .info-source {
  line-height: 32px;
  color: #999999;
}
.list-new-imgtxt .box-s .box-info .info-source span {
  display: inline-block;
  vertical-align: bottom;
}
.list-new-imgtxt .box-s .box-info .info-source .icon-s {
  margin-right: 5px;
}
.list-new-imgtxt .box-s .box-info .info-source .icon-s img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50px;
}
.list-new-imgtxt .box-s .box-info .info-tag {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  min-width: 70px;
  padding: 0 10px;
  text-align: center;
  background: linear-gradient(90deg, #F8CA94, #FFF9E5);
  border-radius: 2px;
  color: #CE2B2D;
  font-size: 12px;
  margin-top: 10px;
}
.bread-crumbs-wrap {
  text-align: right;
}
.bread-crumbs-wrap .bread-crumbs {
  display: inline-block;
}
.people-homepage {
  background: url('kxyzg2023-new-25.png') no-repeat bottom center;
  background-size: cover;
}
.people-homepage .top-info {
  padding-bottom: 50px;
}
.people-homepage .top-info .info-img {
  margin-right: 80px;
  float: left;
}
.people-homepage .top-info .info-img img {
  display: block;
  border-radius: 8px;
  width: 280px;
  height: 280px;
}
.people-homepage .top-info .info-txt {
  overflow: hidden;
  color: #5D2727;
  padding-top: 70px;
}
.people-homepage .top-info .info-txt .txt-name {
  line-height: 1.2;
  margin-bottom: 20px;
}
.people-homepage .top-info .info-txt .txt-s {
  line-height: 30px;
}
.people-homepage-main {
  padding-bottom: 50px;
}
.people-homepage-main .main-menu li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
.people-homepage-main .main-menu li a {
  display: block;
  font-weight: bold;
  color: #333333;
}
.people-homepage-main .main-menu li.active,
.people-homepage-main .main-menu li:hover {
  border-bottom-color: #BE2F29;
}
.people-homepage-main .main-menu li.active a,
.people-homepage-main .main-menu li:hover a {
  color: #BE2F29;
}
.people-homepage-main .public-title .title-txt {
  font-weight: normal;
  height: 60px;
}
.people-homepage-main .info-details {
  color: #333333;
  line-height: 2;
  margin-bottom: 50px;
}
.people-homepage-main .info-details p,
.people-homepage-main .info-details div {
  margin-bottom: 15px;
}
@media (min-width: 1680px) {
  .people-homepage-main .row-p {
    margin-left: -40px;
    margin-right: -40px;
  }
  .people-homepage-main .row-p .col-p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .people-homepage-main .row-p {
    margin-left: -20px;
    margin-right: -20px;
  }
  .people-homepage-main .row-p .col-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.list-relevant-report .box-s {
  margin-bottom: 40px;
}
.list-relevant-report .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-relevant-report .box-s:hover .box-title {
  color: #C31C20;
}
.list-relevant-report .box-s .box-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin-bottom: 12px;
}
.list-relevant-report .box-s .box-img img {
  display: block;
  height: 184px;
  width: 100%;
  transition: all 0.5s;
}
.list-relevant-report .box-s .box-img .tag-s {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 26px;
  line-height: 26px;
  min-width: 70px;
  padding: 0 5px;
  text-align: center;
  background: linear-gradient(90deg, #F8CA94, #FFF9E5);
  border-radius: 2px;
  color: #CE2B2D;
  font-size: 12px;
}
.list-relevant-report .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-bottom: 2px;
}
.list-relevant-report .box-s .box-other {
  line-height: 30px;
  color: #333333;
}
.list-relevant-report .box-s .box-other .other-l {
  float: left;
}
.list-relevant-report .box-s .box-other .other-r {
  float: right;
  color: #999999;
}
@media (min-width: 1680px) {
  .list-relevant-report .row-w {
    margin-left: -17px;
    margin-right: -17px;
  }
  .list-relevant-report .row-w .col-w {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.xunjiang-mod {
  background: linear-gradient(0deg, #FBF8F3 40%, #F3F0E7 99%);
  padding-bottom: 50px;
}
.xunjiang-mod .box-s:hover .box-info .info-title {
  color: #C31C20;
}
.xunjiang-mod .box-s .img-wrap {
  width: 60%;
}
.xunjiang-mod .box-s .info-wrap {
  width: 40%;
}
.xunjiang-mod .box-s .box-img {
  overflow: hidden;
  border-radius: 10px;
}
.xunjiang-mod .box-s .box-img img {
  display: block;
  width: 100%;
  height: 464px;
}
.xunjiang-mod .box-s .box-info {
  padding-top: 30px;
  min-height: 460px;
}
.xunjiang-mod .box-s .box-info .info-tag {
  background: url('kxyzg2023-new-26.png') no-repeat;
  width: 64px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.xunjiang-mod .box-s .box-info .info-title {
  color: #333333;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 40px;
  max-height: 80px;
}
.xunjiang-mod .box-s .box-info .info-date {
  color: #C31C20;
  margin-bottom: 10px;
}
.xunjiang-mod .box-s .box-info .info-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 30px;
  height: 120px;
  margin-bottom: 20px;
}
.xunjiang-mod .box-s .box-info .info-class {
  height: 26px;
  line-height: 26px;
  min-width: 70px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  background: linear-gradient(90deg, #F8CA94, #FFF9E5);
  border-radius: 2px;
  color: #CE2B2D;
  font-size: 12px;
}
.xunjiang-mod .xjscroll {
  position: relative;
}
.xunjiang-mod .scroll-other {
  position: absolute;
  right: 0;
  width: 38%;
  bottom: 10px;
  z-index: 99;
  height: 40px;
}
.xunjiang-mod .scroll-other .page-xj {
  width: auto;
  left: 0;
  bottom: 0;
  color: #999999;
  line-height: 40px;
  font-size: 16px;
}
.xunjiang-mod .scroll-other .page-xj .swiper-pagination-current {
  color: #CF3032;
  font-size: 30px;
}
.xunjiang-mod .scroll-other .xj-prev,
.xunjiang-mod .scroll-other .xj-next {
  width: 40px;
  height: 40px;
  border: 1px solid #CE2B2D;
  border-radius: 50%;
  font-weight: normal;
  color: #CE2B2D;
  top: auto;
  margin-top: 0;
}
.xunjiang-mod .scroll-other .xj-prev::after,
.xunjiang-mod .scroll-other .xj-next::after {
  font-family: 'FontAwesome';
  font-size: 18px;
}
.xunjiang-mod .scroll-other .xj-prev:hover,
.xunjiang-mod .scroll-other .xj-next:hover {
  background: #CE2B2D;
}
.xunjiang-mod .scroll-other .xj-prev:hover:after,
.xunjiang-mod .scroll-other .xj-next:hover:after {
  color: #fff;
}
.xunjiang-mod .scroll-other .xj-prev {
  left: auto;
  right: 60px;
}
.xunjiang-mod .scroll-other .xj-prev::after {
  content: "\f104";
}
.xunjiang-mod .scroll-other .xj-next::after {
  content: "\f105";
}
@media (min-width: 1680px) {
  .xunjiang-mod .box-s .row-w {
    margin-left: -30px;
    margin-right: -30px;
  }
  .xunjiang-mod .box-s .row-w .col-w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.activity-detail-top {
  background: #F9F6F1;
  padding-top: 70px;
  padding-bottom: 35px;
}
.activity-detail-top .detail-info {
  position: relative;
  overflow: hidden;
  padding-right: 30px;
}
.activity-detail-top .detail-info .info-icon {
  margin-bottom: 25px;
}
.activity-detail-top .detail-info .info-icon img {
  display: block;
}
.activity-detail-top .detail-info .info-title {
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 12px;
}
.activity-detail-top .detail-info .info-txt {
  color: #333333;
  line-height: 30px;
  margin-bottom: 40px;
}
.activity-detail-top .detail-info .info-other {
  position: relative;
  text-align: justify;
}
.activity-detail-top .detail-info .info-other .other-groups > div {
  color: #333333;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  color: #333;
}
.activity-detail-top .detail-info .info-other .other-groups > div.txt-01 {
  background-image: url('kxyzg2023-new-30.png');
}
.activity-detail-top .detail-info .info-other .other-groups > div.txt-02 {
  background-image: url('kxyzg2023-new-29.png');
}
.activity-detail-top .detail-info .info-other .other-groups > div.txt-03 {
  background-image: url('kxyzg2023-new-28.png');
}
.activity-detail-top .detail-info .info-other .other-share {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 0;
}
.activity-detail-top .detail-info .info-other .other-share > a,
.activity-detail-top .detail-info .info-other .other-share > div {
  display: inline-block;
  vertical-align: top;
}
.activity-detail-top .detail-info .info-other .other-share > div .social-share .social-share-icon {
  margin: 0;
  padding: 0;
  border: none !important;
}
.activity-detail-top .detail-info .info-other .other-share > div .social-share .social-share-icon.icon-weibo {
  background-image: url('kxyzg2023-new-34.png');
}
.activity-detail-top .detail-info .info-other .other-share a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 19px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 0 10px;
  border: none;
}
.activity-detail-top .detail-info .info-other .other-share a.shares {
  background-image: url('kxyzg2023-new-32.png');
}
.activity-detail-top .detail-info .info-other .other-share a.icon-wechat {
  background-image: url('kxyzg2023-new-33.png');
}
.activity-detail-top .detail-info .info-other .other-share a.icon-weibo {
  background-image: url('kxyzg2023-new-34.png');
}
.scroll-detail-new .box-s {
  overflow: hidden;
  height: 382px;
  position: relative;
}
.scroll-detail-new .box-s img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.scroll-detail-new .detail-page {
  position: relative;
  bottom: auto;
  padding-top: 20px;
}
.scroll-detail-new .detail-page .swiper-pagination-bullet {
  background: #F8CA96;
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius: 8px;
}
.scroll-detail-new .detail-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 42px;
  background: #C32B2A;
}
.activity-correlation-new {
  margin-bottom: 15px;
}
.activity-correlation-new:last-child {
  margin-bottom: 0;
}
.activity-correlation-new.activity-news .corr-title {
  margin-bottom: 25px;
}
.activity-correlation-new .corr-title {
  position: relative;
  margin-bottom: 30px;
}
.activity-correlation-new .corr-title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #DEDEDE;
}
.activity-correlation-new .corr-title.tabs-title .title-more a {
  display: none;
}
.activity-correlation-new .corr-title.tabs-title .title-more a:first-child {
  display: block;
}
.activity-correlation-new .corr-title .title-left {
  float: left;
}
.activity-correlation-new .corr-title .title-left li {
  float: left;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}
.activity-correlation-new .corr-title .title-left li:first-child {
  padding-left: 0;
}
.activity-correlation-new .corr-title .title-left li:last-child::after {
  display: none;
  padding-right: 0;
}
.activity-correlation-new .corr-title .title-left li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  height: 30px;
  width: 1px;
  background: #DEDEDE;
}
.activity-correlation-new .corr-title .title-left li.active a {
  color: #BE2F29;
}
.activity-correlation-new .corr-title .title-left li.active a .icon-s img.img-d {
  display: none;
}
.activity-correlation-new .corr-title .title-left li.active a .icon-s img.img-h {
  display: inline;
}
.activity-correlation-new .corr-title .title-left li.active a::before {
  display: block;
}
.activity-correlation-new .corr-title .title-left a {
  font-weight: bold;
  color: #5B2729;
  line-height: 40px;
  display: block;
  font-family: syst;
  padding-bottom: 18px;
  position: relative;
}
.activity-correlation-new .corr-title .title-left a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #C31C20;
  display: none;
}
.activity-correlation-new .corr-title .title-left a .icon-s {
  margin-right: 5px;
}
.activity-correlation-new .corr-title .title-left a .icon-s img {
  vertical-align: middle;
  margin-top: -3px;
}
.activity-correlation-new .corr-title .title-left a .icon-s img.img-h {
  display: none;
}
.activity-correlation-new .corr-title .more-other {
  margin-right: 10px;
}
.activity-correlation-new .corr-title .title-more,
.activity-correlation-new .corr-title .more-other {
  float: right;
}
.activity-correlation-new .corr-title .title-more a,
.activity-correlation-new .corr-title .more-other a {
  display: block;
  color: #5B2729;
  line-height: 36px;
  vertical-align: bottom;
  width: 114px;
  height: 38px;
  border: 1px solid rgba(91, 39, 41, 0.2);
  border-radius: 19px;
  text-align: center;
}
.activity-correlation-new .corr-title .title-more a:hover,
.activity-correlation-new .corr-title .more-other a:hover {
  color: #BE2F29;
  border-color: #BE2F29;
}
.list-video-new .box-s {
  margin-bottom: 40px;
}
.list-video-new .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-video-new .box-s:hover .box-title {
  color: #C31C20;
}
.list-video-new .box-s .box-img {
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}
.list-video-new .box-s .box-img .video-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: url('kxyzg2023-new-31.png') no-repeat center center;
  width: 35px;
  height: 35px;
}
.list-video-new .box-s .box-img .video-time {
  position: absolute;
  right: 15px;
  bottom: 15px;
  min-width: 50px;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  line-height: 24px;
  background: rgba(195, 28, 32, 0.7);
  border-radius: 3px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 13px;
}
.list-video-new .box-s .box-img img {
  display: block;
  width: 100%;
  height: 185px;
  transition: all 0.5s;
}
.list-video-new .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.list-video-new .box-s .box-source {
  color: #666666;
  line-height: 20px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .list-video-new.source-list .col-w:nth-child(4n + 1) {
    clear: left;
  }
  .list-video-02 .col-w:nth-child(4n + 1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .list-video-new.source-list .col-w:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .list-video-new.source-list .col-w:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .list-video-02 .col-w:nth-child(2n + 1) {
    clear: left;
  }
}
.mod-yss .box-s {
  margin-bottom: 30px;
}
.page-video-wrap {
  padding-top: 50px;
}
.page-other {
  min-height: auto !important;
}
.main-groups-video .public-title {
  margin-bottom: 30px;
}
