﻿/* 右侧 */

.ewb-right {
    padding-top: 13px;
    margin: 0 23px 0 23px;
}

.ewb-list {
    padding-left: 25px;
}

.ewb-list-node {
    width: 16.666666666666667%;
}

.ewb-list-item img {
    height: 136.5px;
    border: 1px solid #e0e0e0;
    padding: 8px;
}

.ewb-list {
    border: 1px solid #e6e6e6;
}


@media (max-width: 979px) {
    .ewb-list-node {
	    width: 25%;
	}
}

@media (max-width: 767px) {
    .ewb-list-node {
	    width: 33.333333333333336%;
	}
}

@media (max-width: 480px) {
    .ewb-list-node {
        width: 50%;
    }
}

@media (max-width: 319px) {
    .ewb-list-node {
        width: 100%;
    }
}

.ewb-list-item span {
    text-align: center;
}

.ewb-nohand {
	cursor: auto;
}

.ewb-column-tt {
    background: url(../images/column_icon1.png) left 11px no-repeat;
}