#bsWXBox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.bshare-weixin {
  position: relative;
}
.bshare-weixin:before {
  content: '\e615';
  font-family: 'iconfont';
  color: #fff;
  font-size: 1.2rem;
}
.bshare-sinaminiblog {
  position: relative;
}
.bshare-sinaminiblog:before {
  content: '\e81c';
  font-family: 'iconfont';
  color: #fff;
  font-size: 0.8rem;
}
.bshare-qzone {
  position: relative;
}
.bshare-qzone:before {
  content: '\e63f';
  font-family: 'iconfont';
  font-size: 1rem;
  color: #fff;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.banner .text > h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.banner .text > h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.banner .text > p {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.5rem;
  text-align: center;
}
.con-details {
  margin-top: -9rem;
  position: relative;
  background: url(../img/kuaikan/huodong/details/yuan_bg.png) no-repeat;
  background-size: contain;
}
.con-details .con .text {
  padding: 3rem 4% 4.4rem;
  text-align: center;
}
.con-details .con .text > h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #454545;
}
.con-details .con .text > span {
  display: block;
  width: 1.4rem;
  height: 4px;
  background: #f87430;
  margin: 1.8rem auto;
}
.con-details .con .text > p {
  width: 80%;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #999;
  line-height: 1.8;
}
.con-details .con .text ul {
  display: flex;
  margin-top: 4.4rem;
}
.con-details .con .text ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}
.con-details .con .text ul li .left {
  max-width: 2.5rem;
  margin-right: 1.4rem;
  position: relative;
  top: 0.2rem;
}
.con-details .con .text ul li .left img {
  width: 100%;
}
.con-details .con .text ul li .right {
  text-align: left;
}
.con-details .con .text ul li .right span {
  font-size: 0.9rem;
  color: #999;
}
.con-details .con .text ul li .right h6 {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  margin-top: 0.4rem;
}
.con-details .con .text ul li:first-child:after {
  content: '';
  width: 1px;
  height: 1.4rem;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  margin-top: -0.7rem;
  right: 0;
}
.meeting-bright {
  padding-top: 3.5rem;
  background: url(../img/kuaikan/huodong/details/meeting_bg.png) no-repeat top left;
}
.meeting-bright .con .title {
  text-align: center;
}
.meeting-bright .con .title h3 {
  font-size: 4.7rem;
  background: linear-gradient(to bottom, white, transparent);
  opacity: 0.2;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1;
}
.meeting-bright .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: -3rem;
}
.meeting-bright .con .title span {
  display: block;
  width: 1.4rem;
  height: 4px;
  background: #f87430;
  margin: 1.4rem auto;
}
.meeting-bright .con .meeting-list {
  position: relative;
  z-index: 2;
}
.meeting-bright .con .meeting-list .swiper-container {
  padding: 1rem 0 4rem;
}
.meeting-bright .con .meeting-list .swiper-pagination {
  bottom: 0;
}
.meeting-bright .con .meeting-list .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 4px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 0;
}
.meeting-bright .con .meeting-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff8041;
  opacity: 1;
}
.meeting-bright .con .meeting-list ul li {
  margin-top: 3rem;
  box-shadow: 0px 4px 20px 0px rgba(33, 33, 33, 0.15);
  position: relative;
}
.meeting-bright .con .meeting-list ul li .text {
  background: #fff url(../img/kuaikan/huodong/details/a.png) no-repeat right bottom;
  background-size: contain;
  padding: 2.2rem 2rem 1rem;
}
.meeting-bright .con .meeting-list ul li .text h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #f87430;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.meeting-bright .con .meeting-list ul li .text h3 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #333;
  margin: 0.6rem 0 1rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.meeting-bright .con .meeting-list ul li .text p {
  font-size: 0.8rem;
  color: #999;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6;
  height: 12.8em;
  line-height: 2;
  height: 16em;
}
.meeting-bright .con .meeting-list ul li:nth-child(2) .text {
  background: #fff url(../img/kuaikan/huodong/details/b.png) no-repeat right bottom;
  background-size: contain;
}
.meeting-bright .con .meeting-list ul li:nth-child(3) .text {
  background: #fff url(../img/kuaikan/huodong/details/c.png) no-repeat right bottom;
  background-size: contain;
}
.meeting-bright .con .meeting-list ul li:nth-child(4) .text {
  background: #fff url(../img/kuaikan/huodong/details/d.png) no-repeat right bottom;
  background-size: contain;
}
.meeting-bright .con .meeting-list ul li .mask {
  width: 100%;
  height: 100%;
  background: #f87430;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.meeting-bright .con .meeting-list ul li:hover .mask {
  right: -0.5rem;
  bottom: -0.5rem;
}
.guest-introduction {
  margin-top: 4rem;
}
.guest-introduction .con .title {
  text-align: center;
  margin-bottom: 5rem;
}
.guest-introduction .con .title h3 {
  font-size: 4.7rem;
  background: linear-gradient(to bottom, #000, transparent);
  opacity: 0.1;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1;
}
.guest-introduction .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-top: -3rem;
}
.guest-introduction .con .title span {
  display: block;
  width: 1.4rem;
  height: 4px;
  background: #f87430;
  margin: 1.4rem auto;
}
.guest-introduction .con .guest-list .swiper-container {
  padding-bottom: 10rem;
}
.guest-introduction .con .guest-list .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guest-introduction .con .guest-list .swiper-container .swiper-slide .top {
  width: 7.3rem;
  height: 7.3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.guest-introduction .con .guest-list .swiper-container .swiper-slide .top img {
  width: 100%;
  height: 100%;
}
.guest-introduction .con .guest-list .swiper-container .swiper-slide .bottom {
  text-align: center;
  padding: 0 10px;
}
.guest-introduction .con .guest-list .swiper-container .swiper-slide .bottom h2 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #f87430;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.guest-introduction .con .guest-list .swiper-container .swiper-slide .bottom h3 {
  font-size: 0.9rem;
  color: #333;
  margin: 0.4rem 0;
}
.guest-introduction .con .guest-list .swiper-container .swiper-slide .bottom h4 {
  font-size: 0.9rem;
  color: #333;
}
.guest-introduction .con .guest-list .swiper-container .swiper-slide:hover .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.guest-introduction .con .guest-list .swiper-container .swiper-button-next {
  background-image: none;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  top: 24%;
}
.guest-introduction .con .guest-list .swiper-container .swiper-button-next:before {
  content: '\e614';
  font-family: iconfont;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  display: block;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #3b5072;
}
.guest-introduction .con .guest-list .swiper-container .swiper-button-next:hover:before {
  color: #f87430;
}
.guest-introduction .con .guest-list .swiper-container .swiper-button-prev {
  background-image: none;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  top: 24%;
}
.guest-introduction .con .guest-list .swiper-container .swiper-button-prev:before {
  content: '\e614';
  font-family: iconfont;
  display: block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #3b5072;
}
.guest-introduction .con .guest-list .swiper-container .swiper-button-prev:hover:before {
  color: #f87430;
}
.guest-introduction .con .guest-list .swiper-container .swiper-pagination {
  bottom: 5rem;
}
.guest-introduction .con .guest-list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 4px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 0;
}
.guest-introduction .con .guest-list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff8041;
  opacity: 1;
}
.programme-active {
  background: url(../img/kuaikan/huodong/details/active_bg.png) no-repeat;
  background-size: cover;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
}
.programme-active .con .title {
  text-align: center;
}
.programme-active .con .title h3 {
  font-size: 4.7rem;
  background: linear-gradient(to bottom, white, transparent);
  opacity: 0.2;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1;
}
.programme-active .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: -3rem;
}
.programme-active .con .title span {
  display: block;
  width: 1.4rem;
  height: 4px;
  background: #f87430;
  margin: 1.4rem auto;
}
.programme-active .con .programme-list .list-left {
  float: left;
  width: 22.2%;
}
.programme-active .con .programme-list .list-left ul li {
  width: 100%;
  height: 4.2rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.programme-active .con .programme-list .list-left ul li h2 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.programme-active .con .programme-list .list-left ul li span {
  font-size: 0.8rem;
}
.programme-active .con .programme-list .list-left ul li:not(:first-child) {
  margin-top: 0.5rem;
}
.programme-active .con .programme-list .list-left ul li:hover {
  background: #f87430;
}
.programme-active .con .programme-list .list-left ul li.active {
  background: #f87430;
}
.programme-active .con .programme-list .list-right {
  float: right;
  width: 76.7%;
}
.programme-active .con .programme-list .list-right > ul > li .table-header {
  height: 4.4rem;
  display: flex;
  background-image: linear-gradient(-83deg, #7961f8 0%, #1d34f6 100%);
}
.programme-active .con .programme-list .list-right > ul > li .table-header .left {
  width: 38.5%;
  border-right: 1px solid #fff;
  padding-left: 2rem;
}
.programme-active .con .programme-list .list-right > ul > li .table-header .left h2 {
  font-size: 1.2rem;
  color: #fff;
  line-height: 4.4rem;
}
.programme-active .con .programme-list .list-right > ul > li .table-header .right {
  width: 61.5%;
}
.programme-active .con .programme-list .list-right > ul > li .table-header .right h2 {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 4.4rem;
}
.programme-active .con .programme-list .list-right > ul > li > ul > li {
  height: 4.4rem;
  display: flex;
  background: #fff;
}
.programme-active .con .programme-list .list-right > ul > li > ul > li .left {
  width: 38.5%;
  border-right: 1px solid #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
}
.programme-active .con .programme-list .list-right > ul > li > ul > li .left h2 {
  font-size: 0.8rem;
  color: #16294e;
}
.programme-active .con .programme-list .list-right > ul > li > ul > li .right {
  width: 61.5%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.programme-active .con .programme-list .list-right > ul > li > ul > li .right .tu {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
  float: left;
  position: relative;
  top: 50%;
  margin-top: -1.4rem;
}
.programme-active .con .programme-list .list-right > ul > li > ul > li .right .tu img {
  width: 100%;
}
.programme-active .con .programme-list .list-right > ul > li > ul > li .right .text {
  overflow: hidden;
  height: 4.4rem;
  position: relative;
}
.programme-active .con .programme-list .list-right > ul > li > ul > li .right .text h3 {
  font-size: 0.8rem;
  color: #16294e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.programme-active .con .programme-list .list-right > ul > li > ul > li:nth-child(even) {
  background: #e2f0ff;
}
.partners {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.partners .con .title {
  text-align: center;
  margin-bottom: 5rem;
}
.partners .con .title h3 {
  font-size: 4.7rem;
  background: linear-gradient(to bottom, #000, transparent);
  opacity: 0.1;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1;
}
.partners .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-top: -3rem;
}
.partners .con .title span {
  display: block;
  width: 1.4rem;
  height: 4px;
  background: #f87430;
  margin: 1.4rem auto;
}
.partners .con .partners-list .sponsor h2 {
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  width: 14%;
  position: relative;
  top: -0.2rem;
}
.partners .con .partners-list .sponsor ul {
  float: right;
  width: 86%;
}
.partners .con .partners-list .sponsor ul li {
  float: left;
  width: 10%;
  height: 2.4rem;
}
.partners .con .partners-list .sponsor ul li img {
  width: 100%;
}
.partners .con .partners-list .sponsor ul li:not(:nth-child(6n)) {
  margin-right: 8%;
}
.partners .con .partners-list .sponsor ul li:nth-child(n+7) {
  margin-top: 2rem;
}
.partners .con .partners-list .sponsor ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.partners .con .partners-list .media {
  margin-top: 3rem;
}
.partners .baoming {
  width: 8.5rem;
  height: 2.9rem;
  background: #ff8041;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  line-height: 2.9rem;
  margin: 5rem auto 0;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.partners .baoming:hover {
  background: #0370ef;
}
.past-events {
  background: #f7f7f7;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.past-events .con .title {
  text-align: center;
  margin-bottom: 2rem;
}
.past-events .con .title h3 {
  font-size: 4.7rem;
  background: linear-gradient(to bottom, #000, transparent);
  opacity: 0.1;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1;
}
.past-events .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-top: -3rem;
}
.past-events .con .title span {
  display: block;
  width: 1.4rem;
  height: 4px;
  background: #f87430;
  margin: 1.4rem auto;
}
.past-events .con .events-list > ul {
  margin-top: 1rem;
}
.past-events .con .events-list > ul li {
  float: left;
  width: 31.2%;
  margin-top: 2rem;
}
.past-events .con .events-list > ul li a {
  display: block;
}
.past-events .con .events-list > ul li a .top {
  height: 0;
  padding-bottom: 67%;
  overflow: hidden;
}
.past-events .con .events-list > ul li a .top img {
  width: 100%;
}
.past-events .con .events-list > ul li a .bottom {
  background: #fff;
  padding: 1rem 1.4rem 1.8rem;
}
.past-events .con .events-list > ul li a .bottom .sign {
  width: 3.4rem;
  height: 1.6rem;
  background: url(../img/kancai/zhuanfang/zf_bg.png) no-repeat;
  background-size: cover;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  line-height: 1.6rem;
  box-shadow: 0px 7px 24px 0px rgba(32, 33, 36, 0.28);
}
.past-events .con .events-list > ul li a .bottom h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  margin: 0.8rem 0 0.9rem;
}
.past-events .con .events-list > ul li a .bottom p {
  font-size: 0.8rem;
  color: #666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.past-events .con .events-list > ul li:not(:nth-child(3n)) {
  margin-right: 3.2%;
}
.past-events .con .events-list > ul li:hover a .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.past-events .con .events-list > ul li:hover a .bottom h2 {
  color: #ff8041;
}
.baoming-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.baoming-alert .con {
  background: #fff;
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 1.5rem 0;
}
.baoming-alert .con > h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0 0 0.4rem;
}
.baoming-alert .con form ul {
  padding: 0 2rem;
}
.baoming-alert .con form ul li {
  margin-top: 1rem;
  float: left;
  width: 48.5%;
}
.baoming-alert .con form ul li h2 {
  height: 2.4rem;
  float: left;
  width: 100px;
  text-align: right;
  font-size: 0.8rem;
  color: #000;
  line-height: 2.4rem;
}
.baoming-alert .con form ul li input {
  height: 2.4rem;
  float: right;
  width: calc(100% - 120px);
  border: 1px solid #dce1e4;
  font-size: 0.8rem;
  color: #999;
  padding-left: 1rem;
}
.baoming-alert .con form ul li textarea {
  float: right;
  width: calc(100% - 120px);
  height: 8rem;
  border: 1px solid #dce1e4;
  font-size: 0.8rem;
  color: #999;
  padding: 1rem;
}
.baoming-alert .con form ul li:nth-child(odd) {
  margin-right: 3%;
}
.baoming-alert .con form ul li:nth-child(5) {
  width: 100%;
  margin-right: 0;
}
.baoming-alert .con form ul li:nth-child(6) {
  width: 100%;
}
.baoming-alert .con form .btn {
  margin: 1rem auto 0;
  text-align: center;
}
.baoming-alert .con form .btn input {
  width: 10rem;
  height: 3rem;
  border-radius: 30px;
  background: linear-gradient(47deg, #f87330 0%, #fea43e 100%);
  font-size: 0.8rem;
  color: #fff;
  border: none;
}
.baoming-alert .con form .btn input:hover {
  background: #ff8041;
}
.baoming-alert .con form .btn input[type=reset] {
  background: #1e33f6;
  margin-left: 1.5rem;
}
.baoming-alert .con form .btn input[type=reset]:hover {
  background: #666;
}
.baoming-alert .con .close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 1rem;
  color: #333;
  display: block;
  text-align: center;
  line-height: 4rem;
}
.baoming-alert .con .close:hover {
  color: #ff8041;
}
.share {
  position: fixed;
  top: 20%;
  left: 4%;
  z-index: 10;
}
.share > h2 {
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  padding: 2px 0;
}
.share .bshare-custom {
  margin-bottom: 1rem;
}
.share .bshare-custom a {
  float: none;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background: #ff8041;
  position: relative;
  padding-left: 0;
  line-height: 2rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.share .bshare-custom a:before {
  line-height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.share .bshare-custom a.bshare-weixin:hover {
  background: #09bb07;
}
.share .bshare-custom a.bshare-weixin:hover:before {
  color: #fff;
}
.share .bshare-custom a.bshare-qzone:hover {
  background: #5091cc;
}
.share .bshare-custom a.bshare-qzone:hover:before {
  color: #fff;
}
.share .bshare-custom a.bshare-sinaminiblog:hover {
  background: #9e223f;
}
.share .bshare-custom a.bshare-sinaminiblog:hover:before {
  color: #fff;
}
.share.active {
  position: fixed;
  top: 20%;
  left: 7%;
}
.share .comment {
  width: 2.5rem;
  position: relative;
}
.share .comment img {
  width: 100%;
}
.share .comment span {
  position: absolute;
  right: -0.6rem;
  top: -0.9rem;
  font-size: 1.3rem;
  color: #f97c33;
  font-style: italic;
}
@media screen and (max-width: 1440px) {
  .guest-introduction .con .guest-list .swiper-container .swiper-slide .bottom h2 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 4.5em;
  }
}
@media screen and (max-width: 1366px) {
  .meeting-bright .con .meeting-list ul li {
    margin-top: 1.5rem;
  }
  .meeting-bright .con .meeting-list ul li .text {
    padding: 1.6rem 1rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 96px;
  }
  .banner .text {
    width: 100%;
    top: 36%;
  }
  .banner .text .baoming {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .con-details .con .text ul li .left {
    max-width: 2rem;
  }
  .con-details .con .text ul li:first-child .left {
    top: 0.6rem;
  }
  .baoming-alert .con {
    width: 80%;
  }
  .baoming-alert .con form ul li h2 {
    width: 80px;
  }
  .baoming-alert .con form ul li input {
    width: calc(100% - 100px);
  }
  .baoming-alert .con form ul li textarea {
    width: calc(100% - 100px);
  }
  .con-details .con .text {
    padding: 3rem 4%;
  }
  .share {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    padding-bottom: 40px;
  }
  .share.active {
    position: relative;
    top: 0;
    left: 0;
  }
  .share > h2 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1rem;
    top: 4px;
    color: #333;
    font-size: 14px;
  }
  .share .bshare-custom {
    display: inline;
    margin-bottom: 0;
  }
  .share .bshare-custom a {
    display: inline-block;
    margin: 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 72px;
    height: 200px;
    overflow: hidden;
  }
  .banner img {
    height: 100%;
    width: auto;
  }
  .banner .text {
    top: 39%;
  }
  .banner .text h2 {
    font-size: 18px;
  }
  .banner .text h3 {
    font-size: 20px;
  }
  .banner .text p {
    font-size: 14px;
  }
  .con-details {
    margin-top: -4rem;
  }
  .con-details .con .text {
    padding: 1.2rem 4% 4.4rem;
  }
  .con-details .con .text > h2 {
    font-size: 18px;
    width: 78%;
    margin: 0 auto;
  }
  .con-details .con .text > span {
    margin: 16px auto;
  }
  .con-details .con .text > p {
    font-size: 14px;
    width: 100%;
  }
  .con-details .con .text ul {
    margin-top: 40px;
  }
  .con-details .con .text ul li {
    display: block;
  }
  .con-details .con .text ul li .left {
    height: 46px;
    margin: 0 auto;
  }
  .con-details .con .text ul li .right {
    text-align: center;
  }
  .con-details .con .text ul li .right span {
    font-size: 14px;
  }
  .con-details .con .text ul li .right h6 {
    font-size: 14px;
    padding: 0 10px;
  }
  .meeting-bright {
    padding-top: 36px;
  }
  .meeting-bright .con .title h3 {
    font-size: 40px;
  }
  .meeting-bright .con .title h2 {
    font-size: 20px;
    margin-top: -2rem;
  }
  .meeting-bright .con .meeting-list .swiper-container {
    padding: 20px 20px 60px;
  }
  .meeting-bright .con .meeting-list ul li {
    margin-top: 0;
  }
  .meeting-bright .con .meeting-list ul li .text h2 {
    font-size: 16px;
  }
  .meeting-bright .con .meeting-list ul li .text h3 {
    font-size: 14px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .meeting-bright .con .meeting-list ul li .text p {
    font-size: 14px;
  }
  .guest-introduction {
    margin-top: 36px;
  }
  .guest-introduction .con .title {
    margin-bottom: 36px;
  }
  .guest-introduction .con .title h3 {
    font-size: 40px;
  }
  .guest-introduction .con .title h2 {
    font-size: 20px;
    margin-top: -2rem;
  }
  .guest-introduction .con .guest-list .swiper-container {
    padding-bottom: 6rem;
  }
  .guest-introduction .con .guest-list .swiper-container .swiper-slide .bottom h2 {
    font-size: 14px;
  }
  .guest-introduction .con .guest-list .swiper-container .swiper-slide .bottom h3 {
    font-size: 14px;
  }
  .guest-introduction .con .guest-list .swiper-container .swiper-slide .bottom h4 {
    font-size: 14px;
    padding: 0 10px;
  }
  .guest-introduction .con .guest-list .swiper-container .swiper-pagination {
    bottom: 3rem;
  }
  .guest-introduction .con .guest-list .swiper-container .swiper-button-next {
    display: none;
  }
  .guest-introduction .con .guest-list .swiper-container .swiper-button-prev {
    display: none;
  }
  .programme-active {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .programme-active .con .title h3 {
    font-size: 40px;
  }
  .programme-active .con .title h2 {
    font-size: 20px;
    margin-top: -2rem;
  }
  .programme-active .con .programme-list .list-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .programme-active .con .programme-list .list-left ul li {
    float: left;
    width: 33.33%;
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .programme-active .con .programme-list .list-left ul li:not(:first-child) {
    margin-top: 0;
  }
  .programme-active .con .programme-list .list-left ul li h2 {
    font-size: 14px;
  }
  .programme-active .con .programme-list .list-left ul li span {
    font-size: 13px;
  }
  .programme-active .con .programme-list .list-right {
    width: 100%;
  }
  .programme-active .con .programme-list .list-right > ul > li .table-header .left {
    width: 46%;
  }
  .programme-active .con .programme-list .list-right > ul > li .table-header .left h2 {
    font-size: 16px;
  }
  .programme-active .con .programme-list .list-right > ul > li .table-header .right {
    width: 54%;
  }
  .programme-active .con .programme-list .list-right > ul > li .table-header .right h2 {
    font-size: 16px;
  }
  .programme-active .con .programme-list .list-right > ul > li > ul > li {
    height: 100px;
  }
  .programme-active .con .programme-list .list-right > ul > li > ul > li .left {
    width: 46%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .programme-active .con .programme-list .list-right > ul > li > ul > li .left h2 {
    font-size: 14px;
  }
  .programme-active .con .programme-list .list-right > ul > li > ul > li .right {
    width: 54%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .programme-active .con .programme-list .list-right > ul > li > ul > li .right .text {
    height: 100px;
  }
  .programme-active .con .programme-list .list-right > ul > li > ul > li .right .text h3 {
    font-size: 14px;
  }
  .partners {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .partners .con .title {
    margin-bottom: 30px;
  }
  .partners .con .title h3 {
    font-size: 40px;
  }
  .partners .con .title h2 {
    font-size: 20px;
    margin-top: -2rem;
  }
  .partners .con .partners-list .sponsor h2 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .partners .con .partners-list .sponsor ul {
    width: 100%;
  }
  .partners .con .partners-list .sponsor ul li {
    width: 20%;
    height: 50px;
  }
  .partners .con .partners-list .sponsor ul li:not(:nth-child(6n)) {
    margin-right: 0;
  }
  .partners .con .partners-list .sponsor ul li:nth-child(n+7) {
    margin-top: 0;
  }
  .partners .con .partners-list .sponsor ul li:not(:nth-child(4n)) {
    margin-right: 6.666%;
  }
  .partners .con .partners-list .media {
    margin-top: 20px;
  }
  .past-events {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .past-events .con .title {
    margin-bottom: 0;
  }
  .past-events .con .title h3 {
    font-size: 40px;
  }
  .past-events .con .title h2 {
    font-size: 20px;
    margin-top: -2rem;
  }
  .past-events .con .events-list > ul {
    margin-top: 0;
  }
  .past-events .con .events-list > ul li {
    width: 48.5%;
    margin-top: 1rem;
  }
  .past-events .con .events-list > ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .past-events .con .events-list > ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .past-events .con .events-list > ul li a .bottom {
    padding: 12px;
  }
  .past-events .con .events-list > ul li a .bottom .sign {
    width: 46px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
  .past-events .con .events-list > ul li a .bottom h2 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .past-events .con .events-list > ul li a .bottom p {
    font-size: 14px;
  }
  .baoming-alert .con {
    width: 90%;
    padding: 10px;
  }
  .baoming-alert .con > h2 {
    font-size: 16px;
    margin: 10px 0;
  }
  .baoming-alert .con form {
    padding-right: 0;
  }
  .baoming-alert .con form ul {
    padding: 0;
  }
  .baoming-alert .con form ul li {
    width: 100%;
  }
  .baoming-alert .con form ul li h2 {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .baoming-alert .con form ul li input {
    width: calc(100% - 90px);
    font-size: 13px;
    height: 40px;
  }
  .baoming-alert .con form ul li textarea {
    width: calc(100% - 90px);
    font-size: 14px;
    height: 100px;
  }
  .baoming-alert .con form .btn {
    margin: 2rem auto;
  }
  .baoming-alert .con form .btn input {
    width: 12rem;
    height: 4rem;
    font-size: 14px;
  }
  .baoming-alert .con .close {
    font-size: 16px;
  }
  .share > h2 {
    font-size: 14px;
  }
  .share .bshare-custom a {
    width: 40px;
    height: 40px;
  }
  .share .bshare-custom a:before {
    line-height: 40px;
    font-size: 20px !important;
  }
  .share .bshare-custom a.bshare-weixin:before {
    font-size: 26px !important;
  }
}
/*# sourceMappingURL=huodong_details.css.map */