@charset "UTF-8";
/*
    发布站作者：晓杰工作室
    官网：www.649my.com
    客服QQ：811896308
*/

body {
    background: #5f1919 url('bj1.jpg') no-repeat center top;
    font-size: 12px;
    font-family: "微软雅黑";
}

a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

.red {
    color: #f00;
}

.tableBorder1 {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    BACKGROUND-COLOR: #d2312d;
    FONT-VARIANT: normal
}
.tableBorder1 th {background: url('bar.gif');}

.tableBorder1 th {
    color: #ffff00;
}

.banner {
    width: 1200px;
    margin: 0 auto;
    height: 180px;
    overflow: hidden;
    position: relative;
    background: url('hed.jpg') no-repeat;
}

.footer {
    background: url('footer.gif');
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0;
}

#c {
    width: 1200px;
    margin: 0 auto;
    background: #f5f5f5;
}

#c table {
    border-collapse: 1;
    border-spacing: 0;
}

#m {
    width: 100%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

#m td {
    color: #393;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-left: 1px solid #fff;
    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: #c00;
}

#m td:hover {
    color: #fff;
    background: #c00;
}

.so {height: 50px;background: #fff url('sobg.jpg')center top;padding: 0 20px;color: #FFFFCC;font-size: 12px;overflow: hidden;width: 1160px;margin: 0 auto;}
.so .l {float: left;margin-top:13px;}
.so .l em {font-style: initial;}
.so .l .key {outline: none;color: #000;border-radius: 50px;border: 0;padding: 5px 10px;width: 200px;}
.so .l .schbtn {cursor: pointer;position: relative;left:-35px;z-index: 99;color: #000;}
.so .r {float: left;margin-left: 50px;margin-top: 17px;overflow: hidden;}
.so .r b {color: #ffff00;float: left;margin-right: 20px;}
.so .r a {color: #FFFF99;float: left;margin-right: 15px;}
.none {display: none;}