.h40{
  height: 60px;
}
.h3 {
  margin: 50px 0 30px;
  color: #0053b6;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.h3 span{
  color: #000;
}
.table-pc{
  display: table;
}
.table-app{
  display: none;
}
.kele-table{
  width: 100%;
}
.kele-table tr{
  background-color: #f1f1f1;
}
.kele-table th{
  padding: 5px;
  color: #fff;
  background-color: #0053b6;
}
.kele-table td{
  padding: 5px;
}
.table-label-center{
  text-align: center;
  font-weight: bold;
}
.kele-down{
  margin-bottom: 15px;
}
.kele-down a{
  font-size: 14px;
  color: #0053b6;
}
.kele-down a .txt{
  padding-left: 15px;
  background: url('/public/images/fw_icon8.png') left center no-repeat;
}
.kele-down a .down{
  padding-left: 25px;
  margin-left: 10px;
  background: url(/public/images/fw_icon10.png) left center no-repeat;
}
.kele-across:before{
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
  -webkit-animation: shine 1.5s infinite;
  animation: shine 1.5s infinite;
}
@-webkit-keyframes shine{100%{left: 125%}}
@keyframes shine{100%{left: 125%;}}
.banner-link-box{
  padding: 0 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.banner-link-box li{
  position: relative;
  background-color: #074187;
  border-radius: 10px;
  overflow: hidden;
  transition: all .5s;
}
.banner-link-box li:hover{
  background-color: #8ac419;
}
.banner-link-box li:hover::before{
  animation: none;
}
.banner-link-box li:nth-child(2)::before{
  animation-delay: .4s;
}
.banner-link-box li:nth-child(3)::before{
  animation-delay: .8s;
}
.banner-link-box li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.breadcrumbs{
  width: 1200px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  box-sizing: border-box;
  background: url(/public/images/fw_icon6.png) left center no-repeat;
  padding-left: 30px;
  font-size: 14px;
  color: #1e2123;
}
.breadcrumbs a{
  color: #1e2123;
}
.article-con{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 80px;
}
.menu-box{
  width: 247px;
}
.menu-box .title{
  width: 247px;
  height: 94px;
  background: #1b6ebc;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 20px;
}
.menu-box .menu-list{
  width: 100%;
}
.menu-box .menu-list li{
  width: 100%;
  margin-top: 4px;
}
.menu-box .menu-list li .menu-t1{
  width: 100%;
  font-size: 17px;
  color: #fff;
  line-height: 32px;
  background: #1b6ebc url(/public/images/fw_icon4.png) 226px center no-repeat;
  display: block;
  box-sizing: border-box;
  padding: 10px 20px;
  padding-left: 15px;
  cursor: pointer;
}
.menu-box .menu-list li .menu-t1.on{
  background: #8ac419 url(/public/images/fw_icon5.png) 218px center no-repeat;
}
.menu-box .menu-list li .e-menu{
  width: 100%;
  padding: 10px 0 7px;
  background: #e2eaf1;
  margin-top: 1px;
  display: none;
}
.menu-box .menu-list li .e-menu .e-menu-link{
  display: block;
  /* height: 44px; */
  line-height: 24px;
  font-size: 16px;
  color: #414344;
  transition: all ease .3s;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-box .menu-list li .e-menu .e-menu-link.on {
  background: #b9cee0;
  color: #fff;
}
.menu-advertising{
  margin-top: 13px;
}
.menu-advertising img{
  display: block;
  margin-bottom: 6px;
  width: 100%;
  cursor: pointer;
}
.article-con .list-center{
  padding: 27px 38px 60px;
  width: 932px;
  background: #fff;
  box-sizing: border-box;
}
.article-con .list-center .title2{
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  font-size: 26px;
  line-height: 32px;
  color: red;
  padding: 12px 0 38px;
  text-align: center;
}
.reviews-lists{
  padding-top: 20px;
}
.TRS_Editor p{
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 2;
  font-family: Arial;
  font-size: 16px;
}
/* 二级集合页 start */
.level-list{
  padding: 46px 30px 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.level-list li{
  position: relative;
  margin-bottom: 40px;
  width: 300px;
  background-color: #fff;
}
.level-list li:hover .img{
  overflow: hidden;
}
.level-list li img{
  width: 300px;
  transition: all ease .3s;
}
.level-list li span{
  display: block;
}
.level-list li:hover img{
  transform: scale(1.05);
}
.level-list li .tbox{
  padding: 10px;
  box-sizing: border-box;
}
.level-list li .tbox .title{
  font-size: 20px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
}
.level-list li .tbox .txt{
  width: 250px;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.level-list li .link{
  position: absolute;
  right: 11px;
  bottom: 12px;
  width: 18px;
  height: 28px;
  background: url(/public/images/fw_icon11.png) center center no-repeat;
}
.level-list li:hover .tbox .title{
  color: #0054a6;
}
.level-list li:hover .link{
  background-image: url(/public/images/fw_icon12.png);
}
/* 二级集合页 end */
/* 视频列表 */
.list-center .title{
  font-size: 26px;
  color: #0054a6;
  height: 28px;
  line-height: 28px;
  border-left: 7px solid #8ac419;
  padding-left: 20px;
}
.video-lists{
  padding: 51px 0 38px;
}
.video-lists li{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 360px;
  height: 260px;
  overflow: hidden;
}
.video-lists li:nth-child(2n){
  margin-left: 20px;
}
.video-lists li .img{
  width: 100%;
  height: 100%;
}
.video-lists li .img img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.video-lists li .t1{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, .7);
  box-sizing: border-box;
  display: block;
}
.video-lists li .play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
}
/* 新闻列表 start */
.article-con .list-center .report-list{
  width: 100%;
  margin-top: 23px;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 57px;
  padding-top: 20px;
}
.article-con .list-center .report-list li{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  box-sizing: border-box;
  border-bottom: 1px dashed #e1dfdf;
  padding-left: 36px;
  background: url(/public/images/fw_icon8.png) 14px center no-repeat;
}
.article-con .list-center .report-list li .t1{
  display: inline-block;
  color: #666;
  width: calc(100% - 100px);
}
.article-con .list-center .report-list li .t2{
  float: right;
  color: #b0afaf;
  font-size: 16px;
}
.article-con .list-center .report-list li:hover span{
  color: #1b6ebc;
}
.report-list .tbox{
  display: none;
}
.ej-more{
  float: right;
  font-size: 14px;
  color: #999;
}
/* 新闻列表 end */
/* 图片列表 start */
.list-prcture{
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-prcture li{
  position: relative;
  margin-bottom: 25px;
  width: 350px;
  height: 230px;
}
.list-prcture li .img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list-prcture li .img img{
  width: 100%;
  height: 100%;
  transition: all ease .3s;
}
.list-prcture li:hover .img img{
  transform: scale(1.05);
}
.list-prcture li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);  
  box-sizing: border-box;
}
/* 图片列表 end */
/* 图片新闻 start */
.zhld-list{
  width: 100%;
  border-top: 1px solid #e4e4e4;
  margin-top: 23px;
  padding-top: 45px;
}
.zhld-list li{
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.zhld-list li a{
  display: block;
}
.zhld-list li .zhld-title{
  width: 100%;
  color: #0054a6;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 1px dashed #ebebeb;
}
.zhld-list li .t1{
  display: inline-block;
  color: #0054a6;
  width: calc(100% - 100px);
}
.zhld-list li .t2{
  float: right;
  color: #b0afaf;
  font-size: 16px;
}
.zhld-list li .tbox{
  width: 100%;
  padding: 14px 0 19px;
}
.zhld-list li .tbox .img{
  display: inline-block;
  width: 130px;
  height: 95px;
  overflow: hidden;
  vertical-align: middle;
}
.zhld-list li .tbox .img img{
  width: 100%;
  height: 100%;
}
.zhld-list li .tbox .txt{
  display: inline-block;
  width: 686px;
  margin-left: 30px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  vertical-align: middle;
}
/* 图片新闻 end */
/* 通栏内容 start */
.page-info{
  padding: 0 40px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.page-info .title{
  margin-bottom: 10px;
  padding: 32px 0 30px;
  font-size: 26px;
  line-height: 32px;
  color: #0054a6;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.poster-box{
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.poster-box a{
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 4px;
}
.poster-box img{
  width: 100%;
  max-height: 260px;
}
.poster-box span{
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #333;
}
.poster-box a:hover span{
  color: #0053b6;
}
/* 通栏内容 end */
/* 论坛嘉宾 start */
.list-guest{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-guest li{
  position: relative;
  width: 254px;
  padding: 20px 0;
  text-align: center;
}
.list-guest li .img{
  margin: auto;
  width: 174px;
  height: 174px;
  border-radius: 50%;
}
.list-guest li .t1{
  font-size: 18px;
  line-height: 32px;
  color: #0054a6;
  margin-top: 29px;
}
.list-guest li .t2{
  width: 19px;
  height: 1px;
  background: #0054a6;
  margin: 5px auto 10px;
}
.guest-tc{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 22px;
  width: 244px;
  height: 306px;
  line-height: 32px;
  background: rgba(204, 204, 204, .9);
  transition: all ease .3s;
  box-sizing: border-box;
}
.list-guest li:hover .guest-tc{
  display: block;
}
.list-guest li .guest-box .guest-tc .s1{
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 6px;
}
.list-guest li .guest-tc .s2{
  width: 20px;
  height: 1px;
  background: #555454;
  margin: auto;
}
.list-guest li .guest-tc .s4{
  font-size: 14px;
  color: #514e4e;
  text-align: left;
}
.list-guest li .guest-tc .s4 span{
  color: #2369ea;
}
/* 论坛嘉宾 end */
/* 分页 start */
.pagination{
  display: flex;
  justify-content: center;
  /* text-align: center; */
}
.pagination li{
  display: inline-block;
  padding: 5px;
}
.pagination a{
  color: #333;
}
/* 分页 end */
/* 详情页 */
.articlepage p{
  text-indent: 2em;
  text-align: left;
}
.articlepage p img{
  text-indent: -2em;
}
.articlepage img{
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
}
/* 资料下载 start */
.reviews-lists .download-title{
  width: 100%;
  /* border-bottom: 1px solid #eeeded; */
  background: url('/public/images/fw_icon9.png') left center no-repeat;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  padding: 27px 0 18px 46px;
  margin-top: 23px;
}
.reviews-lists .download-list{
  padding: 18px 0 12px;
}
.download-list li{
  line-height: 40px;
}
.download-list li a{
  display: block;
}
.download-list li .txt{
  display: inline-block;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  padding-left: 28px;
  background: url('/public/images/fw_icon8.png') left center no-repeat;
  width: calc(100% - 60px);
  line-height: 1.5;
}
.download-list li:hover .txt{
  color: #0054a6;
}
.download-list li .down{
  float: right;
  font-size: 14px;
  color: #0054a6;
  box-sizing: border-box;
  padding-left: 25px;
  background: url(/public/images/fw_icon10.png) left center no-repeat;
}
.download-p .down{
  margin-left: 4em;
  font-size: 14px;
  color: #0054a6;
  box-sizing: border-box;
  padding: 10px 0 10px 25px;
  background: url(/public/images/fw_icon10.png) left center no-repeat;
}
/* 资料下载 end */
/* 论坛 start */
.forum .title {
  width: 100%;
  height: 57px;
  background: #0054a6;
  line-height: 57px;
  font-size: 20px;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
}
.forum .title a {
  font-size: 16px;
  float: right;
  display: block;
  color: #fff;
  margin-right: 15px;
}
.forum .box1 {
  position: relative;
  margin-top: 35px;
  padding: 25px 30px 32px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.forum .box1 .title {
  margin-bottom: 36px;
  color: #0054a6;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  background: none;
}
.forum .box1 .txt {
  color: #6f7275;
  font-size: 16px;
  line-height: 28px;
}
.forum .box1 .more {
  position: absolute;
  right: 15px;
  top: 30px;
  color: #0054a6;
  font-size: 16px;
  line-height: 24px;
}
.forum .box2 {
  position: relative;
  padding: 43px 0 44px;
  display: flex;
  justify-content: space-between;
}
.forum .box2 .img {
  position: relative;
  margin: 0;
  width: 510px;
  height: 425px;
}
.forum .box2 .img img {
  height: 100%;
}
.forum-item-title {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, .5);
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 15px;
  z-index: 9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum .swiper-pagination {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: auto;
  z-index: 9;
  width: auto;
}
.forum .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eae9e9;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #4a4a44;
  float: left;
  margin-left: 7px;
  cursor: pointer;
  opacity: 1;
}
.news-item-title{
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, .5);
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 15px;
  z-index: 9;
}
.forum .swiper-pagination-bullet-active {
  background: #8ac419;
  color: #fff;
}
.forum .box2 .news {
  width: 662px;
}
.forum .news .title {
  padding-left: 0;
  width: 100%;
  background-color: #eae6e6;
}
.forum .news .title span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 57px;
  color: #0053b6;
  background: #eae6e6;
  border-left: 2px solid #f4f4f4;
  padding: 0 20px;
  background: #8ac419;
  color: #fff;
}
.forum .news .title a {
  font-size: 16px;
  color: #0054a6;
  float: right;
  line-height: 50px;
  display: block;
  margin-right: 15px;
}
.forum .news .list {
  padding-top: 6px;
}
.forum .news li a {
  margin-top: 5px;
  margin-bottom: 3px;
  padding-left: 14px;
  display: block;
  height: 69px;
  line-height: 69px;
  background: #fff url(/public/images/fight_icon.png) 640px center no-repeat;
}
.forum .news li a:hover {
  color: #fff;
  background-color: #0054a6;
}
.forum .news li .t1 {
  display: inline-block;
  width: 124px;
  font-size: 18px;
  color: #b9b9b9;
}
.forum .news li .t2 {
  font-size: 18px;
  color: #232323;
}
.forum .news li a:hover .t1,
.forum .news li a:hover .t2 {
  color: #fff;
}
.forum .box3 .list {
  margin-bottom: 46px;
  padding: 43px 46px 55px 51px;
  background-color: #fff;
}
.forum .box3 .list li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #f4f4f4;
  margin-bottom: 1px;
  text-align: center;
  font-size: 14px;
}
.forum .box3 .list li:nth-child(2n-1) {
  background-color: #ebebeb;
}
.forum .box3 .list li.th {
  font-size: 18px;
  background: #8ac419;
}
.forum .box3 .list li span {
  border-right: 1px solid #fff;
}
.forum .box3 .list li span:nth-child(3) {
  color: #0054a6;
}
.forum .box3 .list li.th span {
  display: inline-block;
  color: #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.forum .box3 .list li span:nth-child(1) {
  width: 148px;
}
.forum .box3 .list li span:nth-child(2) {
  width: 300px;
}
.forum .box3 .list li span:nth-child(3) {
  width: 320px;
}
.forum .box3 .list li span:nth-child(4) {
  flex: 1;
}
.forum .list-guest{
  margin-bottom: 48px;
  padding: 36px 60px 60px;
  background-color: #fff;
  box-sizing: border-box;
}
.forum .list-guest li{
  width: 210px;
}
.forum .list-guest .guest-tc{
  width: 210px;
}
.forum .box4 {
  margin-bottom: 45px;
}
.media-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px;
  background-color: #fff;
}
.media-list li {
  margin-bottom: 20px;
  width: 220px;
  height: 70px;
}
.media-list li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.forum .box5{
  padding-bottom: 48px;
}
.forum .box5 .tbox {
  position: relative;
  padding: 31px 30px 27px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.forum .box5 .tbox .img {
  width: 466px;
}
.forum .box5 .tbox .txt {
  width: 635px;
  font-size: 14px;
  line-height: 30px;
  color: #989393;
  text-indent: 2em;
}
.forum .box5 .tbox .txt .more {
  position: absolute;
  right: 33px;
  bottom: 27px;
  display: block;
  color: #0054a6;
  font-size: 16px;
  line-height: 30px;
  padding-right: 38px;
  background: url(/public/images/fw_icon21.png)right center no-repeat;
}
/* 论坛 end */
/* 特装服务 start */
.col-md-6{
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.stand-info{
  padding-bottom: 20px;
}
.stand p{
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
}
.stand .stand-text{
  box-shadow: 0px 0px 20px 5px #f3f3f3;
  width: 100%;
  padding: 20px;
  min-height: 200px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
}
.stand-text .djs-title{
  display: inline-block;
  padding-left: 25px;
  padding-bottom: 10px;
  color: #0053b6;
  font-size: 18px;
  background: url(/public/images/icon-more-four.png) no-repeat;
  background-size: 20px;
  background-position: 0px 2px;
}
/* 特装服务 end */
/* 通栏新闻 start */
.qttqhd-item{
  display: flex;
  padding: 20px 10px;
  color: #000;
  border-top: 1px dashed #ccc;
  transition: all .5s;
}
.qttqhd-list a:nth-child(1) .qttqhd-item{
  border-top: none;
}
.qttqhd-left{
  position: relative;
  margin: 10px 20px;
  width: 3px;
  height: 60px;
  background-color: #eaeaea;
}
.qttqhd-left::before{
  display: block;
  content: '';
  margin-left: -1px;
  width: 5px;
  height: 20px;
  background-color: #0053b6;
}
.qttqhd-time{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 80px;
  text-align: center;
}
.qttqhd-time dt{
  padding-bottom: 5px;
  font-size: 32px;
  color: #0053b6;
  line-height: 1;
  font-weight: bold;
}
.qttqhd-time dd{
  font-size: 12px;
}
.qttqhd-content{
  padding: 0 10px;
}
.qttqhd-content h3{
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.qttqhd-content p{
  font-size: 14px;
  line-height: 23px;
}
.qttqhd-item:hover{
  color: #0053b6;
}
/* 通栏新闻 end */
/* 合作伙伴 start */
.partner-list{
  margin-top: 45px;
  box-sizing: border-box;
}
.partner-list-item{
  margin: 0 auto 40px;
  width: 50%;
}
.partner-logo{
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8;
}
.partner-logo img{
  padding: 20px;
  vertical-align: middle;
  object-fit: contain;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.parter-title{
  border: solid 1px #e8e8e8;
  padding: 0px 10px;
  background-color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}
.parter-title a{
  background-color: #b01e28;
  font-size: 12px;
  padding: 10px 16px;
  line-height: 12px;
  color: #fff;
}
/* 合作伙伴 end */
/* 直播 start */
.live-title{
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  font-size: 26px;
  line-height: 32px;
  color: red;
  padding: 12px 0 38px;
  text-align: center;
}
.kele-con{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.kele-con-l, .kele-con-r{
  width: 49%;
  background-color: #e7e7e7;
}
.kele-con img{
  width: 100%;
}
.live-please{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.kele-live-table{
  display: table;
  margin: 10px auto;
}
.kele-live-table div{
  display: table-row;
  user-select: none;
  text-decoration: none;
}
.kele-live-table a{
  color: #0053b6;
  display: table-cell;
  font-size: 14px;
  line-height: 20px;
}
.kele-live-table a + a{
  padding-left: 15px;
}
.kele-live-table a:hover{
  color: #8ac419;
}
.kele-live-table span{
  display: inline-block;
  padding: 6px 24px 6px 10px;
  background-image: url(/public/images/icon-play1.png);
  background-size: 18px;
  background-position: right 8px;
  background-repeat: no-repeat;
}
.titbits{
  display: flex;
  margin-top: 30px;
  /* margin-bottom: 50px; */
  padding: 15px;
  background-color: #e7e7e7;
}
.titbits-title{
  padding-right: 10px;
  user-select: none;
}
.crosswise{
  position: relative;
  width: 100%;
  height: 178px;
  overflow: hidden;
  white-space: nowrap;
}
.crosswise-list{
  position: absolute;
  top: 0;
}
.crosswise-item{
  display: inline-block;
  width: 250px;
  padding: 0 10px;
}
.img-scale{
  position: relative;
}
.crosswise-item .img-scale::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(2);
  background: url(/public/images/icon-play.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all .3s;
}
.crosswise-item img{
  width: 100%;
  vertical-align: middle;
}
.crosswise-info{
  padding: 7px 10px;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
}
.crosswise-item:hover .img-scale::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.crosswise-item:hover .crosswise-info{
  color: #0053b6;
}
/* 直播 end */
@media (min-width: 320px) and (max-width: 767px) {
  .table-pc{
    display: none;
  }
  .table-app{
    display: table;
  }
  .article-con{
    padding: 0;
  }
  .article-con .list-center{
    width: 100%;
    background: #011e39;
    box-sizing: border-box;
    padding: 0 19rem 25rem;
  }
  .pagination,
  .pagination a{
    color: #fff;
    font-size: 14rem;
  }
  .list-center .title,
  .article-con .list-center .title2{
    text-align: center;
    font-size: 20rem;
    font-weight: bold;
    color: #fff !important;
    padding: 29rem 0 18rem;
    border: none;
  }
  .list-center .title2::after{
    content: '';
    width: 26rem;
    height: 2rem;
    background: #fff;
    display: block;
    margin: 7rem auto 0;
  }
  .level-list .title span{
    width: 26rem;
    height: 2rem;
    background: #fff;
    display: block;
    margin: 7rem auto 0;
  }
  .list-center.index_article{
    background-color: #fff;
  }
  .article-con .index_article .title2{
    font-size: 16px;
    line-height: 32px;
    color: #000 !important;
    text-align: center;
    font-weight: inherit;
    border-bottom: 1px solid #5c5c5c;
    padding: 18px 0 22px;
  }
  .article-con .index_article .title2::after{
    display: none;
  }
  /* 视频新闻 */
  .video-lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
  .video-lists li{
    width: 48%;
    height: 120rem;
  }
  .video-lists li .play{
    width: 30rem;
    height: 30rem;
  }
  .video-lists li .t1{
    font-size: 14rem;
  }
  .video-lists li:nth-child(2n){
    margin-left: 0;
  }
  /* 图片新闻 */
  .list-prcture li{
    width: 48%;
    height: 118rem;
  }
  /* 名人名企 */
  .zhld-list{
    margin-top: 0;
    padding-top: 20rem;
    border: none;
  }
  .zhld-list li .t1{
    width: calc(100% - 80rem);
    font-size: 14rem;
    color: #fff;
  }
  .zhld-list li .t2{
    font-size: 12rem;
  }
  .zhld-list li .tbox .img{
    width: 100rem;
    height: 80rem;
  }
  .zhld-list li .tbox .txt{
    margin-left: 10rem;
    width: calc(100% - 115rem);
    font-size: 12rem;
    line-height: 20rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
  }
  /* 新闻资讯 */
  .article-con .list-center .report-list{
    margin-top: 0;
    padding-top: 0rem;
    border: none;
  }
  .article-con .list-center .report-list li{
    padding: 27rem 0 0rem;
    height: auto;
    background: none;
    line-height: 1.5;
    border-bottom: 1px solid #3e3e3e;
  }
  .article-con .list-center .report-list li .t1{
    width: calc(100% - 80rem);
    color: #fff;
    font-size: 14rem;
  }
  .article-con .list-center .report-list li .t2{
    font-size: 12rem;
  }
  .report-list .tbox{
    padding: 14px 0 19px;
    display: block;
  }
  .report-list li .tbox .img{
    display: inline-block;
  }
  .report-list li .tbox img{
    width: 100rem;
    height: 80rem;
  }
  .report-list li .tbox .txt{
    margin-left: 10rem;
    width: calc(100% - 115rem);
    font-size: 12rem;
    color: #666;
    line-height: 20rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  /* 展会介绍 */
  .reviews-lists{
    padding-top: 20px;
  }
  .reviews-lists img,
  .reviews-lists p img{
    width: 100% !important;
    height: auto !important;
  }
  /* 大会日程 */
  .index_article{
    /* padding: 0 20px; */
  }
  .index_article .page-info{
    padding: 0 15px;
    overflow: hidden;
  }
  .page-info .title{
    padding: 20px 0;
    font-size: 20px;
    line-height: 28px;
  }
  .abctable{
    width: 100%;
    overflow: auto;
  }
  /* 演出嘉宾 */
  .list-guest li{
    width: 50%;
  }
  .list-guest li .img{
    width: 100px;
    height: 100px;
  }
  .list-guest li .img img{
    width: 100%;
    height: 100%;
  }
  .list-guest li .t1{
    margin-top: 10px;
    font-size: 16px;
    color: #edecec;
  }
  .list-guest li .t2{
    width: 11px;
    background-color: #f5f5f5;
  }
  .list-guest li:hover .guest-tc{
    display: none;
  }
  .media-list li{
    width: 48%;
    height: 60px;
  }
  /* 特装服务 */
  .col-xs-12{
    width: 100%;
  }
  /* 同期活动 */
  .qttqhd-item{
    padding: 10px 5px;
  }
  .qttqhd-time{
    min-width: 50px;
  }
  .qttqhd-time dt{
    font-size: 24px;
  }
  .qttqhd-time dd{
    font-size: 10px;
  }
  .qttqhd-content{
    padding: 0 5px;
    width: calc(100% - 50px);
  }
  .qttqhd-content h3{
    margin-bottom: 0;
  }
  .qttqhd-content p{
    font-size: 12px;
    line-height: 18px;
  }
  .partner-list-item{
    width: 100%;
  }
  .partner-logo{
    height: 180px;
  }
  /* 直播 */
  .kele-con{
    flex-wrap: wrap;
  }
  .kele-con-l, .kele-con-r{
    width: 100%;
  }
  .kele-con-r{
    margin-top: 20px;
  }
  .kele-live-table a{
    display: block;
    font-size: 13px;
  }
  .kele-live-table a + a{
    padding-left: 0;
  }
  .poster-box{
    grid-template-columns: 1fr;
  }
}