

 /* 项目价格 */
 .jiage{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
 .jiage-content{
    width: 80%;
}
.jiage-con {
    padding-right:10px;
}
 .jiage-con .jiage-item{
     width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #dfe0e0;
     box-sizing: border-box;
}
.jiage-con .jiage-item:first-child{
    border-top: 1px dashed #dfe0e0;
}
.jiage-con .jiage-item:hover {
    background-color: #f9f9f9;
}
.jiage-con .jiage-item:hover .jiage-title{
    color: #5bafe8;
}

.jiage-con .jiage-item img{
    width: 214px;
    height: 149px;
}
.jiage-con .jiage-item .jiage-info{
    width: calc(100% - 254px);
    display: flex;
    flex-direction: column;
    margin-left:20px;
    font-size: 16px;
    padding:10px 0;
    color: #171717;
    font-family: 'Microsoft YaHei';
}
.jiage_time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.youhuijia{
    color: red;
    font-size: 22px;
    font-weight: bold;
    
}
.yuanjia{
    color: #666;
     font-size: 12px;
     margin-left: 10px;
     text-decoration: line-through;
}
.jiage-con .jiage-item .jiage-info .jiage-desc{
    margin: 15px 0;
    color: #666;
}
.jiage-con .jiage-item .jiage-info .jiag-time{
    color: #666;
}


/* 价格列表内容 */
.jiage-list{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.jg-main{
    width: 77%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
}
.jg-main .comment-textarea-con{
    width: 820px !important;
}

.jg-content{
    padding: 10px;
}
.jg-content p{
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;
    line-height: 30px;
    text-indent: 2em;
    margin: 0 10px;
    color: #333;
}
.jg-content p img{
    display: block;
    margin: 10px auto;
    display: block;
   width: 50%;
    height: auto;
}
.jg-content .jg-content-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 10px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
   
}

.jg-content-header img{
   width: 180px;
   filter: blur(10px);
    margin-right:20px ;
}
.jg-content-header .jg-content-tip{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #818181;
}

.jg-content .jg-content-article{
    padding: 20px 0;
    font-size: 16px;
    line-height: 30px;
}
.jg-content-tip .jiage_time{
    margin: 10px 0px;
}
.message_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #666;
    margin-bottom: 20px;
}
 /* 推荐内容1 */
.jg-recommend-con {
    padding-right:10px;
}
section .jg-recommend-header{
    color: #53b0eb;
}
 .jg-recommend-con .jg-recommend-item{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #dfe0e0;
}
.jg-recommend-con .jg-recommend-item:nth-child(2){
  border-top: 1px dashed #dfe0e0;
}
.jg-recommend-con .jg-recommend-item:hover{
    background: #f1f1f1;
}
.jg-recommend-con .jg-recommend-item:hover .jg-recommend-title{
    color: #53b0eb;
}
.jg-recommend-con .jg-recommend-item img{
    width: 214px;
    height: 149px;
}
 .jg-recommend-item .jg-recommend-info{
    width: 781px;
    display: flex;
    flex-direction: column;
    margin-left:20px;
    font-size: 16px;
    padding:10px 0;
}
.jg-recommend-item .jg-recommend-info .jg-recommend-title{
    max-width: 650px;
}
.jg-recommend-item .jg-recommend-info .jg-recommend-desc{
    margin: 15px 0;
    color: #858585;
}










