.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btncon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  cursor: text;
}
.znjchinaforum-nav {
  background: #fff;
  z-index: 900;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  -webkit-transition: top 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
  position: relative;
  margin-top: 3rem;
  min-width: 1200px;
  -webkit-box-shadow: 0 15px 15px rgba(15, 37, 64, 0.1);
  box-shadow: 0 15px 15px rgba(15, 37, 64, 0.1);
}
.znjchinaforum-nav .znjchinaforum-nav-content h2 {
  height: 1.8rem;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0;
}
.znjchinaforum-nav .znjchinaforum-nav-content h2 a {
  font-size: 1.2rem;
  color: #424E65;
}
.znjchinaforum-nav .znjchinaforum-nav-content h2 span {
  font-size: 0.8rem;
  color: #666;
  border-left: 1px solid #e5e5e5;
  display: block;
  height: 22px;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 21px;
}
.znjchinaforum-nav .znjchinaforum-nav-content .editLiveBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #fff;
}
.znjchinaforum-nav .znjchinaforum-nav-content .editLiveBtn a span {
  width: 6rem;
  height: 2rem;
  border-radius: 5rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.7rem;
  color: #fff;
  display: block;
}
.znjchinaforum-nav .znjchinaforum-nav-content .editLiveBtn a span i {
  margin-right: 6px;
  top: 0;
}
.znjchina-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.6rem;
  color: #666;
  letter-spacing: 0;
  line-height: 0.6rem;
  padding: 2rem 0 1.5rem;
}
.znjchina-breadcrumb li a {
  color: #666;
}
.znjchina-breadcrumb li span {
  margin: 0 0.5rem;
  top: 1px;
}
.znjchina-breadcrumb .active {
  color: #999;
}
div.quote {
  background: #F5F5F5;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 26px;
  border: none;
  text-align: center;
  font-family: '.PingFangSC-Light';
}
div.quote blockquote {
  position: relative;
  display: inline-block;
  padding: 47px 50px;
  border: none;
}
div.quote blockquote::before {
  display: block;
  content: '';
  left: 20px;
  top: 20px;
  background-image: url(../images/quotation_marks.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
}
div.quote blockquote::after {
  display: block;
  content: '';
  right: 20px;
  bottom: 20px;
  background-image: url(../images/quotation_marks2.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
}
hr.l {
  width: 100%;
}
.forum-viewthread-left {
  width: 895px;
  padding: 0 1.5rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  letter-spacing: 0;
}
.forum-viewthread-left .forum-v-banner {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 -1.5rem 2rem;
}
.forum-viewthread-left .forum-v-banner .imgBox {
  width: 100%;
  max-height: 800px;
  min-height: 380px;
  overflow: hidden;
}
.forum-viewthread-left .forum-v-banner img {
  width: 100%;

}
.forum-viewthread-left .forum-v-banner .v-banner-info {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 2rem;
  padding-top: 3.5rem;
  padding-right: 2rem;
}
.forum-viewthread-left .forum-v-banner .v-banner-info h3 {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.forum-viewthread-left .forum-v-banner .v-banner-info h5 {
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 0.7rem;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.forum-viewthread-left .forum-v-banner .v-banner-info h5 a {
  color: #fff;
}
.forum-viewthread-left .forum-v-banner .v-banner-info h5 span {
  margin: 0 6px;
}
.forum-viewthread-left img.expression {
  width: 22px;
  margin: 0 2px;
}
.forum-viewthread-left .forum-viewthread-article {
  width: 835px;
  padding: 0 20px;
  margin: 0 auto;
}

.forum-viewthread-article-box img{max-width:100% !important; height:auto !important}



.forum-viewthread-left .forum-viewthread-article img.covered {
  margin: 30px -20px;
  width: 835px;
  max-width: none;
}
.forum-viewthread-left .forum-viewthread-article img {
  margin: 30px 0;
}
.forum-viewthread-left .forum-viewthread-article img.expression {
  width: 22px;
  margin: 0 2px;
}
.forum-viewthread-left .forum-viewthread-article-box ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.forum-viewthread-left .viewthread-like-box {
  margin: 1.2rem 0 1.2rem;
}
.forum-viewthread-left .viewthread-like-box .viewthread-like {
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  line-height: 3rem;
  margin: 0 auto 0.5rem;
}
.forum-viewthread-left .viewthread-like-box .viewthread-like .like-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #C9D6DE;
}
.forum-viewthread-left .viewthread-like-box .viewthread-like .like-icon .icobutton {
  color: #c9d6de;
  font-size: 35px;
}
.forum-viewthread-left .viewthread-like-box .viewthread-like .like-icon.recommed i {
  color: #ee9393;
}
.forum-viewthread-left .viewthread-like-box .like-num {
  font-size: 0.6rem;
  color: #666;
  text-align: center;
}
.forum-viewthread-left .viewthread-like-box .like-people-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum-viewthread-left .viewthread-like-box .like-people-box .like-people {
  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  height: 1.5rem;
  flex-wrap: no-wrap;
}
.forum-viewthread-left .viewthread-like-box .like-people-box a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 3px;
  overflow: hidden;
  border-radius: 50%;
}
.forum-viewthread-left .viewthread-like-box .like-people-box a span {
  font-size: 1rem;
  color: #d8d8d8;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: -4px;
}
.forum-viewthread-left .share-btn-group {
  margin: 0 auto;
}
.forum-viewthread-left .share-btn-group .share_btn_left {
  height: 2.1rem;
}
.forum-viewthread-left .btn-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.forum-viewthread-left .btn-right span {
  line-height: 2rem;
  text-align: center;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum-viewthread-left .btn-right i {
  margin-right: 10px;
  top: 0;
  line-height: 38px;
}
.forum-viewthread-left .btn-right b {
  font-weight: normal;
  line-height: 38px;
}
.forum-viewthread-left .btn-right .editBtn {
  margin-right: 20px;
}
.forum-viewthread-left .btn-right .editBtn a {
  color: #999;
}
.forum-viewthread-left .favorite-btn-box span {
  width: 5rem;
  height: 2rem;
  border-radius: 5rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}



.viewthread-right .author-card .author-card-title {
  font-size: 0.7rem;
  color: #666;
  letter-spacing: 0;
  line-height: 0.7rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.viewthread-right .author-card .author-card-summary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewthread-right .author-card .author-card-summary .img-link-box {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.5rem;
}
.viewthread-right .author-card .author-card-summary .img-link-box .img-link {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.viewthread-right .author-card .author-card-summary .img-link-box .vip {
  width: 0.8rem;
  height: 0.8rem;
  background-image: radial-gradient(50% 100%, #f87272 30%, #961c1c 100%);
  box-shadow: 0 1px 4px 0;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
}
.viewthread-right .author-card .author-card-summary .author-name-info {
  width: 9.25rem;
  line-height: 32px;
}
.viewthread-right .author-card .author-card-summary .author-name-info a.author-name {
  font-size: 0.8rem;
  color: #666;
  font-weight: bold;
  display: block;
  line-height: 1.6rem;
}
.viewthread-right .author-card .author-card-summary .author-name-info span {
  display: block;
  font-size: 0.6rem;
  color: #999;
  line-height: 0.8rem;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.viewthread-right .author-card .author-card-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.3rem;
}
.viewthread-right .author-card .author-card-icon-group .atten-btn-box a,
.viewthread-right .author-card .author-card-icon-group .sixin-btn-box a {
  display: block;
  text-align: center;
}
.viewthread-right .author-card .author-card-icon-group .atten-btn-box a strong,
.viewthread-right .author-card .author-card-icon-group .sixin-btn-box a strong {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.1rem;
  display: block;
  margin: 10px auto 6px;
  font-weight: normal;
}
.viewthread-right .author-card .author-card-icon-group .atten-btn-box a b,
.viewthread-right .author-card .author-card-icon-group .sixin-btn-box a b {
  display: block;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #999;
  font-weight: normal;
}
.viewthread-right .author-card .author-card-icon-group .atten-btn-box .icon,
.viewthread-right .author-card .author-card-icon-group .sixin-btn-box .icon {
  height: 2rem;
  line-height: 2rem;
  width: 5rem;
  margin: 0 10px;
}
.viewthread-right .author-card .author-card-icon-group .atten-btn-box .icon span,
.viewthread-right .author-card .author-card-icon-group .sixin-btn-box .icon span {
  display: block;
  border-radius: 5rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 5rem;
}
.viewthread-right .author-card .author-card-atten {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 1rem;
}
.viewthread-right .author-card .author-card-atten li a {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #999;
}
.viewthread-right .author-card .author-card-atten li a strong {
  font-size: 0.8rem;
  color: #666;
  margin-right: 6px;
  font-weight: normal;
}
.viewthread-right .more-topic {
  width: 285px;
}
.viewthread-right .more-topic h4.more-topic-title {
  font-size: 0.7rem;
  color: #666;
  letter-spacing: 0;
  line-height: 0.7rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.viewthread-right .more-topic h4.more-topic-title a {
  color: #666;
}
.viewthread-right .more-topic ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.viewthread-right .more-topic ul li {
  width: 125px;
  height: 125px;
  background: #ccc;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 15px;
}
.viewthread-right .more-topic ul li a.topicImg {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}
.viewthread-right .more-topic ul li a.topicImg:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  -webki-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.viewthread-right .more-topic ul li div.topic-item-title {
  color: #fff;
  font-size: 0.6rem;
  height: 1.6rem;
  line-height: 0.8rem;
  width: 105px;
  position: absolute;
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: justify; overflow:hidden
}
.viewthread-right .more-topic ul li div.topic-item-title a {
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.viewthread-right .more-topic ul li div.topic-item-title :hover {
  color: rgba(255, 255, 255, 0.9);
}
.viewthread-right .more-topic ul li:hover a.topicImg:before {
  background: rgba(0, 0, 0, 0.3);
}
.viewthread-right .group-ad-position {
  width: 285px;
  height: 419px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  background-color: #f5d3e5;
  position: relative;
}
.viewthread-right .group-ad-position a.small-icon {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  background-color: rgba(9, 9, 9, 0.5);
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.2rem;
  width: 2rem;
  height: 1.2rem;
  border-radius: 5rem;
  text-align: center;
}
.fixed {
  position: fixed;
  top: 80px;
}
.znjchinaforum-wrapper {
  width: 100%;
  min-width: 1200px;
}
.forum-banner-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 460px;
  margin-top: 60px;
}
.forum-banner-box .forum-banner .swiper-container {
  width: 590px;
  height: 460px;
}
.forum-banner-box .forum-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.forum-banner-box .forum-banner .swiper-slide a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.forum-banner-box .forum-banner .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid transparent;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
}
.forum-banner-box .forum-banner .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
}
.forum-banner-box .forum-banner .swiper-button {
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 0;
}
.forum-banner-box .forum-banner .swiper-button span {
  font-size: 1rem;
  line-height: 3rem;
  top: 1px;
}
.forum-banner-box .forum-banner .swiper-button-prev {
  left: 1rem;
}
.forum-banner-box .forum-banner .swiper-button-next {
  right: 1rem;
}
.forum-banner-box .forum-banner .swiper-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.forum-banner-box .forum-banner .swiper-button:active {
  background: rgba(0, 0, 0, 0.3);
}
.forum-banner-box .forum-banner:hover .swiper-button {
  opacity: 1;
}
.forum-banner-box .forum-banner-right {
  width: 610px;
  height: 460px;
}
.forum-banner-box .forum-banner-right ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.forum-banner-box .forum-banner-right ul li {
  width: 305px;
  height: 230px;
}
.forum-banner-box .forum-banner-right ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}
.forum-banner-box .forum-banner-right ul li :before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}
.forum-banner-box .forum-banner-right ul li a:hover::before {
  background: rgba(255, 255, 255, 0.3);
}
.forum-banner-box .forum-banner-right ul li:nth-child(2) a {
  border-top-right-radius: 2px;
}
.forum-banner-box .forum-banner-right ul li:nth-child(2) a:before {
  border-top-right-radius: 2px;
}
.forum-banner-box .forum-banner-right ul li:nth-child(4) a {
  border-bottom-right-radius: 2px;
}
.forum-banner-box .forum-banner-right ul li:nth-child(4) a:before {
  border-bottom-right-radius: 2px;
}
.index_forum_list {
  height: 50px;
  max-width: 1400px;
  margin: 60px auto 0;
}
.index_forum_list .swiper-container {
  position: relative;
  padding-bottom: 25px;
  width: 100%;
  margin: 0 -15px;
}
.index_forum_list .swiper-container .swiper-wrapper {
  padding: 0 15px;
}
.index_forum_list .swiper-container .swiper-slide {
  width: 80px;
  height: 50px;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.index_forum_list .swiper-container .swiper-slide:last-child {
  margin-right: 0;
}
.index_forum_list .swiper-container .swiper-slide.mask::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0.6) 100%);
  z-index: 2;
}
.index_forum_list .swiper-container .swiper-slide:hover,
.index_forum_list .swiper-container .swiper-slide.clicked {
  box-shadow: 0 10px 15px rgba(0, 61, 142, 0.35);
}
.index_forum_list .swiper-container .swiper_img {
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index_forum_list .swiper-container .swiper_img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.index_forum_list .swiper-container .active{ background:#065183}

.index_forum_list .swiper-container .swiper_img:hover::before {
  opacity: 0.8;
}
.index_forum_list .swiper-container h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index_forum_list .swiper-container h3 a {
  color: #fff;
}
.index_forum_list .swiper-container:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 100px;
  height: 50px;
  background-image: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0.7) 70%);
  z-index: 2;
}
.index_forum_list .swiper-container:after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  width: 100px;
  height: 50px;
  background-image: linear-gradient(-90deg, #fafafa 0%, rgba(250, 250, 250, 0.7) 70%);
  z-index: 2;
}
.index_forum_list .swiper-button {
  background: transparent;
  width: 18px;
  height: 30px;
  color: #999;
  text-align: center;
  overflow: hidden;
  top: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 0;
}
.index_forum_list .swiper-button span {
  font-size: 18px;
  line-height: 30px;
  font-weight: bolder;
  top: 1px;
}
.index_forum_list .swiper-button-prev {
  opacity: 0;
  left: 74px;
}
.index_forum_list .swiper-button-next {
  right: 45px;
}
.forum-container .tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .5rem;
}
.forum-container .tab-nav li {
  height: 2.9rem;
  margin: 0 2rem;
  padding: 0 0.5rem;
  font-size: .9rem;
  position: relative;
}
.forum-container .tab-nav li i.border {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 2px;
  width: 0;
  background: #333;
}
.forum-container .tab-nav li a {
  color: #999;
  letter-spacing: 0;
  line-height: 2.9rem;
  font-weight: normal;
}
.forum-container .tab-nav li i.border,
.forum-container .tab-nav li a {
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.forum-container .tab-nav .active i.border,
.forum-container .tab-nav :hover i.border {
  width: 100%;
}
.forum-container .tab-nav .active a,
.forum-container .tab-nav :hover a {
  font-weight: bold;
  color: #333;
}
.forum-container .tab-nav li.new-comment:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 14px;
}
.forum-container .waterfall-cards {
  z-index: 200;
}
.forum-container .waterfall-cards .list-group .list-group-item h3 {
  font-weight: bold;
}
.forum-container .waterfall-cards .list-group .list-group-item .row {
  margin: -5px;
  width: 600px !important;
}
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-12,
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-6,
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-4 {
  padding: 5px;
  float: left !important;
}
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-12 {
  width: 600px !important;
}
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-6 {
  width: 300px !important;
}
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-4 {
  width: 200px !important;
}
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-6 a,
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-4 a,
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-12 a {
  height: 10rem;
  display: block;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-6 a {
  height: 14.5rem;
}
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-4 a {
  height: 9.5rem;
}
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-12 a {
  height: 18rem;
}
.forum-container .waterfall-cards .list-group .list-group-item .row .col-sm-12.oneImg a {
  display: block;
  height: auto;
  max-height: 30.5rem;
  background: none;
}
.forum-container .waterfall-cards .list-group .list-group-item .forum_type {
  font-weight: normal;
  color: #999;
  margin-left: 5px;
}
.forum-container .waterfall-cards .list-group .list-group-item .list-stat .is_home {
  display: none;
}
.forum-container .waterfall-cards .list-group .list-group-item .list-stat .forum_homed {
  display: block;
}
.forum-container .waterfall-cards .list-group .tablist ul li:nth-child(2n) {
  margin-right: 0;
}
.forum-container .waterfall-cards .list-group .cards h5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum-container .waterfall-cards .list-group .cards .list-group .list-group-item .list-stat {
  padding-top: 4px;
}
.forum-container .media_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.forum-container .m_left .img_box {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.forum-container .m_left .img_box img{ width:1.2rem; height:1.2rem}


.forum-container .m_body {
  width: 231px;
}
.forum-container .m_body .author_name_box {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .index_forum_list {
    width: 1220px;
  }
  .index_forum_list .swiper-container:before {
    left: -5px;
  }
  .index_forum_list .swiper-container:after {
    right: -50px;
  }
  .index_forum_list .index_forum_list .swiper-button-prev {
    left: 30px;
  }
  .index_forum_list .index_forum_list .swiper-button-next {
    right: 20px;
  }
}
