/* 重置 */

.centre-box {
    width: 1200px;
    margin: 0 auto;
}

/* 底部 */
.footer-box div {
    text-align: center;
    padding: 10px 0;
    line-height: 24px;
}

.footer-box .lj_text a {
    color: #777;
}

.lj_text a {
    padding: 0 10px;
}

.footer-box {
    font-size: 14px;
    color: #777;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* 面包屑导航 */
.crumbs_nav ul {
    display: flex;
    color: #777;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

.crumbs_nav i {
    color: #999;
    font-size: 12px;
    margin-right: 15px;
    display: block;

}

.crumbs_nav ul a {
    color: #39af6f;
    margin-right: 15px;
    display: block;
}

.crumbs_nav ul a:hover {
    color: #1c6e41;
}

/* 顶部导航 */
.top-nav {
    height: 48px;
    background-color: #118b8e;
}

.centre-box .nav {
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.centre-box .nav a {
    color: white;
    line-height: 48px;
    font-size: 20px;
    display: block;
    height: 48px;
    padding: 0 40px;
    box-sizing: border-box;
}

.centre-box .nav a:hover {
    background-color: #5bc1c3;
    color: white;
}

/* 内容区 */
.bg-box {
    background-color: #fff9e3;
    padding-bottom: 50px;
}

.reading {
    background-color: #ede1ba;
    border-radius: 12px;
    padding: 40px;
    color: #333;
    font-size: 20px;
    line-height: 34px;
}

.t-title a {
    font-size: 40px;
    color: white;
    background-color: #39af6f;
    border-radius: 12px;
    text-align: center;
    padding: 0 30px;
    box-shadow: 0 1px 6px rgba(252, 182, 31, 0.5);
    transition: all 0.3s;
    display: inline-block;
    height: 64px;
    line-height: 64px;
}

.part-one,
.part-two,
.part-three {
    background-color: #118b8e;
    padding: 40px;
    margin-top: 20px;
    border-radius: 12px;
}

.part-one .lis {
    margin-right: 40px;
    background-color: white;
    padding: 30px 0;
    box-sizing: border-box;
    width: 346px;
}

.part-one .lis img {
    margin: 0 auto;
    display: block;
}

.part-one .lis:nth-of-type(3n) {
    margin-right: 0;
}

.part-one .lis div {
    font-size: 20px;
    color: #277a4d;
    text-align: center;
    font-weight: bold;
    padding-bottom: 6px;
}

.part-one .lis p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 15px 30px;
    background-color: white;
    box-sizing: border-box;
}

.part-two .left {

    padding: 20px;
    box-sizing: border-box;
}

.part-two .left:nth-of-type(2n) {
    margin-right: 0;
}

.part-two .lis {
    width: 520px;
    margin-right: 40px;
    background-color: white;
}

.part-two .lis .bt-img {
    width: 100px;
    background-color: #5bc1c3;
    height: 43px;
    line-height: 43px;
    margin-top: 15px;
    padding-left: 10px;
}

.part-two .lis .bt-img p {
    background-color: #5bc1c3;
    color: white;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 24px;
    padding-left: 6px;
    box-sizing: border-box;
}

.part-two .lis span {
    color: #277a4d;
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.part-two .lis:nth-of-type(2n) {
    margin-right: 0;
}

.img-top {
    margin-top: -13px;
    margin-left: -16px;
}

.img-top1 {
    margin-top: -16px;
    margin-left: -12px;
}

.img-top2 {
    margin-top: -13px;
    margin-left: -15px;
}

.img-top3 {
    margin-top: -16px;
    margin-left: -13px;
}

.part-three .title {
    background-color: #ffd8a0;
    padding: 30px 20px;
    color: #824d00;
    line-height: 36px;
    font-size: 20px;
}
.yaoyan .list{
    background-color: white;
}
.yaoyan .list div{
    background-color: #277a4d;
    margin-top: 10px;
    color: #ffff00;
    display: inline-block;
    padding: 6px 10px;
    font-size: 18px;
}
.yaoyan .list p{
    font-size: 14px;
    color: #777;
    padding: 10px 10px 20px 10px;
    line-height: 22px;
}
/* 医生 */
.hospital_lis {
    width: 216px;
    margin-right: 20px;
    margin-top: 30px;
    padding-bottom: 16px;
}

.hospital_lis img {
    width: 216px;
    height: 216px;
}

.hhide_1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breaks {
    padding: 40px 20px;
}

.breaks .title {
    color: #5b3400;
}

.breaks .text {
    color: #935400;
    padding: 10px 0;
}

.breaks .more {
    width: 100px;
    height: 32px;
    background-color: #5b3400;
    color: white;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
}

.breaks .title:hover {
    color: #935400;
}

.breaks .more:hover {
    background-color: #935400;
}

.c-2 .title:hover {
    color: #935400;
}

.zt-doctor {
    padding: 40px;
    background-color: #118b8e;
    box-sizing: border-box;
    border-radius: 12px;
}

.zt-doctor .doctor-lis {
    width: 344px;
    margin-right: 20px;
    background-color: #5bc1c3;
    border: 1px solid #5bc1c3;
    margin-bottom: 20px;
}

.zt-doctor .doctor-lis:nth-of-type(3n) {
    margin-right: 0;
}

.zt-doctor .lis {
    background-color: white;
    padding: 20px 20px 0 20px;
}

.zt-doctor .doctor-lis img {
    width: 344px;
    height: 380px;
}

.zt-doctor .doctor-lis .good-at-project {
    padding: 0 12px 12px 12px;
}
.gengduo{
    background-color:#39af6f;
    color: white;
    padding: 4px 15px;
    border-radius: 4px;
}