/* 热门评论 */

.comments-list {
  padding: 0 .3rem;
}

.comments-list .comments-list-item {
  padding: .2rem 0;
  display: flex;
}

.comments-list-item .user-avatar {
  width: .8rem;
  height: auto;
  padding-right: .2rem;
}

.user-avatar img {
  display: block;
  width: .6rem;
  height: .6rem;
  background: #FEA509;
  border-radius: 50%;
}

.user-con {
  width: calc(100% - .8rem);
}

.user-con .con-top {
  font-size: .28rem;
  color: #777777;
  display: flex;
  justify-content: space-between;
}

.user-con .con-top .user-name {
  font-weight: bold;
  color: #333333;
}

.con-top .user-thumb {
  display: flex;
  align-items: center;
}

.con-top .user-thumb i {
  display: inline-block;
  width: .28rem;
  height: .28rem;
  background-image: url(../img/icon_thumb.png);
  background-size: 100% 100%;
  margin-left: .1rem;
  margin-top: -.04rem;
}

.con-top .user-thumb.active i {
  background-image: url(../img/icon_thumb_active.png);
}

.con-top .user-thumb.active {
  color: #94D5CF;
}

.user-con .con-center {
  padding: .14rem 0 .2rem;
  font-size: .3rem;
  color: #333333;
  text-align: justify;
}

.user-con .con-bottom {
  font-size: .24rem;
  color: #777777;
}

/* 打开客户端 */

.open-client {
  padding: 0 .3rem;
}

.open-client a {
  display: block;
  width: 100%;
  height: .9rem;
  border: .02rem solid #94D5CF;
  color: #94D5CF;
  font-size: .3rem;
  border-radius: .45rem;
  text-align: center;
  line-height: .9rem;
  margin: .34rem 0;
  /* cursor: pointer; */
  ;
}

/* 新闻列表 */

.relative-article span {
  position: relative;
}

.relative-article span::before {
  content: '';
  width: .6rem;
  height: .03rem;
  background: #E7E7E7;
  position: absolute;
  left: -.86rem;
  top: 50%;
  transform: translateY(-50%);
}

.relative-article span::after {
  content: '';
  width: .6rem;
  height: .03rem;
  background: #E7E7E7;
  position: absolute;
  right: -.86rem;
  top: 50%;
  transform: translateY(-50%);
}

.news-list-container {
  padding-top: .4rem;
  margin-bottom: .16rem;
  background-color: #fff;
}

.news-list-container:last-of-type {
  margin-bottom: 0;
}

.news-list-header {
  text-align: center;
}

.news-list-header h3 {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  color: #000;
}

.news-list-header h3:before, .news-list-header h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.4rem;
  display: block;
  width: .2rem;
  height: .02rem;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-list-header h3:after {
  left: auto;
  right: -0.4rem;
}

.news-list-item {
  position: relative;
  padding: .37rem .3rem;
  border-bottom: 1px solid #e6e6e6;
}

.news-list-item.item-single-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list-item.item-single-pic img {
  width: 2rem;
  height: 1.5rem;
}

.news-list-item.item-single-pic .item-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: .2rem;
}

.news-list-item.item-many-pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list-item.item-many-pics .item-pic-box {
  position: relative;
  width: 2rem;
  height: 1.5rem;
  overflow: hidden;
  margin-right: .2rem;
}

.news-list-item.item-many-pics .item-pic-box img {
  width: 100%;
  height: 100%;
}

.news-list-item.item-many-pics .pics-number {
  position: absolute;
  right: .1rem;
  bottom: .1rem;
  display: inline-block;
  height: .4rem;
  line-height: .4rem;
  padding: 0 .15rem 0 .55rem;
  background-color: #000000;
  font-size: 10px;
  color: #fff;
}

.news-list-item.item-many-pics .pics-number:after {
  content: "";
  position: absolute;
  left: .15rem;
  top: 50%;
  display: block;
  width: .32rem;
  height: .3rem;
  margin-top: -0.15rem;
  background: url(../img/icon_pic.png) no-repeat center;
  background-size: contain;
}

.news-list-item.item-many-pics .item-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-list-item.item-multi-pic img {
  width: 2.16rem;
  height: 1.62rem;
  margin: 0;
}

.news-list-item.item-multi-pic .item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: .2rem;
}

.news-list-item.item-with-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list-item.item-with-video .item-pic-box {
  position: relative;
  width: 2rem;
  height: 1.5rem;
  overflow: hidden;
}

.news-list-item.item-with-video .item-pic-box img {
  width: 100%;
  height: 100%;
}

.news-list-item.item-with-video .video-duration {
  position: absolute;
  right: .1rem;
  bottom: .1rem;
  display: inline-block;
  height: .4rem;
  line-height: .4rem;
  padding: 0 .15rem 0 .3rem;
  background-color: #000000;
  font-size: 10px;
  color: #fff;
}

.news-list-item.item-with-video .video-duration:after {
  content: "";
  position: absolute;
  left: .15rem;
  top: 50%;
  display: block;
  width: .12rem;
  height: .15rem;
  margin-top: -0.075rem;
  background: url(../img/play.png) no-repeat center;
  background-size: contain;
}

.news-list-item.item-with-video .item-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: .2rem;
}

.news-list-item .item-info {
  margin-top: .2rem;
  font-size: 12px;
  color: #aaa;
}

.news-list-item .item-tag {
  display: inline-block;
  padding: 0 .11rem 0 0;
  margin-right: .07rem;
  border-radius: .06rem;
  line-height: .35rem;
}

.news-list-item .item-tag.highlight {
  border-color: #439af8;
  color: #439af8;
}

.news-list-item .item-time {
  line-height: .37rem;
  margin-left: .04rem;
}

.news-list-item h4 {
 padding-right:15px;
  line-height: .42rem;
  font-size: 18px;
  color: #000;
}
