/* 重置 */
.centre-box {
    width: 1200px;
    margin: 0 auto;
}

/* 初始化 */
body,
html {
    padding: 0;
    margin: 0;
    color: #303133;
    font-size: 16 px;
    width: 100%;
    font-family: -apple-system, Helvetica, sans-serif;
}

ul,
li,
dl,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #303133;
}

i {
    font-style: normal;
}

/* 底部 */
.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: 12px;
    color: #777;
    margin-top: 50px;
    margin-bottom: 50px;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.kuai {
    display: block;
}

/* 顶部导航 */
.top-nav {
    height: 48px;
    background-color: #3583ad;
}

.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 30px;
    box-sizing: border-box;
}

.centre-box .nav a:hover {
    background-color: #f9bb41;
    color: white;
}

/* 首页 */
.bg-box {
    background: url(../img/bg1.png) no-repeat;
    padding-bottom: 50px;
    padding-top: 80px;
}

.m_l_50 {
    margin-left: 50px;
}

.m_r_50 {
    margin-right: 50px;
}

/* 导语 */
.ttimg {
    display: block;
    width: 100%;
}
.introduction{
    box-sizing: border-box;
    color: #3c9aff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #3c9aff;
}
.introduction p {
    text-indent: 2em;
    line-height: 26px;
}
/* 冬季整形天时地利人和 */
.zxbg_box{
    background-color: white;
    border: 12px solid #4272b2;
    border-radius: 12px;
    padding: 20px;
}
.zxbg_box .title{
    font-size: 16px;
    color: #4272b2;
    line-height: 24px;
}
.m_t_80{
    margin-top: 80px;
}

.officeTitle{
    padding: 10px 50px;
    text-align: center;
    color: white;
    font-size: 40px;
    background-color: #4076ee;
    border-radius: 1000px;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 30px;
}
.nrlists .title{
    width: fit-content;
    padding: 4px 20px;
    background-color: #3caeff;
    margin-left: -32px;
    color: white;
    margin-top: 20px;
    font-size: 14px;
}
.nrlists .img {
    top: -20px;
    left: 0px;
}
.nrlists .text{
    background-color: #8fb4f9;
    height: 202px;
    margin-left: 20px;
    margin-top: 32px;
    padding-top: 10px;
    box-sizing: border-box;
}
.nrlists .text p{
    box-sizing: border-box;
    padding-left: 470px;
    font-size: 14px;
    color: white;
}
.nrlists .text b{
    color: #4272b2;
}
.nrlists .text2{
    margin-top: -170px;
    height: 240px;
    padding-top: 170px;
}
.nrlists .text2 p{
    padding-left: 10px;
}
.nrlists .title2{
    right: -32px;
    top: 0;
}
.nrlists .img2{
    top: 70px;
    left: 77px;
}
.nrlists .text3{
    margin-top: 90px;
    height: 350px;
    padding-top: 200px;
}
.nrlists .text3 p{
    padding-left: 10px;
    padding-right: 10px;
}
.img4{
    margin-top: 20px;
    top: -10px;
    top: 0;
}
.nrlists .text4{
    margin-top: 0;
    height: auto;
    padding-bottom: 16px;
}
.nrlists .text4 p{
    padding-left: 10px;
    padding-right: 10px;
}

/* 冬季整形的好处 */
.xhao{
    width: 21px;
    height: 21px;
    color: #031837;
    text-align: center;
    line-height: 21px;
    background-color: #3af5e3;
    border-radius: 100px;
    margin-right: 5px;
}
.xhao_1{
    background-color: #c4d247;
    color: white;
}
/* 正规医院选择指南 */
.gridding{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 21px;
  }
  .gridding img{
    width: 257px;
    height: 267px;
  }
  .min_w_0{
    min-width: 0;
  }
  .yyname{
    color:#4076ee;
  }
  .gridding p{
    color: #7198ef;
  }
  /* 更多 */
.more{
    padding: 8px 10px;
    border-radius: 1000px;
    width: fit-content;
    margin: 0 auto;
    color: white;
    background-color: #3caeff;
    margin-top: 30px
}
.more:hover{
    background-color: #4076ee;
}
/* 面包屑导航 */
.crumb {
    padding-top: 20px;
    border-bottom: 1px #f4f4f4 solid;
    padding-bottom: 10px;
    width: 1000px;
    margin-bottom: 50px;
}

.crumb a {
    font-size: 14px;
    color: #333;
}

.crumb a:hover {
    color: #b94220;
}

/* 列表页 */
.p-img {
    width: 283px;
    height: 188px;
    display: block;
    overflow: hidden;
}

.p-img:hover img {
    transition: 0.5s all linear;
    transform: scale(1.1);
}

.lists-box {
    width: 1000px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 30px;
    box-sizing: border-box;
}

.lists-box .lists a {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    margin: 25px 0;
    padding-bottom: 5px;
}

.img_w_100 {
    width: 100%;
}

/* 分页 */
.page {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 50px;
}

.page a {
    padding: 5px 10px;
    border: 1px #ddd solid;
    color: #333;
    background: #fff;
}

.page a.current {
    background: #b94220;
    color: #fff;
}

/* 详情页 */
.content h1 {
    padding: 10px 0 20px 0;
    font-family: "微软雅黑";
    font-size: 24px;
    text-align: center;
}

.cow_a {
    text-align: center;
    background: #f4f4f4;
    font-size: 14px;
    padding: 5px 0;
}

.center {
    padding: 30px;
    font-size: 14px;
    line-height: 28px;
}

.center p {
    text-indent: 0;
}

.center img {
    max-width: 900px;
}

.mar_w {
    padding-top: 30px;
    width: 100%;
    background: #fff;
}