      
      *,ul,li{
        padding: 0px;
        margin: 0px;
      }



      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: 61px;
}

.header {
    position: fixed;
    z-index: 99;
    height: 61px;
    width: 720px;
    background: #FF3030;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



.header .logo-box {
    height: 61px;
}

.header .logo {
    float: left;
    height: 61px;
    margin-left: 5px;
}

.header .bank {
    float: right;
    position: relative;
    width: 56px;
    height: 44px;
    margin-top: 5px;
}

.header .logo .logo-img {
    width: 240px;
    height: 80px;
}

.box {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #FF3030;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.news-title {
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.news-title img {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.txtMarquee-left {
    padding: 0 5px;
    width: auto;
    position: relative;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.pad {
    padding: 4px 4px;
    background: #FF3030;
}
.list-title {
    background: linear-gradient(transparent,#dacfcf);
    color: yellow;
    text-shadow: 0px 0px 10px red;
    border-left: 1px solid #FF3030;
    border-right: 1px solid #FF3030;
    height: 40px;
    line-height: 40px;
    font-size: 20pt;
    text-align: center;
    border-bottom: 0px solid #000;
    text-shadow: 1px 4px 1px #FF3030;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.qxtable {
    color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;

}

table {
    text-align: center;
    margin: 0px auto;
    border-collapse: collapse;
    border-spacing: 0;
}


.am td{
    padding: 4px;
}

.ggimg{
    width: 720px;
    height: 60px;
}