@charset "gb2312";
html, body, div, span, p, a, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, cite, code, em, del, img, ins, small, strong, b, i, form, label, input, textarea, button, select, th, td {
	padding: 0;
	margin: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
fieldset {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, input, textarea, select, form, td, section {
	font-size: 100%;
}
ol, ul, li, dl, dt, dd {
	list-style: none;
}
em, i, cite {
	font-weight: 400;
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
input, textarea, select, form, fieldset {
	vertical-align: top;
}
input, select {
	background: none;
	outline: none;
	border: none;
}
img, iframe {
	border: 0;
	vertical-align: top
}
a {
	color: #333;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
body {
	font-size: 14px;
	font-family: Microsoft Yahei;
	color: #333;
	background: #f7f7f7;
}/* header */
.top {
	background: #fff;
	width: 100%;
}
.info {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
}
.info img {
	height: 66px;
	float: left;
	margin-right: 10px;
}
.info .name {
	font-size: 24px;
	line-height: 32px;
	color: #333;
}
.info .name b {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
}
.info .name i {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: #17a1e6;
	padding: 0 10px;
	border-radius: 5px;
	margin-left: 10px;
	vertical-align: top;
	overflow: hidden;
}
.info p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 24px;
}
.info p span {
	margin: 0 10px;
	color: #d3d3d3;
}
.nav {
	width: 100%;
	background: #fff;
}
.nav ul {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.nav ul li {
	height: 48px;
	position: relative;
}
.nav ul li a {
	display: block;
	line-height: 44px;
	font-size: 18px;
}
.nav ul li.current a::after, .nav ul li:hover a::after {
	background-color: #17a1e6;
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 40px;
}
.posFixed {
	position: fixed;
	top: 0;
	z-index: 999;
}
.banner {
	margin-top: 16px;
	text-align: center;
}/* header end *//* container */
.container {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}/* mainframe */
.mainframe {
	width: 746px;
	float: left;
}
.block {
	padding: 16px;
	margin-top: 16px;
	background: #fff;
}
.intro {
	display: flex;
}
.intro img {
	width: 322px;
	height: 200px;
	border-radius: 5px;
}
.detail {
	width: 376px;
	margin-left: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.detail p {
	font-size: 16px;
}
.detail ul {
	display: flex;
	justify-content: space-between;
}
.detail ul li a {
	width: 180px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	line-height: 40px;
	color: #fff;
	background: #17a1e6;
	display: block;
}
.detail ul li:last-of-type a {
	background: #ff9023;
}
.about {
	margin-top: 16px;
}
.about p {
	font-size: 16px;
	line-height: 32px;
}
.about p a {
	color: #17a1e6;
}
.about p a:hover {
	color: #ff9023;
}
.title {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	height: 32px;
	line-height: 32px;
	padding-bottom: 12px;
}
.title span {
	float: left;
	font-weight: bold;
	font-size: 24px;
	color: #17a1e6;
}
.title a {
	float: right;
	color: #666;
	padding-right: 10px;
	background: url(../images/icon_tit.png) no-repeat right center/6px 10px;
}
.title a:hover {
	color: #ff9023;
	background: url(../images/icon_tit_h.png) no-repeat right center/6px 10px;
}
.disease dl {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
}
.disease dl:last-child {
	border-bottom: none;
}
.disease dt {
	float: left;
	line-height: 40px;
	width: 24%;
	color: #333;
	font-weight: bold;
	overflow: hidden;
}
.disease dt a:hover {
	color: #ff9023
}
.disease dd {
	float: right;
	width: 76%;
	overflow: hidden;
}
.disease dd span {
	display: block;
	line-height: 40px;
	width: 25%;
	float: left;
}
.disease dd span a:hover {
	color: #ff9023
}
.doctor {
	overflow: hidden;
}
.doctor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.doctor ul li {
	width: 316px;
	height: 88px;
	background: #f8f8f8;
	border-radius: 4px;
	margin-top: 16px;
	padding: 16px;
}
.doctor ul li img {
	float: left;
	width: 88px;
	height: 88px;
	margin-right: 8px;
	border-radius: 50%;
}
.doctor ul li h3 {
	line-height: 18px;
}
.doctor ul li h3 a {
	color: #17a1e6;
}
.doctor ul li h3 a em {
	color: #666;
	margin-left: 6px;
	font-size: 12px;
}
.doctor ul li p {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.doctor ul li p b {
	color: #333;
}
.doctor ul li span {
	display: block;
	line-height: 20px;
	margin-top: 4px;
}
.doctor ul li span a {
	display: inline-block;
	text-align: center;
	width: 64px;
	height: 20px;
	color: #17a1e6;
	border: #17a1e6 1px solid;
	border-radius: 5px;
	margin-right: 6px;
	font-size: 12px;
}
.doctor ul li span a:last-child {
	color: #ff9023;
	border-color: #ff9023;
	margin-right: 0;
}
.doctor ul li span a:hover {
	color: #fff;
	background: #17a1e6;
	text-decoration: none
}
.doctor ul li span a:last-child:hover {
	background: #ff9023
}
.more {
	display: block;
	text-align: center;
}
.more a {
	display: inline-block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #999;
	background: #f1f1f1;
	border-radius: 5px;
}
.more a:hover {
	text-decoration: none;
	color: #fff;
	background: #ff9023
}
.tabnav {
	margin-top: 16px;
}
.tabnav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tabnav ul li {
	color: #666;
	font-size: 16px;
	line-height: 24px;
}
.tabnav ul li.hover a, .tabnav ul li:hover a {
	color: #17a1e6;
}
.tabnews h3 {
	margin-top: 24px;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabnews h3 b a:hover {
	color: #ff9023;
}
.tabnews h3 i {
	font-size: 14px;
	margin-left: 16px;
}
.tabnews p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding: 16px 0;
	border-bottom: 1px dashed #eee;
}
.tabnews p a {
	color: #17a1e6;
}
.tabnews p a:hover {
	color: #ff9023;
}
.tabnews ul {
	line-height: 30px;
	margin: 16px 0;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.tabnews ul li {
	width: 238px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tabnews ul li a:hover {
	color: #ff9023;
}
.position b {
	color: #17a1e6;
}
.position a:hover {
	color: #ff9023;
}/* list_box */
.list_box li {
	padding-top: 16px;
	border-bottom: 1px dashed #eee;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_box li:first-child {
	padding-top: 0;
}
.list_box li h3 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.list_box li h3 a {
	display: inline-block;
	font-weight: bold;
	width: 634px;
	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_box li h3 a:hover {
	color: #ff9023;
}
.list_box li h3 i {
	float: right;
	font-size: 14px;
	color: #999;
}
.list_box li p {
	color: #666;
	line-height: 24px;
	margin: 16px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}/*list_box end*//* doctor_box */
.doctor_box ul li {
	display: flex;
	justify-content: space-between;
	padding: 16px 0;
	border-bottom: 1px dashed #eee;
}
.doctorimg img {
	width: 88px;
	height: 88px;
	border-radius: 50%;
}
.doctordetail {
	width: 520px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.doctordetail h3 a {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.doctordetail h3 a:hover {
	color: #ff9023;
}
.doctordetail h4 {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.doctordetail p {
	color: #666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.doctorbutton {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
}
.doctorbutton a {
	width: 80px;
	height: 30px;
	text-align: center;
	border: 1px solid #17a1e6;
	display: block;
	line-height: 30px;
	border-radius: 6px;
	color: #17a1e6;
}
.doctorbutton a:hover {
	color: #fff;
	background: #17a1e6;
}
.doctorbutton a:last-child {
	border: 1px solid #ff9023;
	color: #ff9023;
}
.doctorbutton a:last-child:hover {
	color: #fff;
	background: #ff9023
}/*doctor_box end*//*page*/
.page {
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}
.pagelist {
	display: inline-block;
}
.pagelist span, .pagelist a {
	border-radius: 4px;
}
.pagelist span.indexpage, .pagelist span.endpage {
	float: left;
	margin-right: 10px;
	border: 1px solid #d7d7d7;
	display: block;
	padding: 5px 10px;
	color: #333;
}
.pagelist a {
	float: left;
	margin-right: 10px;
	border: 1px solid #d7d7d7;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #333;
}
.pagelist a:hover {
	border-color: #17a1e6;
	color: #17a1e6;
}
.pagelist span.thispage {
	color: #fff;
	background: #17a1e6;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	float: left;
	margin-right: 10px;
}/*page end*//*article*/
.art_tit h2 {
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.art_tit {
	margin-top: 16px;
}
.art_date {
	text-align: center;
	color: #666;
	padding: 16px 0 32px;
}
.art_date span:last-child {
	margin-left: 10px;
}
.art_con {
	padding: 32px 0;
	line-height: 30px;
	font-size: 14px;
	border-top: 1px solid #eee;
}
.art_con p {
	margin-bottom: 20px;
	text-indent: 2em;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}
.art_con p:last-child {
	margin-bottom: 0;
}
.art_con p[style*="center"], .art_con p[align*="center"] {
	text-indent: 0;
}
.art_con p img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.prenext {
	padding-top: 16px;
	border-top: 1px solid #eee;
}
.prenext li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.prenext li a:hover {
	color: #ff9023;
}
.prenext li b {
	color: #17a1e6;
}
.art_more li {
	padding-top: 16px;
	border-bottom: 1px dashed #eee;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.art_more li h3 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.art_more li h3 a {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 634px;
}
.art_more li h3 i {
	float: right;
	font-size: 14px;
	color: #999;
}
.art_more li p {
	color: #666;
	line-height: 24px;
	margin: 16px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}/*article end*//* mainframe end *//* sideframe */
.sideframe {
	width: 322px;
	float: right;
}
.normallist ul {
	margin-top: 8px;
	line-height: 48px;
	overflow: hidden;
}
.normallist ul li a {
	font-size: 16px;
	border-bottom: 1px dashed #eee;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon_li.png) no-repeat left center/5px 10px;
	text-indent: 16px;
}
.normallist ul li a:hover {
	color: #ff9023;
	background: url(../images/icon_li_h.png) no-repeat left center/5px 10px;
}
.sidedoctor {
	overflow: hidden;
}
.sidedoctor ul li {
	padding: 16px 0;
	border-bottom: 1px dashed #eee;
}
.sidedoctor ul li img {
	float: left;
	width: 88px;
	height: 88px;
	margin-right: 8px;
	border-radius: 50%;
}
.sidedoctor ul li h3 {
	line-height: 22px;
}
.sidedoctor ul li h3 a {
	color: #17a1e6;
}
.sidedoctor ul li h3 a em {
	color: #666;
	margin-left: 6px;
	font-size: 12px;
}
.sidedoctor ul li p {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.sidedoctor ul li p b {
	color: #333;
}
.sidedoctor ul li span {
	display: block;
	line-height: 20px;
	margin-top: 4px;
}
.sidedoctor ul li span a {
	display: inline-block;
	text-align: center;
	width: 64px;
	height: 20px;
	color: #17a1e6;
	border: #17a1e6 1px solid;
	border-radius: 5px;
	margin-right: 6px;
	font-size: 12px;
}
.sidedoctor ul li span a:last-child {
	color: #ff9023;
	border-color: #ff9023;
	margin-right: 0;
}
.sidedoctor ul li span a:hover {
	color: #fff;
	background: #17a1e6;
	text-decoration: none
}
.sidedoctor ul li span a:last-child:hover {
	background: #ff9023
}
.sidead {
	margin-top: 16px;
}/* sideframe end *//*friendlink*/
.friendlink {
	line-height: 32px;
	margin-top: 10px;
	overflow: hidden;
}
.friendlink ul li {
	display: inline-block;
}
.friendlink ul li a {
	color: #666;
	margin-right: 12px;
}
.friendlink a:hover {
	color: #ff9023
}/*friendlink end*//* container end *//*footer*/
footer {
	background: #eee;
	margin-top: 16px;
}
.footer {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.footer_l {
	float: left;
	padding-right: 40px;
	border-right: 1px solid #d0d0d0;
}
.footer_l img {
	height: 120px;
}
.footer_m {
	float: left;
	padding-left: 40px;
	line-height: 30px;
	font-size: 14px;
	width: 680px;
	color: #666;
}
.footer_m ul {
	overflow: hidden;
}
.footer_m ul li {
	float: left;
	font-size: 14px;
}
.footer_m ul li span {
	margin: 0 8px;
	color: #d3d3d3;
}
.footer_m ul li a {
	color: #666;
}
.footer_m ul li a:hover {
	color: #ff9023;
}
.footer_m h4 span {
	margin: 0 10px;
	color: #d3d3d3;
}
.footer_m p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.footer_m p a {
	color: #666;
}
.footer_m p a:hover {
	color: #ff9023;
}
.footer_m p span {
	margin: 0 10px;
	color: #d0d0d0;
}
.footer_r {
	float: right;
	text-align: center;
}
.footer_r .code {
	float: left;
}
.footer_r .code img {
	width: 100px;
}
.footer_r .code p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}/*footer end*/
/*gszh*/
.gszh {
    text-align: center;
    padding: 10px 0;
    background: #fff;
}
.gszh p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
/*gszh end*/