.container_box{
    width: 1000px;
    /*display: flex;*/
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex;/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    /*font-family:SimSun;*/
}
.top20{
    margin-top: 20px;
}
.pure_lan_border{
    border: 1px solid #d7eaf6;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
/*标题*/
.lease_title{
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.lease_rule_title{
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;

}
.lease_head_title{
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
}
.lease_notice_p{
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
.lease_idea_title{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}
.lease_way_title{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    /*text-align: center;*/
}
.lease_bottom_p{
    font-size: 20px;

}
.lease_bottom_fup{
    font-size: 16px;
    font-family: "Adobe 黑体 Std R";
    font-weight: 600;
}
.lease_zz_p{
    font-size: 16px;
    font-weight: 600;
}
.lease_bottom_fu{
    text-align: center;
    font-size: 22px;
    /*font-family: "Adobe 黑体 Std R";*/
    font-weight: 550;
}
.lease_small_p{
    font-size: 14px;
}
.lease_annex_p{
    text-align: center;
}
.lease_head_two{
    font-size: 20px;
    text-align: center;
    padding: 0 0 20px 0;
}
.lease_head_way_tow{
    font-size: 19px;
    line-height: 30px;
    /*text-align: center;*/
    padding: 0 0 20px 0;
}
.lease_title_p{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0;
}
.lease_idea_span{
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}
.lease_head_span{
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
}
.lease_btn_bottom{
    width: 100px;
    background-color: #ff8468;
    height: 40px;
    line-height: 40px;;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}
.lease_bottom_center{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0;
}

.title_style {
    position: relative;
    line-height: 40px;
    font-size: 20px;
    width: 100%;
    color: #fff;
    background-color: #7eb5e0;
}
.h_padding {
    font-family:宋体;
    font-weight: 600;
    margin-left: 24px;
}
/*左侧样式*/
.left_box{
    font-family:宋体;
    width: 72%;
    background-color: #fff;
}
.left_section{
    font-family:宋体;
    height: 750px;
    overflow-y: scroll;
    background-color: #fff;
}
/*右侧样式*/
.right_box{
    width: 25%;
}
.right_section{
    font-family:宋体;
    height: 750px;
    overflow-y: scroll;
    background-color: #e0f2fd;
}
.right_section>div{
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.bottom_box{
    font-family:宋体;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    padding:  0 20px;
    line-height: 30px;
}
/*上海市住房租赁条例*/
.rule_content{
    /*width: 1000px;*/
    width: 100%;
    font-family:宋体;
}
/*表格*/
.table_box{
    width: 700px;
    margin: 0 auto;
    overflow: hidden;
    border: none;
}
.table-head{
    width: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: center;
}
.table-body{
    width: 100%;
    height: auto;
    /*padding: 10px 0;*/
    /*flex-direction: column;*/
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: center;
}
.table-body .body-td {
    /*height: 35px;*/
    display: inline-block;
    font-size: 12px;
    /*line-height: 35px;*/
    color: #000;
    text-align: left;
    border-bottom: none;
    border-top: none;
}
/*.table-body div:first-child{*/
/*    !*-webkit-box-flex: 8;      !* OLD - iOS 6-, Safari 3.1-6 *!*!*/
/*    !*-moz-box-flex: 8;         !* OLD - Firefox 19- *!*!*/
/*    !*!*width: 20%;               !* For old syntax, otherwise collapses. *!*!*!*/
/*    !*-webkit-flex: 8;          !* Chrome *!*!*/
/*    !*-ms-flex: 8;              !* IE 10 *!*!*/
/*    !*flex: 8;*!*/
/*}*/
.table-body div:first-child{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    /*width: 20%;               !* For old syntax, otherwise collapses. *!*/
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;
}
.table-body div:last-child{
    -webkit-box-flex:2;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 2;         /* OLD - Firefox 19- */
    /*width: 20%;               !* For old syntax, otherwise collapses. *!*/
    -webkit-flex:2;          /* Chrome */
    -ms-flex: 2;             /* IE 10 */
    flex: 2;
}
.table-head {
    border: 0.001px solid #1f1f1f;
    background-color: #dee1e3;
    /* padding: 12px 0; */
    height: 35px;
    font-size: 12px;
    line-height: 35px;
}

.table-head .head-th {
    /*border: 0.001px solid #1f1f1f;*/
    /*flex: 1;*/
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    /*width: 20%;               !* For old syntax, otherwise collapses. *!*/
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-align: center;
    color: #000;
    font-size: 12px;
}
.table-head div:first-child{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    /*width: 20%;               !* For old syntax, otherwise collapses. *!*/
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;
}
.table-head div:last-child{
    -webkit-box-flex:2;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 2;         /* OLD - Firefox 19- */
    /*width: 20%;               !* For old syntax, otherwise collapses. *!*/
    -webkit-flex:2;          /* Chrome */
    -ms-flex: 2;             /* IE 10 */
    flex: 2;
}
.table_td_body{
    width: 100%;
    height: auto;
    text-align: center;
    border: 0.001px solid #1f1f1f;
    border-bottom: none;
    border-top: none;
}
.table_td{
    font-size: 12px;
    color: #000;
    text-align: center;
    border-bottom: none;
    border-top: none;
}
.head-th {
    border-left: 0.001px #1f1f1f solid;
}
.body-td{
    border-left: 0.001px #1f1f1f solid;
}
.head-th:nth-child(2){
    text-align: center;
}
.head-th:nth-child(1) {
    text-align: center;
    border-left:  none;;
    border-bottom: none;
}
.body-td:nth-child(1){
    text-align: center;
   border-left:  none;
    border-bottom:  0.001px #1f1f1f solid;

}
.body-td:nth-child(2) {
    text-align: center;
    border-bottom:1px solid #1f1f1f;;

}
.icon-location {
    color: #1470cc;
}
.lease_checked{
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #000;
    margin: 0 20px;
}
.table_line{
    display: inline-block;
    width: 29px;
    height: 51px;
    border: none;
    margin: 0;
    padding: 0;
    border-right: .001px solid #000;
}
table{
    overflow: hidden;
}