@charset "utf-8";
/* hover */
.bnbox .bnlist li a,
.day_l a,
.day_r>dl>dt a {
	position: relative;
	display: block;
	overflow: hidden;
}

.bnbox .bnlist li a img,
.day_l a img,
.day_r>dl>dt a img,
.headlines a dl dt img {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.bnbox .bnlist li a:hover img,
.day_l a:hover img,
.day_r>dl>dt a:hover img,
.headlines a:hover dl dt img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.day_c dl dt a:hover,
.day_c dl dd a:hover,
.day_r>dl>dd>h4>a:hover,
.day_r>.list>ul>li>a:hover,
.audiobox .li01>ul>li>a:hover>h3,
.voice .volist li dl dt a:hover,
.audiobox .li03>ul>li>a:hover>h3,
.disease_c_r_con .r_other a:hover,
.disease_c_l_con dl dt a:hover,
a.doc_list_r_q:hover,
.qalist li a:hover,
.voice .volist li dl dd p a:hover,
.docarticle .article_hot_list li a:hover,
.headlines a:hover dl dd h5,
.disease_c_l_con dl dd a:hover,
.disease_c_l_con dl dd a.new:hover {
	text-decoration: none;
	color: #ff4000;
}

.card .face dl>dt:hover,
.audiobox .li01>ul>li>a:hover>dl>dt,
.audiobox .li03>ul>li>a:hover>dl>dt,
.docarticle .article_doc_list dd a:hover img,
.doc_list .doc_list_l:hover dl dt {
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
	box-shadow: 1px 1px 8px #ccc;
}
/* 栏目标题 */
.class_title {
	position: relative;
	width: 100%;
	height: 70px;
}

.class_title dl {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -99px;
	width: 198px;
	height: 70px;
	background-color: #fff;
}

.class_title dl dt {
	width: 140px;
	height: 45px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
}

.class_title dl dd {
	font-size: 14px;
	color: #d3d3d3;
	line-height: 1;
	text-align: center;
	padding-top: 12px;
}

.class_title>p {
	height: 27px;
	border-bottom: 1px solid #e8eaee;
}

.title_disease {
	padding: 40px 0 30px;
}

.title_doc {
	padding: 40px 0 20px;
}

.title_qa {
	padding: 40px 0 30px;
}

.title_audio {
	padding: 24px 0 30px;
}

.title_taday {
	padding-bottom: 14px;
}

.title_taday .class_title dl dt {
	background-position: -313px 10px;
}

.title_disease .class_title dl dt {
	background-position: -313px -148px;
}

.title_doc .class_title dl dt {
	background-position: -313px -201px;
}

.title_article .class_title dl dt {
	background-position: -313px -255px;
}

.title_qa .class_title dl dt {
	background-position: -313px -307px;
}

.title_video .class_title dl dt {
	background-position: -313px -41px;
}

.title_audio .class_title dl dt {
	background-position: -313px -95px;
}

.title_taday .class_title dl dd {
	padding-top: 7px;
}

.title_taday .class_title dl {
	margin-left: -54px;
	top: -8px;
}

.title_taday .class_title ol {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -142px;
	padding-left: 28px;
	width: 62px;
	height: 56px;
	background-color: #fff;
	z-index: 10;
}

.title_taday .class_title ol li {
	height: 56px;
	box-shadow: 0px 2px 5px rgba(17,6,11,.15);
	text-align: center;
}

.title_taday .class_title ol li .month {
	height: 20px;
	background: #ef5a52;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

.title_taday .class_title ol li .month span {
	font-size: 13px;
}

.title_taday .class_title ol li .day {
	font-size: 24px;
	color: #4b4b4b;
	font-weight: bold;
	line-height: 36px;
}

/* 栏目标题 end */
/* top */
.index_top {
	position: relative;
}

.index_top>h2 {
	position: absolute;
	left: 0;
	width: 230px;
	text-align: center;
	line-height: 3;
	font-size: 16px;
	color: #000;
	z-index: 10;
	font-weight: normal;
	background-color: #f8f8f8;
}
/* 导航快捷入口 */
.departments li a:before {
	position: absolute;
	top: 9px;
	left: 48px;
	content: " ";
	width: 18px;
	height: 18px;
}

.departments {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 368px;
	padding-top: 40px;
	background-color: #f8f8f8;
	overflow: hidden;
	overflow-y: scroll;
}
.departments::-webkit-scrollbar {
	width: 4px;    
}
.departments::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.departments::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
.departments li {
	height: 35px;
}

.departments li:nth-child(1) a:before {
	background-position: right 3px;
}

.departments li:nth-child(2) a:before {
	background-position: right -32px;
}

.departments li:nth-child(3) a:before {
	background-position: right -70px;
}

.departments li:nth-child(4) a:before {
	background-position: right -104px;
}

.departments li:nth-child(5) a:before {
	background-position: right -142px;
}

.departments li:nth-child(6) a:before {
	background-position: right -178px;
}

.departments li:nth-child(7) a:before {
	background-position: right -214px;
}

.departments li:nth-child(8) a:before {
	background-position: right -248px;
}

.departments li:nth-child(9) a:before {
	background-position: right -284px;
}

.departments li:nth-child(10) a:before {
	background-position: right -322px;
}

.departments li:nth-child(1) a:hover:before {
	background-position: -460px 3px;
}

.departments li:nth-child(2) a:hover:before {
	background-position: -460px -32px;
}

.departments li:nth-child(3) a:hover:before {
	background-position: -460px -70px;
}

.departments li:nth-child(4) a:hover:before {
	background-position: -460px -104px;
}

.departments li:nth-child(5) a:hover:before {
	background-position: -460px -142px;
}

.departments li:nth-child(6) a:hover:before {
	background-position: -460px -178px;
}

.departments li:nth-child(7) a:hover:before {
	background-position: -460px -214px;
}

.departments li:nth-child(8) a:hover:before {
	background-position: -460px -248px;
}

.departments li:nth-child(9) a:hover:before {
	background-position: -460px -284px;
}

.departments li:nth-child(10) a:hover:before {
	background-position: -460px -322px;
}

.departments li a {
	position: relative;
	display: block;
	padding: 0 26px 0 50px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666;
}

.departments li a span {
	position: absolute;
	right: 28px;
	top: 0;
	width: 7px;
	height: 12px;
	margin-top: 12px;
	background-position: right -343px;
}

.departments li a:hover span {
	background-position: -470px -343px;
}

.departments li a:hover {
	text-decoration: none;
	background: #ccc;
	border-left: 3px solid #FF4000;
	color: #fff;
}

.departments_list {
	display: none;
	position: absolute;
	top: 0;
	left: 230px;
	width: 556px;
	height: 386px;
	overflow: hidden;
	padding-bottom: 20px;
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
	z-index: 10;
}

.departments_list li {
	display: none;
	height: 350px;
	overflow: hidden;
	padding: 0 20px 0 10px;
	overflow-y: scroll;
}
/*滚动条样式*/
.departments_list li::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
.departments_list li a {
	float: left;
	padding: 0 12px;
	height: 16px;
	margin: 6px 0;
	line-height: 16px;
	border-right: 1px solid #ddd;
	overflow: hidden;
	font-size: 14px;
	color: #43b0c7;
}

.departments_list li a:nth-last-child(2) {
	border: none;
}

.departments_list li a:hover {
	color: #222;
	text-decoration: none;
}

.departments_list .cur {
	display: block;
}

.classifyName {
	height: 18px;
	line-height: 1;
	font-size: 16px;
	color: #222;
	padding: 20px 0 12px 12px;
	clear: both;
}

.classifyBox {
	padding-bottom: 20px;
}

.p_line500 {
	border-top: 1px dashed #e4e4e4;
	width: 500px;
	margin: 0 auto;
}
/* 导航快捷入口 end */
/* 轮播 */
.bnbox {
	position: relative;
	margin-left: 242px;
	padding-top: 26px;
	overflow: hidden;
}

.bnbox,.bnbox .bnlist li a,.bnbox .bnlist li img {
	width: 655px;
	height: 382px;
}

.bnbox .num {
	position: absolute;
	bottom: 16px;
	left: 0;
	zoom: 1;
	z-index: 3;
	width: 655px;
	height: 10px;
	text-align: center;
	overflow: hidden;
}

.bnbox .num ul {
	width: 648px;
	height: 10px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.bnbox .num li {
	display: inline-block;
	+display: inline;
	width: 10px;
	height: 10px;
	background: #000;
	color: #000;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	opacity: .48;
	filter: alpha(opacity=48);
	font-size: 12px;
}

.bnbox .num li.on {
	background: #43b0c7;
	color: #43b0c7;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* 轮播 end */
.yl_top_right {
	position: absolute;
	top: 26px;
	right: 0;
	width: 290px;
	height: 382px;
	overflow: hidden;
}

.headlines_box {
	position: relative;
	width: 268px;
	height: 364px;
	border: 1px solid #eaedf0;
	padding: 16px 10px 0;
}

.headlines_box .moreTop {
	position: absolute;
	top: 14px;
	right: 17px;
	font-size: 13px;
	color: #7b838a;
}

.headlines {
	position: relative;
	width: 268px;
}

.headlines_box h3 {
	width: 68px;
	height: 18px;
	font-size: 0;
	overflow: hidden;
	z-index: 50;
	background-position: -70px -353px;
	margin-bottom: 18px;
}

.headlines a {
	display: block;
	width: 100%;
	height: 60px;
	margin-bottom: 23px;
}

.headlines a:hover {
	text-decoration: none;
}

.headlines dl {
	position: relative;
	width: 100%;
	height: 60px;
}

.headlines dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.headlines dl dt img {
	width: 60px;
	height: 60px;
}

.headlines dl dd {
	margin-left: 70px;
	height: 60px;
	overflow: hidden;
}

.headlines dl dd h5 {
	line-height: 17px;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
}

.headlines dl dd p {
	padding-top: 8px;
	line-height: 16px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* top end */
/* 今日推荐 */
.day_l {
	margin-right: 20px;
	width: 230px;
}

.day_l a,.day_l a img {
	width: 230px;
	height: 150px;
}

.day_l a img,.day_l a span,.day_l a p {
	position: absolute;
	left: 0;
}

.day_l a {
	margin-bottom: 20px;
}

.day_l a span {
	bottom: 0;
	width: 100%;
	height: 80%;
	background: none;
 /* 一些不支持背景渐变的浏览器 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .3));
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .3)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0),rgba(0, 0, 0, .3));
}

.day_l a i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 54px;
	height: 54px;
	margin: -27px 0 0 -27px;
	background-position: -244px -187px;
}

.day_l a p {
	bottom: 0;
	width: 210px;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
}

.day_c {
	width: 100%;
}

.day_c dl {
	margin-bottom: 15px;
}

.day_c dl dt {
	height: 31px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 21px;
	color: #999;
	line-height: 1;
	width: 98%;
}

.day_c dl dt a {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
}

.day_c dl dt time {
	float: right;
	width: 80px;
	font-size: 14px;
	color: #999;
}

.day_c dl dd {
	width: 25%;
	float: left;
	+margin-left: -3px;
}

.day_c dl dd a {
	position: relative;
	padding-left: 32px;
	display: block;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.day_c dl dd a:after {
	position: absolute;
	top: 8px;
	left: 0;
	content: " ";
	width: 24px;
	height: 24px;
}

.day_c dl dd a.video:after {
	background-position: -244px -291px;
}

.day_c dl dd a.audio:after {
	background-position: -244px -316px;
}

.day_c dl dd a.article:after {
	background-position: -244px -344px;
}

.day_r {
	width: 288px;
}

.day_r .to_ylh,.day_r .to_ylh img {
	display: block;
	width: 100%;
	height: 50px;
}

.day_r>h3 {
	padding: 18px 0 10px;
	line-height: 1;
	font-size: 16px;
	color: #43adc8;
	font-weight: normal;
}

.day_r>dl {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.day_r>dl>dt,.day_r>.list>ul>li>span {
	position: absolute;
	top: 0;
	left: 0;
}

.day_r>dl>dt,.day_r>dl>dt a,.day_r>dl>dt img {
	width: 126px;
	height: 70px;
}

.day_r>dl>dt>span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 18px;
	background: #e23232;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-family: SimHei,arial;
}

.day_r>dl>dd {
	padding-left: 140px;
}

.day_r>dl>dd>h4>a {
	display: block;
	height: 22px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

.day_r>dl>dd>p {
	height: 40px;
	overflow: hidden;
	font-size: 12px;
	color: #9f9f9f;
	line-height: 19px;
	margin-top: 5px;
}

.day_r>dl>dd>p>span {
	color: #666;
	padding-right: 8px;
}

.day_r>dl>dd>span {
	position: relative;
	padding-left: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #989898;
}

.day_r>dl>dd>span:after {
	position: absolute;
	top: 3px;
	left: 0;
	content: " ";
	width: 20px;
	height: 14px;
	background-position: -27px -225px;
}

.day_r>.list>ul {
	float: left;
	width: 50%;
}

.day_r>.list>ul>li {
	position: relative;
	padding-left: 28px;
	height: 18px;
	overflow: hidden;
	margin-top: 12px;
}

.day_r>.list>ul>li>span {
	width: 18px;
	height: 16px;
	border: 1px solid #bebebe;
	background: #fff;
	font-size: 14px;
	color: #bebebe;
	text-align: center;
	line-height: 18px;
	font-family: SimHei,arial;
}

.day_r>.list>ul:nth-child(1)>li:nth-child(1)>span,
.day_r>.list>ul:nth-child(1)>li:nth-child(2)>span {
	background: #bebebe;
	color: #fff;
}

.day_r>.list>ul>li>a {
	display: block;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

.doc_most {
	position: relative;
	height: 124px;
	background: #f8f8f8;
	overflow: hidden;
}

.doc_most:before,.doc_most:after {
	position: absolute;
	top: 16px;
	content: " ";
	height: 94px;
	border-left: 1px solid #dedede;
}

.doc_most:before {
	left: 399px;
}

.doc_most:after {
	right: 400px;
}

.doc_most .lis {
	position: absolute;
	top: 0;
	width: 44px;
	height: 50px;
	z-index: 10;
}

.doc_most .li01 {
	left: 316px;
	background-position: -68px -300px;
}

.doc_most .li02 {
	left: 715px;
	background-position: -112px -300px;
}

.doc_most .li03 {
	right: 36px;
	background-position: -156px -300px;
}

.cardbox {
	float: left;
	width: 398px;
	height: 123px;
	overflow: hidden;
}

.card {
	position: relative;
	float: left;
	width: 398px;
	height: 123px;
}

.card .face {
	width: 398px;
	height: 123px;
	overflow: hidden;
}

.card .face dl {
	position: relative;
	margin: 18px 40px 0;
}

.card .face dl>dt {
	position: absolute;
	top: 0;
	left: 0;
}

.card .face dl>dt,.card .face dl>dt img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
}

.card .face dl>dd {
	padding-left: 105px;
	padding-top: 4px;
}

.card .face dl>dd>h4 {
	height: 24px;
	font-weight: normal;
}

.card .face dl>dd>h4>a {
	float: left;
	padding-right: 10px;
	font-size: 20px;
	color: #222;
	line-height: 18px;
}

.card .face dl>dd>h4>a:hover {
	text-decoration: none;
	font-weight: bold;
}

.card .face dl>dd>h4>span {
	float: left;
	font-size: 12px;
	color: #018cf1;
	line-height: 16px;
	border: 1px solid #018cf1;
	border-radius: 3px;
	padding: 0 4px;
	margin-top: 1px;
}

.card .face dl>dd>p {
	height: 26px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-bottom: 8px;
}

.card .face dl>dd>ul {
	position: relative;
}

.card .face dl>dd>ul:after {
	position: absolute;
	top: 0;
	left: 55px;
	content: " ";
	border-left: 1px solid #e7e7e7;
	height: 32px;
}

.card .face dl>dd>ul>li {
	float: left;
	width: 62px;
	line-height: 16px;
}

.card .face dl>dd>ul>li:nth-child(1) {
	width: 64px;
}

.card .face dl>dd>ul>li>strong {
	display: inline;
	font-size: 13px;
	color: #ff4000;
	font-weight: normal;
}

.card .face dl>dd>ul>li>span {
	display: block;
	font-size: 12px;
	color: #969696;
}

.card .face dl>dd>ul>li>.s_up,.card .face dl>dd>ul>li>.s_down {
	position: relative;
}

.card .face dl>dd>ul>li>.s_up {
	color: #00aba6;
}

.card .face dl>dd>ul>li>.s_down {
	color: #0069be;
}
/* 医学视频 */
.videobox {
	position: relative;
	height: 504px;
	margin-top: 30px;
}

.video_top {
	position: absolute;
	width: 228px;
	height: 504px;
	background-color: #f6f6f6;
}

.video_top:before,.video_top:after {
	position: absolute;
	left: 0;
	content: " ";
}

.video_top:before {
	top: 0;
	width: 140px;
	height: 70px;
	background-position: 20px 18px;
}

.video_top:after {
	bottom: 0;
	width: 228px;
	height: 114px;
	background-position: 18px -57px;
}

.video_top .video_nav_style {
	margin-left: 77px;
}

.video_top .video_nav_tab {
	margin-top: 74px;
}

.video_top .video_nav_style li {
	position: relative;
	width: 128px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 28px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.video_top .video_nav_style li:before {
	position: absolute;
	top: 10px;
	right: -26px;
	content: " ";
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #c1e0ef;
	border-radius: 8px;
}

.video_top .video_nav_style li a {
	display: none;
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_top .video_nav_style li.cur {
	position: relative;
	background: #fbc216;
	border: 1px solid #fbc216;
	color: #fff;
}

.video_top .video_nav_style li.cur:before {
	background: #fbc216;
	border: 1px solid #fbc216;
}

.video_top .video_nav_style li a.videomore,.video_top .video_nav_style li.cur a {
	display: block;
}

.video_top .video_right {
	position: absolute;
	top: 40px;
	right: 10px;
}

.video_top .video_right a,.video_top .video_right a:hover {
	background: #fff;
}

.video_con {
	padding-left: 228px;
}

.video_con .video_list {
	display: none;
}

.video_con a {
	float: left;
	width: 225px;
	height: 242px;
	border: 1px solid #f1f1f1;
	margin: 0 0 20px 11px;
}

.video_con a .video_list_img {
	position: relative;
	width: 225px;
	height: 127px;
}

.video_con a .video_list_img img {
	width: 225px;
	height: 127px;
}

.video_con a .video_list_img .time {
	position: absolute;
	bottom: 7px;
	right: 9px;
	padding: 3px 5px 4px;
	line-height: 1;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#99000000',endcolorstr='#99000000');
}

.video_con a .video_list_img .mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 226px;
	height: 127px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#7f000000',endcolorstr='#7f000000');
}

.video_con a .video_list_img .maskicon {
	display: none;
	position: absolute;
	top: 52px;
	left: 98px;
	width: 26px;
	height: 26px;
	background-position: right -396px;
}

.video_con a .p1,.video_con a .p2 {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.video_con a .p1 {
	padding: 10px 12px 0;
	font-size: 16px;
	color: #222;
}

.video_con a .p2 {
	padding: 0 12px 14px;
	font-size: 12px;
	color: #7b838a;
}

.video_con a .p2 span {
	padding-left: 16px;
}

.video_con a dl {
	margin: 0 8px;
	border-top: 1px solid #f1f1f1;
}

.video_con a dl dt {
	float: left;
	margin: 10px 0 0 6px;
}

.video_con a dl dt img {
	float: left;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	margin-right: 8px;
}

.video_con a dl dt span {
	width: 100px;
	float: left;
	line-height: 24px;
	font-size: 14px;
	color: #212121;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display:inline-block;
}

.video_con a dl dd {
	float: right;
	margin-top: 13px;
	font-size: 12px;
	color: #7b838a;
}

.video_con a:hover {
	-moz-box-shadow: 1px 1px 10px #ccc;
	-webkit-box-shadow: 1px 1px 10px #ccc;
	box-shadow: 1px 1px 10px #ccc;
	text-decoration: none;
}

.video_con a:hover .video_list_img .time {
	display: none;
}

.video_con a:hover .video_list_img .mask,.video_con a:hover .video_list_img .maskicon {
	display: block;
}

.video_con .video_list_on {
	display: block;
}
/* 医学视频 end */
/* 语音解答 */
.audiobox .lis a:hover {
	text-decoration: none;
}

.audiobox {
	height: 444px;
}

.audiobox .lis {
	float: left;
	width: 392px;
	height: 444px;
	margin-right: 12px;
}

.audiobox .lis h3 {
	font-weight: normal;
}

.audiobox .li03 {
	float: right;
	margin-right: 0;
}

.audiobox .lis>h2 {
	height: 54px;
	padding: 0 13px 0 20px;
}

.audiobox .li01>h2 {
	background: #53609b;
}

.audiobox .li02>h2 {
	background: #2f838c;
}

.audiobox .li03>h2 {
	background: #e66905;
}

.audiobox .lis>h2>span {
	width: 98px;
	height: 24px;
	margin-top: 14px;
	font-size: 0;
}

.audiobox .li01>h2>span {
	background-position: -292px -362px;
}

.audiobox .li02>h2>span {
	background-position: -292px -390px;
}

.audiobox .li03>h2>span {
	background-position: -394px -362px;
	width: 74px;
}

.audiobox .lis>h2>a {
	position: relative;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	padding-right: 22px;
	margin-top: 20px;
	font-weight: normal;
}

.audiobox .lis>h2>a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: " ";
	width: 19px;
	height: 17px;
	background-position: -141px -354px;
}

.audiobox .lis>h2>a:hover:after {
	background-position: -139px -354px;
}

.audiobox .li01>ul {
	border: 1px solid #e6e9ed;
	border-top: 0;
	padding: 10px 0 10px 10px;
}

.audiobox .li01>ul>li {
	padding: 18px 14px 0 6px;
	float: left;
	width: 162px;
	height: 104px;
	border-top: 1px solid #e6e9ed;
}

.audiobox .li01>ul>li:nth-child(odd) {
	border-right: 1px solid #e6e9ed;
}

.audiobox .li01>ul>li:nth-child(1),.audiobox .li01>ul>li:nth-child(2) {
	border-top: 0;
}

.audiobox .li01>ul>li>a {
	display: block;
	position: relative;
	width: 100%;
}

.audiobox .li01>ul>li>a>h3 {
	width: 100px;
	height: 44px;
	font-size: 14px;
	color: #222;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 18px;
}

.audiobox .li01>ul>li>a>p {
	position: relative;
	width: 82px;
	height: 21px;
	line-height: 20px;
	padding-right: 10px;
	background: #f6f6f6;
	border-radius: 20px;
	font-size: 12px;
	color: #ec5950;
	text-align: right;
}

.audiobox .li01>ul>li>a>p:after {
	position: absolute;
	top: 4px;
	left: 7px;
	content: " ";
	width: 10px;
	height: 13px;
	background-position: -27px -239px;
}

.audiobox .li01>ul>li>a>dl {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
}

.audiobox .li01>ul>li>a>dl>dt,.audiobox .li01>ul>li>a>dl>dt>img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}

.audiobox .li01>ul>li>a>dl>dd {
	padding-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 1.2;
}

.voice {
	height: 388px;
	overflow: hidden;
	border: 1px solid #e6e9ed;
	border-top: 0;
}

.voice .volist {
	width: 368px;
	height: 354px;
	padding: 10px 10px 0;
	overflow: hidden;
}

.voice .volist li {
	height: 360px;
	display: none;
}

.voice .volist li.cur {
	display: block;
}

.voice .volist li dl dt,.voice .volist li dl dd {
	padding: 0 2px;
}

.voice .volist li dl dt {
	border-bottom: 1px solid #e6e9ed;
}

.voice .volist li dl dt a {
	position: relative;
	display: block;
	height: 40px;
	font-size: 20px;
	color: #222;
	line-height: 40px;
	padding-left: 38px;
	overflow: hidden;
	margin-bottom: 7px;
}

.voice .volist li dl dt a:after {
	position: absolute;
	top: 4px;
	left: 0;
	content: " ";
	width: 30px;
	height: 30px;
	background-position: -249px -251px;
}

.voice .volist li dl dt p {
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 12px;
}

.voice .volist li dl dt p span {
	position: absolute;
	bottom: 6px;
	right: 0;
	font-size: 12px;
	color: #999;
	line-height: 1.2;
	padding-left: 16px;
}

.voice .volist li dl dt p span:after {
	position: absolute;
	top: 2px;
	left: 0;
	content: " ";
	width: 12px;
	height: 10px;
	background-position: -27px -280px;
}

.voice .volist li dl dd {
	padding-top: 6px;
}

.voice .volist li dl dd p {
	position: relative;
	height: 40px;
	padding-left: 30px;
	line-height: 40px;
}

.voice .volist li dl dd p:after {
	position: absolute;
	top: 12px;
	left: 0;
	content: " ";
	width: 22px;
	height: 22px;
	background-position: right -370px;
}

.voice .volist li dl dd p a {
	font-size: 16px;
	color: #222;
}

.voice .volist li dl dd p span {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #999;
}

.voice .vonum {
	height: 20px;
	text-align: center;
	overflow: hidden;
	line-height: 1;
}

.voice .vonum ul {
	width: 388px;
	height: 10px;
	text-align: center;
}

.voice .vonum li {
	display: inline-block;
	+display: inline;
	width: 10px;
	height: 10px;
	background: #c8c8c8;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	font-size: 0;
}

.voice .vonum li.on {
	background: #e01222;
}

.audiobox .li03>ul {
	border: 1px solid #e6e9ed;
	border-top: 0;
	padding: 20px 0 0 13px;
	height: 368px;
}

.audiobox .li03>ul>li {
	float: left;
	width: 121px;
	height: 170px;
	border-top: 1px solid #e6e9ed;
	border-right: 1px solid #e6e9ed;
}

.audiobox .li03>ul>li:nth-child(3n) {
	border-right: 0;
}

.audiobox .li03>ul>li:nth-child(1),.audiobox .li03>ul>li:nth-child(2),.audiobox .li03>ul>li:nth-child(3) {
	border-top: 0;
}

.audiobox .li03>ul>li>a {
	display: block;
	position: relative;
	width: 100%;
}

.audiobox .li03>ul>li>a>h3 {
	height: 19px;
	font-size: 12px;
	color: #000;
	text-align: center;
	line-height: 19px;
	overflow: hidden;
}

.audiobox .li03>ul>li:nth-child(n+4) {
	padding-top: 8px;
}

.audiobox .li03>ul>li>a>ol {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 20px;
	margin-bottom: 3px;
}

.audiobox .li03>ul>li>a>ol>li {
	position: relative;
	display: inline;
}

.audiobox .li03>ul>li>a>ol>li:before,
.audiobox .li03>ul>li>a>ol>li:after {
	position: absolute;
	top: 8px;
	content: " ";
	width: 15px;
	height: 1px;
	background: #e6e9ed;
}

.audiobox .li03>ul>li>a>ol>li:before {
	left: -18px;
}

.audiobox .li03>ul>li>a>ol>li:after {
	right: -18px;
}

.audiobox .li03>ul>li>a>dl {
	position: relative;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 8px;
	margin: 0 auto 15px;
}

.audiobox .li03>ul>li>a>dl:after {
	position: absolute;
	top: 40px;
	left: 36px;
	content: " ";
	width: 15px;
	height: 15px;
	background-position: -27px -206px;
}

.audiobox .li03>ul>li>a>dl>dt {
	position: relative;
}

.audiobox .li03>ul>li>a>dl>dt:after {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	background: rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000,endcolorstr=#33000000);
}

.audiobox .li03>ul>li>a>dl>dt,.audiobox .li03>ul>li>a>dl>dt:after,.audiobox .li03>ul>li>a>dl>dt>img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.audiobox .li03>ul>li>a>dl>dd {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 30px;
	background-position: -215px -1px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 1.6;
}

.audiobox .li03>ul>li:nth-child(1)>a>dl>dd {
	background-position: -136px 0;
}

.audiobox .li03>ul>li:nth-child(2)>a>dl>dd {
	background-position: -163px -1px;
}

.audiobox .li03>ul>li:nth-child(3)>a>dl>dd {
	background-position: -188px -1px;
}

.audiobox .li03>ul>li>a>p {
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 1;
}
/* 语音解答 end */
/* 疾病百科 */
.disease_c_l_title,.disease_c_r_title {
	height: 40px;
	padding: 0 10px;
	background: #f6f6f6;
}

.disease_c_l_title {
	border-bottom: 1px solid #e6e9ed;
}

.disease_c_l_title h3,.disease_c_r_title h3 {
	float: left;
	font-size: 18px;
	color: #222;
	line-height: 40px;
	font-weight: normal;
}

.disease_c_l_title .morer,.disease_c_r_title .morer {
	float: right;
	padding-top: 10px;
}

.disease_c_l_con dl {
	position: relative;
	float: left;
	width: 50%;
	height: 118px;
	border-bottom: 1px solid #e6e9ed;
	overflow: hidden;
}

.disease_c_l_con dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 66px;
	height: 118px;
	background: #f6f6f6;
}

.disease_c_l_con dl dt a {
	display: block;
	padding: 12px 0 0 12px;
	font-size: 16px;
	color: #222;
}

.disease_c_l_con dl dd {
	margin: 8px 10px 0 80px;
}

.disease_c_l_con dl dd a {
	display: inline-block;
	margin-right: 16px;
	line-height: 26px;
	font-size: 14px;
	color: #7b838a;
}

.disease_c_l_con dl dd a.new {
	color: #43b0c7;
}

.disease_c_r_con {
	border: 1px solid #e6e9ed;
	padding: 10px 10px 0;
	height: 346px;
}

.disease_c_r_con a {
	display: block;
	cursor: pointer;
}

.disease_c_r_con .r_top {
	height: 84px;
}

.disease_c_r_con .r_one dt {
	float: left;
	position: relative;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

.disease_c_r_con .r_one dt img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}

.disease_c_r_con .r_one dt i,.disease_c_r_con .r_other a i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
}

.disease_c_r_con .r_one dt i {
	background-position: 0 -178px;
	background-color: #e43c5c;
}

.disease_c_r_con .r_one dd {
	float: left;
	width: 234px;
}

.disease_c_r_con .r_one dd h3 {
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #222;
	overflow: hidden;
	font-weight: normal;
}

.disease_c_r_con .r_one dd p {
	line-height: 18px;
	font-size: 14px;
	color: #7d7d7d;
}

.disease_c_r_con .r_one dd p span.btn {
	color: #43b0c7;
	padding-left: 10px;
}

.disease_c_r_con a.r_one:hover {
	text-decoration: none;
}

.disease_c_r_con a.r_one:hover dd p span.btn {
	text-decoration: underline;
}

.disease_c_r_con .r_other a {
	position: relative;
	float: left;
	width: 158px;
	height: 62px;
	border-right: 1px dashed #f0f0f0;
	border-bottom: 1px dashed #f0f0f0;
	font-size: 14px;
	color: #666;
}

.disease_c_r_con .r_other a:nth-child(2),.disease_c_r_con .r_other a:nth-child(4),.disease_c_r_con .r_other a:nth-child(6),.disease_c_r_con .r_other a:nth-child(8) {
	border-right: none;
}

.disease_c_r_con .r_other a:nth-child(7),.disease_c_r_con .r_other a:nth-child(8) {
	border-bottom: none;
}

.disease_c_r_con a.r_1 i,.disease_c_r_con a.r_3 i,.disease_c_r_con a.r_5 i,.disease_c_r_con a.r_7 i {
	left: 12px;
}

.disease_c_r_con .r_other a.r_1 p,.disease_c_r_con .r_other a.r_3 p,.disease_c_r_con .r_other a.r_5 p,.disease_c_r_con .r_other a.r_7 p {
	padding: 9px 0px 0 40px;
}

.disease_c_r_con .r_other a p {
	padding: 9px 12px 0 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.disease_c_r_con a.r_three,.disease_c_r_con a.r_five,.disease_c_r_con a.r_seven {
	border-right: none;
}

.disease_c_r_con a.r_six,.disease_c_r_con a.r_seven {
	border-bottom: none;
}

.disease_c_r_con .r_other a i {
	top: 12px;
	background-color: #8c9399;
}

.disease_c_r_con a.r_0 i {
	background-position: 0 -194px;
	background-color: #ffbb44;
}

.disease_c_r_con a.r_1 i {
	background-position: 0 -210px;
	background-color: #8ac03b;
}

.disease_c_r_con a.r_2 i {
	background-position: 0 -225px;
}

.disease_c_r_con a.r_3 i {
	background-position: 0 -241px;
}

.disease_c_r_con a.r_4 i {
	background-position: 0 -256px;
}

.disease_c_r_con a.r_5 i {
	background-position: 0 -272px;
}

.disease_c_r_con a.r_6 i {
	background-position: 0 -287px;
}

.disease_c_r_con a.r_7 i {
	background-position: 0 -303px;
}
/* 疾病百科 end */
/* 品牌医生 */
#carousel {
	width: 1200px;
	height: 464px;
	position: relative;
}

#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#carousel li {
	width: 240px;
	height: 413px;
	display: block;
	float: left;
	text-align: center;
}

#carousel li .pic {
	width: 148px;
	height: 148px;
	margin: 10px auto;
	display: block;
}

#carousel li .pic a {
	width: 148px;
	height: 148px;
	border: 4px solid #fff;
	border-radius: 148px;
	overflow: hidden;
	display: block;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
	box-shadow: 1px 1px 8px #ccc;
	background-size: 148px 148px;
}

#carousel li .pic img {
	width: 148px;
	height: 148px;
}

