.title{
    margin: 0px;
    padding: 5px;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    font-family: 微软雅黑, "Microsoft Yahei", 黑体;
    color: rgb(51, 51, 51);
    white-space: normal;
    background-color: rgb(255, 255, 255);
}
.contenttime{
    font-size:15px;
    padding-left: 5px;
    margin-bottom: 5px;
    /*border-bottom: 1px dashed #ccc;*/
    padding-bottom: 6px;
    color: #9b9b9b;

}
.contenttime .icon{
    float: right;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #eee;
    font-size: 14px;
}
.contenttime .icon img {
    margin: 0;
    margin-right: 5px;
    vertical-align: bottom;
}
.content{
    padding: 5px
}
.content p{
    line-height: 1.6;
    font-size: 16px;
}
.content img {
    margin: 10px 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
 li {
    list-style: none;
}
.evaluate-text ul li {
    padding: 20px 20px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.clearfix {
    zoom: 1;
}
.tl {
    float: left;
}
 .tl img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}
img {
    vertical-align: top;
}
fieldset, img, abbr, acronym {
    border: 0 none;
}
.commentlist{
    margin: 10px;
}
.tz {
    float: left;
    font-size: 12px;
    margin-left: 10px;
    color: #a0a0a0;
}
.tz .address {
    color: #2b7dcd;
}
.city {
    margin-left: 5px;
}
.tz .time {
    display: inline-block;
    padding: 0 3px;
}
.text-content {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 20px;
    margin: 0px 0 0 55px;
    text-align: justify;
    /*width: 550px;*/
}
.evaluate-text .text-content .reply-content {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
}
.evaluate-text .text-content .reply-content .reply-box {
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.reply-box img {
    width: 18px;
    margin-right: 2px;
}
.reply-content{
    display: inline-block;
    width: 100%;
    float: right;
    margin-top: 15px;
}
.reply-box {
    margin-left: 10px;
    display: inline-block;
    align-items: center;
    float: right;
}
.commentlist ul li {
    display: inline-block;
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.head-admin {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;

}
.head-admin a{
    display: flex;
    align-items: center;
}
.head-admin img{
    margin: 4px 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.head-admin span {
    margin-left: 5px;
}
.head-admin .name {
    color: #2b7dcd
}
.head-admin .address {
    color: #999;
}
.ft li{
   padding: 10px;
}
.ft li a{
   color: #000000;
}
.love {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.love-box {
    width: 130px;
    border-radius: 40px;
    background-color: #2E78F6;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.love-box img {
    width: 20px;
    margin-right: 5px;
}