.wt{border-bottom:0;}
.pic-img{    position: relative;
    padding-top: 60%;}
.pic-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.dyt p {line-height: 25px;
    width: 100%;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
    margin-top: 10px;}
.dyt a {
    height: auto !important;
    background-image: none !important;
    padding-left: 0 !important;}
.dyt a:hover {
    background: none !important;}
.dyt a:hover p{
 
    color: #0052a4;}