#carousel li .name {
	height: 28px;
	padding: 28px 0 6px;
	text-align: center;
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#carousel li .name span,#carousel li .name strong {
	display: inline-block;
	font-weight: 400;
}

#carousel li .name a {
	font-size: 20px;
	color: #222;
	line-height: 1;
	height: 20px;
}

#carousel li .name strong {
	font-size: 12px;
	color: #018cf1;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #018cf1;
	border-radius: 5px;
	margin-left: 10px;
	padding: 0 6px;
}

#carousel li .p1,#carousel li .p2,#carousel li .p3 {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #979d9e;
	overflow: hidden;
}

#carousel li .p1 {
	color: #7b838a;
}

#carousel li .p2 span {
	color: #43bfc7;
}

#carousel li .hz {
	position: relative;
	width: 158px;
	height: 49px;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 auto;
}

#carousel li .hz span {
	position: absolute;
	bottom: -1px;
	left: 50px;
	width: 58px;
	height: 26px;
	background-color: #fff;
	background-position: -6px -178px;
}

#carousel li .p3 {
	margin: -3px 0 9px;
}

#carousel li .ta_bottom {
	+width: 180px;
	display: inline-block;
	height: 38px;
	padding: 5px 0;
	border: 1px solid #eee;
	border-radius: 18px;
	overflow: hidden;
}

