.con_background {
    background-color: #fffbf4;
}

.shadow {
    box-shadow: 0 0 2px 2px #e9e5df;
}

.con {
    width: 1200px;
    margin: auto;
    padding: 34px 0 70px 0;
}

.con .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.con .title .text {
    width: 196px;
    text-align: center;
}

.con .title .name {
    font-size: 36px;
    color: #a25b0b;
}

.con .title .subname {
    font-size: 15px;
    color: #ebc79f;
}

.con .cover {
    margin-top: 36px;
}

.con .intro {
    margin: 36px 0 55px 0;
    padding: 32px 32px 44px 32px;
    background-color: #ffffff;
}
.con .intro .margin1{
    margin-top: 20px;
}
.con .intro .margin2{
    margin-top: 44px;
}

.intro_title {
    display: flex;
    align-items: center;
}

.intro_title .text {
    margin-left: 12px;
    line-height: 60px;
    font-size: 22px;
    color: #a25b0b;
}

.intro_text {
    padding: 0 32px 0 32px;
    line-height: 30px;
    font-size: 18px;
    color: #232323;
}

.history {
    width: 1104px;
    margin: 26px 0 0 34px;
}

.history .row2 {
    font-size: 0;
    height: 4px;
}

.history .row1 {
    margin-left: 28px;
    display: flex;
}

.history .row1 .img {
    margin-bottom: -2px;
}

.history .row1 .item {
    width: 354px;
    display: flex;
    line-height: 30px;
    font-size: 16px;
    color: #221815;
}

.history .row1 .item .text {
    margin-top: 14px;
    margin-left: 10px;
}

.history .item .text .date {
    font-weight: bold;
    color: #231815;
}

.history .row3 {
    margin-left: 124px;
    display: flex;
}

.history .row3 .img {
    margin-top: -2px;
}

.history .row3 .item {
    flex-shrink: 0;
    width: 354px;
    display: flex;
    line-height: 30px;
    font-size: 16px;
    color: #221815;
}

.history .row3 .item .text {
    margin-top: 30px;
    margin-left: 10px;
}

.intro .hospital_img {
    width: 1102px;
    margin: 32px auto 0 32px;
}

.culture {
    margin-top: 36px;
    padding: 32px 32px 44px 32px;
    background-color: #ffffff;
}

.culture .row1 {
    display: flex;
    align-items: start;
}

.culture .row1 .text {
    padding: 0 60px 0 12px;
    line-height: 30px;
    font-size: 18px;
    color: #232323;
}
.culture .row2{
    margin-left: 34px;
    margin-top: 30px;
    border-radius: 15px;
    background-color: #fffdfa;
}
.culture .motto{
    display: flex;
    align-items: center;
}
.culture .motto .text1 {
    width: 107px;
    height: 41px;
    padding-left: 36px;
    line-height: 41px;
    background-image: url('/static/p/img/hospital_icon5.png');
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.culture .motto .text2{
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #040000;
}
.culture .row2 .text3{
    padding: 18px 24px 18px 24px;
    line-height: 24px;
    font-size: 16px;
    color: #040000;
}
.culture .row3{
    margin-top: 22px;
    margin-bottom: 18px;
}
.culture .row3 .item{
    margin-left: 34px;
    height: 70px;
    display: flex;
    align-items: center;
}
.culture .row3 .item .img{
    width: 46px;
}
.culture .row3 .item .text{
    margin-left: 20px;
    line-height: 28px;
    font-size: 18px;
    color: #040000;
}
.culture .row3 .item .name{
    font-size: 18px;
    font-weight: bold;
    color: #040000;
}
