.news {
    padding-bottom: 60px;
    width: 100%;
    padding-top: 110px;
}

.news .h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.heart {
    background: url(/home/images/section_3.png) no-repeat center center;
    height: 10px;
    width: 60px;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    background-size: 60%;
}

.doctor {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 2px solid #999999;
    margin-top: 50px;
    width: 100%;
}

.doctor .photo {
    width: 280px;
    margin: 0 auto;
}

.doctor .photo img {
    width: 100%;
}

.doctor .desc {
    width: 800px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.doctor .desc .title {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
}

.doctor .desc .title text {
    font-size: 24px;
    font-weight: 500;
    color: #666666;
    padding-left: 20px;
}

.doctor .desc .tags {
    font-size: 22px;
    font-weight: 500;
    color: #666666;
    line-height: 55px;
    /*height: 55px;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.doctor .desc .tags a{
    color: #666666;
}

.doctor .desc .tags .line {
    width: 30px;
    text-align: center;
}

.doctor .desc .qrcode {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 65px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.doctor .desc .qrcode .q_img {
    width: 100px;
    height: 100px;
}

.doctor .desc .qrcode .q_text {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.doctor .desc .qrcode .q_img img {
    width: 100px;
    height: 100px;
}

.doctor .desc .disease {
    font-size: 22px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    width: 100%;
    display: flex;
    padding-top: 10px;
}

.doctor .desc .disease span {
    color: #00a0e9;
    width: 80%;
    padding-left: 5%;
}

.doctor .desc .btn {
    height: 48px;
    line-height: 48px;
    background: #00ADE9;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    width: 157px;
    cursor: pointer;
}

.honor {
    width: 100%;
    height: 49px;
    border-radius: 5px;
    color: #666666;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-top: 30px;
    border: 1px solid #00ADE9;
    cursor: pointer;
    background: linear-gradient(90deg, #2C55A2, #4865AE, #00ADE9);
    border: none;
    color: #ffffff;
}

.adds_active {
    background: linear-gradient(90deg, #2C55A2, #4865AE, #00ADE9);
    border: none;
    color: #ffffff;
}

.honor .adds {
    width: 34px;
    height: 34px;
    background: url(/home/images/add_3.png) no-repeat center center;
    background-size: 100%;
    border-radius: 50%;
}

.honor.adds_active .adds {
    background: url(/home/images/jian_1.png) no-repeat center center;
    background-size: 100%;
    border-radius: 50%;
}

.honor .text {
    font-size: 22px;
    font-weight: normal;
}

.honor .adds img {
    width: 100%;
    height: 100%;
}

.details {
    line-height: 40px;
    padding: 20px 20px 10px 20px;
    font-size: 22px;
    font-weight: 400;
    color: #666666;
}

.details p{
    min-height: 20px;
}

.page {
    min-width: 1200px;
    margin: 30px 0px 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.page .page_left,
.page .page_right {
    font-size: 16px;
    text-align: center;
    color: #00ADE9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 45px;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #00ADE9;
}

.page .page_left a, .page .page_right a {
    color: #00a0e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .page_left.noPage,
.page .page_right.noPage {
    border: 1px solid #cccccc;
    color: #cccccc;
}