.hot-policy-recommend{
    position: relative;
    width: 280px;
    margin-bottom: 40px;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
}
.hot-policy-linear{
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 80px;
    background: linear-gradient(360deg, #FFFFFF 0%, #FBE7E7 100%);
}
.hot-policy-content {
    position: relative;
}
.hot-policy-content img{
    display: block;
    width: 201px;
    height: 28px;
    margin: 20px auto 0 auto;
}
.hot-policy-ul{
    margin-top: 4px;
    padding: 0 18px;
}
.hot-policy-ul li{
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #EDEDED;;
}
.hot-policy-ul li.hot-policy-end{
    border-bottom: none;
}
.hot-policy-ul li a{
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-policy-ul li a:hover{
    color: #333333;
}
.hot-policy-ul li span{
    float: left;
    color: #AFAFAF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-right: 6px;
}
.hot-policy-ul li span.hot-policy-site{
    width: 163px;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hot-policy-more{
    display: block;
    width: 250px;
    height: 36px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin: 9px auto 24px auto;
    border-radius: 3px;
    background-color: #EDEDED;
}
.hot-policy-more:hover{
    color: #FFFFFF;
    background-color: #D50000;
}