#carousel li .ta_bottom dt,#carousel li .ta_bottom dd {
	float: left;
	padding: 0 15px;
	max-width: 49px;
}

#carousel li .ta_bottom dd {
	border-left: 1px solid #f1f1f1;
}

#carousel li .ta_bottom dt a span,#carousel li .ta_bottom dd a span {
	line-height: 1;
	font-size: 18px;
	color: #9d9d99;
}

#carousel li .ta_bottom dt p,#carousel li .ta_bottom dd p {
	padding-top: 2px;
}

#carousel li .ta_bottom dt a p,#carousel li .ta_bottom dd a p {
	line-height: 1;
	font-size: 12px;
	color: #c7c7c7;
}

#carousel li .ta_bottom dt a:hover,#carousel li .ta_bottom dd a:hover {
	text-decoration: none;
}

#carousel li .ta_bottom dt a:hover p,#carousel li .ta_bottom dd a:hover p {
	color: #333;
}

#carousel .docbox {
	height: 413px;
}

#carousel .docbox ul {
	display: none;
}

#carousel .docbox ul.cur {
	display: block;
}

#carousel .pager {
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	height: 20px;
	z-index: 20;
	font-size: 0;
}

#carousel .pager span {
	text-decoration: none;
	color: #eee;
	display: inline-block;
	overflow: hidden;
	width: 36px;
	height: 5px;
	margin: 0 5px 0 0;
	background: #eee;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#carousel .pager span.cur {
	height: 8px;
	background: #43bfc7;
	margin-top: 0;
	color: #43bfc7;
}

