@charset "GB2312";
body{
    font-family: "Î¢ÈíÑÅºÚ";
}
.detail-container{
    width: 100%;
}

.detail-body{
    background-color: #fff;
}
.detail-body .detail-title{
    text-align: center;
    font-size: 16px;
    color:#666;
    padding: 30px 20px 0 20px;

}
.detail-body .detail-title span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #858585;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #75b0c9;
    border-bottom-style: dashed;
}

/*ÎÞÊý¾Ý*/
.nodata{
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
}