/* 通用样式，保留可能在手机端也需要的清除浮动样式 */
.module .bd {
    zoom: 1;
}

.module .bd:before,
.module .bd:after {
    content: "";
    display: table;
}

.module .bd:after {
    clear: both;
    overflow: hidden;
}

/* 手机端样式 */
.module {
    margin-bottom: 10px;
    border-left: none;
    border-right: none;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.mod-intro .hd {
    padding-top: 15px;
    margin-bottom: 10px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
}

.mod-intro .bd {
    padding-bottom: 25px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    margin: 0 20px;
}

.mod-intro .bd .text {
    text-align: center;
    margin-bottom: 10px;
}

.mod-intro .bd p {
    margin-bottom: 10px;
}

.mod-list .hd {
    padding-top: 10px;
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}

.mod-list .bd {
    margin: 0 15px;
}

.mod-list .bd table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 0;
    margin-bottom: 15px;
}

.mod-list .bd table th,
.mod-list .bd table td {
    max-width: 300px;
    word-break: break-all;
    word-wrap: break-word;
    padding: 2px 0;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

.mod-list .bd table.table-border {
    border: 1px solid #e4e4e4;
}

.mod-list .bd table.table-border thead,
.mod-list .bd table.table-border tfoot {
    background-color: #f5f5f5;
}

.mod-list .bd table.table-border th,
.mod-list .bd table.table-border td {
    border: 1px solid #e4e4e4;
    padding: 6px 10px;
}

.mod-list .bd table.table-border td.th {
    background-color: #f5f5f5;
    text-align: center;
    width: 24px;
}

.mod-list .bd a {
    margin: 0 5px;
}

.mod-list .bd .letter {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}