/*! ---common start--- */
html, body {
    width: 100%;
    height: 100%;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, p {
    margin: 0;
    padding: 0
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
    font-size: 13px;
    color: #626262;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

::-ms-clear {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

html.touchevents a:hover {
    text-decoration: none;
}

input {
    -webkit-appearance: none;
}

.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.bottom {
    position: fixed;
    bottom: 0;
}

/*! ---common end--- */

.content {
    margin: 0 auto;
    max-width: 677px;
    min-height: calc(100% - 36px);
}

.header {
    position: relative;
    margin: 0 auto;
    padding: 0 15px 15px 15px;
    background-color: #fff;
}

.main {
    position: relative;
    margin: 0 auto;
}

.logo {
    padding: 16px 0;
    text-align: center;
    cursor: default;
    user-select: none;
}

.logo a:hover {
    text-decoration: none;
}

.logo img {
    width: 26px;
    height: 26px;
    border-radius: 13px;
}

.logo .l_b {
    width: 52px;
    height: 52px;
    border-radius: 26px;
}

.logo span {
    font-weight: bold;
    font-size: 15px;
    color: #555;
    line-height: 26px;
    vertical-align: top;
}

.footer {
    height: 35px;
    text-align: center;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
}

.footer p {
    padding: 8px 0;
}

.hks {
    margin: 15px 20px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.hks a {
    padding: 0 8px;
}

/*! --- s-i start --- */
.s-i {
    background-color: #fff;
}

.s-i hr {
    padding: 0;
    margin: 0 auto;
    border: 0;
    width: 70%;
    border-bottom: 1px solid #e4e4e4;
}

.s-i .bar {
    padding-top: 15px;
    text-align: center;
}

.s-i .footer {

}

/*! --- s-i end --- */

/*! --- s-r start --- */
.s-r {
    background-color: #f3f3f3;
}

.s-r .footer {
    background-color: #fff;
}

/*! --- s-r end --- */

/*! --- search-box start --- */
.search-box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #ccc;
}

.search-box .rim {
    height: 44px;
}

.search-box .rim .input {
    position: absolute;
    left: 0;
    width: calc(100% - 88px - 32px);
    height: 24px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 14px;
    border: none;
    outline: none;
}

.search-box .rim .submit {
    position: absolute;
    right: 0;
    width: 88px;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 2px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.16);
    color: #fff;
    outline: none;
    cursor: pointer;
}

.search-box .suggests {
    position: absolute;
    width: 100%;
    top: 44px;
    left: 0;
    background-color: #fff;
    border: none;
    z-index: 999;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.search-box .suggests ul {
    overflow-y: auto;
    list-style-type: none;
    max-height: calc(46px * 6);
}

.search-box .suggests ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.search-box .suggests ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.search-box .suggests ul li {
    padding: 8px 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    cursor: default;
    user-select: none;
}

.search-box .suggests ul li:hover {
    background: #eee;
}

.search-box .suggests .keyword {

}

/*! --- search-box end --- */

/*! --- search-result start --- */
.search-result {
    padding-top: 15px;
}

.search-result .no_r {
    padding-top: 20px;
    text-align: center;
}

.search-result .article {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
}

.search-result .article .a_c {
    padding: 8px 15px;
}

.search-result .article .highlight {
    color: #00ba22;
}

.search-result .article .title {
    padding: 10px 0;
    font-size: 17px;
    font-weight: normal;
    color: #333;
}

.search-result .article .text {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
    color:#898989;
}

.search-result .article hr {
    border: 0;
    border-bottom: 1px solid #DFE1E5;
}

.search-result .article img {
    padding: 8px 0 8px 0;
    width: 100%;
    height: auto;
}

.search-result .article .opt {
    padding-top: 5px;
    font-size: 15px;
    color:#898989;
}

.search-result .article .opt .date {
    float: left;
}

.search-result .article .opt ul {
    float: right;
}

.search-result .article .opt li {
    display: inline;
    padding-left: 5px;
}


.search-result .article .opt li i {
    font-size:17px;
}

/*! --- search-result end --- */