.js {
    margin-left: 200px;
    margin-bottom: 20px;
    width: 230px;
    height: 36px;
    background: #fff;
    padding: 0 0 0 20px;
    border-radius: 7px;
    display: flex;
    align-items: center;}
.js input.srk {
    border: none;
    outline: none;
    line-height: 28px;}
.js input.search-btn {
    border: none;
    background: #00A2CA;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    color: #fff;}
.lianjie ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.lianjie ul li {
    width: 47%;
    padding-left: 2%;
    line-height: 26px;
    margin-bottom: 2px;
    border: 1px solid #ccc;}
