@charset "utf-8";

/* CSS Document */
body {
  color: #333
}

a {
  color: #333
}

.share_box {
  line-height: 7px;
  text-align: center;
  color: rgb(1, 88, 156);
  font-size: 0px;
  z-index: 100;
  margin: 34px 0 0 38px;
  clear: both;
  position: relative;
}

.share_box .share_title {
  /* display: block; */
  /* text-align: center; */
  color: rgb(51, 51, 51);
  font-size: 14px;
  margin: 5px 5px 0 10px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  float: left;
}

.share_box .share_title::before {
  content: '';
  display: block;
  border-top: 1px dashed #e5e5e5;
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
}

.share_box .share_title span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: #ccc;
}

.share_box .share_btn, .share_box .share_btn.share_more::after {
  line-height: 20px;
  margin: 0px 5px 20px;
  position: relative;
  width: 32px;
  height: 32px;
  /* background: #ccc; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: block;
  border-radius: 50%;
}

.share_box .share_btn i {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: 2;
  color: #fff;
}

.share_box .share_btn.share_wechat {
  background-image: url("../../images/2019/share_wechat.png");
  background-color: #ccc;
}

.share_box .share_btn.share_sina {
  background-image: url("../../images/2019/share_sina.png");
  /* background-color: #ccc; */
}

.share_box .share_btn.share_qzone {
  background-image: url("../../images/2019/share_qzone.png");
  background-color: #ccc;
}

/* .share_box .share_btn.share_copy { background-image: url("../../images/2019/share_copy.png"); background: #7dd43c;} */
.share_box .share_btn.share_more::after {
  content: "";
  background-image: url("../../images/2019/share_more.png");
  background-color: #ccc;
  position: absolute;
  border: 0px;
  left: 0px;
  margin: 0px;
}

.share_box .share_btn.share_twitter {
  background-image: url("../../images/2019/share_twitter.png");
  background-color: #ccc;
}

.share_box .share_btn.share_facebook {
  background-image: url("../../images/2019/share_facebook.png");
  background-color: #ccc;
}

.share_box .share_btn.share_linkedin {
  background-image: url("../../images/2019/shareto_linkedin.png");
  background-color: #ccc;
}

.share_box .share_btn:last-child {}

.share_box .share_btn .alert_box {
  position: absolute;
  top: 100%;
  left: 0%;
  padding: 6px;
  display: none;
  z-index: 2;
  padding: 1px;
  z-index: 10;
}

.share_box canvas {
  display: block;
  margin: 0 auto;
}

.share_box .share_btn .alert_box.on {
  display: block;
}

.share_box .share_more .share_btn {
  margin: 10px 0 0;
  border: 0px;
  /* border-radius: 0px; */
}

.share_box .share_btn:hover .alert_box {
  display: block;
}

.share_box .share_btn.share_wechat .alert_box {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 10px;
  border: 1px solid #d8d8d8;
  background: #fff;
  width: 210px;
  bottom: auto;
}

.share_box .share_btn.share_wechat .alert_box.on {
  display: block;
}

.share_box .share_btn.share_wechat .close {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  float: right;
  font-size: 16px;
  color: #333;
}

.share_box .share_btn.share_wechat .close::before {
  content: 'x';
}

.share_box .share_btn.share_wechat .title {
  line-height: 24px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 0 0 10px;
  color: #333;
}

.share_box .share_btn.share_wechat .bottom {
  color: #666;
  line-height: 22px;
  text-align: left;
  font-size: 12px;
  margin: 10px 0 0;
}

.subBanner {
  width: 100%;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.subBannerInner {
  position: relative;
  overflow: hidden;
}

.subBanner .imgResponsive {
  padding-bottom: 30.21%;
}

.subBanner img:hover {
  transform: scale(1);
}

.banner_bg {
  width: 100%;
  height: 250px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../../images/2019/banner_bg.png) repeat-x top
}

.subBanner h3 {
  width: auto;
  height: 60px;
  line-height: 60px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -800px;
  bottom: 0;
  font-weight: normal;
  z-index: 10;
}

.subBanner_bg {
  position: absolute;
  left: 0;
  height: 60px;
  background-color: #000;
  bottom: 0;
  z-index: 3;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/*面包屑*/
.bread {
  width: 1000px;
  height: auto;
  line-height: 20px;
  color: #787878;
  padding: 15px 0;
  overflow: hidden;
  font-size: 14px;
  position: absolute;
  left: 50%;
  margin-left: -230px;
  bottom: 0;
  z-index: 10;
}

.bread span {
  float: right;
  font-weight: normal;
  color: #fff;
}

.bread a {
  color: #fff;
}

.bread a.iconfont {
  color: #003b90;
}

.bread a:hover {
  text-decoration: underline;
}

.listTitle {
  padding: 16px 0;
}

.listTitle h2 {
  font-weight: normal;
}

/*二级菜单*/
.subMode {
  width: 1600px;
  margin: 0 auto;
}

.wrapSubMenu {
  background-color: #f4f4ef;
}

.subMenuList {
  font-size: 0;
  padding-top: 15px;
  text-align: center;
}

.subMenuList li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px;
}

.subMenuList li>a {
  border-bottom: 4px solid #f4f4ef;
  padding: 10px 0;
  display: block;
}

.subMenuList li a:hover, .subMenuList li.active a {
  border-color: #7f167b;
  ;
}

.subPage {
  margin: 24px auto;
  position: relative;
}

/*医院简介*/
.subMode01 .lf {
  width: 69.75%;
}

.article02 {
  font-size: 16px;
  line-height: 1.8;
  color: #666
}

.article02 .p {
  margin-bottom: 15px;
  text-indent: 2em;
  ;
}

.subMode01 .rt {
  width: 27.5%;
}

.subContact {
  box-shadow: 0 0 10px rgba(127, 22, 23, 0.2);
  background-color: #fff;
  padding-bottom: 75px;
}

.subContactList {
  padding: 30px;
}

.subContactList li {
  border-bottom: 1px dashed #d9d9d9;
  padding: 15px 0;
  color: #333
}

.subContactList li span {
  color: #666
}

.subCodeList {
  text-align: center;
  font-size: 0;
  padding-top: 15px;
}

.subCodeList li {
  width: 33.3%;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 120px;
}

.subCodeList li>div {
  margin: 0 16px
}

.subCodeList li span {
  padding-bottom: 100%;
}

.subCodeList li strong {
  font-weight: normal;
  display: block;
  padding-top: 10px;
}

/*移动端二级导航开始*/
.phone_subNav {}

.phone-icon01 {
  width: auto;
  height: 40px;
  background-color: #7f167b;
  display: block;
}

.sub_navm {
  width: auto;
  overflow: hidden;
  display: none;
}

.sub_navm ul {
  background-color: #f4f4ef;
  text-align: left;
  width: 100%;
  overflow: hidden;
}

.sub_navm li {
  border-bottom: 1px solid #dadada;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sub_navm li .phone_toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  cursor: pointer;
}

.sub_navm li a {
  font-size: 14px;
  padding-left: 13px;
  height: 35px;
  line-height: 35px;
  display: block;
  width: 100%;
  float: left;
}

.sub_navm li dd a {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding-left: 0;
}

.sub_navm li a:hover {
  color: #0050a5;
}

.sub_navm li.sub_has span {
  margin-left: 10px;
}

.sub_navm li.on a {
  color: #003c7f;
  float: left;
  overflow: hidden;
}

.sub_navm dl {
  display: none;
  background-color: #fff;
  overflow: hidden;
  width: auto;
  clear: both;
}

.sub_navm dl dd {
  padding-left: 30px;
  line-height: 18px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}

.sub_navm dl dd:last-child {
  border-bottom: none;
}

