
.home-right-content{
    padding:0 10px;
}
.homeUp{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dashed #ddd;
    clear: both;
    overflow: hidden;
}
.homeUp-left{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    float: left;
    clear: both;
    overflow: hidden;
}
.homeUp-left .hospital_logo{
    width: 100px;
	height: 100px;
    background-color: #f5f5f5;
    margin-right:20px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    border: 1px solid #e5e5e5;
}
.homeUp-left .hospital_logo img{
    display: block;
	width:100%;
    max-width:100%;
    height: 100%;
    object-fit: cover;
}
.homeUp-left .hospital_name{
    font-size:20px;
    color:#222;
}
.homeUp-left .hospital_addressBox{
    display: flex;
    flex-direction: row;
    align-items: cenetr;
    font-size:14px;
    color:#555;
}
.homeUp-left .is_publicBox{
    display: flex;
    flex-direction: row;
    align-items: cenetr;
    font-size:14px;
    color:#555;
    line-height: 1;
}
.homeUp-left .hospital_edit{
    font-size:14px;
    color:#1fb8cd;
    margin-left:20px;
}
.homeUp-left .hospital_edit a{
    color:#1fb8cd;
}
.homeUp-left .icon-address{
    display:inline-block;
    width:19px;
    height:17px;
    background: url(../img/place-min.png) center no-repeat;
    background-size:cover;
    margin-right:6px;
}
.homeUp-left .icon-is_public{
    display:inline-block;
    width:14px;
    height:14px;
    background-size:cover;
    margin-right:6px;
}
.homeUp-left .hospital_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: left;
    padding: 10px 0 20px 0;
}
.homeUp-left .hospital_nameBox{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.homeUp-right{
    color:#ff8b56;
    font-size:16px;
    background-color: #ffeee6;
    /* width:200px; */
    padding: 0 10px;
    height:40px;
    line-height: 40px;
    float: right;
}
.homeUp-right .week{
    padding-left:30px;
}
.homeDown-title{
    color:#555;
    font-size:16px;
    padding: 20px 0;
}
table{
    border:0;
    margin:0;
    border-collapse:collapse;
    border-spacing:0;
    border: solid 1px #e5e5e5;
    width:100%;
}
/*控制cellspacing*/
table td{padding:0;}
/*控制cellpadding*/
th{
    color:#555;
    font-size:14px;
    font-weight:normal;
    height: 40px;
    background-color: #f7f7f7;
}
td{
    color:#222;
    font-size:14px;
    height:44px;
    text-align: center;
}
td.state{
    color:#00be00;
}
td.state.noPay {
    color: #ff1127;
}
tr{
    width:100%;
}
tr td,tr th{
    width:16.67%;
    border:solid #e5e5e5 1px;
}
.odd{
    background-color: #f7fdff;
}
.even{
    background-color: #fff;
}
.control-label {
    width:150px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555;
    float: left;
  }
.form_body{
  width: 600px;
  margin: 20px auto;
}

.controls{
  text-align: left;
  color:#222;
  float:left;
  margin-left: 0;
}

.save{

  width: 300px;
  margin: 30px auto;
  padding-left: inherit;
}
