.ygfc {
    display: block;
    float: left;
    width: 265px;
    height: 205px;
    margin: 0 15px 10px 15px;
}

.ygfc img {
    width: 265px;
    height: 165px;
}

.ygfc:hover img {
    opacity: 0.9;
}

.ygfc .con {
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #5d5d5d;
    text-align: center;
    padding: 8px 0;

}

.ygfc:hover span {
    color: #003c93;
}

.ygfc .time {
    height: 24px;
    line-height: 24px;
}

.ygfc .time span {
    display: block;
    float: left;
    background: url(../images/time.png) no-repeat center left;
    padding-left: 20px;
    font-size: 15px;
    color: #a5a5a5;
}

.ygfc .time a {
    font-size: 14px;
    letter-spacing: 0px;
    color: #d90507;
    display: block;
    float: right;
}