.sub_navm li.on dl dd a {
  font-size: 13px;
  color: #444;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
  float: left;
}

.sub_navm li.on {
  border-bottom: none;
}

.sub_navm li strong {
  float: right;
  width: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #b8b8b8;
  font-size: 18px;
}

.phone_subNav {
  display: none;
}

.phone-icon01 {
  text-align: left;
  display: block;
  padding-left: 15px;
}

.phone_subNav .mobile-inner-header-icon {
  height: 40px;
  color: #fff;
  width: 100%;
  text-align: left;
  margin-right: 0;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
}

.phone_subNav {
  width: 100%;
  overflow: hidden;
}

.phone_subNav .mobile-inner-header-icon i {
  float: right;
  margin-right: 15px;
  font-size: 16px;
  display: block;
}

.phone_subNav .mobile-inner-header-icon-click {
  right: 0
}

/*科室导航*/
.ksList {}

.ksList>li {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden
}

.ksList>li h3 {
  font-weight: normal;
  padding: 15px 0
}

.item-img07 {
  width: 300px;
  float: left;
}

.item-img07 .imgResponsive {
  padding-bottom: 62.3%;
}

.item-txt07 {
  margin-left: 320px;
  overflow: hidden;
}

.item-txt07>li {
  width: 20%;
  float: left;
  margin-bottom: 20px;
}

.item-txt07>li>a {
  display: block;
  border: 1px solid #d9d9d9;
  margin: 0 9px;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}

.item-txt07>li i {
  float: right;
  height: 100%;
  width: 30px;
  text-align: center;
  color: #d0d0d0;
  border-left: 1px solid #e6e6e6;
}

.item-txt07>li>a:hover {
  background-color: #7f167b;
  color: #fff;
}

/*就医服务*/
.TCH-list01 {
  margin: 0 -13px;
  padding-top: 16px;
}

.TCH-list01 li {
  width: 25%;
  float: left;
  margin-bottom: 23px;
}

.TCH-list01 li>a {
  display: block;
  margin: 0 13px;
  overflow: hidden;
  text-align: center;
}

.item-img08.imgResponsive {
  padding-bottom: 62.37%;
}

.item-txt08 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #da9ed0;
  padding: 0 10px;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  position: relative;
  top: -30px;
  background-color: #fff;
  min-width: 155px;
  transition: all 0.35s ease-in-out;
}

.TCH-list01 li>a:hover .item-txt08 {
  background-color: #7f167b;
  color: #fff;
}

/*列表*/
.sub_title {
  padding: 16px 0
}

.TCH-column1 {
  padding-bottom: 25px;
}

.TCH-column1 .title {
  padding: 15px 0;
}

.TCH-column1 .title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #a343c4;
  color: #fff
}

.TCH-column1 .title .more {
  float: right;
  line-height: 40px;
}

.TCH-list02 {
  margin: 0 -25px
}

.TCH-list02 li {
  width: 33.3%;
  float: left;
}

.TCH-list02 li>a {
  display: block;
  margin: 0 25px;
  border-bottom: 1px solid #e6e6e6;
  height: 59px;
  line-height: 59px;
  overflow: hidden;
  color: #666
}

.TCH-list02 li>a:hover {
  color: #7f167b;
}

.TCH-list02 li span {
  float: right;
  color: #999;
  margin-left: 10px;
}

.spaceHeight30 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}

/*通用列表*/
.TCH-list03 {
  margin: 0 -20px;
}

.TCH-list03 li {
  width: 25%;
  float: left;
  margin-bottom: 55px;
}

.TCH-list03 li>div {
  margin: 0 20px;
  background-color: #f5f5f5;
  padding: 15px 20px 0;
  position: relative;
  transition: all 0.35s ease-in-out;
}

.TCH-list03 li>div a {
  display: block;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.TCH-list03 li>div span {
  width: 98px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  position: relative;
  bottom: -16px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-family: 'Arial';
  margin: 0 auto;
  transition: all 0.35s ease-in-out;
}

/*图片列表*/
.TCH-list04 {
  margin: 0 -20px;
  padding-top: 15px;
}

.TCH-list04 li {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}

.TCH-list04 li>a {
  display: block;
  margin: 0 20px
}

.TCH-list04 li>a .imgResponsive {
  padding-bottom: 62.43%;
}

.TCH-list04 li h3 {
  color: #666;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  text-align: center;
}

/*图片新闻*/
.TCH-list05 {
  margin: 0 -20px;
  padding: 15px 0
}

.TCH-list05 li {
  width: 24%;
  /* float: left; */
  margin-bottom: 40px;
  display: inline-block;
}

.TCH-list05 li>div {
  margin: 0 10px
}

.item-img10 {
  display: block;
  padding: 15px 15px 0;
  background: #f2e6f0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.item-img10:before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 2;
}

.item-img10 .imgResponsive {
  padding-bottom: 62.35%;
  position: relative;
  z-index: 5;
}

.item-txt10 {
  margin: 0 15px;
  padding: 15px;
  background-color: #f5f5f5;
  min-height: 120px;
}

.item-txt10 h3 {
  font-weight: normal;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 6px;
}

.item-txt10 .time {
  line-height: 20px;
  color: #999;
  font-size: 14px;
  margin-bottom: 6px;
}

.item-txt10 p {
  line-height: 20px;
  color: #999;
  height: 40px;
  overflow: hidden;
}

/*文章页*/
.pageArticle {
  width: 100%;
  position: relative;
}

.articleTitle {
  padding-top: 20px;
}

.articleTitle h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
}

.articleAuthor {
  color: #999;
  text-align: center;
  font-size: 0;
  padding: 20px 0;
  margin-bottom: 5px;
}

.articleAuthor span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  color: #999;
  font-size: 14px;
}

.article {
  font-size: 16px;
  padding: 15px 0;
  line-height: 1.8;
  border-top: 4px solid #e6e6e6;
  background: #f5f5f5;
  padding: 25px;
  color: #666
}

.article strong {
  font-weight: bold;
}

.article i, .article em {
  font-style: italic;
}

.Annex {
  padding: 20px 0;
  overflow: hidden;
  clear: both;
}

.Annex h3 {
  font-size: 16px;
  color: #666;
  height: 50px;
  line-height: 50px;
  background-color: #f2f2f2;
  padding-left: 15px;
}

.Annex ul {
  overflow: hidden;
  padding: 10px 0 0 0;
}

.Annex ul li {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}

.Annex ul li span {
  margin-right: 5px;
  color: #666
}

.Annex ul li a {
  color: #666;
}

.Annex ul li a:hover {
  color: #000;
}

.articleBottom {
  padding: 16px 15px;
  background: #eaebe8;
  position: relative;
  /* overflow: hidden; */
}

.next-article {
  line-height: 28px;
  letter-spacing: 0;
  margin-right: 310px;
}

.next-article strong {
  font-weight: normal;
  color: #333;
  width: 65px;
  float: left;
}

.next-article span {
  color: #666;
  display: block;
  margin-left: 65px;
}

.next-article span a {
  color: #666;
}

.share {
  position: absolute;
  right: 0;
  top: -33px;
  /* width: 260px; */
  padding: 16px 0;
}

.share_btn {
  float: left;
  line-height: 33px;
  font-weight: normal;
  margin-right: 10px;
}

.share a {
  margin: 0 15px 0 0 !important;
  border-radius: 50% !important;
  height: 32px !important;
  text-indent: 0 !important;
}

.share .bdshare-button-style0-32 a {
  background: none;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  font-size: 18px;
}

.share a.bds_weixin {
  *background: url(../../images/2019/wechat.png) no-repeat center center #ccc;
}

