.bdc-container {
    width: 1200px;
    margin: 10px auto;
    border: 1px solid #d0d5da;
    box-sizing: border-box;
    background-color: #fff;
}

.bdc-content-title {
    height: 40px;
    line-height: 40px;
    background-color: #EAEDF1;
    position: relative;
}

.bdc-content-title > span {
    position: absolute;
    top: -1px;
    left: 0;
    width: 120px;
    height: 100%;
    background-color: #fff;
    border-top: 3px solid #1d87d1;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #1d87d1;
}

/*新闻列表*/
.bdc-news-list {
    width: 100%;
    padding: 10px 10px 0;
    box-sizing: border-box;
}

.bdc-news-list li {
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px dashed #d0d5da;
    padding-right: 140px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.bdc-news-list li:last-child {
    border-bottom: none;
}

.bdc-news-list li > span {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.bdc-news-list li > .bdc-arrow {
    font-size: 20px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1d87d1;
}

.layui-laypage a:hover {
    color: #1d87d1;
}

.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #1d87d1 !important;
}

.county-select-zone {
    /*display: block;*/
}

.c2 {
    overflow: visible;
}

.area-pos-zone {
    line-height: 34px;
    top: 15px;
}

.chzxl-content-th {
    width: 152px;
    height: 31px;
    background-color: #f3f4f6;
}

.chzxl-content-td {
    width: 228px;
    height: 31px;
}

.chzxl-content-head {
    height: 32px;
    background-color: #f3f4f6;
}

.content-zone {
    background: #fff;
    position: relative;
    font-size: 12px;
    height: 800px
}

.tree-zone {
    width: 22%;
    height: auto;
    float: left;
    border: 1px solid #d0d5da;
    margin-right: 10px;
}

.html-zone {
    border: 1px solid#d0d5da;
    width: 75%;
    height: auto;
    float: right;
}

.layui-btn {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 90px;
}

.tree {
    width: 100% !important;
    min-height: 800px;
    height: 100%;
}

.layui-tab-title .layui-this {
    color: #1E9FFF;
}

.text {
    border: 1px solid #ccc;
    height: 500px;
    overflow: auto;
}

.news-header {
    margin-top: 6px;
    color: #191919;
    font: 22px/180% "Microsoft YaHei";
    text-align: center;
}

.news-info {
    padding-left: 8px;
    /*padding-top: 12px;*/
    color: #999;
    border-bottom: 1px solid #d0d5da;
    position: relative;
    text-align: left;
    margin: 8px auto 0px;
}

.html-container {
    /*width: 800px;*/
    background: #fff;
    box-sizing: border-box;
}
#tree {
    height: auto;
    min-height: 800px;
}
#treeWangye {
    padding: 0 0 10px 0;
}

#treeWangye .layui-tree-icon .layui-icon,
#treeWangye .layui-tree-iconClick {
    font-size: 14px;
    color: #1d87d1;
}
#treeWangye .layui-tree-icon .fa-caret-down,
#treeWangye .layui-tree-icon .fa-caret-right{
    font-size: 20px;
    margin-top: -5px;
}
.layui-tree-line .layui-tree-set:before {
    border-left-color: #ccc;
}
.tree-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
    border-bottom: 1px solid #d0d5da;
    /* width: 80%; */
    box-sizing: border-box;
}
.layui-tree-main {
    cursor: pointer;
    padding-right: 10px;
    width: 70%;
}
.layui-tree-txt {
    width: calc(100% - 22px);
    overflow: hidden;
    text-overflow: ellipsis;
}
#htmlContainer table td, #htmlContainer table th {
    border-right: 1px solid #ccc;
    padding: 3px 5px;
    border-bottom: 2px solid #ccc;
    text-align: center;
}
#htmlContainer table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 10px 0;
    line-height: 1.5;
}
