/* 重置 */

img {
    display: block;
    width: 100%;
}
.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: #444;
    margin-right: 15px;
    display: block;
}
.crumbs_nav ul a:hover{
    color: #026edd;
}
/* 顶部导航 */
.top-nav {
    height: 48px;
    background-color: #DCA11D;
}
.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: #DCA11D;
}
/* 内容区 */

.zt_title span{
    width: 100px;
    height: 10px;
    background-color: #dca11d;
    margin: 0 auto;
    display: block;
    margin-top: 6px;
}
.yi{
    color: #191d24;
    font-size: 18px;
    line-height: 40px;
    border: 4px solid #dca11d;
    border-radius: 16px;
    padding: 20px 40px;
    margin-top: 50px;
}
.b_bg{
    width: 100%;
    height: 100px;
    background-color: #191d24;
}
.b_bg div{
    height: 50px;
    background-color: white;
    margin-top: 100px;
}
.er_c{
    background-color: #191d24;
    padding: 20px 40px;  
}
.yiji{
    width: 640px;
    height: 162px;
    background: url(../image/bg-2.png);
    padding-left: 50px;
    padding-top: 20px;
    box-sizing: border-box;
}
.yiji div{
    font-size: 30px;
    color: #191d24;
}
.yiji p{
    color: #191d24;
    font-size: 20px;
    margin-top: 30px;
    width: 550px;
    line-height: 30px;
}
.er_title{
    width: 150px;
    text-align: center;
    border-radius: 50px;
    background-color: white;
    color: #191d24;
    height: 28px;
    line-height: 28px;
}
.er_text{
    color: white;
    line-height: 30px;
    margin: 20px 0;
}
.zt_line{
    border-bottom: 1px dashed #DCA11D;
}
.san_c{
    background-color: #191d24;
    padding: 80px;
}
.san_text{
    background-color: white;
    border-radius: 6px;
    color: #191d24;
    font-size: 14px;
    line-height: 28px;
    padding: 40px;
    box-sizing: border-box;
}
.san_title{
    background-color: #fee104;
    font-size: 30px;
    width: 246px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -40px;
}
.si_c{
    background-color: #191d24;
    padding: 40px;
}
.hospital{
    height: 283px;
    background-color: white;
    border-radius: 10px;
    width: 540px;
    margin: 20px 40px 20px 0;
}
.hospital:nth-of-type(2n){
    margin-right: 0px;
}
.hospital .img_box{
    height: 283px;
    width: 291px;
}
.hospital .img_box img{
    height: 283px;
    width: 291px;
    border-radius: 10px 0 0 10px;
}
.hospital .r_box{
    width: 260px;
}
.hospital .name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #DCA11D;
    margin-bottom: 6px;
    display: block;
}
.yy_dji{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #191d24;
}
.yy_dzhi{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
