
.wrap {
    width: 1200px;
    position: relative;
    /* border: 1px solid red; */
    margin: 0 auto;
}

em {
    font-style: normal;
}

/* ------------- */
/* 位置 */
.posit{
    width: 100%;
    margin-top: 15px; 
    height: 30px;
    line-height: 30px;
}

.posit span,
.posit a,
.posit em{
    color: #888;
    font-size: 15px;
}
.posit a:hover{
    color: #dc3023
}

/* 省份 */
.dem {
    width: 1200px;
    border: 1px solid rgba(230, 230, 230, 0.5);
    margin: 10px auto;
    padding: 10px 0 15px;
    background-color: rgba(242, 242, 242, 0.5)
}

.province {
    /* margin-top:20px ; */
    /* padding-top:10px;  */
    margin: 0 auto;
    width: 100%;
    /* border: 1px solid red; */
}

.province a {
    display: block;
}

.province .fl {
    display: inline-block;
}

.province .fl:first-child {
    width: 120px;
    /* height: 100px; */
    /* border: 1px solid red; */
    text-align: right;
}

.province .fl:first-child div {
    margin-top: 5px;
    font-size: 18px;
    color: #666666;
    /* margin-left: 24px; */
}


.province .fl:last-child {
    width: 1080px;
    /* border: 1px solid red; */
}

.province span {
    vertical-align: top;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 30px;
    /* margin-right: 5px; */
    /* padding: 5px; */
    display: inline-block;
    color: #2d2d2d;
}

.province div li {
    float: left;
    padding: 3px 3px;
    /* width: 60px; */
    /* height: 20px; */
    font-size: 14px;
}

.province div li a {
    /* width: 60px; */
    /* height: 25px; */
    padding: 2px 4px;
    text-align: center;
    /* line-height:25px ; */
    color: #353535;
}


.province div li:hover a {
    color: #dc3023;
}



.current {
    background-color: #f35f23;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
}

/* 搜索 */


.bj_search .bj_search_center {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.bj_search .bj_search_center span {
    color: #333;
    display: inline-block;
    margin-left: 30px;
    /* margin-left: 10px; */
    /* font-weight: 600; */
    font-size: 16px;
}

.bj_search .bj_search_center input {
    border: none;
    border: 1px solid #008c46;
    width: 250px;
    height: 26px;
    padding: 0 10px 0;
}

.bj_search .bj_search_center button {
    height: 26px;
    line-height: 26px;
    background-color: #008c46;
    margin-top: -3px;
}



/* ------------------- */
/* 列表块 */
.bj_block {
    width: 100%;
    /* border: 1px solid red; */
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

/* 块的标题 */
.bj_block_title {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.bj_block_title h1 {
    font-weight: 600;
    display: inline-block;
    font-size: 30px;
    width: 130px;
    border-bottom: 3px solid red;
    color: red;
}

.bj_block_title span {
    position: absolute;
    width: 100%;
    border-bottom: 3px solid #ccc;
    top: 50px;
}

/* 块的内容 */
.bj_block_contain {
    width: 100%;
}

.bj_block_contain>div {
    float: left;
}

/* 左边 */
.bj_block_left {
    display: inline-block;
    width: 312px;
    margin-right: 20px;
    background: rgba(246, 246, 246, 0.8)
}

/* 左边的标题 */
.bj_block_left>ul{
    width: 94%;
    margin: 8px auto;
    display: block;
}
.bj_block_left>ul>li h3 {
    margin-bottom: 5px;
    color: #008c46;
    font-weight: 600;
    font-size: 20px;

}

.bj_block_left>ul>li:hover>a {
    color: #008c46 !important;
}


.bj_block_left>ul>li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.bj_block_left>ul>li:last-child {
    border-bottom: none;
}

.bj_block_left>ul>li>ul>li {
    float: left;
    padding: 1px 13px 3px 0;
}

.bj_block_left>ul>li>ul>li a {
    color: #464644;
}
.bj_block_left>ul>li>ul>li a:hover{
    color: #dc3023;
}


/* 右边 */
.bj_block_contain .bj_block_right {
    width: 868px;
    border: 1px solid rgba(230, 230, 230, 0.5);
}

.bj_block_contain .bj_block_right .bj_block_rTit {
    font-size: 18px;
}
.bj_block_contain .bj_block_right .bj_block_rTit button{
    float: left;
}


.bj_block_rInfor .layui-table{
    margin: 0;
}

.bj_block_rInfor thead th{
    background: #e8e8e8;
    font-weight: 600;
    font-size: 16px;
}
.bj_block_rInfor tbody td:nth-of-type(5){
    color: #dc3023;
}

.bj_block_rInfor tbody td a{
    display: block;
    color: #008c46;
}

.bj_block_rInfor tbody tr:hover{
    background-color: rgba(235, 239, 249, 1);
}

.layui-table[lay-even] tr:nth-child(even) {
    background: rgba(246, 246, 246, 0.8);
}

.bj_other{
    width: 100%;

}

.bj_other .bj_block{
    background: #f6f6f6cc;
    float: left;
    width: 32%;
    margin-right: 24px;
    border: 1px solid #eee;
    /*padding: 0 5px;*/
    /*overflow: hidden;*/
}


.bj_other .bj_block:last-child{
    margin-right: 0;
}
.bj_other .bj_block_title{
    margin-bottom: 0px;
    height: 35px;
    line-height: 35px;
    width: 94%;
    margin: 0 auto;
    border-bottom: 2px solid red;
    overflow: hidden;
}

.bj_other .bj_block_title h1{
    font-size: 20px;
    width: 30%;
    /*border: none;*/

}
.bj_other .bj_block_title span{
    display: inline-block;
    top: 33px;
    border: 1px solid #ccc;
    width: 66%;
}

.bj_other .bj_block_left{
    width: 100%;
}
.bj_other .bj_block_left h3{
    font-size: 15px;
    margin-bottom: 2px;
}

.bj_other .bj_block_left>ul>li{
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.bj_other .bj_block_left>ul>li>ul>li a{
    font-size: 14px;
}







/* ------------------ */
/* 清除浮动 */
.clearFloat::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* 鼠标进入的背景 */
.hov:hover {
    background-color: rgba(235, 239, 249, 1) !important;
}


/* 数据列表的显示和隐藏 */
.show {
    display: block;
}

.hidden {
    display: none;
}



/* 选中变颜色 */
.themeColor {
    background: #008c46 !important;
    color: #EEEEEE!important;
    border: 1px solid #008c46!important;
}
/* 修改layui样式 */
.layui-btn-primary:hover {
    border-color: #008c46!important;
    color: #333;

}
.layui-btn+ .layui-btn {
    margin-left: 0!important;
    border-radius: 0;
}


