/**!
 * 隆昌公共资源--政策法规
 * author: fxyue
 * date:2020-09-03
 */
.ewb-menu {
    margin-top: 20px;
}

.ewb-menu-hd {
    height: 70px;
    line-height: 70px;
    background: url("../images/menu_hd_bg.jpg") left center no-repeat;
    background-size: 100% 100%;
    padding: 0 10px 0 30px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.ewb-menu-list {
    margin-top: 2px;
}

.ewb-menu-item {
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #eff4fa;
    padding: 0 10px 0 46px;
    color: #666;
    font-size: 18px;
    border-left: 4px solid #eff4fa;
}

.ewb-menu-list:hover .ewb-menu-item,
.ewb-menu-list.current .ewb-menu-item {
    color: #1b79da;
    font-weight: bold;
    border-left: 4px solid #1b79da;
    background: #fff;
}

/* 右侧 */
.ewb-policy {
    /* margin-top: 20px; */
    padding: 5px 0 20px;
}

.category-block {
    font-size: 16px;
}

.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;
}

.category-hd {
    line-height: 60px;
    padding: 0 20px;
    margin-top: 20px;
    box-shadow: 0px 4px 10px 0px rgba(166, 182, 199, 0.33);
}

.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 center;
}

.category-tt1:before {
    background-image: url('../images/policy_tt_icon.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;
    text-align: center;
    border-radius: 3px;
    background-color: #1b79da;
    cursor: pointer;
    padding: 0;
}

.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;
}

.news-items {
    margin-top: 14px;
	min-height: 730px;
}

/* pager */
.pager {
    margin-top: 23px;
}

/* 手机端 */
@media(max-width:767px) {
    .category-hd {
        padding-bottom: 20px;
    }

    .category-tt {
        float: none;
    }

    .category-boxs {
        float: none;
    }

    .category-input {
        width: auto;
    }
}