.jzxx {
    width: 1200px;
    margin: 10px auto;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}

.bmmc_con {
    position: relative;
}

.bmmc_con span {
    display: block;
    padding: 0 10px;
    background: #FFFFFF;
    width: 90%;
    margin: 0 auto;
    height: 30px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #115DB2;
    line-height: 30px;
    z-index: 1;
}

.bmm_line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #115DB2;
    z-index: -1;
}

.jsxm_l {
    width: 280px;
    /* height: 700px; */
    min-height: 700px;
    border: 1px solid #115DB2;
    float: left;
    padding: 15px;
}

.jsxm_img {
    display: block;
    width: 248px;
    height: 186px;
}

.jsxm_col {
    margin-top: 10px;
    background: #f5f5f5;
    margin-bottom: 35px;
}

.jsxm_col li {
    width: 100%;
    padding: 0 10px;
    height: 50px;
    display: table;
    border-top: 1px solid #d5d5d5;
    background: url(/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15607/images/column2021_x_down.png) no-repeat 93% center;
    padding-right: 50px;
}

.jsxm_col li a {
    padding-left: 8px;
    display: table-cell;
    font-size: 16px;
    color: #333333;
    vertical-align: middle;
}


.jsxm_col li:hover a,
.jsxm_col .lanmu_on a {
    color: #ffffff;
}

.jsxm_col li:hover,
.jsxm_col .lanmu_on {
    background: #115db2 url(column2021_x_down-hover.png) no-repeat 93% center;
    border: none;
}

.jsxm_r {
    width: 900px;
    /* height: 700px; */
    min-height: 700px;
    border: 1px solid #115DB2;
    float: left;
    margin-left: 20px;
    padding: 15px;
}

.jsxm_r ul li {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    position: relative;
}

.jsxm_r ul li a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #115db2;
    left: 0;
    top: 25px;
}

.jsxm_r ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
}

.jsxm_r ul li:hover .jsxm_li_title {
    color: #115DB2;
}

.jsxm_li_title {
    display: block;
    float: left;
    width: 70%;
    height: 100%;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jsxm_li_time {
    display: block;
    float: left;
    width: 20%;
    height: 100%;
    line-height: 50px;
    text-align: right;
}
.jsxm_jj{
    height: auto;
    padding: 20px;
    line-height: 35px;
}
.newStyle .bmmc_con span {
    font-size: 38px;
}

.newStyle .jsxm_col li a {
    font-size: 36px;
}

.newStyle .jsxm_li_title {
    font-size: 36px;
}

.newStyle .jsxm_li_time {
    font-size: 30px;
}

@media only screen and (max-width: 1000px) {
    .jzxx {
        width: 90%;
        margin: 0 auto;
    }

    .bmmc_con span {
        width: 100%;
        font-size: 24px;
    }

    .bmm_line {
        display: none;
    }

    .jsxm_l {
        width: 100%;
        height: auto;
    }

    .jsxm_img {
        width: 100%;
        overflow: hidden;
    }

    .jsxm_r {
        width: 100%;
        margin-left: 0;
        height: auto;
    }

    .jsxm_li_time {
        display: none;
    }

    .jsxm_li_title {
        width: 100%;
    }
}