/* .demo-css{color:red!important;} */
.loading-more{
    font-size: 13px;
    text-align: center;
    padding:10px 0;
    color:#999;
}
.postList{
    background: #f3f3f3;
}
.content-navbar {
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    line-height: 45px;
}
.content-navbar ul{
    width: 100%;
}
.content-navbar ul li {
    text-align: center;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    margin:0 auto;
}

.content-navbar ul li.active {
    color: #7f8aef;
    position: relative;
}

.content-navbar ul li.active::after {
    display: block;
    content: "";
    width: 14px;
    height: 3px;
    background: #7f8aef;
    border-radius: 30%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* 导航样式结束 */
/* 帖子样式开始 */
.fl{
    float: left;
}
.fr{
    float: right;
}
.new-content {
    padding:18px 15px;
    background: #fff;
}

.new-my-box {
    overflow: hidden;
    padding-bottom: 4px;
}

.big-head {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.05);
    border-radius: 50%;
    vertical-align: middle;
}

.author-detail {
    display: inline-block;
    vertical-align: middle;
}

.author-name {
    font-size: 16px;
    vertical-align: middle;
}
.upwarp-nodata::before,
.upwarp-nodata::after{
    content: '';
    display: inline-block;
    border:1px solid #e5e5e5;
    transform: scale(.6,.5);
    width: 100px;
    vertical-align: middle;
}
.city-grade,
.city-lstop {
    padding: 3px 4px 2px;
    font-size: 11px;
    border-radius: 3px;
}

.author-detail p span {
    margin-right: 6px;
}

.author-detail p span:last-child {
    margin-right: 0;
}

.author-detail p span:last-child {
    margin-right: none;
}

.city-grade {
    background: #7f8aef;
    color: #fff;
}

.city-lstop {
    background: #e5e5e5;
    color: #999;
}

.server-type {
    font-size: 14px;
    color: #999;
    margin-top: 1px;
}

.post-social-contact img {
    height: 19px;
    padding-left: 10px;
    padding-right: 11px;
    border-right: 1px solid #e5e5e5;
}

.post-social-contact img:first-child {
    padding-left: 0;
}

.post-social-contact img:last-child {
    padding-right: 0;
    border: none;
}

.post-address,
.postTitle,
.postDetail {
    font-size: 14px;
    text-align: justify;
}
.postDetail,
.post-address,
.post-time,
.post-comment-data {
    color: #999;
}

.post-pic {
    overflow: hidden;
    padding: 15px 0 8px;
}
.post-pic li+li{
    margin-left:2%;
}
.post-pic li {
    box-sizing: border-box;
    float: left;
    width: 32%;
    height: 80px;
    overflow: hidden;
    margin:0 auto;
    border:1px solid #ececec;
    position: relative;
}

.post-pic li img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
}

.post-address {
    padding-bottom: 10px;
}

.post-address img {
    width: 14px;
    vertical-align: middle;
    margin-right: 6px;
}

.post-address span {
    vertical-align: middle;
}

.content-time {
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding-top: 10px;
}

.post-comment-data span+.post-comment-data span {
    margin-left: 15px;
}

.post-comment-data img {
    vertical-align: middle;
    width: 16px;
}

.post-comment-data span {
    vertical-align: middle;
    margin-left: 8px;
}

.new-content+.new-content{
    margin-top: 8px;
}