@import url("header.css");
@import url("footer.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
	margin: 0;
	padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

body {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Microsoft Yahei', 'simsun', 'arial';
	color: #333;
	background: #fff;
	min-width: 1200px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-size: 100%;
	font-weight: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

a {
	text-decoration: none;
	color: #666;
	background: none
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

input {
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari 和 Chrome */
	outline: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 1000px white inset !important;
}

:focus {
	outline: none;
}

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.topup {
	padding-top: 45px;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.breadcrumb {
	line-height: 39px;
	height: 45px;
	margin-top: 113px;
}

.bread_crumb {
	width: 1200px;
	margin: 0 auto;
}

.bread_crumb span {
	padding: 0 5px;

}

.bread_crumb a {
	color: #333;
}

.bread_crumb a:last-child {
	color: #4184F5;
}

.wrap {
	width: 1200px;
	margin: 20px auto;
}


/*自动隐藏文字*/

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsisFlow {
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-1 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: nowrap;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list_doctor {
	max-width: 1200px;
	margin: 25px auto 0px;
}

.list_Doctor {
	max-width: 1200px;
	margin: 0 auto;
}

/* 专家列表 */


.list_doc_ban {
	overflow: hidden;
	padding-top: 115px;
}

.list_doc_bann {
	height: 340px;
	width: 1200px;
	margin: 120px auto 0px;
}

.list_Ask_ban {
	width: 100%;
	/*background: #999A9F;*/
	height: 455px;
	position: relative;
}

.list_doc_baner {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 1
}

.list_doc_baner .bd,
.list_doc_baner .bd li,
.list_doc_baner .bd img {
	height: 455px
}

/*请给每个幻灯片套个div并设置id，通过id重置这个地方的宽度，达到自定义效果*/
.list_doc_baner .bd {
	z-index: 2;
	overflow: hidden
}

.list_doc_baner .bd li {
	float: left;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat
}

.list_doc_baner .bd li a {
	display: block;
	width: 100%;
	height: 100%
}

.list_doc_baner .bd li img {
	display: block
}

.list_doc_baner .hd {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 10px;
	padding: 0 10px;
	text-align: center
}

.list_doc_baner .hd li {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	background-color: #C2C2C2
}

.list_doc_baner .hd li.active {
	background-color: #222
}

/*圆点*/
.dots li {
	width: 10px;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	border-radius: 50%
}

/*数字*/
.numbox li {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-indent: inherit
}

.numbox li.active {
	color: #fff
}

/*长方条*/
.rectangle li {
	width: 40px;
	height: 10px;
	font-size: 0px;
	line-height: 0px
}

.list_doc_nav {
	position: absolute;
	margin: 0 auto;
	border-radius: 8px;
	background: #FDFDFD;
	top: 510px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
	z-index: 9;
}

.list_doc_cen {
	width: 333px;
	float: left;
	height: 170px;
}

.list_doc_cen:last-child {
	width: 200px;
	float: left;
	display:inline
	height: 170px;
}

.list_doc_cens {
	width: 88%;
	margin: 20px auto;
	border-right: 1px solid rgba(221, 220, 220, 1);
	overflow: hidden;
}

.list_doc_cens p {
	text-align: center;
	margin: 5px auto;
	font-weight: bold;
}

.list_doc_cens ul {
	width: 90%;
	margin: 15px 25px;
}

.list_doc_cens ul li {
	float: left;
	margin-right: 12px;
	font-size: 14px;
	color: #484848;
	width: 75px;
	line-height: 30px;
	display:inline;
}

.list_doc_cens dl {
	text-align: center;
	width: 60%;
	margin-top: 40px;
	vertical-align: middle;
	display: inline-block;
}

.list_doc_cens dl dt {
	width: 45px;
	float: left;
}

.list_doc_cens dl dd img {
	margin-top: 5px;
}

.list_doc_centent {
	color: #333333;
	text-align: center;
	font-size: 16px;
	margin: 150px auto;
}

.list_doc_centent li {
	float: left;
	width: 300px;
	height: 350px;
	margin-bottom: 17px;
	position: relative;
}

.list_doc_centent li a {
	width: 211px;
	height: 211px;
	border-radius: 100%;
}

.list_doc_centent li a p {
	line-height: 30px;
}

.list_doc_centent li a img {
	width: 211px;
	height: 211px;
	border-radius: 100%;
}

.list_doc_centent li p em {
	margin-left: 10px;
}

.list_doc_centent li:hover .ddoct {
	border-radius: 100%;
	-moz-box-shadow: 2px 2px 5px #333333;
	-webkit-box-shadow: 2px 2px 5px #333333;
	box-shadow: 2px 2px 5px #333333;
}

.list_doc_ddoct {
	position: absolute;
	right: 20%;
	top: 150px;
	border-radius: 100%;
}


/* .list_doc_ddoct img {
	-moz-box-shadow: 0px 0px 0px #fff;
	-webkit-box-shadow: 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px #fff;
} */

.list_doc_centent li:hover p {
	font-weight: bold;
	/* color: #000000; */
}

.listpage {
	margin: 20px auto;
}

.pages {
	width: 100%;
	text-align: center;
	color: #b5b5b5;
	font-size: 0;
	margin-bottom: 10px;
}

.pages ul {
	display: inline-block;
	+display: inline;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}

.pages li {
	display: inline-block;
	display: inline;
}

.pages li a {
	display: inline-block;
	padding: 9px 18px;
	line-height: 22px;
	color: #666;
	font-size: 14px;
	border: #dadada 1px solid;
	margin-right: 10px;
	overflow: hidden;
	text-decoration: none !important;
}

.pages li a:hover,
.pages a.page_pre:hover,
.pages a.page_next:hover {
	border: 1px solid #3D7FF3;
	text-decoration: none;
}

.pages li a.curr {
	background: #3D7FF3;
	color: #fff;
}

.pages a.page_pre,
.pages a.page_next {
	display: inline-block;
	padding: 10px 18px 9px;
	line-height: 22px;
	color: #666;
	font-size: 14px;
	border: #dadada 1px solid;
	margin-right: 10px;
	overflow: hidden;
}

.subtn {
	margin: 5px auto;
	line-height: 30px;
	width: 50%;
	text-align: center;
	border-radius: 20px;
	background: #FDAB1B;
	color: #FFFFFF;
}


/* 专家详情 */

.docbanner {
	width: 100%;
	height: 240px;
	background: #2e3a4f;
	margin-top: 115px;
}

.docimg {
	width: 1200px;
	margin: 0 auto;
}

.docmes {
	width: 280px;
	height: 200px;
	margin: 15px;
	display: inline-block;
	float: left;
}

.docmes img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
}

.docmsg {
	color: #fff;
	vertical-align: middle;
	display: inline-block;
	margin: 40px auto;
	font-size: 15px;
}

.docmsg p {
	font-size: 22px;
	font-weight: 600;
	height: 40px;
}

.docmsg p span {
	font-size: 16px;
	border: 1px solid #fff;
	display: inline-block;
	width: 95px;
	border-radius: 8px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.docmsg dl {
	width: 600px;
	line-height: 25px;
}


/* 内容部分 */

.doc_centent {
	width: 1200px;
	margin: 33px auto;
	overflow: hidden;
}

.doc_centent-left {
	width: 800px;
	margin-right: 55px;
}

.clearfix {
	zoom: 1
}
.tabBar span {
	cursor: pointer;
	display: inline-block;
	float: left;
	width: 70px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	text-align: center;
	display:inline;
}

.tabBar span.current {
	color: #2C80ED;
}

.tabBar span.current::after {
	content: '';
	width: 96%;
	height: 1px;
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #2C80ED;
}

.tabCon {
	margin: 19px auto;
	display: none
}

.tabCon_ul li {
	width: 100%;
	background-color: #F6F6F6;
	height: 200px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.tabCon_ul dl {
	margin-left: 34px;
	padding-top: 20px;
}

.tabCon_ul dl dt {
	font-size: 20px;
	font-weight: bold;
}

.tabCon_ul dl dt a {
	color: #242424;
}

.tabCon_ul dl dt a:hover {
	color: #EF0101;
}

.tabCon_ul dl dt.on a {
	color: #EF0101;
}

.media-body {
	padding: 20px 15px;
}

.chat-pop {
	position: relative;
	width: 160px;
	height: 38px;
	font-weight: normal;
	cursor: context-menu;
	background-color: #ECECEC;
	line-height: 38px;
	font-size: 16px;
	padding-left: 60px;
	border-radius: 28px;
}

.media-body i {
	position: absolute;
	top: 8px;
	left: 25px;
	width: 18px;
	height: 22px;
}

.img-responsive {
	background: url(../images/play_icon_011x.gif) no-repeat;
	background-size: 20px 75px;
	background-position: 0 0;
}

.media-body span.time span {
	color: #538AFA;
	padding: 11px;
}

.doc_tab_img {
	background: url(../images/ttit.png)no-repeat;
	width: 65px;
	height: 25px;
	float: left;
	padding-left: 3px;
	color: #fff;
	font-size: 12px;
	display:inline;
}

.doc_tab_con {
	color: #666666;
	font-size: 14px;
	width: 720px;
	padding-left: 14px;
}

.tabCon_uls li {
	width: 100%;
	background-color: #F6F6F6;
	height: 200px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.tabCon_uls dl {
	text-align: center;
	float: left;
	margin: 27px 22px;
	display:inline;
}

.tabCon_uls-img {
	width: 225px;
	height: 127px;
	background-color: #333;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 21px;
	display:inline;
}

.tabCon_uls-img a .pic {
	width: 225px;
	height: 127px;
	float: left;
}

.tabCon_uls-img a .time {
	position: absolute;
	right: 6px;
	bottom: 7px;
	padding: 3px 5px 4px;
	line-height: 1;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #000;
	opacity: .6;
}

.tabCon_uls-img a .icon-play {
	position: absolute;
	top: 38%;
	left: 40%;
	width: 40px;
	height: 40px;
}

.tabCon_uls-img a .icon-play img {
	width: 100%;
}

.tabCon_uls li dl dd {
	text-align: left;
	float: left;
	width: 500px;
	display:inline;
}

.tabCon_uls li dl dd p {
	color: #242424;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}

.tabCon_uls li dl dd span {
	color: #666;
	font-size: 14px;
}

.tabCon_ulsa li {
	width: 100%;
	background-color: #F6F6F6;
	height: 200px;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.tabCon_ulsa li dl {
	padding: 41px 34px;
}

.tabCon_ulsa li dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
}

.tabCon_ulsa .dt_icon {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 12px;
	color: #666;
	display:inline;
}

.tabCon_ulsa .dt_icon::after {
	content: "Q";
	background: #2C80ED;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	border-radius: 5px;
}

.tabCon_ulsa li dl dd {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.tabCon_ulsa .dd_icon {
	color: #666666;
	width: 24px;
	height: 35px;
	float: left;
	margin-right: 12px;
	display:inline;
}

.tabCon_ulsa .dd_icon::after {
	content: "A";
	background: #FFAC1C;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	border-radius: 5px;
}

.doc_centent-right {
	width: 320px;
}

.fam_article_content ul {
	margin: 20px auto;
}

.fam_article_content ul li {
	width: 100%;
	float: left;
	line-height: 25px;
	height: 45px;
	display:inline;
}

.fam_article_content ul li img {
	width: 8%;
	float: left;
	margin-right: 8px;
	display:inline;
}

.fam_article_content ul li h3 {
	height: 24px;
	width: 24px;
	text-align: center;
	font-weight: 600;
	float: left;
	margin-right: 8px;
	display:inline;
}

.lineBor {
	height: 2px;
	overflow: hidden;
	border-bottom: 1px solid #E4E4E5;
}

.lineD {
	background: #4781fe;
	height: 2px;
	width: 25%;
}

.lineD0 {
	background: #4781fe;
	height: 2px;
	width: 65%;
}

.fam_doctor {
	width: 340px;
	margin: 20px auto;
}

.doctor_cont {
	width: 340px;
	height: 420px;
	position: relative;
	overflow: hidden;
}

.doc_fam {
	margin: 27px auto;
}

.doc_fam_content ul li {
	width: 100%;
	height: 145px;
	border-bottom: 1px solid #E6E6E6;
}

.doc_fam_content ul li:last-child {
	border: none;
}

.doc_fam_content ul li dl {
	padding: 18px 0;
}

.doc_fam_content ul li dl dt {
	width: 107px;
	height: 107px;
	border-radius: 100%;
	margin-right: 30px;
	float: left;
	display:inline;
}

.doc_fam_content ul li dl dt img {
	width: 107px;
	height: 107px;
	border-radius: 100%;
}

.doc_fam_content ul li dl dd {
	vertical-align: middle;
	height: 107px;
	display: table-cell;
}

.doc_fam_content ul li dl dd p {
	margin-bottom: 10px;
}


/* 音频列表页 */

.list_audio {
	margin: 10px auto;
	width: 1200px;
}

.nav_banner {
	width: 100%;
	overflow: hidden;
}

.nav_banner .nav_banner-left {
	width: 880px;
	position: relative;
	float: left;
	height: 340px;
	overflow: hidden;
	display:inline;
}

.nav_banner .nav_banner-left .num {
	position: absolute;
	bottom: 12px;
	left: 40%;
	zoom: 1;
	z-index: 3;
	height: 10px;
	overflow: hidden;
}

.nav_banner .nav_banner-left .num li {
	width: 10px;
	height: 10px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	background: #FFFFFF;
	margin-right: 10px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	display:inline;
}

.nav_banner .nav_banner-left .num li.on {
	background: #43A6FA;
}

.nav_banner .nav_banner-left li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 880px;
	height: 340px;
}

.nav_banner .nav_banner-left li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 880px;
	height: 340px;
	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;
}

.nav_banner .nav_banner-left li a:hover 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;
}

.nav_banner-right {
	width: 300px;
}

.nav_banner-right_tit p {
	color: #545454;
	float: left;
	margin-right: 2px;
	display:inline;
}

.nav_banner-right ul li {
	width: 299px;
	position: relative;
	overflow: hidden;
	margin: 5px auto;
	color: #656565;
	line-height: 27px;
}

.nav_banner-right ul li img {
	width: 299px;
	height: 143px;
}

.ls_title {
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #333;
	width: 100%;
	opacity: 0.7;
	color: #fff;
}

.ls_title i {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	background: #FB0249;
	line-height: 20px;
	color: #fff;
	text-align: center;
	display:inline;
}

.ls_title i::after {
	content: "";
	background: #FB0249;
	width: 20px;
	height: 20px;
	text-align: center;
}

.ls {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	background: #FA9402;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display:inline;
}

.ls1 {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	background: #FFD942;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display:inline;
}

.ls2 {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	background: #D0D0D0;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display:inline;
}

.recom_audio {
	width: 1200px;
	margin: 0px auto 0px;
}

.recom_audio-tit {
	overflow: hidden;
	margin-top: 25px;
}
.recom_audio-tits {
	overflow: hidden;
}
.recom_audio-tit_left {
	width: 50%;
	float: left;
	display:inline;
}

.recom_audio-tit_left p {
	color: #333;
	font-size: 26px;
	float: left;
	display:inline;
}

.recom_audio-tit_left span {
	line-height: 55px;
	font-size: 12px;
	margin-left: 10px;
	color: #AFAFAF;
}

.recom_audio-tit-right a {
	color: #4B4A4A;
	padding: 20px;
	line-height: 45px;
}

.recom_audio-centent {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.recom_audio-centents {
	overflow: hidden;
}

.recom_audio-centent li {
	float: left;
	margin-right: 7px;
	width: 390px;
	height: 255px;
	border: 1px solid #E5E5E5;
	border-radius: 15px;
	margin-bottom: 15px;
	display:inline;
}

.recom_audio-centent-img p {
	line-height: 35px;
	margin-left: 10px;
	float: left;
}

.recom_audio-centent-img {
	position: relative;
	overflow: hidden;
	width: 390px;
	/* height: 195px; */
}

.recom_audio-centent-img .pic {
	width: 390px;
	/* height: 195px; */
	border-radius: 15px 15px 0px 0px;
}

.recom_audio-centent-img .time {
	background: #3F3E3E;
	color: #fff;
	width: 50px;
	display: block;
	text-align: center;
	position: absolute;
	right: 6px;
	bottom: 10px;
	border-radius: 15px;
	font-size: 12px;
}

.recom_audio-centent h3 {
	float: left;
	line-height: 35px;
	margin-left: 10px;
	font-size: 16px;
	color: #333;
	display:inline;
}

.recom_audio-centent-img_ci {
	float: right;
	line-height: 35px;
	margin-right: 10px;
	display:inline;
}

.recom_audio-centent-img_ci em {
	margin-left: 5px;
	overflow: hidden;
	font-size: 14px;
}

.recom_audio-centent dl {
	width: 369px;
	border-top: 1px solid #E5E5E5;
	padding: 5px 10px;
	overflow: hidden;
}

.recom_audio-centent dl dt {
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 12px;
	display:inline;
}

.recom_audio-centent dl dt .dt-img {
	width: 40px;
	height: 40px;
}

.recom_audio-centent dl dt img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.recom_audio-centent dl dd {
	color: #333;
	line-height: 45px;
}

.recom_audio-centent dl dd em {
	margin-left: 20px;
}

:root .recom_audio-centent-img .time,
:root .recom_audio-centent-img .mask {
	filter: none;
}

.recom_audio-centent-img .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 390px;
	height: 164px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.recom_audio-centent-img .mask img {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 43%;
	top: 43%;
}

.recom_audio-centent li:hover .mask {
	display: block;
	border-radius: 7px 7px 0px 0px;
}

.recom_audio-centent-img .maskicon {
	display: none;
	position: absolute;
	top: 52px;
	left: 98px;
	width: 26px;
	height: 26px;
	background-position: right -396px;
}

.recom_audios_centent {
	float: left;
	margin-right: 10px;
	width: 1200px;
	margin-bottom: 15px;
	overflow: hidden;
	display:inline;
}

.contentbos {
	margin: 24px auto;
}

.recom_audios_centent li {
	width: 32.2%;
	float: left;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	margin-left: 8px;
	margin-bottom: 13px;
	display:inline;
}

.recom_audios_centent_li {
	width: 90%;
	margin: 15px auto;
	color: #333;
}

.recom_audios_centent_li_tit i {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	margin-right: 10px;
}

.recom_audios_centent_li_tit i::after {
	content: "?";
	font-size: 15px;
	width: 15px;
	height: 15px;
	color: #FFFFFF;
	background: #3D7FF3;
	display: inline-block;
	border-radius: 3px;
	font-weight: bold;
}

.recom_audios_centent_li_audio {
	margin: 15px auto;
	overflow: hidden;
}

.recom_audios_centent_li_audio dl dt {
	width: 40px;
	float: left;
	margin-right: 10px;
	height: 40px;
	display:inline;
}

.recom_audios_centent_li_audio dl dt .pic {
	width: 38px;
	height: 38px;
	border-radius: 100%;
}

.recom_audios_centent_li_audio dl dt img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.recom_audios_centent_li_audio dl dd {
	float: left;
	width: 160px;
	line-height: 35px;
	background-color: #F1F1F1;
	border-radius: 30px;
	display:inline;
}

.recom_audios_audio {
	position: relative;
	width: 160px;
	line-height: 35px;
	float: left;
	background: #F1F1F1;
	height: 35px;
	border-radius: 30px;
	display:inline;
}

.img-audios {
	background: url(../images/play_icon_011x.gif);
	position: absolute;
	top: 6px;
	left: 15px;
	width: 20px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px 75px;
	float: left;
	cursor: context-menu;
	margin-right: 15px;
	display:inline;
}

.recom_audios_audio_time {
	line-height: 35px;
	cursor: context-menu;
	position: absolute;
	left: 45px;
}

.recom_audios_centent_li_right {
	float: right;
	font-size: 12px;
	line-height: 35px;
	display:inline;
}

.recom_audios_centent_li_right i {
	vertical-align: -moz-middle-with-baseline;
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
	margin-right: 5px;
}

.recom_audios_centent_li_right span {
	color: #656565;
}

.recom_audios_audio_doctor {
	color: #656565;
}

.recom_audios_audio_doctor em {
	margin-left: 8px;
}

.sub_bottom {
	margin: 0 auto;
	width: 155px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #3D7FF3;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
}

.sub_bottom a {
	color: #2C7FED;
	text-decoration: underline;
}

.banner_img {
	margin: 20px auto;
}


/* 音频内容页面 */

.list_audio_article {
	width: 1200px;
	margin: 115px auto;
	overflow: hidden;
}

.list_audio_article img {
	width: 100%;
}

.list_audio_article_left {
	width: 300px;
	float: left;
	display:inline;
}

.list_audio_article_right {
	width: 850px;
	float: left;
	margin: 20px 18px;
	display:inline;
}

.list_audio_article_left_one {
	border: 1px solid #F1F1F1;
	text-align: center;
	margin: 18px auto;
	overflow: hidden;
}

.list_audio_article_left_one p {
	color: #4183F4;
	margin: 18px auto;
}

.list_audio_article_left_one-img {
	width: 160px;
	height: 160px;
	position: relative;
	margin: 18px auto;
}

.list_audio_article_left_one-img .pic {
	width: 160px;
	height: 160px;
	border-radius: 100%;
}

.list_audio_article_left_one-img img {
	width: 100%;
}

.list_audio_article_left_one-imgs {
	position: absolute;
	right: -20px;
	bottom: -15px;
}

.list_audio_article_left_one-ul {
	margin: 15px auto;
}

.list_audio_article_left_one-ul li {
	width: 50%;
	float: left;
	background: #E4E4E4;
	height: 100px;
	color: #333;
	display:inline;
}

.list_audio_article_left_one-ul li p {
	color: #333;
}

.list_audio_article_left_second {
	margin: 20px auto;
	border: 1px solid #F1F1F1;
	overflow: hidden;
}

.list_audio_article_left_second-tit {
	width: 100%;
	background: #4183F5;
	height: 45px;
	color: #fff;
}

.list_audio_article_left_second-tit p {
	float: left;
	line-height: 45px;
	margin-left: 10px;
	display:inline;
}

.list_audio_article_left_second-tit em {
	float: right;
	line-height: 45px;
	margin-right: 10px;
	display:inline;
}

.list_audio_article_left_second-tit em a {
	color: #fff;
}

.list_audio_article_left_second-audio {
	width: 90%;
	margin: 14px auto;
}

.list_audio_article_left_second-audio li {
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 10px;
	overflow: hidden;
}

.list_audio_article_left_second-audio li:last-child {
	border: none;
}

.list_audio_article_left_second-audio_img {
	position: relative;
	width: 268px;
	height: 126px;
}

.list_audio_article_left_second-audio_img .pic {
	width: 268px;
	height: 126px;
	border-radius: 8px;
}

.paly_iocn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 35%;
	left: 43%;
}

.play_time {
	position: absolute;
	right: 10px;
	bottom: 7px;
	background: #333;
	opacity: .6;
	color: #fff;
	width: 50px;
	font-size: 14px;
	text-align: center;
	border-radius: 15px;
}

.list_audio_article_left_second-audio_cent {
	overflow: hidden;
	margin-bottom: 8px;
}

.list_audio_article_left_second-audio_cent p {
	color: #333;
	margin: 7px auto;
}

.list_audio_article_left_second-audio_cent span {
	color: #ABABAB;
}

.list_audio_article_left_second-audio_cent span i img {
	width: 5%;
	margin-left: 30px;
}

.list_audio_article_left_third {
	margin: 8px auto;
	border: 1px solid #F1F1F1;
	overflow: hidden;
}

.list_audio_article_left_third-tit {
	width: 100%;
	background: #F4C441;
	height: 45px;
	color: #fff;
}

.list_audio_article_left_third-tit p {
	float: left;
	line-height: 45px;
	margin-left: 10px;
	display:inline;
}

.list_audio_article_left_third-tit em {
	float: right;
	line-height: 45px;
	margin-right: 10px;
	display:inline;
}


.list_audio_article_left_third-tit em a {
	color: #fff;
}

.list_audio_article_left_third_video {
	width: 90%;
	margin: 8px auto;
}

.list_audio_article_left_third_video li {
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 10px;
	overflow: hidden;
}

.list_audio_article_left_third_video li:last-child {
	border: none;
}

.list_audio_article_right-tit {
	margin: 9px auto;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #DEDEDE;
}

.list_audio_article_right-tit p {
	font-size: 27px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.list_audio_article_right-tit span {
	color: #979696;
	font-size: 14px;
	line-height: 35px;
}

.list_audio_article_right-tit span em {
	margin-left: 55px;
}

.audiojs .play,
.audiojs .loading,
.audiojs .error,
.audiojs .pause {
	width: 66px;
	height: 66px;
	background: url(../images/audio_paly.png) 0 0;
	background-size: 66px;
}

.audiojs .play {
	background-position: 0 -150px;
}

.audiojs .loading {
	background-position: 0 -132px;
}

.audiojs .error {
	background-position: 0 -198px;
}

.audiojs .pause {
	background-position: 0 -76px;
}

.audiojs .progress:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/bod.png);
	position: absolute;
	right: -15px;
	top: -9px;
}

.audiojs .time .played,
.audiojs .time .duration {
	font-family: 'microsoft yahei', '微软雅黑'
}

.list_audio_article_right-article {
	margin: 20px auto;
}

.list_audio_article_right-article-tit img {
	width: 40px;
	float: left;
	height: 40px;
	padding: 0px 15px 0px 20px;
	display:inline;
}

.list_audio_article_right-article-tit span {
	font-size: 24px;
	font-weight: bold;
}

.list_audio_article_right-article-cent {
	margin: 10px auto;
	width: 92%;
	color: #333333;
	line-height: 32px;
}

.list_audio_article_right-article-img {
	width: 85%;
	margin: 22px auto;
}

.list_audio_article_right-article-tits img {
	width: 0.8%;
	margin-right: 7px;
	vertical-align: text-bottom;
	display: inline-block;
}

.list_audio_article_right-article-tits span {
	font-size: 24px;
	font-weight: bold;
}

.list_audio_article_right-article-cents li {
	width: 45%;
	float: left;
	border: 1px solid #f1f1f1;
	margin: 10px 17px;
	border-radius: 10px;
}

.list_ask-centent {
	margin: 0px auto 35px;
}

.ask-Centent {
	margin: 0px auto 35px;
}

.clearfix {
	zoom: 1
}

.tabBar span {
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 15px
}

.tabBar span.current {
	color: #494848
}

.tabCon {
	display: none
}

.list_ask-centents {
	width: 100%;
}

.list_ask-centents li {
	border-radius: 6px;
	border: 1px solid #EEEEEE;
	width: 1200px;
	height: 151px;
	margin: 17px auto;
}

.list_ask-centents li:hover {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.list_ask-centents dl dt {
	width: 208px;
	height: 152px;
	background: #ACCBFF;
	text-align: center;
	border-radius: 3px;
	float: left;
	margin-right: 44px;
}

.list_ask-centents dl dt img {
	width: 72px;
	height: 72px;
	vertical-align: middle;
	margin: 20px auto;
	border-radius: 100%;
}

.list_ask-centents dl dt p {
	color: #FEFEFF;
	margin-top: -15px;
	font-size: 16px;
}

.list_ask-centents dl dt p em {
	font-size: 14px;
}

.list_ask-centents dl dt span {
	color: #FEFEFF;
	font-size: 16px;
}

.dl_ask {
	overflow: hidden;
	padding-top: 20px;
}

.dl_ask .dl_ask-img {
	float: left;
	height: 50px;
	margin-right: 20px;
}

.dl_ask span {
	color: #3D80F3;
}

.dl_popular {
	width: 95%;
}

.dl_popular span {
	color: #666;
}

.dl_popular-img {
	float: left;
	margin-right: 20px;
}


/* 图文列表页 */

.list_graphic {
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
}

.list_graphic_centent {
	margin:25px auto;
}

.doctorsVideo {
	width: 170px;
}

.videoClassify {
	width: 1030px;
}

.doctorsVideo>a {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 14px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}

.doctorsVideo>a.active {
	color: #fff;
	background: #4184F5;
}

.doctorsVideo>a>i {
	vertical-align: middle;
}

.clickmo a {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 14px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	background: #4184F5;
	color: #FFF;
}

.videoClassify li {
	overflow: hidden;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

.videoClassify li:last-child {
	border: none;
}

.videoClassify dt {
	width: 180px;
	height: 120px;
	margin-right: 17px;
	float: left;
}
.videoClassify dt img{
	width: 180px;
	height: 120px;
}
.videoClassify dd p {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
}

.videoClassify dd span {
	color: #666;
}

.views {
	color: #A4A3A3;
	font-size: 14px;
	line-height: 45px;
}

.views em {
	margin-right: 50px;
}

.list_graphic_btn {
	width: 300px;
	height: 45px;
	border: 1px solid #3E80F3;
	text-align: center;
	line-height: 45px;
	color: #3e80f3;
	margin: 30px auto;
}

.list_graphic_btn a {
	color: #3e80f3;
	width: 300px;
	height: 45px;
	display: block;
}


/* 图文内容页面 */

.list_graphic_article {
	width: 1200px;
	margin: 115px auto;
	overflow: hidden;
}

.list_graphic_article_left {
	width: 300px;
	float: left;
}

.list_graphic_article_second {
	margin: 20px auto;
	overflow: hidden;
}

.Hui-iconfont-yuedu {
	font-size: 25px;
	vertical-align: middle;
	margin-right: 10px;
}

.list_graphic_article_third-tit {
	height: 40px;
	line-height: 38px;
}

.list_graphic_article_third-tit i img {
	width: 25px;
	margin-right: 10px;
	vertical-align: middle;
}

.list_graphic_article_third-centent {
	width: 300px;
	margin-bottom: 17px;
}

.list_graphic_article_third-centent li {
	width: 100%;
	margin: 9px auto 0px 5px;
	height: 85px;
	border-bottom: 1px solid #E4E4E5;
}

.list_graphic_article_third-centent li:last-child {
	border: none;
}

.list_graphic_article_third-centent li dl dt {
	width: 100%;
	margin-bottom: 5px;
}

.list_graphic_article_third-centent .third-centent_dt {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	color: #666;
}

.list_graphic_article_third-centent .third-centent_dt::after {
	content: "Q";
	background: #2C80ED;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 19px;
	border-radius: 5px;
}

.list_graphic_article_third-centent .third-centent_dd {
	width: 24px;
	height: 25px;
	float: left;
	margin-right: 10px;
	color: #666;
}

.list_graphic_article_third-centent .third-centent_dd::after {
	content: "A";
	background: #FFAC1C;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 19px;
	border-radius: 5px;
}

.list_graphic_article_right {
	width: 850px;
	margin: 20px 18px;
	float: left;
}

.list_graphic_article_right-tit {
	margin: 9px auto;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
}

.list_graphic_article_right-tit p {
	font-size: 27px;
	color: #33;
	font-weight: bold;
	text-align: center;
}

.list_graphic_article_right-tit span {
	color: #979696;
	font-size: 14px;
	line-height: 35px;
}

.list_graphic_article_right-tit span em {
	margin-left: 55px;
}

.list_graphic_article_right-centent {
	margin: 26px auto;
	font-size: 16px;
	color: #414141;
	width: 95%;
}

.list_graphic_article_right-centent p {
	text-indent: 2em;
}

.list_graphic_article_right-centents {
	margin: 34px auto;
	width: 95%;
}

.list_graphic_article_right-centents-tit span {
	color: #333;
	font-size: 22px;
	font-weight: bold;
}

.list_graphic_article_right-centents-ul li {
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 9px;
	margin: 20px auto;
}

.list_graphic_article_right-centents-ul li:last-child {
	border: none;
}

.centents-ul_tit span {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 35px;
}

.centents-ul_cent span {
	color: #666;
	font-size: 14px;
}

.centents-ul_num span {
	color: #ACACAC;
	font-size: 14px;
	margin-right: 45px;
}


/* 视频列表页面 */

.list_video {
	width: 1200px;
	margin: 0px auto;
}

.rec_video {
	overflow: hidden;
	margin: 0px auto;
}

.rec_video-tit {
	overflow: hidden;
	margin-top: 25px;
}
.rec_video-tits {
	overflow: hidden;
}

.rec_video-tit_left {
	width: 50%;
	float: left;
}

.rec_video-tit_left p {
	color: #333;
	font-size: 26px;
	float: left;
}

.rec_video-tit_left span {
	line-height: 55px;
	font-size: 12px;
	margin-left: 10px;
	color: #AFAFAF;
}

.rec_video-tit-right {
	margin: 15px;
}

.rec_video-tit-right a {
	color: #555555;
}

.rec_video_centent li {
	width: 272px;
	height: 284px;
	border: 1px solid #E5E5E5;
	border-radius: 15px;
	float: left;
	margin: 17px 13px;
}

.rec_video_centent li:hover .video_mak {
	display: block;
	border-radius: 15px 15px 0px 0px;
}

.rec_video_centent li:hover .video-tj {
	display: none;
}

.rec_video_centent li:hover .rec_video_centent-tit p {
	color: #FF0101;
}

.rec_video_centent-tit {
	width: 95%;
	margin: 8px auto;
	color: #333;
}

.rec_video_centent-tit span {
	font-size: 14px;
	line-height: 30px;
	color: #9F9F9F;
}

.rec_video_centent-tit span i {
	margin-right: 10px;
}

.rec_video_centent-tit span i img {
	width: 10px;
	height: 10px;
}

.rec_video_centent li dl {
	border-top: 1px solid #EEEEEE;
	padding: 5px 0px;
}

.rec_video_centent li dl dt img {
	width: 40px;
	height: 40px;
	margin: 5px 16px;
	float: left;
	border-radius: 100%;
}

.rec_video_centent li dl dd {
	line-height: 45px;
}

.rec_video_centent li dl dd span {
	color: #5F5F5F;
	font-size: 14px;
	margin-right: 10px;
}

.rec_video_centent li dl dd em {
	color: #7E7E7E;
	font-size: 14px;
}

.rec_video_centent-img {
	position: relative;
}

.rec_video_centent-img .pic {
	width: 272px;
	height: 150px;
	border-radius: 15px 15px 0px 0px;
}

.rec_video_centent-img img {
	width: 100%;
}

.video_time {
	position: absolute;
	right: 8px;
	bottom: 10px;
	width: 45px;
	background: #333;
	opacity: 0.6;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 25px;
}

.rec_video_centent-img .video_mak {
	filter: none;
}

.rec_video_centent-img .video_mak {
	position: absolute;
	top: 0;
	left: 0;
	width: 272px;
	height: 150px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.rec_video_centent-img .video-tj {
	position: absolute;
	top: 0;
	right: 0;
}

.rec_video_centent-img .video_mak img {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 43%;
	top: 43%;
}

/* 视频详情页面 */
.playbox {
	width: 760px;
	height: 428px;
	position: relative;
	margin: 0 auto;
}

.playbox>video {
	width: 760px;
	height: 428px;
	border-radius: 10px;
}

.playbox>.model,
.playbox>.model>.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.playbox>.model>.model_background {
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-radius: 10px;
}

.playbox>.model>.model_background>.icon-play {
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 40px)
}

.audio-playbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 700px;
	height: 100px;
	background-color: #f5f7fa;
	border-radius: 4px;
	border: 1px solid #e4e7ec;
	position: relative
}

.audio-playbox>.operate>.icon {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	margin: 0 18px 0 28px;
	cursor: pointer
}

.audio-playbox>.operate>.icon:active {
	opacity: .7;
	-webkit-box-shadow: 0 10px 20px rgba(255, 153, 0, .25) inset !important;
	box-shadow: inset 0 10px 20px rgba(255, 153, 0, .25) !important;
	-webkit-transform: translateY(3px);
	transform: translateY(3px)
}

.audio-playbox>.progressbox {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.audio-playbox>.progressbox>.progress {
	position: relative;
	width: 580px;
	height: 4px;
	background-color: #dde2e2;
	border-radius: 2px
}

.audio-playbox>.progressbox>.progress:hover {
	cursor: pointer
}

.audio-playbox>.progressbox>.progress>.progress {
	height: 4px;
	background-color: #f90;
	top: 0;
	border-radius: 3px;
	position: absolute;
	width: 0
}

.audio-playbox>.progressbox>.progress>.progress_bg {
	height: 4px;
	background-color: #dde2e2;
	border-radius: 3px
}

.audio-playbox>.progressbox>.progress>.progress_dot {
	width: 16px;
	height: 16px;
	background-color: #f90;
	border-radius: 12px;
	position: absolute;
	top: -6px;
	left: 0;
	cursor: pointer
}

.audio-playbox>.progressbox>.time_view {
	position: absolute;
	width: 580px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	font-weight: 700
}

.Hui-iconfont-bofang {
	font-size: 80px;
	position: absolute;
	left: 43%;
	top: 35%;
	color: #FFF;
}

/* 音频详情页面 */

.list_video_article {
	width: 1200px;
	margin: 115px auto;
	overflow: hidden;
}

.list_video_article-left {
	width: 300px;
	float: left;
}

.list_video_article-left_third-tit {
	width: 100%;
	background: #4183F5;
	height: 45px;
	color: #fff;
}

.list_video_article-left_third-tit p {
	float: left;
	line-height: 45px;
	margin-left: 10px;
}

.list_video_article-left_third-tit em {
	float: right;
	line-height: 45px;
	margin-right: 10px;
}

.list_video_article-left_third-tit em a {
	color: #fff;
}

.list_video_article-left_second-tit {
	width: 100%;
	background: #F4C441;
	height: 45px;
	color: #fff;
}

.list_video_article-left_second-tit p {
	float: left;
	line-height: 45px;
	margin-left: 10px;
}

.list_video_article-left_second-tit em {
	float: right;
	line-height: 45px;
	margin-right: 10px;
}

.list_video_article-left_second-tit em a {
	color: #fff;
}

.list_video_article-right {
	width: 850px;
	margin: 20px 18px;
	float: left;
}

.list_video_article-right-tit {
	margin: 9px auto;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #DEDEDE;
}

.list_video_article-right-tit p {
	font-size: 27px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.list_video_article-right-tit span {
	color: #979696;
	font-size: 14px;
	line-height: 35px;
}

.list_video_article-right-tit span em {
	margin-left: 55px;
}

.video-v {
	width: 780px;
	height: 440px;
	margin: 18px 30px;
}

.list_video_article-right-article-tit {
	width: 90%;
	margin: 0 auto;
}

.list_video_article-right-article-tit img {
	width: 40px;
	height: 40px;
	vertical-align: top;
	margin-right: 15px;
}

.list_video_article-right-article-tit span {
	font-size: 24px;
	font-weight: bold;
}

.list_video_article-right-article-cent {
	width: 90%;
	margin: 20px auto;
	line-height: 32px;
}

.list_video_article_right-article-tits {
	width: 90%;
	margin: 0 auto;
}

.list_video_article_right-article-tits span {
	font-size: 24px;
	font-weight: bold;
}

.list_video_article_right-article-cents {
	width: 90%;
	margin: 16px auto;
}

.list_video_article_right-article-cents li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
	margin: 16px auto;
	padding-bottom: 16px;
}

.list_video_article_right-article-cents li:last-child {
	border: none;
}

.list_video_article_right-article-cents li dl dt {
	width: 238px;
	height: 132px;
	position: relative;
	margin-right: 12px;
	float: left;
}

.list_video_article_right-article-cents li dl dt img {
	width: 100%;
	float: left;
	border-radius: 8px;
}

.list_video_article-play {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 30%;
	left: 45%;
}

.list_video_article-time {
	position: absolute;
	right: 8px;
	bottom: 20px;
	background: #333;
	opacity: 0.6;
	color: #fff;
	border-radius: 20px;
	width: 58px;
	text-align: center;
}

.list_video_article_right-article-cents li dl dd {
	width: 500px;
	float: left;
}

.list_video_article_right-article-cents li dl dd p {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	color: #333;
}

.list_video_article_right-article-cents li dl dd span {
	color: #666;
	font-size: 14px;
	text-indent: 2em;
	display: inline-block;
}

.list_video_article-times {
	margin: 10px auto;
}

.list_video_article-times em {
	color: #ACACAC;
	font-size: 14px;
}

.list_video_article-times em i {
	margin-left: 30px;
}

.guangg {
	width: 1200px;
	margin: 0 auto;
}

/*专家列表页 查找页面*/

.screen_content {
	width: 1200px;
	margin: 22px auto;
	overflow: hidden;
}

.tabBart span {
	width: 290px;
	background: #f4f4f4;
	height: 56px;
	line-height: 56px;
	border-radius: 5px;
	margin-right: 3px;
	display: inline-block;
	text-align: center;
}

.tabBart span:nth-last-child(2) {
	margin: 0px 5px 0px 5px;
}

.tabBart span:nth-last-child(3) {
	margin: 0px 5px 0px 5px;
}

.tabBart span:last-child {
	margin: 0px 0px 0px 2px;
}

.tabBart span.current {
	color: #FFF;
	background: #2C80ED;
}

.tabBart span.current::after {
	content: '';
	width: 96%;
	height: 1px;
	display: block;
	margin: 0 auto;
}

.tabCont {
	display: none;
	margin-top: 16px;
}

.list_scree_centent {
	width: 1200px;
	margin: 0 auto;
}

.list_scree_centent li {
	float: left;
	width: 300px;
	margin-bottom: 17px;
	position: relative;
	height: 350px;
	text-align: center;
}

.list_scree_centent li a {
	width: 211px;
	height: 211px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
}

.list_scree_centent li a img {
	width: 211px;
	height: 211px;
	border-radius: 100%;
}
.list_scree_centent li a p{
	padding: 5px 0px;
}
.list_scree_centent li a span{
	width: 230px;
	display: block;
}
.list_scree_centent li p em {
	margin-left: 10px;
}

.list_scree_centent li:hover .ddoct {
	border-radius: 100%;
	-moz-box-shadow: 2px 2px 5px #333333;
	-webkit-box-shadow: 2px 2px 5px #333333;
	box-shadow: 2px 2px 5px #333333;
}

.list_scree_centent li:hover p {
	font-weight: bold;
	/* color: #000000; */
}

.doctor_hospital {
	width: 99%;
	border: 1px solid #ECECEC;
	overflow: hidden;
}

.doctor_hospital ul {
	width: 97%;
	margin: 9px auto;
	overflow: hidden;
}

.doctor_hospital ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ECECEC;
	overflow: hidden;
}

.doctor_hospital ul li:last-child {
	border: none;
}

.doctor_hospital-tit {
	float: left;
	line-height: 45px;
	width: 80px;
	text-align: right;
}

.doctor_hospital-city {
	float: left;
	padding: 10px 0px;
	width: 1050px;
}

.doctor_hospital-city a {
	padding: 1px 10px;
	line-height: 26px;
	float: left;
	text-align: center;
	margin-right: 8px;
}

.doctor_hospital-city a.cityactive,
.doctor_hospital-city a:hover {
	background: #4184F5;
	color: #fff;
}

.doctor_hospital-city-area {
	float: left;
	padding: 10px 0px;
	width: 1050px;
}

.doctor_hospital-city-area a {
	padding: 1px 10px;
	line-height: 26px;
	text-align: center;
	margin: 0 4px 12px 0;
	display: inline-block;
}

.doctor_hospital-city-area a.area-active,
.doctor_hospital-city-area a:hover {
	background: #4184F5;
	color: #fff;
}

.doctor_hospital-grade {
	float: left;
	padding: 10px 0px;
	width: 1050px;
}

.doctor_hospital-grade a {
	line-height: 26px;
	float: left;
	text-align: center;
	margin-right: 8px;
	padding: 1px 10px;
}

.doctor_hospital-grade a.grade-active,
.doctor_hospital-grade a:hover {
	background: #4184F5;
	color: #fff;
}

.doctor-Department {
	width: 99%;
	border: 1px solid #ECECEC;
	overflow: hidden;
}

.doctor-Department ul {
	width: 97%;
	margin: 9px auto;
	overflow: hidden;
}

.doctor-Department ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ECECEC;
}

.doctor-Department ul li:last-child {
	border: none;
}

.doctor-Department-tit {
	float: left;
	line-height: 45px;
	width: 80px;
	text-align: right;
}

.doctor-Department-depart {
	padding: 5px 0px;
	width: 1050px;
	float: left;
}

.doctor-Department-depart a {
	padding: 1px 10px;
	line-height: 26px;
	text-align: center;
	margin: 0px 3px 10px 0px;
	display: inline-block;
}

.doctor-Department-depart a.depart-active,
.doctor-Department-depart a:hover {
	background: #4184F5;
	color: #fff;
}

.doctor-Disease {
	width: 99%;
	border: 1px solid #ECECEC;
	overflow: hidden;
}

.doctor-Disease ul {
	width: 97%;
	margin: 9px auto;
	overflow: hidden;
}

.doctor-Disease ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ECECEC;
	overflow: hidden;
}

.doctor-Disease ul li:last-child {
	border: none;
}

.doctor-Disease_tit {
	float: left;
	line-height: 45px;
	width: 80px;
	text-align: right;
}

.doctor-Disease_letter {
	float: left;
	margin-left: 15px;
	width: 1050px;
}

.doctor-Disease_letter a {
	padding: 3px 8px;
	line-height: 15px;
	text-align: center;
	margin: 12px 0px 7px 8px;
	display: inline-block;
}

.doctor-Disease_letter a.dis-active,
.doctor-Disease_letter a:hover {
	background: #4184F5;
	color: #fff;
}

.doctor-Disease_ttypes {
	line-height: 55px;
	float: left;
	text-align: right;
	width: 80px;
}

.doctor-Disease_types {
	width: 1050px;
	float: left;
}

.doctor-Disease_types a {
	padding: 4px 9px;
	line-height: 20px;
	text-align: center;
	margin: 13px 0px 7px 8px;
	display: inline-block;
}

.doctor-Disease_types a.types_active,
.doctor-Disease_types a:hover {
	background: #4184F5;
	color: #fff;
}

.buttom_more {
	margin: 10px auto;
	text-align: center;
}

.buttom_more a {
	color: #4184F5;
}

.none {
	display: none;
}

.doctor-Part {
	width: 99%;
	border: 1px solid #ECECEC;
	overflow: hidden;
}

.doctor-Part ul {
	width: 97%;
	margin: 9px auto;
	overflow: hidden;
}

.doctor-Part ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ECECEC;
}

.doctor-Part ul li:last-child {
	border: none;
}

.doctor-Part-tit {
	float: left;
	line-height: 45px;
	width: 80px;
	text-align: right;
}
.doctor-Part-part {
	float: left;
	width: 1050px;
}
.doctor-Part-part a {
	padding: 1px 9px;
	line-height: 23px;
	text-align: center;
	margin: 13px 0px 7px 8px;
	display: inline-block;
}

.doctor-Part-part a.part_active,
.doctor-Part-part a:hover {
	background: #4184F5;
	color: #fff;
}

.screen_video {
	box-shadow: 0px 3px 6px 0px rgba(7, 7, 7, 0.19);
	background: #f6f6f6;
	overflow: hidden;
}

.screen_video ul {
	width: 95%;
	margin: 0 auto;
	padding: 20px;
}

.screen_video ul li {
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	line-height: 45px;
}

.screen_video ul li:last-child {
	border: none;
}

.screen_video_tit {
	float: left;
	margin-right: 15px;
	line-height: 45px;
	height: 150px;
}

.screen_video_tit:nth-last-child(2) {
	height: 49px;
}

.screen_video-first {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.screen_video-second {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.screen_video-third {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.screen_video_content{
	float: left;
	width: 980px;
}
.screen_video_content a {
	padding: 1px 9px;
	line-height: 23px;
	text-align: center;
	margin: 13px 0px 7px 8px;
	display: inline-block;
}

.screen_video_content a.active,
.screen_video_content a:hover {
	background: #4184F5;
	color: #fff;
}

/* 招募信息 */
.recruit_banner {
	width: 100%;
	margin: 115px auto 0px;
}

.recruit_banner img {
	width: 100%;
}

.recruit {
	width: 100%;
}

.recruit-contont {
	background: #F7F7F7;
	overflow: hidden;
}
.recruit-contont1 {
	background: #FFF;
	overflow: hidden;
	height: 365px;
}
.recruit-contont2 {
	background: #F7F7F7;
	overflow: hidden;
	height: 265px;
}
.recruit-cont {
	width: 1200px;
	margin: 0 auto;
}

.recruit-cont-tit {
	text-align: center;
	padding: 36px;
}

.recruit-cont-tit p {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.recruit-cont-tit span {
	color: #999999;
	font-size: 16px;
}
.tabBars {
	/* border-bottom: 2px solid #222 */
	width: 1225px;
}

.tabBars span {
	background-color: #e8e8e8;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-weight: bold;
	height: 163px;
	padding: 0 15px;
	width: 151px;
	margin-right: 22px;
}
.tabBars span:nth-child(1){
	background: url(../images/Multiple-scenes1.png) no-repeat;
}
.tabBars span:nth-child(2){
	background: url(../images/Exclusive-doctor.png) no-repeat;
}
.tabBars span:nth-child(3){
	background: url(../images/Multi-terminal.png) no-repeat;
}
.tabBars span:nth-child(4){
	background: url(../images/Show-yourself.png) no-repeat;
}
.tabBars span:nth-child(5){
	background: url(../images/Build-reputation.png) no-repeat;
}
.tabBars span:nth-child(6){
	background: url(../images/Free-time.png) no-repeat;
}
/* .tabBars span.current {
	background-color: #222;
	color: #fff
} */
.tabBars span.current:nth-child(1){
	background: url(../images/Multiple-scenes.png) no-repeat;
}
.tabBars span.current:nth-child(2){
	background: url(../images/Exclusive-doctor1.png) no-repeat;
}
.tabBars span.current:nth-child(3){
	background: url(../images/Multi-terminal1.png) no-repeat;
}
.tabBars span.current:nth-child(4){
	background: url(../images/Show-yourself1.png) no-repeat;
}
.tabBars span.current:nth-child(5){
		background: url(../images/Build-reputation1.png) no-repeat;
}
.tabBars span.current:nth-child(6){
	background: url(../images/Free-time1.png) no-repeat;
}
.tabCon {
	display: none
}
.tabCon-cont{
	width: 1200px;
	border-radius: 10px;
	background: #0F74EB;
}
.tabCon-cont p{
	padding: 25px;
	color: #fff;
}
.recruit-contont1-conts{
	margin: 20px auto;
	width: 1200px;
	overflow: hidden;
}
.recruit-contont1-conts li{
	width: 400px;
	height: 154px;
	float: left;
}
.recruit-contont1-conts li p{
	font-size: 20px;
	color: #333333;
	width: 80%;
	background: #dbeafc;
	margin: 0 auto;
	height: 55px;
	padding: 50px 15px;
	border-radius: 15px;
}

.recruit-contont2-cont{
	margin: 0 auto;
	width: 1200px;
}
.recruit-contont2-cont li{
	float: left;
	width: 170px;
	text-align: center;
}
.recruit-contont2-cont li img{
	width: 60px;
	height: 60px;
	text-align: center;
}
.buttom-but {
	width: 260px;
	margin: 20px auto;
}
.buttom-but a{
	display: block;
	width: 260px;
	line-height: 45px;
	background: #0F74EB;
	text-align: center;
	color: #fff;
}
/* 图文screen_graphic */
.screen_graphic {
	width: 1200px;
	margin: 25px auto;
}
.screen_graphic li{
	border-bottom: 1px solid #D1D1D1;
	overflow: hidden;
	margin: 20px auto;
	height: 135px;
}
.screen_graphic li:last-child{
	border: none;
}
.screen_graphic li dl dt{
	width: 180px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.screen_graphic li dl dt img{
	width: 180px;
	height: 120px;
}
.screen_graphic li dl dd p{
	font-size: 18px;
	color: #333;
}
