#PC {
  background: url("../../assets/images/pc333.jpg") no-repeat center 1400px;
}
#PC .content-box .video-box {
  height: 580px;
  width: 100%;
  margin-bottom: 10px;
  overflow:hidden;
}
#PC .content-box .video-box .video-heart {
  background: url("../../assets/images/bg12.png") no-repeat center -70px;
  height: 100%;
  margin: 0 auto;
}
#PC .content-box .video-box .video-heart .video-text {
  width: 860px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#PC .content-box .video-box .video-heart .video-text .video-area-top {
  width: 100%;
  height: 480px;
  margin-top: 52px;
  background: url("../../assets/images/shipin_tu.jpg") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
}
#PC .content-box .video-box .video-heart .video-text .video-area-top #vd_box2,
#PC .content-box .video-box .video-heart .video-text .video-area-top .live-frame,
#PC .content-box .video-box .video-heart .video-text .video-area-top .preview-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
#PC .content-box .video-box .video-heart .video-text .video-area-top .live-frame iframe,
#PC .content-box .video-box .video-heart .video-text .video-area-top .preview-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
#PC .content-box .video-box .video-heart .video-text .text {
  float: left;
  margin-top: 26px;
}
#PC .content-box .video-box .video-heart .video-text .text .title-box {
  height: 30px;
  overflow: hidden;
}
#PC .content-box .video-box .video-heart .video-text .text .title-box section {
  float: left;
}
#PC .content-box .video-box .video-heart .video-text .text .title-box .title {
  font-size: 20px;
  font-weight: 700;
}
#PC .content-box .video-box .video-heart .video-text .text .title-box .type {
  color: #fff;
  margin: 5px 10px;
  padding: 0 5px;
  border-radius: 3px;
  background: #f00;
}
#PC .content-box .video-box .video-heart .video-text .text .share {
  height: 40px;
  cursor: pointer;
}
#PC .content-box .video-box .video-heart .video-text .text .share > section {
  position: relative;
  float: left;
  line-height: 40px;
  margin-right: 10px;
}
#PC .content-box .video-box .video-heart .video-text .text .share .text-icon {
  margin-top: 5px;
}
#PC .content-box .video-box .video-heart .video-text .text .share .text-icon > img {
  float: left;
}
#PC .content-box .video-box .video-heart .video-text .text .share .text-icon .text-con-img {
  float: left;
  width: 230px;
  height: 110px;
  margin-left: 10px;
  display: none;
}
#PC .content-box .video-box .video-heart .video-text .text .share .text-icon .text-con-img > img {
  width: 100%;
  height: 100%;
}
#PC .content-box .video-box .video-heart .video-text .text .share .text-icon:hover {
  width: 260px;
}
#PC .content-box .video-box .video-heart .video-text .text .share .text-icon:hover .text-con-img {
  display: block !important;
}
#PC .content-box .video-box .video-heart .video-text .listen {
  margin-top: 26px;
  float: right;
}
#PC .content-box .video-box .video-heart .video-text .listen section {
  float: left;
  margin-left: 10px;
}
#PC .content-box .video-list {
  height: 310px;
  width: 100%;
}
#PC .content-box .video-list .video-list-heart {
  height: 100%;
  width: 1440px;
  margin: 0 auto;
}
#PC .content-box .video-list .video-list-heart .video-list-area {
  position: relative;
  width: 1060px;
  height: 100%;
  margin: 0 auto;
}
#PC .content-box .video-list .video-list-heart .video-list-area .video-list-title-mun {
  height: 40px;
  width: 100%;
}


