/* 公共样式 */
*{
    margin: 0;
    padding: 0;
}
body{
    background: #f5f5f5;
    /* overflow: hidden; */
}
a{
    text-decoration: none;
    color: #333;
}
input:focus,select:focus {
	outline: none;
}
ul,li{
    list-style-type: none;
}
/* 字体图标 */

.index_kuai{
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
}
/* 顶部 */
.top_bar{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    padding: 14px 0;
    background: #FFFFFF;
    z-index: 999999;
}
/* banner */
.banner_main{
    width: 100%;
    margin: 61px auto 0;
}
.banner{
    width: 100%;
}
/* 栏目导航 */
.menu{
    margin-top: 0px !important;
    display: flex;
    justify-content: space-around;
}
.menu_nyban{
    margin-top: 61px !important;
}
.menu_img{
    text-align: center;
    overflow: hidden;
    width: 16vw;
    border-radius:100%;
    height: 16vw;
    background-color: #ff6983;
    line-height: 24vw;
    margin: 0 auto;
    margin-bottom: 7px;
}
.menu_zixun{
    background-color: #ffba68;
}
.menu_zhishi{
    background-color: #78b5fc;
}
.menu_gonglv{
    background-color: #9e83fe;
}
.menu_img>img{
    width: 48px;
    height: 48px;
    vertical-align: unset;
}
.menu_title{
    text-align: center;
    overflow: hidden;
    color: #666;
    font-size: 16px;
}
/* 面包屑导航 */
.yimei_daohang .yimeidh_list li {
    float: left;
}
.yimei_daohang .yimeidh_list{
    font-size: 14px;
    width: 100%;
	padding:  10px 10px;
	display: inline-block;
}
.yimei_daohang .yimeidh_list li{
	float: left;
}
.yimei_daohang .yimeidh_list li a{
    font-size: 14px;
}
.list_content{
	text-indent: 2em;
	line-height: 30px;
}

/* 整形咨询 */
/* 标题 */
.index_title{
    display: table;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #CC3399;
    padding-bottom: 5px;
    margin: 0 auto 15px;
}
.wenda_list>li{
    display: inline-block;
    width: 100%;
}
.wenda_left{
    float: left;
}
.wenda_right{
    width: 87%;
    float: right;
}
.wenda_title{
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wenda_desc{
    height: 52px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
/* 整形知识 */
.zhishi_list li{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.zhishi_left{
    width: 33%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.zhishi_left img{
    height: 100%;
    width: 100%;
}
.zhishi_right{
    height: 100%;
    width: 64%;
    float: right;
}
.zhishi_biao{
    margin-bottom: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhishi_desc{
    line-height: 22px;
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}
.zhishi_date{
    text-align: right;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}
.list-tag{ font-size:12px;}

/* 整形攻略 */
.gonglv_list>li{
    border-bottom: 1px dashed #e8e8e8;
    height: 40px;
    line-height: 40px;
}
.gonglv_biao{
    width: 80%;
    float: left;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gonglv_date{
    float: right;
    text-align: right;
    color: #999;
    font-size: 13px;
}
/* 整形医院 */
.hospital_list{
    display: flex;
    flex-wrap: wrap;
}
.hospital_list>li{
    margin-right: 5%;
    overflow: hidden;
    width: 47.5%;
    margin-bottom: 20px;
    height: 165px;
}
.hospital_list>li:nth-child(even){
    margin-right: 0px;
}
.hospital_title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.hospital_img{
    height: 135px;
    overflow: hidden;
}
.hospital_img>img{
    width: 100%;
    height: 100%;
}

/* 分页 */
.page{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.page>li{
    margin: 0 5px;
    border: 1px solid #bababa;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 14px;
}
.page>li>a{
    color: #999;
}
/* 新闻详情页 */
.info_title{
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}
.info_list{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.info_list>p{
    color: #999999;
    font-size: 14px;
    margin: 0 3px;
}
.info_content{
    margin-top: 12px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}


/* 医生列表页 */
.doctorlist_left{
    float: left !important;
}
.doctorlist_right{
    float: right !important;
}
.doctorlist_date{
    text-align: left;
}
.doctorlist_list>li{
    height: 150px;
}
.doctorlist_right>img{
    height: auto;
}
.doctorlist_left>.zhishi_desc{
    height: 88px
}
.doctorinfo_list>img{
    display: block;
    margin: 0 auto;
}
.doctorinfo_list>h1{
    margin-top: 20px;
}
.doctorinfo_lie{
    margin-top: 20px;
}
.doctorinfo_lie>p{
    line-height: 30px;
    font-size: 16px;
    color: #8c8c8c;
}
/* 整形底部 */
.yimei_footer{
    background-color: #f1f1f1;
    color: #484848;
    display: inline-block;
    font-size: 14px;
    padding: 5%;
    width: 90%;
}
.footer_content{
    text-align: center;
    line-height: 24px;
}
.yimei_footer>a{
    display: inline-block;
    color: #484848;
    text-align: center;
    width: 100%;
}
/* 整形问答列表页 */
.wendalist_main>li{
    margin-bottom: 20px;
}
.wendalist_title{
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wendalist_desc{
    font-size: 14px;
    line-height: 22px;
    height: 42px;
    color: #999;
    overflow: hidden;
}
.wendalist_img{
    border-radius: 100%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.wendalist_img>img{
    width: 100%;
}
.wendalist_name{
    color: #504e4e;
    font-size: 12px;
    line-height: 20px;
}
.wendalist_name>span{
    margin-right: 10px;
}
.wendalist_center{
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
}
/* 整形问答详情页 */
.wendainfo_title{
    text-align: left;
}
.wendainfo_wenti{
    font-size: 14px;
    line-height: 24px;
}
.wendainfo_img{
    width: 50px;
    height: 50px;
}
.wendainfo_name{
    font-size: 16px;
    line-height: 50px;
}
.wendainfo_name>span{
    margin-right: 15px;
}
.index_kuai img{width:100%}