@import "include_part.css";

@media screen and (max-width:800px){
	
	#list_main{width:98%;overflow:visible;display:table}
	
	/*当前位置 通用*/
	#position_share{}
	#position_share #current_position{font-size:0.7em;line-height:3em;text-indent:1em;margin-top:1em;}
	#normal_share{display:none}
	

	/*二级主页栏目名 通用*/
	#column_name{margin-top:1em;}
	#column_name .content{width:100%;height:3em;line-height:3em;border-bottom:1px solid #e3e3e3;}
	#column_name .content .square{padding:0 0.2em 0 0.2em;background:#248e9e;}
	#column_name .content .name{padding-left:1em;font-weight: bold}
	
    /*二级主页 肿瘤治疗 start*/
	/*最新疗法*/
	#new_therapy{padding-top:2em;}
	#new_therapy .column_title{width:100%;margin-bottom:1em;}

	#new_therapy .therapies{
		width:100%;
		margin-top:1em;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-around;
	}
	#new_therapy .therapies .therapy{
		width:48%;
		height:17em;
		background:url(../images/t/t1.gif) no-repeat center 20% #dc4041;
		background-size:50%;
		cursor:pointer;
		transition:0.5s;
		margin: 0;
		position: relative;
		margin-bottom: 5px;
	}

	#new_therapy .therapies .therapy:nth-child(odd){
		margin-left: 2px;
	}
	#new_therapy .therapies .therapy:nth-child(even){
		margin-right: 2px;
	}

	#new_therapy .therapies .therapy:hover {
		opacity: 0.7
	}
	#new_therapy .therapies .therapy .name {
		width: 100%;
		padding-bottom: 0px;
		vertical-align: bottom;
		text-align: center;
		font-size: 1em;
		color: #f7f7f7;
		position: absolute;
		bottom: 0;
		padding-bottom: 5px;
	}
	#new_therapy .therapies .therapy .name .zhongwen {
		font-size: 15px;
		margin-bottom: 4px;
	}
	#new_therapy .therapies .therapy .name .yingwen {
		font-size: 10px;
	}

	@media screen and (max-width:540px) {
		#new_therapy .therapies .therapy {
			height: 14em;
		}
	}

	@media screen and (max-width:500px) {
		#new_therapy .therapies .therapy {
			height: 13em;
		}
		
	}

	@media screen and (max-width:450px) {
		#new_therapy .therapies .therapy {
			height: 12em;
		}
		
	}

	#new_therapy .therapies .therapy:nth-child(1) {
		background: url(../images/t/t1.png) no-repeat center 20% #18b2bc;
		background-size: 50%;
	}

	#new_therapy .therapies .therapy:nth-child(2) {
		background: url(../images/t/t2.png) no-repeat center 20% #3a8bdd;
		background-size: 50%;
	}

	#new_therapy .therapies .therapy:nth-child(3) {
		background: url(../images/t/t3.png) no-repeat center 20% #35b892;
		background-size: 50%;
	}

	#new_therapy .therapies .therapy:nth-child(4) {
		background: url(../images/t/t4.png) no-repeat center 20% #30acc6;
		background-size: 50%;
	}

	#new_therapy .therapies .therapy:nth-child(5) {
		background: url(../images/t/t5.png) no-repeat center 20% #a9ba64;
		background-size: 50%;
	}

	@media screen and (max-width:640px){
		#new_therapy .therapies .therapy:nth-child(5) {
			background: url(../images/t/t6.png) no-repeat center 20% #398adc;
			background-size: 50%;
		}
	}

	@media screen and (max-width:640px){
		#new_therapy .therapies .therapy:nth-child(6) {
			background: url(../images/t/t6.png) no-repeat center 20% #a9ba64;
			background-size: 50%;
		}
	}


	#new_therapy .therapies .therapy:nth-child(7) {
		background: url(../images/t/t7.png) no-repeat center 20% #30acc6;
		background-size: 50%;
	}

	#new_therapy .therapies .therapy:nth-child(8) {
		background: url(../images/t/t8.png) no-repeat center 20% #18b2bc;
		background-size: 50%;
	}

	#new_therapy .therapies .therapy:nth-child(9) {
		background: url(../images/t/t9.png) no-repeat center 20% #3a8bdd;
		background-size: 50%;
	}

	#new_therapy .therapies .therapy:nth-child(10) {
		background: url(../images/t/t10.png) no-repeat center 20% #35b892;
		background-size: 50%;
	}
	
	#new_therapy .therapies .therapy:nth-child(3n+3){margin-right:0;}


	
	#new_therapy .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*个体化治疗*/
	#individualization_treat{padding-top:2em;}
	#individualization_treat .column_title{width:100%;margin-bottom:1em;}
	#individualization_treat .show_records{width:100%;margin-top:1em;display:table;}
	#individualization_treat .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#individualization_treat .show_records .one_record{width:100%;margin-top:1em;padding-bottom: 1em;}
	#individualization_treat .show_records .one_record .title_desc{float:left;width:100%;height:100%;clear:both}
	#individualization_treat .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#individualization_treat .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align:justify}
	#individualization_treat .show_records .one_record .date{display:none;font-size:0.7em;color:#777}
	#individualization_treat .show_records .one_record .more{display:none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:left;margin:1em 0.5em 0 0;cursor:pointer}
	#individualization_treat .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#individualization_treat .show_records .one_record .pic{float:left;clear:both;width:100%;height:18em;cursor:pointer}
	#individualization_treat .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*病种分类*/
	#cancer_type{padding-top:2em;}
	#cancer_type .column_title{width:100%;margin-bottom:1em;}
	#cancer_type #cancerListShow {width:100%;margin-top:1em;display:table;}
	#cancer_type #cancerListShow .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#cancer_type #cancerListShow .eachBlock{width:32.5%;margin:0.5% 0.5% 0 0 ; height:10em;float:left;cursor:pointer;transition:1s;display:table;border:1px solid #f2f2f2}
	#cancer_type #cancerListShow .eachBlock:nth-child(3n+3){margin-right:0;}
	#cancer_type #cancerListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#cancer_type #cancerListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1}
	#cancer_type #cancerListShow .eachBlock .desc{width:95%;padding: 5% 2.5% 0 2.5%; height:3em;text-align:center;overflow:hidden;font-size:0.8em;line-height:1em;background:#f7f7f7}
	#cancer_type #cancerListShow .eachBlock .desc .name{width:100%;font-size:1.2em;}
	#cancer_type #cancerListShow .eachBlock .desc .level{width:100%;font-size:0.7em;color:#777;line-height:0.8em;}
	#cancer_type .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*临床科室*/
	#clinical_department{padding-top:2em;}
	#clinical_department .column_title{width:100%;margin-bottom:1em;}
	
	#clinical_department .departments{width:100%;margin-top:1em;display:table;}
	#clinical_department .departments .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#clinical_department .departments .display_table{float:left;width:32.8%;height:10em;margin:0.5% 0.5% 0 0;display:table}

    #clinical_department .departments .department{text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;display:table-cell;vertical-align:middle;transition:0.5s}
	#clinical_department .departments .department:hover{background:#F05557;}
	#clinical_department .departments .department:nth-child(3n+3){margin-right:0;}
	#clinical_department .departments .department .name{width:100%;font-size:1.2em;}
	#clinical_department .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*医生专家*/
	#doctors{padding-top:2em;}
	#doctors .column_title{width:100%;margin-bottom:1em;}

	#doctors #doctorListShow{width:100%;font-size:1em;display:table}
	#doctors #doctorListShow .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#doctors #doctorListShow .eachBlock{width:50%;height:10em;float:left;cursor:pointer;transition:1s;display:table}
	#doctors #doctorListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#doctors #doctorListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1}
	#doctors #doctorListShow .eachBlock .desc{width:90%;padding:5% 5% 0 5%; height:3em;line-height:0.7em;text-align:left;overflow:hidden;}
	#doctors #doctorListShow .eachBlock .desc .name{width:100%;font-size:1.2em;text-align:left;}
	#doctors #doctorListShow .eachBlock .desc .level{width:100%;font-size:0.7em;color:#777;text-align:left;}
	#doctors #doctorListShow .eachBlock .desc .goodat{width:100%;font-size:0.7em;color:#777;text-align:left;}
	#doctors .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*治疗团队*/
	#treat_team{padding-top:2em;}
	#treat_team .column_title{width:100%;margin-bottom:1em;}
	
	#treat_team .pics{width:100%;margin-top:1em;display:table;}
	#treat_team .pics .pic{float:left;width:49%;height:12em;margin:0.5% 0.5% 0 0;cursor:pointer}
	#treat_team .pics .pic:nth-child(2n+2){margin-right:0}
	#treat_team .desc{float:left;width:100%;font-size:0.7em;padding:1em 0 1em 0;color:#777;text-align:justify;display:table}
	#treat_team .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*患者故事*/
	#story{padding-top:2em;}
	#story .column_title{width:100%;margin-bottom:1em;}
	#story .show_records{width:100%;margin-top:1em;display:table;}
	#story .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#story .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#story .show_records .one_record .pic{float:left;width:40%;height:100%;margin-right:2%;cursor:pointer}
	#story .show_records .one_record .title_desc{float:left;width:57%;height:100%;}
	#story .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#story .show_records .one_record .desc{display:none;margin-top:1em;font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
    #story .show_records .one_record .related_tumor{margin-top:0.5em;font-size:0.7em;color:#777}
	#story .show_records .one_record .related_therapy{font-size:0.7em;color:#777}
	#story .show_records .one_record .related_doctor{font-size:0.7em;color:#777}
	
	#story .show_records .one_record .date{font-size:0.7em;color:#777}
	#story .show_records .one_record .more{display:none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#story .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#story .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*护理计划*/
	#nursing_plan{padding-top:2em;}
	#nursing_plan .column_title{width:100%;margin-bottom:1em;}
	#nursing_plan .show_records{width:100%;margin-top:1em;display:table;}
	#nursing_plan .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#nursing_plan .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#nursing_plan .show_records .one_record .pic{float:left;width:40%;height:100%;margin-right:2%;cursor:pointer}
	#nursing_plan .show_records .one_record .title_desc{float:left;width:57%;height:100%;}
	#nursing_plan .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#nursing_plan .show_records .one_record .desc{margin-top:1em;font-size:0.7em;line-height:1.5em;color:#777;text-align:justify;height: 4.5em;overflow:hidden;text-overflow:ellipsis;}/*;white-space:nowrap;*/
	#nursing_plan .show_records .one_record .date{font-size:0.7em;color:#777}
	#nursing_plan .show_records .one_record .more{display:none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#nursing_plan .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#nursing_plan .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*BEU服务*/
	#beu_service{padding-top:2em;}
	#beu_service .column_title{width:100%;margin-bottom:1em;}
	#beu_service .show_records{width:100%;margin-top:1em;display:table;}
	#beu_service .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#beu_service .show_records .one_record{width:100%;margin-top:1em;padding-bottom:1em;display:table;}
	#beu_service .show_records .one_record .title_desc{float:left;width:100%;height:100%;clear:both}
	#beu_service .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#beu_service .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
	#beu_service .show_records .one_record .date{display:none;font-size:0.7em;color:#777}
	#beu_service .show_records .one_record .more{display:none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:left;margin:1em 0.5em 0 0;cursor:pointer}
	#beu_service .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#beu_service .show_records .one_record .pic{float:left;width:100%;height:18em;cursor:pointer;clear: both;margin-top: 1em;}
	#beu_service .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*抗癌误区*/
	#misunderstanding{padding-top:2em;padding-bottom:5em;}
	#misunderstanding .column_title{width:100%;margin-bottom:1em;}
	#misunderstanding .show_records{width:100%;margin-top:1em;display:table;}
	#misunderstanding .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#misunderstanding .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#misunderstanding .show_records .one_record .pic{float:left;width:40%;height:100%;margin-right:2%;cursor:pointer}
	#misunderstanding .show_records .one_record .title_desc{float:left;width:57%;height:100%;}
	#misunderstanding .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#misunderstanding .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align:justify;height: 4.5em;overflow:hidden;text-overflow:ellipsis}
	#misunderstanding .show_records .one_record .date{font-size:0.7em;color:#777}
	#misunderstanding .show_records .one_record .more{display:none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#misunderstanding .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#misunderstanding .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
    /*二级主页 肿瘤研究 start*/
	
	/*治癌新理念*/
	#new_ideas{padding-top:2em;}
	#new_ideas .column_title{width:100%;margin-top:1em;}
	#new_ideas .ideas{width:100%;margin-top:1em;display:table}
    #new_ideas .ideas .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#new_ideas .ideas .content {float:left;width:100%;height:17em;display:table;cursor:pointer;transition:1s;opacity:1}
	#new_ideas .ideas .content:hover{opacity:0.5}
	#new_ideas .ideas .content1{background:url('../images/i1.jpg') no-repeat center 15% #18b2bc}
	#new_ideas .ideas .content2{background:url('../images/i2.jpg') no-repeat center 15% #35b892}

	#new_ideas .ideas .content .box_size{height:70%;width:80%;padding-top:4.5em;display:table-cell;vertical-align: middle; text-align: center; color:#f7f7f7}
	#new_ideas .ideas .content .box_size .title{font-size:1.3em;line-height:2.5em;}
	#new_ideas .ideas .content .box_size .introduce{font-size:1em;}
	#new_ideas .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	
	/*研究课题*/
	#research_subjects{padding-top:2em;}
	#research_subjects .column_title{width:100%;margin-top:1em;}
	#research_subjects .sortby_type{width:100%;margin-top:1em;}
	#research_subjects .sortby_type{width:100%;display:inline-block}
	#research_subjects .sortby_type li{float:left;padding:0.5em 1em 0.5em 1em;background:#f7f7f7;cursor: pointer;}
	#research_subjects .sortby_type li:hover{background:#30acc6;color:#f7f7f7}
	#research_subjects .sortby_type li:last-child{background:#30acc6;color:#f7f7f7}
	#research_subjects .sortby_type .researchTypeHover{background:#30acc6;color:#f7f7f7}

	#research_subjects #researchListShow{width:100%;display: table}
	#research_subjects #researchListShow .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#research_subjects #researchListShow .eachBlock{width:49%;margin:0.5% 0.5% 0 0;height:11.5em;float:left;cursor:pointer;transition:1s;display:table;border:1px solid #f2f2f2;}
	#research_subjects #researchListShow .eachBlock:last-child{margin-right:0;}
	#research_subjects #researchListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#research_subjects #researchListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1;}
	#research_subjects #researchListShow .eachBlock .subject_name{width:95%;padding: 5% 2.5% 0 2.5%; height:4.5em;text-align:center;overflow:hidden;line-height:0.8em;background:#f7f7f7;}
	#research_subjects #researchListShow .eachBlock .subject_name .name{width:100%;font-size:0.7em;}
	#research_subjects .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*专家论文*/
	#thesis{padding-top:2em;}
	#thesis .column_title{width:100%;margin-top:1em;}

	#thesis #thesisListShow{width:100%;margin-top:1em;display:table}
	#thesis #thesisListShow .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#thesis #thesisListShow .eachBlock{width:49%;margin:0.5% 0.5% 0 0;height:11.5em;float:left;cursor:pointer;transition:1s;display:table;border:1px solid #f2f2f2;}
	#thesis #thesisListShow .eachBlock:last-child{margin-right:0;}
	#thesis #thesisListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#thesis #thesisListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1;}
	#thesis #thesisListShow .eachBlock .subject_name{width:95%;padding: 5% 2.5% 0 2.5%; height:4.5em;text-align:center;overflow:hidden;line-height:0.8em;background:#f7f7f7;}
	#thesis #thesisListShow .eachBlock .subject_name .name{width:100%;font-size:0.7em;}
	#thesis .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*学术研讨*/
	#symposium{padding-top:2em;}
	#symposium .column_title{width:100%;margin-bottom:1em;}
	#symposium .show_records{width:100%;margin-top:1em;display:table;}
	#symposium .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#symposium .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#symposium .show_records .one_record .pic{float:left;width:40%;height:100%;margin-right:2%;cursor:pointer}
	#symposium .show_records .one_record .title_desc{float:left;width:57%;height:100%;}
	#symposium .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#symposium .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align:justify;height:4.5em;overflow: hidden;}
	#symposium .show_records .one_record .date{font-size:0.7em;color:#777}
	#symposium .show_records .one_record .more{display:none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#symposium .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#symposium .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*中心实验室*/
	#lab{padding-top:2em;}
	#lab .column_title{width:100%;margin-bottom:1em;}
	
	#lab .pics{width:100%;height:24em;margin-top:1em;display:table;}
	#lab .pics .pic{float:left;width:49.5%;height:12em;margin:0.5% 0.5% 0 0;cursor:pointer}
	#lab .pics .pic:nth-child(2n+2){margin-right:0}
	#lab .desc{float:left;width:100%;font-size:0.7em;padding:1em 0 1em 0;color:#777;text-align:justify;display:table}
	#lab .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*医学影像检查*/
	#medical_imaging{padding-top:2em;}
	#medical_imaging .column_title{width:100%;margin-bottom:1em;}
	#medical_imaging .show_records{width:100%;margin-top:1em;display:table;}
	#medical_imaging .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#medical_imaging .show_records .one_record{width:100%;height:27em;border-bottom:1px solid #f2f2f2;margin-top:1em;padding-bottom:1em;}
	#medical_imaging .show_records .one_record .title_desc{float:left;width:100%;clear:both;display:table}
	#medical_imaging .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#medical_imaging .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align:justify}
	#medical_imaging .show_records .one_record .date{display:none;font-size:0.7em;color:#777}
	#medical_imaging .show_records .one_record .more{display: none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:left;margin:1em 0.5em 0 0;cursor:pointer}
	#medical_imaging .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#medical_imaging .show_records .one_record .pic{float:left;width:100%;height:18em;clear:both;margin-top:2%;cursor:pointer}
	#medical_imaging .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*徐克成专栏*/
	#dr_xkc{padding-top:2em;}
	#dr_xkc .column_title{width:100%;margin-bottom:1em;}
	#dr_xkc .show_records{width:100%;margin-top:1em;display:table;}
	#dr_xkc .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#dr_xkc .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#dr_xkc .show_records .one_record .pic{float:left;width:40%;height:100%;margin-right:2%;cursor:pointer}
	#dr_xkc .show_records .one_record .title_desc{float:left;width:57%;height:100%;}
	#dr_xkc .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#dr_xkc .show_records .one_record .desc{margin-top:1em;font-size:0.7em;line-height:1.5em;color:#777;text-align:justify;height:4.5em;overflow: hidden}
	#dr_xkc .show_records .one_record .date{font-size:0.7em;color:#777}
	#dr_xkc .show_records .one_record .more{display: none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#dr_xkc .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#dr_xkc .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*肿瘤科普*/
	#cancer_science{padding-top:2em;}
	#cancer_science .column_title{width:100%;margin-bottom:1em;}
	#cancer_science .show_records{width:100%;margin-top:1em;display:table;}
    #cancer_science .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#cancer_science .show_records .one_record{float:left;width:100%;height:28em;margin-top:0.5em;background:#f8f8f8;transition:0.5s;cursor:pointer}
	#cancer_science .show_records .one_record:last-child{margin-right:0}
	#cancer_science .show_records .one_record:hover{background:#f0f0f0;}
	
	#cancer_science .show_records .one_record .pic{width:100%;height:16em;}
	#cancer_science .show_records .one_record .title_desc{height:9em;}
	#cancer_science .show_records .one_record .title{width:98%;font-size:1.2em;font-weight: bold;line-height:1.2em;height:2.4em;padding-top:1em;overflow:hidden}
	#cancer_science .show_records .one_record .desc{width:98%;margin-top:1em; font-size:0.7em;line-height:1.3em;height:4em;overflow:hidden;color:#777;text-align:justify}
	#cancer_science .show_records .one_record .date{width:98%;font-size:0.7em;color:#777;line-height:1.5em;height:1.5em;}

	#cancer_science .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*在线连载*/
	#serline {padding-top:2em;}
	#serline .column_title{width:100%;margin-bottom:1em;}
	
	#serline #onlineBookListShow{width:100%;display:table}
	#serline #onlineBookListShow .eachBlock{width:47%;margin:1% 3% 1% 0; height:10em;float:left;cursor:pointer;transition:1s;display:table;border: 1px solid #f2f2f2}
	#serline #onlineBookListShow .eachBlock:nth-child(even){margin-right:0;}
	#serline #onlineBookListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#serline #onlineBookListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1;box-shadow:2px 2px 10px #777;}
	#serline #onlineBookListShow .eachBlock .desc{width:95%;padding: 5% 2.5% 0 2.5%; height:3em;text-align:center;overflow:hidden;line-height:1em;}
	#serline #onlineBookListShow .eachBlock .desc .name{width:100%;font-size:0.8em;}
	
	
	
	/*二级主页 肿瘤资讯 start*/
	/*出诊公告*/
	#schedule{}
	#schedule .column_title{width:100%;margin-top:1em;}
	
	#schedule .show_records{width:100%;margin-top:1em;display:table}
    #schedule .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#schedule .show_records #scheduleListShow{width:100%;transition:1s;}
	
	#schedule .show_records #scheduleListShow .eachBlock{width:100%;height:10em;float:left;cursor:pointer;display:table;border-width:1px 1px 0 1px;border-style:solid;border-color:#eeeeee;transition:1s;}
	#schedule .show_records #scheduleListShow .eachBlock:last-child{border:1px solid #eeeeee;}
	#schedule .show_records #scheduleListShow .eachBlock:hover{opacity:0.8;color:#30acc6;}
	#schedule .show_records #scheduleListShow .eachBlock .inner{display:table-cell;vertical-align:middle;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock{width:96%;height:80%;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .pic{float:left;width:35%;height:7em;transition:1s;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc{float:left;width:63%;padding:3% 0 0 2%;font-size:0.7em;overflow:hidden;text-align: justify}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .name  {font-size:1.5em;font-weight:bold}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .level {padding-left:1em;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .attime{float:left;width:100%;margin-top:0.5em;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .goodat{float:left;width:100%;margin-top:0.5em;height:7em;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .more  {display: none; float:right;margin-top:0.5em;padding:0 1em 0 1em;background:#ccc;color:#777;border-radius:1em;cursor:pointer}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .more:hover{background:#248e9e;color:#f7f7f7;}
	#schedule .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}	
	
	/*医护推介*/
	#recommend{padding-top:2em;}
	#recommend .column_title{width:100%;margin-bottom:1em;}
	#recommend .show_records{width:100%;margin-top:1em;display:table;}
	#recommend .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#recommend .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#recommend .show_records .one_record .pic{float:left;width:40%;height:100%;margin-right:2%;cursor:pointer}
	#recommend .show_records .one_record .title_desc{float:left;width:57%;height:100%;}
	#recommend .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#recommend .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align:justify;height:4.5em;overflow:hidden}
	#recommend .show_records .one_record .date{font-size:0.7em;color:#777}
	#recommend .show_records .one_record .more{display:none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#recommend .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#recommend .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*复大动态*/
	#fuda_news{padding-top:2em;}
	#fuda_news .column_title{width:100%;margin-bottom:1em;}
	#fuda_news .show_records{width:100%;margin-top:1em;display:table;}
    #fuda_news .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#fuda_news .show_records .one_record{float:left;width:100%;height:28em;margin-top:0.5em;background:#f8f8f8;transition:0.5s;cursor:pointer}
	#fuda_newsfuda_news .show_records .one_record:last-child{margin-right:0}
	#cancer_science .show_records .one_record:hover{background:#f0f0f0;}
	
	#fuda_news .show_records .one_record .pic{width:100%;height:16em;}
	#fuda_news .show_records .one_record .title_desc{height:9em;}
	#fuda_news .show_records .one_record .title{width:98%;font-size:1.2em;font-weight:bold;line-height:1.2em;height:2.4em;padding-top:1em;overflow:hidden}
	#fuda_news .show_records .one_record .desc{width:98%;margin-top:1em; font-size:0.7em;line-height:1.3em;height:4em;overflow:hidden;color:#777;text-align:justify}
	#fuda_news .show_records .one_record .date{width:98%;font-size:0.7em;color:#777;line-height:1.5em;height:1.5em;}

	#fuda_news .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*媒体报道*/
	#media_report{padding-top:2em}
	#media_report .column_title{width:100%;margin-bottom:1em;}
	#media_report .show_records{width:100%;margin-top:1em;}
	#media_report .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#media_report .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#media_report .show_records .one_record .pic{float:left;width:40%;height:100%;margin-right:2%;cursor:pointer}
	#media_report .show_records .one_record .title_desc{float:left;width:57%;height:100%;}
	#media_report .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;/*display:block;height:4.5em;overflow:hidden*/}
	#media_report .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align:justify;height:4.5em;overflow:hidden}
	#media_report .show_records .one_record .date{font-size:0.7em;color:#777}
	#media_report .show_records .one_record .more{display:none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#media_report .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#media_report .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*行业动态*/
	#industry_news{padding-top:2em}
	#industry_news .column_title{width:100%;margin-bottom:1em;}
	#industry_news .show_records{width:100%;margin-top:1em;}
	#industry_news .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#industry_news .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#industry_news .show_records .one_record .pic{float:left;width:40%;height:100%;margin-right:2%;cursor:pointer}
	#industry_news .show_records .one_record .title_desc{float:left;width:58%;height:100%;}
	#industry_news .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#industry_news .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align:justify;height: 4.5em;overflow:hidden}
	#industry_news .show_records .one_record .date{font-size:0.7em;color:#777}
	#industry_news .show_records .one_record .more{display:none;font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#industry_news .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
}

