
.bottom-content{
   
    
    width: 90%;
    min-height: 200px;
    margin: 0 auto;

   
}
.top-content-list li{
    display: block;
    width: 49%;
    float: left;

    height: 40px;
    line-height: 40px;
}
.top-content-list li:last-child{
    width: 100%;
    height: 80px;
    line-height: 20px;
}
.bottom-content-title{

    width: 100%;
    height: 40px;
    font-size: 22px;
    font-weight: bold;
    color:red;
    line-height: 40px;
}
.bottom-content-link{
    min-height: 100px;

}
.bottom-content-link-list li{
    height: 40px;

    display: block;
    line-height: 40px;
    border-bottom: 1px dashed #c1c1c1;
}
.bottom-content img{
    width: 100%;
    border:1px solid #c1c1c1;
    display: block;
}


.table1{
    
    float: left;
    display: block;
    margin-top: 30px;
}

.table1 td{
    
    width: 220px;
   
}

.td0{
    height: 110px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #1E87F0;
}

.table2{
    
    margin-left: 30px;
    display: block;
    width: 670px;
    float:right;
    margin-top: 30px;

}

.table2 td{
    
    width: 180px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    

}

.td1{
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    border-right: 1px solid #fff;
}

.td2{
    height: 80px;
    line-height: 80px;
    
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-left: 20px;
    border-right: 1px solid #fff;
}

.td3{
    height: 80px;
    line-height: 80px;
    
    text-align: center;
    font-size: 42px;
    font-weight: bold;
   
}
#year_Select{
    background: #cde5fd;
    width: 80px;
    height: 30px;
    border-radius: 3px;
    border-color: #fff;
    margin-left: 30px;
    margin-top: 5px;

}

#lx_Select{
    background: #cde5fd;
    width: 220px;
    height: 30px;
    border-radius: 3px;
    border-color: #fff;
    margin-left: 30px;
    margin-top: 5px;
}