.otherCase {
  padding: 0.1rem 0.3rem;
}
.otherCase .title{
  text-align:center;
}
    .otherCase .title h3 {
      font-size:0.3rem;
      color: #0355a4;
      font-weight:bold;
       margin-bottom: 0.2rem;
       text-align:center;
    }
    .otherCase .title p {
      font-size: .16rem;
      color: #818a92;
      margin-bottom: .3rem;
      text-align:center;
    }
    .otherCase .title select{
      width:2.18rem;
      height:0.4rem;
      border-radius:4px;
      border:1px solid #dcdfe6;
      outline:none;
      color:#606266;
    }
    .otherCase .title select option{
      height:36px;
      padding:10px 0;
    }
  .otherCase .otherContent {
    padding-top: 0.4rem;
    margin:0 2.2rem;
  }
  .otherCase .otherContent .city{
    display:flex;
    margin: .1rem 0;
    border-top: 1px solid #e5e5e5;

  }
    .otherCase .otherContent .city .cityName {
      width:16%;
      display:flex;
      text-align: left;
      justify-content:flex-start;
      margin:0.2rem 0;
      border-right: 1px solid #e5e5e5;
     
    }
        .otherCase .otherContent .city .cityName .nameImg{
          padding-top:4px;
        }
          .otherCase .otherContent .city .cityName .nameImg img{
          width:0.32rem;
        }
        .otherCase .otherContent .city .cityName .nameText{
          text-align:left;
         
        }
          .otherCase .otherContent .city .cityName .nameText  h5 {
          font-size:0.26rem;
          color: #0355a4;
          text-align:left;
          margin-bottom:0.1rem;
        }
        .otherCase .otherContent .city .cityName .nameText  span {
          font-size:0.16rem;
          color: #b6babd;
        }
      .otherCase .otherContent .city .hospital {
        display:flex;
        flex-wrap:wrap;
        font-size:0.18rem;
        width:100%;
      }
      .otherCase .otherContent .city .hospital li{
        width:33%;
        text-align:center;
      }
        .otherCase .otherContent .city .hospital .hospitalName {
          line-height:0.68rem;
        }
