﻿@import "include_part.css";
/*******************
edited by shamo
2020.1.11
******************/

/*通用列表页 主体构造  start*/

#main_show{
	width: 100%;
	background: #f7f7f7;
	display: table;
}
#common_list{
	width: 1152px;
	margin:0 auto;
	padding-bottom: 3em;
}
#main_show .no_record{
	width: 100%;
	height: 15em;
	line-height: 15em;
}
#position{
	width: 100%;
	height: 3em;
	margin-top: 3em;
	margin-bottom: 3em;
	line-height: 3em;
	font-size: 0.9em;
}
#list_name{
	width: 100%;
	height: 2em;
	line-height: 2em;
	font-size: 2em;
	color: #222
}

#list_main{
	width: 100%;
	display: table;
	padding-bottom: 3em
}
#list{
	width: 100%;
	list-style: none;
	clear: both;
}
#list .item{
	width: 98%;
	padding: 1%;
	height: 10em;
	margin: 1em 0 0 0;
	background: #fff;
	cursor: pointer;
}

#list .item .img{
	width: 23%;
	height: 100%;
	margin: 0 2% 0 0;
	float: left
}

#list .item .info{
	width: 75%;
	height: 100%;
	float: left
}
#list .item .info .title{
	width: 100%;
	height: 2.5em;
	font-size: 1.2em;
	line-height:1.2em;
}
#list .item .info .main_info{
	margin-top: 1em;
	width: 100%;
	font-size: 0.9em;
	line-height:1.2em;
	color: #777;
}
#list .item .info .date{
	margin-top: 1em;
	width: 100%;
	font-size: 0.9em;
	line-height:1.2em;
	color: #777;
}
#list_page_main{
	margin-top: 3em; 
	width: 100%;
	height: 3em;
	background:#fff;
	padding-top: 1em;
	padding-bottom: 1em;
}
#list_page_main .page{
	list-style: none;
	width: 40%;
	height: 3em;
	margin: 0 auto;
}
#list_page_main .page li{
	float: left;
	width: 20%;
	height: 3em;
	line-height: 3em;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
}
#list_page_main .page li:hover{
	background: #0071bc;
	color: #fff;
	border-radius: 1em;
}

/*通用列表页 主体构造  end*/


/*医生专题页 主体构造  start*/

#doctor_list{
	width: 1152px;
	margin:0 auto;
	padding-bottom: 3em;
}

#doctor_list #list .item{
	width: 27%;
	padding: 1.5%;
	height: 41em;
	margin: 3% 5% 0 0;
	background:#fff;
	float: left;
	cursor: pointer;
}
#doctor_list #list .item:nth-child(3n){
	margin-right: 0;
}
#doctor_list #list .item .dr_pic{
	width: 100%;
	height: 18em;
}
#doctor_list #list .item .dr_info{
	width: 100%;
	height: 13em;
}
#doctor_list #list .item .dr_info .name{
	width: 100%;
	height: 3em;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
	margin: 0.5em ;
}
#doctor_list #list .item .dr_info .title{
	width: 90%;
	height: 9em;
	margin: 0 auto;
}
#doctor_list #list .item .dr_info .title li{
	width: 100%;
	font-size: 1em;
	line-height: 1.5em;
	list-style: outside;
	
}
#doctor_list #list .item .dr_call{
	width: 96%;
	height: 3em;
	margin: 0 auto;
	margin-top: 1.5em;
	line-height: 3em;
	text-align: center;
	color: #fff;
	background:#0071bc;
	cursor: pointer;
}
#doctor_list #list .item .dr_msssage{
	width: 95%;
	height: 3em;
	margin: 0 auto;
	margin-top: 1.5em;
	line-height: 3em;
	text-align: center;
	color: #0071bc;
	border: 2px solid #0071bc;
	cursor: pointer;
}

/*医生专题页 主体构造  end*/

/*患者故事列表页 主体构造 start*/

