﻿.year_list{
    padding: 22px 0 50px;
}

.year_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background: url(../images/pc/inner/ny_tu6.png) no-repeat;
    background-size: 100% 100%;

    box-sizing: border-box;
    padding: 24px 20px;
    margin-bottom: 17px;
}

.year_l{
    display: flex;
    align-items: center;
}

.year_l img{
    flex-shrink: 0;
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.year_l p{
    font-size: 18px;
    color: #202020;
    line-height: 30px;
}

.date{
    flex-shrink: 0;
    font-size: 16px;
    color: #979797;
    margin-left: 15px;
}

.year_item:hover .year_l p{
    color: #AB0A0F;
    font-weight: bold;
}
.year_item:hover .date{
    color: #333333;
}


@media screen and (max-width: 1200px){
    .year_list{
        padding: 12px 0 30px;
    }

    .year_item{
        padding: 15px;
        margin-bottom: 10px;
    }

    .year_l img{
        width: 20px;
        margin-right: 5px;
    }

    .year_l p{
        font-size: 14px;
        line-height: 20px;
    }

    .date{
        display: none;
    }
}