main {
    margin-top: 0px;
}

#greenfodder_list {
    width: 960px;
    margin: 0 auto;
    height: 130px;
    margin-top: 20px;
    margin-bottom: 80px;
    background-color: antiquewhite;
    padding: 20px 20px;
}

.greenfodder_list_odd_number {}

.greenfodder_list_odd_number img {
    width: 120px;
    height: 130px;
    width: 130px;
    border-radius: 100%;
    float: right;
}

.greenfodder_list_odd_number>div {
    height: 130px;
    padding-right: 160px;
}

.greenfodder_list_odd_number>div p:first-child {
    color: #C5030D;
    font-weight: bolder;
    border-bottom: 1px solid #C5030D;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.greenfodder_list_odd_number>div p:last-child {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.greenfodder_list_even_number>div {
    float: right;
    display: inline-block;
    width: 820px;
}

.greenfodder_list_even_number img {
    width: 120px;
    height: 130px;
    width: 130px;
    border-radius: 100%;
}

.greenfodder_list_even_number>div p:first-child {
    color: #C5030D;
    font-weight: bolder;
    text-align: right;
    border-bottom: 1px solid #C5030D;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.greenfodder_list_even_number>div p:last-child {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}