﻿.width1200 {
    /*width: 1200px;*/
    margin: 0 auto;
    position: relative;
}

ul li {
    list-style: none
}

/* 浜烘墠闃熶紞 */
.kejiaocontent {
    /*margin: 50px 0;*/
    min-height: 500px;
}

.sanji {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sanjione ul {
    height: 40px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid #159E4E;
}

    .sanjione ul li {
        display: inline-block;
    }

        .sanjione ul li a {
            display: block;
            transition: all 0.3s;
            padding: 0 20px;
            text-align: center;
            height: 40px;
            line-height: 40px;
            background: #e8e8e8;
            transition: all 0.3s;
        }

        .sanjione ul li.sanjili a {
            background: #159E4E;
            color: #ffffff;
        }


.newslist3 {
    overflow: hidden;
    margin-bottom: 30px;
    width:100%
}

    .newslist3 ul {
        margin-bottom: 20px;
        padding: 0px;
        margin: 0px;
    }

        .newslist3 ul li {
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
            /*height: 152px;*/
            padding: 30px 0px;
            transition: all 0.5s;
            border-bottom: 1px solid #F0F0F0;
            display: block
        }

            .newslist3 ul li a {
                height: 152px;
            }

    .newslist3 .news_pic {
        float: left;
        width: 245px;
        height: 152px;
        overflow: hidden;
    }

.news_pic img {
    width: 100%;
    transition: all 0.3s;
    height: 100%;
    object-fit:contain
}

.newslist3 .news_font {
    width: 56%;
    height: 190px;
    float: left;
    display:flex;
    justify-content:space-around;
    flex-direction:column;
    transition: all 0.3s;
    margin-left: 12px;
}

    .newslist3 .news_font p {
        font-size: 18px;
        height: 75px;
        line-height: 25px;
        /*color: #959393;*/
        display: -webkit-box;
        /*-webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;*/
        padding-bottom:10px;
margin-top: -20px;
    }
.news3date h2 {
    /*height: 40px;*/
    line-height: 36px;
    font-size: 20px;
    color: #8c8c8c;
    display: inline-block;
    font-weight: bold;
}
.news_font > em {
    display: block;
    width: 75px;
    /*height: 10px;*/
    /*border-bottom: 1px solid #8c8c8c;*/
}

.newslist3 h3 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    color: #000;
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
    overflow: hidden;
    color: #202020;
    transition: all 0.3s;
margin-top:-21px;
}

.newslist3 p {
    font-size: 16px;
    /*height: 45px;*/
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #202020;
    transition: all 0.3s;
}

.news3date{
        margin-bottom: 10px;
}


