#header{
    display: flex;
    align-items: center;
    padding: 0.13rem 0.1rem;
    height: 0.9rem;
    background-color: #fff;
    position: sticky;
    top: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
}
#header .back {
    float: left;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
}
#header .search {
    float: right;
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
}
#header .logo{
    height: 100%;
    flex: 1;
    text-align: center;
}
#header .logo img{
    height: 100%;
}
#header .search a .iconfont{
    font-size: 0.48rem;
    color: #333;
}
#header .back a .iconfont{
    font-size: 0.5rem;
    color: #111;
}
#sort{
    background-color: #fff;
    padding: 10px;
}

/*  */
.zuixin{
    width: 95%;
    margin: 10px auto;
    background: #fff;
    border-radius: 8px;
}


.doc-item-wrap {
    border-top: 0.5px solid #f1f1f1;
    margin: 0 auto;
    padding: 0.32rem 0.24rem;
}

.doc-item-wrap a {
    display: flex;
    align-items: center;
}

.cover-image {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
    height: 1.02rem;
    width: 1.02rem;
    background: url('../img/ws.png') no-repeat;
    background-size: contain;
}

.doc-title {
    color: #333;
    font-size: .32rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-detail {
    flex: 1;
    width: 70%;
}

.doc-info {
    align-items: center;
    color: #999;
    display: flex;
    font-size: .24rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doc-item-wrap .iconfont {
    color: #999;
}

.view-count {
    margin-right: .1rem;
}

.jx {
    display: inline-block;
    text-align: center;
    line-height: 16px;
    color: #FF6200;
    width: 28px;
    height: 16px;
    border-radius: 4px 4px 4px 4px;
    margin-right: 8px;
    border: 1px solid;
    border-image: linear-gradient(135deg, rgba(255, 161.49999797344208, 0, 0.4000000059604645), rgba(255, 98.00000175833702, 0, 0.4000000059604645)) 1 1;
}
.hd {
    height: 0.7rem;
    line-height: 0.6rem;
    padding: 0.1rem 0 0;
    overflow: hidden;
}
.hd strong {
    font-size: 0.3rem;
    font-weight: 600;
    color: #111111;
}