#story_list{
	width: 1152px;
	margin:0 auto;
	padding-bottom: 3em;
}
#story_list #list_main{
	width: 100%;
	display: table;
	padding-bottom: 3em;
	
}
#story_list #list{
	width: 100%;
	list-style: none;
	clear: both;
}
#story_list #list .item{
	padding:0;
	width: 30%;
	height: 25em;
	margin: 3% 5% 0 0;
	float: left;
	background:none;
	cursor: pointer;
}
#story_list #list .item:nth-child(3n){
	margin-right: 0;
}
#story_list #list .item .story_pic{
	width: 100%;
	height: 20em;
	border-radius: 0.3em;
	transition: opacity 0.2s ease-in-out;
	display: table;
	text-align: center;
}
#story_list #list .item .story_pic .circleBox{
	display:table-cell;
	vertical-align: middle;
	transition: opacity 0.2s ease-in-out;
}
#story_list #list .item .story_pic .circle{
	width: 4em;
	height: 4em;
	margin: 0 auto;
	border-radius:50%;
	text-align: center;
	background:url(../images/jiantou.png)#984748 no-repeat center center;
	background-size: 40%;
	opacity:0
}
/*#story_list #list .item .story_pic .circle:before{
	line-height: 5em;
    content: 'story';
	font-size: 1em;
}*/

#story_list #list .item .story_pic:hover{
	opacity:0.5
}

#story_list #list .item .story_pic:hover .circle{
	animation: play 0.2s 1;
	animation-fill-mode: forwards;
}

@keyframes play {
	0% {opacity: 0.5;width:4em;height:4em;transform: rotate(-25deg)}
	100% {opacity: 0.8;width:5em;height:5em;transform: rotate(25deg)}
}

#story_list #list .item .story_info{
	width: 100%;
	height: 5em;
}
#story_list #list .item .story_info .name{
	width: 100%;
	/*height: 2.5em;*/
	margin-top: 0.5em;
	line-height: 1.2em;
}
#story_list #list .item .story_info .date{
	width: 100%;
	/*height: 1em;*/
	margin-top: 0.5em;
	line-height: 1em;
	font-size: 0.9em;
}

/*患者故事列表页 主体构造 end*/

/*在线留言 主体构造 start*/
#message_k{
	width: 1152px;
	margin:0 auto;
	padding-bottom: 3em;
}
#message_form{
	width: 60%;
	margin:0 auto;
	padding: 3em;
	background: #fff
}

#message_form .form_title{
	text-align: left;
	font-size: 2em;
	text-indent: 0.1em;
	font-weight: bold;
	margin:0 auto;
	margin-bottom: 1em;
	line-height: 3em;
}
#message_form .input{
	width: 100%;
	height: 3em;
	float: left;
	border: none;
	border-radius: 0.5em;
	line-height: 3em;
	text-indent: 1em;
	background: #f7f7f7;
	outline: none;
	color: #666;
	margin-bottom: 1em;
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

#message_form .textarea{
	width: 96%;
	height: 12em;
	padding: 2%;
	float: left;
	border: none;
	border-radius: 0.5em;
	line-height: 1.5em;
	background: #f7f7f7;
	outline: none;
	color: #666;
	margin-bottom: 2em;
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

#message_form .ele_title{
	text-align: left;
	font-size: 1em;
	line-height: 2em;
	text-indent: 0.2em;
}

#message_form .ele_title .red_star{
	color:red;
	font-weight: bold;
}

#message_form .list_down{
	width: 100%;
	text-align: left;
	font-size: 1em;
	height: 3em;
	line-height: 3em;
	border: none;
	text-indent: 0.5em;
	margin-bottom: 1em;
	background: #f7f7f7
}

#message_form .list_down option{
	height:3em;
	line-height:3em;
	background: #f7f7f7
}

#message_form .radio{
	vertical-align:middle;
	margin:0px 0.5em 1px 1em;
}

