body {
    background: #faf9f5;
}

.doctor-home {
    z-index: 2;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

.info-con {
    width: 7.4rem;
    overflow: hidden;
}

.info-con .pic {
    width: 100%;
    height: 5.58rem;
    overflow: hidden;
}

.info-con .pic img {
    height: 100%;
}

.info-con .txt-con {
    background: url(../images/b1.jpg)no-repeat center bottom;
    background-size: cover;
    padding: .3rem;
}

.info-con .txt-con .more {
    text-align: right;
}

.info-con .txt-con .name {
    color: #752526;
}

.info-con .txt-con .name span {
    padding-left: .3rem;
    padding-right: .3rem;
}

.info-con .txt-con .name span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .15rem;
    height: 100%;
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100%;
}

.info-con .txt-con .name span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: .15rem;
    height: 100%;
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.info-con .txt-con .txt {
    line-height: 1.8;
    margin-top: .13rem;
}

.card-info {
    width: 7.35rem;
}

.card-info .item {
    width: 49.9%;
}

.card-info .item .icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-info .item .icon span {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.card-info .item .title {
    margin-top: .1rem;
}

.card-info .box1 {
    width: 100%;
    background: url(../images/b2.jpg)no-repeat center;
    height: 4.7rem;
    background-size: cover;
    color: #752526;
    overflow: hidden;
}

.card-info .box1 .icon {
    background-image: url(../images/q.png);
    margin-top: 1.3rem;
}

.card-info .box1 .icon span {
    background-image: url(../images/icon.png);
    background-size: .53rem;
}

.card-info .box2 {
    width: 100%;
    height: 3rem;
    background-color: #752526;
    margin-top: 1px;
    color: #FFF;
    overflow: hidden;
}

.card-info .box2::after {
    content: '';
    position: absolute;
    left: .15rem;
    top: .15rem;
    right: .15rem;
    bottom: .15rem;
    border: 1px #ad9165 solid;
}

.card-info .box2 em {
    position: absolute;
    z-index: 2;
    width: .37rem;
    height: .37rem;
    background: url(../images/jiao.png)no-repeat center;
    background-size: cover;
}

.card-info .box2 .j1 {
    left: .15rem;
    top: .15rem;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.card-info .box2 .j2 {
    right: .15rem;
    top: .15rem;
}

.card-info .box2 .j3 {
    right: .15rem;
    bottom: .15rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.card-info .box2 .j4 {
    left: .15rem;
    bottom: .15rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.card-info .box2 .icon {
    background-image: url(../images/q1.png);
    margin-top: .6rem;
}

.card-info .box2 .icon span {
    background-image: url(../images/icon2.png);
    background-size: .51rem;
}

.card-info .box3 {
    width: 100%;
    height: 3rem;
    background: #752526 url(../images/b3.png)no-repeat center bottom;
    background-size: 100%;
    margin-top: 1.7rem;
    overflow: hidden;
    color: #FFF;
}

.card-info .box3::after {
    content: '';
    position: absolute;
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    border: 1px #FFF solid;
}

.card-info .box3 .icon {
    background-image: url(../images/q2.png);
    margin-top: .6rem;
}

.card-info .box3 .icon span {
    background-image: url(../images/icon3.png);
    background-size: .55rem;
}

.card-info .box4 {
    width: 100%;
    height: 3rem;
    background: url(../images/b4.jpg)no-repeat center bottom;
    background-size: cover;
    margin-top: 1px;
    color: #752526;
    overflow: hidden;
}

.card-info .box4 .icon {
    background-image: url(../images/q.png);
    margin-top: .6rem;
}

.card-info .box4 .icon span {
    background-image: url(../images/icon4.png);
    background-size: .59rem;
}

@media (min-width:1025px) {
    .card-info a:hover span {
        -webkit-animation: rotate-img 0.5s alternate;
        -moz-animation: rotate-img 0.5s alternate;
        -ms-animation: rotate-img 0.5s alternate;
        -o-animation: rotate-img 0.5s alternate;
        animation: rotate-img 0.5s alternate;
    }
}

@media (max-width:1199px) {
    .info-con,
    .card-info {
        width: 49.8%;
    }
}

@media (max-width:767px) {
    .info-con,
    .card-info {
        width: 100%;
    }
    .card-info .box3 {
        margin-top: 0;
    }
    .card-info .box1 {
        height: 3rem;
    }
    .card-info .box1 .icon {
        margin-top: .6rem;
    }
}

.xueshu {
    width: 67%;
    margin-top: .7rem;
}

.xueshu .title,
.jiangtang .title {
    line-height: .5rem;
}

.xueshu .title a,
.jiangtang .title a {
    font-size: .14rem;
}

.xueshu .title span,
.jiangtang .title span {
    padding: 0 .4rem;
}

.xueshu .title span::before,
.jiangtang .title span::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    background: url(../images/icon5.png)no-repeat center;
    background-size: 100%;
    width: .26rem;
}

.xueshu .title span::after,
.jiangtang .title span::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    background: url(../images/icon5.png)no-repeat center;
    background-size: 100%;
    width: .26rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.xueshu .pic-text {
    width: 49%;
    margin-top: .4rem;
}

.xueshu .pic-text .pic {
    overflow: hidden;
    width: 100%;
    height: 3.2rem;
}

.xueshu .pic-text .pic img {
    width: 100%;
}

.xueshu .pic-text .con {
    padding: .15rem .2rem;
    line-height: 1.8;
}

.xueshu .pic-text .con .tit {
    font-weight: bold;
}

.xueshu .pic-text .con .time {
    color: #999;
    text-align: right;
}

.xueshu ul {
    width: 49%;
    margin-top: .4rem;
}

.xueshu li {
    width: 100%;
    padding: .2rem .3rem;
    height: 1.5rem;
    margin-bottom: .2rem;
    background: #faf9f5 url(../images/b5.png)no-repeat center bottom;
    background-size: 90%;
    box-shadow: 0 0 .2rem rgba(132, 60, 60, .1);
    line-height: 1.8;
}

.xueshu li:last-child {
    margin-bottom: 0;
}

.xueshu li .txt {
    margin-top: .05rem;
    color: #666;
}

.xueshu li .time {
    font-size: .14rem;
    color: #999;
    text-align: right;
}

.jiangtang {
    width: 31%;
    margin-top: .7rem;
}

.jiangtang ul {
    margin-top: .4rem;
    width: 100%;
    background-color: #f6f2ec;
    height: 4.9rem;
    padding: .2rem;
}

.jiangtang li {
    border-bottom: 1px #cfb3af dashed;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    line-height: 1.8;
}

.jiangtang li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.jiangtang li .tit {
    padding-left: .3rem;
    background: url(../images/icon6.png)no-repeat .1rem center;
    background-size: .12rem;
}

.jiangtang li .time {
    color: #752526;
    font-size: .14rem;
    margin-top: .05rem;
    padding-left: .3rem;
}

@media (min-width:1025px) {
    .xueshu li:hover {
        box-shadow: 0 0 .3rem rgba(132, 60, 60, .2);
    }
    .xueshu li:hover .tit a {
        font-weight: bold;
        color: #752526;
    }
    .xueshu li:hover .txt {
        color: #752526;
    }

}

@media (max-width:1199px) {
    .xueshu li {
        height: 1.9rem;
    }
    .jiangtang ul {
        height: 6rem;
    }
}

@media (max-width:767px) {
    .jiangtang,
    .xueshu,
    .xueshu .pic-text,
    .xueshu ul {
        width: 100%;
    }
    .jiangtang ul,
    .xueshu li {
        height: auto;
    }
}

.content {
    margin-top: 1.3rem;
}

.content .title span {
    padding-left: .35rem;
    padding-right: .35rem;
}

.content .title span::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    background: url(../images/icon5.png)no-repeat center;
    background-size: 100%;
    width: .26rem;
}

.content .title span::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    background: url(../images/icon5.png)no-repeat center;
    background-size: 100%;
    width: .26rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.content .more {
    margin-top: .3rem;
}

.content .more a {
    width: .93rem;
    height: .28rem;
    background: url(../images/more.png)no-repeat center;
    background-size: cover;
    color: #843c3c;
    line-height: .28rem;
    font-size: .14rem;
}

.content .c-text {
    width: 4.8rem;
    height: 4.7rem;
    background: url(../images/b6.jpg)no-repeat center;
    background-size: cover;
    margin-top: .25rem;
    padding: .5rem;
}

.content .c-text .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    margin-top: .4rem;
}

.content .video {
    width: 5.23rem;
    height: 5.7rem;
    background-color: #843c3c;
    padding: .3rem;
}

.content .video .title {
    color: #FFF;
}

.content .video .title span::before,
.content .video .title span::after {
    background-image: url(../images/icon7.png);
}

.content .video .pic {
    overflow: hidden;
    height: 3.15rem;
    width: 100%;
    margin-top: .3rem;
}

.content .video .pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
    width: .66rem;
    height: .66rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.content .video .pic img {
    width: 100%;
}

.content .video .con {
    padding: .15rem;
}

.content .video .tit a {
    color: #FFF;
}

.content .video .time {
    text-align: right;
    color: #FFF;
    font-size: .14rem;
    margin-top: .1rem;
}

.content .video .more {
    margin-top: .2rem;
}

.content .video .more a {
    background-image: url(../images/more1.png);
    color: #FFF;
    width: 1.27rem;
}

.content .r-con {
    width: 4.8rem;
    height: 4.7rem;
    margin-top: .25rem
}

.content .r-con .case {
    width: 100%;
    height: 2.96rem;
    background: url(../images/b7.jpg)no-repeat center;
    background-size: cover;
    padding: .3rem .5rem;
}

.content .r-con .case .con {
    line-height: 1.6;
    margin-top: .2rem;
}

.content .r-con .case .txt {
    color: #666;
}

.content .r-con .case .time {
    text-align: right;
    font-size: .14rem;
    color: #999;
}

.content .r-con .case .more {
    margin-top: .1rem;
}

.content .r-con .ask {
    width: 100%;
    height: 1.76rem;
    background: url(../images/b8.jpg)no-repeat center;
    background-size: cover;
    padding-top: .6rem;
}

@media (max-width:1680px) {
    .content .c-text,
    .content .r-con {
        width: 4.7rem;
    }
}
@media (max-width:1025px) {
.content .c-text{
height: 5rem;
}
.content .r-con .case{
height: 3.8rem;
}
}
@media (max-width:1199px) {
    .content {
        display: flex;
    }
}

@media (max-width:767px) {
    .content {
        flex-flow: column;
        margin-top: .3rem;
    }
    .content .c-text,
    .content .video,
    .content .r-con,
    .content .r-con .case {
        width: 100%;
        height: auto;
    }
    .content .more a {
        width: 1.7rem;
        height: .5rem;
        line-height: .5rem;
    }
    .content .video .more a {
        width: 2.2rem;
        height: .5rem;
        line-height: .5rem;
    }
    .content .r-con {
        margin-top: 0;
    }
}