.la {
    color:#333;
	font-size:16px;
}

.la:hover{
    color:#f00;
}
.lvote{
	font-size:16px !important;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-indent:0em !important;
	margin-left:3%;
}
.lvote:hover{
    color:#f00;
}

.lb{
	
    font-size: 12px;
    color: #9b9b9b;
    padding: 1px 5px;
    margin: 5px 0px 0px 0px;
	display:inline-block;
	word-wrap:break-word;
	white-space:normal;
	font:1em arial;
	
 }
 .lb:hover{
	 color:#C00;
 }
 .t_btn{
	 width:22px;
	 height:22px;
	 border: 1px solid #EFEFEF;
	 transform: none;
 }
 .t_btn:hover{
	 background:#FFC;
	 border: 1px solid #c96;
	 outline:none;
	 transform: none;
 }
.result{
	font-size:14x;
	color:#0033ff;
	line-height:1.6;
	margin-top:20px;
}
.flag{
	color:red;
	letter-spacing:2px;
	font-size:14px;
	cursor:pointer;
}
.line{
	padding:7.5px 0px 8px 10px;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}
option{font-size:14px !important;}
.t_title{
    text-indent:-1em !important;
	margin-left:1em;
	line-height:1.6 !important;
 }
.in_text{
    resize:none;
	width:95% !important;
	margin-left:1em;
	padding:4px 6px;
	border: 1px solid #ccc;
	border-radius:5px;
	outline:none;
 }
 .in_text:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  border-color: #14b2df;
}
.in_text_s{
    resize:none;
	width:95% !important;
	height:33px;
	margin-top:10px;
	margin-left:1em;
	padding:4px 5px 8px 5px;
	border: 1px solid #ccc;
	border-radius:5px;
	float:left;
	overflow-y:hidden;
	outline:none;
 }
 .in_text_s:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  border-color: #14b2df;
}
.in_textarea{
    width:95% !important;
	margin-left:1em;
	padding:4px 6px;
	border: 1px solid #ccc;
	border-radius:5px;
	overflow-y:hidden;
	outline:none;
 }
.in_textarea:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  border-color: #14b2df;
}

.in_digital{
    resize:none;
	width:210px !important;
	margin-left:1em;
	padding:4px 5px;
	border: 1px solid #ccc;
	border-radius:5px;
	outline:none;
 }
 .in_digital:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  border-color: #14b2df;
}
 .in_date{
    resize:none;
	width:210px !important;
	background:#FFF;
	margin-left:1em;
	padding:3px 5px;
	height:34px;
	border: 1px solid #ccc;
	border-radius:5px;
	outline:none;
 }
.in_select{
	width: 210px !important;
	margin-left:1em;
	height: 35px;
	background:#FFF;
	padding:5px;
	font-size:14px;
	border: 1px solid #ccc;
	border-radius:5px;
	outline:none;
}

.note_title{
	display:inline-block;
	height:20;
	background:url("/statics/images/t_ico.png") left center no-repeat;
	background-size：cover;
	line-height:20px;
	margin:20px 0 10px 0;
	font-size:18px;
	padding-left:10px;
	font-weight:bold;
	vertical-align:top;
}
.t_note_m{
	font-size:14px;
	color:#f60;
	padding:0 1em;
	margin-top:-20px;
}
.t_note_s{
	font-size:14px;
	color:#f60;
	padding:0 1em;
	margin-top:-5px;
}
 .in_select:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  border-color: #14b2df;
}
.table tbody tr td{
        vertical-align: middle;
		font-size:14px !Important;
    }
th{
		font-size:14px !Important;
		text-align:center;
    }
textarea{
	font-size:14px !Important;
}
.editInput{
	border:1px solid #DDD;
	margin:0;
	padding:0;
	line-height:1.8;
	width:100%;
	outline:none;
	background:#FFF;
	font-size:14px;
}
.editDiv{
	background:#EDEDED;
	border-top: 1px solid #DDD;
	width:95%;
	max-height:600px;
	margin-left:1em;
	padding:0 0 15px 0 !important;
	resize:horizontal;
	overflow: auto;
	outline:none;
}
.tools{
	margin:0;
	padding:0 5px;
	background:#EFEFEF;
	height:30px;
	width:100%;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	outline:none;
	top:0;
	left:0;
	position:sticky;
}