body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-style: normal;
}
ul,ol,li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
select, input, button, textarea {
	font:100% Microsoft YaHei;
	outline:0;
	border:0;
	resize:none;
}
button {
	cursor: pointer;
}
html {
	box-sizing: border-box;
}
body {
	font-size: 14px;
	font-family: "PingFang SC","Hiragino Sans GB","Microsoft Yahei",arial,\5b8b\4f53,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
	box-sizing: border-box;
	background-color: #fafafa;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
i,em {
	font-style:normal;
}
a {
  text-decoration: none;
  color:inherit;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
  color: #dcdcdc!important;;
  font-family: 'Microsoft YaHei'!important;;
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
  color: #dcdcdc!important;;
  font-family: 'Microsoft YaHei'!important;;
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
  color: #dcdcdc!important;;
  font-family: 'Microsoft YaHei'!important;;
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
  color: #dcdcdc!important;;
  font-family: 'Microsoft YaHei'!important;;
}
.fr{
  float: right;
}
.fl{
  float: left;
}
/*清除浮动代码*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
/*nav*/
.navbar {
	min-height: 75px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background-color: #fff;
	box-shadow: 0px 1px 10px 0px rgba(212, 212, 212, 0.49);
	z-index: 1000;
}
.nav-logo {
	position: absolute;
	top: 21px;
	left: 0;
	display: block;
}
.nav-list {
	float: left;
	margin-left: 175px;
}
.nav-m {
	float: left;
	margin-right: 50px;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 75px;
	cursor: pointer;
}
.nav-arrow {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 10px;
	height: 5px;
	/*margin-left: 5px;*/
	background: url(../../img/new_img/down-listIcon.png) no-repeat 0 -1px;
}
.subnav {
	position: absolute;
	top: 75px;
	left: 340px;
	width: 194px;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 0 0px 5px rgba(0,0,0,.2);
	border-radius: 5px;
	display: none;
}
.sub-corner {
	position: absolute;
	top: -12px;
	left: 99px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	/*width: 14px;
	height: 7px;
	background: url("../../img/new_img/topTrigle.png");*/
}
.sub-corner-down{
	position: absolute;
	top: -16px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent transparent #E5E5E5 transparent;
	border-style: solid;
}
.sn {
	float: left;
	display: inline-block;
	width: 97px;
	font-size: 14px;
	color: #1a1a1a;
	text-align: center;
	line-height: 35px;
}
.nav-m:hover,.sn:hover {
	color: #3bc987;
}
.nav-m.pressed,.sn.pressed{
	color: #3bc987;
}
.nav-m:hover .nav-arrow {
	background: url(../../img/new_img/down-listIcon.png) no-repeat 0 -17px;
}
.nav-m.pressed .nav-arrow {
	background: url(../../img/new_img/down-listIcon.png) no-repeat 0 -17px;
}
.news:hover .subnav{
	display: block;
}
/*search*/
.search-wrapper {
	position: absolute;
	top: 21px;
	right: 0;
	width: 244px;
	height: 32px;
}
.search-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 244px;
	height: 32px;
	padding: 6px 0;
	border-bottom: 1px solid #c7c7c7;
	overflow: hidden;
	-webkit-transition: width .3s;
	transition: width .3s;
}
.search-btn {
	position: absolute;
	top: 50%;
	/*right: 10px;*/
	right: 0;
	display: inline-block;
	/*width: 21px;*/
	width: 38px;
	height: 20px;
	margin-top: -10px;
	/*background: url(../../img/new_img/glass.png) no-repeat 7px 0;*/
	background: url(../../img/new_img/search_glass.png) no-repeat 7px 1px;
	/*background-size: cover;*/
	background-color: #fff;
}
.search-btn::before {
	position: absolute;
	top: 1px;
	/*left: -9px;*/
	left:-2px;
	content: '';
	width: 1px;
	height: 17px;
	border-left: 1px solid #c7c7c7;
}
.search-form {
	width: 230px;
	-webkit-transition: width .3s;
	transition: width .3s;
}
.search-form {
	width: 230px;
	font-size: 16px;
	-webkit-transition: width .3s;
	transition: width .3s;
	-webkit-appearance: none;
	font-family: "PingFang SC","Hiragino Sans GB","Microsoft Yahei",arial,\5b8b\4f53,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}
