.header {
  margin-top: -20px;
}
/*块的样式*/
.ts-panel {
  margin-bottom: 15px;
  border: 1px solid #E4E4E4;
  background: white;
  border-radius: 3px;
  padding: 15px;
  padding-bottom: 10px;
}
.ts-panel header {
  /*块标题*/
  font-size: 16px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 5px;
}
.ts-panel .action {
  /*块右侧行为*/
  font-size: 14px;
  color: #666;
  float: right;
}
.ts-panel section {
  /*块主内容*/
  padding-top: 10px;
}
/*客户服务卡*/
.service-list {
  padding-top: 8px;
}
.service-list li {
  display: inline-block;
  width: 32%;
}
.service-list li a {
  width: 80px;
  text-align: center;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 14px;
}
.service-list li a:hover {
  color: #0ca6f2;
}
.service-list .v-border {
  display: inline-block;
  border-right: 1px solid #e4e4e4;
  height: 14px;
  width: 1px;
  margin-right: 10px;
}
.bbs .service-list li {
  width: 49%;
}
.bbs .service-list li:nth-child(odd) a {
  border-right: none;
}
.bbs .service-list li a {
  border: 1px solid #e4e4e4;
  text-align: center;
  line-height: 40px;
  margin-bottom: 8px;
  padding-bottom: 0;
  width: 100%;
}
.bbs .service-list li a:hover {
  color: #0ca6f2;
}
.video .video-wrap {
  width: 280px;
  height: 180px;
  margin: 15px auto;
}
.video .video-wrap .video-shadow {
  position: absolute;
  width: 280px;
  height: 180px;
  z-index: 10;
  background-color: #333;
}
.video .video-wrap .video-shadow .video-name {
  margin-top: 81px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.video .video-classify p {
  text-align: center;
}
/*new*/
.ts-news {
  background: #fff;
  height: 213px;
  margin-bottom: 15px;
}
.ts-news .cover-wrap {
  padding-right: 0;
}
.ts-news .flex-wrap {
  height: 100%;
  padding: 0 20px 0 6px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.ts-news .flex-wrap .title-summary h3 {
  line-height: 21px;
}
.ts-news .cover {
  height: 213px;
  width: 311px;
  margin-left: -10px;
}
.ts-news .summary {
  max-height: 99px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.ts-news p {
  color: #666;
}
.ts-news .read {
  float: right;
  color: #999;
  font-size: 14px;
}
/*bbs帖子列表*/
.bbs-list .avatar {
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
.bbs-list .li {
  margin-top: 10px;
  margin-bottom: 8px;
}
.bbs-list h3 {
  margin-top: 0px;
  font-size: 14px;
}
.bbs-list p {
  color: #999;
  font-size: 12px;
}
.bbs-list p a {
  color: #999;
}
.bbs-list .read {
  float: right;
  color: #999;
  font-size: 12px;
}