#carousel li.hover .pic a {
	-moz-box-shadow: 1px 1px 20px #777;
	-webkit-box-shadow: 1px 1px 20px #777;
	box-shadow: 1px 1px 20px #777;
}

#carousel li.hover .name a {
	font-weight: 700;
	text-decoration: none;
}

.famous_more {
	display: block;
	width: 138px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #eee;
	font-size: 12px;
	color: #91989b;
	border-radius: 14px;
	text-align: center;
	line-height: 30px;
}
/* 品牌医生 end */
/* 名医问答 */
.list_one {
	display: none;
	height: 650px;
	overflow: hidden;
}

.list_on {
	display: block;
}

.docqa {
	height: 706px;
}

.docqa .con_nav_ul {
	width: 850px;
	height: 40px;
}

.docqa .con_nav_ul li {
	float: left;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-right: 1px solid #fff;
	font-size: 16px;
	color: #7b838a;
	background-color: #eee;
	cursor: pointer;
}

.docqa .con_nav_ul li.nav_on {
	background-color: #43bfc7;
	color: #fff;
}

.docqa .eleven_con .doc_list {
	position: relative;
	height: 134px;
	border-bottom: 1px solid #eee;
	padding-top: 22px;
}

.docqa .eleven_con .list_one .doc_list:last-child {
	border-bottom: none;
}

