@charset "UTF-8";
.green{
    width:100%;
    border-top: 10px solid #7AAC4B;
}
.hot{
    background-color: white;
    width:100%;
}
.h-1,.h-2,.h-3{
    width:100%;
    height:40px;
    border-bottom:1px solid #cccccc;
    padding:0 20px;
}
.h-1 table {
    width:100%;
    height:40px;
    line-height:40px;
    font-size: .18rem;
}
.h-1 td a:hover{
    font-weight: bold;
    color:#333333;
}
.h-2 table {
    width:100%;
    height:40px;
    line-height:40px;
    font-size: .18rem;
}
.h-2 td a:hover{
    font-weight: bold;
    color:#333333;
}
.h-3 table {
    width:100%;
    height:40px;
    line-height:40px;
    font-size: .18rem;
}
.h-3 td a:hover{
    font-weight: bold;
    color:#333333;
}
.h-1 td:first-child {
    width:5%;
}
.h-2 td:first-child {
    width:5%;
}
.h-3 td:first-child {
    width:5%;
}
.h-1 td:nth-child(2) {
    width:5%;
}
.h-2 td:nth-child(2) {
    width:5%;
}
.page {
    text-align: center;
    padding: 20px 0;
}
.info{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.left-info{
    float: left;
    width: 65%;
}
.right-info{
    float: right;
    width: 25%;
}
.list{
    width: 100%;
    background-color: white;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    font-size: .16rem;
}
.list>div{
    float: left;
    width: 50%;
}
.list>div:last-child img{
    width: 90%;
    height: 100px;
    margin-top: 10px;
}
.list>div:last-child div{
    width: 50%;
    float: right;
    text-align: center;
}
.list li:last-child a{
    color: #7aac4b;
    font-size: .14rem;
}
.list li:first-child img{
    height: 16px;
    margin-top: -5px;
}
.right-info>div{
    width: 100%;
    margin-bottom: 20px;
    color: #7aac4b;
    font-size: .2rem;
}
#VIP,#latest{
    width: 100%;
    height: 300px;
    background-color: white;
    border-top: 10px solid #7aac4b;
    padding: 10px;
    color: black !important;
    font-size: .16rem !important;
    line-height: 30px;
}
#more0 {
    position: relative;
}
#capital {
    position: absolute;
    width: 55px;
    right: 45px;
    top: 6px;
    z-index: 25;
    opacity: 0;
    filter: Alpha(opacity=0);
}
#VIP,#latest li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}