.page-honor {
    width: 100%;
    padding-bottom: 30px;
    background: #f4f9fc;
}

.page-honor .block {
    width: 100%;
    height: auto;
}


.page-honor .block img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.page-honor .card {
    position: relative;
    width: 318px;
    height: 318px;
    background: #fff;
    border: 1px solid #EBEEF5;
    border-radius: 8px;
    margin-bottom:30px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px -3px 0px 0px rgba(43, 78, 255, 0.004), 0px 16px 50px 0px rgba(1, 8, 20, 0.08);

}
.page-honor .card{
    /*transition: all 0.5s;*/
}
.page-honor .card img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    vertical-align: center;

}

.page-honor .card:hover {
    /*transform: scale(1.32);*/

}

.page-honor .big-title{
    font-size: 28px;
    width: 92px;
    padding-top: 8px;
    margin: 36px auto auto auto;
    text-align: center;
}

.page-honor .big-title .line {
    border-bottom: 2px solid #FCB814;
    background: none repeat scroll 0 0 transparent;
    height: 4px;
    margin: 0 auto 45px;
    padding: 5px;
    position: relative;
}

.page-honor .big-title .line:after, .line::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.page-honor .big-title .line:after {
    border-top-color: #FCB814;;
    border-width: 8px;
    margin-left: -8px;
}
