.kele-title{
  position: relative;
  margin-top: 40px;
  margin-bottom: 35px;
  line-height: 40px;
  padding: 5px 0;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  z-index: 1;
}
.kele-title::before{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: 'EXHIBITION PROFILE';
  font-size: 40px;
  font-family: Arial;
  font-weight: bolder;
  background-image: linear-gradient(to bottom, #cbcbcb7a, transparent);
  color: transparent;
  -webkit-background-clip: text;
  z-index: -1;
  letter-spacing: 0em;
}
.kele-title::after{
  display: block;
  content: 'EXHIBITION PROFILE';
  font-size: 12px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  letter-spacing: 0em;
}
.kele-title.forum-intro::before, .kele-title.forum-intro::after{
  content: '论坛介绍';
}
.kele-title.agenda::before, .kele-title.agenda::after{
  content: '日程安排';
}
.main-forum{
  padding: 50px 40px;
  /* text-indent: 2em; */
  font-size: 14px;
  line-height: 30px;
  /* text-indent: 2em; */
  color: #fff;
  background-color: #008baf;
}
.kele-agenda-arrangement{
  width: 100%;
  border-spacing: 0;
  box-shadow: 0 0 5px #eee;
}
.kele-agenda-arrangement tr th{
  padding: 13px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: lighter;
  text-align: center;
  background-color: #008baf;
}
.kele-agenda-arrangement tr th:nth-child(1){
  border-right: 4px solid #fff;
  /* width: 33%; */
  box-sizing: border-box;
}
.kele-agenda-arrangement tr{
  border-top: 4px solid #fff;
}
.kele-agenda-arrangement tr:nth-child(2n){
  background-color: #fff;
}
.kele-agenda-arrangement tr:nth-child(2n-1){
  background-color: #ededed;
}
.kele-agenda-arrangement td{
  color: #008baf;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  border-right: 4px solid #fff;
}
.kele-agenda-arrangement tr td:last-child{
  /* width: calc(67% - 4px); */
  text-align: left;
  padding: 15px 10px 15px 80px;
  box-sizing: border-box;
  border-right: none;
}
.kele-text-box{
  padding-top: 40px;
  text-align: center;
}
.kele-text-box p{
  text-align: center;
}