@CHARSET "UTF-8";

#content_info_left {
    float: left;
    width: 19%;
    margin-top: 10px;
    border-right: 1px solid #F5F5F5;
    padding-right: 1%;
}

#content_info_left .item {
    float: left;
    width: 100%;
}

#content_info_left_time .font {
    float: left;
}

#content_info_left_time .time_font {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: Times, TimesNR, 'New Century Schoolbook', Georgia,
    'New York', serif;
    font-weight: lighter;
}

#content_info_left_time .time_font_year {
    font-size: 20px;
}

#content_info_left_time .time_font_md {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0;
}

#content_info_left_time .time_font_hm {
    font-size: 20px;
}

#content_info_left_oper {
    margin-top: 30px;
}

#content_info_left_oper .oper_font {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: gray;
    margin-bottom: 15px;
}

#content_info_left_oper #id_collect, #id_zan, #id_complain, #id_attention {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

#content_info_left_oper a {
    display: block;
    cursor: pointer;
    color: #555555;
}

#content_info_left_oper a:HOVER i {
    background-color: #F5F5F5;
}

#content_info_left_oper a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 1px #555555;
    text-align: center;
    font-size: 14px;
    margin-bottom: 6px;
}

#content_info_left_oper a img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-bottom: 6px;
}

#content_info_left_oper a:HOVER font {
    text-decoration: underline;
}
