html,
body {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	background-color: #f0f0f0;
	color: #333;
	word-break: break-all;
	font-family: 'Heiti SC', "微软雅黑", 'microsoft yahei', Arial, sans-serif;
}

html {
	/*font-size: 50px;*/
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.word-wrap {
	word-wrap: break-word;
	word-break: break-all;
}

.img-container {
	background-color: #eee;
}


/* header top */

.header-top {
	position: absolute;
	top: 0;
	left: 0;
	height: .8rem;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.header-top .go-back {
	position: absolute;
	top: 0;
	left: 0;
	width: .85rem;
	height: 100%;
}

.header-top .go-back img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.18rem;
	margin-left: -.1rem;
	height: .36rem;
}

.header-top .page-title {
	height: 100%;
	text-align: center;
	color: #666666;
	font-size: .36rem;
	line-height: .8rem;
	padding: 0 1rem 0 .85rem;
}

.header-top .index-header-logo {
	position: absolute;
	left: .25rem;
	bottom: .15rem;
	height: .55rem;
}

.header-top .header-menu-btn {
	position: absolute;
	right: .25rem;
	top: 0;
	width: .5rem;
	height: 100%;
	line-height: .8rem;
	padding: 0 .1rem;
	text-align: center;
}

.header-menu-btn img {
	position: absolute;
	bottom: .23rem;
	left: 50%;
	width: .36rem;
	margin-left: -.18rem;
}

.header-top .header-menu {
	display: none;
	position: absolute;
	top: .87rem;
	right: .15rem;
	z-index: 10;
	width: 2.5rem;
	border-radius: 3px;
	background-color: rgba(48, 48, 48, .9);
	font-size: .28rem;
}

.header-top .arrow {
	position: absolute;
	top: -.1rem;
	right: .35rem;
	height: .1rem;
}

.header-menu ul {
	border-radius: 3px;
	overflow: hidden;
}

.header-menu ul li {
	height: .85rem;
	border-top: 1px solid #666;
	box-sizing: border-box;
	text-align: center;
	line-height: .85rem;
}

.header-menu ul li a {
	display: block;
	height: 100%;
	color: #fff;
}

.header-menu ul li:first-child {
	height: .9rem;
	line-height: .9rem;
	border-top: 0;
}


/* layout content */

.layout-content {
	width: 100%;
	height: 100%;
	padding-top: .8rem;
	font-size: 14px;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
}


/* ============== index focus START ============ */

.focus {
	width: 100%;
	height: 3.2rem;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.focus .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: .2rem;
	text-align: center;
}

.focus .hd ul {
	padding: 3px 5px;
	font-size: 0;
	vertical-align: top;
}

.focus .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
	box-sizing: border-box;
}

.focus .hd ul .on {
	background: #fff;
}

.focus .bd {
	position: relative;
	z-index: 0;
}

.focus .bd li img {
	width: 100%;
	height: 3.2rem;
	background: url("../images/loading.gif") center center no-repeat;
}

.focus .bd li a {
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}


/* ============== index focus END ============ */

.index-menu {
	height: 2.05rem;
	background-color: #fff;
}

.index-menu>.menu-btn {
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	font-size: 0;
}

.menu-btn>.icon {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-top: .35rem;
	margin-bottom: .1rem;
}

.menu-btn>.icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu-btn>.title {
	font-size: .28rem;
	color: #666;
}

.news-frame {
	padding: 0 .25rem;
	margin-top: .2rem;
	background-color: #fff;
}

.news-frame>.title {
	position: relative;
	height: .8rem;
	display: block;
	padding-left: .65rem;
	background: url("../images/logo_01.png") no-repeat left center;
	background-size: .55rem auto;
	font-size: .28rem;
	color: #999;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.news-frame>.title .more {
	position: absolute;
	right: .07rem;
	top: .25rem;
	width: .15rem;
}

.news-frame>.title .text {
	display: inline-block;
	height: 100%;
	line-height: .8rem;
}

.news-frame>.content {
	padding: .3rem 0 .35rem;
	font-size: .26rem;
	color: #555;
}

.content .news {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.content .news:nth-child(odd) {
	padding-right: .2rem;
}

.content .news:nth-child(2n) {
	padding-left: .2rem;
}

.content .news>.news-img {
	width: 3.3rem;
	height: 2.3rem;
	border-radius: 5px;
	overflow: hidden;
	background-color: #eee;
}

.news-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
}

.content .news>.news-title {
	line-height: 1.5;
	margin-top: .2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .26rem;
	color: #555;
}

.meeting-frame .news {
	
}

.meeting-frame .news  .news-img {
	position: relative;
	
}

