body{
	margin : 10px 10px 10px 10px !important;
}
.query-title {
	font-weight:bold;
	font-size: 15px;
}
.col-sm-12>.col-sm-3 {
	padding: 0 0 0 0 !important;
}

.col-sm-3>.itswLable {
	width: 30%;
}

.col-sm-3>.itswInput {
	width: 66.5%;
}

.description-bg{
	background-color: #F1F5FF;
	min-height: 15px; 
	*+height : 15px;
	_height: 15px;
	padding: 0 0 0 20px;
}
#description-caret{
	position:relative;left:98%;margin:0 0 5px 0;
}
#description-title{
	font-weight: bold;
	color: #699EC2;
	margin:0 0 5px 10px;
}
#description-area{
	margin:0 0 5px 10px;
}
.checkbox-row{
	margin-top: 0px; padding-left:20px;
}
.checkbox-label{
	display: inline-block;text-align: left;
}
.checkbox-content{
	display: inline-block;text-align: right;
}
.checkbox-content>input{
	margin-top: 3;
}
.content-title {
	width: 120px;
	display: inline-block;
	_display: inline;
	*display: inline;
}
.content-title>div {
	position: absolute;
	display: inline-block
}
.content-title-text {
	text-align: center;
	margin:8px 0 0 20px;
	display: inline-block;
	width: 100px;
	height: 30px;
    line-height:30px;   
    overflow:hidden;   
	background-color : #6AADFF;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
    border-radius: 5px;
}
.pure-img{
	display: inline-block;
	background-repeat:no-repeat;
	background-image: none;
}
#img-area{
	text-align : center;
}
.display-content {
	width: 60%;
	display: inline-block;
	_display: inline;
	*display: inline;
	margin-left: -8px;
	vertical-align: top;
	height: 100%;
	_height: 100px;
	border-left: 3px #4597cc dotted;
	min-height: auto;
	margin-top:15px;
}

.content-field {
	display: inline-block;
	_display: inline;
	*display: inline;
	margin: 10px 0 10px 15px;
	vertical-align: top;
}

.field-title {
	font-size:14px;
	font-weight: bold;
	color:#75A5C4;
}

.field-time {
	margin-top:5px;
	color:#979797;
}
.field-text{
	margin-top:5px;
	font-weight: bold;
}
.field-text a{
	margin-top:5px;
	color:#000000;
}
.view-all-div {
	text-align:center;
	margin-top: 10px;
	margin:10px 0 10px 0;
	width: 100px;
	height: 25px;
    line-height:25px;   
    overflow:hidden;   
	background-color : #6AADFF;
	vertical-align: middle;
    border-radius: 5px;
}
.view-all-href{
	font-weight: bold;
	color:#FFFFFF;
}
.display-gray {
	background-color: #f5f5f5;
}

.tag {
	width: 150px;
	border: 1px solid #777;
	position: absolute;
	background-color: #FFF;
	display: none;
	z-index: 10;
    border-radius: 5px;
    font-weight: normal;
}

.arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: -40px;
	left: 10px;
}

.arrow * {
	display: block;
	border-width: 10px;
	position: absolute;
	border-style: solid dashed dashed dashed;
	font-size: 0;
	line-height: 0;
}

.arrow em {
	border-color: #777 transparent transparent;
}

.arrow span {
	border-color: #FFF transparent transparent;
	top: -1px;
}

.div-inline{
	float:left;
} 

.span-text{
	width:80px;
}
.sw-footer{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom:0;
  margin-top:50px;
  background-color: #fff;
}

.sw-icon{
  width:35px;
  margin-right:10px;
}
.sw-content{
  color:#666;
  font-size:14px;
}
.sw-content p{
	margin-bottom:0;
}

.normal-label{
	font-weight:normal;
	width: 56px;
}
.query-con-lable{
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
}
.time-style{
	float: left;
	padding-right: 10px;
	width: 100px;
}
.content-p-title{
	color: #4597cc;
	font-weight:bold;
	font-size: 14px
}
.label-p-title{
	color: #63A4EC;
	font-weight:bold;
	font-size: 14px
}


.i-e-title{
	margin-left:63px;
	font-weight: bold;
	font-size: large;
	margin-bottom:20px;
}

.ellipsis{
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*margin: 0px 0px;*/
}