<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tittle {
    /*font-size: 24px;*/
    font-size: 38px;
    margin-bottom: 20px;
    color:#393939;
}
.time {
    color: #858585;
   float: left;

}
.fenxiang {
    position: relative;
}
.tittle_bottom {
    /*font-size:18px;*/
    font-size:20px;
    height: 33px;
    line-height: 33px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    display:flex;
    justify-content: space-between;
}


.fenxiang_btn {.
    color: #858585;
   /* float: right; */
    width: 112px;
    text-align: center;
        margin-left: 62px;
}

.fenxiang_btn img {
    cursor: pointer;
    vertical-align: middle;
}

.art {
    font-size: 20px;
    color: #2E3238;
    line-height: 40px;
}

.art p {
    /*text-indent: 2em;*/
   /* margin-bottom: 20px;*/
}
.fenxiang_btn:hover .fenxiang_box {
   display: block;
}
.fenxiang_box {
    display: none;
    margin-top: 5px;
    text-align: center;
    width: 100px;
    line-height: 50px;
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
            box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 9px;
  
}
.center img {
   max-width:100% !important;
}
</pre></body></html>