/************container************/
ul li{
    list-style: none;
}
.concrete {
    margin-left: 80px;
}

.section {
    margin-top: 30px;
}
.section2 {
    margin-top: 50px;
}
.category {
    width: 80px;
    float: left;
}

/******关键词******/
.keyWord {
    line-height: 40px;
}

.into {
    width: 415px;
    height: 40px;
    line-height: 40px;
    /*padding: 10px 15px;*/
    padding: 0 15px;
    background-color: #f7f7f7;
    border: 0;
    outline: 0;
    color: #666;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.into::-webkit-input-placeholder {
    color: #ccc;
    font-size: 18px;
}

.into:-moz-placeholder {
    color: #ccc;
    font-size: 18px;
}

.into::-moz-placeholder {
    color: #ccc;
    font-size: 18px;
}

.into:-ms-input-placeholder {
    color: #ccc;
    font-size: 18px;
}

/******信息类别******/
.info {
    line-height: 30px;
}

/*一级菜单*/
.tab-title ul li {
    float: left;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
    padding: 0 15px;
    position: relative;
}

.tab-title ul li a {
    color: #666;
    text-decoration: none;
    display: block;
}

.tab-title ul li:hover {
    background-color: #9DBFF3;
}

.tab-title ul li:hover a {
    color: #fff;
    background-color: #9DBFF3;
}

.tab-title ul li.current:hover {
    color: #fff;
    background-color: #4A99ED;
}

.tab-title ul li.current:hover a {
    color: #fff;
    background-color: #4A99ED;
}

.tab-title > ul li i {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -8px;
    color: #4A99ED;
}

.current {
    background-color: #4A99ED;
}

.current a {
    color: #fff !important;
}

/*二级筛选 复选框*/
.tab-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-top: 15px;
}
.tab-content2 {
    padding-left: 50px;
}
.three-level {
    background-color: #f7f7f7;
}

.tab-content ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1;
}
.tab-content2 ul li{
    float: left;
    margin:5px 20px 5px 0;
    line-height: 1;
    font-size: 1em;
 }

.tab-content ul li span,.tab-content2 ul li span {
    padding-left: 5px;
    font-size: 14px;
    color:#666;
}

/*三级筛选 复选框*/

/******所属地区******/
.padding-space{
    padding-left:15px;
}

.region {
    line-height: 34px;
}

.chose-area {
    line-height: 34px;
    background-color: #4A99ED;
    color: #fff;
    text-align: center;
}

.selected-area {
    line-height: 34px;
    text-align: center;
}

.selected-area:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

.region-right {
    margin-left: 250px;
}

.region-right > div {
    width: 230px;
    border: 1px solid #ccc;
    height: 404px;
}

.region-right > div > ul {
    height: 334px;
}

.silver {
    background-color: #f7f7f7;
}

.recycle {
    font-size: 1.15em;
    vertical-align: middle;
    color: #999;
}
.area-close{
    float: left;
    position: relative;
    left:200px;
    color:#999;
}

/*zTree**/
ul.ztree {
    margin-top: 0;
    background-color: #fff;
}

/******时间范围*******/
*, *::before, *::after {/*覆盖插件引用的bootstrap.min.css中的样式*/
    box-sizing: content-box;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
    min-width: 0;   /*覆盖插件引用的daterangepicker-bs3.css中的样式*/
}
label{ /*覆盖插件引用的bootstrap.min.css中的样式*/
    display: inline-block;
    /*font-style:normal;*/
    font-weight: normal;
    margin-bottom: 0;
}
input[type="radio"], input[type="checkbox"] {/*覆盖插件引用的bootstrap.min.css中的样式*/
    line-height: normal;
    margin:0;
}
.form-control{/*覆盖插件引用的bootstrap.min.css中的样式*/
    padding:0 12px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;/*覆盖插件引用的bootstrap.min.css中的样式*/
    cursor:auto;
}
.input-prepend>span,.input-prepend>input{
    float: left;
}
.input-prepend>span{
    display: inline-block;
    width:33px;
    height:34px;
    padding:0;
    border-right: 0;
    border-radius: 4px 0 0 4px !important;
    -moz-border-radius:  4px 0 0 4px !important;
    -webkit-border-radius: 4px 0 0 4px !important;
}
.input-prepend>span i{
    margin-top: 8px;
    display: block;
    font-size: 15px;
}
.input-group .form-control{
    width:180px;
}
.controls #starttime{
    border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
}


/******搜索范围******/
.range {
    line-height: 25px;
}

.chose-range{
    background-color: #f7f7f7;
}
.chose-range a {
    line-height: 25px;
    float: left;
    padding:0 12px;
    color: #999;
    cursor: pointer;
}
.chose-range a:hover{
    text-decoration: none;
}
a.active-range{
    background-color: #4A99ED;
    color:#fff;
}

/******确定******/
.sure{
    width:430px;
    height:40px;
    border:0;
    color:#fff;
    background-color: #4A99ED;
    font-size: 1.3em;
}

/************复选框样式*************/
.tab-content>ul>li .op,.tab-content2>ul>li .op{
    opacity: 0;
}
.tab-content>ul>li label.checked,.tab-content2>ul>li label.checked{
    background: url("../../icons/checkbox.png") no-repeat 0 2px;
}
.tab-content>ul>li label.on,.tab-content2>ul>li label.on{
    background-position: 0 -26px;
}








