body {
  font-family: "微软雅黑";
  font-size: 14px;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.bbox {
  margin-top: 20px;
  position: relative;
}
.bbox .top-sp,
.bbox .bottom-tp {
  width: 100%;
}
.bbox .top-sp {
  /*视频集锦区域*/
  height: 438px;
}
.bbox .top-sp .sp-title,
.bbox .top-sp .sp-list {
  width: 100%;
}
.bbox .top-sp .sp-title {
  /*视频集锦title*/
  height: 56px;
  border-bottom: 1px solid #bdbebf;
}
.bbox .top-sp .sp-title div {
  float: left;
}
.bbox .top-sp .sp-title .sp-t1 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 56px;
  height: 56px;
  border-bottom: 2px solid #3372e0;
  padding-right: 8px;
}
.bbox .top-sp .sp-list {
  overflow: hidden;
  padding-top: 19px;
  height: 377px;
  position: relative;
}
.bbox .bottom-tp {
  /*图片集锦区域*/
  height: 498px;
}
.bbox .bottom-tp .tp-title,
.bbox .bottom-tp .tp-list {
  width: 100%;
}
.bbox .bottom-tp .tp-title {
  /*视频集锦title*/
  height: 56px;
  border-bottom: 1px solid #bdbebf;
}
.bbox .bottom-tp .tp-title div {
  float: left;
}
.bbox .bottom-tp .tp-title .tp-t1 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 56px;
  height: 56px;
  border-bottom: 2px solid #3372e0;
  padding-right: 8px;
}
.bbox .bottom-tp .tp-list {
  overflow: hidden;
  padding-top: 19px;
  height: 438px;
  position: relative;
}
