.bdc-container {
    width: 60rem;
    margin: .5rem auto;
    border: .05rem solid #d0d5da;
    box-sizing: border-box;
    background-color: #fff;
}

.bdc-content-title {
    height: 2rem;
    line-height: 2rem;
    background-color: #EAEDF1;
    position: relative;
}

.bdc-content-title > span {
    position: absolute;
    top: -0.05rem;
    left: 0;
    width: 6rem;
    height: 100%;
    background-color: #fff;
    border-top: .15rem solid #1d87d1;
    box-sizing: border-box;
    text-align: center;
    font-size: .8rem;
    color: #1d87d1;
}

/*新闻列表*/
.bdc-news-list {
    width: 100%;
    padding: .5rem .5rem 0;
    box-sizing: border-box;
}

.bdc-news-list li {
    height: 2rem;
    line-height: 2rem;
    position: relative;
    border-bottom: .05rem dashed #d0d5da;
    padding-right: 7rem;
    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: 1rem;
}

.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: 1.7rem;
    top: .75rem;
}

.chzxl-content-th {
    width: 7.6rem;
    height: 1.55rem;
    background-color: #f3f4f6;
}

.chzxl-content-td {
    width: 11.4rem;
    height: 1.55rem;
}

.chzxl-content-head {
    height: 1.6rem;
    background-color: #f3f4f6;
}

.content-zone {
    background: #fff;
    position: relative;
    font-size: .6rem;
    height: 40rem
}

.tree-zone {
    width: 22%;
    height: auto;
    float: left;
    border: .05rem solid #d0d5da;
    margin-right: .5rem;
}

.html-zone {
    border: .05rem solid#d0d5da;
    width: 75%;
    height: auto;
    float: right;
}

.layui-btn {
    font-size: .7rem;
    height: 1.9rem;
    line-height: 1.9rem;
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 4.5rem;
}

.tree {
    width: 100% !important;
    min-height: 40rem;
    height: 100%;
}

.layui-tab-title .layui-this {
    color: #1E9FFF;
}

.text {
    border: .05rem solid #ccc;
    height: 25rem;
    overflow: auto;
}

.news-header {
    margin-top: .3rem;
    color: #191919;
    font: 1.1rem/180% "Microsoft YaHei";
    text-align: center;
}

.news-info {
    padding-left: .4rem;
    /*padding-top: .6rem;*/
    color: #999;
    border-bottom: .05rem solid #d0d5da;
    position: relative;
    text-align: left;
    margin: .4rem auto 0rem;
}

.html-container {
    /*width: 40rem;*/
    background: #fff;
    box-sizing: border-box;
}
#tree {
    height: auto;
    min-height: 40rem;
}
#treeWangye {
    padding: 0 0 .5rem 0;
}

#treeWangye .layui-tree-icon .layui-icon,
#treeWangye .layui-tree-iconClick {
    font-size: .7rem;
    color: #1d87d1;
}
#treeWangye .layui-tree-icon .fa-caret-down,
#treeWangye .layui-tree-icon .fa-caret-right{
    font-size: 1rem;
    margin-top: -0.25rem;
}
.layui-tree-line .layui-tree-set:before {
    border-left-color: #ccc;
}
.tree-title {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    padding: 0 .5rem;
    border-bottom: .05rem solid #d0d5da;
    /* width: 80%; */
    box-sizing: border-box;
}
.layui-tree-main {
    cursor: pointer;
    padding-right: .5rem;
    width: 70%;
}
.layui-tree-txt {
    width: calc(100% - 1.1rem);
    overflow: hidden;
    text-overflow: ellipsis;
}
#htmlContainer table td, #htmlContainer table th {
    border-right: .05rem solid #ccc;
    padding: .15rem .25rem;
    border-bottom: .1rem solid #ccc;
    text-align: center;
}
#htmlContainer table {
    border-top: .05rem solid #ccc;
    border-left: .05rem solid #ccc;
    margin: .5rem 0;
    line-height: 1.5;
}
