 .tw ul li a {
    display: block;
    overflow: hidden;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(186, 147, 184, 0.2);
    transition: all 0.3s;}
.tw ul li a .pic {
    width: 260px;
    height: 163px;
    padding-top: 0;}
.tw ul li a .tw-tx {
    overflow: hidden;
    padding-left: 30px;}
.tw ul li a .tw-tx h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;}
.tw ul li a .tw-tx p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    color: #999;}
.tw ul li a .pic img{     width: 260px;
    height: 163px;
    object-fit: cover;}
.tw  li{     background: none !important;}


