* {
	margin: 0;
	padding: 0;

}

a {
	color: #333;
	text-decoration: none;
}

body {
	background: #FAFAFA;
	color: #333;
}

.none {
	display: none !important;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FAFAFA;
	padding: 10px 12px;

}

.header_left {
	display: flex;
	align-items: center;
}

.header_left a {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.header_right {
	position: relative;
}


.page_title {
	font-size: 16px;
	color: #333333;
	margin-left: -30px;
}

.header img {
	width: 20px;
}

/* 导航 */
.nav-box {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.nav-lists-bg {
	width: 90%;
	height: 85%;
	background: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 15px;
	overflow-y: auto;
}

.nav-lists {
	margin-bottom: 10px 0;
}

.nav-lists-title {
	font-size: 15px;
	font-weight: 500;
	color: #444444;
	margin-bottom: 10px;
}

.nav-lists-main {
	display: flex;
	flex-wrap: wrap;
}

.nav-lists-main a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-size: 13px;
	border: 0.5px solid #eee;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 5px;
	width: 30%;
	height: 36px;
}

.nav-lists-main a:nth-child(3n) {
	margin-right: 0;
}

/*  */
.main {
	background: white;
}

.main>div {
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}

/* 底部面包屑 */
.crumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	padding: 15px 0;
}

.crumbs a,
.crumbs span {
	font-size: 13px;
	color: #666666;
}

.crumbs a:last-child,
.crumbs span:last-child {
	color: #609CEB;
}

/* 底部 */
.footer {
	padding: 15px 0;
	font-size: 12px;
	/* margin-bottom: 60px; */
}

.footer_row {
	display: flex;
	justify-content: center;
	margin: 8px 0;
}

.footer_row div {
	margin: 0 5px;
}

/* 分割线 */
.fenge {
	width: 100%;
	height: 5px;
	background: #F2F2F2
}

.main .line {
	margin: 10px auto;
	width: calc(100% - 24px);
	height: 1px;
	background: #D9D9D9;
	box-sizing: border-box;
}

/* 公共医院名字部分 */
.com-hos-name {
	position: sticky;
	top: 0;
	padding: 9px 0 10px 0 !important;
	margin: 0 12px;
	background: #fff;
	border-bottom: 1px solid #D9D9D9;
}

.com-hos-name-top {
	font-size: 20px;
	font-weight: 500;
}

.com-hos-name-bottpm {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.com-hos-name-bottpm-tips {}

.com-hos-name-bottpm-tips span {
	font-size: 10px;
	color: #666666;
	border-radius: 40px;
	background: #FFFFFF;
	border: 1px solid #B3B3B3;
	padding: 0 8px;
	margin-right: 3px;
	background: #FFFFFF;
	white-space: nowrap;
}

.com-hos-name-bottpm-tips span:last-child {
	color: #609CEB;
	border-color: #609CEB;
}

.com-hos-name-bottpm-back {
	flex: none;
	width: 64px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #609CEB;
	color: #fff;
	font-size: 13px;
	border-radius: 2px;
}

/* 公共板块头部 */
.com-module-header {
	padding: 10px 0 !important;
	margin: 0 12px 0 12px !important;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EDEDED;
}

.com-module-header-left {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}

.com-module-header-right {
	color: #609CEB;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.com-module-header-right img {
	width: 12px;
	margin-left: 2px;
}

/* 公共新闻列表 */
.com-news-lists {
	padding-bottom: 20px;
}

.com-news-list {
	display: block;
	border-bottom: 1px solid #D9D9D9;
	padding: 5px 0;
	padding-top:10px;
}

.com-news-list-title {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
}

.com-news-list-info {
	display: flex;
	align-items: flex-start;
	margin: 5px 0;
}

.com-news-list-info .com-news-list-img {
	flex: none;
	width: 70px;
	height: 52.5px;
	border-radius: 2px;
	margin-right: 10px;
}

.com-news-list-info-main {
	width: 100%;
}

.com-news-list-con {
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.com-news-list-tips {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.com-news-list-tips span {
	font-size: 10px;
	color: #666666;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.com-news-list-tips span img {
	width: 9px;
	height: 9px;
	margin-right: 5px;
}

/* 公共文章 */
.com-article-header {
	position: sticky;
	top: 0;
	background: #fff;
}

.com-article-title {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 1.5em;
	padding: 10px 0;
}

.com-article-tips {
	display: flex;
	align-items: center;
}

.com-article-tips span {
	font-size: 10px;
	color: #666666;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.com-article-tips span img {
	width: 9px;
	height: 9px;
	margin-right: 5px;
}

.com-article-tohoshome {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F7F7F7;
	padding: 10px;
	margin: 10px 0;
	border-radius: 2px;
}


.com-article-tohoshome>span {
	display: flex;
	align-items: center;
}

.com-article-tohoshome>span:nth-child(1) {
	color: #333333;
	font-size: 11px;
}

.com-article-tohoshome>span:nth-child(1) img {
	width: 20px;
	height: 20px;
	opacity: 1;
	border-radius: 2px;
	background: #CCCCCC;
	margin-right: 4px;
}

.com-article-tohoshome>span:nth-child(2) {
	color: #666666;
	font-size: 10px;
}

.com-article-tohoshome>span:nth-child(2) img {
	width: 12px;
	height: 12px;
	margin-left: 3px;
}

.com-article-main p {
	font-size: 16px !important;
	color: #333333;
	text-indent: 2em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.com-article-main img {
	display: block;
	width: 90%;
	margin: 10px auto;
}

.com-article-hostips {
	font-size: 12px;
	background: #FFFFFF;
	border: 0.5px solid #E3E3E3;
	margin: 12px;
	padding: 8px !important;
	line-height: 13px;
	background: rgba(26,68,160,0.1);
	border-radius: 0.25rem;
}

.com-article-tolinks {
	margin-top: 17px;
	padding-bottom: 10px;
}

.com-article-tolink {
	color: #333333;
	font-size: 12px;
	display: flex;
	margin: 9px 0;
}

.com-article-tolink span {
	font-weight: 500;
	flex: none;
}

.com-article-tolink a {}

/* 公共医生列表 */
.com-doc-lists {
	padding: 5px 0 20px 0;
}

.com-doc-list {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px dashed #D9D9D9;
}

.com-doc-list-photo {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	object-fit: cover;
	flex: none;
	margin-right: 10px;
}

.com-doc-list-info {}

.com-doc-list-name-row {}

.com-doc-list-name-row span {
	color: #666666;
	font-size: 12px;
	margin-right: 5px;
}

.com-doc-list-name-row span:nth-child(1) {
	color: #1F1F1F;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
}

.com-doc-list-hos {
	color: #333333;
	font-size: 12px;
	margin: 5px 0;
}

.com-doc-list-good {
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.com-doc-list-good span {
	color: #609CEB;
	font-weight: 500;
}

.common_more{
	text-align: center;
	color: #609CEB;
}

.main .line {
	margin: 21px auto;
	width: calc(100% - 24px);
	height: 1px;
	background: #D9D9D9;
	box-sizing: border-box;
}