#PC .content-box .video-list .video-list-heart .video-list-area .video-list-title-mun .video-list-title {
  float: left;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
}
#PC .content-box .video-list .video-list-heart .video-list-area .video-list-title-mun .video-list-mun {
  float: right;
  line-height: 40px;
  height: 100%;
  margin-right: 10px;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video {
  height: 230px;
  overflow: hidden;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide {
  width: 100%;
  height: 230px;
  position: absolute;
  transition: opacity 1s;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video {
  float: left;
  width: calc(25% - 12px);
  height: 100%;
  margin: 0 6px;
  position: relative;
  cursor: pointer;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video .video-pic {
  position: relative;
  margin-top: 20px;
  height: 142px;
  width: 100%;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video .video-pic > img {
  width: 100%;
  height: 100%;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video .video-pic .play0 {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video .video-pic .play0 section {
  display: none;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video .video-pic .play1 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  padding: 1px 3px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video .video-pic .play1 img {
  display: none;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video .video-text {
  height: 70px;
  line-height: 20px;
  width: 100%;
  padding: 5px;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video .video-type {
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  top: 16px;
  left: -3px;
  padding: 1px 5px;
  border-radius: 2px;
  color: #fff;
}
#PC .content-box .video-list .video-list-heart .video-list-area .swiper-container-video .swiper-slide .single-video .like-see section {
  height: 30px;
  float: left;
  line-height: 30px;
  margin-right: 10px;
  color: #666;
  vertical-align: top;
}
#PC .content-box .video-list .video-list-heart .video-list-area .video-list-prev {
  position: absolute;
  top: 120px;
  left: -50px;
  width: 20px;
  height: 35px;
  cursor: pointer;
}
#PC .content-box .video-list .video-list-heart .video-list-area .video-list-prev > img {
  width: 100%;
  height: 100%;
}
#PC .content-box .video-list .video-list-heart .video-list-area .video-list-next {
  position: absolute;
  top: 120px;
  right: -50px;
  width: 20px;
  height: 35px;
  cursor: pointer;
}
#PC .content-box .video-list .video-list-heart .video-list-area .video-list-next > img {
  width: 100%;
  height: 100%;
}
#PC .content-box .broadcast-agenda-box {
  width: 100%;
  height: 740px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart {
  height: 100%;
  width: 1440px;
  margin: 0 auto;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  height: 90px;
  width: 100%;
  line-height: 90px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .jean-one-left {
  left: calc(-100% + 200px) !important;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .jean-two-left {
  left: calc(-100% + 300px) !important;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion {
  width: 1080px;
  height: 580px;
  background: #918d8d;
  margin: 0 auto;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-one {
  border-radius: 4px;
  width: calc(100% - 100px);
  background: #e2c0c0;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 99;
  transition: all .5s;
  background: #ccc;
  background: url("../../assets/images/bg333.jpg") no-repeat left;
  background-size: auto 100% ;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-two {
  border-radius: 4px;
  width: calc(100% - 100px);
  background: #830f0f;
  height: 100%;
  position: absolute;
  left: 100px;
  z-index: 9;
  transition: all .5s;
  background: url("../../assets/images/02V58PIChiW.jpg") no-repeat left;
  background-size: auto 100% ;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-three {
  border-radius: 4px;
  width: calc(100% - 200px);
  background: #24beb7;
  height: 100%;
  position: absolute;
  left: 200px;
  z-index: 1;
  background: url("../../assets/images/Mask.jpg") no-repeat right;
  background-size: auto 100% ;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-one.jean-one-left .times01{
	display:block;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-one.jean-one-left .times02{
	display:none;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-one .times01{
	display:none;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-one .times02{
	display:block;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-two.jean-two-left .times01{
	display:block;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-two.jean-two-left .times02{
	display:none;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-two .times01{
	display:none;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-two .times02{
	display:block;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-three .title {
  display: none;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content {
  padding: 20px;
  color: #fff;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .content-title {
  line-height: 40px;
  font-size: 18px;
  padding-left: 32px;
  margin-top: 20px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am {
  height: 190px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .text {
  float: left;
  width: 30px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box {
  float: left;
  overflow: hidden;
  height: 100%;
  width: calc(100% - 30px);
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  float: left;
  height: calc(100% - 10px);
  background: #fff;
  cursor: pointer;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .user-pic {
  width: 134px;
  float: left;
  height: 100%;
  position: relative;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .user-pic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .user-pic > .user {
  position: absolute;
  width: 124px;
  bottom: 5px;
  left: 10px;
  color: #fff;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .user-pic > .user .name {
  font-weight: 700;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .user-pic > .user .text {
  font-size: 10px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .keynote-box {
  color: #333;
  width: 260px;
  float: left;
  height: 100%;
  padding: 10px;
  font-weight: 700;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .keynote-box .keynote-time {
  overflow: hidden;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .keynote-box .keynote-time .keynote-title {
  padding-top: 10px;
  line-height: 30px;
  float: left;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .keynote-box .keynote-time .keynote-time {
  padding-top: 10px;
  line-height: 30px;
  float: right;
  font-size: 12px;
  color: #999;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .keynote-box .review {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #5091e2;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .am .info-box .info .keynote-box .review > a {
  color: #fff;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm {
  padding-top: 10px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .pm-text {
  float: left;
  width: 30px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time {
  float: left;
  width: calc(100% - 60px);
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt {
  margin-right: 10px;
  float: left;
  width: calc(25% - 30px);
  padding: 10px;
  border-radius: 3px;
  background: #1755a7;
  padding-bottom: 70px;
  position: relative;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .summt-title-time {
  overflow: hidden;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .summt-title-time .summt-title {
  float: left;
  line-height: 30px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .summt-title-time .summt-time {
  float: right;
  font-size: 12px;
  line-height: 30px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .summt-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .summt-text > a {
  color: #fff;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .review-my > a {
  color: #fff;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .review-me1 {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .review-me1 img {
  display: none;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .review-me2 img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt .review-me2 section {
  display: none;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt:nth-child(2) {
  background: #e8392f;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt:nth-child(3) {
  margin-top: 40px;
  background: #51ba7b;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .jean-content .pm .period-of-time .summt:nth-child(4) {
  margin-top: 80px;
  background: #f4c031;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title,
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title2 {
  border-radius: 4px;
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: url("../../assets/images/shutterstock_570905851.jpg") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title0{
  border-radius: 4px;
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: url("../../assets/images/bg333.jpg") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}

#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title section,
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title2 section {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title p,
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title0 p,
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title2 p {
  width: 200px;
  position: absolute;
  top: 240px;
  left: -47px;
  text-decoration: underline;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  z-index: 9;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title2 {
  background: url("../../assets/images/shutterstock_1060455440.jpg") no-repeat center;
  background-size: 100% 100%;
}
#PC .content-box .broadcast-agenda-box .broadcast-agenda-box-heart .broadcast-agenda-accordion .title20{
  border-radius: 4px;
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: url("../../assets/images/shutterstock_570905851.jpg") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
#PC .content-box .nutshell-box {
  width: 100%;
  height: 720px;
}
#PC .content-box .nutshell-box .nutshell-box-heart {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#PC .content-box .nutshell-box .nutshell-box-heart .nutshell-box-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  margin-top: 60px;
  height: 100px;
  width: 100%;
  color: #fff;
  line-height: 100px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .nutshell-box .nutshell-box-heart .nutshell-dynamic-container {
  position: relative;
  width: 1150px;
  height: 410px;
  margin: 0 auto;
}
#PC .content-box .nutshell-box .nutshell-box-heart #nutshell-dynamic-box {
  width: 100%;
  height: 100%;
}
#PC .content-box .nutshell-box .nutshell-box-heart #nutshell-the-page {
  height: 80px;
  width: 100%;
  position: relative;
}
#PC .content-box .nutshell-box .nutshell-box-heart #nutshell-the-page > section {
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
#PC .content-box .nutshell-box .nutshell-box-heart .nutshell-prev {
  position: absolute;
  top: 180px;
  left: -50px;
  width: 21px;
  height: 37px;
  cursor: pointer;
}
#PC .content-box .nutshell-box .nutshell-box-heart .nutshell-prev > img {
  width: 100%;
  height: 100%;
}
#PC .content-box .nutshell-box .nutshell-box-heart .nutshell-next {
  position: absolute;
  top: 180px;
  right: -50px;
  width: 21px;
  height: 37px;
  cursor: pointer;
}
#PC .content-box .nutshell-box .nutshell-box-heart .nutshell-next > img {
  width: 100%;
  height: 100%;
}
#PC .content-box .media-reports-box {
  width: 100%;
  height: 760px;
}
#PC .content-box .media-reports-box .media-reports-heart {
  background: url("../../assets/images/bg776.jpg") no-repeat center -300px;
  width: 1440px;
  margin: 0 auto;
  height: 100%;
}
#PC .content-box .media-reports-box .media-reports-heart .media-reports-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  line-height: 100px;
  padding-top: 40px;
  height: 140px;
  background: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box {
  position: relative;
  width: 920px;
  height: 520px;
  margin: 0 auto;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .swiper-slide {
  transition: opacity 1s;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row {
  float: left;
  width: calc(33.33% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .reports-column {
  position: relative;
  width: 100%;
  background: #f6f6f6;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .reports-column .read-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .focus_on {
  height: 100%;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .focus_on .img {
  height: 230px;
  background: #dd4343;
  overflow: hidden;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .focus_on .img > img {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .focus_on .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .secondary {
  max-height: 300px;
  margin-bottom: 10px;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .secondary .img {
  height: 130px;
  background: #dddb5d;
  overflow: hidden;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .secondary .img > img {
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  max-height: 120%;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .secondary .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .secondary .time {
  margin-top: 4px;
  padding-bottom: 70px;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .general {
      /* max-height: 200px; */
    margin-bottom: 10px;
    min-height: 242px;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .general .img {
  display: none;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .general .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .avatar-user {
  height: auto;
  width: 100%;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .avatar-user .avatar {
  background-size: 100% 100% !important;
  float: left;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin: 8px;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .avatar-user .user {
  font-weight: 700;
  width: calc(100% - 50px);
  display: -webkit-box;
  /*-webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: left;
  line-height: 50px;*/
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .describe {
  margin: 4px 8px 8px;
  width: calc(100% - 16px);
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row .time {
  font-size: 12px;
  color: #999;
  height: 100px;
  padding-left: 10px;
  line-height: 20px;
  margin-top: 20px;
  padding-bottom: 60px;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .swiper-container-reports .reports-row  .general .time{
	display:none;
}
#PC .content-box .media-reports-box .media-reports-heart .slide-box .reports-slide-page {
  width: 22px;
  position: absolute;
  right: -22px;
  bottom: 0;
}
#PC .content-box .pround-data-box {
  width: 100%;
  height: 320px;
}
#PC .content-box .pround-data-box .pround-data-heart {
  background: url("../../assets/images/_hd.jpg") no-repeat center;
  width: 1440px;
  margin: 0 auto;
  height: 100%;
}
#PC .content-box .pround-data-box .pround-data-heart .pround-data-title {
  padding-top: 50px;
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  color: #fff;
  height: 80px;
  left: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .pround-data-box .pround-data-heart .data-box {
  width: 1200px;
  height: 200px;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
}
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround {
  width: calc(100% - 100px);
  margin: 0 auto;
  height: 150px;
  overflow: hidden;
  margin-top: 25px;
}
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide {
  width: 100%;
  height: 100%;
}
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide .data {
  font-weight: 700;
  height: 60px;
  margin-top: 35px;
  float: left;
  border-right: 2px solid #FFF;
  color: #fff;
  padding: 0 30px;
  width: 100%;
}
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide .data .num {
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  width: 100%;
}
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide .data .text {
  color: #f5f5f5;
  padding-top: 10px;
  font-size: 16px;
  width: 100%;
}
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide .data:nth-child(1),
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide .data:nth-child(2),
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide .data:nth-child(4),
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide .data:nth-child(5) {
  width: 21%;
}
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide .data:nth-child(3) {
  width: 16%;
  text-align: center;
}
#PC .content-box .pround-data-box .pround-data-heart .data-box .swiper-container-pround .swiper-slide .data:nth-child(5) {
  border-right: none;
}
#PC .content-box .check-hot-box {
  width: 100%;
  height: 2200px;
}
#PC .content-box .check-hot-box .check-hot-heart {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#PC .content-box .check-hot-box .check-hot-heart .check-hot-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  width: 100%;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .check-hot-box .check-hot-heart #hot-top-box {
  position: absolute;
  right: 100px;
  top: 0;
}
#PC .content-box .check-hot-box .check-hot-heart #hot-content-box {
  position: absolute;
  left: 100px;
  top: -120px;
}
#PC .content-box .check-hot-box .check-hot-heart #hot-footer-box {
  position: absolute;
  right: 100px;
  top: 122px;
  z-index: 9;
}
#PC .content-box .check-hot-box .check-hot-heart #hot-top-box,
#PC .content-box .check-hot-box .check-hot-heart #hot-content-box,
#PC .content-box .check-hot-box .check-hot-heart #hot-footer-box {
  width: 528px;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-top {
  height: 650px;
  width: 100%;
  z-index: 9;
  position: relative;
  font-weight: 700;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-top .top-title {
  width: 500px;
  height: 260px;
  text-align: right;
  position: absolute;
  right: 728px;
  top: 170px;
  z-index: 9;
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
}
#PC .content-box .check-hot-box .check-hot-heart .hot-top .top-title .title {
  font-size: 60px;
  line-height: 62px;
  color: #1753a7;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-top .top-title .text {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 400;
  color: #333;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-top .bg {
  position: absolute;
  right: 60px;
  top: 100px;
  width: 660px;
  height: 500px;
  background: #1753a7;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-top .bg > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -58px;
  right: -58px;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-top .text-box > section .text > a {
  color: #1753a7;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-content {
  height: 650px;
  width: 100%;
  position: relative;
  z-index: 9;
  font-weight: 700;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-content .top-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  width: 500px;
  height: 260px;
  position: absolute;
  left: 820px;
  top: 270px;
  z-index: 9;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-content .top-title .title {
  font-size: 60px;
  line-height: 62px;
  color: #409ce1;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-content .top-title .text {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 400;
  color: #333;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-content .bg {
  position: absolute;
  left: 30px;
  top: 100px;
  width: 760px;
  height: 530px;
  background: #409ce1;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-content .bg > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 58px;
  left: -60px;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-content .text-box > section .text > a {
  color: #409ce1;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-footer {
  height: 750px;
  width: 100%;
  position: relative;
  font-weight: 700;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-footer .top-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  width: 500px;
  height: 260px;
  text-align: right;
  position: absolute;
  right: 728px;
  top: 270px;
  z-index: 99;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-footer .top-title .title {
  font-size: 60px;
  line-height: 62px;
  color: #6c67b4;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-footer .top-title .text {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 400;
  color: #333;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-footer .bg {
  position: absolute;
  right: 200px;
  top: 150px;
  width: 500px;
  height: 500px;
  background: #6c67b4;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-footer .bg > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -58px;
  right: -58px;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-footer .text-box > section {
  float: right;
}
#PC .content-box .check-hot-box .check-hot-heart .hot-footer .text-box > section .text > a {
  color: #6c67b4;
}
#PC .content-box .check-hot-box .check-hot-heart .text-box {
  height: 132px;
  width: 100%;
  overflow: hidden;
}
#PC .content-box .check-hot-box .check-hot-heart .text-box > section {
  width: 120px;
  height: 120px;
  background: #f6f6f6;
  float: left;
  margin: 6px;
  border-radius: 3px;
}
#PC .content-box .check-hot-box .check-hot-heart .text-box .text {
  width: 120px;
  height: 120px;
  padding: 0 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#PC .content-box .photo-box {
  height: 650px;
  width: 100%;
}
#PC .content-box .photo-box .photo-heart {
  height: 100%;
  width: 1440px;
  margin: 0 auto;
}
#PC .content-box .photo-box .photo-heart .photo-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .photo-box .photo-heart .silder {
  height: 540px;
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
#PC .content-box .photo-box .photo-heart .silder .photo-prev {
  height: 41px;
  width: 23px;
  position: absolute;
  left: -40px;
  top: 235px;
  cursor: pointer;
}
#PC .content-box .photo-box .photo-heart .silder .photo-prev > img {
  width: 100%;
  height: 100%;
}
#PC .content-box .photo-box .photo-heart .silder .photo-next {
  height: 41px;
  width: 23px;
  position: absolute;
  right: -40px;
  top: 235px;
  cursor: pointer;
}
#PC .content-box .photo-box .photo-heart .silder .photo-next > img {
  width: 100%;
  height: 100%;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide {
  position: relative;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section {
  position: absolute;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section > .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section > .img > img {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section:nth-child(1) {
  width: 49%;
  height: 340px;
  top: 12px;
  left: 0.5%;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section:nth-child(2) {
  height: 165px;
  width: 24%;
  left: 0.5%;
  bottom: 12px;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section:nth-child(3) {
  height: 165px;
  width: 24%;
  left: 25.5%;
  bottom: 12px;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section:nth-child(4) {
  height: 165px;
  width: 24%;
  top: 12px;
  left: 50.5%;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section:nth-child(5) {
  height: 340px;
  width: 24%;
  bottom: 12px;
  left: 50.5%;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section:nth-child(6) {
  height: 340px;
  width: 24%;
  top: 12px;
  left: 75.5%;
}
#PC .content-box .photo-box .photo-heart .silder .swiper-container-photo .swiper-slide > section:nth-child(7) {
  height: 165px;
  width: 24%;
  bottom: 12px;
  left: 75.5%;
}
#PC .content-box .photo-box .photo-heart .the-label {
  padding: 2px 10px;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 2px;
  color: #fff;
}
#PC .content-box .photo-box .photo-heart .the_first {
  background: #e48282;
}
#PC .content-box .photo-box .photo-heart .the_second {
  background: #307e34;
}
#PC .content-box .photo-box .photo-heart .the_third {
  background: #415ca7;
}
#PC .content-box .photo-box .photo-heart .photo-page {
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
#PC .content-box .spots-box {
  font-weight: 700;
  width: 100%;
  height: 780px;
}
#PC .content-box .spots-box .spots-heart {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}
#PC .content-box .spots-box .spots-heart .spots-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .spots-box .spots-heart #spots-content {
  width: 1072px;
  margin: 0 auto;
}

#PC .content-box .spots-box .spots-heart #spots-content .bg0 .bg-text {
  width: 100%;
  padding-top: 10px;
}

#PC .content-box .spots-box .spots-heart #spots-content .bg1 .bg-text{
  width: 100%;
    padding-top: 10px;
}

#PC .content-box .spots-box .spots-heart #spots-content .bg2 .bg-text{
  width: 100%;
    padding-top: 10px;
}
#PC .content-box .spots-box .spots-heart #spots-content .spots-container {
  width: 100%;
  height: 220px;
}
#PC .content-box .spots-box .spots-heart #spots-content .spots-container .spots-one {
  float: left;
  height: 100%;
  width: 254px;
  margin: 0 7px;
  overflow: hidden;
}
#PC .content-box .spots-box .spots-heart #spots-content .spots-container .spots-one .img {
  margin-top: 10px;
  width: 100%;
  height: 140px;
  position: relative;
  cursor: pointer;
}
#PC .content-box .spots-box .spots-heart #spots-content .spots-container .spots-one .img > img {
  width: 100%;
  height: 100%;
}
#PC .content-box .spots-box .spots-heart #spots-content .spots-container .spots-one .title {
  padding: 5px 0;
}
#PC .content-box .spots-box .spots-heart #spots-content .spots-container .spots-one .pic {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
#PC .content-box .spots-box .spots-heart #spots-content .spots-container .spots-one .pic > img {
  min-width: 100%;
  min-height: 100%;
  max-width: 130%;
  max-height: 130%;
}
#PC .content-box .spots-box .spots-heart #spots-content .spots-container:nth-child(2) .spots-one {
  float: right;
}
#PC .content-box .spots-box .spots-heart .view-more-box {
  padding: 0;
}
#PC .content-box .success-stories-box {
  height: 770px;
  width: 100%;
}
#PC .content-box .success-stories-box .success-stories-heart {
  width: 1440px;
  margin: 0 auto;
}
#PC .content-box .success-stories-box .success-stories-heart .success-stories-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box {
  width: 1200px;
  height: 560px;
  margin: 0 auto;
  position: relative;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box .pic-box {
  overflow: hidden;
  position: absolute;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box .pic-box > img {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box .pic-box .the-mask-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box .pic-box .text {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 20px;
  line-height: 26px;
  font-size: 20px;
  z-index: 99;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box .pic-box:nth-child(1) {
  width: 49.5%;
  background: #944141;
  height: 58%;
  left: 0;
  top: 0;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box .pic-box:nth-child(2) {
  width: 49%;
  background: #944141;
  height: 58%;
  left: 50.5%;
  top: 0;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box .pic-box:nth-child(3) {
  width: 32.5%;
  background: #944141;
  height: 40%;
  left: 0%;
  top: 60%;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box .pic-box:nth-child(4) {
  width: 32.5%;
  background: #944141;
  height: 40%;
  left: 33.5%;
  top: 60%;
}
#PC .content-box .success-stories-box .success-stories-heart #stories-box .pic-box:nth-child(5) {
  width: 32.5%;
  background: #944141;
  height: 40%;
  left: 67%;
  top: 60%;
}
#PC .content-box .trust-box {
  width: 100%;
  height: 273px;
  background: #000;
  margin-bottom: 60px;
  background: url("../../assets/images/banner06.jpg") no-repeat center;
  background-size: auto 100%;
}
#PC .content-box .trust-box .trust-heart {
  height: 100%;
  padding: 50px;
  color: #fff;
}
#PC .content-box .trust-box .trust-heart .trust-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  text-align: center;
  line-height: 40px;
  font-size: 24px;
}
#PC .content-box .trust-box .trust-heart .describe {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: 700;
}
#PC .content-box .trust-box .trust-heart .button {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  padding-top: 20px;
}
#PC .content-box .trust-box .trust-heart .button > span {
  cursor: pointer;
  padding: 0 20px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
}
#PC .content-box .trust-box .trust-heart .button > span > a {
  color: #fff;
}
#PC .content-box .our-sponsors-box {
  width: 100%;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart {
  width: 1200px;
  margin: 0 auto;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart .our-sponsors-title,
#PC .content-box .our-sponsors-box .our-sponsors-heart .media-partner-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart #sponsors-box {
  position: relative;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart #sponsors-box > a {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  position: absolute;
  right: 100px;
  bottom: 10px;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type {
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type .logo-s,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type .logo-s {
  overflow: hidden;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type .sponsors-type-text,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type .sponsors-type-text,
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type .partner-type-text,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type .partner-type-text {
  font-size: 18px;
  line-height: 56px;
  height: 40px;
  width: 100%;
  color: #1c59a5;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type .sponsors-logo,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type .sponsors-logo,
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type .partner-logo,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type .partner-logo {
  margin: 10px 0;
  float: left;
  width: 190px;
  height: 80px;
  line-height: 80px;
  display: table;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type .sponsors-logo > section,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type .sponsors-logo > section,
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type .partner-logo > section,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type .partner-logo > section {
  display: table-cell;
  vertical-align: middle;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type .sponsors-logo > section > a > img,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type .sponsors-logo > section > a > img,
#PC .content-box .our-sponsors-box .our-sponsors-heart .sponsors-type .partner-logo > section > a > img,
#PC .content-box .our-sponsors-box .our-sponsors-heart .partner-type .partner-logo > section > a > img {
  max-height: 59px !important;
  max-width: 142px !important;
  width: 100%;
  display: block;
}
#PC .content-box .our-sponsors-box .our-sponsors-heart .view-more-box {
  padding-bottom: 40px;
}
#PC .content-box .conversatlon-box {
  width: 100%;
}
#PC .content-box .conversatlon-box .conversatlon-heart {
  width: 1200px;
  margin: 0 auto;
}
#PC .content-box .conversatlon-box .conversatlon-heart .conversatlon-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  padding-top: 50px;
  width: 100%;
  height: 130px;
  line-height: 80px;
  background: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 10px;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .waterfall-flow-child {
  margin: 7px;
  margin-right: 3px;
  width: calc(25% - 16px);
  background: #faf4f4;
  font-weight: 700;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .waterfall-flow-child .name {
  background: #f66;
  color: #fff;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .waterfall-flow-child .img1 {
  width: 100%;
  background: #2c2222;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .waterfall-flow-child .img1 > img {
  width: 100%;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .waterfall-flow-child .img2 {
  width: 100%;
  background: #2c2222;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .waterfall-flow-child .img2 > img {
  width: 100%;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .waterfall-flow-child .img3 {
  display: none;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .text {
  padding: 15px 12px 65px;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .avatar {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .avatar > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .waterfall-flow-child:nth-child(3n+0) .name {
  background: #116b2f;
}
#PC .content-box .conversatlon-box .conversatlon-heart #waterfall-flow .waterfall-flow-child:nth-child(3n+1) .name {
  background: #8754ca;
}
#PC .content-box .conversatlon-box .conversatlon-heart .load {
  line-height: 80px;
  text-align: center;
}
#PC .content-box .interested-box {
  width: 100%;
  height: 480px;
}
#PC .content-box .interested-box .interested-heart {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
#PC .content-box .interested-box .interested-heart .interested-title {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif";
  line-height: 100px;
  padding-top: 40px;
  height: 140px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
#PC .content-box .interested-box .interested-heart .interested-one {
  overflow: hidden;
}
#PC .content-box .interested-box .interested-heart .interested-one .interested-pic {
  float: left;
  width: calc(33.333% - 16px);
  margin: 0 8px;
  height: 235px;
  position: relative;
}
#PC .content-box .interested-box .interested-heart .interested-one .interested-pic .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  overflow: hidden;
}
#PC .content-box .interested-box .interested-heart .interested-one .interested-pic .bg > img {
  min-width: 100%;
  min-height: 100%;
  max-width: 130%;
  max-height: 130%;
}
#PC .content-box .interested-box .interested-heart .interested-one .interested-pic .info {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #fff;
}
#PC .content-box .interested-box .interested-heart .interested-one .interested-pic .info .text-box {
  padding: 60px 20px 20px;
  height: 150px;
}
#PC .content-box .interested-box .interested-heart .interested-one .interested-pic .info .text-box .text {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}
#PC .content-box .interested-box .interested-heart .interested-one .interested-pic .info .button-box {
  text-align: center;
}
#PC .content-box .interested-box .interested-heart .interested-one .interested-pic .info .button-box .button {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
}
#PC .content-box .interested-box .interested-heart .interested-one .interested-pic .info .button-box .button > img {
  width: 100%;
  height: 100%;
}
#PC .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #eee4e4;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
#PC .swiper-active-switch {
  background: #0d0399;
}
#PC .play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#PC .play-icon > section {
  width: 55px;
  height: 55px;
  background: url("../../assets/images/shipin_btn2.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
  z-index: 999;
}
.the-side {
  position: fixed;
  right: 50px;
  bottom: 190px;
  border-radius: 5px;
  transition: opacity 1s;
  opacity: 0;
  z-index: 9999;
}
.the-side > section:nth-child(1) img {
  width: 24px;
  height: 18px;
  top: 16px;
  right: 13px;
}
.the-side > section:nth-child(2) img {
  width: 23px;
  height: 23px;
  top: 14px;
  right: 13px;
}
.the-side > section:nth-child(3) img {
  width: 19px;
  height: 23px;
  top: 13px;
  right: 15px;
}
.the-side > section {
  position: relative;
  height: 50px;
  width: 50px;
  background: #1753a7;
  margin-bottom: 5px;
  cursor: pointer;
}
.the-side > section > section {
  transition: all .5s ease;
  height: 50px;
  width: 50px;
  right: 0;
  top: 0;
  position: absolute;
  background: #1753a7;
}
.the-side > section > section > img {
  position: absolute;
}
.the-side > section > section p {
  padding: 10px;
  height: 50px;
  line-height: 15px;
  opacity: 0;
}
.the-side > section > section p > a {
  font-size: 12px;
  color: #fff;
}
.the-side > section > section:hover {
  width: 150px;
}
.the-side > section > section:hover p {
  transition: all .5s ease 0.3s;
  opacity: 1;
}
.the-side > div {
  height: 50px;
  width: 50px;
  background: #fff;
}
.the-side > div > a.top {
  height: 50px;
  width: 50px;
  background: url("../../assets/images/goto.png") no-repeat center;
  background-size: 100% 100%;
  display: block;
}
.view-more-box {
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.modal-body-Broadcast {
  max-width: 500px;
  margin: 0 auto;
}
.modal-body-Broadcast .modal-info-img {
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.modal-body-Broadcast .modal-info-img > img {
  width: 150px;
  float: left;
  border-radius: 5px;
}
.modal-body-Broadcast .modal-info-img > .modal-info {
  max-width: 200px;
  float: left;
  margin-left: 30px;
}
.modal-body-Broadcast .modal-info-img > .modal-info .user-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.modal-body-Broadcast .modal-info-img > .modal-info .user-text {
  margin-bottom: 20px;
}
.modal-body-Broadcast .text {
  padding: 20px;
  font-size: 12px;
}
.modal-body-Broadcast .button {
  padding: 20px;
}
.modal-body-Broadcast .button > section {
  width: 100%;
  height: 100%;
  background: #1a7a11;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.modal-body-Broadcast .button > section > a {
  color: #fff;
}
.video-box  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.video-box  .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.video-box .slick-dots li button:before{
   border-radius: 50%;
   background: #0d0399;
   content: "";
   width: 8px;
   height: 8px;
   opacity: .10;
}
.video-box .slick-dots li.slick-active button:before{
  opacity: .75;
}

/* video list */

.video_box {position:relative;}
.video_box a.js_img_link, .video_box a.js_video_icon, .video_box .video_icon,.video_box a.js_video_player {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(//www.huawei.com/Assets/CBG/img/video_btn.png) 50% no-repeat;
	}
	
.video_box a.js_video_icon:hover, .video_box .video_icon:hover, .video_box a.js_video_player:hover,.video_box a:hover .video_icon{
    background: url(//www.huawei.com/Assets/CBG/img/video_btn_hover.png) 50% no-repeat;
}	

.video-tab {
    padding: 30px 0;
}

.video-tab ul {
    padding: 0;
}

.video-tab li {
    display: inline-block;
    margin: auto 5px;
    padding: 10px 0;
}

.video-tab li a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px 15px;
}

.video-tab li.active a {
    background-color: rgb(0, 72, 157);
    color: #fff;
}
.video-content {margin-bottom:15px;}

.title-color {
    border-bottom: 3px solid #301b86;
    border-image: -webkit-linear-gradient(to right , #6bb92e 10% ,#192c7d 40% , #951786 , #ea4f1a );
    border-image: -moz-linear-gradient(to right , #6bb92e 10% ,#192c7d 40% , #951786 , #ea4f1a );
    border-image: linear-gradient(to right , #6bb92e 10% ,#192c7d 40% , #951786 , #ea4f1a );
    padding-bottom: 5px;
    border-image-slice: 0 0 100% 0;
}

.video-list .video-page-title{
	margin-bottom:50px;}
.video-content p{margin-bottom: 20px;margin-top: 5px;}

.connect-live-summary p{font-size: 18px;}
@media(min-width: 768px){
.video-content{ letter-spacing:-0.32em;}
.video-content > div{display: inline-block; letter-spacing:normal;vertical-align: top;
    float: none;
	}
}
@media(max-width: 767px){
.connect-live-summary [class*="col-"]{margin-top: 15px;}
.video-tab .panel:first-child{display:none;}
	}