.news3date em {
    font-size: 14px;
    color: #8c8c8c;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}

.news3more {
    width: 110px;
    height: 35px;
    border: 1px solid #eeeeee;
    line-height: 35px;
    text-align: center;
    float: right;
    margin-top: 50px;
    transition: all 0.5s;
}

.newslist3 ul li:hover .news3more {
    border: 1px solid #225ca5;
    color: #225ca5;
}

.newslist3 ul li:hover {
    background: #fff;
    box-shadow: 0 6px 10px rgba(43, 43, 43, 0.2);
}

    .newslist3 ul li:hover h3 {
        color: #225ca5;
    }

    .newslist3 ul li:hover img {
        transform: scale(1.2);
    }

.kycg-list:hover .news3more {
    border: 1px solid #225ca5;
    color: #225ca5;
}

.kycg-list:hover {
    background: #fff;
    box-shadow: 0 6px 10px rgba(43, 43, 43, 0.2);
}

    .kycg-list:hover p {
        color: #225ca5;
    }

    .kycg-list:hover img {
        transform: scale(1.2);
    }


.kypt-guojia {
    overflow: hidden;
}

    .kypt-guojia ul li {
        width: 48%;
        float: left;
        background: url('../images/guojia.jpg') no-repeat right;
        padding: 30px;
        background-size: cover;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding: 20px;
        display: inline-block;
    }

        .kypt-guojia ul li:nth-of-type(2n) {
            float: right;
        }

        .kypt-guojia ul li a {
            display: block;
        }

.kypt-left {
    width: 100px;
    height: 100px;
    float: left;
    background-size: cover !important;
}

.kypt-right {
    width: 60%;
    float: left;
    margin-left: 30px;
}

    .kypt-right h1 {
        font-size: 20px;
        color: #0e62b9;
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .kypt-right h2 {
        font-size: 16px;
        color: #333;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }

    .kypt-right p {
        font-size: 16px;
        color: #4b4f54;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 25px;
        height: 50px;
    }

.talent-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
}

    .talent-list li {
        width: 33.33%;
    }

    .talent-list ul li {
        /* width: 585px;
    width: 32.8%;
    min-height: 150px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    border: 1px solid red;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;*/
    }

        .talent-list ul li:nth-of-type(2n) {
            float: right;
        }

        .talent-list ul li a {
            display: flex;
            padding: 16px 22px;
            box-sizing: border-box;
            border: 1px solid #dadada;
            width: 100%;
            height: 100%;
            position: relative;
        }

.talent-left {
    width: 140px;
    height: 140px;
    float: left;
    overflow: hidden;
}

    .talent-left img {
        width: 100%;
    }

.talent-right {
    /* width: 345px;
    float: left; */
    flex: 1;
    margin-left: 32px;
}

    .talent-right h1 {
        font-size: 24px;
        color: #000000;
        height: 46px;
        line-height: 46px;
    }

        .talent-right h1 em {
            display: inline-block;
            vertical-align: middle;
            font-style: normal;
            font-weight: normal;
            padding: 0 8px;
            height: 20px;
            border-radius: 10px;
            line-height: 20px;
            color: #fff;
            font-size: 12px;
            margin-left: 10px;
            margin-top: -4px;
        }

            .talent-right h1 em.talent-span {
                background: #2da383;
            }

    .talent-right p {
        color: #7d7d7d;
        line-height: 25px;
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 20px;
    }

    .talent-right span {
        display: block;
        width: 85px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        background-color: #1a479c;
        position: absolute;
        right: -1px;
        top: 23px;
    }

.intro-con {
    padding: 60px 0 120px 0;
    background: url(../images/guibg_12.jpg) no-repeat bottom center;
}

.intro-contd {
    margin-bottom: 35px;
    color: #999;
    font-size: 16px;
}

    .intro-contd strong {
        color: #666;
        font-size: 30px;
        margin-right: 10px;
        display: inline-block;
    }

    .intro-contd a {
        float: right;
        color: #666666;
        font-size: 15px;
    }

        .intro-contd a:hover {
            color: #009994
        }

.intro-conbd {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start; 
    flex-wrap: wrap
}

    .intro-conbd ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0px
    }

        .intro-conbd ul li {
            width: 23%;
            /*margin: 0 10px 20px 0;*/
            margin-bottom: 20px;
            display: inline-block;
            vertical-align: top;
            transition: all 0.4s ease-out;
            background: #f7f7f7
        }

            .intro-conbd ul li:nth-child(4n) {
                margin-right: 0
            }

            .intro-conbd ul li a {
                display: block;
                color: #454545
            }

            .intro-conbd ul li .intro-img {
                width: 100%;
                height: 250px;
                overflow: hidden;
                position: relative;
            }

                .intro-conbd ul li .intro-img img {
                    width: 100%;
                    height: 250px;
                }

.intro-txt1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 176px;
    /*background: url(../images/in-img.png);*/
    font-size: 14px;
    color: #fff;
    text-align: center;
    /*padding-top: 110px;*/
    top: 197px;
    display: none;
}

.intro-conbd ul li .intro-img img {
    transition: ease .5s;
}

.intro-conbd ul li:hover .intro-img img {
    transform: scale(1.04, 1.04);
}

.intro-conbd ul li:hover .intro-txt1 {
    display: block;
}

