.index-info {
    width: 1108px;
    margin: 45px auto 0px auto;
}

/*热门资讯标题开始*/
.index-rmzx .rmzx-title{
    display: flex;
    align-items: baseline;
    margin: 10px 0px 0px 14px;
}

.index-rmzx .rmzx-title .rmzx-title-title{
    width: 33%;
}
.index-rmzx .rmzx-title .blue-line{
    width: 34%;
    height: 2px;
    background-color: #e13953;
}

.rmzx-title-title{
    text-align: center;
}

.rmzx-title-title span{
    font-size: 29px;
}

.rmzx-title-title .eng-title{
    margin-top: 10px;
    font-size: 14px;
    color: #e13953;
}

.rmzx-title-title .title-one {
    color: black;
}

.rmzx-title-title .title-two {
    color: #fda82a;
}

.index-rmzx .rmzx-con {
    display: flex;
    justify-content: center;
    /* margin-left: 271px; */
    margin-top: 30px;
    font-size: 20px;
}
.index-rmzx .rmzx-con .rmzx-con-con{
    text-align: center;
    cursor: pointer;
    /* margin-left: 140px; */
}
.index-rmzx .rmzx-con .rmzx-con-con:nth-child(2){
    margin: 0 100px;
}
/*热门资讯标题结束*/

.index-info-content{
    margin: 30px 0px 0px 0px;
    width: 100%;
    display: flex;
}

.index-info-content .content-left {
    width: 32%;
    height: 100%;
}

.index-info-content .content-center {
    width: 32%;
    height: 100%;
}

.index-info-content .content-right {
    width: 32%;
    height: 100%;
}

.index-info-content .content-left .content-left-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    margin-top: -10px;
}

.index-info-content .content-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-title p {
    font-weight: 500;
    margin-left: 3px;
    line-height: 22px;
    font-size: 14px;
}

.content-left li {
  margin-top: 10px;
}

.content-left-bottom {
    display: flex;
    justify-content: space-between;
}

.content-left-bottom-left {
    width: 49%;
}

.content-left-bottom-right {
    width: 49%;
}

.content-left-bottom-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.content-left-bottom-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}


.index-info-content .content-right .content-right-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    margin-top: -10px;
}

.content-right li {
    margin-top: 10px;
}

.content-right-bottom {
    display: flex;
    justify-content: space-between;
}

.content-right-bottom-left {
    width: 49%;
}

.content-right-bottom-right {
    width: 49%;
}

