.wqlc {
    display:block;
}
.wqlc .news_list {
    display: inline-flex;
    border-bottom: 1px dashed  #B2B2B2; 
    padding: 16px;
    margin: 0 auto;
    width: 49%;
}

.news_list .circle{
    width: 25px;
    height: 25px;
    background: url(https://gxqoss.juabc.com/uploads/20221119/bceee9453513b0c2e916d69812fcfd18.png) no-repeat center center;
    display: inline-block;
    margin-right: 15px;
}

.news_list .circle text{
    line-height: 20px;
    position: absolute;
    margin: 0 8px;
    margin-top: 2px;
    color: #fff;
}

.dx_list {
    border-bottom: 1px dashed  #B2B2B2; 
    display: flex;
    padding: 10px ;
    width: 96%;
    margin: 0 15px;
}

.dx_list .circle{
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    margin-top: 7px;
}

.facebook {
   display: flex; 
   width: 98%;
}

.facebook .title {
    letter-spacing: 0;
    white-space: nowrap;
    font-size: 14px;
    color: #030f2b;
    font-weight: 400;
    margin: 16px 0 10px 20px;
    width: 80px;
}

.main-input {
    width: 180px;
    margin-left: 8px;
}

.main-input .el-input__inner {
    width: 100%;
    border: 1px solid #dcdfe6;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    color: #0a0a17;
    padding: 5px 8px;
    font-size: 14px;
    margin-top: 10px;
}

.ft-btn--wrap {
    font-size: 14px;
    display: flex;
    align-items: center;
    user-select: none;
    outline: none;
    margin-bottom: 10px ;
    float: right;
    margin-right: 10px;
}

.ft-btn--wrap .ft-translate {
    font-weight: 400;
    color: #000;
    margin-right: 8px;
    display: flex;
    user-select: none;
    outline: none;
    border-radius: 6px;
    padding: 0 6px;
    height: 28px;
}

.ft-btn--wrap .btn-search {
    margin-left: 30px;
    width: 84px;
    height: 32px;
    border-radius: 4px;
    background: #2a7cff;
    color: #fff;
    border: none;
    text-align: center;
}
.ft-btn--wrap .ft-translate .btn-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 32px;
    box-sizing: border-box;
    color: #0067ff;
    background: #f5f6f7;
    font-size: 14px;
    color: #030f2b;
    border-radius: 4px;
    line-height: 22px;
    font-weight: 400;
    border: none;
    cursor: pointer;
}
