@charset "UTF-8";
/*
    发布站作者：晓杰工作室
    官网：www.649my.com
    客服QQ：811896308
*/

body {
    background: #ddeeff url('../images/bg.jpg')repeat-x;
    font-size: 12px;
    font-family: "微软雅黑";
}

a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

.red {
    color: #000;
}

.tableBorder1 {
    BORDER-RIGHT: #A20000 0px solid;
    BORDER-TOP: #A20000 0px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    BORDER-LEFT: #A20000 0px solid;
    LINE-HEIGHT: normal;
    BORDER-BOTTOM: #A20000 0px solid;
    FONT-STYLE: normal;
    BACKGROUND-COLOR: #06f;
    FONT-VARIANT: normal
}
.qtthtu {
    height: 14px;
    margin-right: 5px;
    width: 14px;
}
.zuanstu {
    margin-right: 5px;
}
.tableBorder1 th {
    color: #fff;
}

.banner {
    width: 1280px;
    margin: 0 auto;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: url('../images/header2.png') no-repeat;
}

.footer {
    padding: 20px 0;
    line-height: 26px;
    background: #06f;
    width: 1280px;
    margin: 0 auto;
    color: #fff;
}

#c {
    width: 1280px;
    margin: 0 auto;
    
}

#c table {
    border-collapse: 1;
    border-spacing: 0;
}

#m {
    width: 100%;
    text-align: center;
    
}

#m td {
    color: #393;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#m td a {
    color: #ff0000;
    display: block;
    text-decoration: none;
}

#m td a:hover {
    color: #fff;
    background: #393;
}

#m td:hover {
    color: #fff;
    background: #393;
}