
.item-list-small .info {
    position: relative;
}

.item-list-small .info .pic {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #fff;
}

.item-list-small .info .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.item-list-small .info .pic .usericon {
    height: 30px;
    width: 30px;
    color: #fff;
    background: #00a8c6;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 15px
}


.item-list-small .info .right {
    padding-left: 43px;
    height: 32px;
    line-height: 32px;
}

.item-list-small .info .title {
    font-size: 14px;
    color: #222;
}

.tradetype {
    margin-right: 15px;
    position: relative;
    display: inline-block;
    line-height: 16px;
}

.tradetype .trade-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    margin-right: 5px;
    float: left;
}

.tradetype .trade-icon.spot {
    background-image: url('../images/spot.png');
    background-size: cover;
}

.tradetype .trade-icon.deri {
    background-image: url('../images/deri.png');
    background-size: cover;
}

.tradetype .trade-icon.etf {
    background-image: url('../images/etf.png');
    background-size: cover;
}

.tradetype .trade-icon.fait {
    background-image: url('../images/fait.png');
    background-size: cover;
}

.tradetype .trade-icon.future {
    background-image: url('../images/future.png');
    background-size: cover;
}

.tradetype .trade-icon.mining {
    background-image: url('../images/mining.png');
    background-size: cover;
}

.tradetype .trade-icon.otc {
    background-image: url('../images/otc.png');
    background-size: cover;
}

.tradetype em {
    font-style: normal;
}



/*项目页*/
.content-header {
    display: flex;
    padding-bottom: 15px;
}

.content-header img {
    width: 120px;
    height: 120px;
}

.content-header .text {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-header .text h1 {
    color: rgba(0,0,0,.87);
    font-size: 20px;
    font-weight: 600;
}

.content-header .text .description {
    color: rgba(0,0,0,.68);
    font-size: 14px;
    padding: 10px 0
}

.content-header .text .industry {
    color: rgba(0,0,0,.68);
    padding-top: 10px;
}

.content-header .text .industry a {
    margin-right: 10px;
    color: #00a8c6;
    font-weight: 600;
}

.content-list .list-item {
    display: flex;
    text-align: left;
    padding: 3px 0;
    color: rgba(0,0,0,.87);
}

.content-list .list-item .option {
    width: 140px;
    color: rgba(0,0,0,.5);
}

.content-list .list-item .value {
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content-list .list-item .value a {
    color: #00a8c6;
    font-weight: 600
}

.product-content {
    padding: 15px 15px 0 15px;
    color: rgba(0,0,0,.68);
    font-size: 15px;
    line-height: 30px;
}

.product-content p {
    margin-bottom: 15px;
}