﻿.main_content>div,.mytd{
  padding: 30px;
  box-sizing: border-box;
}
.title_head{
  font-size: 30px;
  font-family:KaiTi;
  line-height: 38px;
  background: url(/Sites/Uploaded/UserUpLoad/20190902/20190902175654.png) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.title_head a{
  color: #fff;
  font-weight: bold;
}

/* 重点专科 */
.zdzk{
  background: url(/Sites/Uploaded/UserUpLoad/20190902/20190902175855.png) no-repeat left center;
  background-size: 100% 100%;
}
.zdzk li .title_type{display: none;}
.zdzk_left{
  width: 31%;
  float: left;
}
.zdzk_left div{
  cursor: pointer;
  padding: 20px 25px;
  font-size: 24px;
  font-family:KaiTi;
  color: #fff;
  margin-bottom: 15px;
  background: url(/Sites/Uploaded/UserUpLoad/20190903/20190903094608.png) no-repeat left center;
  background-size: 100% 100%;
}
.zdzk_left div:last-child{margin-bottom: 0;}
.zdzk_left div.active{
  background: url(/Sites/Uploaded/UserUpLoad/20190903/20190903095025.png) no-repeat left center;
  background-size: 100% 100%;
}

.zdzk_right{
  width: 68%;
  float: right;
}
.zdzk_right li{
  height: 232px;
  display: none;
  background: url(/Sites/Uploaded/UserUpLoad/20190902/20190902181349.png) no-repeat left center;
  background-size: 100% 100%;
  padding: 30px 35px 30px 50px;
  box-sizing: border-box;
  cursor: pointer;
}
.zdzk_right li:nth-child(1){
  background: url(/Sites/Uploaded/UserUpLoad/20190904/20190904132109.png) no-repeat left center;
  background-size: 100% 100%;
}
.zdzk_right li:nth-child(3){
  background: url(/Sites/Uploaded/UserUpLoad/20190904/20190904132123.png) no-repeat left center;
  background-size: 100% 100%;
}
.zdzk_right li.active{
  display: block;
}
.zdzk_right li p,.zdzk_right li .title_type{
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  line-height: 38px;
}
.zdzk_right li .title_type{text-indent: 0;}

.zdzk_right li .detail{
  line-height: auto;
  margin-top: 10px;
  font-size: 18px;
  color: #584320;
  display: inline-block;
  padding: 8px 25px;
  background: url(/Sites/Uploaded/UserUpLoad/20190729/20190729104811.png) no-repeat center center;
  /* background-size: 100% 100%; */
  transition: all .2s;
  margin-left: 50%;
  transform: translateX(-50%);
}
.zdzk_right li .detail:hover{
  background: url(/Sites/Uploaded/UserUpLoad/20190729/20190729173232.png) no-repeat center center;
  color: #fff;
  /* background-size: 100% 100%; */
  font-weight: normal;
}

/* 优势专病 */
.yszb{
  background: url(/Sites/Uploaded/UserUpLoad/20190903/20190903101359.png) no-repeat left center;
  background-size: 100% 100%;
  margin-top: 20px;
}
.yszb li{
  width: 190px;
  text-align: center;
  float: left;
}
.yszb li img{
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
  transition: all .8s;
}
.yszb li p{
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  color:#fff;
  margin-left: 50%;
  transform: translateX(-50%);
  font-size:31px;
  font-family:KaiTi;
  letter-spacing: 3px;
  transition: all .8s;
}
.yszb li:nth-of-type(6) p{
  letter-spacing: 14px;
}
.yszb li:hover p,.yszb li:hover img{
  transform:translateX(-50%) scale(1.2);
}

/* 名医团队 & 治疗特色 */
.cont_btm{padding: 0 !important;margin: 20px 0 90px 0;}
.mytd{
  width: 68%;
  height: 356px;
  float: left;
  background: url(/Sites/Uploaded/UserUpLoad/20190903/20190903105157.png) no-repeat left center;
  background-size: 100% 100%;
}
.zlts{
  width: 30.5%;
  height: 356px;
  float: right;
  position: relative;
  overflow: hidden;
}
.zlts img{
  width: 100%;
  transition: all .8s;
}
.zlts a{
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  color:#fff;
  font-size:36px;
  font-family:KaiTi;
  letter-spacing: 3px;
  position: relative;
}
.zlts a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.zlts:hover img{
  transform: scale(1.2);
}

.mytd li{
  width: 45%;
  background: url(/Sites/Uploaded/UserUpLoad/20190903/20190903110343.png) no-repeat left center;
  background-size: 100% 100%;
  text-align: center;
  padding: 17px 0;
  margin-bottom: 20px;
}
.mytd li:last-child{margin-bottom: 0;}
.mytd li:hover{
  background: url(/Sites/Uploaded/UserUpLoad/20190903/20190903095025.png) no-repeat left center;
  background-size: 100% 100%;
}
.mytd li:nth-child(2n+1){
  float: left;
}
.mytd li:nth-child(2n){
  float: right;
}
.mytd li a{
  font-size: 20px;
  color: #fff;
  font-family:KaiTi;
}

@media only screen and (max-width:768px){
  .zdzk_left,.zlts img{display: none;}
  .mytd,.zlts{float: none;}
  .zdzk_right,.mytd,.zlts{width: 100%;}
  .zdzk_right li{height:auto;padding:20px;display: block; margin-bottom: 20px;background: none;border: 1px solid #837763;border-radius: 15px;}
  .zdzk li .title_type{display: block;text-align: center;font-weight: bold;}
  .yszb{background: #824E4A;}
  .yszb li{width: 100%;margin-bottom: 15px;display: block;}
  .yszb li img,.yszb li p{transform: translateX(0);margin-left: 0;display: inline-block;}
  .yszb li p{display: inline-block;writing-mode:unset;}
  .mytd{height: auto;margin-bottom: 20px;}
  .zlts{background: #6E5B5B;padding: 40px 0;text-align: center;}
  .zlts a{writing-mode:unset;position:static;width: 100%;}
} 