.share a.bds_tsina {
  *background: url(../../images/2019/sina.png) no-repeat center center #ccc;
}

.share a.bds_qzone {
  *background: url(../../images/2019/z_qone.png) no-repeat center center #ccc;
}

.share a.bds_more {
  *background: url(../../images/2019/link.png) no-repeat center center #ccc;
}

.share a.bds_weixin:hover {
  background-color: #7dd43c;
  color: #fff
}

.share a.bds_tsina:hover {
  background-color: #d90e17;
  color: #fff
}

.share a.bds_qzone:hover {
  background-color: #47a4fc;
  color: #fff
}

.share a.bds_more:hover {
  background-color: #77a4f8;
  color: #fff
}

/*分页*/
.pages {
  text-align: center;
  overflow: hidden;
  font-size: 0;
  padding: 35px 0 45px;
}

.pages img {
  vertical-align: middle;
  width: auto;
}

.pages>span, .pages a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  width: 49px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-right: 1px solid #d2a8e0;
  font-size: 16px;
  vertical-align: top;
  border-top: 1px solid #a343c4;
  border-bottom: 1px solid #a343c4;
  margin-top: 1px;
}

.pages>span {
  color: #003c7f;
  font-size: 16px;
}

.pages a {
  border-left: none;
}

.pages a:hover {
  color: #fff;
  background-color: #a343c4;
}

.pages a.start {
  border-left: 1px solid #a343c4;
}

.pages a.end {
  border-right: 1px solid #a343c4;
  margin-right: 20px;
}

.pages a.prev, .pages a.start, .pages a.next, .pages a.end {
  width: auto;
  padding: 0 20px;
}

.pages a.prev:hover, .pages a.start:hover, .pages a.next:hover, .pages a.end:hover {
  background: #a343c4;
  color: #fff;
}

.pages a.on_pages {
  background-color: #a343c4;
  color: #fff;
}

.pages .select2 {
  border-left: 1px solid #a343c4;
  border-top: 1px solid #a343c4;
}

.pages .pageSelect {
  min-width: 68px;
  height: 44px;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border: 1px solid #a343c4;
  line-height: 44px;
  text-align: center;
  padding: 0;
  border-right: 1px solid #d2a8e0;
}

.select2-container--default .select2-selection--single {
  border: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../../images/2019/select.png) no-repeat center;
}

.select2-container .select2-selection--single {
  height: 44px;
  line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}

.pages_min {
  margin: 25px 0;
  overflow: hidden;
  display: none;
  padding: 0 18px;
  font-size: 13px;
  font-size: 1.3rem;
}

.pages_min a.prev_min, .pages_min a.next_min {
  display: block;
  width: 100px;
  height: 30px;
  float: left;
  background: #f5f5f5;
  border-radius: 3px;
  color: #a343c4;
  line-height: 30px;
  text-align: center;
}

.pages_min a.next_min {
  float: right;
}

.pages_min a:hover {
  background: #a343c4;
  color: #fff;
  transition: 0.5s;
}

/*专题列表*/
.TCH-list06 {
  margin: 0 -21px;
  padding: 15px 0 0
}

.TCH-list06>li {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}

.TCH-list06>li>div {
  margin: 0 21px;
  position: relative;
  transition: all 0.35s ease-in-out;
}

.item-img11 {
  width: 260px;
  float: left;
}

.item-img11 .imgResponsive {
  padding-bottom: 65.85%;
}

.item-txt11 {
  margin-left: 260px;
  border: 1px solid #e6e6e6;
  height: 139px;
  padding: 15px 60px 15px 20px;
  overflow: hidden;
}

.item-txt11 h3 {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 10px;
}

.topicList_mcon {
  line-height: 22px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.topicList02 {
  font-size: 12px;
}

.topicList02 li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
}

.topicList02 li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  ;
}

.topicList02 li a {
  color: #999
}

.item-more11 {
  width: 38px;
  height: 171px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 17px;
  border-left: 1px solid #e6e6e6;
  transition: all 0.35s ease-in-out;
  text-align: center;
}

.item-more11 a {
  vertical-align: middle;
  padding: 0 10px;
  display: block;
  padding-top: 48px;
  transition: all 0.35s ease-in-out;
  ;
}

/*院长信箱*/
.emailBox {
  border-left: 5px solid #ebe7d8;
  padding: 20px 35px;
  background: #f5f5f5;
  line-height: 1.5;
  margin-bottom: 20px;
}

.emailBox p, .emailBox h3 {
  margin-bottom: 10px;
}

.form-group-item {
  overflow: hidden;
  margin-bottom: 15px;
}

.form-group-item label {
  display: block;
  margin-bottom: 12px;
}

.form-group-item .form-txt {
  height: 41px;
  line-height: 39px;
  border: 1px solid #d9d9d9;
  display: block;
  padding: 2px 15px
}

.form-group-item .form-txt input {
  width: 100%;
  height: 39px;
  border: none;
  padding: 0;
  margin: 0
}

.form-group-item .form-txt textarea {
  border: none;
  width: 100%;
  padding: 15px 0
}

.form-group-item .form-txt2 {
  height: auto;
}

.form-group-item .btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #a343c4;
  display: block;
  margin: 15px auto;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.wrapRelatedReply {
  height: 50px;
  line-height: 50px;
  background: #e4d0e7;
  ;
}

.wrapRelatedReply .title h3 {
  font-weight: normal;
}

.relatedReplyList li {
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.relatedReplyList li>p {
  color: #999;
  padding: 10px 0
}

.relatedReplyList li>p span {
  margin-right: 70px;
}

.relatedReplyList li h3 {
  color: #666;
  font-weight: normal;
  line-height: 1.5;
  padding: 0px 0 13px;
  color: #666
}

.relatedReplyList li h3 i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background-color: #666;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 6px;
}

.replayCon {
  margin-left: 20px;
  border-left: 4px solid #ebe7d8;
  padding: 12px 15px 8px;
  background: #f5f5f5;
}

.replayCon p {
  color: #999;
  margin-bottom: 6px;
}

/*护理天地*/
.TCH-column2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.TCH-img01 {
  width: 650px;
  float: left;
}

.TCH-img01 .imgResponsive {
  padding-bottom: 62.46%;
}

.TCH-txt01 {
  margin-left: 700px;
  overflow: hidden;
}

.TCH-txt01 .title {
  margin-bottom: 35px;
}

.TCH-txt01 .innerCon {
  line-height: 24px;
  height: 264px;
  overflow: hidden;
  margin-bottom: 15px;
}

.TCH-txt01 .innerCon p {
  text-indent: 2em;
  margin-bottom: 24px;
  color: #666
}

