/*列表内容*/

.ewb-dowp {
    padding: 0 14px;
    padding-top: 4px;
    font-size: 14px;
}

.ewb-do {
    margin-top: 7px;
}

.ewb-do.first {
    margin-top: 0;
}

.ewb-do-hd {
    padding-left: 12px;
    height: 35px;
    line-height: 35px;
    background: url(imagesdopicdo_col.jpg) left 12px no-repeat;
}

.ewb-do-tt,
.ewb-do-tt:hover {
    color: #017cc2;
}

.ewb-do-items>li {
    float: left;
    width: 33.3%;
    line-height: 32px;
	margin-top:-5px;
}

.ewb-do-info {
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(imagesdopicdo_list.png) left center no-repeat;
}

.ewb-do-info>a {
    color: #333;
    cursor: pointer;
}

.ewb-do-info>a:hover {
    color: #ce0c0c;
}

.mod-hdo {
    padding-bottom: 14px;
    height: auto;
}



/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
    .ewb-do-items>li {
        width: 50%;
    }

    .ewb-do-info {
        padding-right: 20px;
    }
}


/* 横向放置的手机及分辨率更小的设备 */

@media (max-width: 480px) {
    .ewb-do-items>li {
        width: 100%;
    }
}