@media screen and (min-width:801px){
	
	#list_main{width:100%;overflow:visible;display:table}
	
	/*当前位置 通用*/
	#position_share{}
	#position_share #current_position{float:left;font-size:0.7em;line-height:5em;text-indent:1em;}
	
	#position_share #normal_share{float:right;font-size:0.7em;line-height:5em;}
	#position_share #normal_share li{float:left;width:3em;height:5em;cursor: pointer}
	#position_share #normal_share li:last-child{margin-right:1em;}
	#position_share #normal_share li:nth-child(n+2):hover{opacity:0.5;}
	#position_share #normal_share .weibo{background: url(../images/s_weibo.png) no-repeat center center;}
	#position_share #normal_share .weixin{background: url(../images/s_weixin.png) no-repeat center center;}
	#position_share #normal_share .qq{background: url(../images/s_qq.png) no-repeat center center;}
	#position_share #normal_share .facebook{background: url(../images/s_facebook.png) no-repeat center center;}
	#position_share #normal_share .twitter{background: url(../images/s_twitter.png) no-repeat center center;}
	#position_share #normal_share .linkedin{background: url(../images/s_linkedin.png) no-repeat center center;}
	
	/*二级主页栏目名 通用*/
	#column_name{clear: both;width:100%;}
	#column_name .content{width:100%;height:3em;line-height:3em;border-bottom:1px solid #e3e3e3;}
	#column_name .content .square{padding:0 0.2em 0 0.2em;background:#248e9e;}
	#column_name .content .name{padding-left:1em;font-weight: bold}
	

    /*二级主页 肿瘤治疗 start*/
	/*最新疗法*/
	#new_therapy{padding-top:2em;}
	#new_therapy .column_title{width:100%;margin-bottom:1em;}

	#new_therapy .therapies{width:100%;margin-top:1em;display:table}
	#new_therapy .therapies .therapy{float:left;width:19.5%;height:10em;margin:1% 0.5% 1% 0;background:url(../images/t1.gif) no-repeat center 20% #dc4041;cursor:pointer;transition:0.5s; display:table}
	/*#new_therapy .therapies .therapy:nth-child(even){background:url(../images/t2.gif) no-repeat center 20% #fd5818}*/
	
	#new_therapy .therapies .therapy:nth-child(1) {
		background: url(../images/t/t1.png) no-repeat center 20% #18b2bc;
	}

	#new_therapy .therapies .therapy:nth-child(2) {
		background: url(../images/t/t2.png) no-repeat center 20% #3a8bdd;
	}

	#new_therapy .therapies .therapy:nth-child(3) {
		background: url(../images/t/t3.png) no-repeat center 20% #35b892;
	}

	#new_therapy .therapies .therapy:nth-child(4) {
		background: url(../images/t/t4.png) no-repeat center 20% #30acc6;
	}

	#new_therapy .therapies .therapy:nth-child(5) {
		background: url(../images/t/t5.png) no-repeat center 20% #a9ba64;
	}

	#new_therapy .therapies .therapy:nth-child(6) {
		background: url(../images/t/t6.png) no-repeat center 20% #a9ba64;
	}

	#new_therapy .therapies .therapy:nth-child(7) {
		background: url(../images/t/t7.png) no-repeat center 20% #30acc6;
	}

	#new_therapy .therapies .therapy:nth-child(8) {
		background: url(../images/t/t8.png) no-repeat center 20% #18b2bc;
	}

	#new_therapy .therapies .therapy:nth-child(9) {
		background: url(../images/t/t9.png) no-repeat center 20% #3a8bdd;
	}

	#new_therapy .therapies .therapy:nth-child(10) {
		background: url(../images/t/t10.png) no-repeat center 20% #35b892;
	}
	
	#new_therapy .therapies .therapy:nth-child(5n+5){margin-right:0;}
	#new_therapy .therapies .therapy:hover{opacity:0.7}
	#new_therapy .therapies .therapy .name {
		display: table-cell;
		vertical-align: bottom;
		padding-bottom: 0px;
		text-align: center;
		font-size: 0.9em;
		color: #f7f7f7
	}

    #new_therapy .therapies .therapy .name .zhongwen{
         font-size: 1em;
    }
    #new_therapy .therapies .therapy .name .yingwen{
         font-size: 0.8em;
    }



	
	#new_therapy .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*个体化治疗*/
	#individualization_treat{padding-top:2em;}
	#individualization_treat .column_title{width:100%;margin-bottom:1em;}
	#individualization_treat .show_records{width:100%;margin-top:1em;display:table;}
	#individualization_treat .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#individualization_treat .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;padding-bottom: 1em;}
	#individualization_treat .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#individualization_treat .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#individualization_treat .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
	#individualization_treat .show_records .one_record .date{display:none;font-size:0.7em;color:#777}
	#individualization_treat .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:left;margin:1em 0.5em 0 0;cursor:pointer}
	#individualization_treat .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#individualization_treat .show_records .one_record .pic{float:left;width:30%;height:100%;margin-left:3%;cursor:pointer}
	#individualization_treat .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*病种分类*/
	#cancer_type{padding-top:2em;}
	#cancer_type .column_title{width:100%;margin-bottom:1em;}
	#cancer_type #cancerListShow {width:100%;margin-top:1em;display:table;}
	#cancer_type #cancerListShow .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#cancer_type #cancerListShow .eachBlock{width:19.1%;margin:1em 0.5em 1em 0 ; height:10em;float:left;cursor:pointer;transition:1s;display:table;border:1px solid #f2f2f2}
	#cancer_type #cancerListShow .eachBlock:nth-child(5n+5){margin-right:0;}
	#cancer_type #cancerListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#cancer_type #cancerListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1}
	#cancer_type #cancerListShow .eachBlock .desc{width:95%;padding: 5% 2.5% 0 2.5%; height:3em;text-align:center;overflow:hidden;font-size:0.8em;line-height:1em;background:#f7f7f7}
	#cancer_type #cancerListShow .eachBlock .desc .name{width:100%;font-size:1.2em;}
	#cancer_type #cancerListShow .eachBlock .desc .level{width:100%;font-size:0.7em;color:#777;line-height:0.8em;}
	#cancer_type .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*临床科室*/
	#clinical_department{padding-top:2em;}
	#clinical_department .column_title{width:100%;margin-bottom:1em;}
	
	#clinical_department .departments{width:100%;margin-top:1em;display:table;}
	#clinical_department .departments .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#clinical_department .departments .display_table{float:left;width:19.1%;height:10em;margin:0.5em 0.5em 0.5em 0;display:table}

    #clinical_department .departments .department{text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;display:table-cell;vertical-align:middle;transition:0.5s}
	#clinical_department .departments .department:hover{background:#F05557;}
	#clinical_department .departments .department:nth-child(5n+5){margin-right:0;}
	#clinical_department .departments .department .name{width:100%;font-size:1.2em;}
	#clinical_department .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*医生专家*/
	#doctors{padding-top:2em;}
	#doctors .column_title{width:100%;margin-bottom:1em;}

	#doctors #doctorListShow{width:100%;font-size:1em;display:table}
	#doctors #doctorListShow .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#doctors #doctorListShow .eachBlock{width:20%;height:10em;float:left;cursor:pointer;transition:1s;display:table}
	#doctors #doctorListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#doctors #doctorListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1}
	#doctors #doctorListShow .eachBlock .desc{width:90%;padding:5% 5% 0 5%; height:3em;line-height:0.7em;text-align:left;overflow:hidden;}
	#doctors #doctorListShow .eachBlock .desc .name{width:100%;font-size:1em;text-align:left;}
	#doctors #doctorListShow .eachBlock .desc .level{width:100%;font-size:0.7em;color:#777;text-align:left;}
	#doctors #doctorListShow .eachBlock .desc .goodat{width:100%;font-size:0.7em;color:#777;text-align:left;}
	#doctors .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*治疗团队*/
	#treat_team{padding-top:2em;}
	#treat_team .column_title{width:100%;margin-bottom:1em;}
	
	#treat_team .pics{width:100%;margin-top:1em;display:table;}
	#treat_team .pics .pic{float:left;width:32.5%;height:12em;margin:1% 1% 1% 0;cursor:pointer}
	#treat_team .pics .pic:nth-child(3n+3){margin-right:0}
	#treat_team .desc{float:left;width:100%;font-size:0.7em;padding:1em 0 1em 0;color:#777;text-align:justify;display:table}
	#treat_team .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*患者故事*/
	#story{padding-top:2em;}
	#story .column_title{width:100%;margin-bottom:1em;}
	#story .show_records{width:100%;margin-top:1em;display:table;}
	#story .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#story .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#story .show_records .one_record .pic{float:left;width:30%;height:100%;margin-right:2%;cursor:pointer}
	#story .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#story .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#story .show_records .one_record .desc{margin-top:1em;font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
    #story .show_records .one_record .related_tumor{font-size:0.7em;color:#777}
	#story .show_records .one_record .related_therapy{font-size:0.7em;color:#777}
	#story .show_records .one_record .related_doctor{font-size:0.7em;color:#777}
	
	#story .show_records .one_record .date{font-size:0.7em;color:#777}
	#story .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#story .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#story .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*护理计划*/
	#nursing_plan{padding-top:2em;}
	#nursing_plan .column_title{width:100%;margin-bottom:1em;}
	#nursing_plan .show_records{width:100%;margin-top:1em;display:table;}
	#nursing_plan .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#nursing_plan .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#nursing_plan .show_records .one_record .pic{float:left;width:30%;height:100%;margin-right:2%;cursor:pointer}
	#nursing_plan .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#nursing_plan .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#nursing_plan .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
	#nursing_plan .show_records .one_record .date{font-size:0.7em;color:#777}
	#nursing_plan .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#nursing_plan .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#nursing_plan .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*BEU服务*/
	#beu_service{padding-top:2em;}
	#beu_service .column_title{width:100%;margin-bottom:1em;}
	#beu_service .show_records{width:100%;margin-top:1em;display:table;}
	#beu_service .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#beu_service .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;padding-bottom: 1em;}
	#beu_service .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#beu_service .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#beu_service .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
	#beu_service .show_records .one_record .date{display:none;font-size:0.7em;color:#777}
	#beu_service .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:left;margin:1em 0.5em 0 0;cursor:pointer}
	#beu_service .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#beu_service .show_records .one_record .pic{float:left;width:30%;height:100%;margin-left:3%;cursor:pointer}
	#beu_service .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*抗癌误区*/
	#misunderstanding{padding-top:2em;padding-bottom:5em;}
	#misunderstanding .column_title{width:100%;margin-bottom:1em;}
	#misunderstanding .show_records{width:100%;margin-top:1em;display:table;}
	#misunderstanding .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#misunderstanding .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#misunderstanding .show_records .one_record .pic{float:left;width:30%;height:100%;margin-right:2%;cursor:pointer}
	#misunderstanding .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#misunderstanding .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#misunderstanding .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
	#misunderstanding .show_records .one_record .date{font-size:0.7em;color:#777}
	#misunderstanding .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#misunderstanding .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#misunderstanding .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*二级主页 肿瘤治疗 end*/
	
	
    /*二级主页 肿瘤研究 start*/
	
	/*治癌新理念*/
	#new_ideas{padding-top:2em;}
	#new_ideas .column_title{width:100%;margin-top:1em;}
	#new_ideas .ideas{width:100%;margin-top:1em;display:table}
    #new_ideas .ideas .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#new_ideas .ideas .content {float:left;width:49%;height:17em;display:table;cursor:pointer;transition:1s;opacity:1}
	#new_ideas .ideas .content:hover{opacity:0.5}
	#new_ideas .ideas .content1{margin-right:1%;background:url('../images/i1.jpg') no-repeat center 16% #18b2bc;}
	#new_ideas .ideas .content2{margin-left:1%;background:url('../images/i2.jpg') no-repeat center 16% #35b892;}

	#new_ideas .ideas .content .box_size{height:96%;width:80%;display: table-cell; vertical-align: middle; text-align: center; color: #f7f7f7}
	#new_ideas .ideas .content .box_size .title{font-size: 1.1em;line-height:2.5em;}
	#new_ideas .ideas .content .box_size .introduce{font-size: 0.7em;}
	#new_ideas .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*研究课题*/
	#research_subjects{padding-top:2em;}
	#research_subjects .column_title{width:100%;margin-top:1em;}
	#research_subjects .sortby_type{width:100%;margin-top:1em;}
	#research_subjects .sortby_type{width:100%;display:inline-block}
	#research_subjects .sortby_type li{float:left;padding:0.5em 1em 0.5em 1em;background:#f7f7f7;cursor: pointer;}
	#research_subjects .sortby_type li:hover{background:#30acc6;color:#f7f7f7}
	#research_subjects .sortby_type li:last-child{background:#30acc6;color:#f7f7f7}
	#research_subjects .sortby_type .researchTypeHover{background:#30acc6;color:#f7f7f7}

	#research_subjects #researchListShow{width:100%;display: table}
	#research_subjects #researchListShow .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#research_subjects #researchListShow .eachBlock{width:24%;margin:1% 0.8% 1% 0;height:11em;float:left;cursor:pointer;transition:1s;display:table;border:1px solid #f2f2f2;}
	#research_subjects #researchListShow .eachBlock:last-child{margin-right:0;}
	#research_subjects #researchListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#research_subjects #researchListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1;}
	#research_subjects #researchListShow .eachBlock .subject_name{width:95%;padding: 5% 2.5% 0 2.5%; height:4em;text-align:center;overflow:hidden;line-height:0.8em;background:#f7f7f7;}
	#research_subjects #researchListShow .eachBlock .subject_name .name{width:100%;font-size:0.7em;}
	#research_subjects .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*专家论文*/
	#thesis{padding-top:2em;}
	#thesis .column_title{width:100%;margin-top:1em;}

	#thesis #thesisListShow{width:100%;margin-top:1em;display:table}
	#thesis #thesisListShow .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#thesis #thesisListShow .eachBlock{width:24%;margin:1% 0.8% 1% 0;height:11em;float:left;cursor:pointer;transition:1s;display:table;border:1px solid #f2f2f2;}
	#thesis #thesisListShow .eachBlock:last-child{margin-right:0;}
	#thesis #thesisListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#thesis #thesisListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1;}
	#thesis #thesisListShow .eachBlock .subject_name{width:95%;padding: 5% 2.5% 0 2.5%; height:4em;text-align:center;overflow:hidden;line-height:0.8em;background:#f7f7f7;}
	#thesis #thesisListShow .eachBlock .subject_name .name{width:100%;font-size:0.7em;}
	#thesis .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*学术研讨*/
	#symposium{padding-top:2em;}
	#symposium .column_title{width:100%;margin-bottom:1em;}
	#symposium .show_records{width:100%;margin-top:1em;display:table;}
	#symposium .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#symposium .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#symposium .show_records .one_record .pic{float:left;width:30%;height:100%;margin-right:2%;cursor:pointer}
	#symposium .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#symposium .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#symposium .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align:justify}
	#symposium .show_records .one_record .date{font-size:0.7em;color:#777}
	#symposium .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#symposium .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#symposium .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*中心实验室*/
	#lab{padding-top:2em;}
	#lab .column_title{width:100%;margin-bottom:1em;}
	
	#lab .pics{width:100%;height:12em;margin-top:1em;display:table;}
	#lab .pics .pic{float:left;width:24.1%;height:100%;margin-left:1%;cursor:pointer}
	#lab .pics .pic:first-child{margin-left:0}
	#lab .desc{float:left;width:100%;font-size:0.7em;padding:1em 0 1em 0;color:#777;text-align:justify;display:table}
	#lab .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*医学影像检查*/
	#medical_imaging{padding-top:2em;}
	#medical_imaging .column_title{width:100%;margin-bottom:1em;}
	#medical_imaging .show_records{width:100%;margin-top:1em;display:table;}
	#medical_imaging .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#medical_imaging .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;padding-bottom:1em;}
	#medical_imaging .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#medical_imaging .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#medical_imaging .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align:justify}
	#medical_imaging .show_records .one_record .date{display:none;font-size:0.7em;color:#777}
	#medical_imaging .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:left;margin:1em 0.5em 0 0;cursor:pointer}
	#medical_imaging .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#medical_imaging .show_records .one_record .pic{float:left;width:30%;height:100%;margin-left:3%;cursor:pointer}
	#medical_imaging .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*徐克成专栏*/
	#dr_xkc{padding-top:2em;}
	#dr_xkc .column_title{width:100%;margin-bottom:1em;}
	#dr_xkc .show_records{width:100%;margin-top:1em;display:table;}
	#dr_xkc .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#dr_xkc .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#dr_xkc .show_records .one_record .pic{float:left;width:30%;height:100%;margin-right:2%;cursor:pointer}
	#dr_xkc .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#dr_xkc .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#dr_xkc .show_records .one_record .desc{margin-top:1em;font-size:0.7em;line-height:1.5em;color:#777;text-align:justify}
	#dr_xkc .show_records .one_record .date{font-size:0.7em;color:#777}
	#dr_xkc .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#dr_xkc .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#dr_xkc .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*肿瘤科普*/
	#cancer_science{padding-top:2em;}
	#cancer_science .column_title{width:100%;margin-bottom:1em;}
	#cancer_science .show_records{width:100%;margin-top:1em;display:table;}
    #cancer_science .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#cancer_science .show_records .one_record{float:left;width:24.1%;height:20em;margin-right:0.9%; border:1px solid #f2f2f2;background:#f8f8f8;transition:0.5s;cursor:pointer}
	#cancer_science .show_records .one_record:last-child{margin-right:0}
	#cancer_science .show_records .one_record:hover{background:#f0f0f0;}
	
	#cancer_science .show_records .one_record .pic{width:100%;height:11em;}
	#cancer_science .show_records .one_record .title_desc{height:9em;}
	#cancer_science .show_records .one_record .title{width:90%;font-size:0.8em;line-height:1.2em;height:2.4em;padding-top:1em; overflow:hidden}
	#cancer_science .show_records .one_record .desc{width:90%;margin-top:1em; font-size:0.7em;line-height:1.3em;height:4em;overflow:hidden;color:#777;text-align:justify}
	#cancer_science .show_records .one_record .date{width:90%;font-size:0.7em;color:#777;line-height:1.5em;height:1.5em;}

	#cancer_science .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*在线连载*/
	#serline {padding-top:2em;}
	#serline .column_title{width:100%;margin-bottom:1em;}
	
	#serline #onlineBookListShow{width:100%;display:table}
	#serline #onlineBookListShow .eachBlock{width:20.3%;margin:1% 6% 1% 0; height:10em;float:left;cursor:pointer;transition:1s;display:table;border: 1px solid #f2f2f2}
	#serline #onlineBookListShow .eachBlock:last-child{margin-right:0;}
	#serline #onlineBookListShow .eachBlock:hover{opacity:0.8;color:#30acc6}
	#serline #onlineBookListShow .eachBlock .pic{width:100%;height:7em;transition:0.5s;opacity:1;box-shadow:2px 2px 10px #777;}
	#serline #onlineBookListShow .eachBlock .desc{width:95%;padding: 5% 2.5% 0 2.5%; height:3em;text-align:center;overflow:hidden;line-height:1em;}
	#serline #onlineBookListShow .eachBlock .desc .name{width:100%;font-size:0.8em;}

	/*二级主页 肿瘤研究 end*/
	
	
    /*二级主页 肿瘤资讯 start*/
	/*出诊公告*/
	#schedule{}
	#schedule .column_title{width:100%;margin-top:1em;}
	
	#schedule .show_records{width:100%;margin-top:1em;display:table}
    #schedule .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#schedule .show_records #scheduleListShow{width:100%;transition:1s;}
	
	#schedule .show_records #scheduleListShow .eachBlock{width:33.2%;margin:1% 0 1% 0;height:10em;float:left;cursor:pointer;display:table;border:1px solid #eeeeee;border-right:none;transition:1s;}
	#schedule .show_records #scheduleListShow .eachBlock:nth-child(3n+3){margin-right:0;border-right:1px solid #eeeeee;}
	#schedule .show_records #scheduleListShow .eachBlock:hover{opacity:0.8;color:#30acc6;}
	#schedule .show_records #scheduleListShow .eachBlock .inner{display:table-cell;vertical-align:middle;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock{width:96%;height:80%;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .pic{float:left;width:35%;height:7em;transition:1s;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc{float:left;width:63%;padding:3% 0 0 2%;font-size:0.6em;overflow:hidden;text-align: justify}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .name  {font-size:1.5em;font-weight:bold}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .level {padding-left:1em;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .attime{float:left;width:100%;margin-top:0.5em;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .goodat{float:left;width:100%;margin-top:0.5em;height:5em;}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .more  {float:right;margin-top:0.5em;padding:0 1em 0 1em;background:#ccc;color:#777;border-radius:1em;cursor:pointer}
	#schedule .show_records #scheduleListShow .eachBlock .inner .innerBlock .desc .more:hover{background:#248e9e;color:#f7f7f7;}
	#schedule .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*医护推介*/
	#recommend{padding-top:2em;}
	#recommend .column_title{width:100%;margin-bottom:1em;}
	#recommend .show_records{width:100%;margin-top:1em;display:table;}
	#recommend .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#recommend .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#recommend .show_records .one_record .pic{float:left;width:30%;height:100%;margin-right:2%;cursor:pointer}
	#recommend .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#recommend .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#recommend .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
	#recommend .show_records .one_record .date{font-size:0.7em;color:#777}
	#recommend .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#recommend .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#recommend .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	
	/*复大动态*/
	#fuda_news{padding-top:2em;}
	#fuda_news .column_title{width:100%;margin-bottom:1em;}
	#fuda_news .show_records{width:100%;margin-top:1em;display:table;}
    #fuda_news .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#fuda_news .show_records .one_record{float:left;width:24.1%;height:20em;margin-right:0.9%; border:1px solid #f2f2f2;background:#f8f8f8;transition:0.5s;cursor:pointer}
	#fuda_news .show_records .one_record:last-child{margin-right:0}
	#fuda_news .show_records .one_record:hover{background:#f0f0f0;}
	
	#fuda_news .show_records .one_record .pic{width:100%;height:11em;}
	#fuda_news .show_records .one_record .title_desc{height:9em;}
	#fuda_news .show_records .one_record .title{width:90%;font-size:0.8em;line-height:1.2em;height:2.4em;padding-top:1em; overflow:hidden}
	#fuda_news .show_records .one_record .desc{width:90%;margin-top:1em; font-size:0.7em;line-height:1.3em;height:4em;overflow:hidden;color:#777;text-align: justify}
	#fuda_news .show_records .one_record .date{width:90%;font-size:0.7em;color:#777;line-height:1.5em;height:1.5em;}

	#fuda_news .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*媒体报道*/
	#media_report{padding-top:2em}
	#media_report .column_title{width:100%;margin-bottom:1em;}
	#media_report .show_records{width:100%;margin-top:1em;}
	#media_report .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#media_report .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#media_report .show_records .one_record .pic{float:left;width:30%;height:100%;margin-right:2%;cursor:pointer}
	#media_report .show_records .one_record .title_desc{float:left;width:67%;height:100%;}
	#media_report .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#media_report .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
	#media_report .show_records .one_record .date{font-size:0.7em;color:#777}
	#media_report .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#media_report .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	#media_report .more2{clear:both;margin-top:1em;width:100%;height:3em;line-height:3em;text-align:center;background:#30acc6;color:#f7f7f7;cursor:pointer;}
	
	/*行业动态*/
	#industry_news{padding-top:2em}
	#industry_news .column_title{width:100%;margin-bottom:1em;}
	#industry_news .show_records{width:100%;margin-top:1em;}
	#industry_news .show_records .no_record{width:100%;height:20em;display:table-cell;vertical-align:middle;text-align:center;}
	#industry_news .show_records .one_record{width:100%;height:12em;border-bottom:1px solid #f2f2f2;margin-top:1em;}
	#industry_news .show_records .one_record .pic{float:left;width:30%;height:100%;margin-right:2%;cursor:pointer}
	#industry_news .show_records .one_record .title_desc{float:left;width:68%;height:100%;}
	#industry_news .show_records .one_record .title{font-size:1.2em;line-height:1.5em;font-weight:bold;}
	#industry_news .show_records .one_record .desc{margin-top:1em; font-size:0.7em;line-height:1.5em;color:#777;text-align: justify}
	#industry_news .show_records .one_record .date{font-size:0.7em;color:#777}
	#industry_news .show_records .one_record .more{font-size:0.7em;color:#777;padding:0 1em 0 1em;background:#ccc;border-radius:1em;float:right;margin:1em 0.5em 0 0;cursor:pointer}
	#industry_news .show_records .one_record .more:hover{background:#248e9e;color:#f7f7f7;}
	
	/*二级主页 肿瘤资讯 end*/
}