.doc_list a.doc_list_l:hover {
	text-decoration: none;
}

.doc_list .doc_list_l {
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
}

.doc_list .doc_list_l dl {
	position: relative;
}

.doc_list .doc_list_l dl dt {
	position: absolute;
	top: 30px;
	left: 7px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
}

.doc_list .doc_list_l dl dt img {
	width: 60px;
	height: 60px;
}

.doc_list .doc_list_l dl dd {
	padding: 40px 0 0 76px;
}

.doc_list .doc_list_l dl dd span {
	display: block;
	padding-left: 1px;
	font-size: 18px;
	color: #222;
	line-height: 1;
	margin-bottom: 12px;
}

.doc_list .doc_list_l dl dd strong {
	display: block;
	font-size: 12px;
	color: #018cf1;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #018cf1;
	border-radius: 5px;
	font-weight: 400;
}

.doc_list .doc_list_l:hover dl dd span {
	font-weight: bold;
}

.doc_list .doc_list_l .doc_list_l_bot {
	margin: 18px 10px 0;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.doc_list_r {
	margin: 0 0 0 185px;
}

.doc_list_r_q,.doc_list_r_a {
	position: relative;
	padding-left: 34px;
}

.doc_list_r_q span,.doc_list_r_a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
}

.doc_list_r_q span {
	background-position: 0px -337px;
	background-color: #ffbb44;
}