.readMore01 {
  border: 1px solid #a343c4;
  width: 158px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.readMore01 a {
  color: #a343c4;
  transition: all 0.3s ease-in-out;
  display: block;
}

.readMore01 i {
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #a343c4;
  color: #fff;
  float: right;
  font-size: 18px;
}

.wrap-column3 {
  background: #741391;
  background: -webkit-linear-gradient(left, #6510ad, #7f167b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #6510ad, #7f167b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #6510ad, #7f167b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #6510ad, #7f167b);
  /* 标准的语法 */
  overflow: hidden;
}

.wrap-column3 .title {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-weight: normal;
}

.wrap-column3 a {
  color: #fff
}

.TCH-column3 .lf {
  width: 50%;
  background: url(../../images/2019/hl_bg03.jpg) no-repeat center;
  background-size: cover;
  height: 387px;
}

.TCH-column3 .rt {
  width: 50%;
  background: url(../../images/2019/hl_bg.jpg) no-repeat center;
  background-size: cover;
  height: 387px;
}

.TCH-inner {
  float: right;
  margin: 60px 60px 0 0;
  width: 740px;
  background: #a343c4;
  padding: 6px
}

.item-img12 {
  width: 408px;
  float: left;
}

.item-img12 .imgResponsive {
  padding-bottom: 62.38%;
}

.item-txt12 {
  margin-left: 420px;
  padding: 0 15px
}

.item-txt12 h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 18px 0
}

.item-txt12 p {
  line-height: 24px;
  height: 144px;
  overflow: hidden;
}

.readMore02 {
  float: right;
  margin: 0 60px 60px 0;
}

.TCH-inner2 {
  padding: 50px 0 0 60px;
  width: 740px;
}

.TCH-inner2 h3 {
  padding-bottom: 35px;
}

.TCH-list07 {
  margin: 0 -20px;
  overflow: hidden;
  min-height: 168px;
}

.TCH-list07 li {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}

.TCH-list07 li>a {
  display: block;
  margin: 0 20px;
  border: 1px solid #bc83d0;
  border-radius: 25px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.TCH-list07 li i {
  width: 30px;
  text-align: center;
  height: 34px;
  border-left: 1px solid #a869be;
  float: right;
  margin-left: 5px;
}

.TCH-list07 li span {
  padding: 0 0 0 12px;
  display: block;
}

.readMore03 {
  float: right;
  margin-top: 5px;
}

.wrap-column4 {
  background-color: #f2f2ed;
}

.listTitle08 {
  padding: 35px 0;
  font-weight: normal;
  text-align: center;
}

.TCH-list08 {
  margin: 0 -20px
}

.TCH-list08 li {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}

.TCH-list08 li>a {
  display: block;
  margin: 0 20px;
  padding: 15px;
  background-color: #fff;
  ;
}

.item-img13.imgResponsive {
  padding-bottom: 62.35%;
}

.item-txt13 {
  padding: 15px 0
}

.item-txt13 h3 {
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: normal;
}

.item-txt13 p {
  color: #999;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.readMore04 {
  overflow: hidden;
  text-align: center;
}

.readMore04 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  min-width: 100px;
  background-color: #a343c4
}

.wrap-column5 {
  background: url(../../images/2019/hl_bg04.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 25px;
}

.wrap-column5 .flexslider {
  padding: 0 40px 30px
}

.listTitle09 a {
  color: #fff;
}

.item-img14 {
  padding-bottom: 100%;
  border-radius: 50%;
}

.item-info14 {
  margin-right: 40px;
}

.item-info14>a {
  display: block;
  background-color: #fff;
  padding: 20px
}

.item-txt14 {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
}

.wrap-column5 .flex-direction-nav li {
  width: 40px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.wrap-column5 .flex-direction-nav a {
  font-size: 20px;
  background: #a343c4;
}

.wrap-column5 .carousel li {
  margin-right: 40px;
}

.wrap-column5 .flex-direction-nav .flex-nav-next {
  right: -40px;
}

.wrap-column5 .flex-direction-nav .flex-nav-left {
  left: 0;
}

.wrap-column5 .flex-control-nav {
  display: none;
}

.readMore05 a {
  background: none;
  border: 1px solid #a343c4;
  transition: all 0.35s ease-in-out;
}

/*教育教学*/
.TCH-column4 {
  padding-bottom: 35px;
}

.TCH-list09 {
  margin: 0 -23px;
  padding-bottom: 35px;
}

.TCH-list09 li {
  width: 25%;
  float: left;
  margin-bottom: 15px;
}

.TCH-list09 li>div {
  margin: 0 23px
}

.item-img15 {
  border-left: 5px solid #a343c4;
  display: block;
}

.item-img15 .imgResponsive {
  padding-bottom: 62.5%;
}

.item-txt15 {
  border-right: 5px solid #a343c4;
  position: relative;
  padding-top: 10px;
  text-align: right;
}

.item-txt15:before, .item-txt15:after {
  content: '';
  background: #a343c4;
  position: absolute;
}

.item-txt15:before {
  width: 5px;
  height: 30px;
  top: 0;
  left: 0;
}

.item-txt15:after {
  width: 18px;
  height: 5px;
  left: -6px;
  top: 20px;
}

.item-txt15 h3 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 0 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}

.item-date15 {
  width: 96px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  background-color: #a343c4;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.readMore06 {
  overflow: hidden;
  text-align: center;
}

.readMore06 a {
  height: 38px;
  line-height: 38px;
  border: 1px solid #a343c4;
  padding: 0 15px;
  min-width: 88px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #a343c4
}

/*研究生导师*/
.wrap-column7 {}

.TCH-list10 {}

.TCH-list10 li {
  width: 20%;
}

.TCH-column5 {}

.TCH-column5 .lf {
  width: 57.875%;
}

.item-info16 {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e6e6e6;
  position: relative;
}

.item-img16 {
  width: 625px;
  float: left;
}

.item-img16 .imgResponsive {
  padding-bottom: 62.3%;
}

.item-txt16 {
  margin-left: 625px;
  padding: 15px 0 0 30px;
}

.item-txt16 h3 {
  margin-bottom: 10px;
}

.item-txt16 p {
  text-indent: 2em;
  height: 288px;
  line-height: 24px;
  overflow: hidden;
  margin-right: 30px;
  color: #666
}

.item-txt16 p a {
  color: #666
}

.readMore07 {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.readMore07 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #a343c4;
}

.TCH-column5 .rt {
  width: 39.18%;
}

.TCH-column5 .rt .item-img16 {
  width: 297px;
}

.TCH-column5 .rt .item-txt16 {
  margin-left: 297px;
}

.TCH-column5 .rt .item-txt16 p {
  height: 72px;
}

.TCH-column5 .rt .cur {
  margin-bottom: 20px;
}

/*继续医学教育*/
.wrap-column6 {
  background-color: #f2f2ed;
  margin: 60px 0 0;
  padding-bottom: 70px;
}

.TCH-column6 .lf {
  width: 30.625%;
  margin-right: 5.625%;
}

.item-img17 {
  display: block;
  margin-left: 30px;
}

.item-txt17 {
  background-color: #fff;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  margin-right: 30px;
  padding: 15px 30px 30px;
}

.item-txt17 h3 {
  margin: 5px 0 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.item-txt17 p {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #666
}

.item-txt17 p a {
  color: #666
}

.item-txt17 .p01 span {
  color: #a343c4;
  margin-left: 10px;
}

.item-txt17 .p01 {
  margin-bottom: 40px;
}

.TCH-column6 .md {
  width: 28.75%;
  float: left;
}

.item-img18 {
  margin: 0
}

.item-txt18 {
  position: static;
  margin: 0;
  padding: 15px 30px 0
}

.item-txt18 .p03 {
  color: #666;
  margin-bottom: 20px;
}

.item-txt18 .p01 {
  height: 144px;
  margin-bottom: 25px;
}

.readMore08 {
  position: static;
  text-align: center;
}

.TCH-column6 .rt {
  width: 30.625%;
}

.item-img19 {
  margin: 0 30px 0 0
}

.item-txt19 {
  margin: 0 0 -50px 30px
}

.TCH-list11 {
  padding-top: 5px;
}

.TCH-list11 li {
  margin-bottom: 32px;
}

.list-date11 {
  width: 70px;
  height: 40px;
  float: left;
  border-right: 1px solid #e6e6e1;
}

.list-date11 strong, .list-date11 i {
  display: block;
  font-style: normal;
}

.list-date11 strong {
  color: #666
}

.list-date11 i {
  color: #666;
  font-size: 14px;
}

.TCH-list11 li a {
  margin-left: 82px;
  display: block;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
}

.TCH-column6 .rt .readMore01 {
  float: right;
}

/*科学研究*/
.wrap-column8 {
  background-color: #f2f2ed
}

.TCH-column7 {}

.item-img20 {
  width: 50%;
  float: right;
}

.item-img20 .imgResponsive {
  padding-bottom: 62.5%;
}

.item-txt20 {
  width: 50%;
  background: #6d129d;
  background: -webkit-linear-gradient(left, #6510ad, #7f167b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #6510ad, #7f167b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #6510ad, #7f167b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #6510ad, #7f167b);
  /* 标准的语法 */
  height: 500px;
}

.item-txt20 * {
  color: #fff
}

.TCH-list12 {
  margin: 0 75px;
  padding-top: 30px;
}

.TCH-list12 li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.TCH-list12 li span {
  font-family: 'Arial';
  display: block;
  color: #e2b9e7;
  margin-bottom: 5px;
}

.TCH-list12 li a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.TCH-list12 li i {
  width: 44px;
  height: 2px;
  background-color: #ebbbf1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.TCH-list12 li a:hover {
  color: #e2b9e7;
}

.item-txt20 .readMore01 {
  margin-left: 75px;
}

.item-txt20 .readMore01 a {
  color: #fff;
}

.TCH-list13 {
  margin: 0 -20px;
  padding-bottom: 25px;
}

.TCH-list13 li {
  width: 25%;
  float: left;
  margin-bottom: 15px;
}

.TCH-list13 li>a {
  display: block;
  margin: 0 20px
}

.item-img21.imgResponsive {
  padding-bottom: 62.43%;
}

.item-txt21 {
  padding: 15px 0 0
}

.item-txt21 h3 {
  font-weight: normal;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}

.item-txt21 p {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #999
}

.wrap-column9 {
  background: url(../../images/2019/re_bg01.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 35px;
}

.TCH-column9 {}

.TCH-list14 {
  margin: 0 -77px;
}

.TCH-list14 li {
  width: 25%;
  float: left;
  margin-bottom: 15px;
}

.TCH-list14 li>a {
  margin: 0 77px;
  display: block;
}

.item-img22.imgResponsive {
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.item-txt22 {
  padding-top: 15px;
  text-align: center;
}

.item-txt22 h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff
}

.item-txt22 p {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*社会服务*/
.TCH-column10 {}

.wrap-column11 {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.TCH-column11 {}

.TCH-list15 {}

.TCH-list15 li {
  width: 20%;
  float: left;
  background: #b5b1de;
}

.item-img23 .imgResponsive {
  padding-bottom: 100%;
}

.item-txt23 {
  padding: 15px 30px;
  height: 290px;
}

.item-txt23 h3 {
  font-weight: normal;
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #4b42a2
}

.item-txt23 p {
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
  height: 198px;
  overflow: hidden;
  line-height: 22px;
  color: #4b42a2;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-top: 15px;
}

.TCH-list15 li.li2 {
  background-color: #a1cfe6;
}

.TCH-list15 li.li2 h3, .TCH-list15 li.li2 p {
  color: #005580;
}

.TCH-list15 li.li3 {
  background-color: #e8979e;
}

.TCH-list15 li.li3 h3, .TCH-list15 li.li3 p {
  color: #860f0f;
}

.TCH-list15 li.li4 {
  background-color: #b1d6a5;
}

.TCH-list15 li.li4 h3, .TCH-list15 li.li4 p {
  color: #1e7103;
}

.TCH-list15 li.li5 {
  background-color: #f0d09c;
}

.TCH-list15 li.li5 h3, .TCH-list15 li.li5 p {
  color: #bf7600;
}

/*特色诊疗*/
.TCH-list16 {
  width: 83.75%;
  overflow: hidden;
  padding-top: 25px;
}

.TCH-list16 li {
  margin-bottom: 30px;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  transition: all 0.35s ease-in-out;
}

.TCH-list16 li * {
  transition: all 0.15s ease-in-out;
}

.item-img24 {
  width: 266px;
  float: left;
}

.item-img24 .imgResponsive {
  padding-bottom: 100%;
}

.item-txt24 {
  margin-left: 266px;
  padding: 25px;
}

.item-txt24 h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 15px;
  min-width: 185px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: normal;
}

.item-txt24 p {
  line-height: 22px;
  height: 132px;
  overflow: hidden;
  padding-top: 18px;
  color: #999
}

.readMore09 {
  width: 80px;
  height: 32px;
  background-color: #dbdbdb;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 32px;
}

.readMore09 i {
  font-size: 24px;
}

.asideBar {
  width: 12.5%;
  box-shadow: 0 5px 20px rgba(127, 22, 123, 0.2);
  margin-bottom: 25px;
}

.asideBar h2 {
  background-color: #f5f5f5;
  padding: 18px 0;
  text-align: center;
  font-weight: normal;
}

.asideBar h2 a {
  color: #666;
}

.linkList {
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
}

.linkList li {
  border-dashed: 1px solid #ebebeb;
}

.linkList li>a {
  padding: 25px 0;
  display: block;
  position: relative;
  transition: all 0.35s ease-in-out;
}

.linkList li strong {
  display: block;
  padding: 12px 0 0;
  color: #666;
  font-weight: normal;
}

.linkList li .iconfont {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #00a63d;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 40px;
  line-height: 80px;
  color: #00a63d;
}

.linkList .line {
  width: 0;
  height: 80%;
  border-bottom: 1px dashed #ebebeb;
  position: absolute;
  right: 0;
  top: 10%;
}

.linkList li>a:hover {
  background-color: #00a63d;
}

.linkList li>a:hover .iconfont {
  background-color: #fff
}

.linkList li>a:hover strong {
  color: #fff;
  font-weight: normal;
}

.linkList li.li2 .iconfont {
  color: #ec75a9;
  border-color: #ec75a9
}

.linkList li.li3 .iconfont {
  color: #b34422;
  border-color: #b34422
}

.linkList li.li4 .iconfont {
  color: #bcd400;
  border-color: #bcd400
}

.linkList li.li5 .iconfont {
  color: #f5a000;
  border-color: #f5a000
}

.linkList li.li6 .iconfont {
  color: #00a7e3;
  border-color: #00a7e3
}

.linkList li.li2>a:hover {
  background-color: #ec75a9;
}

.linkList li.li3>a:hover {
  background-color: #b34422;
}

.linkList li.li4>a:hover {
  background-color: #bcd400;
}

.linkList li.li5>a:hover {
  background-color: #f5a000;
}

.linkList li.li6>a:hover {
  background-color: #00a7e3;
}

.linkList li.li4 .iconfont {
  font-size: 50px;
}

/*健康宣教*/
.TCH-column12 {}

.TCH-column12 .sub_title {}

.subSearch {
  width: 260px;
  background-color: #f2f2ed;
  border-radius: 20px;
  height: 40px;
  position: relative;
  margin: 13px 0
}

.subSearch input {
  border: none;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  background: none;
}

.subSearch .notxt {
  padding-left: 20px;
  width: 200px;
  border-radius: 20px;
}

.subSearch .notxt1 {
  width: 40px;
  background: url(../../images/2019/search2.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.subSort {
  padding: 20px 0
}

.subSort a {
  height: 40px;
  line-height: 40px;
  background-color: #f2f2ed;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  float: left;
  border-radius: 25px;
  color: #666;
  transition: all 0.35s ease-in-out;
}

.subSort a:hover, .subSort a.active {
  background-color: #a343c4;
  color: #fff;
}

.TCH-list17 {
  margin: 0 -17px;
}

.TCH-list17 li {
  width: 33.3%;
  float: left;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.TCH-list17 li *, .TCH-list18 li>a * {
  transition: all 0.2s ease-in-out;
}

.TCH-list17 li>a {
  display: block;
  margin: 0 17px;
  border: 1px solid #d9d9d9;
  padding: 20px
}

.TCH-list17 li .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 24px;
  line-height: 24px;
  background: #6510ad;
  padding: 0 15px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
}

.TCH-list17 li h3 {
  font-weight: normal;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 10px 0
}

.list-date17 {
  color: #999;
}

.list-date17 i {
  padding-right: 10px;
}

/*导师列表*/
.TCH-list18 {
  margin: 0 -17px;
  padding: 15px 0
}

.TCH-list18 li {
  width: 33.3%;
  float: left;
  padding-top: 40px;
  margin-bottom: 50px;
}

.TCH-list18 li>a {
  margin: 0 17px;
  padding: 0 20px 27px;
  background-color: #f5f5f5;
  display: block;
  transition: all 0.35s ease-in-out;
}

.item-img25 {
  width: 136px;
  float: left;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.item-img25 .imgResponsive {
  padding-bottom: 133.82%;
}

.item-txt25 {
  margin-left: 160px;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}

.item-txt25 h3 {
  color: #000;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  overflow: hidden;
}

.item-txt25 h4 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: normal;
}

.item-txt25 p {
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
  line-height: 22px;
  height: 66px;
  color: #999;
  overflow: hidden;
}

/*护理简介*/
.subMode02 {}

.sub_title02 {
  overflow: hidden;
  margin: 10px 0
}

.sub_title02 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  line-height: 40px;
  background-color: #f2f2f2;
  padding: 0 28px 0 18px;
  border-radius: 0 20px 20px 0;
}

.sub_info02 {
  text-align: center;
  padding: 10px 0;
  line-height: 1.8;
  ;
}

.sub_info02 p {
  text-align: left;
  color: #666;
  text-indent: 2em;
  margin-bottom: 15px;
}

/*通用列表页*/
.TCH-list19 {
  margin: 0 -20px;
  padding: 10px 0 0
}

.TCH-list19 li {
  width: 25%;
  float: left;
  margin-bottom: 30px;
  ;
}

.TCH-list19 li>a {
  display: block;
  margin: 0 20px;
  padding: 20px;
  background-color: #f5f5f5;
}

.TCH-list19 li>a span {
  display: block;
  line-height: 24px;
  height: 48px;
}

/*器官移植*/
.wrap-column14 {
  background-color: #f2f2f2;
  padding-bottom: 60px;
}

.TCH-column14 {}

.TCH-list20 {
  margin: 0 -22px;
  overflow: hidden;
  padding-bottom: 25px;
}

.TCH-list20 li {
  width: 16.66%;
  float: left;
  margin-bottom: 15px;
}

.TCH-list20 li>a {
  display: block;
  margin: 0 22px;
  transition: all 0.35s ease-in-out;
}

.item-img26.imgResponsive {
  padding-bottom: 62.17%;
}

.item-txt26 {
  background-color: #fff;
  padding: 16px 20px 20px;
}

.item-txt26 h3 {
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 13px;
  text-align: center;
}

.item-txt26 p {
  border-top: 1px solid #d9d9d9;
  padding-top: 13px;
  height: 176px;
  line-height: 22px;
  overflow: hidden;
  color: #999
}

/*导师主页*/
.doctorArticle {
  margin-left: 140px;
  box-shadow: -7px 3px 5px rgba(0, 0, 0, 0.1);
  min-height: 500px;
  padding: 0 0 30px 30px;
}

.doctorHeader {
  margin-bottom: 30px;
  padding-top: 20px;
  position: relative;
}

.doctorImg {
  width: 192px;
  padding: 5px;
  background-color: #fff;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.doctorImg .imgResponsive {
  padding-bottom: 133.82%;
}

.doctorTxt {
  margin-left: 240px;
  padding-top: 20px;
}

.doctorTxt .basic {
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  border-left: 5px solid #a135c0;
  padding-left: 8px;
  margin-bottom: 18px;
}

.doctorList01 {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.doctorList01 li {
  float: left;
  padding: 8px 0;
  margin-right: 8%;
}

.doctorColumn {
  position: relative;
  min-height: 50px;
  margin-bottom: 70px;
  line-height: 1.8;
}

.doctorColumn h3 {
  width: 140px;
  height: 50px;
  background: #a135c0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: -170px;
  top: 0;
}

.doctorColumn p {
  /*text-indent: 2em;*/
}

.basicLink {
  width: 118px;
  height: 38px;
  border: 1px solid #a135c0;
  line-height: 38px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  margin-top: 15px;
}

.basicLink a {
  display: block;
  color: #a135c0;
  transition: all 0.35s ease-in-out;
}

.basicLink a:hover {
  color: #fff;
  background: #a135c0;
}

.sideBar {
  top: auto;
  bottom: 50px;
  transition: all 0.3s ease-in-out;
}

.sideBar.bottom {
  bottom: 200px;
}



.article02 ul {
  margin: 0 -10px;
  overflow: hidden;
}

.article02 ul li {
  width: 20%;
  float: left;
}

.article02 ul li a {
  display: block;
  overflow: hidden;
  margin: 0 8px;
}

.article02 ul li span {
  height: 0px;
  display: block;
  overflow: hidden;
  padding-bottom: 130%;
}

.article02 ul li p {
  margin: 7px auto 7px;
  text-align: center;
  height: 32px;
  line-height: 26px;
}

/*网站地图样式*/
.sub_info022 p {
  text-indent: 0px;
  margin-bottom: 0px;
}

.WebMap1_ul .WebMap1_li {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a {
  float: left;
  font-size: 14px;
  padding: 3px 8px;
  background: #7b3dae;
  color: #fff
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a:hover {
  background: #6c2e9f;
  color: #fff
}

.WebMap2_ul {
  overflow: hidden;
  float: left;
  margin-left: 15px;
}

.WebMap2_ul li.WebMap2_li {
  float: left;
  line-height: 28px;
}


.WebMap2_ul li.WebMap2_li p.WebMap2_p a {
  border-right: 1px solid #999;
  padding: 0 8px;
  color: #999
}

.WebMap2_ul li.WebMap2_li p.WebMap2_p a:hover {
  color: #6c2e9f
}

ul.WebMap3_ul {
  display: none;
}


@media screen and (min-width:1020px) {
  .item-txt07>li>a:hover i {
    color: #fff;
    border-left-color: #9d32a6;
  }

  .TCH-list03 li>div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
    margin-bottom: 10px;
    transform: scale(1.02);
  }

  .TCH-list03 li>div:hover span {
    background-color: #7f167b;
    color: #fff
  }

  .TCH-list05 li>div:hover .item-img10 {
    background: #a3239c;
  }

  .TCH-list05 li>div:hover img {
    transform: scale(1.05);
  }

  .TCH-list06>li>div:hover, .TCH-list20 li>a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
  }

  .TCH-list06>li>div:hover .item-more11 {
    background: #a3239c
  }

  .TCH-list06>li>div:hover .item-more11 a {
    color: #fff;
  }

  .form-group-item .btn:hover {
    opacity: 0.85;
  }

  .readMore01 a:hover {
    color: #fff;
    background-color: #a343c4
  }

  .TCH-inner2 li>a:hover {
    background-color: #a343c4;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
  }

  .readMore05 a:hover {
    background-color: #a343c4;
    color: #fff;
  }

  .item-info16:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .TCH-list16 li:hover, .TCH-list17 li>a:hover, .TCH-list18 li>a:hover {
    background: background:#6510ad;
    background: -webkit-linear-gradient(left, #6510ad 50%, #1e45ad);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #6510ad 50%, #1e45ad);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #6510ad 50%, #1e45ad);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #6510ad 50%, #1e45ad);
    /* 标准的语法 */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  }

  .TCH-list16 li:hover *, .TCH-list17 li>a:hover *, .TCH-list18 li>a:hover * {
    color: #fff;
  }

  .TCH-list16 li:hover .readMore09 {
    background: #fff;
  }

  .TCH-list16 li:hover .readMore09 i {
    color: #6510ad
  }

  .TCH-list17 li>a:hover .label {
    color: #6510ad;
    background-color: #fff;
  }

  .TCH-list18 li>a:hover h3 {
    color: #000
  }
}


@media screen and (max-width:1620px) {
  .subBanner h3 {
    margin-left: -700px;
  }

  .bread {
    margin-left: -300px;
  }

  .item-txt07>li {
    width: 25%;
  }

  .TCH-inner2 {
    width: 640px;
  }

  .TCH-inner {
    width: 628px;
  }

  .TCH-list07 li {
    width: 33.3%;
  }

  .TCH-list10 {
    height: 168px;
    overflow: hidden;
  }

  .TCH-list12 li {
    margin-bottom: 20px;
  }

  .item-txt20 {
    height: 437px;
  }

  .item-txt23 p {
    height: 176px;
    ;
  }

  .item-txt23 {
    height: 250px;
  }
}

@media screen and (max-width:1460px) {
  .subBanner h3 {
    margin-left: -600px;
  }

  .bread {
    margin-left: -390px;
  }

  .item-txt08 {
    height: 50px;
    line-height: 50px;
  }

  .TCH-list02 li {
    width: 50%;
  }

  .TCH-inner2 {
    width: 540px;
  }

  .TCH-inner {
    width: 528px;
  }

  .item-img12 {
    width: 300px;
  }

  .item-txt12 {
    margin-left: 300px;
  }

  .item-txt12 h3 {
    margin: 12px 0
  }

  .item-txt12 p {
    height: 96px;
    font-size: 14px;
  }

  .TCH-inner {
    margin-top: 80px;
  }

  .TCH-inner2 {}

  .item-img16 {
    width: 400px;
    ;
  }

  .item-txt16 {
    margin-left: 400px;
  }

  .item-txt16 p {
    height: 168px;
  }

  .TCH-column5 .rt .item-img16 {
    width: 175px;
  }

  .TCH-column5 .rt .item-txt16 {
    margin-left: 175px;
  }

  .TCH-column5 .rt .item-txt16 p {
    height: 48px;
  }

  .readMore07 {
    left: 0;
    right: auto;
  }

  .item-txt16 {
    padding: 15px 0 0 15px
  }

  .item-txt20 {
    height: 375px;
  }

  .TCH-list12 li {
    margin-bottom: 13px;
    padding-bottom: 10px;
  }

  .TCH-list12 {
    padding-top: 20px;
  }

  .TCH-list14 {
    margin: 0 -25px
  }

  .TCH-list14 li>a {
    margin: 0 25px
  }

  .item-txt23 p {
    height: 132px;
    ;
  }

  .item-txt23 {
    height: 210px;
  }

  .linkList li .iconfont {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
  }

  .linkList li.li4 .iconfont {
    font-size: 40px;
  }

  .TCH-list18 li {
    width: 50%;
  }

  .TCH-list19 li {
    width: 33.3%;
  }
}

@media screen and (max-width:1220px) {
  .subBanner h3 {
    margin-left: -500px;
  }

  .bread {
    margin-left: -490px;
  }

  .subCodeList li>div {
    margin: 0 8px
  }

  .item-txt07>li, .TCH-list03 li, .TCH-list04 li, .TCH-list05 li, .TCH-list20 li {
    width: 32.3%;
  }

  .emailBox {
    padding: 15px
  }

  .TCH-inner2 {
    width: 440px;
  }

  .TCH-inner {
    width: 428px;
  }

  .TCH-column6 .lf {
    width: 48%;
    margin: 0
  }

  .TCH-column6 .md {
    width: 48%;
    float: right;
  }

  .TCH-column6 .rt {
    width: 100%;
    clear: both;
    padding-top: 25px;
  }

  .item-img20 {
    width: 600px;
  }

  .item-txt20 {
    width: auto;
    margin-right: 600px;
  }

  .TCH-list12 {
    margin: 0 25px
  }

  .item-txt20 .readMore01 {
    margin-left: 25px;
  }

  .item-txt23 p {
    height: 88px;
    ;
  }

  .item-txt23 {
    height: 170px;
    padding: 15px
  }

  .asideBar {
    width: 14%;
  }

  .TCH-list16 {
    width: 83%;
  }

  .TCH-list17 li {
    width: 50%
  }

  .TCH-list20 li {
    margin-bottom: 35px;
  }

  /* .article-share{position: static;margin:0;width: 200px;margin-top: 10px;}
	.article-share i{float: left;width: 50px;}
	.article-share .bdshare-button-style0-24{width: 150px;float: left;margin:0;}
	.article-share .bdshare-button-style0-24 a{float: left;}
	.footer:before{display: none;} */
}

@media screen and (max-width:1020px) {
  .subBanner h3 {
    margin: 0;
    left: 15px
  }

  .bread {
    margin: 0;
    right: 15px;
  }

  .subPage {
    padding-top: 15px;
    margin: 0
  }

  .item-txt08 {
    height: 40px;
    line-height: 40px;
  }

  .TCH-list01 li {
    width: 33.3%;
  }

  .TCH-list01 li>a, .TCH-list02 li>a, .TCH-list03 li>div, .TCH-list04 li>a, .TCH-list05 li>div, .TCH-list06>li>div, .TCH-list13 li>a, .TCH-list14 li>a, .TCH-list09 li>div, .TCH-list17 li>a, .TCH-list18 li>a, .TCH-list19 li>a, .TCH-list20 li>a {
    margin: 0 8px;
  }

  .TCH-list01, .TCH-list02, .TCH-list03, .TCH-list04, .TCH-list05, .TCH-list06, .TCH-list13, .TCH-list14, .TCH-list09, .TCH-list17, .TCH-list18, .TCH-list19, .TCH-list20 {
    margin: 0 -8px
  }

  .TCH-list01 li {
    margin-bottom: 0;
  }

  .TCH-list02 li>a {
    height: 50px;
    line-height: 50px;
  }

  .TCH-list05 li, .TCH-list06>li, .TCH-list18 li {
    margin-bottom: 20px;
  }

  .TCH-list06>li {
    width: 100%;
    float: none;
  }

  .TCH-column2 {
    padding: 30px 15px
  }

  .TCH-inner {
    width: auto;
    margin: 25px 25px 0
  }

  .TCH-img01 {
    width: 500px;
  }

  .TCH-txt01 {
    margin-left: 525px;
  }

  .TCH-txt01 .innerCon {
    height: 192px;
  }

  .TCH-txt01 .title, .TCH-list20 li {
    margin-bottom: 15px;
  }

  .TCH-inner2 {
    padding: 25px;
    width: auto;
  }

  /* .TCH-list07 li{width: 50%;} */
  .TCH-inner2 h3 {
    padding-bottom: 15px;
  }

  .TCH-column3 .lf {
    width: 100%;
    height: 290px;
  }

  .readMore02 {
    margin-right: 25px;
  }

  .TCH-column3 .rt {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }

  .TCH-list07 {
    min-height: auto;
  }

  .TCH-list07, .TCH-list08 {
    margin: 0 -8px;
  }

  .TCH-list07 li>a, .TCH-list08 li>a {
    margin: 0 8px
  }

  .listTitle08 {
    padding: 30px 0
  }

  .TCH-list10 {
    height: auto;
  }

  .TCH-column5 .lf {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .TCH-column5 .rt {
    width: 100%;
    float: none;
  }

  .item-img16 {
    width: 175px;
  }

  .item-txt16 {
    margin-left: 175px;
  }

  .item-txt16 p {
    height: 48px;
  }

  .item-txt16 p {
    margin-right: 15px;
  }

  .TCH-list19 li {
    width: 50%;
  }

  .doctorImg {
    width: 140px;
  }

  .doctorTxt {
    margin-left: 175px;
  }

  .basicLink {
    position: static;
  }

}

@media screen and (max-width:998px) {
  .share_box {
    margin: 10px 0 0 0;
  }

  .share {
    padding: 0px;
  }

  .articleBottom {
    min-height: 90px;
  }

  .subMode01 .lf {
    width: 100%;
    float: none;
  }

  .subMode01 .rt {
    width: 100%;
    float: none;
    padding-top: 15px;
    margin-bottom: 30px;
  }

  .subMenuList li {
    padding: 0 10px
  }

  .subBanner .bread {
    position: static;
    width: auto;
    text-align: left;
    padding: 15px;
    background-color: #f4f4ef;
  }

  .bread span, .bread a {
    color: #666;
    float: none;
  }

  .subMenu {
    display: none;
  }

  .phone_subNav {
    display: block;
  }

  .item-img07 {
    width: 200px;
  }

  .item-txt07 {
    margin-left: 215px;
  }

  .item-txt07>li>a {
    height: 35px;
    line-height: 35px;
  }

  .item-txt07>li {
    margin-bottom: 12px;
  }

  .item-txt07>li i {}

  .TCH-column1 .title {
    padding: 0 0 5px;
  }

  .TCH-list03 li {
    margin-bottom: 35px;
  }

  .TCH-list04 li {
    margin-bottom: 5px;
  }

  .share {
    position: static;
    padding: 12px 0 0
  }

  .next-article {
    margin-right: 0;
  }

  .item-img20 {
    width: 100%;
    float: none;
    display: block;
  }

  .item-txt20 {
    width: 100%;
    margin: 0;
  }

  .TCH-column7 {
    background: #e2e2de;
  }

  .TCH-list15 li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 165px;
  }

  .item-img23 {
    width: 165px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .item-txt23 {
    margin-left: 165px;
    height: 135px;
  }

  .item-txt23 p {
    height: 66px;
    padding-top: 10px;
    margin-top: 10px;
  }

  .TCH-list16 {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .asideBar, .TCH-list19 li {
    float: none;
    width: 100%;
  }

  .TCH-list16 li {
    margin-bottom: 15px;
  }

  .linkList {
    font-size: 0;
  }

  .linkList li {
    width: 33.3%;
    display: inline-block;
  }

  .TCH-list19 li>a span {
    height: auto;
  }
}

@media screen and (max-width:767px) {
  .subContactList {
    padding: 15px
  }

  .article02 {
    font-size: 14px;
  }

  .subBanner_bg {
    height: 40px;
  }

  .subBanner h3 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }

  .item-img07 {
    float: none;
  }

  .item-txt07 {
    margin: 15px -9px 0
  }

  .pages {
    display: none;
  }

  .pages_min {
    display: block;
  }

  .article {
    font-size: 14px;
  }

  .article img {
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
  }

  .article video {
    width: 100% !important;
    height: auto !important;
  }

  .article table {
    width: 100% !important;
  }

  .articleTitle h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .TCH-img01 {
    width: 300px;
    ;
  }

  .TCH-txt01 {
    margin-left: 320px;
  }

  .TCH-txt01 .innerCon {
    height: 96px;
  }

  .TCH-list08 li {
    width: 50%;
  }

  .wrap-column5 .flex-direction-nav a {
    font-size: 16px;
  }

  .wrap-column5 .flex-direction-nav li {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    ;
  }

  .wrap-column5 .flexslider {
    padding: 0 30px 30px
  }

  .TCH-list13 li, .TCH-list14 li, .TCH-list09 li {
    width: 50%;
    margin-bottom: 20px;
  }

  .subSort a {
    height: 30px;
    line-height: 30px;
  }

  .subSearch {
    float: none;
    margin: 13px auto;
  }

  .TCH-column12 .sub_title {
    float: none;
    ;
  }

  .TCH-list18 li {
    width: 100%;
    float: none;
  }

  .item-txt25 h4 {
    height: auto;
    padding: 5px 0;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .item-txt25 p {
    padding-top: 10px;
  }

  .sub_title02 {
    margin: 5px 0
  }

  .doctorColumn h3 {
    position: static;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
  }

  .doctorArticle {
    margin-left: 0;
    box-shadow: none;
    padding: 0 0 25px
  }

  .doctorColumn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:640px) {
  .item-txt07>li, .TCH-list01 li, .TCH-list03 li, .TCH-list04 li, .TCH-list05 li, .TCH-list20 li {
    width: 49%;
  }

  .TCH-list02 li {
    width: 100%;
  }

  .TCH-column6 .lf, .TCH-column6 .md {
    width: 100%;
    float: none;
  }

  .TCH-column6 .lf {
    margin-bottom: 20px;
    ;
  }

  .article02 ul li {
    width: 33.3%;
  }
}

@media screen and (max-width:600px) {
  .item-img11 {
    float: none;
    display: block;
    width: 100%;
    max-width: 420px;
  }

  .item-txt11 {
    margin: 0;
    border: none;
    padding: 15px;
    height: auto;
  }

  .item-more11 {
    position: static;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
  }

  .item-more11 a {
    padding: 0;
  }

  .item-txt11 h3 {
    height: auto;
  }

  .TCH-list07 li {
    width: 50%;
  }

  .item-img24 {
    width: 180px;
  }

  .item-txt24 {
    margin-left: 180px;
    padding: 15px
  }

  .item-txt24 p {
    height: 66px;
    padding-top: 10px;
  }

}

@media screen and (max-width:480px) {
  .subBanner h3 {
    font-size: 16px;
  }

  .item-txt07>li, .TCH-list01 li, .TCH-list03 li, .TCH-list04 li, .TCH-list05 li, .TCH-list13 li, .TCH-list17 li {
    width: 100%;
  }

  .TCH-list03 li>div a {
    height: auto;
  }

  .relatedReplyList li>p span {
    margin-right: 30px;
  }

  .replayCon {
    margin-left: 15px;
  }

  .TCH-img01 {
    width: 100%;
    float: none;
  }

  .TCH-txt01 {
    margin: 15px 0 0
  }

  .TCH-inner {
    margin: 15px 15px 0
  }

  .readMore02 {
    margin: 0 15px 15px 0
  }

  .item-img12 {
    width: 100%;
    float: none;
  }

  .item-txt12 {
    margin: 0 0 15px
  }

  .TCH-column3 .lf {
    height: auto;
  }

  .wrap-column3 .lf .readMore01 a {
    color: #a343c4
  }

  .article02 ul li {
    width: 50%;
  }
}

@media screen and (max-width:460px) {
  .item-img16 {
    width: 100%;
    float: none;
  }

  .item-txt16, .TCH-column5 .rt .item-txt16 {
    margin: 0
  }

  .item-info16 {
    padding-bottom: 50px;
  }

  .readMore07 {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width:400px) {
  .doctorImg {
    float: none;
    margin: 0 auto
  }

  .doctorTxt {
    margin: 0
  }
}

@media screen and (max-width:380px) {
  .linkList li {
    width: 50%;
  }

  .item-img24, .TCH-list20 li {
    width: 100%;
    float: none;
  }

  .item-txt24 {
    margin: 0
  }

  .item-txt24 p {
    height: 88px;
    margin-bottom: 25px;
  }

  .item-img25 {
    float: none;
  }

  .item-txt25 {
    margin: 15px 0 0;
    position: static;
  }

  .item-txt25 h3 {
    margin-bottom: 5px;
  }

}