﻿@charset "utf-8";
/* CSS Document */
html, body, ul, li, ol, p, a, h1, h2, h3, h4, h5, h6, span, strong, table, tr, td {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

/*news*/
.news {
    width: 50%;
    height: auto;
    margin: 8px auto auto auto;
    padding-bottom: 10px;
}

    .news li {
        list-style: none;
        margin-bottom: 10px;
        font-family: "宋体";
        font-size: 14px;
        color: #524d57;
        line-height: 25px;
        height: 25px;
        border-bottom: 2px dotted #aaacae;
    }

        .news li a {
            color: #524d57;
            float: left;
        }

            .news li a:hover {
                color: #F60;
                text-decoration: underline;
            }

        .news li span {
            float: right;
        }

.anniu {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-family: "宋体";
    font-size: 12px;
    color: #4b4b4b;
}

    .anniu a {
        color: #4b4b4b;
        margin-left: 8px;
    }

        .anniu a:hover {
            color: #F60;
            text-decoration: underline;
        }

.paginator {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator a {
        padding: 1px 6px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px;
    }

        .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        padding: 1px 6px;
        font-weight: bold;
        font-size: 13px;
        border: none;
    }

    .paginator a:hover {
        color: #fff;
        background: #ffa501;
        border-color: #ffa501;
        text-decoration: none;
    }

.paginator {
    font-size: 13px;
}
