/*CSS reset*/
.f-center {
    width: 1100px;
    margin: 0 auto;
}

.width1000 {
    width: 1000px;
    margin: 0 auto;
}

.f-youshi {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    padding: 0 30px;
    background-color: #fff;
}

.f-zf-nav {
    width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
    border: #dcdcdc 1px solid;
    padding: 5px 20px;
    background-color: #EDEDED;
}

.f-zf-navL {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.f-zf-navR a {
    padding: 0 10px;
    border-right: #666 1px solid;
    line-height: 30px;
}

.f-zf-navR a:hover {
    color: #000;
    font-weight: bold;
}

.f-zf-navR a:last-child {
    border-right: none;
}

.f-youshi-word {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    color: #bd0007;
    font-size: 26px;
}

.f-ziyuan-a a {
    border-right: #666 1px solid;
    padding: 0 14px;
    line-height: 16px;
}

.f-ziyuan-a a:last-of-type {
    border-right: none;
}

.f-title-h {
    border-left: #bd0007 3px solid;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

/****************************首页***********************/
/******************88热门咨询***************/
.l-Lconsult {
    width: 422px;
}

.l-iplas {
    background-color: #eee;
    height: 28px;
    padding: 10px;
}

.l-iplas h1 {
    line-height: 28px
}

.l-iplas .l-aqnum {
    line-height: 16px;
}

.l-iplas .l-quansw a {
    display: block;
    color: #fff;
    padding: 0 10px;
    width: 72px;
    height: 28px;
    line-height: 28px;
    background-color: #bd0007;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.l-quslist ul {
    width: 196px;
}

.l-quslist ul li {
    background: url("../../images/mr/l-wen.png") no-repeat left;
}

.l-quslist ul li a {
    display: block;
    line-height: 26px;
    padding-left: 20px;
    white-space: nowrap;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*左边切换*/
.l-Lichange {
    height: 32px;
    line-height: 32px;
}

.l-Lichange span {
    float: left;
    width: 83px;
    margin-right: 1px;
    background-color: #eee;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.l-Lichange span:last-child {
    margin-right: 0;
}

.l-Lichange > span.sphover::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 7px solid #bd0007;
}

.l-Lichange .sphover {
    background-color: #bd0007;
    color: #fff;
}

.l-chcont-js ul {
    width: 206px;
}

.l-chcont-js ul li {
    background: url("../../images/mr/dian.png") no-repeat left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l-chcont-js ul li a {
    width: 196px;
    line-height: 25px;
    padding-left: 10px;
}

/*中间部分*/
.l-Mconsult {
    width: 330px;
}

.l-Mshap p a {
    padding: 0 5px;
}

.l-Mztit {
    width: 211px;
}

.l-Mzheng {
    width: 211px;
}

.l-Mzheng li {
    background: url("../../images/mr/dian.png") no-repeat left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l-Mzheng li a {
    line-height: 23px;
    padding-left: 10px;
}

/*右边部分*/
.l-Rconsult {
    width: 286px;
}

.l-Richange {
    height: 34px;
    line-height: 34px;
}

.l-Richange span {
    float: left;
    width: 142px;
    margin-right: 2px;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.l-Richange span:last-child {
    margin-right: 0;
}

.l-Richange > span.sphover2::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 7px solid #bd0007;
}

.l-Richange .sphover2 {
    background-color: #bd0007;
    color: #fff;
}

.l-chcont-js2 ul {
    width: 286px;
}

.l-chcont-js2 ul li {
    background: url("../../images/mr/dian.png") no-repeat left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l-chcont-js2 ul li a {
    line-height: 26px;
    padding-left: 10px;
}

/*精彩专题*/
.l-wonder p a {
    padding: 0 10px;
}

.l-special {
    width: 360px;
}

.l-special ul {
    width: 183px;
}

.l-special ul li {
    background: url("../../images/mr/dian.png") no-repeat left;
    padding-left: 10px;
}

.l-special ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*友情链接*/
.l-flink>a {
    margin-right: 10px!important;
    color: #999!important;
    line-height: 20px;
    float: left;
}

/****************************article***********************/
.l-Aleftcont {
    width: 712px;
}

.l-aquiz p:nth-of-type(1) {
    background: url("../../images/mr/l-wen3.png") no-repeat left;
    width: 357px;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    margin-left: 90px;
}

.l-aquiz p:nth-of-type(2) a {
    display: block;
    width: 102px;
    height: 40px;
    line-height: 40px;
    background-color: #bd0007;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.l-Abotart {
    background: url("../../images/mr/l-wen4.png") no-repeat;
    width: 710px;
    height: 135px;
}

.l-ercode {
    position: absolute;
    top: 11px;
    left: 55px;
}

.l-artilink {
    padding-top: 35px;
}

.l-artilink a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 90px;
    margin: 0 30px;
    line-height: 30px;
}

.ml200 {
    margin-left: 200px;
}

.l-artsub a {
    display: block;
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.l-artsub a:nth-of-type(1) {
    background-color: #fff;
    color: #bd0007;
    border: 1px #fff solid;
}

.l-artsub a:nth-of-type(2) {
    border: 1px #fff solid;
    color: #fff;
}

/**项目切换**/
.l-items-box {
    width: 712px;
    border: #dcdcdc 1px solid;
    padding: 20px;
}

.l-title-items, .l-title-items2, .l-tit-itlsit {
    float: left;
    width: 183px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.l-title-items2 {
    float: left;
    width: 256px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.l-tit-itlsit {
    width: 256px;
}

.l-item-tab {
    border-top: #bd0007 2px solid;
}

.l-item-tab span {
    float: left;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
}

.l-item-cur {
    background-color: #bd0007;
    color: #fff;
}

.l-item-right2 {
    float: right;
    width: 430px;
}

.l-itemBg {
    width: 390px;
    height: 60px;
    padding: 20px;
    background-color: #fff0f2;
}
.l-itemBg2{
	height:152px!important;
}
.l-list-hos9 a {
    float: left;
    width: 195px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background: url("../../images/mr/dian.png") no-repeat left;
}

.l-listhos div {
    width: 210px;
}

.l-listhos div:nth-of-type(1) p {
    line-height: 24px;
    background: url("../../images/mr/f-san.png") no-repeat left;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l-listhos div:nth-of-type(2) a {
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    background: url("../../images/mr/dian.png") no-repeat left;
}

/*右边*/
.l-Arightcont {
    width: 368px;
}

/*助美整形网*/
.l-art-web {
    width: 242px;
}

.l-web-yu a {
    float: left;
    width: 108px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.l-web-yu a:nth-of-type(1) {
    background-color: #bd0007;
    color: #fff;
    border: 1px #bd0007 solid;
}

.l-web-yu a:nth-of-type(2) {
    background-color: #fff;
    color: #bd0007;
    border: 1px #bd0007 solid;
}

/*整形问答*/
.l-iplas2 {
    background-color: #eee;
    height: 28px;
    padding: 10px;
    border-bottom: none;
}

.l-iplas2 h1 {
    line-height: 28px
}

.l-iplas2 .l-aqnum {
    line-height: 16px;
}

.l-iplas2 .l-quansw a {
    display: block;
    color: #fff;
    padding: 0 10px;
    width: 72px;
    height: 28px;
    line-height: 28px;
    background-color: #bd0007;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.l-quslist2 ul {
    width: 168px;
}

.l-quslist2 ul li {
    background: url("../../images/mr/l-wen.png") no-repeat left;
}

.l-quslist2 ul li a {
    display: block;
    line-height: 30px;
    padding-left: 20px;
    white-space: nowrap;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
}

/**表单**/
.l-formBg {
    width: 365px;
    height: 58px;
    line-height: 58px;
    background: url("../../images/mr/l-biao1.jpg") no-repeat;
    color: #fff;
    font-size: 21px;
}

.l-form-tel {
    float: left;
    width: 27px;
    height: 37px;
    background: url("../../images/mr/f-form-tel.png") no-repeat;
    margin-top: 10px;
    margin-left: 95px;
}

.l-form-name {
    float: left;
    width: 143px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    border: #dcdcdc 1px solid;
    color: #999;
    font-size: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.l-radio {
    margin-right: 5px;
    vertical-align: -2px;
}

.l-code-img {
    float: left;
    width: 153px;
    height: 35px;
    line-height: 35px;
    border: #dcdcdc 1px solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    zoom: 1;
}

.l-huan {
    float: left;
    width: 49px;
    height: 35px;
    line-height: 35px;
    border-left: #dcdcdc 1px solid;
    color: #bd0007;
    text-align: center;
}

.l-huan2 {
    float: left;
    width: 49px;
    height: 35px;
    line-height: 35px;
    color: #bd0007;
    text-align: center;
}

.l-form-sub {
    display: inline-block;
    width: 325px;
    height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    background-color: #bd0007;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

/*咨询切换*/
.l-Rachge {
    height: 34px;
    line-height: 34px;
}

.l-Rachge span {
    float: left;
    width: 120px;
    margin-right: 3px;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.l-Rachge span:last-child {
    margin-right: 0;
}

.l-Rachge > span.sphover2::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 7px solid #bd0007;
}

.l-Rachge .sphover2 {
    background-color: #bd0007;
    color: #fff;
}

.l-artdet {
    width: 203px
}

.l-artlist a {
    float: left;
    width: 148px;
    background: url("../../images/mr/dian.png") no-repeat left;
    padding-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
}

.l-artlist a:nth-of-type(2n) {
    margin-right: 0
}

/*优势医院切换*/
.l-arthosp span {
    float: left;
    width: 107px;
    text-align: center;
    font-size: 12px;
    height: 32px;
    line-height: 31px;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
}

.l-arthosp .l-sarther {
    border-top: 2px #bd0007 solid;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: none;
}

/*广告图*/
.l-artrg p:nth-of-type(2) {
    width: 368px;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
}

.l-artrg p:nth-of-type(2) a {
    color: #fff;
}

/**热点导航**/
.f-hot-navL {
    float: left;
    width: 330px;
}

.f-hot-wz {
    float: left;
    width: 40px;
    font-size: 16px;
    padding-top: 10px;
}

.f-hot-icon {
    width: 22px;
    height: 29px;
    display: block;
    background: url("../../images/mr/f-hot.png") no-repeat;
    margin: 0 auto 5px;
}

.f-hos-icon {
    width: 29px;
    height: 30px;
    display: block;
    background: url("../../images/mr/f-hos-icon.png") no-repeat;
    margin: 0 auto 5px;
}

.f-doc-icon {
    width: 28px;
    height: 28px;
    display: block;
    background: url("../../images/mr/f-doc-icon.png") no-repeat;
    margin: 0 auto 5px;
}

.f-hot-item {
    float: left;
    width: 220px;
    margin-left: 30px;
    padding-top: 10px;
}

.f-hot-item a {
    float: left;
    margin-right: 10px;
    padding: 5px 0;
}

.f-right-b {
    height: 50px;
    border-right: #dcdcdc 1px solid;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.f-hot-navC {
    float: left;
    width: 350px;
    padding-left: 40px;
}

.f-hot-hos {
    float: left;
    width: 240px;
    margin-left: 30px;
    padding-top: 10px;
}

.f-hot-hos a {
    float: left;
    margin-right: 10px;
    padding: 5px 0;
}

.f-hot-navR {
    float: left;
    width: 340px;
    padding-left: 40px;
}

/**********************list_artical********************/
.l-Aleftlist {
    width: 770px;
}

.l-listart {
    border-bottom: 6px #F4F4F4 solid;
}

.l-listart:last-child {
    border-bottom: none
}

.l-liawen img {
    margin-right: 5px;
}

.l-liawen a, .l-liawen span {
    margin-right: 20px
}

/**分页**/
.f-page {
    width: 775px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.f-page a, .f-page span {
    border: #ccc 1px solid;
    padding: 5px 10px;
    margin: 0 3px;
    font-size: 12px;
}

.f-page span.current {
    background-color: #bd0007;
    color: #fff;
    border: #bd0007 1px solid !important;
}

/*右边*/
.l-Arightlist {
    width: 310px;
}

/*整形部位*/
.l-shapseat {
}

.l-shapseat dl {
    float: left;
    width: 70px;
    margin: 0 10px 20px 0;
}

.l-shapseat dl:nth-of-type(4n) {
    margin-right: 0;
}

.l-shapseat dl dt {
    width: 32px;
    height: 26px;
    margin: 3px auto;
}

.l-shapseat dl dt img {
    display: block;
}

.l-shapseat dl dd {
    width: 70px;
}

.l-shapseat dl dd a {
    display: block;
    text-align: center;
    line-height: 20px;
    width: 70px;
}

/*相关医院*/
.l-artlist2 a {
    float: left;
    width: 258px;
    background: url("../../images/mr/dian.png") no-repeat left;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
}

.l-lahosp {
    width: 129px;
}

.l-lahosp p:nth-of-type(2) {
    width: 129px;
    height: 22px;
    line-height: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
}

.l-lahosp p:nth-of-type(2) a {
    color: #fff;
}

/*相关医生*/
.l-doc-box {
    float: left;
    width: 72px;
    margin-right: 26px;
}

.l-doc-box:last-of-type {
    margin-right: 0;
}

.f-doc-cont {
    width: 72px;
    height: 36px;
    overflow: hidden;
    zoom: 1;
}

/*切换*/
.l-Richan2 {
    height: 34px;
    line-height: 34px;
}

.l-Richan2 span {
    float: left;
    width: 153px;
    margin-right: 2px;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.l-Richan2 span:last-child {
    margin-right: 0;
}

.l-Richan2 > span.sphover2::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 7px solid #bd0007;
}

.l-Richan2 .sphover2 {
    background-color: #bd0007;
    color: #fff;
}

.l-artcont ul {
    width: 268px;
}

.l-artcont ul li {
    background: url("../../images/mr/dian.png") no-repeat left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l-artcont ul li a {
    line-height: 26px;
    padding-left: 10px;
}

/****************问答页面****************/
/**今日焦点**/
.f-kq-oneL {
    float: left;
    width: 310px;

}

.f-moufocus {
    width: 95px;
    height: 26px;
    line-height: 26px;
    padding-left: 15px;
    color: #bd0007;
    border-bottom: 2px #bd0007 solid;
    position: relative;
    overflow: hidden
}

.fl-askr a {
    padding: 0 4px;
}

.f-focnews {
    width: 310px;
}

.f-focnews div p {
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/**热门推荐**/
.f-kq-oneC {
    float: left;
    width: 390px;
}

.f-tj-left {
    float: left;
    width: 175px;
    height: 268px;
    background-color: #FFF3F5;
    padding: 10px;
}

.f-tj-W {
    float: left;
    width: 155px;
    height: 36px;
    overflow: hidden;
    zoom: 1;
}

.f-tj-right {
    float: left;
    width: 195px;
    height: 268px;
    overflow: hidden;
    zoom: 1;
}

.f-tj-a a {
    float: left;
    width: 190px;
    background: url("../../images/mr/f-san.png") no-repeat left center;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
}

/****/
.f-kq-oneR {
    float: right;
    width: 340px;
    height: 315px;
}

.f-hd {
    width: 340px;
    padding: 10px;
    background-color: #FFF3F5;
    margin-bottom: 10px;
}

.f-hd:last-child {
    margin-bottom: 0;
}

.f-hd-w {
    float: left;
    width: 180px;
}

.f-hd-h {
    width: 185px;
    height: 54px;
    overflow: hidden;
    zoom: 1;
}

/**问答列表**/
.f-askCont {
    border: #dcdcdc 1px solid;
    padding: 20px;
}

.f-askList {
    padding: 20px 0;
    border-bottom: #dcdcdc 1px dashed;
}

.f-askList:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.f-wen {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("../../images/mr/l-wen.png") no-repeat;
    vertical-align: -4px;
}

.f-da {
    float: left;
    width: 15px;
    height: 15px;
    background: url("../../images/mr/l-da.png") no-repeat;
}

.f-da-w {
    float: left;
    width: 693px;
    height: 42px;
    line-height: 21px;
    /*text-indent: 2rem;*/
    overflow: hidden;
    zoom: 1;
}

.f-da-w-art {
    float: left;
    width: 670px;
    height: 42px;
    line-height: 21px;
    text-indent: 2rem;
    overflow: hidden;
    zoom: 1;
}

/**问答index**/
.f-askFrom {
    border: #dcdcdc 1px solid;
    padding: 20px;
}

.f-icon-mi {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("https://mr.51daifu.com/resource/mr2017/images/mr/f-mi.png") no-repeat;
    vertical-align: 3px;
    margin-right: 5px;
}

.f-ask-t {
    float: left;
    width: 85px;
    text-align: right;
}

.f-ask-title {
    float: left;
    width: 295px;
    height: 30px;
    line-height: 30px;
    border: #dcdcdc 1px solid;
    padding-left: 10px;
}

.f-ask-textarea {
    float: left;
    width: 599px;
    height: 145px;
    line-height: 30px;
    border: #dcdcdc 1px solid;
    padding-left: 10px;
    outline: none;
    resize: none;
}

.f-ask-name {
    float: left;
    width: 230px;
    height: 30px;
    line-height: 30px;
    border: #dcdcdc 1px solid;
    padding-left: 10px;
}

.f-ask-code {
    position: absolute;
    right: 1px;
    top: 1px;
    border-left: #dcdcdc 1px solid;
}

.cp {
    cursor: pointer;
}

.f-yinsi {
    position: absolute;
    left: 351px;
    top: 5px;
}
.f-yinsi2{
	top: 34px;
}
.f-ask-sub {
    float: left;
    width: 260px;
    height: 35px;
    background-color: #bd0007;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 105px;
    font-size: 14px;
}

.f-ask-zixun {
    float: left;
    width: 258px;
    height: 33px;
    line-height: 33px;
    color: #bd0007 !important;
    border: #bd0007 1px solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 30px;
    font-size: 14px;
    text-align: center;
}

.l-newqan {
    line-height: 48px;
    height: 48px;
}

.l-newqan h1 {
    width: 140px;
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    color: #bd0007;
    border-bottom: 2px #bd0007 solid;
    overflow: hidden;
}

.l-lomore {
    width: 178px;
    height: 32px;
    line-height: 32px;
    border: 1px #bd0007 solid;
    margin: 30px auto 10px auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*问答首页*/
.l-askzhifa {
    width: 320px;
    height: 266px;
    background: url("../../images/mr/l-ask1.png") no-repeat left;
}

.l-askzhifa p:nth-of-type(1) {
    font-size: 28px;
    position: absolute;
    left: 85px;
    top: 18px;
}

.l-askzhifa p:nth-of-type(2) {
    position: absolute;
    left: 98px;
    top: 213px;
}

/*问答详情页*/
.l-tothques a {
    float: left;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border: 1px #ddd solid;
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    margin-right: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.l-tothques a:hover {
    background-color: #bd0007;
    color: #fff;
    border: 1px #bd0007 solid;
}

.l-userques {
    border-top: 2px #bd0007 solid;
}

.l-userques .ask_top {
    height: 36px;
    line-height: 36px;
    background-color: #F5F5F5;
}

/*猜你喜欢*/
.ask-price li {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 45px;
    margin: 40px 0;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.ask-price li::before {
    content: '';
    position: absolute;
    top: -41px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #12c7a9;
    transform: scale(0);
    transition: all .5s ease;
}

.ask-price li:hover::before {
    transform: scale(1);
    transition: all .5s ease;
}

.ask-price li:nth-of-type(2)::before {
    background: #fe6897;
}

.ask-price li:nth-of-type(3)::before {
    background: #fa8778;
}

.ask-price li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 130px;
    border-right: 1px dashed #ccc;
}

.ask-price li:nth-of-type(3)::after {
    height: 0;
}

.ask-price li .icon {
    display: inline-block;
    width: 63px;
    height: 63px;
    margin-bottom: 5px;
    background-position: 0 0;
    background-image: url('../../images/mr/mr_icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.ask-price li .ask-doctor {
    background-position: 0 -63px;
}

.ask-price li .ask-hospital {
    background-position: 0 -126px;
}

.ask-price li p {
    color: #666;
}

.ask-price li .ask-btn {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    overflow: hidden;
}

.ask-price li .ask-green-btn {
    border: 1px solid #12c7a9;
    color: #12c7a9;
}

.ask-price li .ask-pink-btn {
    border: 1px solid #fe6897;
    color: #fe6897;
}

.ask-price li .ask-orange-btn {
    border: 1px solid #fa8778;
    color: #fa8778;
}

.ask-price li .ask-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #12c7a9;
    transition: all .5s ease;
}

.ask-price li:nth-of-type(2) .ask-btn::before {
    background: #fe6897;
}

.ask-price li:nth-of-type(3) .ask-btn::before {
    background: #fa8778;
}

.ask-price li .ask-btn::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}

.ask-price li .ask-btn:hover::before {
    width: 100%;
    transition: all .5s ease;
}

.ask-price li .ask-btn:hover::after {
    color: #fff;
    transition: all .5s ease;
}

.l-sharem a {
    float: left;
    margin-left: 8px;
    width: 32px;
    height: 30px;
}

/*分享分享*/
.bds_tqq {
    background: url("../../images/mr/l-share1.png") no-repeat left;
}

.bds_qzone {
    background: url("../../images/mr/l-share2.png") no-repeat left;
}

.bds_tsina {
    background: url("../../images/mr/l-share3.png") no-repeat left;
}

.bds_sqq {
    background: url("../../images/mr/l-share4.png") no-repeat left;
}

.bds_renren {
    background: url("../../images/mr/l-share5.png") no-repeat left;
}

/*2017-12-8 */
.l-mr-r {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #cacaca;
    width: 327px;
}

.l-mr-r > a {
    border-left: #bd0007 3px solid;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    display: block;
    text-align: left;
}

.l-mr-con {
    margin-top: 20px;
}

.l-mr-con a {
    width: 147px;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    display: inline-block;
    text-align: left;
}

/*12/9*/
.l-zx-list {
    width: 363px;
    overflow: hidden;
    border-bottom: 3px solid #f2f2f4;
}

.l-zx-list-a {
    position: relative;
}

.l-zx-list-a img {
    width: 147px;
    height: 134px;
}

.l-zx-list-a p {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #ffffff;
    height: 20px;
    width: 142px;
    background: #bd0007;
    padding-left: 5px;
}

.l-zx-list-r {
    width: 185px;
    overflow: hidden;
    height: 134px;
}

.l-zx-list-r-a {
    border-right: none !important;
    font-size: 16px;
    color: #000 !important;
    font-weight: bold;
    display: block;
    line-height: 16px !important;
    margin-bottom: 5px;
}

.l-zx-list-r a {
    border-right: 1px solid #cacaca;
    line-height: 19px;
    padding-right: 6px;
    margin-right: 5px;
    color: #999;
}

.l-zx-list-r a:last-child {
    border-right: none;
}

.l-zx-list-r h2 {
    font-size: 16px;
    color: #424242;
    font-weight: bold;
}

.l-zx-list-b {
    width: 175px;
    height: 75px;
    line-height: 20px;
}

.l-zx-list-b a {
    display: block;
}

.l-listhos-list a {
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    background: url(../../images/mr/dian.png) no-repeat left;
}

/*zx页面*/
.l-iplas2-zxwd {
    width: 40px;
}

.l-artlist3 a {
    width: 119px;
}

.l-mr-con2 a {
    margin-right: 0;
    width: 121px;
}

.l-itemBg2-a {
    color: #bd0007;
    font-size: 14px;
    font-weight: bold;
}

.l-itemBg-p {
    line-height: 21px;
    color: #999 !important;
    margin-top: 5px;
    text-indent: 2rem;
}

/*问答页面*/
.l-fkq-oneR {
    width: 321px;
}

.l-f-hd {
    width: 320px;
}

.l-f-hd-w {
    width: 160px;
}

.l-f-hd-h {
    width: 160px;
}

.l-mr-r2 {
    width: auto;
}

.l-mr-r2 .l-mr-con a {
    padding-left: 0;
    width: 136px;
}

.li-artlist a {
    width: 120px;
}

.l-items-hos {
    border-bottom: 1px solid #cacaca;
}

.l-items-hos .list {
    width: 118px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.l-items-hos .list img {
    width: 118px;
    height: 70px;
}
.l-items-hos .list:nth-of-type(n+16){
    margin-bottom: 0;
}
.l-items-hos:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.l-items-hos .list .name {
    width: 118px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-weight: bold;
    left: 0;
}

.l-items-hos .list:nth-child(5n+1){
    margin-right: 0;
}

.l-items-hos .hos::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #bd0007;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.l-rmys-list {
    width: 92px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.l-rmys-list-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.l-rmys-list-a2 {
    color: #999;
    margin-top: 5px;
    margin-bottom: 10px;
}

.l-rmys-list a {
    display: block;
}

/*index改版样式*/
.l-zxmr-list {
    width: 340px;
}

.l-zxmr-list .nav-name {
    border-left: #bd0007 3px solid;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.l-zxmr-list .nav a:not(.f-title-h2) {
    border-right: 1px solid #cacaca;
    margin-left: 2px;
    padding-right: 5px;
}

.l-zxmr-list .nav a:last-child {
    border-right: none;
}
.l-zxmr-list .news4{
    width:160px;
    float: left;
}
.l-zxmr-list .news a {
    width: 165px;
    float: left;
    height: 20px;
    overflow: hidden;
    line-height: 24px;
}

/*.l-zxmr-list .news a:nth-of-type(2n) {*/
    /*margin-left: 10px;*/
/*}*/

.l-zxmr-list .news2 .img {
    width: 113px;
    height: 80px;
}

.l-zxmr-list .news2 > div {
    width: 195px;
}

.l-zxmr-list2 {
    width: 380px;
}

.l-zxmr-list2 .news a {
    width: 185px;
}

.zt-list {
    width: 180px;
    float: left;
    margin-right: 10px;
}

.zt-list:nth-of-type(n+5) {
    margin-top: 20px;
}

.zt-list .img img {
    width: 180px;
    height: 80px;
}

.zt-list .img p {
    width: 159px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.zt-list .news a {
    line-height: 21px;
    overflow: hidden;
    height: 21px;
    display: block;
}

.l-left {
    width: 760px;
}

.l-zx-img {
    width: 340px;
    height: 67px;
}

.l-zx-img2 {
    margin-top: 20px;
    width: 340px;
    height: 67px;
}

.l-zxmr-list3 {
    width: 250px;
}

.l-zxmr-list3 .img {
    width: 100px;
    height: 116px;
    float: left;
}

.l-Lconsult2 {
    width: 340px;
}

.f-title-h2 {
    border-left: #bd0007 3px solid;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.l-zxmr-list3 .news3 {
    width: 123px;
    float: left;
    margin-left: 10px;
}

.l-zxmr-list3 .news3 a {
    display: block;
    height: 20px;
    overflow: hidden;
}

.l-right {
    width: 340px;
}

.l-zx-dongtai > div a {
    width: 157px;
    float: left;
    height: 20px;
    overflow: hidden;
}

.l-zx-dongtai > div a:nth-of-type(2n) {
    margin-left: 20px;
}

.l-rmys-list2 {
    width: 70px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.l-rmys-list2 .l-rmys-list-a2 {
    color: #999;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    height: 36px;
}

.l-quslist3 ul {
    width: 152px;
}
.l-quslist3 li {
    height: 30px;
}
.l-quslist2 li{
    height: 30px;
}
.f-zixun-name .red {
    margin-left: -5px;
}

.f-zixun-name2 a {
    line-height: 21px;
}

.f-zixun-name2 {
    width: 50px;
}

.f-zixun-title3 a {
    line-height: 21px;
}

.l-items-hos-city{
    line-height: 22px;
}
.l-items-hos-city a{
     margin-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #cacaca;
}
.l-items-hos-city a:last-child{
    border-right: none;
}
.l-items-act .box{
    width: 330px;
}
.l-items-act{
    padding-bottom: 20px;
}
.l-items-act .box1 img{
    width: 80px;
    height: 80px;

}
.l-items-act .box1 >div{
    width: 230px;
}
.l-items-act .box2 a{
    float: left;
    width: 160px;
    height: 20px;
    overflow: hidden;
}
.l-items-act .box2 a:nth-of-type(2n){
    margin-left: 10px;
}

.l-view-zx{
    width: 367px;
}
.l-view-zx .news a{
    width: 155px;
}

.l-rmys-lis3 .l-rmys-list-a2{
    height: 20px;
    overflow: hidden;
    display: block;
}


.l-items-wenda{
    width: 320px;
}
.l-items-wenda:nth-of-type(2n){
    margin-left: 15px;
}
.l-items-da{
    height: 40px;
    overflow: hidden;
}
/*右边*/
.q_oneBox,.q_left,.q_con,.q_zuo,.q_w{
	width: 712px!important;
}
.q_boxSize,.q_width,.q_artR,.q_boxR,.q_news,.q_tjBox{
	width: 368px!important;
}
.q_inline{
	width: 368px!important;
	display: inline-block;
	float: left;
}
.q_zuo{
	float: left;
}
.q_boxSize{
	margin-left: 0;
	border: none;
	height: auto;
	padding: 0;
}
.q_left{
	margin-top: 20px;
}
.q_width{
	margin-top: 20px;
}
.q_wt{
	width: 712px!important;
}
.q_height{
	height: 181px;
}
.l-title-items3{
    width: 200px;
}
.l-listhos2 a{
    width: 191px;
    display: block;
    line-height: 24px;
    float: left;
}
.l-listhos2 a:nth-of-type(2n){
    margin-left: 15px;
}
.l-left2{
    width: 732px;
}
.l-left2 .l-zxmr-list3{
    width: 242px;
    height: 148px;
}
.l-Aleftcont .l-zx-list{
    width: 330px;
}
.l-Aleftcont .l-zx-list-a p{
    width: 120px;
}
.l-Aleftcont .l-zx-list-a img{
    width: 125px;
}
.l-Aleftcont .l-zx-list-b{
    width: 152px;
    height: auto;
}
.l-Aleftcont .l-title-items2{
    width: 196px;
}
.dm_hos_k{
    overflow: hidden;
    /*padding-bottom: 10px;*/
    float: left;
    margin-top: 20px;
   
}
.dm_hos_head {
    border: 1px solid #ffe1de;
    background: #fff6f6;
    height: 40px;
    font-weight: bold;
    width: 712px;
    font-size: 12px;
    color: #e02516;
    line-height: 40px;
    overflow: hidden;
}
.dm_hos_head ul li {
    float: left;
    line-height: 40px;
    text-align: left;
}
.dm_hos_head .title {
    width: 224px;
    padding-left: 15px;
}
.dm_hos_head .title>a{
    color: #e02516;
}
.dm_hos_head .zhekou {
    width: 180px;
    text-align: center;
}
.dm_hos_head .yuyue {
    width: 170px;
    text-align: center;
}
.dm_hos_head .zixun {
    width: 118px;
    text-align: center;   
}
.l-zxmr-list5{
	width: 712px;
	margin-right: 20px;
}
#list .title{
	width: 220px;
    padding-left: 15px;
    color: #bd0007;
    font-size: 14px;
}
#list .title > a{
    color: #bd0007;
    font-size: 14px;
}
#list .zhekou{
	width: 180px;
    
}
#list .yuyue {
    width: 170px;
    
}
#list .zixun {
    width: 118px;
    color: #bd0007;
    padding-left: 5px;
}
.dm_hos_ls {
    width: 712px;
    border-left: 1px solid #ffe1de;
    border-right: 1px solid #ffe1de;
    border-bottom: 1px solid #ffe1de;
}
.dm_hos_ls ul li {
    border-bottom: 1px dashed #e8e8e8;
    height: 40px;
	line-height: 40px;
    float: left;
}
.l-zxmr-list3 .name{
    width: 95px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    padding-left: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.l-zxmr-list4{
    width: 32.8%;
}
.l-zxmr-list4 .news3{
    width: 219px;
    float: left;
}
.l-zxmr-list4 .nav a:not(.f-title-h2) {
    border-right: 1px solid #cacaca;
    margin-left: 2px;
    padding-right: 5px;
}
.l-zxmr-list4 .nav a:last-child {
    border-right: none;
}
.l-zxmr-list4 .img{
    width: 219px;
    height:100px;
    float: left;
}
.l-zxmr-list4 .name{
    width: 95px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    padding-left: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.l-zxmr-list3 .news3 a {
    display: block;
    width: 135px;
    height: 20px;
    overflow: hidden;
}
.l-zxmr-list3 .name{
    width: 95px;
}
.navlist{
    border: 1px solid #ffe1de;
}
.navlist a{
    color: #333;
    font-size: 13px;
    width: 92px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navlist span{
    padding: 5px 8px;
}
.navlist a:hover{
    color: #bd0007;
}
.l-i-r-con{
    padding-bottom: 0px!important;
}
.l-i-r-con > a{
    background: #f1f1f1;
    float: left;
    padding: 0 5px;
    width: 52px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #4a4a4a;
    margin: 0 5px 15px 0;
    text-align: center;
    font-weight: bold;
    color: #8c8c8c;
    overflow: hidden;
}
.l-i-r-con > a:nth-of-type(5n){
    padding-right: 0;
    margin-right: 0;
}
a.anhui{
    border-right: 0px;
}
.q_title{
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
}