.meeting-frame .news-img .video-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1); 
	
}

.video-shadow .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.35rem;
	margin-top: -.35rem;
	width: .7rem;
}

/* hot-news */

.hot-news .content .left-img {
	float: left;
	width: 2.6rem;
	height: 2rem;
	border-radius: 5px;
	overflow: hidden;
	background-color: #eee;
}

.hot-news .content .left-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover
}

.hot-news .content .right-news {
	float: right;
	width: 4.15rem;
}

.hot-news .content .right-news>ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: .2rem;
}

.hot-news .content .right-news>ul li:last-child {
	margin-bottom: 0;
}


/* clinical-discuss */

.clinical-discuss .content>ul li {
	position: relative;
	padding-left: .25rem;
	margin-bottom: .2rem;
}

.clinical-discuss .content>ul li:last-child {
	margin-bottom: 0;
}

.clinical-discuss .content>ul li:before {
	position: absolute;
	left: .05rem;
	top: 50%;
	margin-top: -2.5px;
	content: " ";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #999;
}

.clinical-discuss .content>ul li .primary-news {
	display: block;
	padding-right: .9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.clinical-discuss .content>ul li .date {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: .9rem;
	color: #a0a0a0;
	font-size: .24rem;
	text-align: right;
}


/* ========= tab common START ======== */

.tabBox .hd {
	/*height: 40px;
	line-height: 40px;*/
}

.tabBox .hd ul {
	overflow: hidden;
}

.tabBox .hd ul li {
	float: left;
}

.tabBox .hd ul li a {
	color: #000;
	display: block;
}

.tabBox .hd ul .on {
	color: #BA2636;
}

.tabBox .hd ul .on a {
	display: block;
	/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.tabBox .bd a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* ========= tab common END ======== */


/* ========= three/two tab START ========= */

.two-tab .hd,
.three-tab .hd {
	padding: .2rem;
	background-color: #fff;
	margin-bottom: .2rem;
}

.two-tab .hd ul,
.three-tab .hd ul {
	border: 2px solid #00adef;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: .3rem;
	color: #00adef;
}

.two-tab .hd ul li,
.three-tab .hd ul li {
	float: left;
	padding-top: .12rem;
	padding-bottom: .08rem;
	text-align: center;
	box-sizing: border-box;
	border-right: 2px solid #00adef;
}

.two-tab .hd ul li {
	width: 50%;
}

.three-tab .hd ul li {
	width: 33.333%;
}

.two-tab .hd ul li a,
.three-tab .hd ul li a {
	color: #00adef;
}

.two-tab .hd ul .on a,
.three-tab .hd ul .on a {
	color: #fff;
}

.two-tab .hd ul li:last-child,
.three-tab .hd ul li:last-child {
	border-right: none;
}

.two-tab .hd ul .on,
.three-tab .hd ul .on {
	background-color: #00adef;
	color: #fff;
}


/* ========= three/two tab END ========= */


/* ========= five tab START ========= */

.five-tab .hd {
	padding: 0 .25rem;
	background-color: #fff;
	margin-bottom: .2rem;
}

.five-tab .hd ul {
	box-sizing: border-box;
	font-size: .3rem;
	color: #666;
}

.five-tab .hd ul li {
	float: left;
	padding: 0 .06rem;
	text-align: center;
	box-sizing: border-box;
	width: 25%;
}

.five-tab .hd ul li a {
	padding: .25rem 0;
	color: #666;
}

.five-tab .hd ul .on a {
	color: #00adef;
	border-bottom: 2px solid #00adef;
}

.five-tab .hd ul .on {
	color: #00adef;
}


/* ========= five tab END ========= */

.specialist-info {
	padding: 0 .25rem;
	background-color: #fff;
}

.specialist-info>li {
	position: relative;
	padding: .35rem 0;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.specialist-info>li:last-child {
	border-bottom: none;
}

.specialist-info .img-container {
	position: absolute;
	left: 0;
	top: .35rem;
	display: inline-block;
	width: 2.15rem;
	height: 1.45rem;
	overflow: hidden;
	border-radius: 5px;
}

.specialist-info .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	text-align: center;
	line-height: 1.45rem;
	color: #999;
	font-size: .5rem;
}

.specialist-info .right-content {
	padding-left: 2.5rem;
}

.specialist-info .right-content p {
	color: #555;
	font-size: .28rem;
}

.specialist-opinion {
	padding: .5rem .25rem .05rem;
	background-color: #fff;
}

.specialist-opinion .news {
	/*margin-bottom: .35rem;*/
}

.invite {
	text-align: center;
	padding: 1.15rem .25rem .25rem;
}

.invite .nothing {
	display: block;
	margin: 0 auto;
	width: 3rem;
}

.invite .cue-words {
	color: #afafaf;
	font-size: .28rem;
	margin-top: .3rem;
}


/* discuss article */

.discuss-article {
	position: relative;
	background-color: #fff;
	padding: 0 .25rem;
}

.article {
	padding: .3rem 0;
	border-bottom: 1px solid #ddd;
}

.article:last-child {
	border-bottom: none;
}

.article>dt,
.article>dd,
.article .time {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.article>dd,
.article .time {
	color: #999;
	font-size: .22rem;
	line-height: 1.5;
}

.article>dt {
	color: #333;
	font-size: .32rem;
	line-height: 1.5;
	padding: .1rem 0;
}

.article>dd {
	margin: .1rem 0;
	-webkit-line-clamp: 2;
}

.article .time {
	padding: .05rem 0;
	-webkit-line-clamp: 1;
}

.hot-news {
	background-color: #fff;
	padding: 0 .25rem;
}

.hot-news>li {
	position: relative;
	min-height: 2.25rem;
	padding: .3rem 0 .3rem;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.hot-news>li:last-child {
	border-bottom: none;
}

.hot-news>li .img-container {
	position: absolute;
	left: 0;
	top: .3rem;
	width: 2.15rem;
	height: 1.6rem;
	overflow: hidden;
	border-radius: 5px;
	line-height: 1.6rem;
	color: #999;
	font-size: .5rem;
	text-align: center;
}

.hot-news>li .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hot-news>li .content {
	padding-left: 2.45rem;
}

.hot-news .article {
	padding: 0;
}

.hot-news .article>dt {
	-webkit-line-clamp: 1;
	font-size: .28rem;
	padding: 0;
}

.hot-news .article>dd {
	padding: 0;
	margin-top: .1rem;
	-webkit-line-clamp: 2;
}

.hot-news .article .time {
	padding: 0;
	margin-top: .1rem;
}

.introduce-container {
	min-height: 80%;
	background: url("../images/intro_bg.jpg") no-repeat center top #fff;
	background-size: cover;
	padding: .75rem .25rem .5rem;
}

.introduce-container .specialist-photo {
	position: relative;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	margin: 0 auto;
}

.specialist-photo .frame {
	position: absolute;
	top: -.25rem;
	left: -.285rem;
	content: "";
	display: block;
	width: 3.15rem;
}

.specialist-photo .photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.specialist-name {
	position: relative;
	z-index: 5;
	height: .78rem;
	margin-top: .25rem;
	padding-top: .15rem;
	color: #fff;
	font-size: .34rem;
	text-align: center;
	background: url("../images/intro_bage.png") center no-repeat;
	background-size: contain;
}

.introduce-container .introduce {
	color: #555;
	font-size: .28rem;
	line-height: 1.5;
	padding: 1.05rem .25rem .25rem;
	text-indent: 2em;
}

.container-await {
	padding: .25rem;
}

.icon-await {
	display: block;
	width: 3.24rem;
	margin: 1.3rem auto .45rem;
}

.tip-nothing,
.tip-await {
	text-align: center;
	color: #999;
	font-size: .3rem;
}

.container-404 {
	padding: .25rem;
}

.icon-404 {
	display: block;
	width: 3.4rem;
	margin: 1.1rem auto .3rem;
}

.title-404 {
	padding-left: 1.9rem;
	color: #999;
	font-size: .3rem;
	line-height: 1.5;
}

.operation-404 {
	font-size: 0;
}

.operation-404 .go-back,
.operation-404 .go-index {
	color: #0088ff;
	font-size: .3rem;
}

.operation-404 .go-back {
	margin-left: 1.9rem;
}

.operation-404 .go-index {
	margin-left: .3rem;
	margin-top: .2rem;
}

.container-nothing {
	padding: .25rem;
}

.icon-nothing {
	display: block;
	height: 2.45rem;
	margin: 1.95rem auto .45rem;
}

.tip-nothing {
	text-align: center;
	color: #999;
	font-size: .3rem;
}

.detail-container {
	height: 100%;
	padding-top: .2rem;
	box-sizing: border-box;
}

.detail-container .content {
	min-height: 100%;
	background-color: #fff;
}

.detail-container .content-padding {
	padding: 0 .25rem;
}

.detail-container .content-auto {
	min-height: auto;
	background-color: #fff;
	padding-bottom: .25rem;
}

.detail-header {
	padding: .25rem 0;
	border-bottom: 1px solid #e7e7e7;
}

.detail-title-01 {
	color: #333;
	font-size: .34rem;
	line-height: 1.5;
	padding: .1rem 0;
}

.detail-title-little-01,
.detail-title-little-02 {
	font-size: 0;
	padding: .05rem 0;
}

.detail-title-little-01 dt,
.detail-title-little-02 dt {
	display: inline-block;
	font-size: .24rem;
}

.detail-title-little-01 dd,
.detail-title-little-02 dd {
	display: inline-block;
	font-size: .24rem;
}

.detail-title-little-01 {
	color: #0088ff;
}


.detail-title-little-02 {
	color: #999999;
}

.detail-content {
	padding: .35rem 0 .25rem;
	background:url("../images/tag_mobile_02.jpg") no-repeat top;background-size: 100%;
}

.detail-content .detail-text {
	font-size: .28rem;
	color: #333;
	text-indent: 2em;
	line-height: 1.5;
	margin-bottom: .15rem;
}

.detail-content .detail-text:last-child {
	margin-bottom: 0;
}

.detail-content .detail-img {
	display: block;
	max-height: 4rem;
	max-width: 5.8rem;
	margin: 0 auto .2rem;
}

.detail-header-img {
	max-height: 4rem;
	max-width: 100%;
	padding: 0 .6rem;
	margin-bottom: .2rem;
}

.detail-header-img>img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.spread-whole {
	width: 3.1rem;
	padding: .05rem;
	font-size: .24rem;
	color: #0088ff;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #0088ff;
	
}

.recommend-other {
	margin-top: .2rem;
	padding: .25rem;
	background-color: #fff;
}

.recommend-other .detail-title-01 {
	margin-bottom: .25rem;
}

.recommend-other .hot-news {
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #e7e7e7;
}

.detail-specialist-frame {
	padding: 0 .25rem .5rem;
	margin-top: .2rem;
	background-color: #fff;
}

.detail-specialist-introduce>dt {
	position: relative;
	min-height: 1.3rem;
	padding: .35rem 0;
	border-bottom: 1px solid #E7E7E7;
}

.detail-specialist-introduce>dt .img-container {
	position: absolute;
    left: 0;
    top: .35rem;
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    overflow: hidden;
}

.detail-specialist-introduce>dt .img-container img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
    line-height: 1.3rem;
    color: #999;
    font-size: .28rem;
}

.detail-specialist-introduce>dt .right-content {
	padding-left: 1.55rem;
}

.detail-specialist-introduce>dt .right-content p {
	color: #555;
    font-size: .28rem;
    margin-bottom: .08rem;
}

.detail-specialist-introduce>dt .right-content p:last-child {
	margin-bottom: 0;
}

.more-words {
	padding: .2rem 0 0;
	margin-bottom: .2rem;
	height: 6.35rem;
	overflow: hidden;
	box-sizing: border-box;
	transition: all .8s;
	-webkit-transition: all .8s;
}
.more-words p{
	font-size: .34rem;
}
.more-words.show {
	transition: height 1s;
}

.detail-specialist-introduce .specialist-about {
	line-height: 1.5;
	text-indent: 2em;
	color: #999999;
	font-size: .28rem;
	margin-bottom: .2rem;
}

.detail-specialist-introduce .specialist-about:last-child {
	margin-bottom: 0;
}

.video-info-container {
	position: relative;
	margin-top: .3rem;
}

.video-info-container:before {
	/*position: relative;*/
	/*z-index: 1;*/
	/*display: block;*/
	/*content: "本期重点";*/
	/*color: #fff;*/
	/*font-size: .28rem;*/
	/*width: 1.4rem;*/
	/*height: .6rem;*/
	/*line-height: .6rem;*/
	/*background-color: #ff6666;*/
	/*padding-left: .2rem;*/
	/*margin-bottom: .1rem;*/
	/*box-sizing: border-box;*/
}

.video-info-container:after {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 1.1rem;*/
	/*display: block;*/
	/*content: "";*/
	/*width: .6rem;*/
	/*height: .6rem;*/
	/*border-radius: 50%;*/
	/*background-color: #ff6666;*/
}

.video-info-container .vidio-info {
	position: relative;
	padding-left: .35rem;
	color: #555;
	font-size: .28rem;
	line-height: 1.5;
	margin-top: .08rem;
}

.vidio-info .index {
	position: absolute;
	left: 0;
	top: 0;
	min-width: .3rem;
}

.video-frame {
	width: 6.75rem;
	height: 3.85rem;
	padding: 0.35rem 0 0.25rem;
	margin: 0 auto;
	overflow: hidden;
}
.link-pdf{font-size: 0.3rem;}
.tac{text-align: center !important;}
.news-content em,.news-content i{
	font-style: italic !important;
}
#more_words em,#more_words i{
  font-style: italic !important;
}