#video {
  height: 100%;
  width: 100%;
}
.desc {
  height: 35px;
  line-height: 35px;
}
.desc span {
  margin-right: 10px;
}
.desc .heart {
  height: 30px;
  display: inline-block;
  padding-left: 35px;
  background: url(sprite.png) no-repeat -229px -57px;
}
.main_body {
  background: #e6e6e6;
}
.main_body:before {
  content: "";
  display: table;
}
.main_body:after {
  content: "";
  display: table;
}
.playArea {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.title {
  height: 30px;
}
.title p {
  float: left;
}
.title .videoName {
  font-size: 18px;
  color: #3d6d9f;
  margin-left: 5px;
}
.title .more {
  float: right;
}
.leftSide {
  width: 900px;
  height: 500px;
  float: left;
}
.rightSide {
  width: 300px;
  height: 500px;
  float: left;
  background: #004185;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
}
.rightSide ul {
  overflow-y: auto;
  height: 500px;
}
.rightSide ul li {
  cursor: pointer;
  height: 95px;
  padding-top: 10px;
  padding-bottom: 7px;
  border-bottom: 2px solid #2e639b;
}
.rightSide ul img {
  float: left;
  width: 150px;
  height: 70px;
}
.rightSide ul .vedioInfo {
  float: left;
  width: 115px;
  height: 90px;
  padding-left: 10px;
}
.rightSide ul .vedioInfo p {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
}
.rightSide ul .vedioInfo p:nth-child(2) {
  height: 30px;
}
.vedioDetail,
.comment {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.textDesc {
  width: 900px;
  background: #fff;
  padding: 20px 15px;
}
.textDesc h1 {
  padding-bottom: 10px;
}
.textDesc button {
  float: right;
  width: 29px;
  height: 23px;
  background: url(xys3.png) no-repeat 0px 0px;
}
.textDesc p {
  line-height: 23px;
  color: #7f7f7f;
}
.textDesc .videoIntro {
  overflow: hidden;
  height: 0;
}
.textDesc .open {
  height: auto;
}
.commentDesc {
  width: 910px;
  background: #fff;
  padding: 20px 15px;
}
.sendComment {
  height: 150px;
}
.sendComment p {
  height: 22px;
  line-height: 22px;
  margin-bottom: 6px;
}
.sendComment p a {
  border-bottom: 1px solid #919191;
  padding-bottom: 2px;
  line-height: 20px;
}
.sendComment span {
  float: right;
}
.sendComment textarea {
  width: 100%;
  height: 95px;
  padding: 10px 15px;
  border-right: 1px solid #647da5;
  border-bottom: 1px solid #5e78a2;
  border-left: 2px solid #a4b3cb;
  border-top: 1px solid #4f6c99;
  resize: none;
}
.sendComment button {
  float: right;
  color: #fff;
  background: #154b92;
  padding: 5px 15px;
}
.commentList #pages {
  float: right;
}
.commentList .head {
  float: left;
  background: url(xys3.png) no-repeat -29px 0px;
  width: 57px;
  height: 58px;
}
.commentList .commentNum {
  font-size: 14px;
  margin-left: 5px;
}
.commentList li {
  height: 90px;
  padding: 15px 0 15px 0;
  border-bottom: 2px solid #ebebeb;
}
.commentList .commentText {
  float: left;
  margin-left: 10px;
}
.commentList .commentText p {
  height: 26px;
  line-height: 26px;
}
.commentList .commentText p:nth-child(1) {
  color: #154b92;
}
.commentList .commentText p:nth-child(2) {
  color: #7f7f7f;
}
.commentList .commentText span {
  margin-left: 10px;
  font-size: 13px;
  color: #c3c3c3;
}

/*# sourceMappingURL=xysVideo.css.map */