.panel-other {
    display: inline-block;
    position: relative;
    width: 290px;
    min-height: 270px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.panel-other .hot {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 67px;
}

.panel-other .panel-wrap {
    min-height: 270px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.panel-other .panel-wrap:hover {
    border: 1px solid #666666;
}

.panel-other .title {
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    font-size: 16px;
    background-color: #333333;
    padding-right: 10px;
}

/*--------------------------------------------------------------*/

.panel-other .parameters{
    padding-top: 31px;
    padding-bottom: 31px;
}

.panel-other .parameter {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 14px;
}

.panel-other .append{
    display: inline-block;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    overflow: hidden;
}

.panel-other .br {
    border-right: 1px solid #cccccc;
}

.panel-other .mb25{
    margin-bottom: 25px;
}

.panel-other .parameter .name {
    color: #999999;
    margin-bottom: 10px;
}

.panel-other .parameter .val {
    color: #333333;
}

.panel-other .parameter .val img {
    width: 32px;
    height: 18px;
}