/* 重置 */
.img_w_100 {
    width: 100%;
}

.centre-box {
    width: 1200px;
    margin: 0 auto;
}

.m_t_70 {
    margin-top: 70px !important;
}

/* 底部 */
.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: white;
    font-size: 12px;
    margin-right: 15px;
    display: block;

}

.crumbs_nav ul a {
    color: white;
    margin-right: 15px;
    display: block;
}

.crumbs_nav ul a:hover {
    color: #f5ddb8;
}

/* 顶部导航 */
.top-nav {
    height: 48px;
    background-color: #880a00;
}

.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: #c22e22;
    color: white;
}

/* 内容区 */
.bg-box {
    background: url(../img/bg1.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

/* 导语 */
.reading {
    background-color: #fdf6c7;
    width: 1200px;
    padding: 30px;
    line-height: 30px;
    color: #692a07;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 标题 */
.biaoti{
    background-color: #3c1600;
    font-size: 45px;
    margin: 0 auto;
    text-align: center;
    color: white;
    margin-bottom: 30px;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 6px;
}
/* 特别优惠 */
.m_t_120 {
    margin-top: 100px;
}

.itembox {
    background-color: #fdf6c7;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 20px 30px !important;
}

.color-z{
    color: #692a07;
}
.color-z-bg{
    background-color: #3c1600 !important;
    color: white !important;
}
.color-f{
    color: #6b7d95;
}
.line_xu1{
    border-bottom: 1px dashed #444;
}


.itembox,
.xm {
    padding: 0 20px;
    box-sizing: border-box;
}

.itembox img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-right: 8px;
}

.kuai {
    display: block;
}

.itembox li {
    margin: 20px 0;
}
/* 整形与小长假 */
.caption{
    padding: 4px 8px;
    margin-bottom: 4px;
    width: fit-content;
    background-color: #333;
}
.project{
    color: #efd362;
}
.border_radius_8{
    border-radius: 8px;
}
.border_radius_4{
    border-radius: 4px;
}

/* 医生推荐 */
.hospital{
padding-left: 5px;
}
.hospital img{
    width: 262px;
    height: 275px;
    border-radius: 4px;
    display: block;
    padding-right: 8px;
}
.hospital li{
    margin-right: 25px;
    width: 264px;
}
.hospital li:nth-child(4){
    margin-right:0 ;
}
.min-w{
    min-width: 0;
}
/* 更多 */
.gengduo{
    width: fit-content;
    margin: 0 auto;
    padding: 4px 10px;
    border-radius: 1000px;
    margin: 30px auto;
}
.gengduo:hover{
    background-color: #5d92d8;
}
.hhide_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
}

