/*common css*/
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 74px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
  margin-bottom: 20px;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
  text-align: center;
  font-size: 0;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  float: none;
}
nav.navbar.bootsnav ul.nav > li:last-child:after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, 0.3);
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 74px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 50px;
  font-size: 18px;
}
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: #d11313 !important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #1D5BC0;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 160px;
  width: 160px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 12px;
  line-height: 24px;
  background: #F3F5FB;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #17488D;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  background: #1b51c0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 54px;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none!important;
    background-color: #d11313;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 15px;
    margin-bottom: 14px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    border-top: none!important;
    box-shadow: none!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #17488D;
    color: #fff;
  }
  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 {
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px!important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
.page-wrap:before,
.page-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
.page-wrap:before {
  background-image: url("kc-page-top.png");
  background-position: top center;
  z-index: -1;
}
.page-wrap:after {
  background-image: url("kc-page-bottom.png");
  background-position: bottom center;
  background-color: #f1f2f4;
  z-index: -2;
}
/*header*/
.header .main-cont {
  padding-top: 70px;
  padding-bottom: 70px;
}
.header .main-cont img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*footer*/
.footer {
  background: #B10D0E;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.footer span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.footer a {
  display: inline-block;
  color: #fff;
}
.public-title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.public-title span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.public-title span img {
  display: block;
}
.public-title span:after,
.public-title span:before {
  content: '';
  position: absolute;
  width: 495px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
}
.public-title span:before {
  background-image: url("kc-title-left.png");
  background-position: right top;
  left: -495px;
}
.public-title span:after {
  background-image: url("kc-title-right.png");
  background-position: left top;
  right: -495px;
}
.public-more {
  display: block;
  width: 156px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #D11313;
  border-radius: 23px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.public-more:hover {
  color: #D11313;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.index-box {
  margin-bottom: 60px;
}
.index-active-intr .main-cont {
  background: url("kp-img-10.png") no-repeat top left;
  background-size: cover;
  padding: 40px;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
}
.index-active-intr .box-info {
  border-right: 1px solid #e8e8ec;
  padding-right: 65px;
}
.index-active-intr .box-info .box-title {
  color: #1A1A1A;
  font-weight: bold;
  background: url("kp-img-11.png") no-repeat;
  width: 173px;
  height: 78px;
  padding-top: 20px;
  padding-left: 25px;
  line-height: 50px;
  margin-bottom: 20px;
}
.index-active-intr .box-info .box-title-sub {
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  background: #D11313;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 15px;
}
.index-active-intr .box-info .box-title-02 {
  display: block;
  font-weight: bold;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}
.index-active-intr .box-info .box-title-02:hover {
  color: #d11313;
}
.index-active-intr .box-info .box-txt {
  margin-bottom: 20px;
}
.index-active-intr .box-info .box-txt .txt-s {
  position: relative;
  padding-left: 25px;
  color: #262626;
  line-height: 30px;
  background-position: 0 6px;
  background-repeat: no-repeat;
}
.index-active-intr .box-info .box-txt .txt-s.icon-01 {
  background-image: url("kp-icon-01.png");
}
.index-active-intr .box-info .box-txt .txt-s.icon-02 {
  background-image: url("kp-icon-02.png");
}
.index-active-intr .box-info .box-txt .txt-s span {
  color: #878996;
}
.index-active-intr .box-info .box-more {
  display: block;
  width: 135px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid rgba(157, 172, 192, 0.34);
  border-radius: 22px;
  color: #808080;
}
.index-active-intr .box-info .box-more:hover {
  background-color: #d11313;
  color: #fff;
}
.index-active-intr .box-reporter {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.index-active-intr .box-reporter .reporter-title {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 15px;
  background: url("kp-img-13.png") no-repeat;
  width: 46px;
  height: 130px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-left: 13px;
  padding-right: 13px;
  line-height: 25px;
}
.index-active-intr .box-reporter .box-img {
  margin-bottom: 20px;
}
.index-active-intr .box-reporter .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 202px;
  height: 202px;
  border-radius: 50%;
}
.index-active-intr .box-reporter .box-name {
  font-weight: bold;
  margin-bottom: 10px;
}
.index-active-intr .box-reporter .box-job {
  font-size: 15px;
  color: #262626;
  line-height: 24px;
}
.index-active-dynamic .news-box .box-img {
  overflow: hidden;
}
.index-active-dynamic .news-box .box-img img {
  display: block;
  width: 100%;
  height: 265px;
  transition: all 0.5s;
}
.index-active-dynamic .news-box .box-date {
  position: absolute;
  width: 124px;
  height: 50px;
  line-height: 50px;
  background: #D11313;
  margin-top: -25px;
  z-index: 9;
  text-align: center;
  color: #fff;
}
.index-active-dynamic .news-box .box-info {
  background-color: #fff;
  height: 200px;
  padding: 40px 24px 15px 24px;
}
.index-active-dynamic .news-box .box-info .info-title {
  display: block;
  font-weight: bold;
  color: #262626;
  line-height: 28px;
  height: 56px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-active-dynamic .news-box .box-info .info-txt {
  font-size: 15px;
  color: #595959;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index-active-dynamic .news-box:hover .box-img img {
  transform: scale(1.1);
}
.index-active-dynamic .news-list {
  height: 465px;
  background: #FFFFFF;
  padding: 25px;
}
.index-active-dynamic .news-list .box-s {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 17px;
  border-bottom: 1px dashed #e2e9f0;
  padding-left: 74px;
  min-height: 74px;
  padding-top: 1px;
}
.index-active-dynamic .news-list .box-s:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-active-dynamic .news-list .box-s .box-date {
  background: url("kp-img-09.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding-top: 8px;
}
.index-active-dynamic .news-list .box-s .box-date .date-01 {
  font-weight: bold;
}
.index-active-dynamic .news-list .box-s .box-date .date-02 {
  font-size: 12px;
}
.index-active-dynamic .news-list .box-s .box-title {
  color: #262626;
  line-height: 26px;
  display: block;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-active-dynamic .news-list .box-s:hover .box-title {
  color: #d11313;
}
.index-active-activity .main-cont {
  position: relative;
}
.index-active-activity .box-s {
  overflow: hidden;
}
.index-active-activity .box-s img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-active-activity .slider-for .box-s img {
  height: 680px;
}
.index-active-activity .slider-for .slick-arrow {
  width: 40px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 99;
}
.index-active-activity .slider-for .slick-arrow:before {
  display: none;
}
.index-active-activity .slider-for .slick-prev {
  background-image: url("kp-img-prev.png");
  left: 20px;
}
.index-active-activity .slider-for .slick-next {
  background-image: url("kp-img-next.png");
  right: 20px;
}
.index-active-activity .slider-nav {
  margin: -66px 28px 0 28px;
  position: relative;
  z-index: 9;
}
.index-active-activity .slider-nav .slick-current .box-s {
  border-color: #d11313;
}
.index-active-activity .slider-nav .box-s {
  border: 3px solid #fff;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}
.index-active-activity .slider-nav .box-s img {
  height: 126px;
}
.index-active-activity .box-more {
  display: block;
  position: absolute;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  z-index: 11;
  right: 34px;
  bottom: 150px;
  background: #d11313;
}
.index-active-activity .box-more:after {
  content: '';
  width: 140px;
  height: 1px;
  background: #d11313;
  position: absolute;
  bottom: 0;
  left: -140px;
}
.index-active-video .box-s {
  position: relative;
}
.index-active-video .box-s.box-01 .box-img:after {
  background-image: url("kp-img-04.png");
}
.index-active-video .box-s.box-01 .box-img img {
  height: 412px;
}
.index-active-video .box-s.box-02 {
  margin-bottom: 30px;
}
.index-active-video .box-s.box-02 .box-img:after {
  background-image: url("kp-img-05.png");
}
.index-active-video .box-s.box-02 .box-img img {
  height: 191px;
}
.index-active-video .box-s.box-02 .box-img .box-mc {
  background-size: 42px;
}
.index-active-video .box-s .box-img {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.index-active-video .box-s .box-img:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.index-active-video .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-active-video .box-s .box-img .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("kp-img-video.png") no-repeat center center;
  z-index: 2;
}
.index-active-video .box-s .box-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding-top: 10px;
  font-weight: bold;
  color: #fff;
  z-index: 9;
}
.index-active-video .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.index-active-video .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
}
.index-active-video .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-active-video .box-s:hover .box-title {
  color: #d11313;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #696969;
  padding: 7px 0 15px;
  margin-bottom: 25px;
}
.bread-crumbs:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(-90deg, #D61313, #1777FB);
}
.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: #696969;
}
.bread-crumbs .bread-item a.cur {
  color: #d11313;
}
.bread-crumbs .bread-item > a + a: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 {
  color: #1A73C4;
  text-decoration: underline;
}
/*page-main*/
.page-main {
  padding: 30px 40px 40px;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  background: url("kp-img-10.png") no-repeat top left #fff;
  margin-bottom: 70px;
}
/*page*/
.pages {
  text-align: center;
  padding-top: 30px;
}
.pages ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  border: 1px solid #DCDCDC;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
}
.pages a.a-s,
.pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background: #D11313;
  color: #fff;
  border-color: #D11313;
}
.pages span {
  background: #D11313;
  color: #fff;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  background: #D11313;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 30px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 25px;
  background: #EAF2F9;
  padding: 5px 15px;
}
.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 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 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span {
  display: inline-block;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #d11313;
}
.details-page .cont-page .a-page:hover a {
  color: #d11313;
}
.list-img-text li {
  margin-bottom: 30px;
}
.list-img-text li .box-img {
  overflow: hidden;
  position: relative;
  height: 146px;
}
.list-img-text li .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-text li:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text li:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text li:hover .box-info .box-title {
  color: #d11313;
}
.list-img-text .box-img {
  border: 1px solid #eee;
  overflow: hidden;
}
.list-img-text .box-img img {
  display: block;
  width: 100%;
  height: 180px;
  transition: all 0.5s;
}
.list-img-text .box-info {
  overflow: hidden;
}
.list-img-text .box-info .box-date {
  color: #D11313;
  line-height: 22px;
  font-size: 15px;
}
.list-img-text .box-info .box-title {
  color: #262626;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.list-img-text .box-info .box-txt {
  line-height: 24px;
  font-size: 15px;
  height: 72px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 1200px) {
  .list-img-text .box-img-w {
    width: 21%;
  }
  .list-img-text .box-info-w {
    width: 79%;
  }
}
.list-img .row {
  margin-left: -17px;
  margin-right: -17px;
}
.list-img .row .box-w {
  padding-left: 17px;
  padding-right: 17px;
}
.list-img .box-s {
  margin-bottom: 25px;
}
.list-img .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 240px;
}
.list-img .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img .box-s .box-img {
  margin-bottom: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.list-img .box-s .box-img .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("kp-img-video.png") no-repeat center center;
  background-size: 40px;
  z-index: 2;
}
.list-img .box-s .box-title {
  line-height: 24px;
  height: 48px;
  display: block;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img .box-s:hover .box-title {
  color: #d11313;
}
.menu-expect {
  margin-bottom: 30px;
}
.menu-expect .a-box {
  display: block;
  float: left;
  background: url("kp-img-16.png") no-repeat left center;
  width: 158px;
  height: 68px;
  padding: 9px;
  text-align: center;
  line-height: 50px;
  color: #A0A0A9;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 10px;
}
.menu-expect .a-box:last-child {
  margin-right: 0;
}
.menu-expect .a-box:hover,
.menu-expect .a-box.active {
  background: url("kp-img-17.png") no-repeat left center;
  color: #fff;
}
.event-details .row {
  margin-left: -2%;
  margin-right: -2%;
}
.event-details .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.event-details .box-other {
  text-align: left;
  margin-bottom: 30px;
}
.event-details .box-other .other-title {
  font-weight: bold;
  color: #262626;
  margin-bottom: 10px;
}
.event-details .box-other .other-txt {
  color: #666666;
  line-height: 28px;
  text-align: justify;
}
.event-details .details-info {
  border-right: 1px solid #e8e8ec;
  padding-right: 45px;
}
.event-details .details-info .box-title {
  color: #1A1A1A;
  font-weight: bold;
  background: url("kp-img-11.png") no-repeat;
  width: 173px;
  height: 78px;
  padding-top: 20px;
  padding-left: 25px;
  line-height: 50px;
  margin-bottom: 20px;
}
.event-details .details-info .box-title-sub {
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  background: #D11313;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 15px;
}
.event-details .details-info .box-title-02 {
  display: block;
  font-weight: bold;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}
.event-details .details-info .box-title-02:hover {
  color: #d11313;
}
.event-details .details-info .box-txt {
  margin-bottom: 20px;
}
.event-details .details-info .box-txt .txt-s {
  position: relative;
  padding-left: 25px;
  color: #262626;
  line-height: 30px;
  background-position: 0 6px;
  background-repeat: no-repeat;
}
.event-details .details-info .box-txt .txt-s.icon-01 {
  background-image: url("kp-icon-01.png");
}
.event-details .details-info .box-txt .txt-s.icon-02 {
  background-image: url("kp-icon-02.png");
}
.event-details .details-info .box-txt .txt-s span {
  color: #878996;
}
.event-details .details-info .box-more {
  display: block;
  width: 135px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid rgba(157, 172, 192, 0.34);
  border-radius: 22px;
  color: #808080;
}
.event-details .details-info .box-more:hover {
  background-color: #d11313;
  color: #fff;
}
.event-details .details-other {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.event-details .details-other .reporter-title {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 15px;
  background: url("kp-img-13.png") no-repeat;
  width: 46px;
  height: 130px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-left: 13px;
  padding-right: 13px;
  line-height: 25px;
}
.event-details .details-other .box-img {
  margin-bottom: 20px;
}
.event-details .details-other .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 202px;
  height: 202px;
  border-radius: 50%;
}
.event-details .details-other .box-name {
  font-weight: bold;
  margin-bottom: 10px;
}
.event-details .details-other .box-job {
  font-size: 15px;
  color: #262626;
  line-height: 24px;
  margin-bottom: 20px;
}
.hidden-class {
  height: 0!important;
  overflow: hidden!important;
  padding: 0!important;
  margin: 0!important;
}
/*# sourceMappingURL=kc-style.css.map */