﻿#div_hos_Modal {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

.big-link {
    display: block;
    margin-top: 100px;
    text-align: center;
    font-size: 70px;
    color: #06f;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;               
    filter:"alpha(opacity=60)"; 
    filter: alpha(opacity=60); 
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.reveal-modal {
    visibility: hidden;
    top: -180px;
    /*left: 50%;
    margin-left: 300px;*/
    width: 850px;
    height: 540px;
    background: #fff no-repeat -200px -80px;
    position: absolute;
    z-index: 101;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

    .reveal-modal.small {
        width: 200px;
        margin-left: -140px;
    }

    .reveal-modal.medium {
        width: 400px;
        margin-left: -240px;
    }

    .reveal-modal.large {
        width: 600px;
        margin-left: -340px;
    }
    .reveal-modal.xlarge {
        width: 800px;
        margin-left: -440px;
    }
  .reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 15px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
  }
.hos_title {
     padding-top: 14px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    background-color: #f5f8fa;
    height: 46px;
}
.padding-t {
    padding-top: 8px;
}

#selecthospital a {
    padding-left: 15px;
    line-height: 25px;
}
#selecthospital #hos_cityList>a {
    color: #08c;
    text-decoration: none;
    background-color: #e7f7fd;
    display: block;
    margin-bottom:5px;
    padding-left:15px;
}
#selecthospital #hos_cityList>a:hover{
     background-color:#deeff8;
}
#selecthospital #hos_cityList>a.cur {
   background-color:#0a71af;
   color:#ffffff;
}

.modal-body h4,.modal-body .h4,
.modal-body h5,.modal-body .h5,
.modal-body h6,.modal-body .h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}
#hos_provinceList{
    color: #000; 
     font-size: 14px; 
     padding: 0px 10px; 
     border: solid 1px #ddd; 
     line-height: 20px; 
     border-radius: 4px; 
}
body #hos_div_Modal .cur {
     background-color:#0a71af;
      color:#ffffff;
}

#hos_div_Modal a {
    color: #08c;
    text-decoration: none;
}
  #hos_div_Modal a:hover {
        color: #FD6602;
        text-decoration: underline;
        outline: 0;
  }
   #hos_div_Modal a:active {
        outline: 0;
   }
  .hospitalsearchDiv{
        margin-bottom:10px;
        margin-left:10px;
 }
.modal-body .hospitalsearchDiv input[type='text']{
       border:1px solid #0a71af;
       padding: 5px;
       border-radius:4px 0px 0px 4px;
       width:344px;
       height:31px;
       background-color:#ffffff;
    }
.modal-body .hospitalsearchDiv button{
      padding: 5px 15px;
    background-color: #0a71af;
    color: #ffffff;
    border: 1px solid #0a71af;
    border-radius: 0px 4px 4px 0px;
}
.hospitalConditionDiv {
   width: 100%;
   min-height: 28px;
   padding-left: 10px;
}
 .hospitalConditionDiv a {
     color: #08c;
    text-decoration: none;
    background-color: #e7f7fd;
    display:inline-block;
    width:44px;
    height:26px;
    border-radius:0px;
    margin-right:10px;
        text-align: center;
    padding-top: 3px;
  }
#hos_LevelDiv a:hover {
          color: #08c;
      background-color:#deeff8;
      text-decoration: none;
 }
#hos_LevelDiv a.cur{
         color:#ffffff;     
         background-color:#0a71af;
       text-decoration: none;
 }

#hos_SearchResult {
    width: 100%;
    height: 390px;
    overflow-x: hidden;
    padding-bottom: 20px;
}

    #hos_SearchResult h4 {
        padding: 0px 0px 3px 1px;
        margin: 10px;
        width: 540px;
    }

    #hos_SearchResult a {
        color: #1095D4;
    }

        #hos_SearchResult a:hover {
            color: #FD6602;
        }

    #hos_SearchResult ul {
        overflow: hidden;
        margin: 0px;
        width: 100%;
        padding: 0px;
        border-bottom: 1px solid #eee;
    }

 #hos_SearchResult ul li {
     width: 280px;
    float: left;
    line-height: 22px;
    height: 25px;
    padding-left: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#08c;

 }
  /*#hos_SearchResult ul li>a{
      width:260px;
      overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap

  }*/

  #hos_SearchResult ul li:nth-of-type(odd) {
            margin-right: 40px;
  }
   #hos_SearchResult ulli:nth-of-type(even){
            margin-right:0px;
  }
.disDiv {
    display: inline;
    padding-left: 3px;
}

/*bootstrap样式*/
.modal-body {
    min-height: 243px;
    padding: 15px;
    overflow-y: auto;
}
