.new_list_one {
    display: flex;
    align-items: center;
    position: relative;
    width: 1300px;
    margin: 0px auto;
    padding: 30px 120px 30px 20px;
}
.list_one_report_title p {
    font-size: 1.5em;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium !important;
    font-weight: 500;
    text-align: LEFT;
    color: #2c2c2c;
    margin-bottom: 0px;
}

.list_one_award_title p:hover {
    color: #ffffff;
}
.new_list_one:hover {
    background-color: #3F66A6;
    color: transparent;
}
.new_list_one:hover p {
    color: #ffffff;
}