.intro-conbd ul li:hover a {
    /*background: #159E4E;*/
    /*color: #fff*/
}

.intro-conbd ul li:hover span {
    /*color: #fff*/
}

    .intro-conbd ul li:hover span:before {
        /*background: #fff;*/
    }

.intro-txt2 {
    padding: 10px 0;
    text-align: center;
    /*height: 250px;*/
}

    .intro-txt2 span {
        color: #008c88;
        font-size: 22px;
        display: block;
        position: relative;
    }

        .intro-txt2 span:before {
            content: "";
            position: absolute;
            width: 20px;
            /*height: 2px;
    background: #009994;*/
            /*left: 50%;
    margin-left: -10px;
    top: 44px;*/
        }

.intro-conbd ul li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

.over-con3 {
    /*background: #e6f2f2 url(../images/over-img4_13.jpg) no-repeat right bottom;
    padding: 120px 0;*/
    min-height: 300px
}

.over-con3bd {
    background: #fff;
    padding: 0px 50px;
    color: #333;
    font-size: 18px;
    position: relative;
    line-height: 30px
}

    .over-con3bd strong {
        display: inline-block;
        font-size: 30px;
        color: #009994;
        text-align: center;
        margin: 0px 0 30px 0;
    }

    .over-con3bd img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

/*重点实验室*/

.main {
    width: 1200px;
}

