/* Footer 公共樣式 - 所有頁面共用 */

#footer {
    width: 960px;
    margin: 0 auto;
}

.footerRow {
    background-color: white;
    background-image: url(/images/yqlj_75.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    margin-top: 10px;
    padding: 53px 15px 10px 15px;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: justify;
    color: #999999;
}

.footerRow::after {
    content: "";
    display: table;
    clear: both;
}

.footerFloat {
    text-align: left;
    width: 100%;
    font-size: 12px;
    color: #666666;
}

.footerFloat h4 {
    margin: 5px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.footerFloat a {
    color: #999999;
    line-height: 28px;
    letter-spacing: 1px;
}

.footerFloat a:hover {
    color: #333333;
}

@media all and (min-width: 950px) {
    .footerFloat { width: 25%; float: left; }
}

.textwidget { margin: 0; padding: 0; background: 0 0; }
.textwidget ul { margin-bottom: 3px; padding-left: 2em; }
.textwidget li { list-style-type: circle; }

.copyright {
    margin: 10px 0 20px 0;
    width: 960px;
    text-align: center;
    line-height: 25px;
    color: #999999;
}
