.page-r {
    width: 290px;
    float: right;
}

.diary-side {
    margin-bottom: 35px;
    padding: 25px 25px 25px 0;
    background: #fff;
    position: relative;
    border-radius: 8px;

}

.sidebar .hd {
    overflow: hidden;
    margin-bottom: 10px;
}

.sidebar .hd h2 {
    width: 150px;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    float: left;
    margin-left: 5px;
}

.diary-side li, .examples-side li {
    padding: 12px 0;
}

.diary-side li .user, .examples-side li .user {
    margin-right: 15px;
    overflow: hidden;
    float: left;
    width: 90px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.diary-side li .user img, .examples-side li .user img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: inline-block;
}

.diary-side li h3, .examples-side li h3 {
    margin-bottom: 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    margin-top: 0;
}

.diary-side li p, .examples-side li p {
    max-height: 34px;
    line-height: 17px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.diary-side .hd img, .examples-side .hd img {
    width: 16px;
    height: 16px;
}

.diary-side .hd span, .examples-side .hd span {
    margin-left: 10px;
}


.text .arrDivShow {
    width: 86%;
}

.examples-side .n1 {
    margin-bottom: 30px;
}

.examples-side .n1 a span {
    font-size: 14px;
}

.examples-side .n1 .ni-wen {
    font-weight: 600;
}

.circle-side .n1 a img {
    width: 20px;
}

.examples-side .n1 .ni-wen span {
    margin-left: 8px;
}

.examples-side .n1 .ni-da span {
    float: right;
    width: 225px;
}

.narrow_filter_doc .pic div {
    width: 121px;
    height: 121px;
    float: left;
    line-height: 121px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.narrow_filter_doc .pic div img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: inline-block;
}

/*详情页*/

.hd-didian {
    display: inline;
}


.thumbnail {
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail .article-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: inline-block;
}

.doc-desc {
    width: 460px;
    margin-left: 20px;
}

.doc-desc div:first-child {
    font-size: 28px;
    color: #000;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.doc-desc div:first-child img {
    margin-left: 8px;
}

.hd-address span, .hd-time span, .hd-item span {
    font-size: 16px;
    margin: 0 0 0 10px;
}

.hd-item img {
    margin-bottom: 3px;
}

.hd-item div {
    float: right;
    width: 346px;
}

.hd-item div span {
    margin: unset;
}

.hd-item, .hd-time, .hd-address {
    display: inline-block;
    margin: 2px 0;
}

.hd-address div {
    float: right;
    width: 378px;
}

.act-article-content span {
    margin-left: 20px;
}

.act-article-content h5:hover {
    color: #333;
}

.act-article-content h5 {
    display: flex;
    align-items: center;
}

.act-article-content p {
    color: #666666;
    font-size: 15px;
}

.ask-side ul {
    padding: unset;
}

.ask-side .hd {
    overflow: hidden;
    margin-bottom: 10px;
}

.ask-side .hd h2 {
    width: 150px;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    float: left;
    margin-left: 5px;
}

.ask-side .hd img {
    width: 16px;
    height: 16px;
}

.ask-side .hd span {
    margin-left: 10px;
}

.ask-side .n1 {
    margin-bottom: 30px;
}

.ask-side .n1 .ni-wen {
    font-weight: 600;
}

.ask-side .n1 a:hover{
    color: #333333;
}

.ask-side .n1 a img {
    width: 20px;
}

.ask-side .n1 .ni-wen span {
    margin-left: 8px;
}

.ask-side .n1 a span {
    font-size: 14px;
}

.ask-side .n1 .ni-da{
    margin-top: 5px;
}

.ask-side .n1 .ni-da img {
    float: left;
}

.ask-side .n1 .ni-da span {
    padding-left: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


