.hnImgBox{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 42px;
}
.hnImgBox-list{
    margin-left: 112px;
    display: flex;
    flex-wrap: wrap;
}
.hnImgBox-item{
    margin: 26px 0 0 24px;
    float: left;
    width: 338px;
}

.hnImgBox-item img{
    width: 100%;
}
.hnImgBox-item p{
    display: block;
    font-size: 14px;
    height: 18px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hnImgBox-title{    
    color: #333333;
}
.hnImgBox-msg {
    color: #999999;
}
.hnImgBox-list-year{
    /*float: left;*/
    margin: 42px 0 0;
    width: 100%;
    text-align: right;
}
.hnImgBox-list-yearBox{
    font-size: 26px;
    color: #fff;
    background: #cc3333;
    padding: 5px 48px;
}
.hnImgBox-btnBox{
    position: absolute;
    top: 42px;
    left: 0;
    width:85px;
    border-right: 1px solid #d2d2d2;
}
.hnImgBox-btnBox a{
    position: relative;
    display: block;
    margin: 30px 0 60px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #999;
}
.hnImgBox-btnBox b{
    position: absolute;
    top: 8px;
    right: -6px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
}
.hnImgBox-btnBox a.active,
.hnImgBox-btnBox a:hover{
    color: #cc3333;
}
.hnImgBox-btnBox a.active b,
.hnImgBox-btnBox a:hover b{
    background: #cc3333;
}