< type="text/css">
.hot_news2{
width: 100%;
margin-bottom: 30px;
padding: 10px;
border: 1px solid #ededed;
background-color: #fff;
border-radius: 3px;
}
.hot_news2 .ttile{
display: block;
font-size: 16px;
color: #3a3a3a;
}
.hot_news2 ul{
margin-top: 20px;
font-size: 14px;
}
.hot_news2 ul li{
display: flex;
margin-bottom:20px;
}
.hot_news2 ul li img{
width: 72px;
height: 51px;
border-radius: 4px;
}
.hot_news2 ul li div{
/* margin-left: 10px;
width: 70%;
font-size: 14px;
line-height: 24px;*/
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
>