body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
}

body {
    background: #FFF;
    font-size: 14px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0 none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none outside none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

a {
    text-decoration: none;
}

.clearfix {
    *zoom: 1;
}


header {
    position: relative;
    width: 100%;
    height: 0.88rem;
    background-color: #3a728a;
    margin-bottom: 0.4rem;
}

header h1 {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0.4rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.88rem;
}

header .back_btn {
    position: absolute;
    left: 3%;
    top: 0;
    margin-top: 0.44rem;
    transform: translateY(-50%);
    padding: 0.2rem 0.3rem;
}

header .back_btn img {
    width: 0.2rem;
    object-fit: contain;
}

/*搜索框*/
.search-box {
    padding: 0 0.5rem;
}

.search {
    display: inline-block;
    width: 70%;
    height: 0.86rem;
    border: 1px solid #DCDFE6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.search input {
    width: 100%;
    height: 100%;
    line-height: 0.86rem;
    text-indent: 1rem;
    font-size: 16px;
    color: #999999;
    background-size: 0.5rem;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: 0.2rem 0.18rem;
    background-image: url(../../../img/fdq.png);
}

.hot-ss {
    padding: 0 0.5rem 10px;
    background: #fff;
    font-size: 14px;
}

.hot-ss a {
    display: inline-block;
    padding: 4px 8px;
    background-color: #f7f7f7;
    color: #444;
    text-decoration: none;
}

.result_container {
    /*display: none;*/
}

.result_info {
    box-sizing: border-box;
    padding: 8px 32px;
    background-color: rgb(150, 150, 150, 0.1);
    font-size: 16px;
    color: #0162AC;
}

.result_list li {
    width: 92%;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px 0 ;
    color: #000;
}

.result_list a li+li {
    border-top: 1px solid #ccc;
}

.button2 {
    width: 1.5rem;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: top;
    background: #3498db;
    color: #fff;
    border: 0;
    border-radius: 0.2rem;
    cursor: pointer;
    -webkit-appearance: none;
}


/** 分页 */
.ht-page{padding:30px;text-align:center;font-size: 20px;}.ht-page span{vertical-align:middle}.ht-page a{text-decoration:none;color:#555;outline:0}.ht-page .pagebtn{width:52px;height:30px;background:#1875f0;border:0;border-radius:4px;color:#fff;font-size:14px;cursor:pointer}.ht-page .pagebtn:hover{background:#1875f0}.ht-page .previous{display:inline-block;height:30px;line-height:30px;border:1px solid #e9e9e9;border-bottom-left-radius:4px;border-top-left-radius:4px;background:url(img/page_left_img.png) no-repeat center}.ht-page .previous.disable{display:inline-block;padding:0 15px;background:url(img/page_left_disabled.png) no-repeat center;cursor:default}.ht-page .previous.disable:hover{background:url(img/page_left_disabled.png) no-repeat center}.ht-page .previous:hover{background:url(img/page_left_hover_img.png) no-repeat center}.ht-page .previous a{display:inline-block;height:30px;line-height:30px;padding:0 15px}.ht-page .next{display:inline-block;height:30px;line-height:30px;border:1px solid #e9e9e9;border-left:0;border-bottom-right-radius:4px;border-top-right-radius:4px;background:url(img/page_right_img.png) no-repeat center}.ht-page .next:hover{background:url(img/page_right_hover_img.png) no-repeat center}.ht-page .next.disable{display:inline-block;padding:0 15px;cursor:default;background:url(img/page_right_disabled.png) no-repeat center}.ht-page .next.disable:hover{background:url(img/page_right_disabled.png) no-repeat center}.ht-page .next a{display:inline-block;height:30px;line-height:30px;padding:0 15px}.ht-page .num{display:inline-block;height:30px;line-height:30px;border:1px solid #e9e9e9;border-left:0}.ht-page .num.current{padding:0 15px;background:#f1f1f1}.ht-page .num a{display:inline-block;height:30px;line-height:30px;padding:0 15px}.ht-page .num a:hover{color:#555;background:#f1f1f1}.ht-page .dots{display:inline-block;height:30px;line-height:30px;border:1px solid #e9e9e9;border-left:0;padding:0 15px}.ht-page .total{margin-left:20px;margin-right:10px}.ht-page .total.total_page{margin-left:5px;margin-right:5px}.ht-page .page_jump{margin:0 10px}.ht-page .pageInput{width:50px;height:30px;border:1px solid #e9e9e9;outline:0;border-radius:4px;text-align:center}.ht-page .pageInput:focus{border:1px solid #1875f0}@media screen and (max-width:799px){.ht-page{padding:10px 0}.ht-page .num,.ht-page .dots,.ht-page .total{display:none}.ht-page .num.current{display:inline-block;padding:0 10px}.ht-page .total.total_page{display:inline-block}.ht-page .pageInput,.ht-page .pagebtn{width:40px}.ht-page .page_jump{margin:0 5px}}