.content .main .info {
    display: flex;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px;
}

.content .main .info .left {
    float: left;
    width: 400px;
}

.content .main .info .left img {
    width: 400px;
}

.content .main .info .right {
    float: right;
    padding: 10px 15px;
}

.content .main .info .right span p {
    color: #2A78BA;
    font-family: normal;
    display: contents;
}

.content .main .info .right .bz {
    font-weight: bold;
    padding: 10px 0;
    display: block;
}

.content .main .info .right .botton {
    background: #2A78BA;
    width: 118px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
}

.content .main .info .right .box-botton {
    text-align: right;
}

/*患者故事*/
.content .story-wrapper {
    border-bottom: 1px solid #eeeeee;
}

.content .story-wrapper .list {
    display: flex;
    justify-content: center;
}

.content .story-wrapper dl {
    width: 312px;
    margin: 20px auto;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
}

.content .story-wrapper .title {
    /*border-left: 2px solid #2A78BA;*/
    font-size: 26px;
    text-align: left;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

.content .story-wrapper .title::before{
    position: absolute;
    top: 10%;
    left: 0;
    width: 4px;
    height: 80%;
    display: inline-block;
    content: '';
    background: #2A78BA;

}


.content .story-wrapper dl dt a img {
    border-radius: 8px 8px 0 0;
}

.content .story-wrapper dl .first {
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
}

.content .story-wrapper dl .title-text {
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
    margin-top: 35px;
    box-sizing: border-box;
}

.content .story-wrapper dl .first span {
    background: #2A78BA;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 0 0 0 8px;
    float: right;
    font-size: 16px;
    font-weight: normal;
}

.content .story-wrapper dl .second span {
    margin-right: 10px;
    background: #deefee;
    color: #2A78BA;
    font-size: 14px;
    padding: 0 3px;
}

.content .story-wrapper dl .second, .content .story-wrapper dl p {
    padding: 5px 20px;
}


@media screen and (max-width: 768px) {
    .content .main .info {
        display: inherit;
    }

    .content .main .info .left {
        float: none;
        width: auto;
    }

    .content .main .info .left img {
        width: 330px;
    }

    .content .main .info .right {
        float: none;
    }

    .content .main .info .right .box-botton {
        margin-top: 8px;
    }

    .content .story-wrapper{
        margin-top: 20px;
    }

    .content .story-wrapper .list {
        /*display: inline-flex;*/
        /*flex-wrap: wrap;*/
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .content .story-wrapper dl {
        /*width: 49%;*/
        /*margin: 5px auto;*/
        margin: 0;
        margin-bottom: 15px;
        width: calc(50% - 10px);
    }

    .content .main {
        float: none;
        width: auto;
        padding: 30px 15px;
    }

    .content .sidebar {
        display: none;
    }

    .content .main .info .right .botton {
        width: 100%;
    }

    .content .story-wrapper dl dt a img {
        width: 100%;
    }

    .content .story-wrapper dl .first {
        padding-left: 10px;
    }

    .content .story-wrapper dl .first span {
        background: #2A78BA;
        color: #ffffff;
        padding: 3px 10px;
        border-radius: 0 0 0 8px;
        float: right;
        font-size: 16px;
        font-weight: normal;
    }

    .content .story-wrapper dl .title-text {
        /*font-size: 24px;*/
        font-size: 20px;
        font-weight: bold;
        padding: 0 10px;
        margin-top: 35px;
        box-sizing: border-box;
    }

    .content .story-wrapper dl .second {
        padding: 5px 10px;
    }

    .content .story-wrapper dl p {
        padding: 5px 10px;
    }
}