
.wrap {
    width: 1200px;
    position: relative;

    /* border: 1px solid red; */
    margin: 0 auto;
}


/* ------------ */
/* 位置 */
.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;
}



/* ------------------------- */
/* 表格 */

.rapaport{

    margin: 40px auto 30px;

    padding: 0 0 10px;


}
.rapaport .rapaport_title{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;

}
.rapaport .rapaport_title >div >div{

    font-size: 20px;
    font-family: "微软雅黑";
    color: #333;
    font-weight: 600;
}


.rapaport .rapaport_list td:nth-of-type(1) a{
    color: #08650A;
    font-weight: 600;
}
.rapaport .rapaport_list td:nth-of-type(2) a:hover{
    color: #dc3023!important;
}



.rapaport .rapaport_list td:nth-of-type(2) a,
.rapaport .rapaport_list td:nth-of-type(3),
.rapaport .rapaport_list td:nth-of-type(9){
    color: #656565!important;
    /* font-weight: 600; */
}


.rapaport .rapaport_list td:nth-of-type(6),
.rapaport .rapaport_list td:nth-of-type(7),
.rapaport .rapaport_list td:nth-of-type(8){
    color: #dc3023;
    font-weight: 600;
}

.rapaport .rapaport_list tbody tr:hover{
    background-color: rgba(235, 239, 249, 1)
}



/* 隔行换色 */
.rapaport .rapaport_list tr:nth-of-type(2n-1){
    background-color:rgba(246, 246, 246, 0.8)
}