#message_form .thank_you{
	width: 100%;
	text-align: center;
	line-height: 2em;
	font-size: 2em;
	font-weight: bold;
}
#message_form .call_back{
	width: 100%;
	text-align: center;
	line-height: 2em;
	font-size: 1.2em;
	margin-bottom: 3em;
	
}
#message_form .submit_k{
	width: 100%;
	height: 100%;
	padding-top: 2em;
	text-align: center
}

#message_form .submit{
/*	float: right;*/
	width: 50%;
	line-height: 3em;
	background: #106095;
	color: #f9f9f9;
	margin:0 auto;
	border: none;
	outline: none;
	border-radius: 2em;
}

#message_form .tipsDiv{
/*	float: right;*/

    position: fixed;
    font-size: 2em;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0%;
    left: 0%;
    line-height: 400px;
    background: #f9f9f9;
    color: #555555;
    margin:0 auto;
    border: none;
    outline: none;
    border-radius: 0%;
}


/*在线留言 主体构造 end*/

/*搜索结果 主体构造 start*/

#search_result_k{
	width: 1152px;
	margin:0 auto;
	padding-bottom: 3em;
}
#search_form{
	width: 50%;
	margin:0 auto;
	padding-bottom: 3em;
}
#search_form .search_key{
	width: 85%;
	height: 3em;
	float: left;
	border: none;
	border-top-left-radius: 3em;
	border-bottom-left-radius: 3em;
	line-height: 3em;
	text-indent: 1em;
	background: #fff;
	outline: none;
	color: #666
}
#search_form .icon{
	width: 15%;
	height: 3em;
	margin-left: -3px;
	float: left;
	border: none;
	border-top-right-radius: 3em;
	border-bottom-right-radius: 3em;
	line-height: 3em;
	outline: none;
	background:url(../images/search_m.png)#fff no-repeat center center;
	background-size:30%;
	cursor: pointer;
}

#search_result_k #list_main{
	display: table;
	width: 100%;
	padding-bottom: 0
}
#search_result_k #list{
	width: 100%;
	list-style: none;
	clear: both;
}
#search_result_k #list .item{
	width: 97%;
	padding: 1.5%;
	height: 100%;
	/*border-top: 1px solid #f4f4f4;*/
	background:#fff;
}
#search_result_k #list .item .title{
	width: 100%;
	line-height: 2em;
	font-size: 1.2em;
}
#search_result_k #list .item .record_main{
	width: 100%;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-top: 0.5em;
	color: #666;
}
#search_result_k #list .item .published_time{
	width: 100%;
	line-height: 3em;
	font-size: 0.9em;
	color: #666;
}
/*搜索结果 主体构造 end*/


/*环境与设备列表 主体构造 start*/

#eMent_list{
	width: 1280px;
	margin:0 auto;
	padding-bottom: 3em;
}

#eMent_list #list_main #eMentTitle{
	margin:1em 0 0.5em 0;
	font-size:1.2em;
	font-weight:bold;
}
#eMent_list #list_main #eMentShow{
	width:100%;
	display:table;
	clear:both
}
#eMent_list #list_main #eMentShow .eachBlock{
	width:32.1%;
	margin:1% 1% 1% 0; 
	height:10em;
	float:left;
	cursor:pointer;
	transition:1s;
	display:table;
	border: 1px solid #f2f2f2;
}
#eMent_list #list_main #eMentShow .eachBlock:hover{
	opacity:0.8;
	color:#d73435
}
#eMent_list #list_main #eMentShow .eachBlock .pic{
	width:100%;
	height:7em;
	transition:0.5s;
	opacity:1;
}
#eMent_list #list_main #eMentShow .eachBlock .desc{
	width:95%;
	padding: 5% 2.5% 0 2.5%; 
	height:3em;
	text-align:center;
	overflow:hidden;
	line-height:1em;
	background:#f7f7f7;
}
#eMent_list #list_main #eMentShow .eachBlock .desc .name{
	width:100%;
	font-size:0.8em;
}
#eMent_list #list_main #eMentShow .eachBlock .desc .level{
	width:100%;
	font-size:0.7em;
	color:#777;
	line-height:0.8em;
}

/*环境与设备列表 主体构造 end*/



