h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
.btn-success {
  color: #fff;
  background-color: #5ca5ff;
  border-color: #5ca5ff;
}
.sidenav .list-group .list-group-item.active > a {
  color: #5ca5ff;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2f6ade;
  border-color: #2f6ade;
}
@media (min-width: 767px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}

/* add */
.panel.panel-default.panel-user {
  padding: 0 15px !important;
  margin: 0 !important;
}

.article-list {
  padding-top: 30px;
}

.article-item {
  padding: 0 !important;
}

.article-list .article-title a {
  font-weight: normal !important;
}

.gallery-article {
  margin: 0 !important;
}

.article-title {
  margin: 0 !important;
  padding: 16px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #333333;
  font-weight: normal !important;
}

.article-title div:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article-title .date {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #999999;
}

.article-title img {
  border-radius: 50%;
  margin-right: 8px;
}

.title-es {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  padding-bottom: 12px;
}

.media-bottom {
  width: calc(100vw - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 9px 0 18px;
  font-size: 12px;
}

.media {
  margin: 0;
}

.full_media_body {
  display: block !important;
  width: 100%;
}

.has_img {
  display: flex;
}

.has_img .hasOneImage {
  width: 68%;
}

.has_img .media-bottom {
  width: 100%;
}

.has_img .right_img {
  flex: 1;
  padding: 26px 0 18px;
  margin-left: 10px;
}

.has_img .right_img a {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 80px;
}

.has_img .right_img a img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

span[itemprop="likes"],
span[itemprop="comments"],
span[itemprop="views"] {
  display: flex;
  justify-content: center;
  align-items: center;
}

span[itemprop="comments"] a{
  display: flex;
  justify-content: center;
  align-items: center;
}


.no_img .right_img {
  display: none;
}

.wg-icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  font-size: 0;
}

.likes-icon {
  background: url(../img/点赞@2x.png) no-repeat center / cover;
}

.comments-icon {
  background: url(../img/评论@2x.png) no-repeat center / cover;
}

.views-icon {
  background: url(../img/浏览@2x.png) no-repeat center / cover;
}
