.reporter {
    width: 960px;
    margin: 10px auto;
    font-size: 93%;
}
.reporter-inner {
    padding: 12px 16px;
    border: 10px solid #eee;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}
.reporter-list {
    width: 910px;
    height: 107px;
    overflow: hidden;
}
.reporter-list-item {
    list-style: none;
    padding: 10px 0 0;
    height: 25px;
    color: #555;
    font-size: 93%;
    border-bottom: 1px solid #ccc;
}
.reporter-date {
    width: 240px;
}
.reporter-address {
    width: 356px;
}
.reporter-type {
    width: 180px;
}
.reporter-price {
    width: 120px;
}
.reporter-list-item span {
    display: inline-block;
    text-align: center;
}

main #step .easy-block > div > div ul.reporter-list2 {
    width: 910px;
    height: 60px;
    overflow: hidden;
    display: block;
}

main #step .easy-block > div > div ul.reporter-list2 .reporter-list-item {
    border-bottom: 0;
}

main #step .easy-block ul#js-reporterList {
    display: block;
    height: 50px;
    overflow: hidden;
    width: 100%;
}

main #step .easy-block ul#js-reporterList li.reporter-list-item{
    text-align: center;
    border-bottom: none;
    padding-top: 8px;
}