@charset "UTF-8";

/* 频道介绍 */
.channel {
  background: #ffffff;
  margin-top: 22px;
}
.channelLeft img {
  width: 472px;
  height: 290px;
  display: block;
}
.channelInfo {
      overflow: auto;
  width: 662px;
  height: 250px;
  padding: 40px 30px 0 0;
  position: relative;
}
.channelInfo p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.yinhao1,
.yinhao2 {
  width: 44px;
  height: 33px;
}
.yinhao1 {
  position: absolute;
  top: 20px;
  left: 0;
}
.time {
  position: absolute;
  bottom: 30px;
}
.time span {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #666666;
  line-height: 28px;
}
/* 视频列表 */
.videoList li img {
  display: block;
  width: 214px;
  height: 124px;
}
.videoList {
  margin: 30px  0;
  background: #ffffff;
  border-bottom: 1px #ffffff solid;
}
.videoList li {
  float: left;
  position: relative;
  margin: 30px 0 0 22px;
}
.videoList li:hover {
  transform: scale(1.2);
}
.videoList li:hover p {
  color: #0483F7;
}
.videoList .videoMask {
  width: 57px;
  height: 59px;
  position: absolute;
  top: 32px;
  left: 78px;
  background: url(../images/videoPlay.png);
  background-size: 57px 59px;
}
.videoList .videoInfo {
  width: 182px;
  height: 86px;
  padding: 14px 15px 0;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  position: relative;
}
.videoList .videoInfo p {
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #333333;
  line-height: 20px;
}
.videoList .videoInfo span {
  position: absolute;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  bottom: 18px;
}
.videoList .getMore {
  margin: 49px auto;
  text-align: center;
}
.videoList .getMore img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.videoList .getMore a {
  font-size: 12px;
  text-align: center;
  color: #d1d1d1;
  line-height: 18px;
}