.bunchDet {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.bunchDet .bunchDet-content {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.bunchDet .bunchDet-content .bunchDet-content-video {
  width: 100%;
  height: 550px;
  margin-bottom: 10px;
}
.bunchDet .bunchDet-content .bunchDet-content-video video {
  width: 100%;
  height: 100%;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews {
  width: 100%;
  height: auto;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-top {
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-top:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-top .title {
  float: left;
  color: #353535;
  font-size: 20px;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-top .more {
  float: right;
  cursor: pointer;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-top .more img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-top .more span {
  color: #353535;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 5px;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-list {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin-bottom: 10px;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-list:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-list li {
  width: 24%;
  height: auto;
  float: left;
  margin-right: 1.3%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: 15px;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-list li:nth-child(4n) {
  margin-right: 0;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-list li .list-img {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-list li .list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bunchDet .bunchDet-content .bunchDet-content-shownews .shownews-list li .list-title {
  width: 100%;
  height: auto;
  padding: 10px;
  color: #353535;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-content-comment {
  width: 100%;
  height: auto;
}
.public-content-comment .comment-top {
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.public-content-comment .comment-top .title {
  color: #353535;
  font-size: 20px;
}
.public-content-comment .comment-list {
  width: 100%;
  height: auto;
}
.public-content-comment .comment-list li {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
.public-content-comment .comment-list li .comment-list-top {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.public-content-comment .comment-list li .comment-list-top img {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.public-content-comment .comment-list li .comment-list-top span {
  color: #353535;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
}
.public-content-comment .comment-list li .comment-list-top .time {
  color: #999999;
  text-align: right;
  float: right;
  line-height: 40px;
}
.public-content-comment .comment-list li .comment-list-text {
  width: 100%;
  height: auto;
}
.public-content-comment .comment-list li .comment-list-text p {
  color: #353535;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}
