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%;
}

.content-area {
	width: 95%;
	margin: 20px 0 30px 20px;
	border: 2px #f5f5f5 solid;
	/* display:none; */
}
.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: 3px;
}
.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;
}
.display-image {
	position: relative;
	left: 20px;
	top: 30px;
	vertical-align: top;
	width: 15px;
	height: 15px;
}
#img-area{
	text-align : center;
}
.display-content {
	width: 76%;
	display: inline-block;
	_display: inline;
	*display: inline;
	/* border-left: 3px #999999 dotted; */
	margin-left: 7px;
	vertical-align: top;
	min-height: 100px;
	height: 100%;
	_height: 100px;
}

.display-dot {
	position: relative;
	display: inline-block;
	_display: inline;
	*display: inline;
	left: 6px;
	top: 45px;
	vertical-align: top;
	width: 6px;
	margin-top:5px;
	border-left:5px #999999 dotted;
}

.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;
}
.query-con-lable{
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
}