.page-content{
    padding: 80px 0 130px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.left,
.right{
    width: 320px;
    min-height: 716px;
    background-color: #FFF;
    box-shadow: 0px 3px 15px 1px rgba(80,145,255,0.16);
    border-radius: 6px;
}
.left-title{
    width: 100%;
    height: 70px;
    /* background-color: #E7F0FB; */
    border-radius: 6px;
    font-size: 20px;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .left-title::before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url('../img/user-ico.png') no-repeat center center/100%;
    margin-right: 6px;
} */
.left-menu{
    width: 100%;
    height: 70px;
    background-color: #E7F0FB;
    border-radius: 6px;
    font-size: 20px;
    color: #4577BB;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-menu::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/fk_icon.png') no-repeat center center/100%;
    margin-right: 6px;
}
.right,
.right_detail_info{
    flex: 1;
    box-sizing: border-box;
    padding: 30px 30px 60px;
    margin-left: 30px;
}
.right-title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.right-title::before{
    content: '';
    display: block;
    width: 5px;
    height: 26px;
    background-color: #4577BB;
    margin-right: 14px;
}
.table-box{
    width: 100%;
    margin-bottom: 50px;
}
.table-th,
.table-tr{
    width: 100%;
    height: 70px;
    background-color: #E7F0FB;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.table-tr{
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #DCDCDC;
}
.table-th .table-td{
    font-size: 18px;
    color: #4577BB;
}
.table-tr .table-td{
    font-size: 16px;
    color: #606266;
    overflow: hidden;
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;
    margin-right: 10px;
}
.table-td:nth-child(1){
    width: 246px;
    
}
.table-td:nth-child(2){
    width: 150px;
}
.table-td:nth-child(3){
    width: 120px;
    padding-left: 40px;
    text-align: left;
}
.table-td:nth-child(4){
    width: 150px;
}
.table-td:nth-child(5){
    width: 86px;
}
/* .table-tr .table-td:last-child{
    margin-right: 0;
} */
.table-btn{
    cursor: pointer;
}
.reply{
    padding: 10px;
    background-color: #F4F4F5;
    font-size: 12px;
    color: #606266;
    display: none;
}
.reply.active{
    display: block;
}
.reply p{
    margin-top: 6px;
}
.att{

    padding-left: 20px;
    background: url('../img/file-ico-2.png') no-repeat left center/14px;
    display: flex;
    align-items: center;
}
.att-download{
    display: block;
    width: 12px;
    height: 12px;
    background: url('../img/download-ico.png') no-repeat center center/100%;
    margin-left: 40px;
}
.status{
    display: block;
    width: 86px;
    height: 36px;
    border-radius: 6px;
    line-height: 36px;
    text-align: center;
}
.status.no1{
    background-color: #E7F0FB;
}
.status.no2{
    background-color: #FFEEEE;
}
.status.no3{
    background-color: #F1F9EC;
}
.status.no4{
    background-color: #EFEFEF;
}
#page{
    padding: 0;
}

/* 反馈中心详情 */
.right_detail_info{
    background: #fff;
    min-height: 716px;
    display: block;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 40px;
    display: none;
}
.right_detail_info .top_title{
    justify-content: space-between;
}
.top_title p.tip span{
    font-size: 14px;
    color: #999999;
    margin-left: 5px;
}
.right_link a{
    font-size: 14px;
    color: #4577BB;
}

.title_text{
    font-size: 24px;
    font-family: Source Han Sans-Medium, Source Han Sans;
    font-weight: 500;
    color: #333333;
    margin:27px 0 31px;
}
.cont_info_data li{
    margin-bottom: 24px;
    display: flex;
}
.cont_info_data p.tips{
    width: 139px;
}
.cont_info_data .info{
    flex: 1;
    margin-left: 20px;
    font-size: 16px;
    color: #666666;
}
.cont_info_data div.info_cont{
    flex: 1;
}
.cont_info_data div.info{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #4577BB;
    margin-bottom: 10px;
}
.cont_info_data div.info p.link_text{
   
    display: flex;
}
.cont_info_data div.info p.link_text img{
    margin-right: 10px;
    display: block;
}
.cont_info_data div.info p.btn{
    padding: 5px 20px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #4577BB;
    margin-left: 36px;
}
.cont_info_data div.info p.btn a{
    color: #4577BB;
}
.flex{
    display: flex;
    align-items: center;
}
.cursor{
    cursor: pointer;
}