.category {
    padding-top: 17px;
}

.category-block {
    font-size: 16px;
    margin-top: 10px;
}

.category-block>label {
    float: left;
    width: 95px;
    height: 28px;
    line-height: 28px;
    text-align: right;
    color: #0b61b9;
    margin: 5px 0;
}

.category-div {
    margin-left: 95px;
}

.category-items>li {
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 5px 0;
    margin-left: 10px;
}

.category-items>li a {
    display: inline-block;
    padding: 0 12px;
    border-radius: 3px;
    color: #333;
    vertical-align: top;
}

.category-items>li.current a {
    color: #fff;
    background-color: #1b79da;
}

.time {
    position: relative;
    text-align: left;
    width: 210px;
    height: 28px;
}

.time-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 3px;
    color: #fff;
    background-color: #1b79da;
    cursor: pointer;
    z-index: -1;
}

.layui-laydate-footer span:hover {
    color: #1b79da !important;
}


/* 内容 */

.category-hd {
    line-height: 60px;
    padding: 0 20px;
    margin: 0 -20px;
    margin-top: 25px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.category-tt {
    float: left;
    position: relative;
    padding-left: 47px;
    font-size: 24px;
    font-family: "SourceHanSansCN-Bold";
    color: #333;
}

.category-tt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #1b79da;
    background-position: center;
}

.category-tt1:before {
    background-image: url('../images/mod_tt1.png');
}


/* 搜索框 */

.category-boxs {
    position: relative;
    float: right;
    margin-top: 12px;
}

.category-input {
    position: relative;
    z-index: 1;
    margin-right: 80px;
    padding: 0 12px;
    width: 300px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #d4dde6;
    overflow: hidden;
}

.category-input .input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 34px;
    line-height: 34px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.category-input .input-box {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 0;
    background: 0 0;
    display: block;
}

.category-btns {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 36px;
    white-space: nowrap;
    text-align: center;
    border-radius: 3px;
    background-color: #1b79da;
    cursor: pointer;
}

.category-btns>span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 22px;
    vertical-align: top;
    background: url('../images/ser_btn2.png') no-repeat left center;
}


/* 列表 */

.category-bd {
    padding-top: 10px;
    padding-bottom: 18px;
}

.category-link {
    display: block;
    height: 90px;
    padding: 10px 20px 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.category-link:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.category-list>li {
    margin-top: 20px;
}

.category-link>p {
    font-size: 18px;
    color: #333;
}

.category-link>div {
    margin-top: 20px;
}

.category-link>div>p {
    float: left;
    width: 25%;
    color: #999;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* pager */

.pager {
    margin-top: 38px;
}

@media(max-width:979px) {
    .category-hd {
        margin: 0;
    }
}

@media(max-width:767px) {
    .category-hd {
        padding-bottom: 20px;
    }
    .category-tt {
        float: none;
    }
    .category-boxs {
        float: none;
    }
    .category-input {
        width: auto;
    }
    .category-link>div>p {
        width: 100%;
    }
    .category-link {
        height: auto;
        padding-bottom: 10px;
    }
    .laydate-theme-molv.layui-laydate-range {
        width: auto !important;
    }
    .layui-laydate-list>li,
    .layui-laydate-range .layui-laydate-main {
        display: block !important;
    }
}