.doc_list_r_a span {
	top: 11px;
	background-position: -1px -352px;
	background-color: #8ac03b;
}

a.doc_list_r_q {
	font-size: 16px;
	color: #222;
	line-height: 1.1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.doc_list_r_a {
	line-height: 22px;
	font-size: 14px;
	color: #7b838a;
	padding-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-right: 10px;
}

.doc_list_r_a a {
	font-size: 14px;
	color: #7b838a;
}

.doc_list_r_a a:hover {
	text-decoration: none;
}

.doc_list_bot {
	margin: 16px 24px 0;
}

.doc_list_bot a {
	float: left;
	width: 98px;
	height: 26px;
	border: 1px solid #43bfc7;
	border-radius: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #43bfc7;
}

.doc_list_bot a:hover {
	color: #fff;
	background: #43bfc7;
	text-decoration: none;
}

.doc_list_bot p {
	float: right;
	font-size: 12px;
	color: #7b838a;
	padding-top: 6px;
}
/*right*/
#carousela {
	position: relative;
	width: 340px;
	height: 320px;
	margin: 0 auto 20px;
	background-color: #effdfd;
	overflow: hidden;
}

#carousela ul {
	position: absolute;
	top: 0;
	left: 0;
}

#carousela li {
	width: 340px;
	height: 320px;
	float: left;
}

#carousela li a.doc_info {
	display: block;
	padding-top: 12px;
	width: 266px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

#carousela li a.doc_info .doc_img {
	display: block;
	width: 80px;
	height: 80px;
	border: 4px solid #fff;
	border-radius: 80px;
	overflow: hidden;
	margin: 0 auto;
	background-size: 80px 80px;
}

#carousela li a.doc_info img {
	display: block;
	width: 80px;
	height: 80px;
}

#carousela li .doc_info h3,#carousela li .doc_info p {
	padding-top: 10px;
	line-height: 1;
}

#carousela li .doc_info h3 {
	font-size: 14px;
	color: #222;
	height: 14px;
	overflow: hidden;
	font-weight: normal;
}

#carousela li .doc_info p {
	font-size: 12px;
	color: #7b838a;
}

#carousela li a.doc_btn {
	display: block;
	width: 100px;
	height: 32px;
	border-radius: 32px;
	text-align: center;
	line-height: 32px;
	margin: 14px auto 0;
	font-size: 14px;
	color: #fff;
	background: #43bfc7;
}

