

main{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

 /* 行业资讯 */
 .zixun-content{
    width: 80%;
    min-height: 50vh;
}
.zixun-con {
    padding-right:10px;
}
 .zixun-con .zixun-item{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #dfe0e0;
}
.zixun-con .zixun-item:first-child{
    border-top: 1px dashed #dfe0e0;
}
.zixun-con .zixun-item:hover{
    background: #eee;
}
.zixun-con .zixun-item:hover .zixun-title{
    color: #53b0eb;
}
.zixun-con .zixun-item img{
    width: 214px;
    height: 149px;
}
.zixun-con .zixun-item .zixun-info{
    width: 700px;
    display: flex;
    flex-direction: column;
    margin-left:20px;
    font-size: 16px;
    padding:10px 0;
}
.zixun-con .zixun-item .zixun-info .zixun-desc{
    margin: 15px 0;
    color: #858585;
}


/* 咨询内容 */
/* 价格列表内容 */
.jiage-list{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.zx-main{
    width: 77%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
}
.zx-main .comment-textarea-con{
    width: 820px !important;
}

.zx-content{
    padding: 10px;
}
.zx-content p{
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;
    text-indent: 2em;
    margin: 0 10px;
    color: #333;
}
.zx-content .img_more{
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;
    text-indent: 2em;
    margin: 0 10px;
    color: #333;
}
.zx-content p img{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
.zx-content .zx-content-header{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 140px;
    border-bottom: 1px solid #f2f2f2;
}
.zx-content-header .zx-content-tip{
    display: flex;
    font-size: 14px;
}
.zx-content-header .zx-content-tip>div:nth-child(2){
    margin: 0 30px;
}
.zx-content .zx-content-article{
    padding: 20px 0;
    font-size: 16px;
    line-height: 30px;
}










