article .right  {
width: 885px;
min-height:300px;
padding-left: 32px;
margin-bottom: 108px;
float: right;
border-left: 1px solid #ccc;
}
article aside {
  float: left;
}
article .right .content-box {
  float: left;
  padding-bottom: 22px;
  margin-bottom: 22px;
  flex: 1;
  border-bottom: 1px solid #e8e8e8;
}
article .right .content-box img {
  width: 180px;
  height: 135px;
}
article .right .content-box div {
  width: 210px;
  padding-left: 10px;
  float: left;
}
article .right .content-box div h2 {
  width: 209px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  overflow:hidden;
  text-overflow:ellipsis ;
  white-space: nowrap;
}
article .right .content-box div h2:hover a {
  color: #018d50;
}
article .right .content-box div h2 a {
  color: #474946;
}
article .right .content-box div p {
     width: 199px;
  line-height: 22px;
  color: #666;
  text-align: justify;
  padding-right: 5px;
  position:absolute;
  overflow:hidden;
  text-overflow:ellipsis ;
  height:113px;
  /*white-space: nowrap;*/
}
.btn-group {
  width: 720px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  margin-top: 20px;

}
.btn-group .btn-group-left {
  float: left;
}
.btn-group .btn-group-right {
  float: right;
}
.btn-group .btn-group-right .c-num {
  box-sizing: border-box;
  height: 26px;
  border: 1px solid #eee;
  background: #fff;
  color: #999;
}
.btn-group .btn-group-right .num {
  box-sizing: border-box;
  height: 26px;
  width: 20px;
  border: 1px solid #eee;
  background: #fff;
  color: #999;
}
.btn-group .btn-group-right .play {
  background: #eee;
}
.btn-group .btn-group-right input[type="text"] {
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  padding-left: 10px;
  outline: none;
}
