﻿.honorary {
    background-image: none;
    height: auto;
}

.honorary-box {
}

.honorary-tab {
    height: 100px;
    display: flex;
    flex-flow: row;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    /* 辅助 */

    color: #14171C;
    line-height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #F6F6F6;
}
    .honorary-tab p {
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }
    .honorary-tab p:hover {
        color: #0E3C70;
    }

.honorary-tab-sel {
    font-weight: 900;
    font-size: 31px;
    color: #0E3C70;
    box-sizing: border-box;
    border-bottom: 4px solid #0E3C70;
}

.honorary-list-box {
    height:auto;
    padding:33px;
    display:flex;
    flex-flow:column;
}

.honorary-item-row {
    display:flex;
    flex-flow:row;
    align-items:center;
    margin-top:53px;
}

.honorary-item1 {
    float: left;
    margin-left: 54px;
    padding: 16px;
    background: linear-gradient(180deg, #DBB15F 0%, #E6C179 8.26%, #FFE799 15.67%, #FFECB7 27.98%, #FFF4E6 47.75%, #ECC978 48.68%, #C4913E 66.28%, #8F5909 79.83%);
}
    .honorary-item1 img {
        width: 266px;
        height: auto;
    }