﻿@charset "utf-8";

#body {
    margin: 10px auto 30px;
}

.container {
    width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.content-one .content-one-left {
    width: 500px;
}

.normal-title {
    position: relative;
    margin-bottom: 15px;
}

.normal-title h5 {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.normal-title .line {
    height: 3px;
    background: #dddddd;
    margin-top: 10px;
}

.normal-title .line-short {
    width: 110px;
    height: 3px;
    background: #115db2;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1.2s;
}

.normal-title .line-short p {
    position: absolute;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #115db2;
}

.normal-title:hover .line-short {
    width: 100%;
    transition: width 1.2s;
}

.container1 .ctTop {
    display: flex;
    padding: 10px;
}

.container1 .ctTop .lt img {
    width: 133px;
    height: 173px;
}

.container1 .ctTop .rt {
    width: 67%;
    margin-left: 30px;
    padding-top: 10px;
}

.content-one .content-one-left .people {
    width: 100%;
    display: flex;
    align-items: center;
    height: 42px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.content-one .content-one-left .people .name a {
    display: block;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}


.content-one .content-one-left .people .job {
    width: 185px;
    float: left;
    font-size: 18px;
    padding: 10px 10px 10px 25px;
}

.content-one .content-one-left .container1 .peopleInfo li a {
    width: 75%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #404040;
    line-height: 45px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.content-one .content-one-left .container1 .peopleInfo li a:hover {
    background-color: #d6d6d6;
    color: #115db2;
}

.content-one .content-one-left .container1 .peopleInfo li {
    margin-bottom: 10px;
}

.content-one .content-one-left .container1 .peopleInfo li:last-of-type {
    margin-bottom: 0;
}

.content-one .content-one-left .container1 .peopleInfo img {
    height: 19px;
    margin: 8px 10% 8px 0;
}

.content-one .content-one-left .container1 .ctBottom {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    padding: 20px;
}

.content-one .content-one-left .container1 .ctBottom .lt {
    width: 25%;
    margin-top: 3px;
    color: #404040;
}

.content-one .content-one-left .container1 .ctBottom .rt {
    width: 75%;
}

.content-one .content-one-left .container1 .ctBottom ul {
    display: flex;
    margin: 3px 0;
}

.content-one .content-one-left .container1 .ctBottom li {
    margin: 0 auto;
    font-size: 16px;
    padding-bottom: 5px;
}

.content-one .content-one-left .container1 .ctBottom li>a {
    color: #666;
}

.content-one .content-one-left .container1 .ctBottom li>a:hover {
    color: #115db2;
}

.content-one .content-one-right {
    width: 646px;
}

.normal-ul li {
    position: relative;
    height: 54px;
    line-height: 54px;
    text-indent: 10px;
}

.normal-ul li a {
    display: block;
}

.normal-ul li:hover .caption {
    color: #115db2;
}

.normal-ul li::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #115db2;
    border-radius: 50%;
    left: 0;
    top: 24px;
}

.normal-ul li .caption {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #404040;
}

.normal-ul li a .time {
    float: right;
    color: #666;
}

.content-two {
    height: 80px;
}

.content-two li {
    width: 242px;
    height: 100%;
    line-height: 80px;
    text-align: center;
    background-color: #f5f5f5;
}

.content-two li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #404040;
}

.content-two li:hover a {
    color: #115db2;
    font-weight: 600;
}

.content-two li:first-child {
    width: 210px;
    height: 100%;
    background: url(./zfxxgk.png) no-repeat;
    background-size: 100% 100%;
}

.content-two li:first-child a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.content-three .content-three-left {
    width: 860px;
}

.content-three-left .row-title {
    display: flex;
    border-bottom: 3px solid #ddd;
}

.content-three-left .row-title .normal-title {
    padding-bottom: 5px;
    margin: 0 20px;
}

.content-three-left .row-title .active {
    border-bottom: 3px solid #115db2;
}

.content-three-left .row-title .active h5 {
    color: #115db2;
}

.content-three-left .row-nav {
    width: 100%;
    height: 50px;
    background-color: #daecfb;
    margin-bottom: 10px;
}

.content-three-left .row-nav ul {
    height: 100%;
    display: flex;
}

.content-three-left .row-nav ul li {
    padding: 0 20px;
    line-height: 50px;
}

.content-three-left .row-nav ul .on {
    font-weight: 600;
    color: #115db2;
}

.content_list li {
    position: relative;
}

.content_list li::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #115db2;
    border-radius: 50%;
    left: 0;
    top: 24px;
}

.content_list li a {
    display: block;
}

.content_list li a .caption {
    color: #404040;
}

.content_list li a .time {
    color: #666;
}

.content_list li a:hover .caption {
    color: #115db2;
}

.content_list li span {
    height: 50px;
    line-height: 50px;
}

.content_list li span:first-of-type {
    font-size: 16px;
    color: #333333;
    width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 13px;
}

.content_list .time {
    color: #999999;
    font-size: 16px;
    float: right;
}

.content-three-right {
    width: 280px;
}

.content-three-right .content {
    width: 100%;
    height: 325px;
    border: solid 1px #115db2;
    margin-top: 30px;
}

.content-three-right ul {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 10px auto;
    padding-top: 15px;
}

.content-three-right ul li {
    text-align: center;
    width: 30%;
    margin: auto;
}

.content-three-right ul li a {
    display: block;
}

.content-three-right ul li img {
    width: 35px;
    height: 40px;
    margin: 0 8px;
}

.content-three-right ul li p {
    color: #404040;
    text-align: center;
    margin-top: 10px;
}

.content-three-right .query {
    padding: 0 0 10px 10px;
}

.content-four {
    width: 100%;
    background-image: url(./bg.png);
    background-size: 100% 100%;
}

.content-four .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-four .list_one .list_item {
    width: 220px;
    height: 180px;
    line-height: 55px;
    background-color: #fff;
    text-align: center;
}

.content-four .list_one .list_item:hover {
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
}

.content-four .list_one .list_item a {
    height: 100%;
    font-size: 18px;
    color: #115db2;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.content-four .list_one .list_item img {
    width: 56px;
    height: 56px;
}

.content-four .pullDown {
    position: relative;
    background: #115db2;
    color: #fff;
    height: auto !important;
    z-index: 999;
}
.content-four .pullDown li{
    height: auto !important;
}
.content-four .list_one .list_item .pullDown a {
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.content-five {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-five li {
    width: 225px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #115db2;
}

.content-five li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #115db2;
}

.content-five li:hover a {
    background-color: #115db2;
    color: #fff;
}

.content-six {
    flex-direction: column;
}

.content-six .normal-title {
    width: 1200px;
    margin-bottom: 25px;
}

.content-six .normal-title .line-short {
    width: 195px;
    height: 3px;
    background: #115db2;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1.2s;
}

.content-six .normal-title:hover .line-short {
    width: 100%;
    transition: width 1.2s;
}

.content-six .normal-title .line-short p {
    position: absolute;
    left: 90px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #115db2;
}

.content-six-m ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-six-m ul li {
    width: 14%;
    height: 150px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    text-align: center;
}

.content-six-m ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.content-six-m ul li a img {
    margin-top: 25px;
    margin-bottom: 10px;
}

.content-six-m ul li a p {
    width: 80%;
    height: 44px;
    overflow: hidden;
    text-align: center;
    color: #404040;
    line-height: 24px;
    margin: 0 auto;
}

.content-six-m ul li a img.fz {
    display: none;
    transform: rotateY(180deg);
}

.content-six-m ul li .image_show {
    transition: all 0.6s;
}

.content-six-m ul li:hover img.mr {
    display: none;
}

.content-six-m ul li:hover .image_show {
    transform: rotateY(180deg);
}

.content-six-m ul li:hover img.fz {
    display: inline-block;
}

.content-six-m ul li:hover a p {
    color: #115db2;
}

.content-six-m ul:last-child li {
    width: 19.8%;
    height: 50px;
}

.content-six-m ul:last-child li a {
    line-height: 50px;
}

.content-six-m ul:last-child li a p {
    float: right;
    width: auto;
    margin: 13px 65px 0 20px;
}

.content-six-m ul:last-child li a img {
    margin: 13px 0 0 65px;
}

.content-six-p {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.content-six-p .left {
    width: 70.8%;
    height: 200px;
    line-height: 290px;
    text-align: center;
    background: url(./wjfb.png) no-repeat;
    background-size: 100% 100%;
}

.content-six-p .right {
    width: 27.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-six-p .right a {
    display: block;
    width: 160px;
    height: 95px;
    text-align: center;
    color: #115db2;
    padding-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #cdcdcd;
}

.content-six-p .right a .two {
    display: none;
}

.content-six-p .right a:hover {
    color: #fff;
    background: #115db2;
}

.content-six-p .right a:hover .one {
    display: none;
}

.content-six-p .right a:hover .two {
    display: inline-block;
}

.content-seven {
    flex-direction: column;
}

.content-seven .normal-title {
    margin-bottom: 30px;
}

.content-seven-div .one {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.content-seven-div .one li {
    width: 23.75%;
    height: 50px;
    border: 1px solid #115db2;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.content-seven-div .one li a {
    display: inline-block;
    color: #115db2;
    width: 100%;
    height: 100%;
    line-height: 50px;
}

.content-seven-div .one li:hover {
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
    background: #115db2;
}

.content-seven-div .one li:hover a {
    color: #fff;
}

.content-seven-div .two {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-seven-div .two li {
    width: 270px;
    margin-bottom: 10px;
    overflow: hidden;
    display: inline-block;
}

.content-seven-div .two li a,
.content-seven-div .two li a img {
    display: inline-block;
    width: 270px;
    height: 170px;
    transition: all .6s;
}

.content-seven-div .two li:hover img {
    transform: scale(1.08);
}

.content-seven-div .two li:hover a {
    color: #fff;
}

.zwyaodian {
    width: 1200px;
    margin: auto;
    margin-top: 45px;
}

.swiper-container-two {
    margin-bottom: 20px;
    height: 240px;
}

.swiper-container-two .swiper-slide {
    width: 270px;
    height: 170px;
    border-radius: 5px;
}

.swiper-container-two .swiper-slide img {
    width: 270px;
    height: 170px;
    border-radius: 5px;
}

.swiper-container-two .swiper-pagination-bullet {
    width: 35px;
    height: 7px;
    border-radius: 0;
}

.swiper-container-two .common_title {
    padding-top: 48px;
    margin-bottom: 30px;
}

/* 适老化 */
.newStyle .normal-title h5 {
    font-size: 45px;
}

.newStyle .content-one {
    display: flex;
    flex-direction: column;
}

.newStyle .content-one .content-one-left {
    width: 100%;
}

.newStyle .content-one .content-one-left .people .job {
    width: 290px;
}

.newStyle .container1 .ctTop .rt {
    width: 100%;
}

.newStyle .container1 .ctTop .lt img {
    width: auto;
    height: 250px;
}

.newStyle .content-one .content-one-left .container1 .peopleInfo li a {
    width: 100%;
    height: 70px;
}

.newStyle .content-one .content-one-left .people {
    height: 80px;
}

.newStyle .content-one .content-one-left .people .name a {
    font-size: 50px;
}

.newStyle .content-one .content-one-left .people .job {
    width: 340px;
}

.newStyle .content-one .content-one-left .people .job {
    font-size: 26px;
}

.newStyle .content-one .content-one-left .container1 .peopleInfo li a {
    font-size: 34px;
}

.newStyle .content-one .content-one-left .container1 .peopleInfo img {
    height: 27px;
    margin: 9px 4% 8px 0;
}

.newStyle .content-one .content-one-left .container1 .ctBottom {
    font-size: 34px;
}

.newStyle .content-one .content-one-left .container1 .ctBottom .lt {
    width: 21%;
}

.newStyle .content-one .content-one-left .container1 .ctBottom li {
    font-size: 34px;
    width: auto;
    padding: 0 5%;
}

.newStyle .content-one .content-one-right {
    width: 100%;
}

.newStyle .content-three-right {
    width: 100%;
}

.newStyle .content-three-right .query {
    text-align: center;
}

.newStyle .normal-ul li {
    font-size: 34px;
    height: 70px;
    line-height: 70px;
}

.newStyle .content-two li:first-child {
    width: 210px;
}

.newStyle .content-two li a {
    font-size: 26px;
}

.newStyle .content-three .content-three-left {
    width: 100%;
}

.newStyle .content-three-left .row-nav {
    font-size: 30px;
    height: 100px;
}

.newStyle .ul_li span:first-of-type {
    font-size: 26px;
}

.newStyle .ul_li a .time {
    font-size: 26px;
}

.newStyle .content-three-right ul li p {
    font-size: 26px;
}

.newStyle .content-three-right ul li {
    width: 32%;
}

.newStyle .jact_base_from .name {
    font-size: 19px !important;
}

.newStyle .content-three-right .content {
    height: 353px;
}

.newStyle .jact_box_blue .jact_bnt_01 {
    height: 36px;
    font-size: 25px;
}

.newStyle .content-six-m ul li a p {
    font-size: 26px;
    overflow: none;
    line-height: 27px;
    height: auto;
}

.newStyle .content-six-m ul:last-child li {
    height: 58px;
}

.newStyle .content-six-m ul:last-child li a img {
    margin: 18px 0 0 15px;
}

.newStyle .content-four .list_one .list_item a {
    font-size: 34px;
}

.newStyle .content-four .list_one .list_item .pullDown a {
    font-size: 26px;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.newStyle .content-five li a {
    font-size: 26px;
}

.newStyle .content-six-p .right a {
    font-size: 26px;
}

.newStyle .content-six-p {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
}

.newStyle .content-six-p .left {
    width: 100%;
    height: 244px;
}

.newStyle .content-six-p .right {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}

.newStyle .content-six-p .right a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    height: 140px;
    width: 230px;
    font-size: 26px;
}

.newStyle .content-seven-div .one li {
    width: 48.75%;
    height: 70px;
}

.newStyle .content-seven-div .one li a {
    font-size: 26px;
    line-height: 70px;
}

.newStyle .content-three-left .row-nav ul {
    flex-wrap: wrap;
}

.newStyle .content_list li span:first-of-type {
    font-size: 30px;
}

.newStyle .content_list .time {
    font-size: 30px;
}

.newStyle .content-six-m ul li {
    height: 200px;
}

/* 后续补充的适老化样式 */
.newStyle .content-three {
    display: block;
}

.newStyle .content-one .content-one-left .container1 .ctBottom li {
    width: auto;
    padding: 0 5%;
}
.newStyle .content_list li{
    height: 70px;
}
@media screen and (max-width: 1200px) {
    .sm_div {
        width: 100%;
        display: block;
    }

    #body {
        max-width: 96%;
        padding: 0 1%;
        overflow-x: hidden;
    }

    .container,
    .content-six-p {
        width: 100%;
        flex-direction: column;
    }

    .content-one-left,
    .content-one-right,
    .content-three-left,
    .content-three-right,
    .content-six-p .left,
    .content-six-p .right {
        width: 100% !important;
    }

    .container1 .ctTop .rt {
        padding-top: 0;
    }

    .content-one .content-one-left .people {
        height: 70px;
        flex-direction: column;
    }

    .content-one .content-one-left .people .job {
        width: 100%;
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
    }

    .content-one .content-one-left .container1 .ctBottom .lt {
        width: 25%;
    }

    .content-two {
        height: auto;
    }

    .content-two li {
        width: 100%;
        margin-bottom: 5px;
    }

    .content-two li:first-child {
        width: 100%;
    }

    .content-three-left .row-nav ul li {
        padding: 0 4px;
    }

    .content-three-left .row-nav ul li {
        font-size: 15px;
    }

    .content-three .query {
        margin-left: 12%;
    }

    .content-four {
        height: auto;
    }

    .content-four .list {
        display: block;
    }

    .content-four .list_one .list_item {
        width: 50%;
        /*margin-bottom: 10px;*/
        margin: 0 auto;
    }

    .content-four .list_one.container,
    .content-five.container {
        flex-direction: row;
    }

    .content-five.container {
        display: block;
    }

    .content-five li {
        width: 50%;
        margin: 10px auto;
    }

    .content-six-m ul {
        justify-content: flex-start;
    }

    .content-six-m ul li {
        width: 32%;
        margin: 0 0.6% 5px;
    }

    .content-six-m ul:last-child li {
        width: 48.5%;
    }

    .content-six-m ul:last-child li a img {
        display: none;
    }

    /*.content-six-m ul:last-child li a p {*/
    /*    margin-right: 120px;*/
    /*}*/
    .normal-title .line {
        max-width: 100%;
    }

    .normal-ul li .caption {
        width: 66%;
    }

    .content_list li span:first-of-type {
        width: 70%;
    }

    .normal-title h5 {
        font-size: 0.7rem;
    }


    .swiper-container,
    .swiper-slide img,
    .content-six-p .left {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .swiper-slide img {
        width: 100%;
    }

    .content-seven-div .one li {
        width: 46%;
    }

    .zwyaodian {
        width: 100%;
        text-align: center;
    }

    .zwyaodian img {
        width: 90%;
    }

    .swiper-container-two .swiper-slide {
        width: 100%;
        height: 130px;
    }

    .swiper-container-two .swiper-slide img {
        width: 100%;
        height: 130px;
    }
}

@media screen and (max-width: 420px) {
    #body {
        max-width: 98%;
    }

    .content-one .content-one-left .container1 .ctBottom .lt {
        width: 23%;
    }

    .content-six-m ul:last-child li a img {
        display: inline-block;
    }

    .container1 .ctTop {
        padding: 0;
    }

    .content-one .content-one-left .people .job {
        padding: 0;
        line-height: 24px;
    }

    .container1 .ctTop .rt {
        margin-left: 6px;
    }

    .content-one .content-one-left .people {
        height: 80px;
    }

    .content-one .content-one-left .container1 .peopleInfo li a {
        height: 32px;
    }

    .content-three .query {
        margin-left: 11%;
    }

    .content-four .list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .content-four .list_one .list_item {
        width: 42%;
        margin-bottom: 10px;
    }


    .content-four .list_one .list_item .pullDown a {
        overflow: hidden;
        white-space: nowrap;
    }

    .content-five {
        flex-wrap: wrap;
    }

    .content-five li {
        width: 100%;
        margin-bottom: 15px;
    }

    .content-six-m ul {
        justify-content: flex-start;
    }

    .content-six-m ul:last-child li {
        width: 100%;
    }

    .content-six-m ul:last-child li a p {
        margin-right: 120px;
    }

    .content-seven-div {
        flex-direction: column;
    }

    .content-seven .content-seven-div,
    .content-seven .content-seven-div ul,
    .content-seven .content-seven-div li {
        width: 100%;
        text-align: center;
    }

    .content-seven-div .one li {
        margin-right: 0;
    }
}

@media screen and (max-width: 350px) {

    .normal-ul li .caption {
        width: 64%;
    }

    .content-one .container1 .ctTop .lt img {
        width: 120px;
    }

    .container1 .ctTop .rt {
        margin-left: 15px;
    }

    .content-one .content-one-left .container1 .peopleInfo img {
        margin-right: 5px;
    }

    .content-one .content-one-left .container1 .ctBottom .lt {
        width: 24%;
    }

    .content-three .query {
        margin-left: 6%;
    }

    .content-three-left .row-nav ul li {
        font-size: 13px;
    }

    .normal-title h5 {
        font-size: 17px;
    }

    .content-six-p .right a {
        width: 150px;
    }
}

@media screen and (max-width: 320px) {
    .normal-ul li .caption {
        width: 55%;
    }

    .content_list li span:first-of-type {
        width: 60%;
    }

    .content-six-m ul:last-child li a img {
        margin-left: 25px;
    }

    .content-six-m ul:last-child li a p {
        margin-right: 66px;
    }

    .content-six-p .right a {
        width: 130px;
    }
}