*{
    margin: 0;
    padding: 0;
}
body{font-family: MicrosoftYaHei, MicrosoftYaHei;}
.bottomBox{
    padding-top: 28px;
    margin: 0 auto;
    width: 1140px;
}
.bottomBox h3{
    line-height: 36px;
    font-size: 16px; color: #000;
    font-weight: 600;
}
.bigBox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1140px;
    border-top: 2px solid #E90028 ;
    margin: 0 auto;
}
.contBox{
    position: relative;
    width: 344px;
    float: left;
    height: 194px;
    background-color:#D8D8D8 ;
    margin-top:20px;
    margin-right: 54px;
    background: url(https://imageoss.thecfa.cn/zuxie/entery_bg.jpg) center no-repeat;
    background-size: contain;
}
.contBox .figure{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.contBox .figure img{ width: 96px; height: 96px;}
.contBox .figure:hover img{ opacity: 0.6;}
.contBox:nth-of-type(3n){ margin-right: 0;}
 .conts{
    text-align: left;
    line-height: 32px;
    width: 100%;
    height: 32px;
    background: rgba(0, 0, 0, 0.6) url(https://imageoss.thecfa.cn/zuxie/icon_data.png) 10px center no-repeat;
    background-size: 16px;
    padding-left: 30px;
    box-sizing: border-box;
    position: absolute;
    bottom:0px;
    left: 0px;
    color:#D5D5D5 ;
    font-size: 16px;
    font-weight: bold;
}
