.banner_bg {
    width: 100%;
    height: 300px;
    background: url(banner.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.jzxx {
    width: 1200px;
    margin: 0 auto;
}

/* --------以下两行样式代码为固定写法--------  */
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}

.js_con_r ul {
    width: 100%;
    float: left;
}

.yshj_col {
    padding: 10px;
    border-bottom: 2px solid #115DB2;
}

.js_con_r {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #115DB2;
    padding: 10px;
    margin-bottom: 20px;
}

.jzxx .hqzc {
    height: auto;
}

.js_con_r p {
    width: 90%;
    margin: 0 auto;
    height: 40px;
    color: #115DB2;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 4px solid #115DB2;
}

.js_con_r p > a {
    display: inline-block;
    float: right;
    font-size: 16px;
}

.js_con_r ul li {
    width: 95%;
    height: 50px;
    margin: 5px auto;
}

.js_con_r ul li:hover .list_title {
    color: #115DB2;
}

.js_con_r ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    line-height: 50px;
    position: relative;
}

.yshj_con ul li a::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #115db2;
    left: -15px;
    transform: rotate(45deg);
    top: 22px;
}

.list_title {
    float: left;
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_time {
    float: right;
}

.yshj_title {
    width: 100%;
}

.yshj_title span {
    display: block;
    float: right;
    width: 300px;
    padding: 10px 0;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    background: #115DB2;
    margin-top: 10px;
}

.js_con_r .yshj_col li {
    width: auto;
    height: 40px;
    padding: 0 10px;
    margin: 0 5px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #115DB2;
    color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
}

.js_con_r .yshj_col li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px;
}

.js_con_r .yshj_col .active {
    background: #FFFFFF;
    color: #115DB2;
    font-weight: bold;
    border: 1px solid #115DB2;
}

.yshj_con ul {
    display: none;
}

.yshj_con .showlist {
    display: block;
}

.ewmtc {
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: auto;
    border: 1px solid #115DB2;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    z-index: 999;
}

.showlist {
    display: block;
}

.ewmtc p {
    text-align: center;
    color: #115DB2;
    font-weight: bold;
}

.clos {
    display: block;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    color: #115DB2;
    border: 1px solid #115DB2;
    border-radius: 5px;
    margin: 0 auto;
}

.clos:hover {
    background: #115DB2;
    color: #FFFFFF;
}

.ewmtc img {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
}

/*适老化*/
.newStyle .yshj_title span {
    font-size: 45px;
}

.newStyle .js_con_r .yshj_col li {
    margin: 5px;
}

.newStyle .js_con_r .yshj_col li a, .newStyle .js_con_r .yshj_col li, .newStyle .list_title, .newStyle .list_time, .newStyle .ewmtc p {
    font-size: 30px;
}
@media only screen and (max-width: 500px) {
    .jzxx {
        width: 90% !important;
        margin: 0 auto;
    }

    .banner_bg {
        height: 100px;
    }

    .js_con_r {
        width: 100%;
        border: none;
    }

    .list_title {
        width: 100%;
    }

    .list_time {
        display: none;
    }

    .js_con_r .yshj_col li {
        margin: 10px 0;
    }
}