.search-form::-webkit-input-placeholder {
	-webkit-appearance: none;
	font-size: 16px;
	font-family: "PingFang SC","Hiragino Sans GB","Microsoft Yahei",arial,\5b8b\4f53,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
	font-weight: 300;
}
.slide-content-container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	/*padding-bottom: 112px;*/
}
/*左边栏*/
.main-content {
	width: 860px;
	float: left;
}
.content::after {
	display: table;
	content: '';
	clear: both;
}
.choice-list-content {
	margin-bottom: 20px;
}
.search-list-outer {
	padding: 16px 20px 14px 20px;
	background-color: #fff;
	border: 1px solid #ebebeb;
}
.search-list {
	position: relative;
	width: 100%;
	/*margin-bottom: 5px;*/
	padding-left: 50px;
  padding-right: 65px;
}
.choice-type,.choice-condition {
	margin-right: 17px;
	font-size: 12px;
}
.choice-type,.current-type {
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: 700;
	color: #1a1a1a;
}
.choice-condition {
	display: inline-block;
	margin-bottom: 9px;
	color: #666;
	line-height: 12px;
	cursor: pointer;
}
.choice-condition:hover {
	color: #3bc987;
}
.choice-condition.pressed {
	color: #3bc987;
}
.show-condition {
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
.show-list {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 10px;
	height: 5px;
	margin-left: 5px;
	/*background: url(../../img/new_img/down-listIcon.png) no-repeat 0 -9px;*/
	background: url(../../img/new_img/down_list_grey.png) no-repeat -2px -2px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: rotate .3s;
	transition: rotate .3s;
}
.show-condition:hover,.show-condition.pressed  {
	color: #3bc987;
}
.show-condition:hover .show-list{
	/*background: url(../../img/new_img/down-listIcon.png) no-repeat 0 -17px;*/
	background: url(../../img/new_img/down_list_green.png) no-repeat -2px -2px;
}
.current-condition {
	position: relative;
	padding: 14px 90px 0 114px;
	background-color: #f5f5f5;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	overflow: hidden;
}
.current-type {
	top: 15px;
	left: 20px;
	font-size:12px;
}
.current-tags {
	display: inline-block;
	margin: 0 9px 12px 0;
	padding: 2px 5px;
	font-size: 12px;
	color: #3bc987;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	position: relative;
	top:-2px;
}
.current-tags:hover,.current-tags.pressed {
	border: 1px solid #3bc987;
}
.close-tags{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	background: url(../../img/new_img/XX.png) no-repeat;
	background-size:8px 8px;
}
.clear-tags {
	position: absolute;
	top: 17px;
	right: 20px;
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
	color: #949494;
	background: url(../../img/new_img/rubbish_grey.png) no-repeat 0 1px;
	cursor: pointer;
}
.clear-tags:hover {
	color: #3bc987;
	background: url(../../img/new_img/rubbish_green.png) no-repeat 0 1px;
}

.slide-content-btn {
	height: 55px;
	margin-bottom: 20px;/*fuck,pls confirm well and then let me know*/
	font-size: 14px;
	color: #949494;
	text-align: center;
	line-height: 55px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	cursor: pointer;
}
.slide-content-btn.pressed,.slide-content-btn:hover {
	color: #3bc987;
	border: 1px solid #3bc987;
}
/*sidebar*/
.sidebar-content {
	width: 320px;
	float: right;
}
.column {
	position: relative;
	/*width: 320px;*/
	margin-bottom: 20px;
	cursor: pointer;
}
.column-img {
	display: block;
	width: 320px;
	height: 140px;
}
.column-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 140px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	display: none;
	background-color: #000\0;
	filter: alpha(opacity=50);
}
.column:hover .column-mask{
	display: block;
}
.summary {
	margin-bottom: 20px;
	padding: 18px 20px 0 20px;
	background-color: #fff;
	border: 1px solid #ebebeb;
}
.article-outer:last-child{
  border:none;
}
.sum-title {
	padding-bottom: 18px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #ebebeb;
}
.article-outer,.assess-outer {
	padding: 18px 0;
	border-bottom: 1px solid #ebebeb;
}
.art-title {
	margin-bottom: 8px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
	cursor: pointer;
}
.art-title-a{
	color: #666666;
}
.art-title-a:hover{
	color: #3bc987;
}
.art-title.pressed,.art-title:hover {
	color: #3bc987;
}
.art-date {
	font-size: 12px;
	color: #949494;
}
.art-reading {
	float: right;
}
.clear-border {
	border: none;
}
.patient-infor {
	position: relative;
	padding-left: 45px;
	color: #949494;
	line-height: 34px;
}
.pat-photo-outer {
	position: absolute;
	top: 50%;
	left: 0;
	width: 34px;
	height: 34px;
	margin-top: -17px;
}
.pat-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
}
.pat-photo {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.assess-level {
	position: absolute;
	top: 50%;
	right: 0;
	height: 18px;
	line-height: normal;
	margin-top: -9px;
}
.ass-star {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../../img/new_img/star_07.png) no-repeat center center;
}
.ass-star.grey-star{
	background: url(../../img/new_img/stat_grey_03.png) no-repeat center center;
}
.ass-content {
	position: relative;
	margin: 14px 0;
	padding: 12px 14px;
	background-color: #f5f5f7;
	border-radius: 5px;
}
.ass-msg {
	color: #4c4c4c;
	text-align: justify;
	word-wrap: break-word;
}
.ass-arrow {
	position: absolute;
	top: -14px;
	left: 12px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 7px 5px;
	border-color: transparent transparent #f5f5f7 transparent;
}
.ass-doc {
	font-size: 12px;
	color: #949494;
	cursor: pointer;
}
.ass-doc-name{
	color: #949494;
}
.ass-doc-name:hover {
	color: #3bc987;
}
.code {
	margin-bottom: 45px;/*fuck,pls confirm well and then let me know*/
	background-color: #fff;
	border: 1px solid #ebebeb;
}
.code-outer {
	position: relative;
	padding-left: 153px;
	border-bottom: 1px solid #ebebeb;
}
.code-icon {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 120px;
	height: 120px;
	margin-top: -60px;
}
.code-name {
	padding: 42px 0 20px 0;
	color: #4c4c4c;
	font-size: 16px;
}
.code-outer-hint {
	margin-bottom: 10px;
	font-size: 12px;
	color: #949494;
	letter-spacing: 2.7px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.phone {
	padding: 12px 0;
}
.phone-icon {
	display: block;
	margin: 0 auto;
}
/*footer*/
.footer {
	/*position: absolute;
	bottom: 0;*/
	width: 100%;
	min-width: 1200px;
	height: 118px;
	background-color: #f3f3f3;
}
.footer .content {
	text-align: center;
}
.friendly-link {
	margin: 20px 0 7px 0;
	display: inline-block;
}
.links,.tips {
	float: left;
	margin: 0 6px;
}
.links {
	font-size: 12px;
	color: #4c4c4c;
}
.link-a {
	color: #4c4c4c;
}
.link-a:hover{
	color: #3bc987;
}
.tips {
	position: relative;
	top: 3px;
	display: inline-block;
	height: 12px;
	border-left: 1px solid #6c6c6c;
}
.contact {
	font-size: 12px;
	color: #4c4c4c;
	line-height: 18px;
}
.clearfix {
	height: 0;
	clear: both;
}
/*section*/
.section-title {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 16px;
	border-bottom: 1px solid #ebebeb;
}


/*没有搜索结果的CSS*/
.no-docs{
	width: 100%;
	height: 100px;
	padding: 110px 220px 0 220px;
	text-align: center;
	position: relative;
}
.no-docs-img {
	position: relative;
	display: inline-block;
}
.no-docs-p {
	/* width: 360px; */
	height: auto;
	text-align: center;
	word-wrap: break-word;
	display: inline-block;
	position: relative;
	color: #949494;
	font-size: 16px;
	margin-top: 10px;
}
.doc-photo.lazy{
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* v2新增名医讲堂 */
.del-doc-classroom {
	margin-bottom: 20px;
  padding: 20px;
  padding-bottom: 0px;
	background-color: #fff;
	border: 1px solid #ebebeb;
}
.classroom-title{
  width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
  line-height: 16px;
  padding-bottom: 20px;
}

.special{
  height: 190px;
  border-top: 1px solid #ebebeb;
  position: relative;
}
.special:first-of-type{
  border-top: none;
}
.special .left,.special .right{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
}
.special:last-child{
  border-bottom:none;
}
.special .left{
  width: 150px;
  height: 150px;
  margin-right: 18px;
}
.special .left .special-photo{
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.special .right{
  width: calc(100% - 154px - 18px);
  margin-left: 173px;
}
.special-title{
  color: #333333;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  font-weight: bold;
}
.special-detail{
  margin-top: 12px;
  margin-bottom: 48px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  padding-right: 25px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.special-text-container{
  height: 134px;
}
.special-info,.special-welcome{
  color: #949494;
  font-size: 14px;
}
.special-doc-expert{
  margin-right: 0px!important;
}
.special-welcome .special-good{
  margin-left: 30px;
}
.special-hover:hover{
  color: #3bc987;
}
.special-doc-expert .i{
  margin: 0px 3px;
}
.special-info-box{
  max-width: 360px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 照片墙（首页、学科建设、名医到家） */
.container{
  width: 100%;
  min-width: 1200px;
  padding: 90px 0px;
	overflow: hidden;
}
.name {
	margin-bottom:26px;
	font-size: 24px;
	font-weight: 300;
	color: #1a1a1a;
  text-align: center;
  line-height: 22px;
}
.note {
	margin-bottom: 22px;
	font-size: 42px;
	font-weight: 300;
	color: #1a1a1a;
  text-align: center;
  line-height: 42px;
}
.hint {
  width: 765px;
  margin: auto;
	text-align: center;
	font-size: 14px;
  color: #666666;
  line-height: 27px;
}
.wall-img {
	display: block;
  margin: auto;
  margin-top: 36px;
}

/* banner-outer */
.bot-bannner-outer {
  width: 100%;
  min-width: 1200px;
	position: relative;
}
.bottom-banner {
	display: block;
	width: 100%;
}
.position-banner {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -600px;
}
.code-title {
  width: 340px;
	position: absolute;
	top: 20%;
	left: 0;
	font-size: 42px;
  color: #1a1a1a;
  font-weight: 300;
}
.code-hint {
	position: absolute;
	top: 30%;
	left: 4px;
	font-size: 16px;
	color: #1a1a1a;
}
.code-lt {
	position: absolute;
	top: 40%;
	left: 0;
}
.code-rt {
	position: absolute;
	top: 40%;
	left: 238px;
}
.lt-hint,.rt-hint { 
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
  text-align: center;
  font-weight: 300;
}