body {
  font: 14px/1.3 'Microsoft YaHei';
  color: #fff;
  background-color: #003b7a;
}
* {
  margin: 0;
  padding: 0;
}
ul,li {
  list-style: none;
}
img {
    vertical-align: middle;
}
.fb {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.block {
  display: block;
}
.pos-static {
  position: static;
}
.yellow {
  color: #ffd200;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
img {
  max-width: 100%
}
.player,.list {
  padding: 0 15px;
}
.prism-player {
  overflow: hidden;
  border-radius: 6px;
}
.list {
  line-height: 20px;
}
.line {
  position: relative;
}
.line:before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 5px;
  left: 12px;
  width: 1px;
  background-color: #336597;
}
.title {
  padding: 20px 0 10px 36px;
  font-size: 18px;
  border-bottom: 1px solid #ccd8e5;
  background: url(../images/icon-time.png) no-repeat 4px 21px;
  background-size: 25px 25px;
  position: relative;
}
.schedule {
  padding: 15px 0 10px 26px;
}
.schedule ul {
  padding-bottom: 10px;
}
.schedule li {
  position: relative;
  padding-left: 74px;
}
.schedule .subject {
  padding-left: 0;
}
.dot {
  position: absolute;
  top: 3px;
  left: -21px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(250,255,255,0.3);
}
.dot:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px 0 0 5px
}
.time {
  position: absolute;
  top: 0;
  left: 0;
}
.look-back {
  background-image: url(../images/icon-lookBack.png);
}
.playback {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 10px;
}
.playback img {
  margin-bottom: 15px;
}
.theme {
  font-size: 15px;
}
.name {
  padding: 8px 0 25px 6px;
}
.name-pl0 {
  padding-left: 0;
}
.prism-player {
  display: none;
  position: fixed;
}