@charset "UTF-8";
.Honor-list {
    width: 1185px;
    margin: 0 auto;
}

.Honor-list .g-Honor-item {
    padding-bottom: 20px;
}

.g-Honor-item {
    width: 237px;
    float: left;
    padding: 0 0 10px;
    box-sizing: border-box;
}

.g-Honor-item .pic {
    width: 210px;
    height: 250px;
    display: block;
    margin: 0 auto;
}

.g-Honor-item .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.g-Honor-item .info {
    padding: 10px 0;
    width: 190px;
    margin: 0 auto;
    position: relative;
}

.g-Honor-item .info h2 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.g-Honor-item .info span {
    display: block;
    font-size: 12px;
    height: 40px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.g-Honor-item .info h2 a {
    color: #1e3360;
}