.hotTopTit{
    width: 100%;
    display: flex;
    align-items: center;
}
.hotTopTit img{
    margin-right: 8px;
}
.hotTopTit h3{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.hotTopList{
    width: 100%;
    margin-top: 5px;
}
.eveHotTop{
    width: 100%;
    padding-top: 12px;
}
.eveHotTop h3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveHotTop h3 i{
    display: flex;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    justify-content: center;
    align-items: center;
}
.eveHotTop h3 a{
    display: block;
    width: 270px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.eveHotTop h3 a:hover{
    color: #00903a;
}
.eveHotTop:nth-child(1) h3 i{
    background: #FF0D2A;
    color: #fff;
}
.eveHotTop:nth-child(2) h3 i{
    background: #FF723E;
    color: #fff;
}
.eveHotTop:nth-child(3) h3 i{
    background: #FFC602;
    color: #fff;
}
.eveHotTop li{
    width: 100%;
    margin-top: 12px;
    padding-left: 30px;
}
.eveHotTop li p{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px dashed #00903A;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    text-align: right;
}
.eveHotTop:last-child li p{
    border-bottom: none;
}

.eveHotCom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.eveHotComImg{
    width: 60px;
    height: 64px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    position: relative;
}
.eveHotComImg a{
    display: inline-block;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.eveHotComImg img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: transform 0.3s ease;
}
.eveHotComImg:hover img{
    transform: scale(1.1);
}
.eveHotCom:nth-child(1) .eveHotComImg span,
.eveHotCom:nth-child(2) .eveHotComImg span{
    position: absolute;
    top: 0;
    left: -5px;
    display: flex;
    justify-content: center;
    line-height: 19px;
    width: 33px;
    height: 23px;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
}
.eveHotCom:nth-child(1) .eveHotComImg span{
    background: url("../images/icon3.png");
}
.eveHotCom:nth-child(2) .eveHotComImg span{
    background: url("../images/icon4.png");
}
.eveHotCom .eveHotComImg i{
    display: flex;
    width: 18px;
    height: 18px;
    background: rgba(0,0,0,0.67);
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.eveHotCom:nth-child(3) .eveHotComImg i{
    background: #FFC602;
}
.eveHotComInfo{
    width: 228px;
}
.eveHotComInfo a:hover h3{
    color: #00903a;
}
.eveHotComInfo h3{
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}
.eveHotComInfo p{
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    margin-top: 5px;
}
.eveHotComInfo li{
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.eveHotComInfo li img{
    margin-right: 5px;
}