body {
    background-color: #f4f7fd !important;
}

.banner_bg {
    width: 100%;
    height: 380px;
    background: url(banner.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.jzxx {
    width: 1200px;
    margin: 10px auto;
    background: #FFFFFF;
    border: 1px solid #115DB2;
}

/* --------以下两行样式代码为固定写法--------  */
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}

.wgjy_list > a {
    display: block;
    width: 100%;
    height: 80px;
    font-size: 24px;
    color: #115DB2;
    font-weight: bold;
    padding: 20px 40px;
    border-bottom: 1px solid #115DB2;
    border-top: 1px solid #115DB2;
}

.wgjy_list ul {
    width: 90%;
    margin: 0 auto;
}

.wgjy_list ul li {
    width: 100%;
    height: 40px;
    position: relative;
}

.wgjy_list ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #115db2;
    left: -10px;
    top: 18px;
}

.wgjy_list ul li a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 40px;
}

.wgjy_list ul li a:hover {
    color: #115DB2;
}

.list_tit {
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_time {
    float: right;
}

.wgjy_tab span {
    display: inline-block;
    width: 30%;
    height: 40px;
    margin: 10px 18px;
    border: 1px solid #115DB2;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.tab_active {
    background: #115DB2;
    color: #FFFFFF;
    font-weight: bold;
}

.wgjy_tab_list ul {
    display: none;
}

/*适老化*/
.newStyle .wgjy_list > a {
    font-size: 35px;
}

.newStyle .list_tit, .newStyle .list_time, .newStyle .wgjy_tab span {
    font-size: 30px;
}

.newStyle .wgjy_list ul li {
    height: 60px;
}

.newStyle .wgjy_tab span {
    height: 50px;
    line-height: 50px;
}

@media only screen and (max-width: 500px) {
    .jzxx {
        width: 90%;
    }

    .banner_bg {
        height: 150px;
    }

    .list_tit {
        width: 100%;
    }

    .list_time {
        display: none;
    }

    .wgjy_tab span {
        width: 80%;
    }
}