@media (min-width: 576px) {
    .main {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .main {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .main {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .main {
        max-width: 1140px
    }
}

.guide-banner {
    width: 100%;
}

    .guide-banner img {
        width: 100%;
    }

    .guide-banner .main {
        position: relative;
        height: 100%
    }

    .guide-banner strong {
        font-size: 36px;
        color: #fff;
        position: absolute;
        bottom: 90px;
        left: 0;
        border: 1px solid red;
        display: block
    }

.guide-con1 {
    background: url(../images/guide-img2_06.jpg);
    background-size: 100% 100%
}

    .guide-con1 .main {
        position: relative;
    }

.guide-con1head {
    border-bottom: 1px solid #c0dede;
    line-height: 80px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 90px
}

.ks-conbg1 {
    background: url(../images/de-img5_02.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 90px 0;
    margin-top: -10px;
    display: block
}

.ks-conbg1tit {
    text-align: center;
    font-size: 36px;
    color: #009994
}

.ks-conbg1bd {
    margin-top: 60px;
    position: relative;
    display: block
}

.ks-conbg1c {
    position: absolute;
    right: 0;
    top: 80px;
    width: 620px;
    font-size: 16px;
    color: #454545
}

.ks-conbg1ctit {
    background: url(../images/ks-img2_03.jpg);
    line-height: 100px;
    color: #fff;
    font-size: 24px;
    padding-left: 65px;
}

.ks-conbg1cbd {
    padding: 50px 60px;
    background: #fff;
    line-height: 30px;
    display: block
}

.ks-conbg1c .sta-more {
    width: 100%;
    display: block;
    border-top: 1px solid #dddddd;
    padding: 55px 0 55px 60px;
    background: #fff;
    margin-top: 0
}

.ks-conbg2 {
    padding: 0px
}

.ks-conbg2tit {
    color: #666666;
    font-size: 30px;
    margin-bottom: 35px;
}

    .ks-conbg2tit a {
        float: right;
        color: #666;
        font-size: 15px;
    }

.ks-bd {
    /* display: inline-block; */
    width: 202px;
    padding: 10px
}

.mySwiper7 {
    width: 100%;
    height: 590px;
    overflow: hidden;
    position: relative;
}

.ks-bd a {
    display: block;
    color: #454545;
}

.ks-bd .intro-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .ks-bd .intro-img img {
        transition: ease .5s;
    }

    .ks-bd .intro-img img {
        width: 100%;
        height: 225px;
    }


.ks-bd:hover .intro-img img {
    transform: scale(1.04, 1.04);
}

.ks-bd:hover .intro-txt1 {
    display: block;
}

.ks-bd:hover a {
    background: #009994;
    color: #fff
}

.ks-bd:hover span {
    color: #fff
}

    .ks-bd:hover span:before {
        background: #fff;
    }

.mySwiper7 .swiper-button-prev {
    left: 45% !important;
    bottom: 0 !important;
    top: inherit !important;
    width: 45px !important;
    height: 45px !important;
    background: url(../images/left.jpg) !important;
    border-radius: 120px !important;
    background-size: 100% !important;
    border: 1px solid #999;
}

.mySwiper7 .swiper-button-next {
    right: 45% !important;
    bottom: 0 !important;
    top: inherit !important;
    width: 45px !important;
    height: 45px !important;
    background: url(../images/right.jpg) !important;
    border-radius: 120px !important;
    background-size: 100% !important;
    border: 1px solid #999;
}

.mySwiper7 .swiper-button-prev:hover {
    background: url(../images/lefton.jpg) !important;
}

.mySwiper7 .swiper-button-next:hover {
    background: url(../images/righton.jpg) !important;
}

.ks-conbg3 {
    /*background: url(../images/ks-bg_02.jpg) no-repeat;*/
    background-size: 100% 100%;
    /*padding: 130px 0 140px 0;*/
    /*height: 1074px;*/
    /*margin-top: -125px;*/
    position: relative
}

.ks-conbg3left {
    width: 100%;
    /*height: 705px;*/
    /*background: #fff;*/
    float: left;
}

.ks-conbg3left1 {
    width: 190px;
    background: url(../images/ks-img3_03.jpg);
    float: left;
    padding-top: 85px;
    height: 100%
}

.ks-conbg3left2 {
    width: 100%;
    float: right;
    color: #333;
    /*margin: 60px 50px 60px 0;*/
    font-size: 16px;
    color: #454545;
    /*line-height: 30px;*/
    padding-right: 30px;
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
    /*height: 580px;*/
    display: none;
}

    .ks-conbg3left2::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .ks-conbg3left2::-webkit-scrollbar-thumb {
        background-color: #009792;
        border-radius: 6px
    }

    .ks-conbg3left2::-webkit-scrollbar-track {
        background-color: #ccc;
        border-radius: 6px
    }

.ks-conbg3left1c {
    width: 180px;
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
    opacity: .5;
    cursor: pointer;
}

    .ks-conbg3left1c strong {
        display: block;
        font-size: 35px;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 30px;
        position: relative;
    }

        .ks-conbg3left1c strong:before {
            content: "";
            position: absolute;
            left: -8px;
            bottom: -8px;
            width: 22px;
            height: 16px;
            background: url(../images/ks-img1.png);
        }

    .ks-conbg3left1c span {
        display: block;
        padding-left: 30px;
    }

    .ks-conbg3left1c.on {
        opacity: 1
    }

.ks-conbg3left2 strong {
    display: block;
    color: #009994;
    font-size: 18px;
    margin-bottom: 10px;
}

.ks-conbg3right {
    float: right;
    width: 20%;
}

    .ks-conbg3right img {
        width: 100%;
        margin-bottom: 12px
    }

#bdmap {
    height: 550px
}

@media screen and (max-width: 1280px) {
    .main {
        width: 980px;
    }
}

.newslist-con2 {
    background: url(../images/newslist-bg2_18.jpg) no-repeat left top;
    width: 100%;
}

.newslist-con2c li {
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
    padding: 45px 60px 45px 40px;
    float: left;
    background: #fff;
    cursor: pointer;
}

    .newslist-con2c li a {
        color: #454545;
        font-size: 14px;
    }

    .newslist-con2c li:hover {
        background: #159E4E url(../images/newslist-bg4_13.jpg) no-repeat right 0;
        background-size: auto 100%;
    }

        .newslist-con2c li:hover a {
            color: #fff
        }

        .newslist-con2c li:hover .newslist-con2c1 {
            background: url(../images/scimg/sc-more_22.png);
        }

        .newslist-con2c li:hover .time {
            color: #fff
        }

.newslist-con2c1 {
    float: right;
}

.newslist-con2c .time {
    color: #009994;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 94px;
}

    .newslist-con2c .time strong {
        font-weight: normal;
        font-size: 38px;
        margin-top: 20px;
        display: block;
    }

.newslist-con2cimg {
    width: 20%;
    float: left;
    margin-left: 15px;
}

.newslist-con2c1 {
    /*float: right;
    width: 100px;
    height: 8px;
    background: url(../images/ed-more.png);
    margin-top: 4%;*/
}



    .newslist-con2c2 span:first-child {
        font-size: 20px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 10px 0
    }

    .newslist-con2c2 span:last-child {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.newslist-con2c2wid {
    width: 80%;
    margin-left: 10px;
}

.zhaobiao-con .newslist-con2c2 {
    width: 70%
}

.zhaobiao-con .newslist-con2c li {
    line-height: 100px;
    padding: 0 45px;
    font-size: 20px;
    margin-bottom: 30px;
}

    .zhaobiao-con .newslist-con2c li:hover {
        background: #159E4E
    }

        .zhaobiao-con .newslist-con2c li:hover .newslist-con2c2:before {
            background: #fff
        }

.zhaobiao-con .newslist-con2c2 {
    line-height: initial;
    line-height: 100px;
    position: relative;
}

    .zhaobiao-con .newslist-con2c2:before {
        position: absolute;
        content: '';
        left: -30px;
        top: 48px;
        width: 10px;
        height: 10px;
        background: #009994;
        border-radius: 120px;
    }

.zhaobiao-con .newslist-con2c2-test:before {
    position: absolute;
    content: '';
    left: 0px !important;
    top: 41px;
    width: 20px;
    height: 20px;
    background: #009994;
    border-radius: 120px;
}

.zhaobiao-con .newslist-con2c2 span:last-child {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0
}

.zhaobiao-con .newslist-con2c1 {
    margin: 0;
    width: 20%;
    /*background: url(../images/ed-more.png) no-repeat right center;*/
    height: auto;
    /*padding-right: 50px;*/
    text-align: right;
}

.newslist-con2c1-test {
    margin-right: 45px !important;
}

@media (min-width: 1200px)  {
    .newslist-con2c2-test {
        width: 70% !important;
        padding-left: 30px
    }
    .newslist-con2c2 {
        /*width: 60%;
    float: left;*/
        margin-left: 35px;
        line-height: 28px;
    }
}


.zhaobiao-con .newslist-con2c li:hover .newslist-con2c1 {
    background: url(../images/sc-more_22.png) no-repeat right center;
}

.guide-con2 {
    /*background: url(../images/guibg_12.jpg) no-repeat bottom center;*/
    padding: 10px 0 130px 0;
    width: 100%
}

.guide-map {
    position: relative;
    height: 600px;
}

.guide-mapr {
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    top: 0;
    width: 436px;
    height: 660px;
    /*background: url(../images/map-bg.jpg);*/
    background-color: #0B815B;
    padding: 58px 0px 0 50px;
    color: #fff
}

.guide-maprtit {
    margin-bottom: 15px;
}

    .guide-maprtit ul li {
        cursor: pointer;
        line-height: 32px;
        border-bottom: 3px solid transparent;
        font-size: 22px;
        display: inline-block;
        margin-right: 35px;
        margin-bottom: 15px;
    }

        .guide-maprtit ul li:hover, .guide-maprtit ul li.on {
            /*border-bottom: 3px solid #fff;*/
        }

.guide-maprtb {
    margin-bottom: 30px;
}

    .guide-maprtb .list {
        line-height: 35px;
        display: none;
        padding-right: 20px;
    }

.guide-maprtbox1 {
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    border-bottom: 1px solid #53a4a0;
    padding-bottom: 23px;
    margin-right: 50px;
}

.guide-maprtbox2 {
    border-bottom: 1px solid #53a4a0;
    line-height: 58px;
    color: #fff;
    font-size: 14px;
    margin-right: 50px;
}

    .guide-maprtbox2 img {
        margin: 0 10px -5px 0
    }

    .guide-maprtbox2 a {
        color: #fff;
        display: block;
        cursor: pointer;
    }

    .guide-maprtbox2 span {
        float: right;
        font-size: 20px;
        color: #fff;
    }

.map-list {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 13px;
    display: none;
}

    .map-list span {
        display: block;
        width: 100%;
        font-size: 13px;
        margin-top: -10px
    }

.list-icon {
    height: 20px;
    margin: 0 10px -4px 0;
}

.swiper {
    width: 918px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 0px
}

.list-h {
    width: 100%;
    border: 1px solid #dddddd;
    float: left;
    background: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

.kycg-list {
    width: 100%;
    float: left;
    background: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

.list-h span {
    line-height: 100px;
    color: #454545;
}

.list-h:hover {
    background: #159E4E url(../images/newslist-bg4_13.jpg) no-repeat right 0;
    background-size: auto 100%;
}

    .list-h:hover .newslist-con2c2-test:before {
        background: #fff;
    }

    .list-h:hover .newslist-con2c2 span:last-child {
        color: #fff;
    }

    .list-h:hover span {
        color: #fff
    }

.pd_yjdw-list {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    transition: all 0.4s ease-out;
    background: #f7f7f7;
    margin-bottom: 15px;
    margin-right:18px;
}

.k2 {
    margin-left: 15px;
}

.k3 {
    margin-left: 15px;
}

.k4 {
    margin-left: 20px;
}

.pd_yjdw-list .intro-img img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.pd_yjdw-list:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02, 1.02);
    cursor: pointer;
}

    .pd_yjdw-list:hover .intro-img img {
        transform: scale(1.01, 1.01);
    }

    .pd_yjdw-list:hover .intro-txt1 {
        display: block;
    }

.pd_yjdw-list a {
    /*background: #159E4E;*/
    color: black;
}

.pd_yjdw-list:hover a {
    /*background: #159E4E;*/
    /*color: #fff*/
}

.pd_yjdw-list:hover span {
    /*color: #fff*/
}

    .pd_yjdw-list:hover span:before {
        /*background: #fff;*/
    }

.newcontent p {
    line-height: 48px
}
@media (max-width:570px) {
    .zhaobiao-con .newslist-con2c1 {
        margin: 0;
        width: 23%;
        /*background: url(../images/ed-more.png) no-repeat right center;*/
        height: auto;
        /*padding-right: 50px;*/
        text-align: right;
    }
    .newslist-con2c2 {
        width: 70%;
        /*float: left;*/
        margin-left: 10px;
        line-height: 28px;
        font-size:20px
    }
    .zhaobiao-con .newslist-con2c2:before {
        position: absolute;
        content: '';
        left: -30px;
        top: 48px;
        width: 10px;
        height: 10px;
        background: #009994;
        border-radius: 120px;
    }

    .zhaobiao-con .newslist-con2c2-test:before {
        position: absolute;
        content: '';
        left: 0px !important;
        top: 46px;
        width: 10px;
        height: 10px;
        background: #009994;
        border-radius: 120px;
    }
    .newslist-con2c1-test {
        margin-right: 15px !important;
    }

    .newslist-con2c2-test {
        width: 70% !important;
        padding-left: 15px
    }
    .pd_yjdw-list {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        transition: all 0.4s ease-out;
        background: #f7f7f7;
        margin-bottom: 15px
    }
    .newslist3 .news_pic {
        float: left;
        width: 145px;
        height: 140px;
        overflow: hidden;
    }
    .news3more{display:none}
    .intro-conbd {
       
        display: flex;
        justify-content:space-between;
    }
    .pd_yjdw-list {
        margin-right: 0px;
    }
    .newslist-con2c2 span:first-child {
        font-size: 16px;
    }
}