 *,ul,li{
        padding: 0px;
        margin: 0px;
      }

* {
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


      body{
        width: 720px;
        margin: 0 auto;
        background: #D7FDF4;
      }

      .adimgwh{
        width: 720px;
        height: 80px;
      }

      a{
    color:#4c4c4c;text-decoration:none
}
a:hover{
    color:#dc1313;text-decoration:underline
}
.header.index-header {
    height: 50px;
}
.header {
    position: fixed;
    z-index: 99;
    height: 61px;
    width: 720px;
    background: #6600cc;
}

.logo-box {
    height: 50px;
}
.logo {
    float: left;
    height: 50px;
    margin-left: 10px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.header .logo .logo-img {
    width: 208px;
    height: 50px;
}

.header .bank img {
    display: block;
    width: 75px;
    height: 50px;
    float: right;
}

.nullbox {
    height: 50px;
}

.list-title {
    height: 28px;
    line-height: 25px;
    font-size: 16pt;
    text-align: center;
    border-bottom: 1px solid #f1592a;
    text-shadow: 0px 0px 10px red;
    background: #fff;
    color: #f7f7f7;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(transparent,#794868);
}

.qxtable {
    color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

table {
    table-layout: fixed;
    width: 100%;
}

.qxtable td {
    text-overflow: ellipsis;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.qxtable th, .qxtable td {
    border: 1px solid #fff;
}


.duilianpt2 td {
    border: 1px solid #C0C0C0;
}

.pad {
    padding: 4px 4px;
}

.box {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #6600cc;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.duilianpt2 {
    table-layout: auto;
    color: #FF0000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.gongshi {
    color: #000;
    table-layout: fixed;
}

.gongshi tr {
    height: 25px;
}

.gongshi td {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e5e5e5;
    font-size: 16pt;
    text-align: center;
}

.copyright {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    color: #fff;
}

.gongshi th, .gongshi td {
    padding: 2px 2px;
}