/*外部盒子*/
.contentbox{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
/*顶部提示*/
.contentbox .tip{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #3080da;
    font-size: 14px;
}
.contentbox .tip span{
    color: #bd1a2d;
    margin: 0 4px;
}
/*内容*/
.search-content{
    margin-top: 20px;
    padding: 14px;
    box-sizing: border-box;
    min-height: 450px;
    border: 1px solid #ddd;
    position: relative;
}
/*条件盒子*/
.conditionbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #f5f5f5;
    border-radius: 4px;
    padding:6px 10px;
    color: #333;
}
.conditionbox .time-btn .time-item{
    padding: 4px 10px;
    color: #999;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}
.conditionbox .time-btn .active{
    background: #125db2!important;
    color: #fff;
}
.conditionbox .time-btn .time-item:hover{
    background: #598ac2;
    color: #fff;
}
/*自定义时间/排序*/
.conditionbox .time-select{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.conditionbox .time-select .time-input{
    width: 200px;
    height: 100%;
    padding: 4px 10px;
    box-sizing: border-box;
    margin-right: 20px;
    border-radius: 4px;
}
.conditionbox .time-select .input-active{
    border: 1px solid #125db2;
    box-shadow:0 0 3px #a5cbfd;
}
.conditionbox .time-select .sort .sort-item{
    padding: 4px 6px;
    cursor: pointer;
    box-sizing: border-box;
}
.conditionbox .time-select .sort .active{
    color: #bd1a2d;
}

#layui-laydate1 .layui-laydate-content td.laydate-selected{
    background-color: #d3e2f4!important;
}
/*列表内容*/
.contentbox .search-con{
    padding: 0 20px 60px 20px;
    box-sizing: border-box;
}
.contentbox .placeholder .tag{
    display: block;
    color: #125db2;
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
    cursor: default;
}
.contentbox .search-con a{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    box-sizing: border-box;
    display: block;
    border-top: 1px dashed #ccc;
}
.contentbox .search-con a:hover{
    color: #bd1a2d;
    animation: .15s forwards info-item-in;
}
.contentbox .search-con .con-info{
    color: #999999!important;
    font-size: 14px;
    margin-top: 10px;
}
.contentbox .search-con .con-info span{
    margin-right: 10px;
}
.search-content .page{
    display: inline-block;
    position: absolute;
    width: 96%;
    min-height: 30px;
    box-sizing: border-box;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.search-content .page .page-box{
    justify-content: center;
}
.search-content .page .page-total{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 20px;
}
/*数据加载*/
.dialogBox .dialogBg{
    background:rgba(255,255,255,.8)!important;
}


