.project-list {
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
    color: #828282;
    overflow: hidden;
}

    .project-list li {
        float: left;
        margin-right: 24px;
    }

        .project-list li:hover a {
            color: #ff9d00;
        }

        .project-list li:first-child {
            margin-right: 5px;
        }

            .project-list li:first-child a {
                display: inline-block;
                width: 18px;
                height: 14px;
                background-position: -93px 0;
                background-image: url(../image/small-icon.png);
                background-size: 200px 200px;
                margin-right: 5px;
                vertical-align: middle;
            }

        .project-list li.active {
            color: #ff9d00;
        }

.article-content {
    width: 100%;
    overflow: hidden;
}

    .article-content .article-title {
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

        .article-content .article-title > span {
            margin-left: 7px;
            font-size: 14px;
        }

            .article-content .article-title > span > span {
                color: #ff9d00;
                margin: 0 6px;
            }

        .article-content .article-title .first-hot {
            width: auto;
            display: inline-block;
            font-size: 14px;
        }

            .article-content .article-title .first-hot .jiantou {
                width: 12px;
                margin-right: 7px;
                overflow: hidden;
            }

                .article-content .article-title .first-hot .jiantou > div {
                    width: 12px;
                    height: 12px;
                    background-image: url(../image/small-icon.png);
                    background-size: 200px 200px;
                }

                    .article-content .article-title .first-hot .jiantou > div.jd-down {
                        background-position: -12px 0;
                    }

                    .article-content .article-title .first-hot .jiantou > div img {
                        width: 100%;
                    }

.jd-up-yellow {
    background-position: -24px 0;
}

.article-content .article-title .first-hot .jiantou > div.jd-down-gray {
    background-position: -36px 0;
}

.article-content .article-ul {
    width: 100%;
    overflow: hidden;
}

    .article-content .article-ul li {
        width: 100%;
        padding: 20px 0 16px 0;
        overflow: hidden;
        border-bottom: 1px solid #dedede;
    }

        .article-content .article-ul li .art-img {
            display: block;
            width: 200px;
            height: 150px;
            overflow: hidden;
        }

            .article-content .article-ul li .art-img img {
                width: 100%;
            }

        .article-content .article-ul li .art-text {
            width: 660px;
            overflow: hidden;
        }

            .article-content .article-ul li .art-text .art-one {
                width: 100%;
                font-size: 18px;
                color: #333;
                overflow: hidden;
            }

.art-two {
    /*width: 100%;*/
    font-size: 12px;
    color: #999;
    padding: 12px 0;
}

    .art-two > span {
        display: inline-block;
        margin-right: 17px;
    }

        .art-two > span.art-two-right {
            margin-right: 0;
            color: #fbbc52;
        }

        .art-two > span.art-three-right {
            margin-left: 23px;
            color: #81c0d6;
        }

    .art-two span > span {
        margin-right: 5px;
        vertical-align: sub;
    }

        .art-two span > span.data {
            display: inline-block;
            width: 15px;
            height: 14px;
            background-position: -48px 0;
        }

        .art-two span > span.look {
            display: inline-block;
            width: 18px;
            height: 12px;
            background-position: -63px 0;
        }

        .art-two span > span.meb {
            display: inline-block;
            width: 12px;
            height: 14px;
            background-position: -81px 0;
        }

        .art-two span > span.project {
            display: inline-block;
            width: 18px;
            height: 14px;
            background-position: -93px 0;
        }

        .art-two span > span.projects {
            display: inline-block;
            width: 20px;
            height: 15px;
            background-position: 0 -61px;
        }

        .art-two span > span.hosptials {
            display: inline-block;
            width: 20px;
            height: 14px;
            background-position: -127px 0;
        }

        .art-two span > span.doctor {
            display: inline-block;
            width: 16px;
            height: 16px;
            background-position: -111px 0;
        }

.article-content .article-ul li .art-text .art-three {
    width: 100%;
    max-height:58px;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article-content .article-ul li .art-text .art-one:hover {
    color: #ff9d00;
}

.article-content .article-ul li .art-quanbu {
    width: 100%;
    overflow: hidden;
}

.article-content .paginations {
    float: left;
    position: relative;
    left: 50%;
    margin: 40px 0 20px 0;
}

.content-right {
    width: 300px;
    overflow: hidden;
}
.contents-left {
    width: 850px;
    overflow: hidden;
}

.content-right .double-eyelid-hot, .content-right .advertisement, .content-right .app-down, .content-right .new-diarys, .content-right .new-yimei {
    overflow: hidden;
    margin-top: 20px;
}

/*详情*/
.knowledge_ad {
    overflow: hidden;
}

    .knowledge_ad > img {
        width: 100%;
    }

.know-title {
    /*width: 100%;*/
    font-size: 26px;
    color: #333;
    background-color:#fff;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    margin-top:20px;
}

    .know-title .title-one {
        /*width: 100%;*/
        font-style:normal;
        font-weight:normal;
        font-size: 20px;
        color: #333;
        overflow: hidden;
        margin-top:30px;
    }
    .know-title .title-one h1{
        /*width: 100%;*/
        font-size: 18px;
    }
.know-content {
    padding: 0 14px;
    overflow: hidden;
    font-size: 15px;
    background-color:#fff;
}

    .know-content .knows-one {
        width: 100%;
        margin: 20px 0 30px;
        overflow: hidden;
        line-height: 26px;
        color:#666;
        font-size:15px;
    }
     .know-content .knows-one h3{
    width: 100%;
    font-style: normal;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    }
    .know-content .knows-one a{
   color:blue !important;
    }
    .know-content .knows-one a:hover{
   color:#ff9d00 !important;
    }
.konws-btn {
    width: 396px;
    left: 50%;
    margin-left: -198px;
    height: 45px;
    margin-bottom: 40px;
}

    .konws-btn .btn-play, .know-content .konws-btn .btn-share {
        width: 156px;
        height: 43px;
        border: 1px solid #c9c9c9;
        border-radius: 5px;
        box-sizing: border-box;
        line-height: 43px;
        color: #333;
        font-size: 18px;
    }

        .konws-btn .btn-play > span, .know-content .konws-btn .btn-share > span {
            display: inline-block;
        }

            .konws-btn .btn-play > span.zan {
                width: 24px;
                height: 23px;
                margin-left: 24px;
                vertical-align: sub;
                background-position: -28px -61px;
            }

            .konws-btn .btn-play > span.paly, .know-content .konws-btn .btn-share > span.share-text {
                margin-left: 12px;
            }

                .konws-btn .btn-play > span.paly > span {
                    font-size: 18px;
                    color: #999;
                }

    .konws-btn .btn-share > span.share {
        width: 24px;
        height: 24px;
        margin-left: 40px;
        vertical-align: middle;
        background-position: -59px -61px;
    }

.know-con {
    width: 100%;
    overflow: hidden;
}

    .know-con > .lines {
        width: 100%;
        height: 1px;
        background-color: #e7e7e7;
    }

    .know-con .knowledge-ad-two {
        width: 100%;
        margin-top: 40px;
        overflow: hidden;
    }

        .know-con .knowledge-ad-two > a {
            display: block;
            width:100%;
            height:95px;
            overflow:hidden;
        }

        .know-con .knowledge-ad-two img {
            width: 100%;
             height:95px;
        }

.master-content {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    background-color:#fff;
}

    .master-content .mas-title {
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px solid #e7e7e7;
    }

        .master-content .mas-title .yellow-yuan {
            display: inline-block;
            width: 18px;
            height: 18px;
            background-color: #ff9d00;
            border-radius: 100%;
        }

        .master-content .mas-title .while-yuan {
            display: inline-block;
            top: 3px;
            left: 50%;
            margin-left: -6px;
            width: 12px;
            height: 12px;
            background-color: #fff;
            border-radius: 100%;
        }

        .master-content .mas-title .black-text {
            font-size: 20px;
            color: #333;
            margin-left: 11px;
        }

        .master-content .mas-title .yx-hosptail {
            display: inline-block;
            font-size: 14px;
            color: #999;
        }

    .master-content .mas-main {
        width: 100%;
        overflow: hidden;
    }

        .master-content .mas-main > li:nth-child(2n) {
            margin-left: 20px;
        }

        .master-content .mas-main > li {
            width: 430px;
            margin-top: 20px;
            overflow: hidden;
        }

            .master-content .mas-main > li .hosptail-left {
                width: 183px;
                overflow: hidden;
            }

                .master-content .mas-main > li .hosptail-left .left-img {
                    width: 180px;
                    height: 135px;
                    overflow: hidden;
                    text-align:center;
                }

                    .master-content .mas-main > li .hosptail-left .left-img img {
                        height:100%;
                        /*width: 100%;*/
                    }

                .master-content .mas-main > li .hosptail-left .left-fast {
                    width: 183px;
                    margin-top: 15px;
                    height: 40px;
                    background-color: #dedede;
                    line-height: 40px;
                    border-radius: 16px;
                    overflow: hidden;
                    color: #666;
                }

                    .master-content .mas-main > li .hosptail-left .left-fast > span.pen {
                        display: inline-block;
                        width: 14px;
                        height: 16px;
                        margin-left: 45px;
                        vertical-align: sub;
                        background-position: -137px -61px;
                    }

                    .master-content .mas-main > li .hosptail-left .left-fast > span.fastity {
                        display: inline-block;
                        margin-left: 7px;
                    }

            .master-content .mas-main > li .hosptail-right {
                width: 230px;
            }

                .master-content .mas-main > li .hosptail-right .hosptail-name {
                    width: 100%;
                    font-size: 18px;
                    color: #333;
                    margin-bottom: 7px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .master-content .mas-main > li .hosptail-right .hosptail-start {
                    font-size: 14px;
                    color: #828282;
                    margin-bottom: 7px;
                }

                    .master-content .mas-main > li .hosptail-right .hosptail-start > span {
                        color: #67cfe3;
                    }

                .master-content .mas-main > li .hosptail-right .ysaddress {
                    width: 100%;
                    border-top: 1px solid #dedede;
                    overflow: hidden;
                }

                    .master-content .mas-main > li .hosptail-right .ysaddress .address {
                            display: -moz-box;
                            display: -webkit-box;
                            display: box;
                            -moz-box-align: center;
                            -webkit-box-align: center;
                            -o-box-align: center;
                            box-align: center;
                        margin: 10px 0 20px 0;
                        width: 100%;
                        overflow: hidden;
                        font-size: 14px;
                        color: #999;
                    }

                        .master-content .mas-main > li .hosptail-right .ysaddress .address .add-logo {
                            vertical-align:middle;
                            display: inline-block;
                            width: 28px;
                            height: 31px;
                            background-position: -115px -20px;
                        }

                        .master-content .mas-main > li .hosptail-right .ysaddress .address .add-text {
                              vertical-align:middle;
                            display: inline-block;
                            margin-left: 12px;
                            width: 185px;
                            max-height: 38px;
                            text-overflow: -o-ellipsis-lastline;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                        }

                    .master-content .mas-main > li .hosptail-right .ysaddress .add-lines {
                        width: 100%;
                        height: 8px;
                        background-color: #f4f4f4;
                    }

.mas-yell-list {
    width: auto;
    display: inline-block;
    margin-right: 30px;
}

    .mas-yell-list:hover .bgs {
        color: #ff9d00;
    }

    .mas-yell-list .yuandian, .mas-message-ul .yuandian {
        color: #ff9d00;
        font-size: 30px;
        margin-left: 12px;
        display: inline-block;
        vertical-align: super;
    }

.mas-message-ul .yuandian {
    margin-right: 12px;
}

.mas-message-ul .data {
    margin-top: 17px;
}

.mas-yell-list .bgs, .mas-message-ul .bgs {
    font-size: 16px;
}

.mas-message-ul {
    width: 100%;
}

    .mas-message-ul .bgs:hover  {
        color: #ff9d00;
    }

    .mas-message-ul .data span {
        display: inline-block;
        width: 18px;
        height: 11px;
        vertical-align: baseline;
        background-position: -181px 0;
        margin-right: 6px;
    }

.master-content .bg-gray {
    margin-top: 30px;
    overflow: hidden;
    background-color: #f8f8f8;
}

    .master-content .bg-gray .gray-left {
        width: 200px;
        height
        overflow: hidden;
    }

        .master-content .bg-gray .gray-left img {
            width: 100%;
        }

    .master-content .bg-gray .gray-right {
        
        overflow: hidden;
    }

        .master-content .bg-gray .gray-right .right-one, .master-content .bg-gray .gray-right .right-two {
            width: 100%;
            overflow: hidden;
        }

        .master-content .bg-gray .gray-right .right-one {
            padding-bottom: 15px;
            border-bottom: 1px solid #dedede;
        }

        .master-content .bg-gray .gray-right .right-two {
            margin-top: 15px;
        }

.rdetail-left {
    width: 128px;
    height: 88px;
    overflow: hidden;
}

    .rdetail-left img {
        width: 100%;
    }

.rdetail-right {
    width: 343px;
    overflow: hidden;
}

    .rdetail-right .rd-hosptail {
        width: 100%;
        font-size: 16px;
        color: #333;
        overflow: hidden;
    }

        .rdetail-right .rd-hosptail:hover {
            color: #ff9d00;
        }

    .rdetail-right .rd-detl {
        width: 100%;
        height: 40px;
        font-size: 14px;
        margin: 7px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .rdetail-right .rd-two-logo {
        width: 100%;
        overflow: hidden;
        font-size: 13px;
        color: #999;
    }

        .rdetail-right .rd-two-logo > span {
            display: inline-block;
        }

            .rdetail-right .rd-two-logo > span:first-child {
                margin-right: 15px;
            }

            .rdetail-right .rd-two-logo > span > span {
                display: inline-block;
                margin-right: 8px;
            }

            .rdetail-right .rd-two-logo > span .rd-watch {
                width: 18px;
                height: 12px;
                vertical-align: baseline;
                background-position: -63px 0;
            }

            .rdetail-right .rd-two-logo > span .dialogue {
                width: 14px;
                height: 14px;
                vertical-align: middle;
                background-position: -165px 0;
            }

.mas-message-ul .true > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../image/small-icon.png);
    background-size: 200px 200px;
    vertical-align: bottom;
    background-position: -93px -61px;
    margin-right: 6px;
}

.mas-message-ul .trues > span {
    background-position: -113px -61px;
}

.mas-message-ul .true, .mas-message-ul .flase {
    font-size: 14px;
    margin-top: 15px;
}

.mas-message-ul .true {
    color: #4d4d4d;
    margin-right: 10px;
}

.mas-message-ul .flase {
    color: #848484;
}

.master-content .latest-news {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d4d4d4;
    border-radius: 16px;
    font-size: 13px;
    color: #999;
    margin-top: 17px;
}

    .master-content .latest-news > span {
        display: inline-block;
    }

        .master-content .latest-news > span:first-child {
            color: #333;
            font-size: 14px;
            margin-left: 17px;
        }

            .master-content .latest-news > span:first-child > a {
                color: #3aa4c8;
            }

        .master-content .latest-news > span:last-child {
            margin-right: 22px;
        }

            .master-content .latest-news > span:last-child > span {
                display: inline-block;
                width: 15px;
                height: 14px;
                background-position: -48px 0;
                vertical-align: sub;
                margin-right: 4px;
                background-image: url(../image/small-icon.png);
                background-size: 200px 200px;
            }

.master-content .mas-main .doctor-ul {
    width: 110%;
    overflow: hidden;
}

    .master-content .mas-main .doctor-ul > li {
        position: relative;
        width: 209px;
        margin-top: 20px;
        margin-right: 18px;
        overflow: hidden;
        background-color: #fcf4e4;
    }

        .master-content .mas-main .doctor-ul > li .doctor-photo {
            width: 100%;
            height: 167px;
            overflow: hidden;
        }

            .master-content .mas-main .doctor-ul > li .doctor-photo img {
                width: 100%;
            }

            .master-content .mas-main .doctor-ul > li .doctor-photo .doctor-name {
                left: 0;
                bottom: 0;
                width: 100%;
                height: 33px;
                line-height: 33px;
                text-align: center;
                color: #fff;
                font-size: 16px;
                background-color: #74c2d2;
                opacity: 0.9;
                z-index: 8;
            }

        .master-content .mas-main .doctor-ul > li .expand-on {
            padding: 18px 8px 0 8px;
            font-size: 14px;
            color: #828282;
            overflow: hidden;
        }

            .master-content .mas-main .doctor-ul > li .expand-on .recommend {
                width: 100%;
            }

            .master-content .mas-main .doctor-ul > li .expand-on .zhicheng > span {
                color: #333;
            }

            .master-content .mas-main .doctor-ul > li .expand-on .year > span, .master-content .mas-main .doctor-ul > li .expand-on .server > span, .master-content .mas-main .doctor-ul > li .expand-on .proj > span:last-child {
                color: #67cfe3;
            }

            .master-content .mas-main .doctor-ul > li .expand-on .now {
                color: #666;
            }

            .master-content .mas-main .doctor-ul > li .expand-on .proj {
                width: 100%;
                overflow: hidden;
            }

                .master-content .mas-main .doctor-ul > li .expand-on .proj > span {
                    display: inline-block;
                }

                    .master-content .mas-main .doctor-ul > li .expand-on .proj > span:first-child {
                        width: auto;
                    }

                    .master-content .mas-main .doctor-ul > li .expand-on .proj > span:last-child {
                        width: 120px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        height: 36px;
                    }

                        .master-content .mas-main .doctor-ul > li .expand-on .proj > span:last-child a {
                            display: block;
                            width: 100%;
                            height: 36px;
                        }

        .master-content .mas-main .doctor-ul > li .pale-yellow {
            width: 100%;
            height: 8px;
            margin-top: 17px;
            background-color: #f4e6d0;
        }

        .master-content .mas-main .doctor-ul > li .fast {
            position: relative;
            margin: 0 auto;
            margin-top: 15px;
            margin-bottom: 15px;
            width: 189px;
            height: 40px;
            background-color: #ff9d00;
            line-height: 40px;
            border-radius: 16px;
            overflow: hidden;
            color: #fff;
        }

            .master-content .mas-main .doctor-ul > li .fast .pens {
                display: inline-block;
                width: 14px;
                height: 16px;
                margin-left: 52px;
                vertical-align: sub;
                background-position: -179px -61px;
            }

            .master-content .mas-main .doctor-ul > li .fast .yuyue {
                display: inline-block;
                margin-left: 10px;
            }

.master-content .mas-main .mas-table {
    width: 100%;
    overflow: hidden;
}

    .master-content .mas-main .mas-table > li {
        width: 89px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 15px;
        color: #333;
        border: 1px solid #e5e5e5;
        border-right: none;
        box-sizing: border-box;
        -wekit-box-sizing: border-box;
    }

        .master-content .mas-main .mas-table > li:last-child {
            border-right: 1px solid #e5e5e5;
        }

.master-content .mas-main .mas-table-content, .mas-table-ul {
    width: 100%;
    overflow: hidden;
}

.master-content .mas-main .mas-table-content {
    display: none;
}

.mas-table-ul {
    padding: 20px 0;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.master-content .mas-main .mas-table-content > li {
    display: inline-block;
}

    .master-content .mas-main .mas-table-content > li > a {
        display: block;
        font-size: 14px;
        margin-right: 24px;
    }

    .master-content .mas-main .mas-table-content > li:first-child {
        margin-left: 17px;
    }

        .master-content .mas-main .mas-table-content > li:first-child a {
            display: inline-block;
            width: 18px;
            height: 14px;
            background-position: -93px 0;
            background-image: url(../image/small-icon.png);
            background-size: 200px 200px;
            margin-right: 5px;
            vertical-align: middle;
        }

.no-chooose {
    display: none;
}

.choose-line {
    display: block;
    top: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff9d00;
}

.xm-hot-img img {
    width: 100%;
}



.yimei-uls {
    padding: 0 13px 20px;
}

    .yimei-uls > li {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }

        .yimei-uls > li:hover .wdset {
            color: #ff5959;
        }

        .yimei-uls > li > a > span {
            display: inline-block;
        }


    .yimei-uls .one {
        background-color: #ec6909;
        border-radius: 3px;
        color: #fff;
        font-style: italic;
        height: 25px;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
        width: 26px;
        margin-top: 4px;
    }

    .yimei-uls .three {
        background-color: #9e9e9e;
        border-radius: 3px;
        color: #fff;
        font-style: italic;
        height: 15px;
        line-height: 15px;
        text-align: center;
        vertical-align: middle;
        width: 16px;
        margin-top: 4px;
    }

    .yimei-uls .wdset {
        width: 146px;
        margin-left: 12px;
    }

    .yimei-uls .bgs {
        color: #4d4d4d;
        font-size: 14px;
        vertical-align: middle;
        text-align:left;
    }

.news-header {
    line-height: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding:30px 0px 30px 40px;
}

    .news-header span {
        width: 6px;
        height: 24px;
        background: #ff9d01;
        margin-right: 15px;
        font-size: 24px;
        color: #333;
        display: block;
        border-radius: 6px;
    }
.topic{
    margin-top:40px;
    background-color:#fff;
}
.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.question-line {
    width: 100%;
    padding-bottom:30px;
}
    .question-line a {
        width: 164px;
        font-size: 16px;
        color: #666;
        line-height: 36px;
        margin-left:40px;
    }

    .question-line div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .question-line div span {
            margin-right: 5px;
            color: #ccc;
            display: inline-block;
        }

    .question-line a:hover {
        color: #ff9d01;
    }

    .question-line a:nth-child(5n) {
        margin-right: 0;
    }
/*#region 2.2.0 */
.flex-start {
    justify-content: flex-start;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-between {
    justify-content: space-between;
}

.flex-center {
    justify-content: center;
}
.point{
    width:100%;
    height:190px;
    margin-bottom:30px;
    margin-top:30px;
    background-color:#fff;
}
.poin-content {
    width: 424px;
    height: 94px;
}
.poin-content:hover {
    /*height: 76px;*/
    -webkit-box-shadow: -2px 10px 25px -2px rgba(216, 216, 216, .5);
    -moz-box-shadow: -2px 10px 25px -2px rgba(216, 216, 216, .5);
    box-shadow: -2px 10px 25px -2px rgba(216, 216, 216, .5);
    z-index: 2;
}
.poin-icon {
    width: 54px;
    height: 54px;
    margin-left: 40px;
}
.poin-title {
    font-size: 20px;
    color: #000;
}
.poin-icon span{
    font-size:15px;
    color:#999;
}
.diary-title {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #d2d2d2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    color: #333;
}

.new-diary .diary-title .diary-logo {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 12px;
    vertical-align: bottom;
    background-position: -24px -20px;
}
.knowledge-content {
    width: 180px;
    height: 144px;
    border:1px solid #e8e8e8;
    position:relative;
    margin-right: 11px;
}
.m-l-30{
    margin-left:30px;
}
.m-l-40{
    margin-left:40px;
}
.m-r-20 {
    margin-right: 20px;
}
.recommend {
    width: 60px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff6666;
    color: #fff;
    text-align: right;
    line-height: 18px;
    font-size:12px;
    border-bottom-left-radius:18px;
}
.knowledge-content p {
    text-align: center;
    color: #4d4d4d;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 30px 0px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.read {
    display: block;
    font-size: 13px;
    color: #b2b2b2;
    text-align: center;
}
.read span{
    color:#ff8585;
}
.yimei-uls li {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.contents{
    background-color:#f5f5f5;
}
.master-title{
    font-size:14px;
}
.know-question{
    width:70px;
    height:24px;
    background-color:#ffc2c2;
    color:#fff;
    font-size:13px;
    text-align:center;
    line-height:24px;
    border-bottom-right-radius:24px;
    margin-bottom:16px;
}
.question-content{
    margin-bottom:40px;
}
.hot-follow {
    width: 4px;
    height: 22px;
    background: #FF8583;
    margin-right: 15px;
    font-size: 24px;
    color: #333;
    display: block;
    border-radius: 6px;
}
.hot-box{
    margin-top:30px;
}
.news-title{
    font-size:20px;
    color:#000;
}
.hot-ul{
    margin-top:30px;
}
.hot-ul li {
    width: 300px;
    height: 45px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 23px;
    text-align: center;
    font-size: 17px;
    color: #4d4d4d;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-ul li:hover {
    width: 278px;
    height:43px;
    color:#ff6666;
    line-height:43px;
    border: 1px solid #ffb5b5;
}
.new-info {
    margin-top: 20px;
    padding: 0 10px;
}

    .new-info span, .news-info a {
        width: 100%;
        margin: 10px auto;
        line-height: 45px;
        height: 45px;
        overflow: hidden;
        display: block;
        text-align: center;
        cursor: pointer;
        background: #fff;
        border-radius: 23px;
        font-size: 17px;
        color: #4d4d4d;
        border: 1px solid #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .new-info span:hover, .news-info a:hover {
            border: 1px solid #ffb5b5;
            color: #ff8686;
        }
.consultant{
    width:100%;
    height:170px;
    border-radius:6px;
    background-color:#fff;
    margin-top:40px;
}
.consultant-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 20px;
}
.consultant span{
    font-size:16px;
    color:#999;
    display:block;
    text-align:center;
    margin-top:12px;
}
.consultant-btn {
    width: 270px;
    height: 44px;
    margin: auto;
    text-align: center;
    border-radius: 6px;
    font-size:18px;
    color:#4d4d4d;
    line-height:44px;
    background-color:#ffea61;
    margin-top:30px;
    margin-bottom:15px;
}
    .consultant-btn:hover{
        cursor:pointer;
    }
    .border-b2 {
        border-bottom: 2px solid #f3f3f3;
    }
.border-l2 {
    border-left: 2px solid #f3f3f3;
}
.double-eyelid{
    border:none;
}
.head-portrait{
    width: 80px;
    height: 80px;
    margin-top:20px;
}
.head-portrait img{
    width:80px;
}
.hot-sale {
    margin-top:20px;
    margin-bottom:40px;
    padding:0px 15px 20px 15px;
    background-color: #fff;
}
.goods {
    margin-left: 20px;
}
.goods-one {
    max-height: 41px;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods-one:hover{
    color:#ff6666;
}
.goods-two{
    font-size: 12px;
    color: #999;
    margin-top: 14px;
}
.goods-two span {
    display: inline-block;
}
.s-cart {
    width: 16px;
    height: 15px;
    vertical-align: bottom;
    background-position: -147px 0;
    margin-right: 4px;
}
.reply {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-position: -165px 0;
    margin-right: 8px;
    margin-left:18px;
}
.station {
    background-image: url(../image/small-icon.png);
    background-size: 200px 200px;
}
.head-portraits {
    width: 68px;
    height: 68px;
    margin-top: 20px;
    border-radius:50%;
}
.head-portraits img {
    width: 68px;
}
.diary-people {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
}
.diary-people img {
    width: 100%;
}
.diary-text {
    width: 160px;
    overflow: hidden;
    padding-left: 12px;
}
.common-tip {
    width: 4px;
    height: 22px;
    background: #ff8686;
    border-radius: 4px;
    display: inline-block;
    vertical-align:bottom;
    margin-right:15px;
}
.commonn-split{
    margin:0 8px;
    color:#ccc;
}
.line-0{
    line-height:0
}
.sold{
    color:#ff6666;
}
.goods-com {
    margin-right: 5px;
}
.artifact{
    width:296px;
    height:98px;
    border:2px solid #ffea61;
    margin-top:40px;
}
.artifact-log {
    width: 64px;
    height: 64px;
    margin-left: 18px;
    background: url(../image/logo.png);
}
.artifact-title{
    margin-left:20px;
}
.artifact-title div{
    font-size:28px;
}
.artifact-title span{
    display:block;
    font-size:16px;
    color:#999;
}
.appDown {
    width: 100%;
    height: 114px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.appDown img{
    margin-top:20px;
}
.mas-titles{
    margin:30px 40px 30px 40px;
}
.black-text{
    font-size:20px;
    color:#000;
}
.yx-hosptail{
    font-size:14px;
    color:#999;
}
.zs-content{
    margin:0px 40px 30px 40px;
}
.bg-gray{
    padding-top:30px;
}
.new-knowledge{
    width:100%;
    background-color:#fff;
    padding-bottom:30px;
}
.new-knowledge li{
    padding-top:15px;
    margin-left:15px;
    margin-right:15px;
}
.new-knowledge-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left:5px;
}
.new-knowledge-title div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}
.new-knowledge-title span{
    font-size:13px;
    color:#b2b2b2;
}
.new-number {
    width: 37px;
    height: 37px;
    color: #FB8383;
    font-style: italic;
    font-size: 28px;
}
.art-two > span.art-three-right {
    font-size: 14px;
    margin-left: 23px;
    color: #666;
}
.art-two {
    /* width: 100%; */
    font-size: 14px;
    color: #999;
}
.ruedu span {
    display:inline-block;
    padding-right:20px;
    border-right:1px solid #e5e5e5;
}
.art-three-righ {
    margin-left: 15px;
}
.knowledge-content:hover {
    border: 1px solid rgba(250, 206, 206,.1);
    -webkit-box-shadow: 0 0 15px rgba(250, 206, 206,.8);
    -moz-box-shadow: 0 0 15px rgba(250, 206, 206,.8);
    box-shadow: 0 0 15px rgba(250, 206, 206,.8);
    
}
.knowledge-content p:hover{
    color:#ff6666;
}
.p-l-20{
    padding-left:20px;
}
.rdetail-right .rd-hosptail:hover {
    color: #ff6666;
}
.question-line a:hover {
    color: #ff6666;
}
.double-eyelid .eye-ul li .eye-text .text-one {
    max-height: 41px;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.poin-content:hover .poin-one {
    content: url(../image/consultation.png);
}
.poin-content:hover .poin-two {
    content: url(../image/money.png);
}
.poin-content:hover .poin-tree {
    content: url(http://www.meittao.com/Templates/web/images/hospital.png);
}
.poin-content:hover .poin-four {
    content: url(../image/case.png);
}
/*#endregion */