.content{ } .list-container{ padding-left: 20px; } .list-item .item{ width: 750px; color: #626262; border-bottom: 2px solid #e5e5e5; } .item-content-wrap{ padding: 18px 0; position: relative; cursor: pointer; } .item-content-wrap .item-title{ padding-bottom: 14px; font: 700 16px/16px "微软雅黑"; } .item-content-wrap .item-address{ font: 500 12px/12px "微软雅黑"; } .item-content-wrap .item-time{ position: absolute; top: 36px; right: 100px; font: 500 14px/14px "微软雅黑"; } .item-content-wrap .item-arrow-icon{ position: absolute; top: 36px; right:13px; width: 20px; height: 11px; background: url(../images/joinus/btn.png) no-repeat -20px 0; } .list-item .item.active .item-content-wrap{ color: #0982fd; } .list-item .item.active .item-content-wrap .item-arrow-icon{ background: url(../images/joinus/btn.png) no-repeat 0 0; } .item-content-more-wrap .item-more-duty{ padding-bottom: 30px; } .item-content-more-wrap .item-more-duty .text{ font: 500 14px/28px "微软雅黑"; } .list-item .item .item-content-more-wrap{ padding: 20px 0 10px 0; } .list-item .item.active .item-content-more-wrap{ transition:all 3s; }