@charset 'UTF-8';

/**!
 * 诚信公开
 * author: qianyuting;
 * date: 2020-12-10
 */

/* main */
.cm-wpr {
    border: 1px solid #e5e5e5;
    background-color: #fff;
	min-height: 406px;
}

.ewb-main {
    padding: 0;
    /* padding-bottom: 26px; */
}


/* look */
.ewb-look-items>li{
	padding-bottom: 13px;
	border-bottom: 1px dashed #d5d5d5;
}

.ewb-trade-list>li{
	padding-bottom: 13px;
	border-bottom: 1px dashed #d5d5d5;
}

.look-intro{
	line-height: 24px;
	color: #666;
	text-align: justify;
    text-justify: inter-ideograph;
}

.look-intro a{
	color: #666;
}

.look-tt{
	margin-top: 3px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
}

.look-tt a{
	color: #333;
}

.look-state{
	margin-top: 12px;
	line-height: 22px;
	color: #999;
}

.look-sta01{
	margin-right: 68px;
}


.look-tt a:hover{
	color: #ff9000;
	font-weight: bold;
}


#resultList{
	    margin-bottom: 20px;
}
@charset 'UTF-8';

.list-item {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 120px 0 18px;
    font-size: 16px;
    background: url("../images/dian.png") left center no-repeat;
    border-bottom: 1px dashed #dcdcdc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-item a {
    color: #333;
}

.list-date {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.list-item:hover {
    background-image: url("../images/dian_h.png");
}

.list-item:hover a {
    color: #01479d;
}

@media (max-width:767px) {
    .list-item {
        height: 40px;
        line-height: 40px;
        padding: 0 100px 0 10px;
        font-size: 14px;
    }    
}