#carousela li a.doc_btn:hover {
	background: #3f9cb0;
	text-decoration: none;
}

#carousela li .qa {
	margin: 12px 20px 0;
}

.qa .doc_list_r_q,.qa .doc_list_r_a {
	padding-left: 26px;
	line-height: 20px;
}

.qa .doc_list_r_q {
	-webkit-line-clamp: 2;
	font-size: 14px;
	height: 40px;
	margin-bottom: 3px;
}

.qa .doc_list_r_q span {
	top: 2px;
}

.qa .doc_list_r_a {
	height: 60px;
	-webkit-line-clamp: 3;
	padding-top: 0;
}

.qa .doc_list_r_a span {
	top: 2px;
}

.qa .doc_list_r_q:hover {
	color: #43bfc7;
}

#carousela .doc_prev, #carousela .doc_next {
	text-indent: -999px;
	display: block;
	width: 22px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	top: 58px;
}

#carousela .doc_prev {
	background-position: -27px -339px;
	left: 25px;
}

#carousela .doc_prev:hover {
	left: 24px;
}

#carousela .doc_next {
	background-position: -27px -316px;
	right: 25px;
}

#carousela .doc_next:hover {
	right: 24px;
}

#carousela .pager {
	text-align: center;
	margin: 0 auto;
}

.qalist_top {
	height: 40px;
	padding: 0 1px;
}

.qalist_top p {
	float: left;
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #eee;
	color: #7b838a;
	border-radius: 30px;
}

.qalist_top a {
	margin-top: 7px;
}

.qalist {
	position: relative;
	width: 342px;
	height: 288px;
	overflow: hidden;
}

.qalist ul {
	position: absolute;
 /*top:-57px;*/
	bottom: 0;
	left: 0;
}

.qalist li {
	position: relative;
	height: 46px;
	line-height: 24px;
	padding: 3px 0 0 64px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.qalist li a {
	font-size: 14px;
	color: #222;
}

.qalist li span {
	position: absolute;
	top: 7px;
	left: 0;
	width: 54px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 18px;
	background-color: #eee;
	font-size: 12px;
	color: #7b838a;
	overflow: hidden;
}

.qalist li i {
	position: absolute;
	top: 31px;
	left: 25px;
	width: 1px;
	height: 21px;
	background-color: #eee;
}
/* 名医问答 end */
/* 搜索 */
.search_center .bdcs-search-form-input {
	height: 40px!important;
	line-height: 40px!important;
	border-color: #43b0c7;
	margin-right: 0px;
	width: 360px;
	font-family: Arial,Microsoft YaHei,sans-serif;
	color: #000000;
	font-size: 14px;
	border-radius: 1px;
	background-color: #FFFFFF;
	padding-left: 28px;
}

.search_center .bdcs-container .bdcs-search-form-submit {
	border-color: #43b0c7;
	height: 40px;
	width: 80px;
	background-color: #43b0c7;
	color: #ffffff;
	font-family: Arial,Microsoft YaHei,sans-serif;
	font-size: 16px;
	border-radius: 0px;
	line-height: 42px;
}

.bdcs-container .bdcs-search {
	width: 470px;
	height: 42px;
	overflow: hidden;
	border-color: #43b0c7;
	border-radius: 0;
	border-width: 0;
	box-shadow: none;
	background-color: #43b0c7;
}
/* 专家文章 */
.title_article {
	padding: 40px 0;
}

.docarticle {
	height: 550px;
	overflow: hidden;
}

.docarticle .essence {
	height: 400px;
}

.docarticle .essence .fl_left {
	width: 418px;
}

.docarticle .essence .fl_left a {
	position: relative;
	display: block;
	height: 59px;
	line-height: 59px;
	border-top: 1px dashed #eee;
	font-size: 18px;
	color: #222;
	padding: 0 8px 0 20px;
	overflow: hidden;
}

.docarticle .essence .fl_left a i {
	position: absolute;
	top: 26px;
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: #d4d4d4;
	border-radius: 50%;
}

.docarticle .essence .fl_left a.first {
	border-top: none;
	height: 144px;
	padding: 0 8px 0 130px;
}

.docarticle .essence .fl_left a.first i {
	position: absolute;
	top: 0;
	left: 0;
	width: 114px;
	height: 118px;
	border-radius: 0;
	background-position: -68px -179px;
	background-color: #fff;
}

.docarticle .essence .fl_left a.first h3 {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	color: #222;
	margin-bottom: 4px;
	white-space: nowrap;
}

.docarticle .essence .fl_left a.first p {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #999;
}

.docarticle .essence .fl_left a:hover {
	text-decoration: none;
}

.docarticle .essence .fl_left a:hover,.docarticle .essence .fl_left a:hover h3 {
	color: #ff4000;
}

.docarticle .essence .fl_right {
	width: 420px;
}

.docarticle .essence .fl_right dt,.docarticle .essence .fl_right dd {
	float: left;
	width: 208px;
	height: 190px;
	margin: 0 0 2px 2px;
	overflow: hidden;
}

.docarticle .essence .fl_right dt {
	background-color: #fa5d62;
}

.docarticle .essence .fl_right dt h3 {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	padding: 34px 16px 24px;
}

.docarticle .essence .fl_right dt a {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	display: block;
	padding: 0 16px;
	height: 24px;
	overflow: hidden;
}

.docarticle .essence .fl_right dd a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.docarticle .essence .fl_right dd a img {
	width: 208px;
	height: 190px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.docarticle .essence .fl_right dd a img:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.docarticle .essence .fl_right dd a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	z-index: 2;
}

.docarticle .essence .fl_right dd a:hover p {
	background: #000;
}

.docarticle .essence .essence-time {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 59px;
	line-height: 59px;
	font-size: 12px;
	color: #999;
}

.docarticle .bottom {
	width: 860px;
}

.docarticle .bottom a {
	position: relative;
	float: left;
	width: 418px;
	height: 70px;
	margin: 0 10px 10px 0;
	background-color: #f8f8f8;
	color: #333;
}

.docarticle .bottom a p {
	font-size: 20px;
	line-height: 24px;
	padding: 12px 16px 0 20px;
	height: 48px;
	overflow: hidden;
}

.docarticle .bottom a:hover {
	text-decoration: none;
	color: #ff4000;
}

.docarticle .bottom a span {
	position: absolute;
	bottom: 10px;
	right: 16px;
	font-size: 12px;
	color: #999;
}

.docarticle .article_doc_list {
}

.docarticle .article_doc_list dt {
	width: 100%;
	height: 64px;
	font-size: 0;
	background-position: 28px -376px;
}

.docarticle .article_doc_list dd {
	height: 314px;
	padding-left: 10px;
}

.docarticle .article_doc_list dd a {
	float: left;
	width: 106px;
	height: 152px;
	line-height: 1.2;
	text-align: center;
}

.docarticle .article_doc_list dd a img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
}

.docarticle .article_doc_list dd a h3 {
	margin: 12px 0 6px;
	height: 22px;
	overflow: hidden;
	font-size: 18px;
	color: #222;
	font-weight: normal;
}

