


.temp-msg {
    margin: 0 auto;
    font-size: 14px;
}
@media (min-width: 1701px){
    .wrap {
        width: 1600px;
        margin: 0 auto;
    }
    .wrap .show {
        width: 1550px;
    }
}
@media (max-width: 1600px){
    .wrap {
        width: 1200px;
    }
    .wrap .show {
        width: 1100px;
    }
}
.temp-msg .tags-title > div.hide {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}

.tags-title{
    color: #bababa;
    margin-bottom: 0;
    line-height: 16px;
    height: 26px;
}
.tags-t{
    margin-bottom: 30px;
}
.tags-title > div.show {
    font-size: 12px;
    overflow: auto;
    text-overflow: ellipsis;
    transition: all .3s ease;
    float: left;
}
.tags-title > div.hide {
    width: calc(100% - 60px);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
    float: left;
}
.tags-title .unfold{
    font-size: 12px;
    color: #ffb910;
    cursor: pointer;
    float: right;
}
.tags-list .unfold {
    display: inline-block;
    font-size: 12px;
    color: #ffb910;
    cursor: pointer;
}
.tags-list {
    margin-top: 20px;
}

.unfold .down {
    margin-left: 5px;
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url("../images/down1.png") no-repeat;
    background-size: 11px auto;
}

.unfold .up {
    margin-left: 5px;
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url("../images/up1.png") no-repeat;
    background-size: 11px auto;
}

.tags-item {
    font-size: 12px;
    margin-bottom: 10px;
}

.tags-item span {
    color: #6d6d6d;
}

.tags-item a {
    color: #bababa;
}

.tags-item a:after {
    content: "|";
    padding: 5px;
}

.tags-item a:last-child:after {
    display: none;
}

.tags-item a:hover {
    color: #333;
}

.order-option{
    height: 32px;
    line-height: 32px;
    background: #fff;
    margin-top: 35px;
}

.wrap {
    margin: 0 auto;
}

.order{
    padding-left: 38px;
}

.order a{
    color: #FFB910;
}

.order a:hover{
    color: #FFB910;
}

.friendlyLink{
    padding-bottom: 20px;
    color: #666;
}

.friendlyLink a{
    color: #666;
}