.common_list_warp {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.information_list {
    width: 775px;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding: 12px 0 20px;
    margin: 0 auto;
    position: relative;
}

.information_list a {
    display: block;
    width: 635px;
    height: 38px;
    padding: 0 100px 0 40px;
    background: #fff url(../images/content/y1_bg.png) no-repeat 15px 12px;
    background-size: 16px 16px;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.information_list .time {
    color: #666;
    position: absolute;
    right: 15px;
    top: 0;
}

.information_list a:hover {
    background: #f2f2f2 url(../images/content/y1_hbg.png) no-repeat 15px 12px;
    color: #2A87D5;
}

.information_list a:hover .time {
    color: #2A87D5;
}

.info_title {
    width: 775px;
    height: 45px;
    line-height: 45px;
    border-bottom: 3px solid #d2d2d2;
    margin: 0 auto;
    position: relative;
}

.info_title.distance {
    margin: 0 auto 40px;
}

.info_title span {
    float: left;
    height: 45px;
    font-size: 16px;
    border-bottom: 3px solid #f6626e;
}

.info_title a {
    float: right;
}

.info_list {
    width: 775px;
    height: auto;
    margin: 10px auto 30px;
    position: relative;
}

.info_list li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.info_list a {
    display: block;
    width: 675px;
    height: 35px;
    padding-left: 10px;
    background: url(../images/content/addn_r4_c2.jpg) no-repeat 0 center;
    background-size: 4px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info_list .time {
    display: block;
    width: 90px;
    height: 35px;
    text-align: right;
    line-height: 35px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
}