/*醫院介紹區塊*/
.bgArea{padding:1.5rem 1.5rem .5rem;background:#e3f5ff}
.shih_picBox{width: 250px;padding: 8px;text-align:center;background:#fff;border:1px solid #e2e2e2;margin:0 auto 10px}
.shih_picBox>img{width:100%}
.infoTitle{font-weight:700;border-bottom:1px solid #ccc;padding-left:0;margin:10px 0 15px}
.infoSubtit{background:#098ace;color:#fff;display:inline-block;padding:10px;border-radius:20px;margin-right:30px;margin-bottom:0.25rem;width:200px;text-align:center}
.infoSubtit+p{margin-bottom:0.25rem}
.shih_infoBox ul{padding-left:32px}
.shih_infoBox ul>li{margin-top:10px}
.shih_infoBox ul>li>i{color:#85b5c6;width:25px;text-align:center;margin-right:5px;margin-left:-32px;}
.describeBox+.describeBox{margin-top:1rem}

/*列表區塊*/
.fwrapBox{display:flex;flex-wrap:wrap}
.fwrapBox>*{display:flex;}
.shih_verBox{width:100%;text-align:center;border-radius:5px;border:1px solid #d1d1d1;margin:10px;display:block}
.shih_verBox .scralePic{padding:5px;overflow:hidden}
.scralePic>div{display:block;padding-bottom:100%;background-size:contain;background-position:center;background-repeat:no-repeat;transition:all .3s linear}
.shih_verBox .scraleTxt{font-size:1.2em;font-weight:700;line-height: 1.2;margin:0 5px 8px}
.shih_verBox .scraleTxt:before{content:'';width:50px;height:2px;background:#ccc;display:block;margin: 5px auto 8px;transition:all .3s linear}
.shih_verBox:hover{box-shadow:0 0 30px rgb(0 0 0 / 15%)}
.shih_verBox:hover .scralePic>div{transform:scale(1.05);-ms-transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05)}
.shih_verBox:hover .scraleTxt:before{width:100%}

/*瀏覽更多*/
.btn_more a{width:260px;background:#ffe8a6;border: 1px solid #bd712b;border-radius:5px;text-align:center;line-height:54px;font-weight: bold;margin:30px auto}
.btn_more a:hover{background: #cff3ff;border-color: #00b0ec;}
.btn_more a{display:block;color:#333}


/*-----------------------------------------*/
@media screen and (min-width: 640px) {
.flexBox{display:flex;align-items:flex-start}
.shih_picBox{width:200px}
.shih_infoBox{width:calc(100% - 200px)}
.infoTitle{padding-left:20px}
.shih_infoBox ul>li{margin:10px 0 0 25px}
.describeBox{display:flex;flex-wrap:wrap;align-items:center}
}

@media screen and (max-width: 767px) {
/*瀏覽人次*/
#area_count{display:flex;justify-content:center}
}