.feedback .title{
    background-image: url(../img/images/lbg.jpg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding:3px 20px;
    /* line-height: 2; */
}
.feedback .title1{
    font-weight: bold;
    margin: 0;
}
.feedback .title2{
    font-size: 12px;
    color: #5C5C5C;
    margin: 0;
}
.feedback .page{
    text-align: center;
    margin:20px 0;
}

.feedback .content{
    border: 2px solid #98CFE3;
    background-color: #fff;
    margin:0 0px 0 2px;
    padding: 0 5px;
}
.feedback a{
    text-decoration: none;
    color: #000;
}
.feedback .list ul{
    width: 90%;
    margin:20px auto;
    border-bottom: 1px solid #ccc;
}
.feedback .list a{
    display: flex;
    justify-content: space-between;
}

.feedback .content ul{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin:20px auto;
}
.feedback .content .left{
    flex:0 0 20%;
    text-align: right;
}
.feedback .content .right{
    flex:0 0  75%;
}
.feedback .content ul li{
    margin-bottom: 10px;
}
.feedback .center{
    text-align: center;
    flex:0 0 100%;
    cursor: pointer;
}
