/* 重置 */
.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: #326e32;
}

.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: #83bb73;
    color: white;
}

/* 首页 */
.bg-box {
    padding-bottom: 50px;
    background-color: #ceecc4;
}

.m_l_50 {
    margin-left: 50px;
}

.m_r_50 {
    margin-right: 50px;
}

/* 导语 */
.ttimg {
    display: block;
    width: 100%;
}

.introduction p {
    box-sizing: border-box;
    line-height: 33px;
    padding: 30px;
    color: #4b8aea;
    border-radius: 12px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
/* 优惠资讯 */

.title-box .title-text { 
    font-size: 20px;
    color: #1d1d1d;
    margin: 0 auto;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    -webkit-columns: 2;
    columns: 2;
    box-sizing: border-box;
    padding: 25px;
}
.m_t_80{
    margin-top: 80px;
}

.title-box .title-text a {
    width: 460px;
    line-height: 30px;
    padding: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.information{
    background-color: white;
    border-radius: 12px;
    padding: 30px 0;
}
.officeTitle{
    background-image: linear-gradient( #a5d994,#62c57d);
    padding: 12px 0;
    text-align: center;
    border-radius: 12px;
}

/* vs优点 */
.vsyd .title{
    font-size: 43px;
    color: #009847;
    margin-bottom: 20px;
}
.vsyd .title em{
    color: #fdb601;
}
.merit{
    background: url(../img/bg3.png) no-repeat;
    height: 225px;
    width: 1115px;
    background-size: 100% 100%;
}
.yd{
    background-color: #009847;
    color: white;
    font-size: 14px;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 4px;
}
.item{
    margin-left: 80px;
    margin-top: 20px;
    width: 320px;
}
.item_2{
    width: 430px !important;
}
.xhao{
    width: 24px;
    height: 24px;
    color: #45573e;
    text-align: center;
    line-height: 24px;
    background-color: #add1a0;
    border-radius: 100px;
    margin-right: 5px;
}
.item_1{
    margin-left: 233px;
}
.vsyd{
    width: 1110px;
    margin: 0 auto;
}
/* 暑期选择医院 */
.xz-item p{
    text-indent: 2em;
}
.gridding{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    /* gap: 10px; */
    margin-left: 10px;
  }
  .gridding li{
    width: 228px;
  }
  .gridding li img{
    width: 100%;
    height: 228px;
    border-radius: 8px;
  }
  .gridding a{
    box-sizing: border-box;
  }
/* 整形医生 */
.doctor{
    width: 906px;
    margin: 0 auto;
}
.gridding-doctor{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    /* gap: 10px; */
    margin-left: 10px;
  }
.doctor-item li{
    width: 288px;
}
.doctor-item img{
    width: 268px;
    height: 290px;
    border-radius: 8px;
}
.zn_ys p{
    color: #009c1d;
}
.zn_ys span{
    width: 40px;
    height: 8px;
    background-color: #fdb601;
    margin: 0 auto;
}
/* 注意事项 */
.Points{
    background: url(../img/bg5.png) no-repeat;
    height: 336px;
    width: 1152px;
    background-size: 100% 100%;
    margin: 0 auto;
}
.Points_item{
    width: 480px;
}
.Points_item1{
    margin-left: 130px;
}
/* 面包屑导航 */
.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;
}