<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.qustions_list {

    width: 100%;
}

.list_item{
    width:95%;
 
    /*background:skyblue;*/
    padding:15px;
    margin: 0 auto;
    
}
.q_box {
    display: flex;
    align-items: flex-start;
    min-height: 40px;
    margin-bottom: 15px;
}
    .imgbox1&gt;.img1 {
        background-image: url('../images/q.png');
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
       
    }
.hqzc .header {
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 65px;
    border-top: 1px solid #dbe2eb;
    border-bottom: 1px solid #dbe2eb;
    justify-content: space-between;
}
.imgbox1 {
    width: 20px;
    height: 20px;
}
.imgbox2 {
    width: 20px;
    height: 20px;
}
.imgbox2 &gt; .img2 {
    background-image: url('../images/a.png');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin-top:3px
}
.q_box &gt; div:nth-child(2) {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    margin-left: 20px;
   
}
.list_item &gt; .time_line {
    font-size: 20px;
    color: #808080;
    line-height: 60px;
    margin-left: 39px;
    margin-bottom:5px;
}
.a_box {
    display: flex;
    height: auto;
    align-items: flex-start;
}
 

   

    .a_box &gt; div:nth-child(2) {
        font-size: 20px;
        margin-left:20px;
       line-height:35px;
        color: #5f5e5e
    }
.line {
    width: 100%;
    border: 1px dashed #DDDDDD;
    margin:0 auto;
    margin-top:25px
       
}
input{
    height:30px;
    padding:5px
}
button {
    margin-left: 10px;
    width: 50px;
    padding: 2px;
}
.hqzc .header &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hqzc .header {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 65px;
    border-top: 1px solid #dbe2eb;
    border-bottom: 1px solid #dbe2eb;
    justify-content: space-between;
}
</pre></body></html>