html,body{
    background-color: #f7f8fa;
}
p{
    margin: 0;
}
.intorduce-text-box{
    margin-top: 66px;
    height: 205px;
    background: url("../images/helps/top_bg.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.intorduce-text-box .main-box{
    position: relative;
}

.search-branch-box{
    position: relative;
    height: 40px;
}

.search-news-box{
    position: absolute;
    left: 50%;
    margin-left: -253px;
    top: 85px;
    width: 506px;
    height: 44px;
    border-radius: 2px;
    background-color: #fff;
}
.search-news-box .search-input-val{
    height: 30px;
    line-height: 30px;
    width: 388px;
    position: absolute;
    top: 7px;
    left: 16px;
}
.search-btn{
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    line-height: 44px;
    width: 85px;
    text-align: center;
    background-color: #3997CB;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


.city-box{
    margin-bottom: 60px;
}

.search-left-box{
    width: 870px;
    background-color: #fff;
    margin-top: 30px;
    padding: 40px;
    text-align: justify;
}
.search-title{
    font-size: 14px;
    color: #383838;
}
.search-category-title{
    margin-top: 22px;
    font-size: 16px;
    color: #3997cb;
    line-height: 22px;
    height: 32px;
    display: inline-block;
    border-bottom: 2px solid #3997cb;
}
.search-result-li-box{
    padding: 30px 0;
    border-top: 1px solid #eee;
    color: #666;
}
.search-result-li-box:last-child{
    border-bottom: 1px solid #eee;
}


.search-result-li-type-box{
    font-size: 16px;
    line-height: 22px;
}
.search-result-text-box{
    margin: 11px 0 14px;
    font-size: 14px;
    line-height: 24px;
    width: 780px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.source-from{
    font-size: 14px;
    line-height: 20px;
}

.search-result-li-box:hover{
    color: #3997cb;
    cursor: pointer;
}

.search-right-box{
    text-align: justify;
    width: 300px;
    background-color: #fff;
    margin-left: 30px;
    margin-top: 30px;
    padding: 30px 10px 30px 20px;
}
.right-title-box{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    background-color: #fff;
}
.hot-helps-li-box{
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    width: 270px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.hot-helps-li-box:hover{
    color: #3997cb;
}

.page{
    margin-bottom: 0 !important;
}