.hotKnowledgeContainer{
    width:325px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 26px 28px 30px 20px;
}
.hotKnowledgeContainer>h3{
    font-size:18px;
    font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 28px;
}
.hotKnowledgeContainer li{
    position: relative;
    margin-bottom: 30px;
}
.hotKnowledgeContainer li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hotKnowledgeContainer li:last-child{
    margin-bottom: 0px;
}
.hotKnowledgeContainer .newsImage{
    float: left;
    width: 116px;
}
.hotKnowledgeContainer .newsImage img{
    width: 100%;
}
.hotKnowledgeContainer .newsDetail{
    float: right;
    width: 190px;
}
.hotKnowledgeContainer .newsDetail .newsTitle{
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:#333333;
    margin-bottom: 8px;
}
.hotKnowledgeContainer .newsDetail .newsContent{
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:#999999;
    margin-bottom: 10px;
}
.hotKnowledgeContainer .newsDetail .newsDate{
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:#999999;
}