body {
    margin: 0;
    font-family: "Microsoft YaHei","Î¢ÈíÑÅºÚ","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
    color: #333;
}

td {
    font-size: 12px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;        
    }


.container {
    width: 1000px;
    margin: 0 auto;
}


.bm{
    margin:10px 0px;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
}

.footer {
    clear: both;
    text-align: center;
    background: #868686;
    color: white;
    padding: 2px 0;
    font-size: 12px;
}

    .footer a {
        color: #FFF;
    }

.content {
    margin-bottom: 10px;
    text-align: center;
}
.content h1{
    margin:10px 0px;
}


form {
    margin-bottom: 5px;
}

.block {
    border: 1px solid #DCDDDD;
}

    .block h2 {
        background: #F2F2F2;
        border-bottom: 1px solid #DCDDDD;
        margin: 0;
        font-size: 12px;
        padding: 0 10px;
        line-height: 30px;
    }

    .block span {
        float: right;
        font-weight: normal;
    }

.breadcrumb {
    height: 30px;
    line-height: 30px;
    margin: 10px 0px;
}

#toptb {
    line-height: 28px;
    border-bottom: 1px solid #C2D5E3;
    background-color: #F2F2F2;
    padding: 0 10px;
    margin: 2px 0;
    clear: both;
}

    #toptb a {
        color: #333;
    }

.z {
    float: left;
}

.y {
    float: right;
}

.bottom {
    clear: both;
    height: 0;
}

.tools {
    padding: 0 20px;
}

    .tools li {
        width: 300px;
        float: left;
        list-style: none;
        font-size: 16px;
        line-height: 30px;
        border: 1px solid #C2D5E3;
        background-color: #F0F9FE;
        margin: 0 15px 15px 0;
        text-align: center;
    }

        .tools li a {
            color: #0000FF;
        }

            .tools li a:hover {
                text-decoration: underline;
                color: red;
            }

.module_nav {
    padding: 3px 10px;
    background-color: #17469E;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

    .module_nav a {
        color: white;
        padding: 6px 18px;
        background-color: #17469E;
    }

        .module_nav a:hover {
            background-color: #B80000;
        }

.channel_nav {
    padding: 2px 10px;
    background-color: #F2F2F2;
}

    .channel_nav a {
        color: #333;
    }

.advarea {
    margin: 10px 0;
    clear: both;
}

.mainnav {
    clear: both;
    margin-bottom: 10px;
    height: 60px;
}

.sortnav {
    font-size: 14px;
    float: left;
    margin-top: 30px;
    margin-left: 15px;
}
    .sortnav a {
        color: #000000;
    }
    .sortnav span {
        font-weight: bold;
        margin: 0 5px;
    }

.channelnav {
    clear: both;
    height: 40px;
    line-height: 40px;
    background-color: #e4393c;
    color: white;
    font-size: 12px;
}

    .channelnav a {
        margin-left: 10px;
        color: #fff;
    }

.searchbox {
    float: right;
    margin-top: 20px;
}

    .searchbox button {
        height: 30px;
        width: 50px;
        background-color: #1F90DE;
        border: none;
        border-radius: 2px;
        color: #FFF;
    }

    .searchbox input {
        height: 18px;
        width: 150px;
        padding: 5px 10px;
        border: 1px solid #ccc;
    }

.toolsblock {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}

    .toolsblock a {
        color: #000000;
    }

        .toolsblock a:hover {
            text-decoration: underline;
            color: red !important;
        }

    .toolsblock h2 {
        color: #e4393c;
        font-weight:bolder;
        
    }
