.com2_r_main {
    padding-top: 8px;
}

.des_li {
    padding: 32px 0;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    justify-content: space-between;
}

.despic {
    width: 23.5%;
}

.descon {
    width: 73.7%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.des_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.des_info {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.des_time {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: right;
}

.des_li:nth-last-of-type(1) {
    border-bottom: none;
}

.pages {
    margin-top: 40px;
    font-size: 14px;
    color: #2D2D2D;
    display: flex;
    justify-content: center;
}

.pages .page_num:nth-of-type(1),
.pages .page_num:nth-last-of-type(1) {
    width: 66px;
}

.pages .page_num {
    margin: 0 9px;
    height: 36px;
    border: 1px solid #EBF1F7;
    border-radius: 2px;
    width: 36px;
    line-height: 34px;
    text-align: center;
}

.pages .page_sl {
    margin: 0 9px;
    margin-top: 10px;
}

.page_act {
    background: #337EDB !important;
    color: #fff !important;
}

.roadlist {
    display: flex;
    flex-wrap: wrap;
}

.roadli {
    width: 30.39%;
    margin-right: 4.4%;
    background: #fff;
    box-shadow: 0px 2px 49px 0px rgba(200, 206, 214, 0.26);
    border-radius: 4px;
    margin-bottom: 60px;
    display: block;
}

.proli {
    width: 22.65%;
    margin-right: 3.13%;
    background: #fff;
    box-shadow: 0px 2px 49px 0px rgba(200, 206, 214, 0.26);
    border-radius: 4px;
    margin-bottom: 60px;
    display: block;
}

.proli:nth-of-type(4),
.proli:nth-of-type(8),
.proli:nth-of-type(12) {
    margin-right: 0;
}

.roadpic {
    width: 100%;
}

.roadinfo {
    height: 57px;
    position: relative;
    bottom: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 23px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

.roadgo {
    width: 32px;
    margin-top: 11px;
}

.roadname {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 11px;
}

.lcbg {
    background: #FAFAFA;
    padding-top: 60px;
    padding-bottom: 100px;
}