.wrapper {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
li {
  list-style-type: none;
}
.title {
  width: 100%;
  height: 31px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 51px;
}
.title .title-pic {
  height: 100%;
}
.title .more {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #2A6ED3;
  margin: auto 0;
}
.content {
  margin-top: 51px;
}
.content .short-video {
  width: 100%;
  margin-bottom: 82px;
}
.content .short-video .video-cont {
  width: 100%;
  height: 360px;
  padding: 0 28px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.content .short-video .video-cont .video-item {
  width: 220px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.content .short-video .video-cont .video-item .video-pic-cont {
  width: 100%;
  height: 100%;
  background: url(https://resjz.cqnews.net/16/2024/10/9/2006581/img/moren8.png) no-repeat;
  background-size: cover;
}
.content .short-video .video-cont .video-item .video-pic-cont .video-pic {
  width: 100%;
  height: 100%;
  border-radius: 5%;
}
.content .short-video .video-cont .video-item .play {
  width: 73px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .short-video .video-cont .video-item .watch-count {
  position: absolute;
  left: 12px;
  bottom: 9px;
}
.content .short-video .video-cont .video-item .watch-count .eye {
  width: 21px;
  height: 17px;
  margin-right: 8px;
}
.content .short-video .video-cont .video-item .watch-count .num {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.content .short-video .video-cont .swiper-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 45px;
}
.content .short-video .video-cont .swiper-button-next::after {
  content: '';
}
.content .short-video .video-cont .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 45px;
}
.content .short-video .video-cont .swiper-button-prev::after {
  content: '';
}
.content .news-box {
  width: 100%;
  margin-bottom: 81px;
}
.content .news-box .news-cont {
  width: 100%;
  display: flex;
}
.content .news-box .news-cont .left-cont {
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.content .news-box .news-cont .left-cont .main-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.content .news-box .news-cont .left-cont .main-item .main-cont {
  width: 100%;
  height: 100%;
  background: url(https://resjz.cqnews.net/16/2024/10/9/2006581/img/moren1.png) no-repeat;
  background-size: contain;
}
.content .news-box .news-cont .left-cont .main-item .main-cont .main-item-pic {
  width: 100%;
  height: 100%;
}
.content .news-box .news-cont .left-cont .main-item .play {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .news-box .news-cont .left-cont .main-item .main-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 51px;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 0 0 19px;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .news-box .news-cont .right-cont {
  width: 600px;
  height: 400px;
}
.content .news-box .news-cont .right-cont .news-item {
  display: block;
  float: left;
  width: 300px;
  height: 200px;
  position: relative;
}
.content .news-box .news-cont .right-cont .news-item .item-pic-cont {
  width: 100%;
  height: 100%;
  background: url(https://resjz.cqnews.net/16/2024/10/9/2006581/img/moren2.png) no-repeat;
  background-size: contain;
}
.content .news-box .news-cont .right-cont .news-item .item-pic-cont .item-pic {
  width: 100%;
  height: 100%;
}
.content .news-box .news-cont .right-cont .news-item .play {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .news-box .news-cont .right-cont .news-item .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: #fff;
  padding: 10px 0 0 7px;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#goToTop {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 10;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
}
#goToTop .back-Img {
  width: auto;
  height: auto;
  cursor: pointer;
}
.go-Top {
  display: block !important;
}
.short-video-detail {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  overflow: hidden;
}
.short-video-detail .close-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  left: 10%;
  top: 10%;
}
.short-video-detail .close-btn img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.short-video-detail .short-video-cont {
  width: 500px;
  height: 95%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.short-video-detail .short-video-cont video {
  width: 100%;
  height: 100%;
}
.short-video-detail .change-video {
  position: fixed;
  right: 29%;
  bottom: 10%;
}
.short-video-detail .change-video .prev,
.short-video-detail .change-video .next {
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.short-video-detail .change-video .prev img,
.short-video-detail .change-video .next img {
  width: 100%;
  height: 100%;
}
.short-video-detail .change-video .prev {
  margin-bottom: 40px;
}
.short-video-detail .comment {
  width: 426px;
  height: 100%;
  background: url(../img/comment-bg.png) no-repeat;
  background-size: cover;
  position: fixed;
  right: 0;
  top: 0;
  transition: 1s;
  padding: 40px 24px 0 20px;
  box-sizing: border-box;
  overflow: scroll;
}
.short-video-detail .comment .hide {
  width: 28px;
  height: 65px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.short-video-detail .comment .hide img {
  width: 100%;
  height: 100%;
}
.short-video-detail .comment .video-item-info {
  margin-bottom: 31px;
}
.short-video-detail .comment .video-item-info .item-source {
  margin-bottom: 27px;
}
.short-video-detail .comment .video-item-info .item-source .item-pictrue {
  width: 45.5px;
  height: 45.5px;
  background: url(https://resjz.cqnews.net/16/2024/10/9/2006581/img/moren3.png) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.short-video-detail .comment .video-item-info .item-source .item-pictrue .item-logo {
  width: 45.5px;
  height: 45.5px;
  display: inline-block;
}
.short-video-detail .comment .video-item-info .item-source .item-name {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 15px;
  display: inline-block;
}
.short-video-detail .comment .video-item-info .item-summary {
  margin-bottom: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.short-video-detail .comment .video-item-info .dzpl-count {
  text-align: right;
}
.short-video-detail .comment .video-item-info .dzpl-count .dianzan {
  display: inline-block;
  margin-right: 31px;
}
.short-video-detail .comment .video-item-info .dzpl-count .dianzan .dianzan-pic {
  width: 15px;
  height: 15px;
}
.short-video-detail .comment .video-item-info .dzpl-count .dianzan .dianzan-count {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .video-item-info .dzpl-count .pinglun {
  display: inline-block;
}
.short-video-detail .comment .video-item-info .dzpl-count .pinglun .pinglun-pic {
  width: 14px;
  height: 13px;
}
.short-video-detail .comment .video-item-info .dzpl-count .pinglun .pinglun-count {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .comment-list .list-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.short-video-detail .comment .comment-list .no-comment {
  margin-top: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
.short-video-detail .comment .comment-list .member-item {
  margin-bottom: 31px;
}
.short-video-detail .comment .comment-list .member-item .item-avatar {
  margin-bottom: 14px;
}
.short-video-detail .comment .comment-list .member-item .item-avatar .avatar-pic {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 17px;
}
.short-video-detail .comment .comment-list .member-item .item-avatar .item-name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 33px;
}
.short-video-detail .comment .comment-list .member-item .item-avatar .item-time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .comment-list .member-item .item-content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.short-video-detail .comment .comment-list .member-item .dianzan {
  text-align: right;
}
.short-video-detail .comment .comment-list .member-item .dianzan .dianzan-pic {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
}
.short-video-detail .comment .comment-list .member-item .dianzan .dianzan-count {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .comment-list .member-item .comment-arrow {
  text-align: center;
  margin-bottom: 10px;
}
.short-video-detail .comment .comment-list .member-item .comment-arrow img {
  width: 12px;
  height: 11px;
  display: inline-block;
}
.short-video-detail .comment .comment-list .member-item .comment-reply {
  margin-left: 18px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-avatar {
  margin-bottom: 14px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-avatar .avatar-pic {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-avatar .item-name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 33px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-avatar .item-time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-dianzan {
  text-align: right;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-dianzan .dianzan-pic {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-dianzan .dianzan-count {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment::-webkit-scrollbar {
  display: none;
}