.content-right-bottom-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.content-right-bottom-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.content-second-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-second-title p {
    margin-top: 5px;
    line-height: 25px;
    margin-left: 3px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.content-center .content-title p {
    line-height: 30px;
}

.title-img {
    width: 342px;
    height: 205px;
}

.title-img2 {
    width: 167px;
    height: 99px;
}

.index-info-ljgd {
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.black-line {
    height: 1px;
    width: 18%;
    background-color: black;
}

.index-info-ljgd .ljgd-border {
    width: 180px;
    height: 35px;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 471px;
}

.index-info-ljgd .ljgd-border .ljgd-rmzx span {
    font-size: 16px;
}

/*最新案例标题开始*/
.index-zxal {
    margin-top: 20px;
}

.index-zxal .zxal-title {
    display: flex;
    align-items: baseline;
    margin: 10px 0px 0px 14px;
}

.index-zxal .zxal-title .zxal-title-title {
    width: 33%;
}

.index-zxal .zxal-title .blue-line {
    width: 34%;
    height: 2px;
    background-color: #e13953;
}

.zxal-title-title {
    text-align: center;
}

.zxal-title-title span {
    font-size: 29px;
}

.zxal-title-title .eng-title {
    margin-top: 10px;
    font-size: 14px;
    color: #e13953;
}

.zxal-title-title .title-one {
    color: black;
}

.zxal-title-title .title-two {
    color: #fda82a;
}

.index-zxal .zxal-con {
    display: flex;
    margin-left: 271px;
    margin-top: 30px;
    font-size: 20px;
}

.index-zxal .zxal-con .zxal-con-con {
    text-align: center;
    cursor: pointer;
    margin-left: 140px;
}
/*最新案例标题结束*/

.index-info-content-zxal {
    margin: 30px 0px 0px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 0px 10px 7px;
}

.index-info-content-zxal ul {
    justify-content: space-between;
}

.index-info-content-zxal .index-zxal-row1 {
    display: flex;
}

.index-info-content-zxal .index-zxal-row2 {
    display: flex;
}

.index-info-content-zxal .index-zxal-row1 li {
    width: 16%;
    height: 260px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.index-info-content-zxal .index-zxal-row2 li {
    width: 16%;
    height: 260px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.index-info-ljgd .ljgd-border .ljgd-zxal span {
    font-size: 16px;
}

/*最新案例标题开始*/
.index-yydq {
    margin-top: 20px;
}

.index-yydq .yydq-title {
    display: flex;
    align-items: baseline;
    margin: 10px 0px 0px 14px;
}

.index-yydq .yydq-title .yydq-title-title {
    width: 33%;
}

.index-yydq .yydq-title .blue-line {
    width: 34%;
    height: 2px;
    background-color: #e13953;
}

.yydq-title-title {
    text-align: center;
}

.yydq-title-title span {
    font-size: 29px;
}

.yydq-title-title .eng-title {
    margin-top: 10px;
    font-size: 14px;
    color: #e13953;
}

.yydq-title-title .title-one {
    color: #fda82a;
}

.yydq-title-title .title-two {
    color: black;
}

.index-yydq .yydq-con {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 20px;
}

.index-yydq .yydq-con .yydq-con-con {
    text-align: center;
    cursor: pointer;
    /* margin-left: 140px; */
}
.index-yydq .yydq-con .yydq-con-con:nth-child(2){
    margin: 0 100px;
}
/*最新案例标题结束*/

.index-info-content-yydq {
    margin: 30px 0px 0px 10px;
    width: 98%;
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
}

.index-info-content-yydq .index-yydq-row {
    display: flex;
    flex-wrap: wrap;
}

.index-info-content-yydq .index-yydq-row li {
    width: 24.8%;
    height: 250px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
}

.index-info-content-yydq ul li img {
    width: 220px;
    height: 132px;
    object-fit: cover;
    margin: 10px auto 0px auto;
}

.index-info-content-yydq ul li a {
    width: 220px;
    height: unset;
    object-fit: cover;
    margin: 0px auto 0px auto;

}
.yydq-text{
    display: flex;
    align-items: center;
    flex-direction: column; 
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.yydq-text .yy_name{
    height: 25px;
    
}
.yydq-text .yy_address{
    width: 260px;
     overflow: hidden;
     white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0px;
}



.index-yydq-row .yydq-link {
    width: 90%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #f1f1f1;
    padding: 5px 0px;
}
.xm_tittle{
width: 80px;
color:#e13953 ;
}
.xm_text{
    font-weight: normal;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-yydq-row .yydq-link img {
    width: 35px;
    height: 35px;
    margin: 5px 0px 0px 78px;
}

.index-yydq-row .yydq-link p {
    line-height: 40px;

}

.index-yydq-row .yydq-link .yydq-link1 {
    color: grey;
}


.index-info-ljgd .ljgd-border .ljgd-yydq span {
    font-size: 16px;
}


/*推荐医生标题开始*/
.index-tjys {
    margin-top: 20px;
}

.index-tjys .tjys-title {
    display: flex;
    align-items: baseline;
    margin: 10px 0px 0px 14px;
}

.index-tjys .tjys-title .tjys-title-title {
    width: 33%;
}

.index-tjys .tjys-title .blue-line {
    width: 34%;
    height: 2px;
    background-color: #e13953;
}

.tjys-title-title {
    text-align: center;
}

.tjys-title-title span {
    font-size: 29px;
}

.tjys-title-title .eng-title {
    margin-top: 10px;
    font-size: 14px;
    color: #e13953;
}

.tjys-title-title .title-one {
    color: black;
}

.tjys-title-title .title-two {
    color: #fda82a;
}

.index-tjys .tjys-con {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 20px;
}

.index-tjys .tjys-con .tjys-con-con {
    text-align: center;
    cursor: pointer;
}
.index-tjys .tjys-con .tjys-con-con:nth-child(2){
    margin: 0 100px;
}
/*推荐医生标题结束*/

.index-info-content-tjys {
    margin: 30px 0px 0px 10px;
    width: 98%;
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
}

.index-info-content-tjys .index-tjys-row {
    display: flex;
    flex-wrap: wrap;
}

.index-info-content-tjys .index-tjys-row li {
    width: 24.8%;
    height: 244px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
}

.index-info-content-tjys ul li img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px auto 0px auto;
}

.index-info-content-tjys ul li a {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0px auto 15px auto;
    font-size: 16px;
}

.index-info-content-tjys span {
    margin: 5px auto 0px auto;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-tjys-row .tjys-link {
    padding: 5px 5px 5px 5px;
    margin: 10px auto 5px auto;
    width: 90%;
    height: 21px;
    line-height: 23px;
    background-color: #f1f1f1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*优选项目标题开始*/
.index-yxxm {
    margin-top: 20px;
}

.index-yxxm .yxxm-title {
    display: flex;
    align-items: baseline;
    margin: 10px 0px 0px 14px;
}

.index-yxxm .yxxm-title .yxxm-title-title {
    width: 33%;
}

.index-yxxm .yxxm-title .blue-line {
    width: 34%;
    height: 2px;
    background-color: #e13953;
}

.yxxm-title-title {
    text-align: center;
}

.yxxm-title-title span {
    font-size: 29px;
}

.yxxm-title-title .eng-title {
    margin-top: 10px;
    font-size: 14px;
    color: #e13953;
}

.yxxm-title-title .title-one {
    color: black;
}

.yxxm-title-title .title-two {
    color: #fda82a;
}

.index-yxxm .yxxm-con {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 16px;
}

.index-yxxm .yxxm-con .yxxm-con-con {
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
.index-yxxm .yxxm-con .yxxm-con-con:nth-child(2){
    margin: 0 100px;
}
/*优选项目标题结束*/

.index-info-content-yxxm {
    margin: 30px 0px 0px 10px;
    width: 98%;
    border: 1px solid #f1f1f1;
    padding: 10px 10px 10px 10px;
}

.index-info-content-yxxm .index-yxxm-row li {
    width: 100%;
    height: 159px;
    margin-bottom: 20px;
    display: flex;
}

.index-info-content-yxxm ul {
    display: flex;
    flex-direction: column;
}

.index-info-content-yxxm .index-yxxm-row li img {
    width: 260px;
    height: 159px;
    object-fit: cover;
    margin-right: 23px;
}

.index-info-content-yxxm .index-yxxm-row li .yxxm-link {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.index-info-content-yxxm .index-yxxm-row li .yxxm-link .jgyuan {

}

.yxxm-link .yxxm-link-title {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    margin-bottom: 10px;
}

.yxxm-link .yxxm-link-desc a {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-bottom: 10px;
}

.yxxm-link .yxxm-link-desc .yxxm-link-desc-ckqw a {
    color: #0a8ec5;
}

.index-info-content-yxxm .index-yxxm-row li .yxxm-link .jgyuan .time {

    color: #999;
    float: right;
}

.index-yhzk .index-yhzk-title .index-yhzk-nav {
    font-size: 29px;
    color: #333;
    float: left;
    font-weight: 600;
    margin-left: 25px;
    display: flex;
}


.index-yhzk .index-yhzk-title .index-yhzk-title-yimei-kouqiang {
    display: flex;
    margin-left: 600px;
}

.index-yhzk .index-yhzk-title p {
    line-height: 35px;
    cursor: pointer;
    margin-left: 50px;
    font-size: 18px;
    font-weight: bold;
}

.index-yhzk .index-yhzk-title .blue-block {
    width: 5px;
    height: 31px;
    background-color: #e13953;
    border-radius: 5px;
    margin-right: 20px;
}

.index-yhzk {
    margin-top: 20px;
}

.index-info-content-yhzk .index-yhzk-row {
    display: flex;
    justify-content: space-between;
}

.index-info-content-yhzk .index-yhzk-row li {
    width: 20%;
    height: 182px;
}

.index-info-content-yhzk .index-yhzk-row li img {
    width: 220px;
    height: 132px;
    object-fit: cover;
}

.index-info-content-yhzk {
    margin-top: 30px;
    padding: 10px 18px 10px 18px;
    border: 1px solid #f1f1f1;
}

.index-info-content-yhzk .index-yhzk-row .yhzk-link-title {
    margin-top: 8px;
    margin-left: 3px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.index-info-ljgd .ljgd-border .ljgd-yhzk span {
    font-size: 16px;
}

.selected {
    color: #e13953;
}

.index-yydq .index-info-content-yydq a {
    text-decoration: none;
}

.index-info-content-tjys .index-tjys-row a {
    text-decoration: none;
}

.index-info-content-yxxm a {
    font-size: 18px;
    text-decoration: none;
}

.index-info-content-yhzk a {
    text-decoration: none;
}

.index-rmzx .index-info-content a {
    text-decoration: none;
}

.index-zxal .index-info-content-zxal a {
    text-decoration: none;
}

.index-info-ljgd a {
    text-decoration: none;
}

.layout .lzm-wx img {
    width: 78px;
    height: 78px;
    margin-left: 20px;
}

.footer-nav {
    margin-left: 150px;
}

.footer .layout {
    display: flex;
}

/*优选项目标题开始*/
.index-yhzk {
    margin-top: 20px;
}

.index-yhzk .yhzk-title {
    display: flex;
    align-items: baseline;
    margin: 10px 0px 0px 14px;
}

.index-yhzk .yhzk-title .yhzk-title-title {
    width: 33%;
}

.index-yhzk .yhzk-title .blue-line {
    width: 34%;
    height: 2px;
    background-color: #e13953;
}

.yhzk-title-title {
    text-align: center;
}

.yhzk-title-title span {
    font-size: 29px;
}

.yhzk-title-title .eng-title {
    margin-top: 10px;
    font-size: 14px;
    color: #e13953;
}

.yhzk-title-title .title-one {
    color: black;
}

.yhzk-title-title .title-two {
    color: #fda82a;
}

.index-yhzk .yhzk-con {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 20px;
}

.index-yhzk .yhzk-con .yhzk-con-con {
    text-align: center;
    cursor: pointer;
}
.index-yhzk .yhzk-con .yhzk-con-con:nth-child(2){
    margin: 0 100px;
}
/*优选项目标题结束*/

.index-tjys-row .tjys-link span{
    color: #e13953;
    font-size: 14px;
    font-weight: unset;
}

.index-info-ljgd .ljgd-border .ljgd-yxxm span {
    font-size: 16px;
}

.index-info-ljgd .ljgd-border .ljgd-tjys span {
    font-size: 16px;
}

.yyxm-img{
    width: 260px;
    height: 159px;
    margin-right: 23px;
}

.index-rmzx .content-info ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 3px;
}

.index-rmzx .content-info ul li {
    margin: 10px 10px 14px 10px;
    height: 210px;
    width: 203px;
    text-align: center;
    position: relative;
}

.index-rmzx .content-info ul li:nth-child(5n){
    margin-right: unset;
}

.index-rmzx .index-rmzx-img{
    width: 201px;
    height: 120px;

}

.index-rmzx .index-rmzx-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.index-white-line{
    height: 15px;
}

.index-rmzx .index-rmzx-info{
    background-color: #f2f2f2;
    height: 64px;
    width: 187px;
    padding: 7px;
}

.index-datetime-ymd {
    color: #e13953;

}

.index-datetime-his {
    color: #ff9d00;

}

.index-rmzx .index-info-content .content-info p{
    line-height: 20px;
    text-align: left;
}

.index-datetime{
    position: absolute;
    bottom: -2px;
    left: 7px;
}

.index-zxal .index-info-content-zxal ul{
    display: flex;
    flex-wrap: wrap;
}

.index-zxal .index-info-content-zxal ul li {
    margin: 10px 10px 10px 10px;
    height: 135px;
    width: 504px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 18px;
}

.index-zxal .index-info-content-zxal .index-zxal-img{
    width: 195px;
    height: 124px;
    margin-right: 14px;
}

.index-zxal .index-info-content-zxal .index-zxal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;

}

.index-zxal .index-info-content-zxal .index-zxal-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
}

.index-zxal .index-info-content-zxal .index-zxal-info {
    width: 280px;
}

.index-zxal .index-info-content-zxal .index-zxal-datetime {
    display: flex;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    line-height: 20px;
}

.index-zxal .index-info-content-zxal .index-zxal-datetime-ymd{
    color: #e13953;
}

.index-zxal .index-info-content-zxal .index-zxal-datetime-zz{
    color: #fda82a;

}

.footer_links {
    width: 1108px;
    margin: 45px auto 0px auto;
}

/*知识问答*/
.index-zswd{
    margin-top: 20px;
}
.index-zswd .zswd-title{
    display: flex;
    align-items: baseline;
    margin: 10px 0px 0px 14px;
}
.index-zswd .zswd-title .blue-line{
    width: 34%;
    height: 2px;
    background-color: #e13953;
}
.index-zswd .zswd-title .yhzk-title-title{
    text-align:center;
    width: 33%;
}
.zswd-title-title .eng-title{
    margin-top: 10px;
    font-size: 14px;
    color: #e13953;
}
.zswd-title-title .title-one{
    color: black;
}
.zswd-title-title .title-two{
    color: black;
}
.index-zswd .zswd-con{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 20px;
}
.index-zswd .zswd-con .zswd-con-con{
    text-align: center;
    cursor: pointer;
}
.index-zswd .zswd-con .zswd-con-con:nth-child(2){
    margin: 0 100px;
}
.index-zswd-row{
    padding: 0 20px;
    margin-top: 20px;
}
._ask li._ask_item{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
}

._ask li._ask_item a .info-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
._ask li._ask_item a .info-box .userinfo{
    display: flex;
    align-items: center;
}
._ask li._ask_item a .info-box .userinfo img{
    width: 40px;
    height: 40px;
    border-radius: 999px;
    margin-right: 10px;
}
._ask li._ask_item a .info-box .userinfo p{
    margin-left: 30px;
    color: #999;
}
._ask li._ask_item a .content-box .otherinfo{
    display: flex;
    align-items: center;
    float: right;
}
._ask li._ask_item a .content-box .otherinfo div{
    position: relative;
}
._ask li._ask_item a .content-box .otherinfo .read{
    margin-right: 30px;
}
._ask li._ask_item a .content-box .otherinfo div:before{
    content: '';
    display: block;
    width: 43px;
    height: 42px;
    position: absolute;
    left: -36px;
    top: -14px;
}
._ask li._ask_item a .content-box .otherinfo div:first-child:before{
    background: url(/statics/lzmei/img/01.png) center;
    background-size: contain;
}
._ask li._ask_item a .content-box .otherinfo div:last-child:before{
    background: url(/statics/lzmei/img/02.png) center;
    background-size: contain;
}
._ask li._ask_item .content-box{
    background: #F5F5F5;
    padding: 15px 15px 30px 15px;
}
._ask li._ask_item .tr{
    display: flex;
    align-items: center;
}
._ask li._ask_item .tr:last-child{
    align-items: flex-start;
}
._ask li._ask_item .tr:first-child:hover h4{
    color: #3bd0bd;
}
._ask li._ask_item .tr .ask_icon{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("/statics/lzmei/img/ask_2.png");
    background-size: contain;
    margin: 0 10px 0 -10px;
}
._ask li._ask_item .tr:nth-child(2){
}
._ask li._ask_item .tr:nth-child(2) .ask_icon{
    background-image: url("/statics/lzmei/img/ask_1.png");
}
._ask li._ask_item .tr:first-child>div{
    font-weight: 600;
    display: flex;
    flex: 1;
    justify-content: start;
}
._ask li._ask_item .tr:first-child>span{
    display: block;
    flex-shrink: 0;
    width: 85px;
    text-align: right;
    font-weight: 600;
    color: #555;
}
._ask li._ask_item .tr:first-child>div h4{
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 670px;
    font-weight: 600;
    color: #222;
}
._ask li._ask_item .tr:first-child>div span{
    color: #fcb065;
    font-size: 18px;
}
._ask li._ask_item .time{
    text-align: right;
    color: #999;
}
._ask li._ask_item .tr h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    width: 750px;
    font-weight: 600;
    color: #999;
    line-height: 27px;
}
.zswd-kouqiang,.zswd-yanke{
    display: none;
}

