* {
    margin: 0;
    padding: 0;
}

/* 内容 */
.head-text1 {
    margin-left: 14px;
    line-height: 50px;
    font-size: 16.5px;
    color: #6c6c6c;
    font-weight: 500;
}

/* 横线 */
.line {
    width: 100%;
    height: 1px;
    background-color: #e6eff7;
}

/* 法律法规列表 */
.layui-tab-content {
    padding: 0;
}

.box-polic {
    background-color: #f8f8f8;
    height: 50px;
    font-size: 21px;
    font-weight: 600;
    color: #0662b1;
    line-height: 50px;
    padding-left: 10px;
}

/* 列表 */
.conTent {
    margin: 8px;
}

.picsmall {
    width: 4px;
    height: 4px;
    position: relative;
    left: 11.5px;
    top: 11px;
    background-color: #085eae;
}

.write {
    font-size: 16.5px;
    font-weight: 400;
    line-height: 1.6;
}

.write::before {
    content: "•";
    color: #0662b1;
}

.picsmall-text {
    color: #9a9a9a;
    font-size: 15px;
    margin-left: 10px;
}

.imaginarLine {
    border-bottom: #dddddd 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

/* 分页 */
.layPage {
    text-align: center;
}

.layui-laypage {
    margin: 0px 0px 6px 0px;
}

.layui-laypage a, .layui-laypage span {
    padding: 0 11px;
    margin: 7px 9px -1px -4px;
    background-color: #EEEEEE;
    color: #383838;
    font-size: 15px;
    font-weight: 500;
}

.layui-laypage .layui-laypage-spr {
    background-color: #EEEEEE;
    color: #383838;
    font-size: 15px;
    font-weight: 500;
}