/* 重置 */

.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: #fff;
    -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: #fff;
    margin-right: 15px;
    display: block;
}

.crumbs_nav ul a:hover {
    color: #ffcc83;
}

/* 顶部导航 */
.top-nav {
    height: 48px;
    background-color: #ffcc83;
}

.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: white;
    color: #ffcc83;
}

/* 内容区 */
.bg-box {
    background-color: #be1800;
    padding-bottom: 50px;
}
.reading{
    background-color: #fff4ed;
    border-radius: 12px;
    padding: 40px;
    color: #824d00;
    font-size: 20px;
    line-height: 34px;
}
.t-title img{
    width: 80px;
    height: 99px;
}
.t-title p{
    font-size: 50px;
    color: white;
    margin-left: 6px;
}
.part-one{
    background-color: #ffd8a0;
    padding: 30px 20px;
    margin-top: 20px;
}
.part-one .lis{
    margin-right: 20px;
}
.part-one .lis:nth-of-type(3n){
    margin-right: 0;
}
.part-one .lis div{
    font-size: 20px;
    color: white;
    text-align: center;
    background-color: #946938;
    padding: 10px 0;
}
.part-one .lis p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 15px 30px;
    background-color: white;
}
.part-two,.part-three{
    background-color: #fff4ed;
    padding: 30px 20px;
    margin-top: 20px;
}
.part-two .left{
    margin-right: 20px;
    background-color: #ffd8a0;
    padding: 20px;
    box-sizing: border-box;
}
.part-two .left:nth-of-type(2n){
    margin-right: 0;
}
.part-two .lis{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.part-two .lis h6{
    color: #946938;
    font-size: 20px;  
}
.part-two .lis p{
    color: #946938;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
.part-two .lis div{
    background-color: #654016;
    color: white;
    width: 82px;
    text-align: center;
    padding: 3px 0;
    margin-top: 20px;
}
.part-two .lis span{
    color:#654016;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    display: block;
}
.part-three .title{
    background-color: #ffd8a0;
    padding: 30px 20px;
    color: #824d00;
    line-height: 36px;
    font-size: 20px;
}
.neir{
    background-color: #946938;
    padding: 30px 20px;
}
.neir .xixi{
    width: 220px;
    border-bottom: 4px solid #fff;
    padding-bottom: 6px;
}
.neir span{
    color: #ffd8a0;
    font-size: 20px;
    display: block;
    margin-left: 4px;
}
/* 医生 */
.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: #ffd8a0;
    box-sizing: border-box;
}
.zt-doctor .doctor-lis{
    width: 344px;
    margin-right: 20px;
    background-color: #946938;
    border: 1px solid #946938;
    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;
}
