
.row1 .news_activity_list{padding: 40px 40px 60px;background: #fff}


/*发布详情 begin*/
.issue_details .cont{max-width: 750px;margin: 0 auto;}
.issue_details .form .box1 .inp{width: 49.25%;margin-right: 1.5%;float: left;margin-bottom: 20px;}
.issue_details .form .box1 .inp:nth-child(2n){margin-right: 0}
.issue_details .form .box1 .inp span{right: 20px;color: red;}
.issue_details .form .text{width: 100%;height: 100px;border: 1px solid rgba(5, 0, 1, 0.23);border-radius: 2px;resize: none;    padding: 10px 20px;font-size: 14px;font-family: Arial;}

/* 统一icon */
.project_icon{
    width: 20px;
    /* height: 20px; */
    cursor: pointer;
}
/* 头像 */
.project_tx{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 24%;
}
.project_tx img{width: 100%;height: 100%;}
.cpr{cursor: pointer;}

/* 收藏 */
.shoucang{
    float: right;
    width: 40px;
}
/* 新项目详情 */
.project_download .tit{display: flex; align-items: center; margin: 5px 0;height: 30px;
    align-items: flex-end;}
.project_download p{
    color: #0066cc;
    font-size: 14px;
    margin-left: 5px;
}
/* 留言按钮 */
.issue_details .project_modal{
    float: right;
    width: 170px;
    height: 40px;
    background: #65a4ec;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
}
/* 评论 */
.project_comment .project_comment_tit{
    margin-top: 50px;
    width: max-content;
    border-bottom: 2px solid #285bc4;
    height: 36px;
    font-weight: 600;
    font-size: 18px;
}
.project_comment_list .pro_huifu{
    display: flex;
    align-items: center;
}
.project_comment_box {
    position: relative;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
    border-radius: 5px;
  }
  
  .project_comment_box textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    resize: none;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .project_comment_box .submit_btn {
    position: absolute;
    width: 90px;
    height: 34px;
    line-height: 34px;
    right: 2%;
    bottom: 13%;
    box-sizing: border-box;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .project_comment_box .submit_btn:hover {
    background-color: #0062cc;
  }
/* 所有跟帖 */
.project_comment_list_con{
    font-size: 12px;
}
.project_comment_all{

}
.project_comment_all_tit{
    font-weight: 600;
    margin: 20px 0;
    font-size: 14px;
}
.project_comment_list li{
    display: flex;
    justify-content: space-between;
}
.project_comment_list li .project_comment_list_right{
    width: 94%;
}
.project_comment_list li .project_comment_list_right .project_comment_box{margin: 0;}
.project_comment_list li .project_comment_list_right .project_comment_list_tit{
    font-weight: 600;
    margin: 10px 0;
}
.project_comment_list li .project_comment_list_right .project_function{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.project_comment_list li .project_comment_list_right .project_function .project_comment_list_time{
    color: #9da2af;
    font-size: 12px;
}
.project_comment_list li .project_comment_list_right .project_comment_list_use{
    display: flex;
    align-items: center;
}
.project_comment_list li .project_comment_list_right .project_comment_list_use .project_icon:nth-child(2){
    margin-left: 5px;
}
.project_comment_list li .project_comment_list_right .project_comment_list_use p{
    margin:0 3px;
}

.project_comment_list .project_open,.project_comment_list .project_collect{
    color: #9da2af;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    margin: 10px 0;
}

.project_comment_list .project_open p,.project_comment_list .project_collect p{
    margin-right: 10px;
}
.project_comment_list .project_open .project_icon,.project_comment_list_right_reply .project_icon,.project_collect .project_icon{
    width: 14px;
}
.project_comment_list_right_reply{
    display: flex;
    align-items: center;
}

.project_comment_list_right_reply .project_icon{
    margin: 0 5px ;
}

.kkpager .pageBtnWrap a,.kkpager span.curr{
    text-align: center;
}

.pagination p {
    margin: 0;
    cursor: pointer
}

.pro_page{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 40px;
}

.fanyi_icon{
    margin-left: 10px;
}
.fanyi_icon img{
    width: 22px;
    margin-bottom: 5px;
}
.product_fanyi{
    display: flex;
    flex-direction: row-reverse;
    margin-top: -27px;
}
@media only screen and (max-width:768px){
    .row1 .news_activity_list {padding: 30px 20px 30px;}
    .pro_page{ flex-direction:unset ; }
    .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{ min-width: 30px !important;margin-right: unset !important; }
    
}

@media only screen and (max-width:768px){
    .issue_details .form .box1 .inp {width: 100%;margin-right: 0;float: none;margin-bottom: 10px;}
    .project_comment_list li .project_comment_list_right{
        width: 87%;
    }
}
/*发布详情 end*/







