
@media screen and (min-width:768px) {
  .hospital-cont {
    /*background: #f2f4f7;*/
    /*padding: 50px 0 80px;*/
    /* min-width: 1200px; */
  }

  .tab-pdf {
    /* width: 1200px; */
    margin-bottom: 20px;
    height: 50px;
  }

  .tab-pdf span {
    display: inline-block;
    padding: 0 16px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #333;
    line-height: 40px;
    margin-right: 10px;
  }

  .tab-pdf span.cur {
    background: #ff7e00;
    color: #fff;
  }

  .tab-pdf span.cur i {
    display: block;
    width: 20px;
    height: 14px;
    background: url(../../../images/tab.png) no-repeat center;
    position: relative;
    left: 50%;
    margin-left: -10px;
    top: -5px;
  }

  .pdf-tc-cur {
    display: block;
  }

  .price-tx-main .pdf-listul {
    padding: 10px 40px 60px;
    background: #fff;
  }

  .pdf-listul li {
    background: #fff;
    padding: 50px 0 30px;
    border-bottom: 1px solid #e5e5e5;
  }

  .price-tx-main .pdf-listul li {
    padding: 24px 0;
  }

  .listul-left h5 {
    font-size: 18px;
    color: #000;
    position: relative;
  }

  .price-tx-main .pdf-listul li a .listul-left h5 {
    line-height: 28px;
    font-weight: normal;
  }

  .price-tx-main .pdf-listul li a .listul-left h5:hover {
    color: #ff7e00;
  }

  .h-pagenums {
    text-align: center;
    margin-top: 80px;
  }

  .h-pagenums a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
  }

  .h-pagenums .gray {
    background: #ededed;
    border-color: #ededed;
    color: #999;
  }

  .h-pagenums a.long {
    width: 70px;
  }

  .h-pagenums a:hover, .h-pagenums a.cur {
    color: #fff;
    background: #ff7e00;
    border-color: #ff7e00;
  }

  .h-pagenums .gray:hover {
    background: #ededed;
    border-color: #ededed;
    color: #999;
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .hospital-cont {
      width: 100%;
      padding:0 15px;
  }
  .tab-pdf{
      width: 100%;
      margin-bottom: 20px;
      overflow: auto;
      height: 50px;
  }
  .tab-pdf div{
    width: 1076px;
  }
  
}
@media screen and (max-width:767px) {
  .hospital-cont {
    /* background: #f2f4f7; */
    /* padding: 50px 0 80px; */
    /* min-width: 1200px; */
  }

  .tab-pdf {
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    height: 50px;
  }
  .tab-pdf div{
    width: 860px;
  }

  .tab-pdf span {
    display: inline-block;
    padding: 0 4px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 40px;
    margin-right: 4px;
  }

  .tab-pdf span.cur {
    background: #ff7e00;
    color: #fff;
  }

  .tab-pdf span.cur i {
    display: block;
    width: 20px;
    height: 14px;
    background: url(../../../images/tab.png) no-repeat center;
    position: relative;
    left: 50%;
    margin-left: -10px;
    top: -5px;
  }

  .pdf-tc-cur {
    display: block;
  }

  .price-tx-main .pdf-listul {
    padding: 10px 20px;
    background: #fff;
  }

  .pdf-listul li {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
  }

  .price-tx-main .pdf-listul li {
    padding: 14px 0;
  }

  .listul-left h5 {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .price-tx-main .pdf-listul li a .listul-left h5 {
    line-height: 14px;
    font-weight: normal;
  }

  .price-tx-main .pdf-listul li a .listul-left h5:hover {
    color: #ff7e00;
  }
}