﻿@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;padding:0px;margin:0px;}
body {margin:0 auto; padding:0; font-family:"微软雅黑";font-size:12px;color:#333333;}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p,input{padding:0px; margin:0px; }
ul{list-style:none;}
img{border:0px;vertical-align: middle;}
input{outline:none;border:0;}
a{text-decoration:none;outline: none;}
a:hover{text-decoration:none !important;outline: none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
.clearfloat{display:block;clear:both;height:0px!important;margin:0px!important;padding:0px!important;border:0px!important;}
a:focus { -moz-outline-style: none; } /* IE不支持 */

/*去掉原来移动端的按钮样式*/
input[type="button"], input[type="submit"], input[type="text"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {-webkit-appearance: none;}
a,div,p,span,ul,li,button{-webkit-tap-highlight-color:rgba(0,0,0,0);}


/* 手机端 */
@media (max-width:959px) {
	body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, body {margin:0 auto; padding:0;  font-family: HiraginoSansGB W3,"微软雅黑";}
	ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p,input{padding:0px; margin:0px; }
	ul { list-style:none; }
	img { border:0px; }
	a {text-decoration:none; font-family: HiraginoSansGB W3,"微软雅黑";  }
	a {outline: none;}
	a:active {outline: none;star:expression(this.onFocus=this.blur());}
	.clearfloat{display:block;clear:both;height:0px;margin:0px;padding:0px;border:0px;}
	*{box-sizing:border-box;}
	/*去掉a链接的虚线框*/　
	a:focus { -moz-outline-style: none; } /* IE不支持 */
	
	/*去掉原来移动端的按钮样式*/
	input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	}
	textarea {  -webkit-appearance: none;}
	a,div,p,span,ul,li,button{-webkit-tap-highlight-color:rgba(0,0,0,0);}, table, td, img, div, dl, dt, dd, input { margin: 0; padding: 0; border: 0; }
	body {font-family: '微软雅黑'; background:#FFFFFF;}
	ul, ol ，li{ list-style: none; }
	select, input{ vertical-align: middle; outline: none; }
	a { text-decoration: none; outline: none;}
	
	html { overflow-x: hidden; }
	.clearfix:after { content: ""; display: block; clear: both; }
	.clearfix { zoom: 1; }
	
	body {margin:0 auto; padding:0; font-family:\5FAE\8F6F\96C5\9ED1;}
	ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p,input{padding:0px; margin:0px; }
	ul { list-style:none; }
	img { border:0px; }
	a {text-decoration:none; }
	a {outline: none;}
	a:active {outline: none;star:expression(this.onFocus=this.blur());}
	.clear{display:block;clear:both;height:0px;margin:0px;padding:0px;border:0px;}
	.mgr{margin-right: 0 !important;}
	.mgb{margin-bottom: 0 !important;} 　
	a:focus { -moz-outline-style: none; } /* IE不支持 */
	.mgl3{margin-left: 3em;}
	/*去掉原来移动端的按钮样式*/
	input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	}
	textarea {  -webkit-appearance: none;}
	a,div,p,span,ul,li,button{-webkit-tap-highlight-color:rgba(0,0,0,0);}
	 html{
	 font-size:100px;
	 }
}
/*修改placeholder颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999;
}


<#if (nursing.introduce?? && nursing.introduce?length>80)>
${nursing.introduce?substring(0,80)}...
<#else>
${nursing.introduce!}
</#if>

