/*内页—专家团队详情页面*/

a {
  transition: .5s;
}

.expert_xq_bg {
  width: 100%;
  margin: 0 auto;
  background: #f4f5f7;
  padding: 35px 0;
}

.expert_xq_bg .expert_xq {
  width: 1140px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
}

.expert_xq_bg .expert_xq .expert_xqName {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}

.expert_xq_bg .expert_xq .introduce {
  width: 1140px;
  margin: 0 auto;
}

.expert_xq_bg .expert_xq .introduce .ms_img {
  width: 240px;
  height: 318px;
  float: left;
}

.expert_xq_bg .expert_xq .introduce .ms_img img {
  width: 240px;
  height: 318px;
  object-fit: contain;
}

.expert_xq_bg .expert_xq .introduce .txt {
  width: 830px;
  float: right;
}

.expert_xq_bg .expert_xq .introduce .txt h5 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin: 20px 0 10px 0;
}

.expert_xq_bg .expert_xq .introduce .txt span {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 70px;
  font-weight: bold;
  font-size: 16px;
}

.expert_xq_bg .expert_xq .introduce .txt p {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 24px;
  border-top: 1px solid #dcdee1;
  padding-top: 50px;
  margin-top: 30px;
}

.expert_xq_bg .expert_xq .ms {
  margin-top: 50px;
}

.expert_xq_bg .expert_xq .ms h5 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}

.expert_xq_bg .expert_xq .ms p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.expert_xq_bg .expert_xq .science {
  margin-top: 60px;
}

.expert_xq_bg .expert_xq .science .science_t {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dcdee1;
}

.expert_xq_bg .expert_xq .science .science_t ul li {
  float: left;
  width: 120px;
  height: 50px;
  margin-right: 20px;
  text-align: center;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}

.expert_xq_bg .expert_xq .science .science_t ul li:hover {
  border-bottom: 2px solid #0167ab;
}

.expert_xq_bg .expert_xq .science .science_t ul li:hover>a {
  color: #0167ab;
}

.expert_xq_bg .expert_xq .science .science_t ul li.on {
  border-bottom: 2px solid #0167ab;
}

.expert_xq_bg .expert_xq .science .science_t ul li.on>a {
  color: #0167ab;
}

.expert_xq_bg .expert_xq .science .science_t ul li a {
  font-size: 18px;
  color: #333;
}

.expert_xq_bg .expert_xq .science .science_box {
  margin-top: 10px;
}

.expert_xq_bg .expert_xq .science .science_box ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dcdee1;
}

.expert_xq_bg .expert_xq .science .science_box ul li:hover>a {
  color: #0167ab;
  transform: translateY(5px);
}

.expert_xq_bg .expert_xq .science .science_box ul li a {
  float: left;
  font-size: 14px;
  color: #333;
  width: 800px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.expert_xq_bg .expert_xq .science .science_box ul li span {
  float: right;
  font-size: 14px;
  color: #333;
}

.honer_box {
  width: 100%;
  height: auto;
  padding-top: 42px;
  box-sizing: border-box;
  background: #f4f5f7;
  padding-bottom: 10px;
}

.xd_honer_botm .xd_honer_botm_list>li {
  position: relative;
  float: left;
  width: 281px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.xd_honer_botm .xd_honer_botm_list>li:hover .xd_honer_botm_txt {
  background-color: #0167ab;
}

.xd_honer_botm .xd_honer_botm_list>li:hover .xd_honer_botm_txt>a {
  color: #fff;
  transform: translate(5px);
}

.xd_honer_botm .xd_honer_botm_list>li:hover .xd_honer_botm_txt>span {
  color: #fff;
}

.xd_honer_botm .xd_honer_botm_list>li:hover .xd_honer_cover {
  transform: translate(-50%);
  width: 100%;
}

.xd_honer_botm .xd_honer_botm_list>li>a {
  display: block;
  width: 100%;
  height: 197px;
}

.xd_honer_botm .xd_honer_botm_list>li>a>img {
  width: 100%;
  height: 100%;
}

.xd_honer_botm .xd_honer_botm_list>li>.xd_honer_botm_txt {
  width: 100%;
  height: 57px;
  line-height: 57px;
  background: #fff;
  transition: all .5s;
}

.xd_honer_botm .xd_honer_botm_list>li>.xd_honer_botm_txt>a {
  float: left;
  width: 175px;
  height: 100%;
  padding-left: 13px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 14px;
  transition: all .5s;
}

.xd_honer_botm .xd_honer_botm_list>li>.xd_honer_botm_txt span {
  float: right;
  width: 100px;
  height: 100%;
  padding-right: 5px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
  font-size: 14px;
  transition: all .5s;
}

.xd_honer_botm .xd_honer_botm_list>li .xd_honer_cover {
  position: absolute;
  width: 0;
  height: 197px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.5s ease-in-out;
}

.xd_honer_botm .xd_honer_botm_list>li .xd_honer_cover>a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/honer_add.png) center no-repeat rgba(0, 0, 0, 0.6);
}

.xd_honer_botm .xd_honer_botm_list>li:nth-child(4n) {
  margin-right: 0;
}

.ks_box {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background: #f4f5f7;
}

.xd_zk_bottom .xd_zkbotm_item1 .xd_tit {
  padding-left: 60px;
  background: url(../images/ks_tit1.png) left center no-repeat;
}

.xd_zk_bottom .xd_zkbotm_item1 .xd_tit h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0167ab;
  line-height: 20px;
  margin-bottom: 12px;
}

.xd_zk_bottom .xd_zkbotm_item1 .xd_tit h4 {
  font-family: Arial;
  font-size: 14px;
  color: #0167ab;
  line-height: 14px;
}

.xd_zk_bottom .xd_zkbotm_item1 .xd_zk_botm_list {
  margin-top: 28px;
}

.xd_zk_bottom .xd_zkbotm_item1 .xd_zk_botm_list>li {
  float: left;
  width: 230px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: solid 1px #dedede;
  margin-right: 10px;
  margin-bottom: 14px;
  transition: all .5s;
}