/*适应屏幕宽度展示 start*/
@media screen and (min-width:200px) and (max-width:800px){

	#main1 {float: none; margin: auto;max-width: 800px !important;min-width: 200px !important; overflow: hidden; background-color:#fafafa;}
	.main1 h2 {font-size:1.2rem; text-align:center; width:94%; margin:0 3% 2% 3%;}
	.main1 h3 {font-size:1rem;}
	.main1 p {font-size:0.875rem; }
	.main1 a {font-size:1rem;}
	
	#header_bar{
		display: none
	}
	#header_bar_mobile{
		display: block;
	}

	#footer {
		display: none
	}
	#footer_mobile{
		display: block
	}
	
	/*通用列表页 主体构造  start*/

	#main_show{
		width: 100%;
		background: #f7f7f7;
		display: table;
	}
	#common_list{
		width: 94%;
		margin:0 auto;
		padding-bottom: 3em;
	}
	#position{
		width: 100%;
		height: 2em;
		margin-top: 2em;
		margin-bottom: 2em;
		line-height: 2em;
		font-size: 0.8em;
	}
	#position a{
		font-size: 0.8em;
	}
	#list_name{
		width: 100%;
		height: 2em;
		line-height: 2em;
		font-size: 1.5em;
		color: #222
	}
	#list{
		width:100%;
		margin: 0 auto;
	}
	#list .item{
		height: 8em;
		width:97%;
		padding: 1.5%;
		margin: 0 auto;
		margin-top: 1em;
	}
	#list .item .img{
		width:40%;
	}
	#list .item .info{
		width:58%;
	}
	#list .item .info .title{

		font-size: 0.7em;
		
	}
	#list .item .info .main_info{
		display: none
	}
	#list .item .info .date{
		display: none
	}

	#list_page_main .page{
		list-style: none;
		width: 80%;
		height: 3em;
		margin: 0 auto;
	}
	
	/*通用列表页 主体构造  end*/
	
	

	/*医生专题页 主体构造 start*/ 
	#doctor_list{
		width: 94%;
		margin:0 auto;
		padding-bottom: 3em;
	}
	
	#doctor_list #list .item{
		width: 90%;
		height: 41em;
		padding: 5%;
		float: left;
		margin-top: 3%;
		background:#fff;
	}
	#doctor_list #list .item .dr_pic{
		width: 100%;
		height: 18em;
	}
	#doctor_list #list .item .dr_info{
		width: 100%;
		height: 13em;
	}
	#doctor_list #list .item .dr_info .name{
		width: 100%;
		height: 3em;
		line-height: 3em;
		text-align: left;
		font-weight: bold;
	}
	#doctor_list #list .item .dr_info .title{
		width: 80%;
		height: 10em;
		margin: 0 auto;
	}
	#doctor_list #list .item .dr_info .title li{
		width: 100%;
		font-size: 1em;
		line-height: 1.5em;
		list-style: outside;

	}
	#doctor_list #list .item .dr_call{
		width: 96%;
		height: 3em;
		margin: 0 auto;
		margin-top: 1.5em;
		line-height: 3em;
		text-align: center;
		color: #fff;
		background:#0071bc;
		cursor: pointer;
	}
	#doctor_list #list .item .dr_msssage{
		width: 95%;
		height: 3em;
		margin: 0 auto;
		margin-top: 1.5em;
		line-height: 3em;
		text-align: center;
		color: #0071bc;
		border: 2px solid #0071bc;
		cursor: pointer;
	}

	
    /* IPAD */
	@media screen and (min-width:768px) and (max-width:768px){
		#doctor_list #list .item{
			width: 90%;
			height: 50em;
			padding: 5%;
			float: left;
			margin-top: 3%;
			background:#fff;
		}
		#doctor_list #list .item .dr_pic{
			width: 100%;
			height: 27em;
		}	
	}
	/*医生专题页 主体构造 end*/ 
	

	/*患者故事列表页 主体构造 start*/
	#story_list{
		width: 94%;
		margin:0 auto;
		padding-bottom: 3em;
	}
	#story_list #list .item{
		padding:0;
		width: 100%;
		height: 27em;
		margin:0;
		float: left;
		background:none
	}
	/*患者故事列表页 主体构造 end*/
	
	
	/*搜索结果 主体构造 start*/
	#search_result_k{
		width: 94%;
	}
	#search_form{
		width: 90%;
	}
	
	#search_form .icon{
		background:url(../images/search_m.png)#fff no-repeat center center;
		background-size:40%;
	}
	
    /* IPAD */
	@media screen and (min-width:768px) and (max-width:768px){
		#search_form .icon{
			background:url(../images/search_m.png)#fff no-repeat center center;
			background-size:25%;
		}	
	}

	#search_result_k #list .item .title{
		width: 100%;
		line-height: 1.2em;
		font-size: 1.2em;
	}
	/*搜索结果 主体构造 end*/
	
	
	/*在线留言 主体构造 start*/
	#message_k{
		width: 94%;
	}
	#message_form{
		width: 100%;
		margin:0 auto;
		padding: 0em;
		background: #f7f7f7
	}
	#message_form .input{
		background: #fff
	}
	#message_form .textarea{
		background: #fff
	}
	#message_form .list_down{
		background: #fff
	}
	#message_form .form_title{
		text-align: center;
		font-size: 1.5em;
		margin:0 auto;
		line-height: 3em;
	}
	
	#message_form .tipsDiv{
	/*	float: right;*/
		
		position: fixed;
		font-size: 2em;
		width: 100%;
		height: 100%;
		text-align: center;
		top: 0%;
		left: 0%;
		line-height: 500px;
		background: #f9f9f9;
		color: #555555;
		margin:0 auto;
		border: none;
		outline: none;
		border-radius: 0%;
	}
	
	/*在线留言 主体构造 end*/
	
	
	/*环境与设备列表 主体构造 start*/
	
	#eMent_list{
		width: 100%;
		display: table;
		background: #f7f7f7
	}

	#eMent_list #block{
		width: 94%;
		margin:0 auto;
		padding-bottom: 3em;
	}

	#eMent_list #block #list_main #eMentTitle{
		margin:1em 0 0.5em 0;
		font-size:1.2em;
		font-weight:bold;
	}
	
	#eMent_list #block #list_main #eMentShow{
		width:100%;
		display:table;
		clear:both
	}
	
	#eMent_list #block #list_main #eMentShow .eachBlock{
		/*width:32.1%;*/
		width:48.4%;
		margin:1% 1% 1% 0; 
		height:10em;
		float:left;
		cursor:pointer;
		transition:1s;
		display:table;
		/*border: 1px solid #f2f2f2;*/
	}
	
	#eMent_list #block #list_main #eMentShow .eachBlock:hover{
		opacity:0.8;
		color:#d73435
	}
	
	#eMent_list #block #list_main #eMentShow .eachBlock .pic{
		width:100%;
		height:7em;
		transition:0.5s;
		opacity:1;
	}
	
	#eMent_list #block #list_main #eMentShow .eachBlock .desc{
		width:100%;
		padding: 5% 0 0 0; 
		height:3em;
		text-align:center;
		overflow:hidden;
		line-height:1em;
		background:#f7f7f7;
		text-indent: 0;
	}
	
	#eMent_list #block #list_main #eMentShow .eachBlock .desc .name{
		width:100%;
		font-size:0.8em;
	}
	
	#eMent_list #block #list_main #eMentShow .eachBlock .desc .level{
		width:100%;
		font-size:0.7em;
		color:#777;
		line-height:0.8em;
	}

	/*环境与设备列表 主体构造 end*/
	
}
@media screen and (min-width:801px) and (max-width:1151px){
	/*header_bar start*/
	#header_bar{
		width:1024px;
		height: 10em;
	}
	#header_bar #nav .items{
		width: 1024px;
	}
    /*header_bar end*/
	
	/*footer start*/
	#footer .nav_show .items{
		width: 1024px;
		height: 24em;
	}
	/*footer end*/
	
	/*通用列表页 主体构造  start*/

	#common_list{
		width: 800px;
	}
	/*通用列表页 主体构造  end*/
	
	/*医生专题页 主体构造 start*/ 
	#doctor_list{
		width: 800px;
	}
	/*医生专题页 主体构造 end*/ 
	

	/*患者故事列表页 主体构造 start*/
	#story_list{
		width: 800px;
	}
	/*患者故事列表页 主体构造 end*/
	
	/*搜索结果 主体构造 start*/
	#search_result_k{
		width: 800px;
	}
	/*搜索结果 主体构造 end*/
	
	/*在线留言 主体构造 start*/
	#message_k{
		width: 90%;
	}
	#message_form{
		width: 70%;
	}
	/*在线留言 主体构造 end*/

	/*环境与设备列表 主体构造 start*/
	#eMent_list{
		width: 800px;
		margin:0 auto;
		padding-bottom: 3em;
	}
	/*环境与设备列表 主体构造 end*/
}
@media screen and (min-width:1152px) and (max-width:1279px){

	/*header_bar start*/
	#header_bar{
		width:1152px;
		height: 10em;
	}
	#header_bar #nav .items{
		width: 1152px;
	}
    /*header_bar end*/
	
	/*footer start*/
	#footer .nav_show .items{
		width: 1024px;
		height: 24em;
	}
	/*footer end*/
	
	/*通用列表页 主体构造  start*/

	#common_list{
		width: 1024px;
	}
	/*通用列表页 主体构造  end*/
	
	/*医生专题页 主体构造 start*/ 
	#doctor_list{
		width: 1024px;
	}
	/*医生专题页 主体构造 end*/ 
	
	/*患者故事列表页 主体构造 start*/
	#story_list{
		width: 1024px;
	}
	/*患者故事列表页 主体构造 end*/
	
	/*搜索结果 主体构造 start*/
	#search_result_k{
		width: 1024px;
	}
	/*搜索结果 主体构造 end*/
	
	/*在线留言 主体构造 start*/
	#message_k{
		width: 90%;
	}
	#message_form{
		width: 70%;
	}
	/*在线留言 主体构造 end*/
	
	/*环境与设备列表 主体构造 start*/
	#eMent_list{
		width: 1024px;
		margin:0 auto;
		padding-bottom: 3em;
	}
	/*环境与设备列表 主体构造 end*/
	
}
@media screen and (min-width:1280px) and (max-width:1499px){
	/*header_bar start*/
	#header_bar{
		width:1280px;
		height: 10em;
	}
	#header_bar #nav .items{
		width: 1280px;
	}
    /*header_bar end*/
	
	/*footer start*/
	#footer .nav_show .items{
		width: 1280px;
		height: 24em;
	}
	/*footer end*/
	
	/*通用列表页 主体构造  start*/

	#common_list{
		width: 1152px;
	}
	/*通用列表页 主体构造  end*/

	/*医生专题页 主体构造 start*/ 
	#doctor_list{
		width: 1152px;
	}
	/*医生专题页 主体构造 end*/ 
	
	/*患者故事列表页 主体构造 start*/
	#story_list{
		width: 1152px;
	}
	/*患者故事列表页 主体构造 end*/
	
	/*搜索结果 主体构造 start*/
	#search_result_k{
		width: 1152px;
	}
	/*搜索结果 主体构造 end*/
	
	/*在线留言 主体构造 start*/
	#message_k{
		width: 1152px;
	}
	#message_form{
		width: 60%;
	}
	/*在线留言 主体构造 end*/
	
	/*环境与设备列表 主体构造 start*/
	#eMent_list{
		width: 1152px;
		margin:0 auto;
		padding-bottom: 3em;
	}
	/*环境与设备列表 主体构造 end*/
}
@media screen and (min-width:1500px) and (max-width:1599px){
	
}
@media screen and (min-width:1600px){
	
}
/*适应屏幕宽度展示 end*/