
.display-inline-block {
    display: inline-block;
}

.search-input input.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    border-color: #eee;
    height: 40px;
}

.search-input input.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    border-color: #ddd;
    height: 40px;
}

/*去掉内外边距*/
.padding-margin-0 {
    margin: 0;
    padding: 0;
}

.search-input {
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
}

.search-input img {
    position: absolute;
    top: 29px;
    left: 128px
}

.infor_go {
    margin-top: -62px;
    color: #fff;
    height: 38px;
    width: 100px;
    border-radius: 20px;
    padding: 10px 40px;
    background: #df1c59;
    margin-left: 20px;
    font-weight: normal;
    font-size: 17px;
}

.infor_go:hover {
    color: #fff;
    font-weight: bold;
}

.page-size:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
}

.question-search-item {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    display: block;
    padding: 10px 15px 10px 35px;
    border-bottom: 1px solid #eee;
    color: #333;
    cursor: pointer;
    position: relative;
}

.question-search-item .tag {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #337ab7;
    left: 10px;
    top: 40%;
}

.question-search-item.interlace {
    background: #f8f8f9;
}

.question-list a {
    color: #333;
    font-size: 15px;
}

.question-list a:hover {
    color: #ee7826;
    background: #f3f3f9;
}

.information_nav li .search-tab-item {
    color: #df1c59;
    border-bottom: 1px solid #df1c59
}

.advice-law-search {
    margin-left: 30px;
    color: #333
}

.advice-law-search:hover {
    color: #df1c59;
}

.infor_search {
    width: 600px;
    display: inline-block;
    border-radius: 20px;
    padding-left: 40px;
}



#showDesc {
    display: none;
}

.que_but {
    display: block;
    margin: 50px auto;
    width: 120px;
    height: 40px;
    background: #df1c59;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 4px;
}

.que_but:hover {
    background: #df1c59;
}

.advice-law-search-div {
    height: 42px;
    width: 130px;
    border-radius: 20px;
    border: 1px solid #df1c59;
    color: #df1c59;
    line-height: 41px;
    display: inline-block;
}

.search-filed-type {
    padding: 0px 0 20px 120px;
}

.search-filed-type span {
    font-weight: normal;
}

.result-content {
    display: none;
}

.search-right-date {
    font-size: 14px;
    font-weight: normal;
    float: right;
    color: #999;
}

.top-tag {
    padding: 1px 6px;
    border-radius: 4px;
    cursor: pointer;
}

.top-tag:hover {
    background: #1479D7;
    color: #fff;
}

.top-tag-check {
    color: #1479D7;
    border: 1px #1479D7 solid;
}

.tags {
    margin: 0 4px;
}

.tags:hover {
    background: #1479D7;
    color: #fff;
}


.search-btn {
    height: 32px;
    width: 34px;
    border-radius: 0 22px 22px 0;
    color: #ccc;
    padding: 0;
    float: left;
    margin-top: 0;
    margin-left: 0px;
    border: 1px solid #ccc;
    border-left: 0;
}

.search-btn:hover {
    background-color: #fff;
    border-color: #ccc;
    color: #7d7d7d;
}

.tagSingle-check {
    background-color: #1479d7;
    padding: 1px 6px;
    color: #fff;
    border-radius: 4px;
}

#tagFilter:focus, #searchStr:focus {
    border-color: #ccc;
}