/*必备样式*/
body { padding: 0; margin: 0; font-family: "Microsoft Yahei"; font-size: 14px; color: #000; }
html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
ul, ol, dl { list-style-type: none; margin: 0; padding: 0; }
/*关闭iPhone 和 Android 的浏览器纵向 和橫向 模式皆有自动调整字体大小的功能.*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
address, caption, cite, code, dfn, em, th, var, i { font-style: normal; font-weight: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input, button { overflow: visible; vertical-align: middle; outline: none; }
/*清除ios端，input,textarea标签的默认内阴影,input[type="text"]标签的默认圆角*/
/*input,textarea{appearance: none;-webkit-appearance: none;}*/
/*获得焦点时周边不会出现虚线*/
a:focus, a:hover, a:active, area, img { outline: none; blr: expression(this.onFocus=this.blur()); }
a { outline: none; text-decoration: none; color: #666; }
a:hover { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
textarea { resize: none; }
/*img*/
img { border: 0; vertical-align: middle; transition: all 0.6s; }
a img, img { -ms-interpolation-mode: bicubic; }
.img-responsive { max-width: 100%; height: auto; }
/*HTML5 reset*/
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend { display: block; margin: 0; padding: 0; }
time { display: inline; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
svg:not(:root) { overflow: hidden; }
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; font-size: 0; }
/*transition*/
.tran200 { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; }
.tran300 { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.tran400 { -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
.tran500 { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.tran1000 { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; }
.tran2000 { -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease; }
.tran3000 { -webkit-transition: all 3s ease; -moz-transition: all 3s ease; -ms-transition: all 3s ease; transition: all 3s ease; }
.scale105:hover { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.scale110:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
/*滚动条*/
body *::-webkit-scrollbar { width: 5px; background: #eee; }
body *::-webkit-scrollbar-thumb { background: #ccc; }
/*按钮通用样式*/
.btns-area { font-size: 0; text-align: center; }
.btns-area .btn { display: inline-block; height: 40px; padding: 0 20px; background-color: #fff; border-radius: 3px; font-size: 14px; line-height: 40px; color: #000; cursor: pointer; }
.btns-area .btn img { display: inline-block; vertical-align: middle; margin: -3px 6px 0 0; }
.btns-area .btn:hover { opacity: .8; }

/*公用*/
body { background: #f9f9f9; }
.w-1280 { width: 1280px; margin: 0 auto; }
/*分享*/
.share { position: absolute; right: 0; top: 0; font-size: 14px; color: #2c2b2b; }
.share b { float: left; padding-right: 4px; font-weight: normal; display: inline-block; font-size: 14px; color: #999999; }
.share a { display: inline-block; margin: 0 0 0 10px !important; }

.share .bds_sqq { background: url(../images/qq.png) no-repeat 0 0 !important; width: 20px !important; height: 20px; }
.share .bds_weixin { background: url(../images/weixin.png) no-repeat 0 0 !important; width: 20px !important; height: 20px; }
.share .bds_tsina { background: url(../images/weibo.png) no-repeat 0 0 !important; width: 20px !important; height: 20px; }

/*内页分享*/
.wordBox .share a { margin-top: 0 !important; padding-left: 6px !important; }
/*头部*/
.top { background: #fff; height: 126px; line-height: 122px; padding: 0 23px; box-sizing: border-box; overflow: hidden; /*border-bottom: 4px #e0edf0 solid;*/ }
.top .logo { float: left; }
.top .logo img {max-width:500px;}
.top .topPhone { float: left; font-size: 13px; color: #ff7373; margin-left: 14%; line-height:20px; margin-top:42px; text-align:right; }
.top .topPhone img { position: relative; top: -2px; }
.top .topBiao { float: left; width: 176px; height: 34px; line-height: 34px; border: 1px #e5e5e5 solid; box-sizing: border-box; border-radius: 4px; margin-top: 42px; margin-left: 40px; }
.top .topBiao input { border: none; background: none; padding-left: 10px; width: 70%; float: left; margin-top: 6px; }
.top .topBiao .btu { position: relative; display: inline-block; float: right; width: 19px; height: 19px; background: none; border: none; margin: 4px 10px 0 0; cursor: pointer; }
.top .topBiao .btu:before { content: ""; position: absolute; top: 0; left: -10px; width: 1px; height: 24px; background: #e5e5e5; }
.top .ma { float: right; margin-top: 14px; font-size: 0; }
.top .ma .item { display: inline-block; width: 94px; text-align: center; line-height: 22px; margin-left: 4px; }
.top .ma .item img { width: 74px; height: 74px; }
.top .ma .item span { display: block; text-align: center; font-size: 12px; color: #ff7373; }
.top .ma .item .close { display: none; width: 20px; height: 20px; position: absolute; top: 0; right: 0; }
/*导航*/
.nav { background: linear-gradient(#fefeff,#d9e6e9); height: 62px; line-height: 60px; box-shadow: #d1d1d1 0 3px 9px; /*border-bottom: 1px #ccd8db solid;*/ transition: ease 0.4s ease; }
.nav ul { text-align: center; }
.nav li { position: relative; display: inline-block; }
.nav li > a { padding: 0 16px; font-size: 17px; color: #666666; padding: 6px 14px; border-radius: 10px; }
.nav li a:hover { background: #ff7373; color: #fff; }
.nav .on > a { background: #ff7373; color: #fff; }
.nav li .sub_nav { display: none; z-index: 10; position: absolute; left: 0; top: 62px; width: 100%; background: #ff7373; background-color: rgba(255,115,115,.7); }
.nav li .sub_nav dd { width: 100%; line-height: 30px; text-align: center; }
.nav li .sub_nav dd a { display: block; font-weight: normal; color: #fff; font-size: 14px; }
.nav li .sub_nav dd a:hover { background: #ff7373; }
.nav li em { display: none; width: 57%; float: right; text-align: right; font-size: 16px; }
/*手机导航图标*/
.bartype { display: none; width: 30px; height: 30px; position: fixed; top: 48px; right: 10px; z-index: 22; }
.bartype .bar { position: relative; display: block; width: 30px; height: 4px; margin: 4px auto; background-color: #666; border-radius: 20px; -webkit-transition: .4s; transition: .4s; }
.barClick .bar:first-child { transform: translateY(4px) rotate(-45deg); }
.barClick .bar:nth-child(2) { opacity: 0; }
.barClick .bar:nth-child(3) { transform: translateY(-12px) rotate(45deg); }
.clearbg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; background: rgba(0,0,0,0.5); display: none; }
/*手机版二维码图标*/
.maIcon { display: none; position: fixed; top: 100px; left: 12px; z-index: 16; }
.maIcon img { width: 20px; padding-right: 3px; }
.maIcon span { padding-right: 16px; color: #666; }
/*banner*/
.banner { position: relative; overflow: hidden; /*border-top: 3px #e0edf0 solid;*/ }
.banner a { display: block; height: 435px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.banner img { display: block; max-width: 100%; margin: 0 auto; }
.banner .swiper-pagination-bullet-active { background: #ff7373 !important; }
.banner .swiper-pagination-bullet { background: #d2d2d2; opacity: 1; }
.banner .swiper-button-next, .swiper-button-prev { width: 38px; height: 61px; background-size: 100%; }
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url(../images/next.png); right: 0; }
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url(../images/prev.png); left: 0; }
/*公告*/
.notice { height: 48px; line-height: 46px; border: 1px #e9e9e9 solid; box-sizing: border-box; margin-top: 19px; position: relative; z-index: 15; overflow: hidden; border-radius: 5px; }
.notice i { display: inline-block; width: 32px; height: 28px; background: url(../images/icon3.png) no-repeat 0 0; float: left; margin-top: 9px; margin-left: 23px; }
.notice-text { width: 94.2%; float: right; overflow: hidden; height: 46px; }
.notice-text a { float: left; display: block; font-size: 18px; color: #333333; width: 85%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.notice-text b { font-weight: normal; padding-right: 20px; float: right; font-size: 18px; color: #999999; }
/*分类导航*/
.type { margin-top: 22px; }
.type ul { position: relative; }
.type ul:after { content: ""; display: table; clear: both; }
.type ul li { float: left; width: 170px; height: 70px; line-height: 68px; border-radius: 5px; overflow: hidden; margin-right: 52px; }
.type ul li:last-child { margin-right: 0; }
.type ul li a { display: block; width: 100%; height: 68px; text-align: center; background: #fff; border-bottom: 2px #cccccc solid; }
.type ul li a img { position: relative; top: -4px; }
.type ul li a span { text-align: center; font-size: 20px; color: #6cb5ff; font-weight: bold; }
.type ul li:hover { box-shadow: #a6a6a6 0 0 10px; }
.type ul li:nth-child(2) a span { color: #ff7373; }
.type ul li:nth-child(3) a span { color: #ffbc66; }
.type ul li:nth-child(4) a span { color: #ee9674; }
.type ul li:nth-child(5) a span { color: #a9ed61; }
.type ul li:nth-child(6) a span { color: #59dde2; }
/*科室&新闻*/
.indexTab { overflow: hidden; margin-top: 50px; }
.indexTab .leftTab { float: left; width: 627px; background: #fff; overflow: hidden; }
.tab { text-align: center; padding-top: 23px; }
.tab li { position: relative; display: inline-block; padding: 6px 12px; border-radius: 10px; text-align: center; font-size: 18px; color: #666; cursor: pointer; margin: 0 10px; }
.shadow { display: block; margin: 0 auto; margin-bottom: 15px; }
.swiper-slide { width: 100%; }
.tab .on { position: relative; background: #008578; color: #fff; }
.tab .on a { color: #fff; }
.tab .on:after { content: ""; position: absolute; bottom: -7px; left: 50%; width: 14px; height: 7px; background: url(../images/san.png) no-repeat 0 0; margin-left: -7px; }
.teamCont { width: 100%; overflow: hidden; }
.teamCont .leftList { height: 334px; overflow-y: auto; }
.teamCont .leftList li { float: left; width: 20%; height: 119px; text-align: center; margin: 24px 0; }
.teamCont .leftList li .pic { width: 65px; height: 65px; border-radius: 50%; /*border: 1px #008578 solid;*/ margin: 0 auto; }
.teamCont .leftList li .pic em { display: block; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }
.teamCont .leftList li span { display: block; text-align: center; margin-top: 14px; }
.teamCont .leftList::-webkit-scrollbar { width: 6px; background: #ebfbfb; border-radius: 6px; }
.teamCont .leftList::-webkit-scrollbar-thumb { background: #008578; border-radius: 6px; }
.teamCont .leftList li:hover .pic { background: #008578; }
.teamCont .leftList .person { width: 65px; height: 65px; border-radius: 50%; border: 1px #2aafc2 solid; margin: 0 auto; overflow: hidden; }
.teamCont .leftList .person em { display: block; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }
.rightTab { float: right; width: 627px; background: #fff; overflow: hidden; }
.tabNew { text-align: center; padding-top: 23px; }
.tabNew li { position: relative; display: inline-block; padding: 6px 12px; border-radius: 10px; text-align: center; font-size: 18px; color: #666; cursor: pointer; margin: 0 10px; }
.tabNew .on { position: relative; background: #ff7373; color: #fff; }
.tabNew .on a { color: #fff; }
.tabNew .on:after { content: ""; position: absolute; bottom: -7px; left: 50%; width: 14px; height: 7px; background: url(../images/san01.png) no-repeat 0 0; margin-left: -7px; }
.indexNew .list { width: 93%; margin: 0 auto; height: 334px; overflow: hidden; }
.indexNew .list li { overflow: hidden; padding-bottom: 16px; border-bottom: 1px #e5e5e5 solid; margin-bottom: 20px; }
.indexNew .list li:last-child { padding-bottom: 0; margin-bottom: 0; border: none; }
.indexNew .list .time { float: left; width: 78px; height: 78px; color: #ff7373; text-align: center; border: 1px #ff7373 solid; border-radius: 10px; }
.indexNew .list .time b { font-size: 42px; display: block; line-height: 44px; margin-top: 6px; }
.indexNew .list .time i { font-size: 14px; }
.indexNew .list .text { width: 486px; float: right; }
.indexNew .list .text h3 { font-size: 16px; color: #333333; height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.indexNew .list .text p { font-size: 13px; color: #999999; line-height: 22px; height: 44px; margin-top: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.indexNew .list li:hover .time { color: #fff; background: #ff7373; }
.indexNew .list li:hover .text h3 { color: #ff7373; }
/**/
.column { margin-top: 33px; overflow: hidden; }
.column .item { float: left; width: 406px; margin-right: 31px; }
.column .item:last-child { margin-right: 0; }
.column .item .tit { position: relative; overflow: hidden; height: 64px; line-height: 64px; border-bottom: 1px #d2d2d2 solid; margin-bottom: 21px; }
.column .item .tit:before { content: ""; position: absolute; bottom: 0; left: 0; width: 67px; height: 3px; background: #ff7373; }
.column .item .tit b { font-size: 28px; color: #4f4f4f; font-weight: normal; }
.column .item .tit i { font-size: 12px; color: #ff7373; }
.column .item .tit a { float: right; display: inline-block; font-size: 12px; padding: 0 6px; height: 20px; line-height: 20px; border: 1px #ff7373 solid; border-radius: 4px; color: #ff7373; margin-top: 26px; }
.column .item .list li { position: relative; width: 100%; height: 120px; margin-top: 11px; }
.column .item .list li .pic { background-position: center; background-size: cover; background-repeat: no-repeat; height: 100%; }
.column .item .list li .text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/meng.png) no-repeat 0 0; }
.column .item .list li .text span { position: absolute; top: 50%; right: 10%; transform: translateY(-50%); font-size: 18px; color: #4f4f4f; font-weight: bold; }
.column .item .list li:hover .text span { color: #ff7373; }
.column .item .quick { background: #f1f1f1; }
.column .item .quick ul { overflow: hidden; height: 251px; }
.column .item .quick li { width: 50%; float: left; padding-left: 44px; box-sizing: border-box; margin: 22px 0; }
.column .item .quick li a { font-size: 16px; color: #4f4f4f; font-weight: bold; }
.column .item .quick li a:hover { color: #ff7373; }
/*友情链接*/
.link { margin-top: 40px; overflow: hidden; background: #f0f0f0; padding: 10px 16px; box-sizing: border-box; }
.link span { float: left; display: inline-block; width: 76px; color: #333; }
.link .linkText { float: right; width: calc(100% - 82px); }
.link .linkText a { display: inline-block; margin: 0 6px; }
.link .linkText a:hover { color: #ee8a88; }
/*尾部*/
.footer { margin-top: 34px; background: #ee8a88; padding: 40px 24px; box-sizing: border-box; }
.footer .footerTop { overflow: hidden; padding-bottom: 20px; border-bottom: 1px rgba(255,255,255,0.3) solid; }
.footer .footerTop .left { float: left; width: 50%; }
.footer .footerTop .left p { font-size: 14px; color: #ffffff; margin-bottom: 16px; }
.footer .footerTop .left p span { padding-right: 20px; }
.footer .footerTop .right { float: right; width: 25%; }
.footer .footerTop .right a { display: inline-block; width: 150px; height: 38px; line-height: 38px; text-align: center; border: 1px #fff solid; font-size: 13px; color: #fff; border-radius: 4px; margin-bottom: 12px; }
.footer .footerTop .right a img { position: relative; top: -2px; }
.footer .footerBottom { margin-top: 20px; }
.footer .footerBottom p { text-align: center; font-size: 14px; color: #fff; margin-top: 10px; }

/*ie10一下提示弹窗*/
.ie { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 100; }

/*内页左侧导航*/
.con { position: relative; width: 100%; background: #fff; margin-top: 12px; }
.con:after { content: ""; display: table; clear: both; }
.leftNav { float: left; width: 248px; }
.leftNav .title { position: relative; height: 74px; line-height: 74px; text-align: center; color: #fff; background: linear-gradient(90deg,#ff7d7d,#ffafaf); /*font-family: "宋体";*/ }
.leftNav .title h3 { position: absolute; top: 50%; left: -6px; width: 100%; text-align: center; transform: translateY(-50%); font-size: 36px; }
.leftNav .title:before { content: ""; position: absolute; top: 0; left: -12px; width: 12px; height: 100%; background: #ff7d7d; }
.leftNav .title:after { content: ""; position: absolute; bottom: -7px; left: -12px; width: 12px; height: 7px; background: url(../images/leftNavicon1.png) no-repeat 0 0; }
.leftNav ul li { height: 56px; line-height: 56px; border-bottom: 1px #ffe8e8 solid; }
.leftNav ul li a { display: block; padding: 0 26px 0 36px; color: #666666; font-size: 17px; overflow: hidden; }
.leftNav ul li a i { float: right; padding-top: 16px; display: inline-block; width: 22px; height: 22px; background: url(../images/leftNavicon2.png) no-repeat 0 16px; }
.leftNav ul .on a { color: #ff7373; }
.leftNav ul .on a i { background: url(../images/leftNavicon3.png) no-repeat 0 16px; }
.leftNav ul li a:hover { color: #ff7373; }
.leftNav ul li a:hover i { background: url(../images/leftNavicon3.png) no-repeat 0 16px; }
/*右侧*/
.rightCon { float: right; width: calc(100% - 298px); padding: 40px 36px 0 0; box-sizing: border-box; }
.rightCon .wei { text-align: right; font-size: 14px; color: #aaaaaa; }
.rightCon .wei img { padding-right: 4px; }
.rightCon .wei a { font-size: 14px; color: #aaaaaa; }
.rightCon .wei a:hover { color: #ff7373; }
.rightCon .title h3 { font-size: 24px; color: #ff7373; /*font-family: "宋体";*/ background: url(../images/yuan.png) no-repeat 0 16px; padding-left: 20px; line-height: 40px; }
.rightCon .title { position: relative; border-bottom: 1px #efe9e9 solid; margin-top: 14px; }
.rightCon .title .neiSearch { position: absolute; bottom: 0; right: 0; width: 550px; }
.rightCon .title .neiSearch span { float: left; display: inline-block; margin-right: 30px; font-size: 14px; color: #999999; height: 38px; line-height: 38px; cursor: pointer; }
.rightCon .title .neiSearch span:hover { color: #ff7373; }
.rightCon .title .neiSearch span img { padding-left: 10px; }
.rightCon .title .neiSearch .search { float: left; width: calc(100% - 156px); height: 38px; line-height: 38px; background: #f5f5f5; }
.rightCon .title .neiSearch .search img { float: left; padding: 11px 13px; }
.rightCon .title .neiSearch .search .searchText { float: left; width: 62%; border: none; background: #f5f5f5; margin-top: 9px; }
.rightCon .title .neiSearch .search .searchBtn { float: right; display: block; width: 22%; height: 38px; line-height: 38px; background: #ff7373; border: none; color: #fff; cursor: pointer; }
.font { display: inline-block; height: 100%; }
.font i { float: left; }
.font .font-con { position: relative; float: left; display: inline-block; width: 102px; height: 100%; background: url(../images/font.png) 0 18px; background-repeat: no-repeat; margin-left: 10px; margin-right: 20px; }
.font .font-con a { position: absolute; left: 0; top: 0; display: block; height: 100%; width: 28px; }
.font .font-con .font2 { left: 38px; }
.font .font-con .font3 { left: auto; right: 0; }
.font .font-con img { position: absolute; top: 10px; left: 40px; }
.rightCon .word { margin: 40px 0; }
.rightCon .word .word-text p { font-size: 14px; color: #666666; line-height: 28px; text-align: justify; }
.rightCon .word p { font-size: 14px; color: #666666; line-height: 28px; text-align: justify; }
/*交通指南*/
.box { margin: 40px 0; }
.tabTit { width: 100%; text-align: center; font-size: 0; }
.tabTit li { display: inline-block; cursor: pointer; font-size: 20px; color: #fff; background: #ffa6a6; height: 38px; line-height: 38px; min-width: 168px; text-align: center; margin: 0 12px; margin-bottom: 10px; }
.tabTit li:hover { background: #ff7373; }
.tabTit .on { background: #ff7373; }
.tabText { overflow: hidden; margin-top: 30px; }
.tabText .text h4 { font-size: 18px; color: #666666; font-weight: bold; line-height: 36px; overflow: hidden; }
.tabText .text h4 span { float: right; display: block; width: calc(100% - 100px); font-weight: normal; }
.tabText .map { width: 100%; height: 460px; margin-top: 24px; }
.tabText .map iframe { width: 100%; height: 100%; }
/*楼层分布*/
.area { overflow: hidden; margin-top: 30px; }
.areaTitle { overflow: hidden; border-bottom: 1px #efe9e9 solid; padding-bottom: 22px; }
.area .areaTitle span { display: inline-block; height: 38px; line-height: 38px; }
.area .tabTit { float: right; width: 92%; text-align: left; }
.area .tabTit li { background: none; color: #666666; font-size: 16px; min-width: 64px; }
.area .tabTit .on { color: #ff7373; }
.area .tabText .areaTit { font-size: 18px; color: #333333; margin: 10px 0 30px 0; }
.area .tabText .areaItem { overflow: hidden; margin-top: 16px; }
.area .tabText .areaItem span { position: relative; display: inline-block; width: 100px; height: 38px; line-height: 38px; text-align: center; background: #ff7373; font-size: 18px; color: #ffffff; }
.area .tabText .areaItem span:before { content: ""; position: absolute; top: 14px; right: -10px; width: 10px; height: 14px; background: url(../images/san02.png) no-repeat 0 0; }
.area .tabText .areaItem .tit { width: calc(100% - 115px); float: right; font-size: 0; }
.area .tabText .areaItem .tit a { display: inline-block; height: 38px; line-height: 38px; padding: 0 20px; border: 1px #dfdfdf solid; color: #666666; font-size: 18px; margin: 0 8px 8px 8px; }
/*门诊安排*/
.neiTitle { font-size: 20px; color: #ff7373; text-align: center; margin-bottom: 34px; }
.duty .tabTit { border-bottom: 1px #ff7373 solid; }
.duty .tabTit li { min-width: 14.2%; margin: 0; background: none; font-size: 18px; color: #666666; }
.duty .tabTit li:hover { background: #ff7373; color: #fff; }
.duty .tabTit .on { background: #ff7373; color: #fff; }
.duty .dutyBiao { width: 100%; border: 1px #ff7373 solid; }
.duty .dutyBiao thead tr { background: #ffd7d7; }
.duty .dutyBiao thead td { font-size: 16px; }
.duty .dutyBiao td { font-size: 14px; color: #333333; padding: 10px 40px; border-right: 1px #ff7373 solid; }
.duty .dutyBiao td:first-child { text-align: center; }
.duty .dutyBiao tbody td { border-bottom: 1px #ff7373 solid; }
.duty .dutyBiao tbody td span { display: inline-block; padding-right: 8px; }
/*专家查询*/
.neiForm form { display: block; overflow: hidden; }
.neiForm .item { float: left; width: 250px; margin-right: 30px; }
.neiForm .item span { display: inline-block; font-size: 16px; color: #666666; }
.neiForm .item input { height: 28px; line-height: 28px; width: calc(100% - 5em); border: 1px #e5e5e5 solid; border-radius: 2px; padding: 0 8px; box-sizing: border-box; }
.neiForm .btu { display: block; float: left; height: 28px; line-height: 28px; background: #ff7373; border-radius: 2px; border: none; padding: 0 26px; color: #fff; cursor: pointer; }
.personList { overflow: hidden; margin-top: 43px; margin-bottom: 20px; }
.personList li { float: left; width: 50%; overflow: hidden; margin-bottom: 40px; }
/*.personList li:nth-child(2n){ float: right;}*/
.personList li .pic { float: left; width: 178px; height: 228px; border-radius: 4px; overflow: hidden; }
.personList li .pic img { width: 100%; height: 100%; }
.personList li .text { float: right; width: calc(100% - 200px); }
.personList li .text p { font-size: 14px; margin: 10px 0; height: 20px; line-height: 20px; }
.personList li .text p b { float: left; font-weight: normal; color: #ff7373; }
.personList li .text p span { float: left; display: inline-block; color: #666666; width: calc(100% - 70px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.personList li .text i { display: inline-block; padding: 6px 20px; border: 1px #e5e5e5 solid; border-radius: 4px; margin-top: 64px; font-size: 14px; color: #666666; }
.personList li .text p em { display: inline-block; width: 28px; }
.personList li:hover i { color: #ff7373; }
.personList li .pic img:hover { transform: scale(1.1); transition: all 0.4 ease; }
/*页码*/
.page { text-align: center; font-size: 0; }
.page a { display: inline-block; padding: 6px 12px; font-size: 16px; color: #666666; border: 1px #e0e0e0 solid; border-radius: 4px; margin: 0 5px; }
.page a:hover { background: #ff7373; border-color: #ff7373; color: #fff; }
.page .on { background: #ff7373; border-color: #ff7373; color: #fff; }
/*医保政策*/
.word .word-title { margin-bottom: 32px; }
.word .word-title h3 { text-align: center; font-size: 20px; color: #333333; }
.word .word-title h4 { font-size: 14px; color: #999999; text-align: center; margin-top: 18px; }
.word .word-title h4 span { padding: 0 8px; }
.back { overflow: hidden; margin-top: 30px; border-top: 1px #efe9e9 solid; padding-top: 22px; }
.back a { font-size: 16px; color: #999999; }
.back .close { float: right; }
/*医院新闻*/
.news { margin-top: 0; }
.newsList { margin: 6px 0 40px 0; }
.newsList li { padding: 32px 0; border-bottom: 1px #cccccc solid; }
/*.newsList li a { display: block; }*/
.newsList li .text { position: relative; }
.newsList li .text .share { top: 40px; }
.newsList li h3 { font-size: 22px; color: #ff7373; height: 29px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; letter-spacing: 1px; transition: all 0.4s ease; }
.newsList li h4 { position: relative; font-size: 14px; margin: 12px 0; }
.newsList li h4 span { padding-right: 36px; color: #999999; }
.newsList li p { color: #666666; font-size: 15px; line-height: 24px; height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-align: justify; }
.newsList li:last-child { border-bottom: none; }
.newsList li h3:hover { text-indent: 1em; }
/*专家介绍内页*/
.person-top { overflow: hidden; }
.person-top .pic { float: left; width: 178px; height: 228px; border-radius: 4px; overflow: hidden; }
.person-top .text { float: right; width: calc(100% - 200px); }
.person-top .text p { font-size: 14px; height: 30px; line-height: 30px; color: #666666; height: auto; }
.person-top .text p b { float: left; font-weight: normal; color: #ff7373; }
.person-top .text p b em { display: inline-block; width: 28px; }
.person-bottom { margin-top: 50px; }
.person-bottom .tit { border-bottom: 1px #ff7373 solid; height: 42px; line-height: 42px; }
.person-bottom .tit span { display: inline-block; background: #ff7373; color: #fff; padding: 0 30px; font-size: 18px; color: #ffffff; }
.person-bottom .text { color: #666666; font-size: 14px; line-height: 30px; text-align: justify; margin-top: 20px; }
/*新闻单页*/
.wordBox { padding: 30px 20px; }
.wordBox .word-text { margin-top: 30px; }
.wordBox .word-text p { font-size: 14px; color: #666666; line-height: 28px; text-align: justify; }
.wordBox .word-text img { max-width: 100%; }
.wordBox .title { border-bottom: 1px #ccc solid; }
.wordBox .title h3 { font-size: 30px; font-weight: bold; text-align: center; color: #ff7373; background: none; }
.wordBox .title h4 { position: relative; font-size: 14px; color: #666; margin-top: 26px; height: 42px; line-height: 42px; }
.wordBox .title h4 span { padding-right: 40px; }
/*相关阅读*/
.read { margin-top: 40px; padding-top: 20px; border-top: 1px #ccc solid; }
.read h3 { font-size: 20px; font-weight: bold; color: #333; }
.read p { position: relative; margin-top: 10px; padding-left: 10px; height: 19px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.read p:before { content: ""; position: absolute; top: 7px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #ff7373; }
.read p a { font-size: 14px; color: #666; }
.read p a:hover { color: #ff7373; }
/*护理风采*/
.nurse { padding: 0 36px; box-sizing: border-box; }
.nurse .rightCon { width: 100%; padding: 40px 0; }
.nurse .nurse-new { margin-top: 35px; overflow: hidden; }
.nurse .nurse-new .pic { float: left; width: 612px; height: 376px; overflow: hidden; }
.nurse .nurse-new .pic em { display: block; height: 100%; background-size: cover; background-position: center; }
.nurse .nurse-new .text { float: right; width: calc(100% - 612px); height: 376px; border: 1px #dfdfdf solid; box-sizing: border-box; padding: 15px 21px 15px 28px; }
.nurse .text .tit { overflow: hidden; height: 42px; line-height: 42px; border-bottom: 1px #ff7373 solid; }
.nurse .text .tit span { float: left; display: inline-block; background: #ff7373; color: #fff; font-size: 18px; padding: 0 32px; }
.nurse .text .tit a { float: right; font-size: 14px; color: #999999; }
.nurse .text .tit a:hover { color: #ff7373; }
.nurse .text ul { margin-top: 10px; }
.nurse .text ul li { height: 54px; line-height: 54px; border-bottom: 1px #e5e5e5 dashed; overflow: hidden; }
.nurse .text ul li a { display: block; float: left; font-size: 16px; color: #676767; width: 78%; height: 54px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nurse .text ul li i { float: right; font-size: 16px; color: #999999; }
.nurse .text ul li:hover a { color: #ff7373; }
.scient { margin-top: 24px; overflow: hidden; }
.scient .left { float: left; width: 588px; height: 546px; border: 1px #dfdfdf solid; padding: 20px 28px; box-sizing: border-box; }
.scient .left .pic { width: 100%; height: 200px; overflow: hidden; margin-bottom: 27px; }
.scient .left .pic em { display: block; height: 100%; background-size: cover; background-position: center; }
.scient .right { float: right; }
.nurseWord { position: relative; border: 1px #dfdfdf solid; margin-top: 21px; height: 138px; box-sizing: border-box; }
.nurseWord-text { padding: 6px 29px 26px 90px; overflow: hidden; }
.nurseWord-text .text { font-size: 16px; color: #676767; line-height: 24px; height: 96px; margin-bottom: 6px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.nurseWord-text a { float: right; color: #999; }
.nurseWord-text a:hover { color: #ff7373; }
.nurseWord .tit { position: absolute; top: -1px; left: -1px; width: 48px; height: 138px; background: #ff7373; }
.nurseWord .tit:before { content: ""; position: absolute; right: -7px; top: 50%; transform: translateY(-50%); margin-top: -5px; width: 7px; height: 11px; background: url(../images/san02.png) no-repeat 0 0; }
.nurseWord .tit span { font-size: 18px; color: #fff; display: block; width: 20px; margin: 20px auto 0 auto; }
/*教学*/
.teachItem { margin-bottom: 49px; }
.tabJiao { height: 42px; line-height: 42px; border-bottom: 1px #ff7373 solid; }
.tabJiao li { display: inline-block; padding: 0 27px; font-size: 18px; }
.tabJiao li a { display: inline-block; color: #ff7373; }
.tabJiao .on { background: #ff7373; color: #fff; }
.tabJiao .on a { color: #fff; }
.jiaoList { overflow: hidden; }
.jiaoList li { height: 54px; line-height: 54px; border-bottom: 1px #e5e5e5 dashed; overflow: hidden; }
.jiaoList li a { float: left; display: block; width: 70%; height: 54px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: #333333; }
.jiaoList li a:hover { color: #ff7373; }
.jiaoList li i { float: right; font-size: 16px; color: #999999; }
/*科研*/
.teachBiao { width: 100%; border: 1px #ff7373 solid; margin-top: 23px; text-align: center; }
.teachBiao thead tr { background: #ffd7d7; }
.teachBiao thead td { font-size: 16px; }
.teachBiao td { font-size: 14px; color: #333333; padding: 10px; border-right: 1px #ff7373 solid; }
.teachBiao tbody td { border-bottom: 1px #ff7373 solid; }
.teachBiao tbody td span { display: inline-block; padding-right: 8px; }
/*活动招募*/
.voluteer { margin-bottom: 31px; }
/*活动报名*/
.voluteerBao { margin-bottom: 32px; }
.voluteerBao .tit { text-align: center; margin-bottom: 24px; }
.voluteerBao .tit h3 { font-size: 22px; color: #454545; }
.voluteerBao .tit span { font-size: 14px; color: #ff7373; }
.voluteerBiao { width: 100%; text-align: center; border: 1px #e9e9e9 solid; border-radius: 10px; }
.voluteerBiao table { width: 100%; text-align: left; }
.voluteerBiao table td { padding: 10px 30px; font-size: 16px; color: #333; border-bottom: 1px #e9e9e9 solid; }
.voluteerBiao table tr:last-child td { border-bottom: none; }
.voluteerBiao table td > input { border: none; width: 100%; }
.voluteerBiao table td > input::-webkit-input-placeholder { color: #999; }
.voluteerBiao table td > input:-moz-placeholder { color: #999; }
.voluteerBiao table td > input::-moz-placeholder { color: #999; }
.voluteerBiao table td > input:-ms-input-placeholder { color: #999; }
.voluteerBiao table td:first-child { width: 34%; text-align: right; color: #ff7373; border-right: 1px #e9e9e9 solid; }
.voluteerBiao table td label { float: left; margin-right: 36px; cursor: pointer; color: #666666; }
.voluteerBiao table td label input { width: 14px; height: 14px; margin-right: 12px; }
.voluteerTwo { overflow: hidden; width: 70%; margin-left: 19.3%; }
.voluteerTwo label { display: block; float: left; width: 25%; font-size: 14px; color: #787878; overflow: hidden; margin-bottom: 8px; cursor: pointer; }
.voluteerTwo label input { position: relative; top: -1px; width: 14px; height: 14px; margin-right: 10px; }
.voluteerTwo label .other { width: 68%; border: none; border-bottom: 1px #787878 solid; margin-right: 0; padding-left: 4px; box-sizing: border-box; }
.btns-area a { text-align: center; }
.voluteerBtn { display: inline-block; height: 48px; line-height: 48px; width: 142px; text-align: center; background: #ff7373; border-radius: 6px; color: #fff; border: none; font-size: 16px; margin: 0 20px; }
/*预览图片盒子*/
.view-box { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.5); z-index: 30; }
.view-box .canvas-box { position: absolute; left: 50%; top: 5%; min-width: 900px; height: 76%; transform: translateX(-50%); overflow-y: auto; background: #fff; padding: 20px 10px; }
.view-box .download-btn { z-index: 1; position: absolute; left: 50%; bottom: 8%; width: 160px; height: 40px; transform: translateX(-50%); background-color: #ff7373; border-radius: 3px; font-size: 14px; text-align: center; line-height: 40px; color: #fff; }
.view-box .download-btn:hover { opacity: .9; filter: alpha(opacity=90); }
/*领导信息*/
.leader ul { overflow: hidden; padding-bottom: 19px; }
.leader ul li { float: left; width: 216px; margin-right: 27px; margin-bottom: 21px; }
.leader ul li .pic { width: 100%; height: 276px; overflow: hidden; }
.leader ul li .pic img { width: 100%; height: 100%; border-radius: 4px; transition: all 0.4s ease; }
.leader ul li .pic img:hover { transform: scale(1.1); }
.leader ul li .text { overflow: hidden; height: 56px; line-height: 56px; }
.leader ul li .text b { font-size: 18px; color: #ff7373; font-weight: normal; }
.leader ul li .text span { float: right; display: block; width: calc(100% - 4em); text-align: right; height: 56px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #666; }
.leader ul li:nth-child(4n) { margin-right: 0; }
/*职工之家*/
.rightCon .title .readIcon { text-align: right; }
.rightCon .title .readIcon span { float: inherit; margin-right: 0; }
/**/
.workerList li { overflow: hidden; }
.workerList li .pic { float: left; width: 252px; height: 130px; overflow: hidden; }
.workerList li .pic a { display: block; height: 100%; background-size: cover; background-position: center; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; }
.workerList li .pic a:hover { transform: scale(1.1); }
.workerList li .text { float: right; width: calc(100% - 270px); }
/*党建平台*/
.dangBg { background: url(../images/dangbg.jpg) no-repeat top center , #ddd; background-size: cover; }
.dangBox { margin-top: 102px; }
.dangBox .newsList li h3 i { float: left; display: inline-block; border: 1px #b91c22 solid; border-radius: 4px; font-size: 14px; color: #b91c22; height: 24px; line-height: 22px; box-sizing: border-box; padding: 0 6px; margin: 3px 12px 0 0; }

/*人才招聘-各表单头部公共样式*/
.rightCon .person-title h3 { padding-left: 46px; }
.rightCon .person-title h3 i { font-size: 14px; color: #999999; }
.rightCon h3 .reset { position: absolute; top: 0; right: 0; font-size: 14px; color: #4f4f4f; margin-top: 16px; cursor: pointer; background: no-repeat; border: none; }
.rightCon h3 .reset img { float: left; padding-right: 6px; padding-top: 2px; }
.rightCon .person-title1 h3 { background: url(../images/person01.png) 0 5px no-repeat; }
/*基本信息*/
.rightCon .person-title2 h3 { background: url(../images/person02.png) 0 5px no-repeat; }
/*教育经历*/
.rightCon .person-title3 h3 { background: url(../images/person03.png) 0 5px no-repeat; }
/*工作经历*/
.rightCon .person-title4 h3 { background: url(../images/person04.png) 0 5px no-repeat; }
/*课题情况*/
.rightCon .person-title5 h3 { background: url(../images/person05.png) 0 5px no-repeat; }
/*论文情况*/
/*人才招聘-基本信息*/
.person .baseTop { overflow: hidden; padding-top: 31px; }
.person .baseTop .left { float: left; width: 66%; }
.person .left .baseItem { font-size: 0; }
.person .item { width: 49%; display: inline-block; font-size: 14px; color: #4f4f4f; height: 40px; line-height: 40px; margin-bottom: 24px; }
.person .baseItem .item:last-child { float: right; }
.person .baseItem .item span { float: left; display: inline-block; width: 82px; text-align: right; }
.person .baseItem .item span i { color: #ff7373; padding-right: 4px; }
.person .baseItem .item p { float: right; width: calc(100% - 90px); height: 40px; line-height: 40px; border: 1px #e9e9e9 solid; border-radius: 10px; padding: 0 8px; box-sizing: border-box; }
.person .baseItem .item .a { position: relative; }
.person .baseItem .item .pick-list { position: absolute; top: 40px; left: 0; width: 100% !important; border-top: 1px solid #dedede; }
.person .baseItem .item p input { border: none; width: 100%; float: left; height: 38px; line-height: 38px; }
.person .baseItem .radio p label { display: inline-block; min-width: 30%; cursor: pointer; margin-left: 12px; }
.person .baseItem .radio p input { float: left; width: 14px; height: 14px; margin-top: 13px; margin-right: 12px; }
.person .baseItem .rili input { background: url(../images/rili.png) right 9px no-repeat; }
.person .baseItem .item .outer select { border: none; outline: none; }
.person .baseTop .right { float: right; width: 28%; overflow: hidden; }
.person .baseTop .right .text { float: left; width: calc(100% - 160px); padding-top: 40px; }
.person .baseTop .right .text p { font-size: 13px; color: #4f4f4f; padding-bottom: 6px; text-align: center; }
.person .baseTop .right .text p i { color: #ff7373; padding-right: 4px; }
.person .baseTop .right .text input { width: 54px; height: 18px; text-align: center; line-height: 18px; font-size: 12px; color: #fff; border: none; background: #ff7373; }
.person .baseTop .right .text b { position: relative; width: 54px; height: 18px; display: block; text-align: center; font-size: 12px; color: #999999; margin: 12px auto; }
.person .baseTop .right .text b em { position: absolute; top: 0; left: 0; z-index: 1; width: 54px; height: 18px; text-align: center; line-height: 17px; font-size: 12px; color: #fff; background: #ff7373; border-radius: 6px; }
.person .baseTop .right .text b input { position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; -ms-filter: 'alpha(opacity=0)'; }
.person .baseTop .right .text > span { display: block; text-align: center; font-size: 12px; color: #999; }
.person .baseTop .right .img { float: right; width: 132px; height: 167px; border: 1px #e9e9e9 solid; border-radius: 6px; box-sizing: border-box; background: url(../images/yuluan.jpg) no-repeat 0 0; }
.person .baseTop .right .img img { width: 132px; height: 167px; }
.person .baseBottom .baseItem .item { width: 32%; margin-right: 1.5%; }
.person .baseBottom .baseItem .item:last-child { float: initial; margin-right: 0; }
.person .baseBottom .baseItem .select select { width: 100%; border: none; height: calc(100% - 2px); float: left; }
.person .baseBottom .baseItem .length span { width: 145px; }
.person .baseBottom .baseItem .length p { width: calc(100% - 150px); }
.person .baseBottom .baseItem .lengthTwo span { width: 110px; }
.person .baseBottom .baseItem .lengthTwo p { width: calc(100% - 115px); }
.uplode { overflow: hidden; }
.uplode .left { float: left; width: 100%; }
.uplode .tit { border-bottom: 1px #efe9e9 solid; padding-bottom: 16px; overflow: hidden; }
.uplode .tit img { float: left; padding-top: 4px; padding-right: 22px; }
.uplode .tit span { font-size: 24px; color: #454545; }
.uplode .tit span i { font-size: 14px; color: #999999; }
.uplode .file { }
.uplode .file input { margin-top: 24px; }
.uplode .right { float: right; width: 100%; }
.uplode .right .tit em { color: #ff7373; }
.uplode .right .yan { border: 1px #e9e9e9 solid; border-radius: 10px; height: 40px; line-height: 38px; overflow: hidden; margin-top: 16px; width: 40%; }
.uplode .right .yan input { border: none; padding: 0 10px; box-sizing: border-box; width: calc(100% - 130px); }
.uplode .right .yan img { float: right; cursor: pointer; width: 126px; height: 42px; }
.person .btns-area { padding: 38px 0; }
.person .btns-area .bao { background: #fff; border: 1px solid #ff7373; color: #ff7373; box-sizing: border-box; }
/*人才招聘-教育经历*/
.person .teach { width: 100%; border: 1px #e9e9e9 solid; margin-top: 29px; border-radius: 10px; border-collapse: separate; border-spacing: 0; }
.person .teach tr td { padding: 10px 18px; text-align: center; font-size: 14px; color: #4f4f4f; border-right: 1px #e9e9e9 solid; border-bottom: 1px #e9e9e9 solid; }
.person .teach tr td:last-child { border-right: none; }
.person .teach tr:last-child td { border-bottom: none; }
.person .teach tr td:first-child { text-align: left; }
.person .teach tr td input { border: none; width: 100%; text-align: left; }
.person .agren { text-align: right; font-size: 14px; color: #4f4f4f; margin-top: 20px; cursor: pointer; }
.person .del { text-align: right; font-size: 14px; color: #4f4f4f; margin-top: 14px; cursor: pointer; }
.person .del span { border: 1px #ff7373 solid; border-radius: 4px; padding: 2px 16px; }
.person .work tr td:first-child { text-align: center; }
.person .topic td { font-size: 14px; color: #4f4f4f; }
.person .topic tr:first-child td { font-weight: bold; }
.person .topic tr td:first-child { text-align: center; width: 27%; }
.person .list { width: 50%; margin-top: 20px; }
.person .list .listItem { overflow: hidden; height: 40px; line-height: 40px; margin-bottom: 20px; }
.person .list .listItem span { float: left; display: inline-block; width: 75px; }
.person .list .listItem p { float: right; width: calc(100% - 75px); padding: 0 10px; height: 40px; line-height: 40px; box-sizing: border-box; border: 1px #e9e9e9 solid; border-radius: 8px; }
.person .list .listItem p input { float: left; width: 100%; border: none; height: 38px; line-height: 38px; }
.person .list .task { height: 32px; line-height: 32px; }
.person .list .task p { border: none; }
.person .list .task p input { float: initial; width: 72px; border-bottom: 1px #e9e9e9 solid; height: 20px; line-height: 20px; text-align: center; }
.person .list .listItem p select { width: 100%; border: none; }

/*图文*/
.picture .leader ul li { width: 286px; }
.picture .leader ul li .pic { height: 206px; }
.picture .leader ul li { margin-right: 43px; }
.picture .leader ul li:nth-child(3n) { margin-right: 0; }
.picture .leader ul li:nth-child(4n) { margin-right: 43px; }

/*返回*/
.back-prev { margin-top: 20px; text-align: center; }
.back-prev a { display: inline-block; padding: 4px 18px; background: #ea6b69; color: #fff; border-radius: 4px; margin: 0 10px; }

/*2019.6.26人事修改*/
.baseItem { vertical-align: top; }
.person .item { position: relative; margin-bottom: 0; padding-bottom: 28px; }
.item-next { overflow: hidden; }
.next { display: none; position: absolute; bottom: 2px; left: 0; width: 100%; text-align: center; height: 20px; line-height: 20px; }
.next label { display: inline-block; margin: 0 6px; cursor: pointer; }
.next label input { position: relative; top: -2px; margin-right: 4px; }
.next input { border-radius: 4px; font-size: 12px; border: 1px #e9e9e9 solid; padding: 2px 10px; box-sizing: border-box; }

/*2019.6.27首页名医导航*/
.teamCont .peopleList { width: 90%; margin: 0 auto; }
.teamCont .peopleList li { width: 32.3%; float: left; height: 112px; overflow: hidden; margin-right: 1.5%; }
.teamCont .peopleList li:nth-child(3n) { margin-right: 0; }
.teamCont .peopleList li .person { width: 80px; height: 100%; float: left; border-radius: 4px; border: none; }
.teamCont .peopleList li .text { float: right; width: calc(100% - 86px); text-align: left; }
.teamCont .peopleList li .text h3 { font-size: 14px; color: #018578; margin-top: 18px; margin-bottom: 8px; }
.teamCont .peopleList li .text p { font-size: 11px; color: #999999; overflow: hidden; line-height: 16px; }
.teamCont .peopleList li .text p b { font-weight: normal; }
.teamCont .peopleList li .text p i { display: block; float: left; width: 100%; }




/*专题首页*/
.w1200 { width: 1200px; margin: 0 auto; }
.ban { width: 1200px; margin: 0 auto; position: relative; overflow: hidden; /*border-top: 3px #e0edf0 solid;*/ }
.ban img { width: 100%; }
.ban .swiper-pagination-bullet-active { background: #ff7373 !important; }
.ban .swiper-pagination-bullet { background: #d2d2d2; opacity: 1; }
.navZhuan { background: #d70101; }
.navZhuan li { width: 16%; text-align: center; }
.navZhuan li > a { font-size: 24px; }
.navZhuan .on > a { color: #d70101; }
.navZhuan li > a:hover { color: #d70101; }
.navIcon { display: none; position: fixed; top: 16px; right: 10px; width: 30px; height: 30px; line-height: 30px; text-align: center; padding-top: 8px; z-index: 30; }
.navIcon .bar { position: relative; display: block; width: 30px; height: 4px; margin: 0 auto; margin-bottom: 4px; background-color: #666; border-radius: 20px; -webkit-transition: .4s; transition: .4s; }
.navIconClick { position: fixed; top: 16px; right: 10px; z-index: 30; width: 30px; background: none; }
.navIconClick .bar:first-child { transform: translateY(4px) rotate(-45deg); }
.navIconClick .bar:nth-child(2) { opacity: 0; }
.navIconClick .bar:nth-child(3) { transform: translateY(-12px) rotate(45deg); }

/*.navZhuan li .sub_nav{background: #ba0d0f; background-color: rgba(186,13,15,.7);}
.navZhuan li .sub_nav dd a:hover{ background: #ba0d0f;}*/
/*主题*/
.theme { text-align: center; background: #f3f3f3; margin-top: 27px; padding: 18px 0; }
.theme h3 { font-size: 28px; color: #c40000; margin-bottom: 4px; }
.theme h3 a { color: #c40000; }
.theme p span { font-size: 14px; color: #333333; padding: 0 10px; }
.theme p span a { color: #333333; }
/*part1*/
.part1 { overflow: hidden; margin-top: 27px; }
.part1 .left { position: relative; float: left; width: 45.8%; overflow: hidden; }
.part1 .left .swiper-slide { position: relative; height: 318px; }
.part1 .left .swiper-slide img { width: 100%; height: 100%; }
.part1 .left .swiper-slide p { position: absolute; left: 0; bottom: 0; width: 100%; height: 40px; line-height: 40px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 50px 0 10px; box-sizing: border-box; background: rgba(0,0,0,0.5); color: #fff; }
.part1 .left .swiper-pagination { text-align: right; }
.part1 .left .swiper-pagination-bullet-active { background: #d70101; }
.part1 .right { float: right; width: 50%; }
.part1 .right h3 { font-size: 24px; font-weight: bold; color: #333; }
.part1 .right ul li { margin: 16px 0; }
.part1 .right ul li a { display: block; font-size: 14px; color: #666; height: 24px; line-height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.part1 .right ul li a:hover { color: #d70101; }
/*ad*/
.ad { margin-top: 20px; }
.ad a { display: block; height: 74px; background-size: cover; background-position: center; }
/*.part2*/
.part2 { overflow: hidden; margin-top: 20px; }
.part2 .left { float: left; width: 48.6%; }
.index-tit { overflow: hidden; height: 48px; line-height: 48px; border-bottom: 1px #cecece solid; }
.index-tit span { float: left; font-size: 26px; color: #c40000; border-bottom: 2px #c40000 solid; }
.index-tit a { float: right; display: inline-block; font-size: 12px; color: #666666; border: 1px #c40000 solid; border-radius: 4px; height: 22px; line-height: 22px; padding: 0px 10px; margin-top: 14px; }
.index-tit a:hover { background: #c40000; color: #fff; }
.part2 .left ul { margin-top: 18px; }
.part2 .left ul li a { display: block; overflow: hidden; background: url(../images/zsan.png) no-repeat 0 11px; padding-left: 20px; height: 32px; line-height: 32px; }
.part2 .left ul li a span { float: left; display: block; width: 80%; color: #787878; height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.part2 .left ul li a span:hover { color: #c40000; }
.part2 .left ul li a em { float: right; color: #787878; }
.part2 .right { float: right; }
/*part3*/
.part3 { margin-top: 14px; }
.part3 ul { margin-top: 27px; text-align: center; font-size: 0; }
.part3 ul li { display: inline-block; width: 194px; font-size: 22px; margin: 0 29px; }
.part3 ul li .pic { width: 100%; height: 252px; overflow: hidden; }
.part3 ul li .pic img { width: 100%; height: 100%; transition: 0.4s; -webkit-transition: 0.4s; }
.part3 ul li .pic img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); }
.part3 ul li:hover p { color: #c40000; }
.part3 ul li p { font-size: 22px; color: #333333; height: 30px; overflow: hidden; margin-top: 24px; }
.part3 .dianList { position: relative; padding: 0 7.4%; }
.part3 .dian { margin-top: 27px; width: 100%; position: relative; overflow: hidden; }
.part3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background: url(../images/znext.png) no-repeat 0 0; width: 28px; height: 72px; right: 0; margin-top: -36px; }
.part3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background: url(../images/zprev.png) no-repeat 0 0; width: 28px; height: 72px; left: 0; margin-top: -36px; }
/*part4*/
.part4 { margin-top: 20px; }
.part4 .studyList { position: relative; margin-top: 18px; padding: 0 30px; }
.part4 .study { width: 100%; overflow: hidden; }
.part4 .study ul li { width: 177px; height: 117px; border: 1px #dfdfdf solid; padding: 3px; box-sizing: border-box; overflow: hidden; margin: 0 26px; overflow: hidden; }
.part4 .study ul li img { width: 100%; transition: 0.4s; -webkit-transition: 0.4s; }
.part4 .study ul li img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); }
.part4 .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background: url(../images/znext.png) no-repeat 0 0; width: 28px; height: 72px; right: 0; margin-top: -36px; }
.part4 .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background: url(../images/zprev.png) no-repeat 0 0; width: 28px; height: 72px; left: 0; margin-top: -36px; }
/*part5*/
.part5 { margin-top: 14px; margin-bottom: 58px; }
.part5 ul { margin-top: 27px; text-align: center; font-size: 0; }
.part5 ul li { display: inline-block; width: 160px; font-size: 22px; height: 83px; margin: 0 28px; border: 1px #dfdfdf solid; padding: 3px; box-sizing: border-box; }
.part5 ul li .pic { width: 100%; height: 100%; overflow: hidden; }
.part5 ul li .pic img { width: 100%; height: 100%; transition: 0.4s; -webkit-transition: 0.4s; }
.part5 ul li .pic img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); }
/*尾部*/
.zfoot .footer { background: #ba0d0f; }
.zfoot .w-1280 { width: 1200px; }
/*专题列表*/
.wZhi { overflow: hidden; border-bottom: 1px #cbcbcb solid; height: 50px; line-height: 50px; margin-top: 24px; }
.wZhi span { float: left; font-size: 20px; color: #d70101; }
.wZhi .right { float: right; width: 40%; height: 50px; text-align: right; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #8c8c8c; }
.wZhi .right a { color: #8c8c8c; }
.wZhi .right a:hover { color: #d70101; }
.wZhi .right .on { color: #d70101; }
.zList { margin-top: 20px; margin-bottom: 38px; }
.zList ul li { height: 46px; line-height: 46px; border-bottom: 1px #f3f3f3 solid; }
.zList ul li:last-child { border-bottom: none; }
.zList ul li a { display: block; overflow: hidden; padding: 0 20px; box-sizing: border-box; }
.zList ul li a span:hover { color: #d70101; }
.zList ul li a span { display: block; float: left; width: 80%; font-size: 16px; color: #3e3e3e; height: 46px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.zList ul li a i { float: right; font-size: 16px; color: #3e3e3e; }
.zPage .on { background: #d70101; }
.zPage a:hover { background: #d70101; }
/*专题内容*/
.zword { margin-top: 46px; }
.zword .zTitle { padding: 0 16%; text-align: center; border-bottom: 1px #cbcbcb solid; }
.zword .zTitle h3 { font-size: 30px; color: #282828; font-weight: bold; }
.zword .zTitle h4 { margin-top: 20px; padding-bottom: 24px; }
.zword .zTitle h4 span { font-size: 16px; color: #454545; padding: 0 10px; }
.zword .ztext { margin: 28px 0; }
.zword .ztext p { font-size: 14px; color: #676767; line-height: 24px; }
.zword .zpian { border-top: 1px #e4e4e4 solid; border-bottom: 1px #e4e4e4 solid; }
.zword .zpian p { margin: 10px 0; color: #676767; height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.zword .zpian p a { color: #676767; }
.zword .zpian p a:hover { color: #ba0d0f; }
/*科室导航*/
.nurse .office { padding: 14px 0 40px 0 !important; }
.office .wei { overflow: hidden; border-bottom: 1px #efe9e9 solid; height: 46px; line-height: 46px; }
.office .wei .tit { float: left; display: inline-block; font-size: 24px; color: #ff7373; font-weight: normal; height: 45px; line-height: 45px; border-bottom: 1px #ff7373 solid; padding: 0 6px; }

.office .officeTitle .officewei { float: right; overflow: hidden; border-bottom: 1px #efe9e9 solid; height: 46px; line-height: 46px; color: #aaaaaa; }
.office .officeTitle .officewei .tit { float: left; display: inline-block; font-size: 24px; color: #ff7373; font-weight: normal; height: 45px; line-height: 45px; border-bottom: 1px #ff7373 solid; padding: 0 6px; }
.office .officeTitle .officewei i { color: #aaaaaa; }
.office .officeTitle .officewei a { float: initial; color: #aaaaaa; }
.office .officeTitle .officewei a:hover { color: #ff7373; }

.officeCon { padding-top: 20px; }
.officeCon .officeTab { position: relative; }
.officeCon .officeTab .officeSearch { position: absolute; top: 0; right: 0; height: 42px; line-height: 42px; border: 1px #ff7373 solid; border-bottom: none; box-sizing: border-box; }
.officeCon .officeTab .officeSearch .input { float: left; border: none; height: 40px; line-height: 40px; padding: 0 10px; box-sizing: border-box; width: calc(100% - 42px); }
.officeCon .officeTab .officeSearch .btn { display: inline-block; float: right; width: 40px; height: 41px; background: #ff7373 url(../images/office1.png) 10px 10px no-repeat; border: none; cursor: pointer; }
.officeCon .tabJiao li a { color: #666666; }
.officeCon .tabJiao .on a { color: #fff; }
.officeCon .officeList { width: 100%; overflow: hidden; }
.officeCon .officeList .list { overflow: hidden; margin: 12px 0; }
.officeCon .officeList .list li { position: relative; float: left; width: 20%; margin: 12px 0; padding-left: 12px; height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; box-sizing: border-box; }
.officeCon .officeList .list li::after { content: ""; position: absolute; top: 8px; left: 0; width: 3px; height: 3px; border-radius: 50%; background: #ff7373; }
.officeCon .officeList .list li a:hover { color: #ff7373; }
/*科室简介*/
.officeNotice { height: 46px; line-height: 46px; background: #fff; }
.officeNotice .notice { border: none; }
.officeNotice .notice i { position: relative; width: 82px; height: 100%; margin-top: 0; font-size: 15px; color: #ff7373; background: url(../images/office2.png) 78px 17px no-repeat; padding-right: 22px; }
.officeNotice .notice i:after { content: ""; position: absolute; top: 15px; right: 0; width: 1px; height: 15px; /*background: #a4a4a4;*/ }
.officeNotice .notice .notice-text { float: left; width: calc(100% - 300px); margin-left: 18px; }
.officeNotice .notice .notice-text a { width: 100%; font-size: 15px; color: #747474; }
.officeNotice .notice .more { float: right; font-size: 15px; color: #2aafc3; background: url(../images/office3.png) right 18px no-repeat; padding-right: 20px; margin-right: 20px; }

.office .introduce { overflow: hidden; margin-top: 40px; }
.office .introduce .left { float: left; width: 44.2%; height: 240px; overflow: hidden; }
.office .introduce .left em { display: block; height: 100%; transition: 0.4s; -webkit-transition: 0.4s; background-size: cover; background-position: center; }
.office .introduce .left em:hover { transform: scale(1.1); }
.office .introduce .right { float: right; width: 53.3%; }
.office .introduce .right .text { position: relative; height: 120px; }
.office .introduce .right .text p { font-size: 15px; color: #999; line-height: 24px; height: 120px; overflow: hidden; text-align: justify; text-indent: 2em; }
.office .introduce .right .text .more { position: absolute; right: 0; bottom: 0; color: #ff7373; }
.office .introduce .right .text .more:hover { font-weight: bold; }
.office .introduce .right .introduce-nav { margin-top: 33px; border-bottom: 1px #999999 solid; white-space: nowrap; overflow-x: auto; }
.office .introduce .right .introduce-nav .item { display: inline-block; text-align: center; margin-right: 16px; border-bottom: 2px transparent solid; padding-bottom: 10px; }
.office .introduce .right .introduce-nav .item span { display: block; margin-top: 6px; }
.office .introduce .right .introduce-nav .item:hover { border-bottom: 2px solid #ff7373; }

.officeTwo { margin-top: 27px; overflow: hidden; }
.officeTitle { overflow: hidden; height: 40px; line-height: 40px; border-bottom: 1px #999999 solid; }
.officeTitle span { float: left; display: inline-block; color: #ff7373; font-size: 18px; border-bottom: 2px transparent solid; height: 38px; margin-right: 24px; }
.officeTitle span a { font-size: 18px; color: #999999; }
.officeTitle span.on { border-bottom: 2px #ff7373 solid; }
.officeTitle span.on a { color: #ff7373; }
.officeTitle a { float: right; font-size: 14px; }
.officeTitle a:hover { color: #ff7373; }
.officeTwo .left { width: 48%; float: left; }
.officeTwo .left .text { position: relative; padding-top: 20px; font-size: 15px; color: #999999; line-height: 32px; text-align: justify; text-indent: 2em; }
.officeTwo .left .text .more { position: absolute; bottom: 0; right: 0; color: #ff7373; }
.officeTwo .left .text .more:hover { font-weight: bold; }
.officeTwo .left .text p { font-size: 15px; color: #999999; line-height: 24px; text-indent: 2em; text-align: justify; }
.officeTwo .right { float: right; }
.officeTwo .right .list { margin-top: 10px; }
.officeTwo .right .list li { height: 40px; line-height: 40px; border-bottom: 1px #dedede dashed; box-sizing: border-box; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.officeTwo .right .list li a { display: block; width: calc(100% - 90px); color: #999; font-size: 15px; float: left; }
.officeTwo .right .list li a:hover { color: #ff7373; }
.officeTwo .right .list li span { float: right; width: 85px; color:#aaa; }

/*医疗团队*/

.officeThree { margin-top: 30px; }
.officeThree .list .swiper-slide { overflow: hidden; }
.officeThree .list .pic { width: 180px; height: 238px; }
.officeThree .list .pic em { display: block; height: 100%; background-size: cover; background-position: center; }
.officeThree .list .doctorList .listSlide { width: 30%; }
.officeThree .list { position: relative; margin-top: 23px; padding: 0 30px; }
.officeThree .list .yltd { width: 100%; overflow: hidden; }
.officeThree .list .yltd ul li { width: 33.33%; height: 238px; overflow: hidden; }
.officeThree .list .yltd ul li a { display: block; overflow: hidden; padding: 0 10px 0 10px; }
.officeThree .list .yltd ul li a .pic { float: left; width: 180px; height: 238px; overflow: hidden; }
.officeThree .list .yltd ul li a .pic em { display: block; height: 100%; transition: 0.4s; -webkit-transition: 0.4s; }
.officeThree .list .yltd ul li a .pic em:hover { transform: scale(1.1); -webkit-transform: scale(1.1); }
.officeThree .list .yltd ul li a .text { float: right; width: calc(100% - 200px); }
.officeThree .list .yltd ul li a .text p { margin: 12px 0; max-height: 40px; line-height: 22px; overflow: hidden; }
.officeThree .list .yltd ul li a .text p i { font-size: 14px; color: #ff7373; }
.officeThree .list .yltd ul li a .text p b { font-size: 14px; color: #666666; font-weight: normal; }
.officeThree .list .yltd ul li a .text span { display: inline-block; background: #ff7373; color: #fff; padding: 6px 12px; margin-top: 12px; }
.officeThree .list .swiper-button-next, .swiper-container-rtl .swiper-button-prev { display: block !important; background: url(../images/znext.png) no-repeat 0 0; width: 28px; height: 72px; right: 0; margin-top: -36px; }
.officeThree .list .swiper-button-prev, .swiper-container-rtl .swiper-button-next { display: block !important; background: url(../images/zprev.png) no-repeat 0 0; width: 28px; height: 72px; left: 0; margin-top: -36px; }

.officeThree { margin-top: 30px; width: 100%; overflow: hidden; }
.officeThree .list .tszk .leftList { height: 340px; overflow-y: auto; }
.officeThree .list .tszk .leftList li { float: left; width: 120px; height: 120px; text-align: center; margin: 24px 40px; }
.officeThree .list .tszk .leftList li .pic { width: 65px; height: 65px; border-radius: 50%; /*border: 1px #008578 solid;*/ margin: 0 auto; background: #008578; }
.officeThree .list .tszk .leftList li .pic em { display: block; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }
.officeThree .list .tszk .leftList li span { display: block; text-align: center; margin-top: 14px; }
.officeThree .list .tszk .leftList::-webkit-scrollbar { width: 6px; background: #ebfbfb; border-radius: 6px; }
.officeThree .list .tszk .leftList::-webkit-scrollbar-thumb { background: #008578; border-radius: 6px; }
.officeThree .list .tszk .leftList .person { width: 65px; height: 65px; border-radius: 50%; border: 1px #2aafc2 solid; margin: 0 auto; overflow: hidden; }
.officeThree .list .tszk .leftList .person em { display: block; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }



.officeFour { margin-top: 30px; overflow: hidden; }
.officeFour .left { float: left; width: 68%; overflow: hidden; }
.officeFour .left .txt { position: relative; margin: 20px 0; text-align: justify; font-size: 14px; color: #999999; line-height: 24px; height: 168px; overflow: hidden; text-indent: 2em; }
.officeFour .left .txt .more { position: absolute; bottom: 0; right: 0; color: #ff7373; }
.officeFour .left .txt .more:hover { font-weight: bold; }
.officeFour .left .list { overflow: hidden; margin-top: 20px; }
.officeFour .left .listLeft { float: left; width: 390px; height: 168px; }
.officeFour .left .listLeft em { display: block; height: 100%; background-size: cover; background-position: center; }
.officeFour .left .listRight { float: right; width: calc(100% - 410px); }
.officeFour .left .listRight li { height: 40px; line-height: 40px; border-bottom: 1px #ddd dashed; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.officeFour .left .listRight li a:hover { color: #ff7373; }
.officeFour .right { margin-top: 34px; }
.officeFour .right { float: right; width: 30%; }
.officeFour .right a { display: block; text-align: center; background: #ee8a88; height: 62px; line-height: 62px; font-size: 24px; color: #fff; margin: 6px 0; }
.officeFour .right a img { padding-right: 30px; }
.officeFour .right a:nth-child(2) { background: #ffbc66; }
.officeFour .right a:last-child { background: #6cb5ff; }

.officeFive { margin-top: 30px; position: relative; }
.officeFive .list .swiper-slide { overflow: hidden; }
.officeFive .list .pic { width: 180px; height: 238px; }
.officeFive .list .pic em { display: block; height: 100%; background-size: cover; background-position: center; }
.officeFive .list .doctorList .listSlide { width: 30%; }
.officeFive .list { position: relative; margin-top: 23px; padding: 0 30px; }
.officeFive .list .culture { width: 100%; overflow: hidden; }
.officeFive .list .culture ul li { width: 25%; height: 220px; overflow: hidden; }
.officeFive .list .culture ul li a { display: block; overflow: hidden; padding: 0 10px 0 10px; }
.officeFive .list .culture ul li a .pic { width: 100%; height: 135px; overflow: hidden; }
.officeFive .list .culture ul li a .pic em { display: block; height: 100%; transition: 0.4s; -webkit-transition: 0.4s; }
.officeFive .list .culture ul li a .pic em:hover { transform: scale(1.1); -webkit-transform: scale(1.1); }
.officeFive .list .culture ul li a .text { width: 100%; }
.officeFive .list .culture ul li a .text h3 { font-size: 16px; color: #333333; text-align: center; margin: 8px 0; height: 24px; overflow: hidden; white-space: normal; text-overflow: ellipsis; }
.officeFive .list .culture ul li a .text h3:hover { color: #ff7373; }
.officeFive .list .culture ul li a .text h4 { font-size: 14px; color: #999; line-height: 22px; height: 44px; overflow: hidden; }
.officeFive .list .culture ul li a .text p { margin: 12px 0; }
.officeFive .list .culture ul li a .text p i { font-size: 14px; color: #ff7373; }
.officeFive .list .culture ul li a .text p b { font-size: 14px; color: #666666; font-weight: normal; }
.officeFive .list .culture ul li a .text span { display: inline-block; background: #ff7373; color: #fff; padding: 6px 12px; margin-top: 12px; }
.officeFive .swiper-button-next, .swiper-container-rtl .swiper-button-prev { display: block !important; background: url(../images/znext.png) no-repeat 0 0; width: 28px; height: 72px; right: 0; margin-top: -36px; }
.officeFive .swiper-button-prev, .swiper-container-rtl .swiper-button-next { display: block !important; background: url(../images/zprev.png) no-repeat 0 0; width: 28px; height: 72px; left: 0; margin-top: -36px; }

/*20230828*/
.newText{font-size:20px;margin-top:20px;}
.newText span{color:#ff7373;}
.newText a{color:#018578}

/*弹窗*/
.tan_pop{
	display:none
}
.tan_pop img{display:block;width:100%}
.tan_pop .wapimg{display:none;}
