﻿* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
    cursor: pointer;
}

body {
    min-width: 100%;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}

/* 背景图 */
.top_banner_policy {
    background: url('banner.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 300px;
}

.ten_container {
    width: 1200px;
    margin: 0 auto;
}


.two_container {
    background: url("dbg.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 585px;
    height: 370px;
    margin: 20px 0;
    padding: 0 25px 29px;
    float: left;
}

.two_container:nth-of-type(2) {
    margin-left: 20px;
}

.two_container p {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 50px;
}


.two_container p a {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}

.two_container .list_con ul {
    margin-top: 20px;
}

.two_container .list_con ul li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: block;
    margin: 5px 0;
}

.two_container .list_con ul li a {
    display: block;
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two_container .list_con ul li:hover a {
    color: #115DB2;
    font-weight: bold;
}

.second_container {
    width: 1200px;
    height: 280px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.second_container .left_swiper {
    width: 585px;
    height: 370px;
    background: url("dbg.png") no-repeat;
    background-size: 100% 100%;
}

.second_container .left_swiper p {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.second_container .left_swiper p a {
    color: #FFFFFF;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}


.hrefImg {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.hrefImg .leftImg {
    width: 780px;
    height: 310px;
}

.hrefImg .leftImg a {
    width: 100%;
    height: 100%;
    background-image: url('meitibaodao.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.hrefImg .leftImg a p {
    position: absolute;
    left: 51px;
    top: 51px;
}

.hrefImg .rightImg {
    width: 400px;
    height: 310px;
}

.hrefImg .rightImg a {
    width: 100%;
    height: 100%;
    background-image: url('tuwenzhibo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.topList {
    width: 100%;
    margin-top: 50px;
}

.topList .title {
    width: 100%;
    height: 28px;
    font-size: 28px;
    text-align: center;
    background-image: url('biaotixianB.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    margin-bottom: 40px;
    font-weight: bold;
}

.topList .huiyi {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.topList .huiyi div {
    width: 49%;
    height: 220px;
}

.topList .huiyi div p {
    width: 96%;
    margin: 0 auto;
    height: 60px;
    border-bottom: 1px solid #1a7fff;
    line-height: 60px;
}

.topList .huiyi div p span {
    height: 24px;
    border-left: 4px solid #1a7fff;
    padding-left: 10px;
    font-size: 24px;
    color: #1a7fff;
    font-weight: bold;
}

.topList .huiyi div p a {
    color: #404040;
    float: right;
}

.topList .huiyi div ul {
    width: 96%;
    margin: 0 auto;
}

.topList .huiyi div ul li {
    position: relative;
    height: 59px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.topList .huiyi div ul li {
    position: relative;
    height: 59px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.topList .huiyi div ul li {
    position: relative;
    height: 59px;
    border-bottom: 1px dotted #ddd;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.topList .huiyi div ul li a {
    color: #404040;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.topList .huiyi div ul li a:hover {
    color: #115db2;
}

.topList .huiyi div ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #acc2d4;
    top: 28px;
    left: 0;
    border-radius: 50%;
}

.swiper-slide {
    position: relative;
    height: 263px;
}

.swiper-slide .sw_title:hover {
    color: #115DB2;
}

.swiper-slide img {
    width: 240px;
    height: auto;
}

.swiperOne {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.swiperOne .swiper-container {
    width: 100%;
    position: static;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    width: 35px;
    height: 55px;
    background-image: url('leftC.png');
    bottom: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: -30px;
}

.swiper-button-next {
    width: 35px;
    height: 55px;
    background-image: url('right.png');
    bottom: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    top: 100px;
    right: -30px;
}

.swiperTwo {
    width: 95%;
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    overflow: hidden;
}

.swiperTwo .swiper-container1 {
    width: 510px;
    margin: 0 auto;
}

.swiperTwo .swiper-container1 video {
    width: 240px;
    height: 230px;
}

.swiperTwo .swiper-container1 .swiper-slide a, .sw_title {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.swiper-button-prev1 {
    width: 35px;
    height: 55px;
    background-image: url('leftC.png');
    bottom: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: -8px;
}

.swiper-button-next1 {
    width: 35px;
    height: 55px;
    background-image: url('right.png');
    bottom: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    top: 100px;
    right: -8px;
}
/* 适老化 */
.newStyle .two_container{
    width: 100%;
}
.newStyle .two_container p a{
    font-size: 44px;
}
.newStyle .two_container .list_con ul li a{
    font-size: 32px;
}
.newStyle .two_container .list_con ul li span{
    font-size: 32px;
}
.newStyle .swiperTwo .swiper-container1 .swiper-slide a,.newStyle .sw_title{
    font-size: 22px;
}
.newStyle .swiper-slide{
    height: 300px;
}
.newStyle .second_container .left_swiper p a{
    font-size: 32px;
}
@media screen and (max-width: 1000px) {
    .ten_container {
        width: 100%;
    }

    .top_banner_policy {
        height: 100px;
    }

    .ten_container .top_container {
        flex-wrap: wrap;
    }

    .ten_container .top_container .left {
        width: 96%;
        margin: 0 auto;
        height: auto;
    }

    .ten_container .top_container .left .changwu {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .ten_container .top_container .right {
        width: 96%;
        margin: 20px auto;
    }

    .two_container {
        width: 95%;
        float: none;
        margin: 20px auto;
    }

    .list_con ul li > span {
        display: none;
    }

    .two_container .list_con ul li a {
        width: 100%;
    }

    .swiperOne .swiper-container {
        width: 100%;
    }

    .swiper-button-prev,
    .swiper-button-prev1,
    .swiper-button-next,
    .swiper-button-next1 {
        display: none;
    }

    .second_container {
        width: 96%;
        margin: 20px auto;
        flex-wrap: wrap;
        height: auto;
    }

    .second_container .left_swiper {
        width: 100%;
        margin: 20px auto;
    }

    .swiper-slide {
        margin-left: 10px;
    }

    .hrefImg {
        width: 96%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .hrefImg .leftImg {
        width: 100%;
        margin: 20px 0;
    }

    .topList .title {
        width: 96%;
        margin: 0 auto;
    }

    .topList .huiyi {
        flex-wrap: wrap;
    }

    .topList .huiyi div {
        width: 100%;
        margin: 20px 0;
    }
}
