a {
    text-decoration: none;
    color: inherit;
}

.author {
    width: 360px;
    height: auto;
    border: 1px solid #d6d6d6;
    border-top: 6px solid #0bbbbf;
    box-sizing: border-box;
}

.author_txt {
    width: 320px;
    height: auto;
    margin: 0 auto;
}

.author_top {
    width: 320px;
    height: auto;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 20px;
}

.author_img {
    width: 320px;
    height: 110px;
    display: flex;
}

.author_tx {
    width: 110px;
    height: 110px;
    position: relative;
}

.author_tx img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.author_tag {
    width: 26px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.author_tag img {
    width: 26px;
    height: 25px;
}

.author_name {
    width: 210px;
    height: 110px;
}

.author_name_txt {
    width: 210px;
    height: 33px;
    margin-top: 15px;
}

.author_name_txt p {
    display: inline;
    font-size: 20px;
    padding-left: 10px;
}

.author_name_tag {
    width: 85px;
    height: 24px;
    border: 2px solid #0bbbbf;
    color: #0bbbbf;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.author_intro {
    width: 320px;
    height: auto;
    margin: 20px 0;
}

.author_intro p {
    display: inline;
    font-size: 16px;
    color: #545454;
    line-height: 24px;
}

.author_follow {
    width: 122px;
    height: 37px;
    border-radius: 5px;
    border: 0;
    background-color: #0bbbbf;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 5px;
}

.author_bottom {
    width: 320px;
    height: auto;
    margin-top: 20px;
}

.article_num {
    width: 320px;
    height: auto;
    margin-bottom: 10px;
}

.article_num p {
    display: inline;
    font-size: 18px;
    color: #000000;
}

.article_num span {
    font-size: 16px;
    color: #0bbbbf;
    font-weight: bold;
    line-height: 25px;
}

.article_near {
    width: 320px;
    height: auto;
}

.article_near p {
    display: inline;
    font-size: 18px;
    color: #000000;
}

.article_near span {
    font-size: 10px;
    color: #0bbbbf;
    font-weight: bold;
    line-height: 25px;
}

.article_cont {
    width: 320px;
    height: auto;
}

.article_items {
    width: 320px;
    height: auto;
    margin-top: 20px;
}

.article_items p {
    font-size: 16px;
    color: #606060;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.article_time {
    width: 320px;
    height: auto;
}

.article_time p {
    display: inline;
    font-size: 13px;
    color: #b7b7b7;
}

.article_items:last-child {
    margin-bottom: 50px;
}

.author_more {
    width: 360px;
    height: 45px;
    background-color: #0bbbbf;
}

.author_more p {
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}

/* 搜索页 */
.author_search {
    width: 780px;
    height: auto;
    border-top: 6px solid #0bbbbf;
}

.author_items {
    width: 780px;
    height: 160px;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    margin-bottom: 20px;

}

.author_items_out {
    width: 780px;
    height: 120px;
    margin-top: 20px;
    display: flex;
}

.author_items_l {
    width: 250px;
    height: 120px;
    border-right: 1px solid #f6f6f6;
    display: flex;
}

.author_items_r {
    width: 530px;
    height: 120px;
    display: flex;
}

.author_items_l_img {
    width: 125px;
    height: 120px;
    position: relative;
}

.author_items_l_name {
    width: 125px;
    height: 120px;
}

.author_items_l_img img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin-left: 25px;
    margin-top: 12.5px;
}

.author_items_tag {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.author_items_tag img {
    width: 25px;
    height: 25px;
}

.author_items_l_name_txt {
    width: 125px;
    height: 28px;
    margin-top: 24px;
}

.author_items_l_name_txt p {
    display: inline;
    font-size: 18px;
    color: #353535;
    line-height: 28px;
}

.author_items_l_name_tag {
    width: 85px;
    height: 24px;
    border: 2px solid #0bbbbf;
    color: #0bbbbf;
    margin-top: 10px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.author_items_r_intro {
    width: 350px;
    height: 120px;
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 20px;
}

.author_items_r_intro p {
    display: inline;
    font-size: 16px;
    color: #545454;
    line-height: 25px;
}

.author_items_r_follow {
    width: 90px;
    height: 25px;
    margin-top: 50px;
    border: 0;
    background-color: #0bbbbf;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
}
.zl_editor {
    width: 360px;
   margin-left:60px;
}

.zl_editor_txt {
    width: 360px;
    height: 25px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
}

.zl_editor_txt_l {
    width: auto;
    height: 25px;
}

.zl_editor_txt_l p {
    font-size: 18px;
    color: #12b5b1;
}

.zl_editor_txt_more {
    width: 60px;
    height: 25px;
    position: absolute;
    background: url('../images/more.png') no-repeat;
    background-position: 0 50%;
    right: 50px;
}

.zl_editor_txt_more p {
    font-size: 13px;
    color: #444444;
    line-height: 25px;
    padding-left: 20px;
}

.zl_editor_suggest_items {
    width: 360px;
    height: 70px;
    margin-top: 10px;
    display: flex;
}

.zl_suggest_img {
    width: 70px;
    height: 70px;
}

.zl_suggest_img img {
    width: 70px;
    height: 70px;
}

.zl_suggest_info {
    width: 260px;
    height: 70px;
    margin-left: 30px;
}

.zl_suggest_id {
    width: 260px;
    height: 20px;
    display: flex;
}

.zl_suggest_id_editor {
    width: auto;
    height: 20px;
}

.zl_suggest_id_editor p {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.zl_suggest_id_tag {
    width: 85px;
    height: 24px;
    border: 2px solid #12b5b1;
    box-sizing: border-box;
    margin-top: 10px;
}

.zl_suggest_id_tag p {
    font-size: 14px;
    color: #12b5b1;
    line-height: 20px;
    padding: 0 5px;
}

.zl_suggest_name {
    width: 260px;
    height: auto;
    margin-top: 10px;
}

.zl_suggest_name p {
    font-size: 12px;
    color: #000000;
    padding-right: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}