﻿.box {
    position: relative;
    overflow: hidden;
    background-image: url(../../Content/rent/pic_bg_zhaozu.png);
    background-repeat: no-repeat;
    
}
.rent-text {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.rent-bg {
    background-color: #F0F5F9;
    padding-bottom:35px;
}
.tdl {
    width: 99%;
    float: left;
    overflow:hidden;
    

}
.tdr {
    width: 99%;
    float: right;
    overflow:hidden;
   
   
}
th {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background-color: #DA251C;
    color: white;
    white-space: nowrap;
    border:none;
}
table{ width:100%; border:none; }
td {
    font-size: 13px;
    border: none;
    white-space: nowrap;
    overflow:hidden;
    height:26px;
    line-height:26px;
    background-color:white;
}
thead {
     margin-bottom: 15px;
}
.dt-padl{ padding-left:10px;}
.link{ padding-right:20px;}
.firsttr td{ padding-top:15px;}
.lasttr td{ padding-bottom:20px;}