.mod-crumbs {
    margin: 10px 0;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}


.mod-crumbs .symbol {
    padding: 0 5px;
    font-size: 16px;
    font-family: "Simsun", Arial, Helvetica;
}

.mod-detail {
    text-align: center;
}

.mod-detail .hd {
    border-bottom: 1px dashed #ccc;
    margin: 10px 0 20px;
    height: auto;
}

.mod-detail .hd h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    padding: 10px;
}

.mod-detail .bd {
    padding: 20px 0;
    margin-bottom: 20px;
}

.mod-detail .bd .box {
    margin-bottom: 20px;
}

.mod-detail .bd img {
    max-width: 100%;
    height: auto;
}