﻿.honorcss {
    width: 1480px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

    .honorcss .honfl {
        width: 300px;
    }

    .honorcss .flnm {
        background-color: #F7F7F7;
        border: 1px solid #CCC;
        border-radius: 4px 4px 0 0;
        line-height: 60px;
        font-size: 20px;
        font-weight: bold;
        box-sizing: border-box;
        padding-left: 60px;
        color: #444;
    }

    .honorcss .flul {
        /****/
        display: block;
        margin: 0px;
        padding: 0px;
    }

        .honorcss .flul li {
            border-bottom: 1px solid #CCC;
            background-image: url(/img/ico/jiantou03.png);
            background-position: left 30px center;
            background-repeat: no-repeat;
            background-size: 14px 14px;
            padding-left: 60px;
            font-size: 16px;
            line-height: 60px;
            box-sizing: border-box;
            /****/
            display: block;
            margin: 0px;
        }

            .honorcss .flul li.honon {
                background-image: url(/img/ico/jiantou04.png);
            }

                .honorcss .flul li.honon a {
                    color: #ad1e37
                }

    .honorcss .honfr {
        flex: 1;
        margin-left: 30px;
        min-height: 800px;
        border: 1px solid #CCC;
        border-radius: 4px 4px 0 0;
        box-sizing: border-box;
        padding: 0px 50px;
        padding-bottom: 50px;
    }

    .honorcss .frnm {
        border-bottom: 1px solid #CCC;
        line-height: 120px;
        text-align: center;
        font-size: 23px;
        letter-spacing: 2px;
    }

    .honorcss .fralbum {
        padding-top: 30px;
    }

        .honorcss .fralbum .xcitem {
            display:block;
            float: left;
            width: 336px;
            border: 1px solid #F1F1F1;
            border-radius: 3px;
            box-sizing: border-box;
            margin-bottom: 20px;
        }
       .honorcss .fralbum .gutter-sizer {
            float: left;
            width: 20px;
        }
/*            .honorcss .fralbum .xcitem:nth-child(3n+3) {
                margin-right: 0%;
            }*/
.honorcss .fralbum img {
    display: block;
    width: 100%;
    border-radius: 3px;
}
