.TRS_Editor P,
.TRS_Editor DIV,
.TRS_Editor TD,
.TRS_Editor TH,
.TRS_Editor SPAN,
.TRS_Editor FONT,
.TRS_Editor UL,
.TRS_Editor LI,
.TRS_Editor A {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 2;
  font-family: Arial;
  font-size: 12pt;
}
.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;
}

.subpage{
  margin-bottom: 80px;
  max-width: 1000px;
}
.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;
}
.articlepage .title3{
  padding: 12px 0;
  border-bottom: 1px solid #e4e4e4;
}
.articlepage .title3 h2{
  width: 100%;
  font-size: 26px;
  font-weight: initial;
  line-height: 32px;
  color: #0054a6;
  padding: 12px 0 7px;
  text-align: center;
}
.articlepage .title3 .info{
  margin-top: 28px;
  color: #4c4d4d;
  font-size: 14px;
  text-align: center;
}
.articlepage .info span{
  color: #848789;
}
.conbox{
  padding: 30px 0;
}
.conbox p{
  margin-bottom: 10px;
  /* text-indent: 2em; */
  font-size: 16px;
  line-height: 30px;
}
.conbox div{
  margin-bottom: 10px;
  /* text-align: center; */
}
.conbox img{
  max-width: 1000px;
}
.conbox p img,
.conbox div img{
  max-width: 700px;
  vertical-align: middle;
}
.preinfo a{
  color: #333;
}

/* 声明 */
.kele-statement{
  padding: 10px 10px 20px;
}
.kele-statement h6{
  font-size: 12px;
  font-weight: inherit;
  font-style: italic;
}
.kele-statement p{
  font-size: 12px;
  text-indent: 0 !important;
  font-style: italic;
}

/* 点击报名 start */
.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;
  list-style: none !important;
}
.banner-link-box li{
  position: relative;
  background-color: #074187;
  border-radius: 10px;
  overflow: hidden;
  transition: all .5s;
  list-style: none !important;
}

.banner-link-box li:hover{
  background-color: #8ac419;
}
.banner-link-box li:hover::before{
  animation: none;
}
.banner-link-box li a{
  display: flex;
  padding: 5px 16px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  min-height: 60px;
  width: 260px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  box-sizing: border-box;
}
/* .banner-link-box span{
  padding-top: 6px;
  display: inline-block;
  color: #8ac419;
  font-size: 18px;
  font-weight: bold;
}
.banner-link-box li:hover span{
  color: #074187;
} */
/* 点击报名 end */

/* 嘉宾详情 start */
.articlepage .title4{
  font-size: 26px;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
.articlepage .title4 span{
  width: 36px;
  height: 5px;
  background: #5d5b5b;
  display: block;
  margin: 20px auto 0;
}
.guest-page p{
  margin-top: 5px;
  margin-bottom: 10px;
  /* text-indent: 2em; */
  font-size: 16px;
  line-height: 2;
  color: #888;
}
/* 嘉宾详情 end */

.preinfo{
  font-size: 16px;
  line-height: 32px;
}
.preinfo a:hover{
  color: #0053b6;
}

@media (min-width: 320px) and (max-width: 767px) {
  .subpage{
    margin-bottom: 30px;
  }
  .conbox img,
  .conbox p img,
  .conbox div img{
    width: 100%;
    max-width: 100%;
  }
  .articlepage .title3 h2{
    font-size: 16px;
    line-height: 24px;
  }
  .articlepage .title3 .info{
    margin-top: 0;
  }
  .conbox{
    padding: 10px 19px;
  }
  .conbox p{
    font-size: 14px;
    line-height: 24px;
  }
  .articlepage .title4{
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .articlepage .title4 span{
    margin-top: 10px;
  }
  .guest-page{
    padding: 10px;
  }
  .guest-page img{
    width: 100%;
  }
  .preinfo{
    padding: 0 19px;
  }
}