.docarticle .article_doc_list dd a p {
	height: 14px;
	overflow: hidden;
	font-size: 10px;
	color: #666;
}

.docarticle .article_doc_list dd a:hover {
	text-decoration: none;
}
/*.docarticle .article_doc_list dd a:hover img{-moz-box-shadow:1px 1px 10px #777;-webkit-box-shadow:1px 1px 10px #777;box-shadow:1px 1px 10px #777;}*/
.docarticle .article_doc_list dd a:hover h3 {
	font-weight: bold;
}

.docarticle .article_hot_list {
	padding-left: 30px;
}

.docarticle .article_hot_list li {
	position: relative;
	height: 20px;
	margin-bottom: 18px;
}

.docarticle .article_hot_list li:before {
	position: absolute;
	top: 6px;
	left: 28px;
	width: 7px;
	height: 7px;
	content: " ";
	background: #ffa6a9;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.docarticle .article_hot_list li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 20px;
	background: #ffa6a9;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
}

.docarticle .article_hot_list li a {
	display: block;
	padding-left: 46px;
	font-size: 16px;
	color: #666;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
/* 专家文章 end */
/* footer */
.footeryl .partner dd a {
	width: 100px;
	height: 44px;
	font-size: 0;
	background-image: url(../images/n_index_icon_hz.png);
	background-size: 120px 420px;
}

.footeryl .partner dd a.partner_link01 {
	background-position: 0 0;
}

.footeryl .partner dd a.partner_link02 {
	background-position: 0 -47px;
}

.footeryl .partner dd a.partner_link03 {
	background-position: 0 -93px;
}

.footeryl .partner dd a.partner_link04 {
	background-position: 0 -139px;
}

.footeryl .partner dd a.partner_link05 {
	background-position: 0 -185px;
}

.footeryl .partner dd a.partner_link06 {
	background-position: 0 -231px;
}

.footeryl .partner dd a.partner_link07 {
	background-position: 0 -277px;
}

.footeryl .partner dd a.partner_link08 {
	background-position: 0 -323px;
	width: 120px;
}

.footeryl .partner dd a.partner_link09 {
	background-position: 0 -370px;
}

.foot_down {
	padding: 20px 0 38px;
	text-align: center;
	margin: 0 auto;
}

.foot_down span,.foot_down a {
	display: inline-block;
	margin: 0 12px;
	font-size: 0;
	width: 80px;
	height: 32px;
	vertical-align: middle;
}

.foot_down .li05 i,.foot_down .li06 i {
	float: left;
	width: 30px;
	height: 32px;
}

.foot_down .li06 i {
	width: 24px;
}

.foot_down .icon_f,.foot_down .li05 i,.foot_down .li06 i {
	background-image: url(../images/bottom_info@1x.png);
	background-repeat: no-repeat;
	background-size: 400px 32px;
	background-position: 100px 100px;
}

.foot_down .li01 {
	background-position: 0 0;
}

.foot_down .li02 {
	background-position: -84px 0;
}

.foot_down .li03 {
	background-position: -168px 0;
	width: 84px;
}

.foot_down .li04 {
	background-position: -256px 0;
}

.foot_down .li05 {
	width: 98px;
}

.foot_down .li06 {
	width: 150px;
}

.foot_down .li05 i {
	background-position: -338px 0;
}

.foot_down .li06 i {
	background-position: -369px 0;
}

.foot_down .li05,.foot_down .li06 {
	font-size: 12px;
	color: #999;
	text-align: left;
	line-height: 1.4;
}

.foot_down span strong,.foot_down a strong {
	float: left;
	font-weight: normal;
}

.joinus_pcindex {
	margin-bottom: 36px;
}

.joinus_pcindex,.joinus_pcindex img {
	display: block;
	width: 100%;
}

:root .video_con a .video_list_img .time,
:root .video_con a .video_list_img .mask,
:root .audiobox .li03>ul>li>a>dl>dt:after {
	filter: none;
}
/* 公用样式 */
.departments li a span,
.headlines_box h3,
.class_title dl dt,
.day_l a i,
.day_c dl dd a:after,.day_r>dl>dd>span:after,
.card .face dl>dd>ul>li>.s_up:after,.card .face dl>dd>ul>li>.s_down:after,
.doc_most .lis,.video_top:before,.video_top:after,.video_con a:hover .video_list_img .maskicon,
.audiobox .lis>h2>span,.audiobox .lis>h2>a:after,.audiobox .li01>ul>li>a>p:after,
.voice .volist li dl dt a:after,.voice .volist li dl dt p span:after,
.voice .volist li dl dd p:after,.audiobox .li03>ul>li>a>dl:after,.audiobox .li03>ul>li>a>dl>dd,
.disease_c_r_con .r_one dt i, .disease_c_r_con .r_other a i,
.docarticle .essence .fl_left a.first i,.docarticle .article_doc_list dt,
#carousela .doc_prev, #carousela .doc_next,
#carousel li .hz span,
.doc_list_r_q span, .doc_list_r_a span {
	background-image: url(../images/n_index_icon@1x.png);
	background-repeat: no-repeat;
	background-size: 500px 422px;
}

@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
	.index_top>h2,.departments li a,.card .face dl>dd>ul>li>span,.card .face dl>dd>ul>li>strong,.card .face dl>dd>ul>li>span {
		-moz-osx-font-smoothing: grayscale;
		font-family: "system-ui, PingFang SC, STHeiti, sans-serif, Microsoft YaHei";
	}

	.departments li a span,
	.headlines_box h3,
	.class_title dl dt,
	.day_l a i,
	.day_c dl dd a:after,.day_r>dl>dd>span:after,
	.card .face dl>dd>ul>li>.s_up:after,.card .face dl>dd>ul>li>.s_down:after,
	.doc_most .lis,.video_top:before,.video_top:after,.video_con a:hover .video_list_img .maskicon,
	.audiobox .lis>h2>span,.audiobox .lis>h2>a:after,.audiobox .li01>ul>li>a>p:after,
	.voice .volist li dl dt a:after,.voice .volist li dl dt p span:after,
	.voice .volist li dl dd p:after,.audiobox .li03>ul>li>a>dl:after,.audiobox .li03>ul>li>a>dl>dd,
	.disease_c_r_con .r_one dt i, .disease_c_r_con .r_other a i,
	.docarticle .essence .fl_left a.first i,.docarticle .article_doc_list dt,
	#carousela .doc_prev, #carousela .doc_next,
    #carousel li .hz span,
    .doc_list_r_q span, .doc_list_r_a span {
		background-image: url(../images/n_index_icon@2x.png);
	}

	.foot_down .icon_f,.foot_down .li05 i,.foot_down .li06 i {
		background-image: url(../images/bottom_info@2x.png);
	}
}
.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.6em;
  fill: currentColor;
  overflow: hidden;
}

/*合作伙伴*/
.parteners ul {
	display:flex;
	flex-wrap: wrap;
}
.parteners ul li{
	width: 21%;
	padding: 0 2%;
	margin-top: 35px;
	cursor: pointer;
}
.parteners ul li img{
	width:100%;
	height:auto;
}