/* 大于768（电脑） */
@media screen and (min-width:768px) {
    .banner img {
        max-width: 100%;
    }

    /* 信息发布+急救课堂 */
    .new_content {
        display: -webkit-flex;
        display: flex;
    }

    .card_news {
        margin: 35px 0px;
        margin-bottom: 40px;
    }

    .card_news1 {
        margin-left: 60px;
        margin-right: 25px;
    }

    .card_news2 {
        margin-left: 25px;
        margin-right: 60px;
    }

    .card_news div.title {
        line-height: 68px;
        background-color: #18B580;
        color: #ffffff;
        position: relative;
        padding: 0px 20px;
        border-radius: 10px 10px 0px 0px;
        overflow: hidden;
    }

    .card_news div.title strong {
        font-size: 16px;
        line-height: 68px;
    }

    .card_news div.title a {
        color: #ffffff;
        line-height: 68px;
        font-size: 14px;
    }

    .card_news div.title a.more {
        float: right;
    }

    .card_news div.title a.more img {
        width: 11px;
    }

    .card_news ul.content {
        background-color: #F5F5F5;
        overflow: hidden;
        min-height: 342px;
    }

    .card_news ul.content li {
        border-top: 1px solid #B9B9B9;
        padding: 0px 20px;
        overflow: hidden;
    }

    .card_news ul.content li a {
        color: #595959;
        font-size: 14px;
        display: inline-block;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        max-width: 300px;
    }

    .card_news ul.content li span.time {
        float: right;
        line-height: 50px;
        font-size: 12px;
    }

    .card_news div.title a.more .phone_more_icon{
        display: none;
    }

    /* 三张图片 */
    .img_wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0px 60px;
    }

    .w30_center {
        text-align: center;
    }

    .w30_right {
        text-align: right;
    }

    .img_wrap .w30 a {
        display: inline-block;
        position: relative;
    }

    .img_wrap .w30 a img {
        background-image: linear-gradient(#29CC95, #18B580);
        border-radius: 8px;
        width: 310px;
    }

    .img_wrap .w30 a strong {
        font-size: 30px;
        width: 65px;
        line-height: 30px;
        color: #ffffff;
        position: absolute;
        left: 36px;
        top: 36px;
    }


    /* 活动展示 */
    .aitivity {
        text-align: center;
        padding: 40px 0px;
        font-size: 20px;
        color: #18B580;
        font-weight: bold;
    }

    .news_wrap {
        overflow: hidden;
    }

    ul.new_img_list {
        margin: 20px 60px;
        margin-top: 0px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .new_img_list li {
        width: 222px;
        text-align: center;
    }

    .new_img_list li a {
        color: #333333;
        font-size: 14px;
    }

    .new_img_list li a .img_div {
        width: 222px;
        height: 210px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .new_img_list li a .img_div img {
        width: 222px;
        height: 210px;
        margin: 0px auto;
        vertical-align: middle;
        align-items: center;
        object-fit: cover;
        border-radius: 8px;
    }

    .new_img_list li a p {
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/* 小于768（手机） */
@media screen and (max-width:768px) {
    .banner img {
        width: 100%;
    }

    .reverse23 {
        display: flex;
        flex-direction: column-reverse;
    }

    /* 信息发布+急救课堂 */
    .new_content {
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* border: solid red 1px; */
        margin-top: .2133rem;
        display: -webkit-flex;
        display: flex;
    }

    .new_content::-webkit-scrollbar {
        display: none;
    }

    .w50 {
        /* border: dashed blue 1px; */
        width: 8.8267rem;
    }

    .card_news {
        border: solid #DCDFE6 1px;
        border-radius: .2133rem;
        width: 8.2667rem;
        height: 8.1333rem;
    }

    .card_news1 {
        margin-left: .4533rem;
    }

    .card_news2 {
        margin-left: .2133rem;
        margin-right: .4533rem;
    }

    .card_news div.title {
        line-height: 1.44rem;
        /* background-color: skyblue; */
        color: #18B580;
        position: relative;
        padding: 0px .4267rem;
        /* border-radius: 8px 8px 0px 0px; */
        overflow: hidden;
    }

    .card_news div.title strong {
        font-size: .4267rem;
        line-height: 1.44rem;
    }

    .card_news div.title a {
        color: #999999;
        line-height: 1.44rem;
        font-size: .3733rem;
    }

    .card_news div.title a.more {
        float: right;
    }

    .card_news div.title a.more img {
        width: .2933rem;
    }

    .card_news div.title a.more .PC_more_icon{
        display: none;
    }

    .card_news ul.content {
        /* background-color: #F5F5F5; */
        padding: 0px .4267rem;
        overflow: hidden;
        height: 6.5867rem;
    }

    .card_news ul.content li {
        /* border: solid red 1px; */
        border-top: 1px solid #DCDFE6;
        padding-top: .1333rem;
        overflow: hidden;
    }

    .card_news ul.content li a {
        /* border: solid blue 1px; */
        color: #333;
        font-size: .3733rem;
        display: inline-block;
        line-height: .5333rem;
        height: 1.0667rem;
        overflow: hidden;
        width: 7.4133rem;

        /* text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; */
    }

    .card_news ul.content li span.time {
        float: right;
        /* line-height: 33px; */
        padding: .2133rem 0;
        font-size: .32rem;
    }

    /* 三张图片 */
    .img_wrap {
        box-sizing: border-box;
        margin-top: .2133rem;
        /* border:solid red 1px; */
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0px .4533rem;

    }

    .w30 {
        width: 2.88rem;
    }

    .img_wrap .w30 a {
        display: inline-block;
        position: relative;
    }

    .img_wrap .w30 a img {
        background-image: linear-gradient(#29CC95, #18B580);
        border-radius: .2133rem;
        width: 2.88rem;
    }

    .img_wrap .w30 a strong {
        /* border:solid red 1px; */
        font-size: .3733rem;
        width: 1.0667rem;
        color: #ffffff;
        position: absolute;
        left: .1867rem;
        top: .1333rem;
    }


    /* 活动展示 */
    .aitivity {
        width: 100%;
        text-align: center;
        padding: .6933rem 0px;
        font-size: .5333rem;
        color: #18B580;
        font-weight: bold;
    }

    .news_wrap {
        overflow: hidden;
    }

    ul.new_img_list {
        box-sizing: border-box;
        margin-bottom: .5333rem;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 .4267rem;
    }

    .new_img_list li {
        /* border: solid blue 1px; */
        width: 4.32rem;
        text-align: center;
        margin-bottom: .4267rem;
    }

    .new_img_list li a {
        color: #333333;
        font-size: .3733rem;
    }

    .new_img_list li a .img_div {

        width: 4.32rem;
        height: 4.32rem;
        text-align: center;
        display: flex;
        align-items: center;
        margin-bottom: .2133rem;
    }

    .new_img_list li a .img_div img {
        width: 4.32rem;
        height: 4.32rem;
        margin: 0px auto;
        vertical-align: middle;
        align-items: center;
        object-fit: cover;
        border-radius: .2133rem;
    }

    .new_img_list li a p {
        overflow: hidden;
        height: 1.0667rem;
        line-height: .5333rem;
        font-size: .3733rem;
        text-align: left;
        /* white-space: nowrap;
            text-overflow: ellipsis; */
    }
}