.sanbdiv{

}
.sanbdiv>div{
    width: calc(100% / 3);
    float: left;
    text-align: center;
    padding: 0 0.5rem 0.5rem 0.5rem;
}
.sanbdiv>div>a{
    border: 1px solid #e8e8fd;
    padding:  0.5rem 0;
    display: block;
    border-radius: 6px;
}
.night .sanbdiv>div>a{
    border: 1px solid #444;
    color: #ddd;
}
.sanbdiv>div h2{
    font-size: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sanbdiv>div h3{
    font-size: 0.65rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #888;
}
.night .sanbdiv>div h3{
    color: #bbb;
}
.sanbdiv>div>a div{
    height: 2.8rem;
    line-height: 2.8rem;
    overflow: hidden;
}
.sanbdiv>div>a div p{
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sanbaititles{
    font-size: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.7rem;
    margin-top: 0.7rem;
    color: green;
    background-color: #f5f5f5;
    padding-left: 0.5rem;
    border-radius: 3px;
}
.night .sanbaititles{
    background-color: #444;
}
.sanbaidivpp{

}
.sanbaidivpp p{
    font-size: 0.65rem;
    line-height: 0.9rem;
    margin-bottom: 0.45rem;
}
.sanbaidivshiju p{
    font-size: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
.sanbaiaus{
    font-size: 0.65rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #888;
}
@media screen and (max-width: 1230px){
    .sanbdiv>div{
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 650px){
    .sanbdiv>div{
        width: calc(100% / 1);
        padding: 0 0 0.5rem 0;
    }
}