﻿.banner_bg {
    width: 100%;
    height: 300px;
    background: url(banner.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.jzxx {
    width: 1200px;
    margin: 20px auto;
}

/* --------以下两行样式代码为固定写法--------  */
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}

.js_con_l {
    width: 330px;
    float: left;
    margin-right: 30px;
    height: 500px;
}

.js_con_l li {
    display: block;
    width: 330px;
    height: 100px;
    margin-bottom: 35px;
}


.js_con_l li a {
    display: block;
    width: 100%;
    height: 100%;
}

.js_con_r_tit {
    text-align: center;
    padding: 10px 0;
}

.js_con_r {
    width: 840px;
    height: 650px;
    float: left;
    border: 1px solid #115DB2;
    border-radius: 5px;
}

.js_con_r p:nth-of-type(1) {
    width: 260px;
    height: 50px;
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 0px 0px 0px 30px;
    text-align: center;
    line-height: 50px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.js_con_r p:nth-of-type(2) {
    width: 260px;
    height: 50px;
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 0px 30px 0px 0;
    text-align: center;
    line-height: 50px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.js_con_r .active {
    background: #0743b3 !important;
    color: #FFFFFF !important;
}

.js_con_r p > a {
    display: inline-block;
    float: right;
    font-size: 16px;
}

.js_con_r_list ul {
    width: 100%;
    display: none;
}

.js_con_r ul li {
    width: 95%;
    height: 60px;
    margin: 5px auto;
    border-bottom: 1px dashed #dddddd;
}

.js_con_r ul li:hover .list_title {
    color: #0743b3;
}

.js_con_r ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    line-height: 60px;
    position: relative;
}

.js_con_r ul li a::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #115db2;
    left: -15px;
    transform: rotate(45deg);
    top: 28px;
}

.list_title {
    float: left;
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_time {
    float: right;
}

.js_con_r .js_con_r_list .showList {
    display: block;
}

.js_con_r .js_con_r_list .more {
    width: 100%;
    height: 40px;
    margin: 10px 0;
}


.js_con_r .js_con_r_list .more a {
    display: block;
    width: 160px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    color: #0743b3;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.js_con_r .js_con_r_list .more:hover a {
    background: #0743b3;
    color: #FFFFFF;
    font-weight: bold;
}

/*适老化*/

.newStyle .js_con_r p {
    font-size: 30px !important;
    width: auto;
    padding: 0 20px;
}

.newStyle .list_title, .newStyle .list_time {
    font-size: 25px;
}

.newStyle .js_con_r .js_con_r_list .more a {
    font-size: 25px;
}

.newStyle .js_con_r p:nth-of-type(1) {
    width: 260px;
    height: 50px;
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 0px 0px 0px 30px;
    text-align: center;
    line-height: 50px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    font-size: 34px;
}

.newStyle .js_con_r p:nth-of-type(2) {
    width: 310px;
    height: 50px;
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 0px 30px 0px 0;
    text-align: center;
    line-height: 50px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    font-size: 34px;
}

.newStyle .list_title {
    font-size: 34px;
}

.newStyle .list_time{
    font-size: 34px;
}

.newStyle .js_con_r .js_con_r_list .more a{
font-size: 34px;
}
@media only screen and (max-width: 500px) {
    .jzxx {
        width: 90% !important;
        margin: 0 auto;
    }

    .banner_bg {
        height: 100px;
    }

    .js_con_l {
        height: auto;
        width: 100%;
    }

    .js_con_l li {
        margin: 20px auto;
    }

    .js_con_r {
        width: 100%;
        height: auto;
    }

    .list_title {
        width: 100%;
    }

    .list_time {
        display: none;
    }

}
