.item{}
.item ul{}
.item ul li{
    padding: 15px;
    background: #fff;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgb(224 224 224 / 10%);
}
.item ul li .user {}
.item ul li .user .avatar{
    height: 38px;
    width: 38px;
    border-radius: 5px;
}
.item ul li .user .user-info{margin-left: 8px;}
.item ul li .user .user-info .username{
    font-size: 14px;
    margin-bottom: 4px;
}
.item ul li .user .user-info .time{
    font-size: 12px;
    color: #898989;
}

.item ul li .content{

}
.item ul li .content .con{line-height: 2;font-size: 15px;color: #555;word-break: break-all;}
.item ul li .content .con p{margin: 6px 0;}
.item ul li .content h3{font-size: 16px;margin-bottom: 4px;}
.item ul li .content h3 a{color: #454545;}
.item ul li .user{
    display: flex;
    margin-bottom: 15px;
}
.item ul li .pic{
    width: 33.33%;
    height: 136px;
    border-radius: 5px;
    overflow: hidden;
    background: #ccc;
    margin: 4px 0;
    position: relative;
}
.item ul li .pic img{
    max-width: 300px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item ul li .pics{display: flex;justify-content: center;margin: 0 -4px;}
.item ul li .pics>span{
    width: 33.33%;
    float: left;
    height: 136px;
    border-radius: 5px;
    overflow: hidden;
    background: #ccc;
    margin: 4px;
    position: relative;
}
.item ul li .pics img{height: 140px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.item .flex{display: flex;margin-bottom: 15px;}
.item ul li dl{
    text-align: center;
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 14px;
}
.item ul li dl dd{
    width: 33%;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    color: #9e9e9e;
}
.item ul li dl dd span{

}
.item ul li dl dd em{
    font-style: normal;
}
.item ul li dl dd:nth-child(2) {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.item ul li dl dd a{color: #9e9e9e;}
@media (max-width: 640px) {
.item ul li .pics img{
        height:80px;
    }
    .item ul li .pic{height:80px}
    .item ul li .pics>span{
        height: 80px;
    }
}
.tag{
    font-size:12px;
}
.tag a{color: #70d0f0;margin-right: 8px;}
table {
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
    width:100%;
    border-collapse: collapse;
    background: #fff;
}
table.ym{
    margin-bottom: -1px;
}
table.date{
}
th, td{
    text-align: center;
    padding: 3px 5px;
    line-height: 2;
    color: #9a96aa;
    border: 1px solid #e2e2e2;
    margin-left: -1px;
}
th a, td a{color: #70d0f0;}
table .cur{
    background: #a6c7ff;
    color: #fff;
}
table .cur a{
    color: #fff;
}