/* 重置 */

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;
}

/* 内容区 */
.bg-box {
    background-color: #940000;
    padding-bottom: 50px;
}

.c-title {
    background: url(../image/bg6.png) no-repeat;
    width: 459px;
    height: 83px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 40px;
    line-height: 83px;
}

.c-1,
.c-2,
.secure,
.zt-doctor {
    background-color: #ffe6d9;
    padding: 40px 20px;
}

.c-1 .tx {
    font-size: 14px;
    line-height: 28px;
    color: #940000;
    width: 280px;
    height: 275px;
    padding-right: 20px;
}

.c-1 .tx p {
    width: 240px;
    padding-left: 55px;
    padding-top: 60px;
    box-sizing: border-box;
}

.c-1 .tx1 {
    background: url(../image/bg1.png) no-repeat;
}

.c-1 .tx2 {
    background: url(../image/bg2.png) no-repeat;
}

.c-1 .tx3 {
    background: url(../image/bg3.png) no-repeat;
}

.c-1 .tx4 {
    background: url(../image/bg4.png) no-repeat;
}

.tx1 {
    background-color: #d2b48c;
    margin-right: 20px;
}

.c-2 .title {
    font-size: 30px;
    color: #5b3400;
    line-height: 102px;
    text-align: center;
    width: 100%;
    display: block;
    background: url(../image/bg-5.png) no-repeat;
    margin-top: -40px;
    margin-left: 10px;
}

.c-2 .text {
    width: 216px;
    padding: 10px;
    box-sizing: border-box;
    color: #5b3400;
    font-size: 14px;
    line-height: 24px;
}

.m_t_50 {
    margin-top: 50px;
}
.secure .item{
    width: 216px;
    /* box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s; */
    margin-right: 20px;
}
.secure .item .title{
    font-size: 20px;
    text-align: center;
    background-color: #d2b48c;
    color: #5b3400;
    padding: 8px 0;
}
.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;
}
.zt-doctor .doctor-lis{
    width: 344px;
    margin-right: 20px;
    background-color: #d2b48c;
    border: 1px solid #d2b48c;
    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;
}

