@charset "gb2312";
/* CSS Document */
/* 全局样式 */

body { margin: 0px; font-size: 16px; color: #393d46; line-height: 40px; background-color: #ffffff; font-family: "微软雅黑"; }
ul, dl, h1, h2, h3, h4, h5, h6, form, dl, dd { margin: 0px; padding: 0px; list-style: none; }
img { border: 0px; vertical-align: middle; }
a { font-size: 18px; color: #393d46; transition: color 0.3s ease; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; color: #393d46; }
a:hover { text-decoration: none; color: #00adb5; }
a:active { text-decoration: none; color: #393d46; }
.mainBox { width: 100%; min-width: 1200px; }
.mainContent { width: 1200px; margin: 0 auto; }
.contentBlank { width: 100%; height: 60px; float: left; }
.secondPage { width: 100%; background-color: #f0fcfc; padding-bottom: 100px; }

/*top*/
.contentTop { width: 100%; height: 40px; background-color: #13b5b1; }
.top { width: 1200px; margin: 0 auto; line-height: 40px; color: #ffffff; font-size: 14px; }
.welcome { width: 30%; height: 40px; float: left; }
.date { width: 30%; height: 40px; float: right; text-align: right; }

/*logo+天气*/
.contentLogoWeather { width: 100%;  height: 120px; background-color: #ffffff; border-bottom: 1px solid #eeeeee; }
.logoWeather { width: 1200px; margin: 0 auto; }
.logo { width: 412px; height: 100px; float: left; margin-top: 10px; }
.weather { width: 788px; float: left; text-align: right; margin-top: 10px; }
.sys { width: 160px; float: left; text-align: right; margin-top: 10px; }
.search { width: 500px; height: 36px; float: left; margin-left: 128px; color: #13b5b1; }
/* 定义文本输入框的基本样式 */
.search-input { width: 360px; border: 1px solid #13b5b1; border-radius: 4px; color: #13b5b1; font-size: 16px; padding: 8px; outline: none; /* 去除获取焦点时的默认外边框 */ }
/* 当输入框获取焦点时，保持边框颜色不变 */
.search-input:focus { border-color: #13b5b1; /* 保持边框颜色 */ box-shadow: none; /* 去除焦点时的默认阴影效果 */ }
.dropdown { position: relative; display: inline-block; }
.dropdown-content { display: none; position: absolute; background-color: #393d46; min-width: 160px; z-index: 1; border-radius: 4px; margin-top: 1px; height: 40px; line-height: 40px; }
.dropdown-content a { padding: 0px; text-decoration: none; display: block; font-size: 16px; text-align: center; color: #ffffff; height: 40px; line-height: 40px; }
.dropdown:hover .dropdown-content { display: block; }
.dropdown-content a:hover { background-color: #ff9900; color: #ffffff; font-weight: normal; border-radius: 4px; }
.dropbtn { width: 160px; height: 36px; background-color: #13b5b1; color: white; padding: 0; line-height: 36px; font-size: 18px; border: none; cursor: pointer; text-align: center; border-radius: 4px; font-weight: normal; }

/*导航*/
.contentNav { width: 1200px;  height: 60px; background-color: #ffffff; margin: 0 auto; }
/*.nav { width: 1200px; line-height: 60px; margin: 0 auto; text-align: center; }*/
.navbar { position: relative; /* 设置为相对定位，以便.submenu可以相对于它进行绝对定位 */ width: 100%; max-width: 1200px; /* 最大宽度为1200px */ margin: 0 auto; /* 居中显示 */ display: flex; justify-content: space-between; background-color: white; height: 60px; line-height: 60px; border: 0px; padding: 0px; }
.nav-item { position: static; list-style: none; }
.nav-item a { display: block; color: #13b5b1; font-size: 18px; font-weight: bold; text-decoration: none; width: 120px; text-align: center; margin: 0px; padding: 0px; border: 0px; }
.nav-item a:hover { background-color: #454b57; color: #ffffff; }
.submenu { display: none; /* 默认不显示 */ position: absolute; /* 相对于其父元素进行定位 */ left: 50%; /* 先设置left为50%，为水平居中做准备 */ transform: translateX(-50%); /* 向左移动自身宽度的50%以实现水平居中 */ top: 100%; /* 放置在一级栏目的正下方 */ width: 1200px; /* 设置二级菜单的宽度为1200px */ height: 240px; background: rgba(255,255,255,0.8); /* 背景颜色为白色 */ padding: 20px 0px 20px 0px; /* 内边距为20px */ box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* 添加阴影效果 */ z-index: 1000; /* 设置z-index以确保在顶部 */ }
.submenu.active { display: block; }
.submenu-content { display: flex; justify-content: space-between; }
.submenu-menu { list-style: none; width: 150px; }
.submenu-item { margin-bottom: 10px; }
.submenu-item a { color: #454b57; text-decoration: none; height: 36px; line-height: 36px; margin-right: 10px; border: 0px; padding: 0px; text-align: center; font-size: 16px; font-weight: normal; }
.submenu-description { flex: 1; padding-left: 30px; padding-right: 30px; font-size: 16px; line-height: 40px; color: #454b57; border-left: 1px solid #13b5b1; overflow: hidden; text-align: left; }

/*导航-去掉栏目简介*/
.clearfix:after{ content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.nav { padding: 0px; height: 60px; background: #ffffff; position: relative; z-index: 1; }
.nav a{ display: block; color: #13b5b1; }
.nav .nLi{ float: left;  position: relative; display: inline; }
.nav .nLi h3{ width: 120px; margin: 0px; padding: 0px; float: left; text-align: center; }
.nav .nLi h3 a{ display: block; padding: 0px; height: 60px; line-height: 60px; font-size: 18px; font-weight: bold; text-decoration: none; }
.nav .sub{ display: none; width: 120px; left: 0px; top: 60px;  position: absolute; background: #ffffff; line-height: 30px; padding:0px; }
.nav .sub li{ zoom: 1; text-align: center; list-style: none; height: 40px; line-height: 40px; border-bottom: solid 1px #454b57; }
.nav .sub a{ display: block; padding: 0px; text-decoration: none; font-size: 16px; font-weight: normal; color: #454b57; }
.nav .sub a:hover{ background: #454b57; color: #fff; }
.nav .on h3 a{ background: #454b57; color:#fff; }

/*banner焦点图*/
.contentBanner { width: 100%;  height: 450px; background-color: #13b5b1; }
.slideBox{ width: 100%; height: 450px; overflow: hidden; position: relative; }
.slideBox .hd{ height: 8px; overflow: hidden; position: absolute; left: 46%; bottom: 20px; z-index: 1; }
.slideBox .hd ul{ overflow: hidden; zoom: 1; float: left; }
.slideBox .hd ul li{ float: left; margin-right: 10px;  width: 60px; height: 8px; line-height: 8px; text-align: center; background: #ffffff; cursor: pointer; list-style: none; border-radius: 4px; }
.slideBox .hd ul li.on{ background: #393d46; color: #ffffff; }
.slideBox .bd{ position: relative; height: 100%; z-index: 0; }
.slideBox .bd li{ zoom: 1; vertical-align: middle; }
.slideBox .bd img{ width: 100%; height: 450px; display: block; }

/*快捷访问区*/
.shortCut { width: 1200px;  height: 280px; margin: 0 auto; }
.SCIF { width: 300px; height: 280px; float: left; padding-top: 40px; }
.SCImg { width: 300px; height: 140px; float: left; }
.SCIIF1 { width: 300px; height: 140px; float: left; background-color: #9975ff; }
.SCIIF2 { width: 300px; height: 140px; float: left; background-color: #24d6c7; }
.SCIIF3 { width: 300px; height: 140px; float: left; background-color: #0ab7f8; }
.SCIIF4 { width: 300px; height: 140px; float: left; background-color: #ffb43d; }
.SCIcon { width: 300px; height: 44px; text-align: center; padding-top: 30px; }
.SCFont { width: 300px; height: 40px; float: left; line-height: 40px; text-align: center; color: #ffffff; }
.SCFont a { color: #ffffff; font-size: 24px; transition: color 0.3s ease; }
.SCFont a:link { color: #ffffff; }
.SCFont a:visited { color: #ffffff; }
.SCFont a:hover { color: #ffffff; }
.SCFont a:active { color: #ffffff; }

/*新闻中心*/
.index-titleBox { width: 100%; height: 50px; border-bottom: 1px solid #c9c9c9; float: left; }
.index-Icon { width: 34px; height: 34px; float: left; }
.index-title { width: 180px; height: 40px; padding-left: 20px; line-height: 40px; float: left; font-size: 24px; color: #00adb5; }
.index-More { width: 60px; height: 40px; line-height: 40px; float: right; color: #00adb5; }
.index-More a { color: #00adb5; font-size: 14px; transition: color 0.3s ease; }
.index-More a:link { color: #00adb5; }
.index-More a:visited { color: #00adb5; }
.index-More a:hover { color: #ff9900; }
.index-More a:active { color: #00adb5; }
.index-newsContent { width: 100%; float: left; margin-top: 40px; }
.index-PicNews { width: 430px; height: 290px; float: left; margin-right: 40px; }
.index-newsListBox { width: 730px; height: 290px; float: left; }
.index-hotNewsBox { width: 100%; height: 110px; margin-bottom: 10px; float: left; border-bottom: 1px dashed #12b5b0; }
.index-hotNewsTitle { width: 100%; height: 36px; float: left; overflow: hidden; }
.index-hotNewsSummary { width: 100%; height: 64px; float: left; font-size: 14px; line-height: 30px; color: #393d46; text-align: justify; }
.index-newsList { width: 100%; float: left; }
.index-newsListPoint { width: 8px; height: 8px; margin: 16px 10px 16px 0px; border-radius: 4px; background-color: #12b5b0; float: left; }
.index-newsListTitle { width: 590px; height: 40px; float: left; font-size: 18px; line-height: 40px; color: #12b5b0; text-align: left; }
.index-newsListDate { width: 100px; height: 40px; float: right; font-size: 14px; line-height: 40px; color: #999999; text-align: right; }

/*通知公告*/
.noticeBox { width: 733px; padding-right: 40px; float: left; }
.noticeContent { width: 100%; height: 240px; float: left; margin-top: 40px; }
.noticeList { width: 100%; float: left; }
.noticeListTitle { width: 593px; height: 40px; float: left; font-size: 18px; line-height: 40px; color: #12b5b0; text-align: left; }
.noticeListDate { width: 100px; height: 40px; float: right; font-size: 14px; line-height: 40px; color: #999999; text-align: right; }

/*医院视频*/
.videoBox { width: 427px; float: left; }
.videoContent { width: 100%; height: 240px; float: left; margin-top: 40px; }

/*特色科室*/
.tecOfficeContent { width: 100%; float: left; margin-top: 40px; }
.slideTxtBox { width: 1200px; height: 430px; }
.slideTxtBox .hd { height: 50px; line-height: 50px; background: #12b5b0; position: relative; color: #ffffff; font-weight: normal; }
.slideTxtBox .hd ul { float: left; position: absolute; list-style:none; margin: 0px; padding: 0px; }
.slideTxtBox .hd ul li { float: left; width: 299px; height: 50px; cursor: pointer; text-align: center; font-size: 18px; border-left: solid 1px #ffffff; border-right: solid 1px #ffffff; margin-left: -1px; }
.slideTxtBox .hd ul li.on { background-image: url("swichTabOn.jpg"); height: 60px; }
.slideTxtBox .bd ul {  zoom: 1; list-style:none; }
.slideTxtBox .bd li { font-size: 16px; line-height: 36px; color: #ffffff; }
.tecOfficeImg { width: 430px; height: 280px; margin-right: 40px; float: left; }
.tecOfficeInfo { width: 650px; height: 244px; font-size: 16px; line-height: 36px; color: #ffffff; float: left; overflow: hidden; }
.tecOfficeBtn { width: 120px; height: 30px; line-height: 30px; float: right; background-color: #ff9900; text-align: center; border-radius: 0px; transition: border-radius 0.3s ease; border: 1px solid #ffffff; }
.tecOfficeBtn a { display: block; /* 使链接填满整个容器 */ width: 100%; /* 链接宽度填满容器 */ height: 100%; /* 链接高度填满容器 */ text-decoration: none; /* 移除下划线 */ color: #ffffff; font-size: 16px; }
.tecOfficeBtn:hover { border-radius: 18px; border: 1px solid #ffffff; }
.bgBox { height: 280px; padding: 40px; background-image: url("swichTabShowBg.jpg"); margin-top: 20px; overflow: hidden; }

/*名医专家*/
.famousDoctorContent { width: 100%; float: left; margin-top: 20px; }
/*向左不间断滚动样式*/
.picMarquee-left { width: 1200px; overflow: hidden; position: relative; }
.picMarquee-left .bd { padding: 0px; }
.picMarquee-left .bd ul { overflow: hidden; zoom: 1; }
.picMarquee-left .bd ul li { margin: 20px; float: left; _display: inline; overflow: hidden; text-align: center; border: 1px solid #12b5b0; border-radius: 0px; /* 初始圆角 */ transition: border-radius 0.3s ease, box-shadow 0.3s ease; /* 圆角和阴影的过渡效果 */ }
.picMarquee-left .bd ul li .pic { text-align: center; }
.picMarquee-left .bd ul li .pic img { width: 222px; height: 320px; display: block; padding: 0px; }
.picMarquee-left .bd ul li .title { padding-top: 10px; }
.picMarquee-left .bd ul li .title a { font-size: 24px; color: #12b5b0; }
.picMarquee-left .bd ul li .title a:hover { font-size: 24px; color: #12b5b0; font-weight: normal; }
.picMarquee-left .bd ul li .tec { font-size: 18px; color: #999999; padding-bottom: 10px; }
.picMarquee-left .bd ul li:hover { border-radius: 15px; /* 鼠标悬停时的圆角 */ box-shadow: 0px 0px 10px 10px rgba(19, 181, 177, 0.2); /* 鼠标悬停时的阴影效果 */ }
/*带左右按钮滚动样式*/
.picScroll-left { width: 1200px; height: 510px; overflow: hidden; position: relative; }
.picScroll-left .hd { overflow: hidden; height: 30px; margin-top: 10px; position: absolute; left: 50%; transform: translateX(-50%); }
.picScroll-left .hd .prev, .picScroll-left .hd .next { display: block; width: 10px; height: 19px; float: right; overflow: hidden; cursor: pointer; background: url("arrow.png") no-repeat; }
.picScroll-left .hd .next { background-position: 0 -50px; }
.picScroll-left .hd .prevStop { background-position: -60px 0; }
.picScroll-left .hd .nextStop { background-position: -60px -50px; }
.picScroll-left .hd ul { float: right; overflow: hidden; zoom: 1; margin-top: 5px; margin-left: 10px; }
.picScroll-left .hd ul li { float: left; width: 9px; height: 9px; overflow: hidden; margin-right: 10px; text-indent: -999px; cursor: pointer; background: url("icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on { background-position: 0 0; }
.picScroll-left .bd { margin-top: 30px; padding: 0px; }
.picScroll-left .bd ul { overflow: hidden; zoom: 1; }
.picScroll-left .bd ul li { margin: 15px 20px 15px 0px; float: left; _display: inline; overflow: hidden; text-align: center; border: 1px solid #12b5b0; border-radius: 0px; /* 初始圆角 */ transition: border-radius 0.3s ease; }
.picScroll-left .bd ul li:hover { border-radius: 15px; /* 鼠标悬停时的圆角 */ }
.picScroll-left .bd ul li .pic { text-align: center; }
.picScroll-left .bd ul li .pic img { width: 222px; height: 320px; display: block; }
.picScroll-left .bd ul li .title { padding-top: 10px; }
.picScroll-left .bd ul li .title a { font-size: 24px; color: #12b5b0; }
.picScroll-left .bd ul li .title a:hover { font-size: 24px; color: #12b5b0; font-weight: normal; }
.picScroll-left .bd ul li .tec { font-size: 18px; color: #999999; padding-bottom: 5px; }


/*健康科普*/
.HealthSciencePopularizationBox { width: 580px; padding-right: 40px; float: left; }
.HealthSciencePopularizationContent { width: 100%; height: 160px; float: left; margin-top: 40px; }
.HealthSPCList { width: 100%; float: left; }
.HealthSPCListTitle { width: 540px; height: 40px; float: left; font-size: 18px; line-height: 40px; color: #12b5b0; text-align: left; }
.HealthSPCListDate { width: 100px; height: 40px; float: right; font-size: 14px; line-height: 40px; color: #999999; text-align: right; }

/*党群建设*/
.CommunistBox { width: 580px; float: left; }
.CommunistContent { width: 100%; height: 160px; float: left; margin-top: 40px; }
.CommunistList { width: 100%; float: left; }
.CommunistListTitle { width: 540px; height: 40px; float: left; font-size: 18px; line-height: 40px; color: #12b5b0; text-align: left; }
.CommunistListDate { width: 100px; height: 40px; float: right; font-size: 14px; line-height: 40px; color: #999999; text-align: right; }

/*健康体检*/
.healthCareContents { width: 100%; height: 270px; float: left; margin-top: 40px; }
.healthCareContent { width: 270; height: 270px; }
.healthCareContent a { text-decoration: none; /* 移除链接的下划线 */ display: inline-block; /* 使链接表现为块级元素，以便应用阴影和圆角 */ transition: border-radius 0.3s ease, box-shadow 0.3s ease; /* 阴影渐变效果，持续时间0.5秒，使用ease-in-out缓动函数 */ }
.healthCareContent img { border-radius: 0px; /* 设置图片圆角 */ transition: border-radius 0.3s ease, box-shadow 0.3s ease; /* 圆角渐变效果，持续时间0.5秒，使用ease-in-out缓动函数 */ }
.healthCareContent a:hover img { border-radius: 15px; /* 鼠标悬停时，图片变为圆形 */ box-shadow: 0 0 10px 10px rgba(19, 181, 177, 0.2); /* 鼠标悬停时的阴影效果 */ }

.slideGroup { width:1200px; text-align:left; }
.slideGroup .slideBox1 { overflow: hidden; zoom: 1; padding: 0px 0px 0px 34px; position: relative; }
.slideGroup .sPrev, .slideGroup .sNext { position: absolute; left: 0px; top: 0px; display: block; width: 30px; height: 249px; background: url(icoLeft.gif) center center no-repeat; }
.slideGroup .sNext { left: auto; right: 0px; background: url(icoRight.gif) center center no-repeat; }
.slideGroup .sPrev:hover { background: url(icoLeftG.gif) center center no-repeat #efffff; }
.slideGroup .sNext:hover { background: url(icoRightG.gif) center center no-repeat #efffff; }
.slideGroup .parBd ul { overflow: hidden; zoom: 1; }
.slideGroup .parBd ul li { margin: 0 17px; float: left; _display: inline; overflow: hidden; text-align: center; }
.slideGroup .parBd ul li .pic { text-align: center; }
.slideGroup .parBd ul li .pic a { transition: border-radius 0.3s ease; }
.slideGroup .parBd ul li .pic img { width: 249px; height: 249px; display: block; border-radius: 0px; transition: border-radius 0.3s ease; }
.slideGroup .parBd ul li .pic a:hover img { border-radius: 15px; }
.slideGroup .parBd ul li .title { height: 40px; line-height: 40px; text-align: center; }
.slideGroup .parBd ul li .title a { color: #393d46; text-decoration: none; font-size: 18px; transition: color 0.3s ease; }
.slideGroup .parBd ul li .title a:hover { color: #13b5b1; }

/*页脚*/
.footContent { width: 100%; height: 312px; background-image: url("footBg.jpg"); background-repeat: no-repeat; background-position: top; background-color: #007a8b; }
.footBox { width: 1200px; margin: 0 auto; }
.friendLinkTitle { width: 100%; padding: 50px 0px 10px 0px; font-size: 18px; color: #ffffff; }
.friendLinkBox { width: 100%; height: 60px; padding: 0px; }
.friendLink a { width: 300px; float: left; color: #ffffff; font-size: 16px; transition: color 0.3s ease; }
.friendLink a:link { color: #ffffff; }
.friendLink a:visited { color: #ffffff; }
.friendLink a:hover { color: #5ff7ee; }
.friendLink a:active { color: #ffffff; }
.footLine1 { width: 100%; height: 1px; background-color: #0290a4; margin-top: 30px; }
.footLine2 { width: 100%; height: 1px; background-color: #005c69; margin-bottom: 30px; }
.footLogo { width: 275px; height: 63px; float: left; }
.copyright { width: 925px; height: 63px; float: left; text-align: right; color: #ffffff; font-size: 16px; }
.copyright a { color: #ffffff; font-size: 16px; transition: color 0.3s ease; }
.copyright a:link { color: #ffffff; }
.copyright a:visited { color: #ffffff; }
.copyright a:hover { color: #5ff7ee; }
.copyright a:active { color: #ffffff; }

/*侧边漂浮服务号*/
.m-aside { position: fixed; right: 5%; top: 40%; }
.m-aside .item { margin-bottom: 5px; position: relative; }
.m-aside a { display: block; width: 80px; height: 60px; background-color: #ffffff; border: 1px solid #12b5b0; text-align: center; padding-top: 20px; font-size: 16px; border-radius: 6px; }
.m-aside a i { display: block; width: 22px; height: 18px; margin: 0 auto; }
.m-aside .item .pic { width: 140px; height: 140px; top: 0; left: -150px; position: absolute; display: none; border: 1px solid #12b5b0; }
.m-aside .item:hover .pic { display: block; }

/*新闻页banner*/
.news-banner { height: 400px; background-image: url("banner_list.jpg"); background-size: cover; /* 确保图片覆盖整个元素 */ background-position: center; /* 将图片居中显示 */ }

/*当前位置banner*/
.position-box { width: 100%; height: 60px; text-align: left; line-height: 60px; font-size: 14px; color: #393d46; }
/*链接样式写在A标签外部的样式写法*/
.position-box a { font-size: 14px; text-decoration: none; color: #393d46; }
.position-box a:link { color: #393d46; }
.position-box a:visited { color: #393d46; }
.position-box a:hover { color: #12b5b0; }
.position-box a:active { color: #393d46; }

/*二级页面-左侧功能区*/
.box-left { width: 320px; margin: 0px 40px 0px 0px; float: left; min-height: 730px; }
.left-menu-titleBg { width: 320px; height: 120px; background-image: url("subMenuTitle.jpg"); line-height: 120px; font-size: 24px; color: #ffffff; float: left; text-align: center; }
.left-menu { width: 320px; height: 59px; border-bottom: 1px solid #e5e5e5; float: left; text-align: center; display: block; }
.left-menu a { width: 320px; height: 59px; border-bottom: 1px solid #e5e5e5; line-height:59px; font-size:16px; color:#454b57; background:#ffffff; display: block; }
.left-menu a:hover { width: 320px; height: 59px; border-bottom: 1px solid #13b5b1; line-height:59px; font-size:16px; color:#13b5b1; background:#e7f7f7; }
.left-menu-bottom { width: 320px; height: 10px; background-color: #13b5b1; float: left; }
.left-btn-box { width: 320px; height: 320px; margin-top: 40px; float: left; }
.left-btn1 { width: 150px; height: 150px; float: left; background-color: #9975ff; margin: 0px 20px 20px 0px; }
.left-btn2 { width: 150px; height: 150px; float: left; background-color: #24d6c7; margin: 0px 0px 20px 0px; }
.left-btn3 { width: 150px; height: 150px; float: left; background-color: #0ab7f8; margin: 0px 20px 0px 0px; }
.left-btn4 { width: 150px; height: 150px; float: left; background-color: #ffb43d; margin: 0px 0px 0px 0px; }
.left-icon { width: 150px; height: 50px; text-align: center; padding-top: 30px; }
.left-btn { width: 150px; height: 40px; float: left; line-height: 40px; text-align: center; color: #ffffff; }
.left-btn a { color: #ffffff; font-size: 18px; transition: color 0.3s ease; }
.left-btn a:link { color: #ffffff; }
.left-btn a:visited { color: #ffffff; }
.left-btn a:hover { color: #ffffff; }
.left-btn a:active { color: #ffffff; }

/*二级页面-右侧功能区*/
.box-right { width: 780px; float: left; background-color: #ffffff; padding: 30px 30px 0px 30px; }
.list-Title { width: 100%; height: 60px; border-bottom: 1px solid #13b5b1; float: left; margin-bottom: 40px; }
.list-Icon { width: 34px; height: 34px; float: left; margin-top: 10px; }
.list-Font { width: 180px; height: 60px; padding-left: 20px; line-height: 60px; float: left; font-size: 24px; color: #13b5b1; }
.list-newsBox { width: 100%; float: left; border-bottom: 1px dashed #e5e5e5; height: 60px; }
.list-newsPoint { width: 8px; height: 8px; margin: 26px 30px 26px 0px; border-radius: 4px; background-color: #13b5b1; float: left; }
.list-newsTitle { width: 642px; height: 60px; float: left; font-size: 18px; line-height: 60px; color: #13b5b1; text-align: left; }
.list-newsDate { width: 100px; height: 60px; float: right; font-size: 14px; line-height: 60px; color: #999999; text-align: right; }

/*分页*/
.pageBox { width: 100%; height: 100px; float: left; text-align: center; line-height: 100px; }
/* 分页页码样式 */
.dede_pages {  }
.dede_pages ul { float: left; padding: 50px 0px 50px 0px; }
.dede_pages ul li { float: left; line-height: 16px; margin-right: 6px; border: 1px solid #0384df; list-style: none; font-size: 14px; }
.dede_pages ul li a { float: left; padding: 0px 3px 0px 3px; color: #666666; display: block; font-size: 14px; }
.dede_pages ul li a:hover { color: #cc0000; text-decoration: none; padding: 0px 3px 0px 3px; }
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover { background-color: #73b514; color:#ffffff; font-size: 14px; }
.dede_pages .pageinfo { line-height: 16px; padding: 3px 3px 3px 3px; color: #999; }
.dede_pages .pageinfo strong { color: #555; font-weight: normal; margin: 2px 2px 2px 2px; }

/*详情页*/
.detail-box { width: 100%; float: left; }
.detail-ShortTitle { width: 100%; float: left; color: #454b57; font-size: 16px; font-weight: normal; line-height: 32px; text-align: center; }
.detail-newsTitle { width: 100%; float: left; color: #13b5b1; font-size: 20px; font-weight: bold; line-height: 40px; text-align: center; }
.detail-SubTitle { width: 100%; float: left; color: #13b5b1; font-size: 16px; font-weight: normal; line-height: 32px; text-align: center; }
.detail-newsDate { width: 100%; height: 60px; float: left; color: #999999; font-size: 14px; line-height: 60px; text-align: center; }
.detail-info { width: 100%; padding-bottom: 30px; float: left; color: #454b57; font-size: 16px; line-height: 40px; text-align: justify; /* 两端对齐 */ text-justify: inter-ideograph; /* 中文文本两端对齐 */ text-indent: 2em; /* 首行缩进2个中文字符 */ }
.detail-info img { margin-left: -32px; }
.detail-info video { margin-left: -51px; }

/*科室之窗二级列表页*/
.keshi-boxs { width: 780px; display: flex; justify-content: space-between; align-items: center; position: relative; flex-wrap: wrap; }
.keshi-box { width: 180px; height: 50px; margin-bottom: 40px; border-radius: 25px; background-color: #13b5b1; display: inline-block; position: relative; color: #ffffff; text-decoration: none; transition: background-color 0.3s, box-shadow 0.3s ease;; text-align: center; }
.keshi-box:hover { background-color: #0f7e7b; box-shadow: 0 0 10px 10px rgba(19, 181, 177, 0.2); }
.keshi-box a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: inherit; font-size: 18px; text-decoration: none; line-height: 36px; }

/*名医介绍二级列表页*/
.doctor-boxs { width: 100%; float: left; display: flex; /* 设置为Flex容器 */ justify-content: space-between; /* 主轴上的两端对齐 */ align-items: center; /* 交叉轴上的居中对齐 */ position: relative; /* 相对定位，以便子元素可以绝对定位 */ flex-wrap: wrap; /* 允许子元素换行 */ }
.doctor-box { width: 220px; margin-bottom: 40px; display: inline-block; position: relative; }
.doctor-pic { float: left; }
.doctor-pic a { display: block; text-decoration: none; }
.doctor-pic img { width: 198px; height: 286px; border: 1px solid #13b5b1; padding: 10px; }
.doctor-name { width: 220px; height: 40px; line-height: 40px; background-color: #13b5b1; color: #ffffff; float: left; text-align: center; position: relative; margin: 0px 0px 1px 0px; }
.doctor-name a { display: block; text-decoration: none; color: #ffffff; }
.doctor-name a:hover { color: #ffffff; }
.doctor-tec { width: 220px; height: 40px; line-height: 40px; background-color: #13b5b1; color: #ffffff; float: left; text-align: center; font-size: 14px; }

/*名医介绍二级详情页*/
.doctor-info-pic { float: left; padding-right: 40px; }
.doctor-info-pic img { width: 198px; height: 286px; border: 1px solid #13b5b1; padding: 10px; }
.doctor-info-box { width: 520px; height: 280px; float: left; }
.doctor-info-name  { width: 520px; height: 59px; border-bottom: 1px solid #13b5b1;  line-height: 59px; float: left; font-size: 24px; color: #13b5b1; text-align: left; }
.doctor-info-tec { width: 520px; height: 30px; line-height: 30px; float: left; font-size: 18px; color: #13b5b1; text-align: left; margin-top: 20px; }
.doctor-info-tecInfo { width: 520px; height: 30px; line-height: 30px; float: left; font-size: 16px; color: #454b57; text-align: left; }
.doctor-info-time {  width: 520px; height: 30px; line-height: 30px; float: left; font-size: 18px; color: #13b5b1; text-align: left; margin-top: 20px; }
.doctor-info-timeInfo {  width: 520px; height: 30px; line-height: 30px; float: left; font-size: 16px; color: #454b57; text-align: left;  }
.doctor-info { width: 100%; float: left; margin-top: 10px; font-size: 16px; line-height: 40px; text-align: justify; /* 两端对齐 */ text-justify: inter-ideograph; /* 中文文本两端对齐 */ text-indent: 2em; /* 首行缩进2个中文字符 */ min-height: 400px; }

/*医疗设备二级列表页*/
.armarium-boxs { width: 100%; float: left; display: flex; /* 设置为Flex容器 */ justify-content: space-between; /* 主轴上的两端对齐 */ align-items: center; /* 交叉轴上的居中对齐 */ position: relative; /* 相对定位，以便子元素可以绝对定位 */ flex-wrap: wrap; /* 允许子元素换行 */ }
.armarium-box { width: 360px; margin-bottom: 40px; display: inline-block; position: relative; }
.armarium-pic { float: left; }
.armarium-pic a { display: block; text-decoration: none; }
.armarium-pic img { width: 338px; height: 218px; border: 1px solid #13b5b1; padding: 10px; }
.armarium-name { width: 360px; height: 40px; line-height: 40px; background-color: #13b5b1; color: #ffffff; float: left; text-align: center; position: relative; margin: 0px 0px 1px 0px; }
.armarium-name a { display: block; text-decoration: none; color: #ffffff; }
.armarium-name a:hover { color: #ffffff; }

/*体检套餐二级列表页*/
.healthCare-boxs { width: 100%; float: left; display: flex; /* 设置为Flex容器 */ justify-content: space-between; /* 主轴上的两端对齐 */ align-items: center; /* 交叉轴上的居中对齐 */ position: relative; /* 相对定位，以便子元素可以绝对定位 */ flex-wrap: wrap; /* 允许子元素换行 */ }
.healthCare-box { width: 240px; margin-bottom: 40px; display: inline-block; position: relative; }
.healthCare-pic { float: left; }
.healthCare-pic a { display: block; text-decoration: none; transition: border-radius 0.3s ease, box-shadow 0.3s ease; }
.healthCare-pic img { width: 240px; height: 240px; transition: border-radius 0.3s ease, box-shadow 0.3s ease; }
.healthCare-pic a:hover img { border-radius: 15px; box-shadow: 0 0 10px 10px rgba(19, 181, 177, 0.2); }