﻿html, body {
    background: #FFFFFF;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}

.zjxx {
    width: 1200px;
    margin: 0 auto;
}

.sp_banner {
    width: 100%;
    height: 300px;
    background: url("banner.jpg") no-repeat;
    background-size: 100% 100%;
}

.spCon {
    margin: 20px 0;
}

.spCon_l {
    width: 520px;
    height: 320px;
    float: left;
    position: relative;
}

.spCon_l img {
    display: block;
    width: 100%;
    height: 100%;

}

.spCon_l_p {
    position: absolute;
    width: 400px;
    height: 35px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 18px 0px 0px 18px;
    bottom: 10px;
    right: 0;
    text-align: center;
    line-height: 35px;
    z-index: 999;
}

.spCon_l_p span {
    color: #FFFFFF;
}

.spCon_r {
    width: 680px;
    padding: 0 30px;
    height: 320px;
    float: left;
    background-color: #f3f8fe;
}

.list_t {
    width: 100%;
    height: 44px;
    font-size: 24px;
    color: black;
    font-weight: bold;
    padding-top: 15px;
}

.list_t a {
    display: block;
    float: right;
    font-size: 16px;
}

.title_bz {
    display: inline-block;
    width: 14px;
    height: 22px;
    background: url("bt.png") no-repeat;
    background-size: 100% 100%;
}

.list_ul li {
    width: 100%;
    height: 65px;
    border-bottom: 1px dashed #2577ff;
    position: relative;
}

.list_ul li::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #2577ff;
    left: 0;
    top: 30px;
}

.list_ul li a {
    display: block;
    width: 95%;
    height: 100%;
    line-height: 65px;
    margin: 0 auto;
}

.list_ul li:hover a {
    color: #2577ff;
}

.newList_ti {
    display: block;
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newList_time {
    float: right;
}

.spanTab, .ypanTab {
    margin-top: 20px;
    height: 50px;
}

.spanTab a, .ypanTab a {
    display: block;
    width: auto;
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 30px;
    background-color: #f3f8fe;
    border-radius: 10px 10px 0px 0px;
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.spanTab a:hover, .spanTab .active {
    background: #2577ff;
    color: #FFFFFF;
    font-weight: bold;
}

.ypanTab span:hover, .ypanTab .active {
    background: #2577ff;
    color: #FFFFFF;
    font-weight: bold;
}

.spanList {
    background-color: #f3f8fe;
    padding: 0 30px;
}

.spanList .list_ul, .ypanList .list_ul {
    display: none;
}

.ypanList .list_ul {
    background-color: #f3f8fe;
    padding: 0 30px;
}

.spypjsal {
    width: 100%;
    display: block;
    height: 100px;
    background: url("anli.png") no-repeat;
    background-size: 100% 100%;
}

.yjya {
    background-color: #f3f8fe;
    padding: 20px 0;
}

.yjya .list_ul {
    padding: 0 20px;
}

.yjya .list_ul li {
    width: 50%;
    float: left;
}

.hhb {
    padding: 20px;
    background-color: #f3f8fe;
}

.jdyts a {
    display: block;
    float: left;
    width: 580px;
    height: 120px;
    margin: 10px;
}

/*适老化*/
.newStyle .spCon_l_p {
    width: 100%;
    font-size: 25px;
}

.newStyle .list_t {
    font-size: 30px;
}

.newStyle .list_t a {
    font-size: 30px;
}

.newStyle .newList_ti {
    font-size: 25px;
    width: 100%;
}

.newStyle .newList_time {
    display: none;
}

.newStyle .spanTab a, .newStyle .ypanTab a {
    font-size: 30px;
}

@media only screen and (max-width: 500px) {
    .zjxx {
        width: 98%;
    }

    .sp_banner {
        height: 100px;
    }

    .spCon_l {
        width: 100%;
    }

    .spCon_r {
        width: 100%;
    }

    .newList_time {
        display: none;
    }

    .newList_ti {
        width: 100%;
    }

    .spanTab, .ypanTab {
        height: auto;
    }

    .spanTab span, .ypanTab span {
        width: 100%;
    }

    .jdyts a, .jdyts a img {
        width: 100%;
    }
}
