.route {
    font-size: 13px;
    background: #f9f8f8;
    padding: 10px 0;
    color: #676767;
}

.detail_part {
    width: 880px;
    margin: 0 auto;
}

.name {
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}

.cate,
.label {
    position: relative;
    font-size: 14px;
    color: #c6c6c6;
    margin-bottom: 8px;
    padding-left: 28px;
    min-height: 23px;
}

.cate:before {
    content: "";
    background-image: url(../../img/cate.png);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
}

.label:before {
    content: "";
    background-image: url(../../img/label.png);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
}

.label span {
    margin-right: 10px;
}

.info {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #6e6e6e;
}

.desc_part {
    margin-top: 25px;
}

.desc_part h5 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #c8c8c9;
    line-height: 36px;
}

.desc_part h5 span {
    display: inline-block;
    padding: 0 20px;
    border-bottom: 1px solid #000;
}

.desc {
    padding: 10px 0;
    overflow: hidden;
}

.desc img{
    width:expression(this.width>880?"880px":this.width+"px");
    max-width: 880px;
    margin:auto;
    margin-bottom: 25px;
    margin-top: 25px;
    clear: both; 
    display: block; 

}