.xd_zk_bottom .xd_zkbotm_item1 .xd_zk_botm_list>li:hover {
  transform: translate(5px);
}

.xd_zk_bottom .xd_zkbotm_item1 .xd_zk_botm_list>li:hover a {
  color: #0167ab;
}

.xd_zk_bottom .xd_zkbotm_item1 .xd_zk_botm_list>li>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
  background: url(../images/ks_more.png) 210px center no-repeat;
}

.xd_zk_bottom .xd_zkbotm_item1 .xd_zk_botm_list>li:nth-child(5n) {
  margin-right: 0;
}

.xd_zk_bottom .xd_zkbotm_item2 {
  margin-top: 50px;
}

.xd_zk_bottom .xd_zkbotm_item2 .xd_tit {
  background: url(../images/ks_tit2.png) left center no-repeat;
}

.hlyd {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  background: #f4f5f7;
}

.hlyd .hl_tit {
  text-align: center;
}

.hlyd .hl_tit>h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.hlyd .hl_tit>h4 {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
}

.hlyd .hlyd_main .hl_intro .hl_intro_view {
  width: 560px;
  height: 359px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.hlyd .hlyd_main .hl_intro .hl_intro_view>a {
  display: block;
  width: 100%;
  height: 100%;
}

.hlyd .hlyd_main .hl_intro .hl_intro_view img {
  width: 560px;
  height: 359px;
}

.hlyd .hlyd_main .hl_intro .hl_intro_txt {
  width: 640px;
  height: 359px;
  padding: 48px 50px 0 35px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.hlyd .hlyd_main .hl_intro .hl_intro_txt>h3 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hlyd .hlyd_main .hl_intro .hl_intro_txt>h3>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hlyd .hlyd_main .hl_intro .hl_intro_txt>h4 {
  width: 550px;
  margin: 0 auto;
  color: #333333;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 50px;
}

.hlyd .hlyd_main .hl_intro .hl_intro_txt>a {
  display: block;
  width: 104px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #0167ab;
  font-size: 14px;
  border-radius: 5px;
  border: solid 1px #0167ab;
}

.hlyd .hlyd_main .hl_intro .hl_intro_txt>a:hover {
  background: #0167ab;
  color: #fff;
}

.hlyd .hlyd_main .hl_news {
  margin-top: 50px;
}

.hlyd .hlyd_main .hl_news .hl_news_con {
  margin-top: 35px;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li {
  float: left;
  width: 380px;
  height: 445px;
  background-color: #ffffff;
  margin-right: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0 10px;
  transition: all 0.5s ease-in-out;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li:hover {
  transform: translateY(-5px);
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li:hover>h3>a {
  color: #0167ab;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li:hover>a {
  background: #0167ab;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li .hl_news_view>a {
  display: block;
  width: 100%;
  height: 225px;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li .hl_news_view img {
  width: 380px;
  height: 225px;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li>h3 {
  width: 336px;
  margin: 15px auto 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li>h3>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li>h4 {
  width: 336px;
  margin: 0 auto 20px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li>a {
  display: block;
  width: 96px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  color: #999999;
  border-radius: 5px;
  margin-left: 13px;
  border: solid 1px #dddddd;
}

.hlyd .hlyd_main .hl_news .hl_news_con .hl_news_list>li:nth-last-child(1) {
  margin-right: 0;
}

.hlyd .hlyd_main .hl_jy {
  margin-top: 40px;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con {
  margin-top: 42px;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li {
  float: left;
  width: 585px;
  height: 112px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-right: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li:hover .hl_jy_view>a {
  transform: translate(-5px);
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li:hover .hl_jy_txt>h3>a {
  color: #0167ab;
  transform: translate(5px);
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li .hl_jy_view {
  width: 146px;
  height: 82px;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li .hl_jy_view>a {
  display: block;
  width: 100%;
  height: 100%;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li .hl_jy_view img {
  width: 146px;
  height: 82px;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li .hl_jy_txt {
  width: 377px;
  margin-left: 20px;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li .hl_jy_txt>h3 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li .hl_jy_txt>h3>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li .hl_jy_txt>h4 {
  width: 100%;
  line-height: 25px;
  height: 50px;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
}

.hlyd .hlyd_main .hl_jy .hl_jy_con .hl_jy_list>li:nth-child(2n) {
  margin-right: 0;
}

.hlyd .hlyd_main .hl_ph .hl_ph_con {
  margin-top: 30px;
}

.hlyd .hlyd_main .hl_ph .hl_ph_con .hl_ph_list>li {
  float: left;
  width: 380px;
  margin-right: 30px;
}

.hlyd .hlyd_main .hl_ph .hl_ph_con .hl_ph_list>li:hover>a>img {
  transform: scale(1.2);
  border: solid 5px transparent;
}

.hlyd .hlyd_main .hl_ph .hl_ph_con .hl_ph_list>li:hover .hl_ph_txt>a {
  color: #0167ab;
  letter-spacing: 3px;
}

.hlyd .hlyd_main .hl_ph .hl_ph_con .hl_ph_list>li>a {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.hlyd .hlyd_main .hl_ph .hl_ph_con .hl_ph_list>li>a>img {
  width: 100%;
  height: 100%;
  border: solid 5px #ffffff;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  transition: all 0.5s ease-in-out;
}

.hlyd .hlyd_main .hl_ph .hl_ph_con .hl_ph_list>li .hl_ph_txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.hlyd .hlyd_main .hl_ph .hl_ph_con .hl_ph_list>li .hl_ph_txt>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hlyd .hlyd_main .hl_ph .hl_ph_con .hl_ph_list>li:nth-last-child(1) {
  margin-right: 0;
}

.hlyd .hlyd_main .hl_control {
  margin-top: 40px;
}

.hlyd .hlyd_main .hl_control .hl_control_con {
  margin-top: 43px;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li {
  position: relative;
  float: left;
  width: 580px;
  height: 111px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-right: 39px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  z-index: 1;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0167ab;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li:hover::after {
  width: 100%;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li:hover .hl_con_time {
  color: #fff;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li:hover .hl_con_time>h5,
.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li:hover .hl_con_time>span {
  color: #fff;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li:hover .hl_con_txt>h3>a {
  color: #fff;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li:hover .hl_con_txt>h4 {
  color: #fff;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li .hl_con_time {
  width: 92px;
  height: 73px;
  margin-top: 19px;
  text-align: center;
  font-family: Arial;
  border-right: 1px solid #dedede;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li .hl_con_time>h5 {
  font-size: 50px;
  line-height: 50px;
  color: #999999;
  transition: all 0.5s ease-in-out;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li .hl_con_time>span {
  font-size: 14px;
  color: #999999;
  transition: all 0.5s ease-in-out;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li .hl_con_txt {
  width: 430px;
  margin-right: 32px;
  margin-top: 15px;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li .hl_con_txt>h3 {
  width: 100%;
  height: 20px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 13px;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li .hl_con_txt>h3>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li .hl_con_txt>h3>a:hover {
  transform: translate(5px);
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li .hl_con_txt>h4 {
  width: 100%;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  transition: all 0.5s ease-in-out;
}

.hlyd .hlyd_main .hl_control .hl_control_con .hl_control_list>li:nth-child(2n) {
  margin-right: 0;
}

.ks_intro {
  width: 100%;
  height: auto;
  background: #f4f5f7;
  padding: 40px 0 52px;
}

.ks_intro .ks_tit {
  text-align: center;
}

.ks_intro .ks_tit>h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.ks_intro .ks_tit>h4 {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
}

.ks_intro .ks_intro_top {
  height: 429px;
  background-color: #ffffff;
}

.ks_intro .ks_intro_top .ks_intro_view {
  width: 560px;
  height: 429px;
}

.ks_intro .ks_intro_top .ks_intro_view>a {
  width: 100%;
  height: 100%;
}

.ks_intro .ks_intro_top .ks_intro_view img {
  width: 560px;
  height: 429px;
}

.ks_intro .ks_intro_top .ks_intro_txt {
  width: 569px;
  margin-right: 33px;
  margin-top: 40px;
}

.ks_intro .ks_intro_top .ks_intro_txt .ks_intro_tit {
  margin-bottom: 70px;
}

.ks_intro .ks_intro_top .ks_intro_txt .ks_intro_tit>h3 {
  float: left;
  color: #333333;
  font-size: 24px;
}

.ks_intro .ks_intro_top .ks_intro_txt .ks_intro_tit>a {
  float: right;
  width: 94px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #0167ab;
  font-size: 14px;
  border: solid 1px #0167ab;
  border-radius: 5px;
}

.ks_intro .ks_intro_top .ks_intro_txt>h4 {
  width: 100%;
  line-height: 30px;
  height: 240px;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
}

.ks_intro .ks_zj {
  margin-top: 52px;
}

.ks_intro .ks_zj .h-doctorList {
  width: 1200px;
  margin: 45px auto 0;
}

.ks_intro .ks_zj .h-doctorList ul {
  margin-right: -26px;
}

.ks_intro .ks_zj .h-doctorList ul li {
  width: 278px;
  height: 545px;
  margin: 26px 26px 0 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  float: left;
  border: 1px solid #dedede;
}

.ks_intro .ks_zj .h-doctorList ul li .h-pic {
  display: block;
  width: 280px;
  height: 330px;
  position: relative;
  left: -1px;
  top: -1px;
  overflow: hidden;
}

.ks_intro .ks_zj .h-doctorList ul li .h-pic img {
  width: 280px;
}

.ks_intro .ks_zj .h-doctorList ul li .h-text {
  position: relative;
  width: 280px;
  height: 219px;
  overflow: hidden;
  border-top: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.ks_intro .ks_zj .h-doctorList ul li .h-text .name {
  width: 237px;
  margin-top: 34px;
  margin-left: 21px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.ks_intro .ks_zj .h-doctorList ul li .h-text .post {
  width: 237px;
  height: 14px;
  margin: 10px 21px 0;
  line-height: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ks_intro .ks_zj .h-doctorList ul li .h-text .h-line {
  display: block;
  width: 237px;
  height: 1px;
  margin: 20px 21px 0;
  background-color: #dedede;
}

.ks_intro .ks_zj .h-doctorList ul li .h-text .h-info {
  height: 48px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin: 16px 21px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ks_intro .ks_zj .h-doctorList ul li .h-text .h-more {
  height: 14px;
  margin: 24px 21px 0;
}

.ks_intro .ks_zj .h-doctorList ul li .h-text .h-more .tmore {
  display: block;
  width: 0;
  height: 14px;
  float: left;
  line-height: 14px;
  color: #0167ab;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.ks_intro .ks_zj .h-doctorList ul li .h-text .h-more .tarrow {
  display: block;
  width: 5px;
  height: 14px;
  float: left;
  margin-left: 12px;
  background: url(../images/h-doc_arrow.png) 0 0 no-repeat;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.ks_intro .ks_zj .h-doctorList ul li .h-text .bline {
  display: block;
  width: 0%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0167ab;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.ks_intro .ks_zj .h-doctorList ul li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
}

.ks_intro .ks_zj .h-doctorList ul li:hover .h-text {
  background: #fff;
}

.ks_intro .ks_zj .h-doctorList ul li:hover .h-text .name {
  color: #0167ab;
}

.ks_intro .ks_zj .h-doctorList ul li:hover .h-text .h-more .tmore {
  width: 58px;
  opacity: 1;
}

.ks_intro .ks_zj .h-doctorList ul li:hover .h-text .h-more .tarrow {
  background-position-y: -14px;
}

.ks_intro .ks_zj .h-doctorList ul li:hover .h-text .bline {
  width: 100%;
  opacity: 1;
}

.ks_intro .ks_dt {
  margin-top: 42px;
}

.ks_intro .ks_dt .ks_dt_con {
  margin-top: 40px;
}

.ks_intro .ks_dt .ks_dt_con .ks_dt_view {
  width: 550px;
  height: 395px;
}

.ks_intro .ks_dt .ks_dt_con .ks_dt_view:hover>a>img {
  transform: scale(1.2);
}

.ks_intro .ks_dt .ks_dt_con .ks_dt_view>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ks_intro .ks_dt .ks_dt_con .ks_dt_view img {
  width: 550px;
  height: 395px;
  transition: all 0.5s ease-in-out;
}

.ks_intro .ks_dt .ks_dt_con .ks_dt_txt {
  width: 650px;
  height: 395px;
  padding-top: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.ks_intro .ks_dt .ks_dt_con .ks_dt_txt .ks_dt_list>li {
  width: 591px;
  height: 55px;
  margin: 0 auto;
  line-height: 55px;
  border-bottom: solid 1px #dfdfdf;
}

.ks_intro .ks_dt .ks_dt_con .ks_dt_txt .ks_dt_list>li:hover>a {
  color: #0167ab;
  transform: translate(5px);
}

.ks_intro .ks_dt .ks_dt_con .ks_dt_txt .ks_dt_list>li>a {
  float: left;
  width: 490px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 14px;
}

.ks_intro .ks_dt .ks_dt_con .ks_dt_txt .ks_dt_list>li>span {
  width: 70px;
  float: right;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
  font-size: 14px;
}

.ks_intro .ks_enviro {
  margin-top: 38px;
}

.ks_intro .ks_enviro .ks_enviro_view {
  margin-top: 36px;
}

.ks_intro .ks_enviro .ks_enviro_view .ks_enviro_list>li {
  position: relative;
  float: left;
  width: 390px;
  height: 220px;
  margin-right: 15px;
  transition: all 0.5s ease-in-out;
}

.ks_intro .ks_enviro .ks_enviro_view .ks_enviro_list>li:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
  transform: translateY(-5px);
}

.ks_intro .ks_enviro .ks_enviro_view .ks_enviro_list>li:hover .ks_enviro_cover::after {
  height: 100%;
}

.ks_intro .ks_enviro .ks_enviro_view .ks_enviro_list>li>a {
  display: block;
  width: 100%;
  height: 100%;
}

.ks_intro .ks_enviro .ks_enviro_view .ks_enviro_list>li img {
  width: 390px;
  height: 220px;
}

.ks_intro .ks_enviro .ks_enviro_view .ks_enviro_list>li .ks_enviro_cover {
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.ks_intro .ks_enviro .ks_enviro_view .ks_enviro_list>li .ks_enviro_cover::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  position: absolute;
  content: "";
  background: rgba(1, 103, 171, 0.5);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.ks_intro .ks_enviro .ks_enviro_view .ks_enviro_list>li .ks_enviro_cover>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ks_intro .ks_enviro .ks_enviro_view .ks_enviro_list>li:nth-last-child(1) {
  margin-right: 0;
}

.hospi_aboutbox {
  width: 100%;
  padding-bottom: 30px;
}

.hospi_aboutbox .hospi_tit {
  text-align: center;
}

.hospi_aboutbox .hospi_tit>h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.hospi_aboutbox .hospi_tit>h4 {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
}

.hospi_aboutbox .hospi_ab {
  width: 100%;
  height: 591px;
  padding-top: 47px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.hospi_aboutbox .hospi_ab .hos_ab_main h3 {
  height: 31px;
  line-height: 31px;
  font-size: 30px;
  font-weight: bold;
  color: #0167ab;
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px solid #0167ab;
  margin-bottom: 16px;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_view {
  width: 670px;
  height: 431px;
  background-color: #ffffff;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_view>img {
  display: block;
  margin: 10px auto;
  width: 650px;
  height: 411px;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt {
  width: 494px;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hospi_txt_tit {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #dedede;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hospi_txt_tit>h3 {
  float: left;
  height: 17px;
  line-height: 17px;
  font-size: 18px;
  color: #0167ab;
  border-left: 1px solid #0167ab;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hospi_txt_tit>a {
  float: right;
  color: #666666;
  font-size: 14px;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hospi_txt_tit>a:hover {
  color: #0167ab;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt>h4 {
  width: 100%;
  line-height: 35px;
  height: 245px;
  color: #666666;
  overflow: hidden;
  font-size: 14px;
  margin-top: 25px;
  text-indent: 2em;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hos_ab_list {
  margin-top: 10px;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hos_ab_list>ul li {
  position: relative;
  float: left;
  width: 164px;
  height: 114px;
  background-color: #0167ab;
  transition: all 0.5s ease-in-out;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hos_ab_list>ul li:hover {
  transform: translateY(-5px);
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hos_ab_list>ul li>a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 72px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hos_ab_list>ul>li:nth-child(1)>a {
  background: url(../images/hos_ab_ico1.png) center 25px no-repeat;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hos_ab_list>ul>li:nth-child(1)::after {
  content: "";
  right: 0;
  top: 22px;
  position: absolute;
  width: 1px;
  height: 63px;
  background: #2284dd;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hos_ab_list>ul>li:nth-child(2)>a {
  background: url(../images/hos_ab_ico2.png) center 25px no-repeat;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hos_ab_list>ul>li:nth-child(2)::after {
  content: "";
  right: 0;
  top: 22px;
  position: absolute;
  width: 1px;
  height: 63px;
  background: #2284dd;
}

.hospi_aboutbox .hospi_ab .hos_ab_main .hos_ab_con .hospi_ab_txt .hos_ab_list>ul>li:nth-child(3)>a {
  background: url(../images/hos_ab_ico3.png) center 25px no-repeat;
}

.hospi_aboutbox .hospi_honer {
  width: 100%;
  height: 541px;
  padding-top: 50px;
  box-sizing: border-box;
  background-color: #0167ab;
}

.hospi_aboutbox .hospi_honer .hospi_honer_tit {
  text-align: center;
  color: #ffffff;
}

.hospi_aboutbox .hospi_honer .hospi_honer_tit>h3 {
  font-size: 20px;
  font-weight: bold;
}

.hospi_aboutbox .hospi_honer .hospi_honer_tit>h4 {
  font-size: 14px;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view {
  position: relative;
  margin-top: 40px;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hospi_view_list>li {
  float: left;
  width: 360px;
  margin-right: 60px;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hospi_view_list>li:hover>a>img {
  transform: scale(1.2);
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hospi_view_list>li:hover .hospi_txt>a {
  letter-spacing: 3px;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hospi_view_list>li>a {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #99d3fa;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hospi_view_list>li>a>img {
  display: block;
  width: 340px;
  height: 230px;
  margin: 10px auto;
  transition: all 0.5s ease-in-out;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hospi_view_list>li .hospi_txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hospi_view_list>li .hospi_txt>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hos_honer_prev,
.hospi_aboutbox .hospi_honer .hospi_honer_view .hos_honer_next {
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  top: 100px;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hos_honer_prev {
  left: -82px;
  background: url(../images/hos_honer_prev.png) center no-repeat;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view .hos_honer_next {
  right: -82px;
  background: url(../images/hos_honer_next.png) center no-repeat;
}

.hospi_aboutbox .hospi_honer .hospi_honer_view>a {
  display: block;
  width: 180px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  margin: 30px auto 0;
  border: solid 1px #2284dd;
}

.hospi_aboutbox .ks_zj {
  margin-top: 52px;
}

.hospi_aboutbox .ks_zj .h-doctorList {
  width: 1200px;
  margin: 45px auto 0;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li {
  width: 275px;
  height: 458px;
  margin: 10px 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  float: left;
  border: 1px solid #dedede;
  box-sizing: border-box;
  cursor: url(../images/mouse_bg.png), default;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-pic {
  display: block;
  width: 100%;
  height: 241px;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-pic img {
  width: 100%;
  height: 241px;
  cursor: url(../images/mouse_bg.png), default;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-text {
  position: relative;
  width: 100%;
  height: 219px;
  overflow: hidden;
  border-top: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-text .name {
  width: 237px;
  margin-top: 34px;
  margin-left: 21px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-text .post {
  width: 237px;
  height: 14px;
  margin: 10px 21px 0;
  line-height: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-text .h-line {
  display: block;
  width: 237px;
  height: 1px;
  margin: 20px 21px 0;
  background-color: #dedede;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-text .h-info {
  height: 48px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin: 16px 21px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-text .h-more {
  height: 14px;
  margin: 24px 21px 0;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-text .h-more .tmore {
  display: block;
  width: 0;
  height: 14px;
  float: left;
  line-height: 14px;
  color: #0167ab;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-text .h-more .tarrow {
  display: block;
  width: 5px;
  height: 14px;
  float: left;
  margin-left: 12px;
  background: url(../images/h-doc_arrow.png) 0 0 no-repeat;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li .h-text .bline {
  display: block;
  width: 0%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0167ab;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
}

.hospi_aboutbox .ks_zj .h-doctorList ul li:hover .h-text .name {
  color: #0167ab;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li:hover .h-text .h-more .tmore {
  width: 58px;
  opacity: 1;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li:hover .h-text .h-more .tarrow {
  background-position-y: -14px;
}

.hospi_aboutbox .ks_zj .h-doctorList ul li:hover .h-text .bline {
  width: 100%;
  opacity: 1;
}

.hospi_aboutbox .hospi_enjoy {
  margin-top: 44px;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view {
  position: relative;
  margin-top: 36px;
  height: 409px;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li {
  position: relative;
  float: left;
  width: 286px;
  height: 197px;
  margin-right: 20px;
  margin-bottom: 17px;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li:hover>a>img {
  transform: scale(1.2);
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li:hover .hospi_enjoy_txt {
  height: 100%;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li>a>img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li .hospi_enjoy_txt {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 197px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li .hospi_enjoy_txt>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li:nth-child(3) {
  position: absolute;
  right: 0;
  width: 592px;
  height: 409px;
  line-height: 409px;
  margin-right: 0;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li:nth-child(3) .hospi_enjoy_txt {
  line-height: 409px;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li:nth-child(4) {
  position: absolute;
  left: 0;
  top: 214px;
}

.hospi_aboutbox .hospi_enjoy .hopi_enjoy_view .hospi_enjoy_list>li:nth-child(5) {
  position: absolute;
  left: 305px;
  top: 214px;
}

.zj_team_bxo {
  width: 100%;
  height: auto;
  padding-top: 36px;
  background: #f4f5f7;
  padding-bottom: 40px;
}

.zj_team_bxo .h-doctorList {
  width: 1200px;
}

.zj_team_bxo .h-doctorList ul {
  margin-right: -26px;
}

.zj_team_bxo .h-doctorList ul li {
  width: 278px;
  height: 548px;
  margin: 30px 26px 0 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  float: left;
  border: 1px solid #dedede;
}

.zj_team_bxo .h-doctorList ul li .h-pic {
  display: block;
  width: 280px;
  height: 341px;
  position: relative;
  left: -1px;
  top: -1px;
}

.zj_team_bxo .h-doctorList ul li .h-pic img {
  width: 280px;
  height: 360px;
  object-fit: contain;
}

.zj_team_bxo .h-doctorList ul li .h-text {
  position: relative;
  width: 280px;
  height: 219px;
  overflow: hidden;
  border-top: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.zj_team_bxo .h-doctorList ul li .h-text .name {
  width: 237px;
  margin-top: 34px;
  margin-left: 21px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.zj_team_bxo .h-doctorList ul li .h-text .post {
  width: 237px;
  height: 14px;
  margin: 10px 21px 0;
  line-height: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zj_team_bxo .h-doctorList ul li .h-text .h-line {
  display: block;
  width: 237px;
  height: 1px;
  margin: 20px 21px 0;
  background-color: #dedede;
}

.zj_team_bxo .h-doctorList ul li .h-text .h-info {
  height: 48px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin: 16px 21px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zj_team_bxo .h-doctorList ul li .h-text .h-more {
  height: 14px;
  margin: 24px 21px 0;
}

.zj_team_bxo .h-doctorList ul li .h-text .h-more .tmore {
  display: block;
  width: 0;
  height: 14px;
  float: left;
  line-height: 14px;
  color: #0167ab;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.zj_team_bxo .h-doctorList ul li .h-text .h-more .tarrow {
  display: block;
  width: 5px;
  height: 14px;
  float: left;
  margin-left: 12px;
  background: url(../images/h-doc_arrow.png) 0 0 no-repeat;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.zj_team_bxo .h-doctorList ul li .h-text .bline {
  display: block;
  width: 0%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0167ab;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.zj_team_bxo .h-doctorList ul li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
}

.zj_team_bxo .h-doctorList ul li:hover .h-text {
  background: #fff;
}

.zj_team_bxo .h-doctorList ul li:hover .h-text .name {
  color: #0167ab;
}

.zj_team_bxo .h-doctorList ul li:hover .h-text .h-more .tmore {
  width: 58px;
  opacity: 1;
}

.zj_team_bxo .h-doctorList ul li:hover .h-text .h-more .tarrow {
  background-position-y: -14px;
}

.zj_team_bxo .h-doctorList ul li:hover .h-text .bline {
  width: 100%;
  opacity: 1;
}

/*患者之家*/
.mt-tableBox {
  width: 100%;
  height: auto;
  padding: 33px 0 40px;
  background: #f4f5f7;
}

.mt-tableBox .mt-ans {
  width: 851px;
}

/*有问必答*/
.mt-tableBox .mt-table {
  width: 100%;
}

.mt-tableBox .mt-table-tit {
  width: 100%;
  border-bottom: 1px solid #dedede;
  height: 30px;
  margin-bottom: 27px;
}

.mt-tableBox .mt-table-tit p {
  padding-left: 35px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  width: 100px;
  padding-bottom: 5px;
  border-bottom: 4px solid #0167ab;
  box-sizing: border-box;
  background: url(../images/mt-wen-tu.png) no-repeat 0 4px;
}

.mt-tableBox .mt-table table a {
  display: block;
}

.mt-tableBox .mt-table table {
  border: 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

.mt-tableBox .mt-table table th {
  border: 0;
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(0deg, #0167ab 0%, #0167ab 100%), linear-gradient(#0167ab, #0167ab);
  background-blend-mode: normal,
    normal;
  height: 51px;
  font-weight: normal;
}

.mt-tableBox .mt-table table .mt-th1 {
  width: 130px;
}

.mt-tableBox .mt-table table .mt-th2 {
  width: 250px;
}

.mt-tableBox .mt-table table .mt-th3 {
  width: 170px;
}

.mt-tableBox .mt-table table .mt-th4 {
  width: 170px;
}

.mt-tableBox .mt-table table .mt-th5 {
  width: 127px;
}

.mt-tableBox .mt-table table tr td {
  border: 0;
  line-height: 51px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.mt-tr1,
.mt-tr3,
.mt-tr5,
.mt-tr7,
.mt-tr9 {
  background: #fff;
}

.mt-tr2,
.mt-tr4,
.mt-tr6,
.mt-tr8,
.mt-tr10 {
  background: #e3f1fa;
}

/*留言*/
.mt-ans .mt-F {
  width: 100%;
  background: #ffffff;
  margin-top: 13px;
  padding-bottom: 30px;
}

.mt-ans .mt-F .mt-text {
  width: 796px;
  margin: 0 auto;
  padding: 25px 0 32px;
}

.mt-ans .mt-text li {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}

.mt-ans .mt-text li p {
  width: 95%;
}

.mt-ans .mt-form {
  width: 730px;
  background: #fff;
  margin: 0 auto;
  padding: 24px 25px;
}

.mt-ans .mt-form ul {
  border: 1px solid #e0e0e0;
  width: 730px;
  /*height: 607px;*/
  box-sizing: border-box;
}

.mt-ans .mt-form li {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  line-height: 40px;
}

.mt-ans .mt-form li p {
  width: 185px;
  height: 41px;
  border-right: 1px solid #e0e0e0;
  box-sizing: border-box;
  text-align: right;
  padding-right: 15px;
  font-size: 14px;
  color: #333;
}

.mt-ans .mt-form li .mt-li {
  padding-left: 20px;
  width: 500px;
}

.mt-ans .mt-form li .ss-text {
  width: 500px;
  height: 40px;
  background: none;
  color: #999;
  font-size: 14px;
}

.mt-ans .mt-form li .mt-li .six {
  margin-right: 25px;
}

.mt-ans .mt-form li .mt-li .six input {
  margin-right: 8px;
}

.mt-ans .mt-form li .mt-li select {
  width: 141px;
  height: 26px;
  border-color: #dedede;
  font-size: 14px;
  color: #333;
}

.mt-ans .mt-form .mt-textarea {
  height: 140px;
}

.mt-ans .mt-form .mt-textarea p {
  height: 100%;
}

.mt-ans .mt-form li .mt-li textarea {
  height: 110px;
  width: 100%;
  padding: 11px 0 0;
  color: #999;
  font-size: 14px;
}

.mt-ans .mt-form li .mt-li .mt-yan {
  border: 1px solid #e0e0e0;
  width: 200px;
  height: 25px;
  box-sizing: border-box;
  float: left;
  margin-top: 8px;
}

.mt-ans .mt-form li .mt-li .mt-yanImg {
  width: 103px;
  height: 26px;
  float: left;
  margin: 8px 18px 0 11px;
}

.mt-ans .mt-form li .mt-li span {
  font-size: 14px;
  color: #999;
}

.mt-ans .mt-form li .mt-li h6 {
  font-size: 14px;
  color: #333;
}

/*侧边标题*/
.mt-tableBox .mt-da {
  width: 310px;
}

.mt-tableBox .mt-ul {
  width: 100%;
}

.mt-tableBox .mt-ul li {
  width: 100%;
  height: 110px;
  position: relative;
  z-index: 0;
}

.mt-tableBox .mt-ul li h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-top: 29px;
}

.mt-tableBox .mt-ul li h3 a {
  color: #333;
}

.mt-tableBox .mt-ul li p {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.mt-tableBox .mt-ul li .mark {
  background: #0167ab;
  opacity: .9;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mt-tableBox .mt-ul .mt-li-1 {
  background: #fff;
}

.mt-tableBox .mt-ul .mt-li-2 {
  background: #fff;
}

.mt-tableBox .mt-form .mtF-but {
  width: 170px;
  height: 35px;
  background-image: linear-gradient(0deg, #0167ab 0%, #007ed2 100%), linear-gradient(#007ba6, #007ba6);
  background-blend-mode: normal, normal;
  margin: 26px auto 40px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}

/*侧边新闻*/
.mt-tableBox .mt-new {
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  padding-bottom: 40px;
}

.mt-tableBox .mt-new-tit {
  width: 288px;
  margin: 0 auto;
  border-bottom: 2px solid #dedede;
  padding: 25px 0 16px;
}

.mt-tableBox .mt-new-tit h3 {
  font-weight: bold;
  height: 14px;
  line-height: 14px;
  font-size: 16px;
  color: #0167ab;
  padding-left: 14px;
  border-left: 3px solid #305dc3;
}

.mt-tableBox .mt-new-tit h3>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0167ab;
}

.mt-tableBox .mt-new-lie {
  width: 282px;
  margin: 20px auto 0;
}

.mt-tableBox .mt-new-lie li {
  width: 100%;
  height: 50px;
  margin-top: 13px;
  border-bottom: 1px dashed #dedede;
}

.mt-tableBox .mt-new-lie li a {
  display: block;
  width: 94%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .6s;
  margin-bottom: 5px;
}

.mt-tableBox .mt-new-lie li span {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
  font-size: 14px;
  margin-bottom: 5px;
}

.mt-tableBox .mt-new-lie li:hover a {
  color: #0167ab;
  transform: translate(5px);
}

.mt-table-hot .mark {
  display: block !important;
}

.mt-table-hot h3 {
  color: #fff !important;
}

.mt-table-hot h3>a {
  color: #fff !important;
}

.mt-table-hot p {
  color: #fff !important;
}

.mt-T2 {
  display: none;
}

.mt-T {
  margin-bottom: 40px;
}

/* // 留言展示 S */
/*患者留言显示*/
.mt-show {
  width: 851px;
  margin-top: 24px;
}

.mt-showBox {
  width: 100%;
  height: 668px;
  background-color: #fff;
  padding-top: 23px;
}

.mt-liuBox {
  width: 780px;
  height: 645px;
  background-color: #ffffff;
  margin: 0 auto;
}

.mt-liuBox .mt-liuT {
  width: 711px;
  margin: 0 auto;
  padding: 55px 0 36px;
}

.mt-liuBox .mt-liuT li {
  width: 100%;
  line-height: 50px;
  border-bottom: 1px dashed #dedede;
}

.mt-liuBox .mt-liuT li span {
  margin-left: 47px;
  width: 70px;
  text-align: right;
  margin-right: 5px;
}

.mt-liuBox .mt-liuT li p {
  width: 560px;
  font-size: 14px;
  color: #666;
}

.mt-liuBox .mt-liuT .mt-liu4 p {
  line-height: 30px;
  margin-top: 10px;
}

.mt-liuBox .mt-liuT .mt-liu1 p {
  color: #0167ab;
}

.mt-liuBox .mt-da {
  width: 710px;
  height: 265px;
  background-color: #e3f1fa;
  margin: 0 auto;
}

.mt-liuBox .mt-da .mt-daL {
  width: 110px;
  height: 110px;
  border: solid 5px #ffffff;
  box-sizing: border-box;
  margin: 43px 32px 0 21px;
}

.mt-liuBox .mt-da .mt-daL img {
  width: 100%;
  height: 100%;
}

.mt-liuBox .mt-da .mt-daR {
  margin: 43px 0 0;
  width: 516px;
}

.mt-liuBox .mt-da .mt-daR h6 {
  line-height: 30px;
  border-bottom: 1px dashed #dedede;
  font-size: 14px;
  color: #999;
  width: 100%;
}

.mt-liuBox .mt-da .mt-daR p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  height: 150px;
}

/* 留言展示 E  */

/* homer S */
/*home*/

.home {
  width: 1200px;
  margin: 0 auto;
}

.home .home_l {
  height: 55px;
  line-height: 55px;
  float: left;
  background: url(../images/buttom3.jpg) no-repeat left center;
  padding-left: 20px;
}

.home .home_l a {
  font-size: 12px;
  color: #7b7b7d;

  padding-right: 10px;
  margin: 0 5px;
}

.home .home_l a:last-child {
  background: none;
}

.home .home_r {
  float: right;
  width: 955px;
}

.home .home_r ul li {
  float: left;
  width: 185px;
  height: 55px;
  line-height: 55px;
}

.home .home_r ul li a {
  font-size: 14px;
  color: #333;
  text-align: center;
  display: block;
  transition: all .5s ease-in-out;
}

.home .home_r ul li a:hover {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  background: url(../images/buttom4.jpg) no-repeat center;
}

/* 详情页面 S */
/*details*/

.details_bg {
  width: 100%;
  margin: 0 auto;
  background: #f4f5f7;
  padding: 35px 0;
}

.details_bg .details {
  width: 1200px;
  margin: 0 auto;
}

.details_bg .details .details_l {
  width: 760px;
  float: left;
  background: #fff;
  padding: 45px;
}


.details_bg .details .details_l h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.details_bg .details .details_l h6 {
  margin: 10px auto;
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #dcdee1;
}

.details_bg .details .details_l h6 span {
  font-size: 12px;
  color: #999;
  margin-right: 15px;
}


.details_bg .details .details_l h6 img {
  margin-top: 5px;
}


.details_bg .details .details_l .txt {
  margin-top: 30px;
}

.details_bg .details .details_l .txt img {
  /* width: 760px;
  height: 372px; */
  /* margin: 0 auto 50px auto; */
}

.details_bg .details .details_l .txt p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-indent: 2em;
}

.details_bg .details .details_r {
  width: 275px;
  float: right;
  padding: 23px;
  padding-top: 0;
  background: #fff;
}


.details_bg .details .details_r h5 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  background: url(../images/buttom7.jpg) no-repeat left center;
  padding-left: 10px;
  border-bottom: 1px solid #dcdee1;
  line-height: 50px;

}

.details_bg .details .details_r ul li {
  height: 40px;
  padding: 10px;
  border-bottom: 1px dashed #dcdee1;
}

.details_bg .details .details_r ul li:hover p {
  transform: translate(5px);
}

.details_bg .details .details_r ul li:hover p a {
  color: #0167ab;
}

.details_bg .details .details_r ul li p {
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .5s ease-in-out;
}


.details_bg .details .details_r ul li span {
  font-size: 14px;
  color: #999;
}

.fenxiang {
  display: inline-block;
  vertical-align: middle;
}

/* 新闻中心 S */
/*ks_news*/

.ks_news_bg {
  width: 100%;
  height: 535px;
  margin: 0 auto;
  background: #f4f5f7;
}

.ks_news_bg .ks_news {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

.ks_news_bg .ks_news .news_l {
  width: 721px;
  height: 317px;
  border: 2px solid #e5e5e5;
  float: left;
}

.ks_news_bg .ks_news .news_l .news_img img {
  width: 474px;
  height: 317px;
  float: left;
}

.ks_news_bg .ks_news .news_l .txt {
  width: 205px;
  float: right;
  margin-right: 10px;
}


.ks_news_bg .ks_news .news_l .txt h5 a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 60px 0 25px 0;
}

.ks_news_bg .ks_news .news_r ul li h5 a:hover {
  color: #0167ab;
  transform: translateY(-5px);
}

.ks_news_bg .ks_news .news_l .txt h5 a:hover {
  color: #0167ab;
  transform: translateY(-5px);
}


.ks_news_bg .ks_news .news_l .txt p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.ks_news_bg .ks_news .news_l .txt .more {
  width: 95px;
  height: 32px;
  line-height: 32px;
  background: #05396b;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-top: 50px;
}

.ks_news_bg .ks_news .news_r {
  width: 450px;
  float: right;
  position: relative;
}

.ks_news_bg .ks_news .news_r ul li {
  width: 386px;
  height: 106px;
  border: 2px solid #e5e5e5;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 21px;
}

.ks_news_bg .ks_news .news_r ul li h5 a {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ks_news_bg .ks_news .news_r ul li p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 10px 0;
}

.ks_news_bg .ks_news .news_r ul li span {
  font-size: 14px;
  color: #999;
  background: url(../images/time.png) no-repeat left center;
  padding-left: 30px;
  display: block;
}

.ks_news_bg .ks_news .news_r ul li i img {
  position: absolute;
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  display: block;
}


/*ks_news*/

.ks_news_list {
  width: 1200px;
  height: auto;
  margin: 50px auto 0 auto;
}

.ks_news_list ul li {
  width: 1154px;
  height: 110px;
  margin: 0 auto 40px auto;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, .08);
  padding: 22px;
  transition: all .5s ease-in-out;
}

.ks_news_list ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, .08);
}

.ks_news_list ul li:hover h5 a {
  color: #0167ab;
  transform: translate(5px);
}

.ks_news_list ul li .news_img img {
  width: 220px;
  height: 145px;
  float: left;
}

.ks_news_list ul li .txt {
  width: 900px;
  float: right;
}

.ks_news_list ul li h5 a {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ks_news_list ul li h5 a:hover {
  color: #0167ab;
  transform: translate(5px);
}

.ks_news_list ul li p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 10px 0;
}

.ks_news_list ul li .xq .time {
  background: url(../images/time.png) no-repeat left center;
  padding-left: 30px;
  font-size: 14px;
  color: #999;
  margin-right: 40px;
}

.ks_news_list ul li .xq .num {
  background: url(../images/buttom5.png) no-repeat left center;
  padding-left: 35px;
  font-size: 14px;
  color: #999;
}



/*翻页*/

/*翻页*/
.page-news {
  width: 100%;
  height: auto;
  margin: 10px auto 40px;
  text-align: center;
}

.page-news a {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #dedede;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  padding: 0 10px;
  color: #666;
  font-size: 12px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.page-news span {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #dedede;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  padding: 0 10px;
  color: #666;
}

.page-news span.current {
  color: #fff;
  border-color: #05396b;
  background-color: #05396b;
}


/* 内页 bNNER */
.ny_banner {
  width: 100%;
  margin: 0 auto;
  height: 320px;
  background: url(../images/nbanner1.jpg) no-repeat center;
  position: relative;
}

/* add_about_detail */
.add_about_detail {
  width: 100%;
  height: auto;
  padding: 26px 0;
  background: #f4f5f7;
}

.about_detail {
  background: #fff;
  padding: 45px;
}

.details_txt .txt {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-indent: 2em;
}


.bread {
  width: 1360px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
}

.content-1 {
  width: 1360px;
  margin: 0 auto;
}

.yt-clear {
  width: 320px;
  float: left;
  background: #f9f9f9;
  margin-right: 26px;
  margin-bottom: 26px;
}

.yt-clear:nth-child(4n) {
  margin-right: 0;
}

.yt-clear img {
  width: 320px;
  height: 210px;
  object-fit: cover;
}

.yt-rightcontent a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yt-rightcontent {
  padding: 15px 15px 0 15px;
  width: 290px;
}



.yt-rightcontent p {
  line-height: 30px;
  font-size: 14px;
  height: 120px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  color: #666;
  -webkit-box-orient: vertical;
}

.yt-datenum {
  margin-top: 15px;
  color: #999;
  /* padding-bottom: 10px; */
  border-top: 1px solid #fff;
  line-height: 40px;
  display: block;
  padding-left: 10px;
}

.yt-newslisttitle {
  line-height: 50px;
  color: #666;
}


.xd_honer_botm1 .xd_honer_botm_list>li .xd_honer_cover>a {
  height: auto;
}

.xd_honer_botm1 .xd_honer_botm_list>li>.xd_honer_botm_txt>a {
  width: 100%;
}

.xd_honer_botm1 .xd_honer_botm_list>li .xd_honer_cover {
  display: none;
}

.ks_news_list ul li .txt122 {
  width: 100%;
}

.bds_more{
  display: none !important;
}
