html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #f7f3f7;
}
p, h1, h2, ul, form, div {
    margin: 0;
    padding: 0;
}
body, html, header, section, footer {
    width: 100%;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
header {
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
}
.searchbox {
    width: 100%;
    height: 52px;
}
.searchbox-m {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.searchbox-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 100%;
}
#search_input_container {
    width: 80%;
    display: inline-block;
    height: 100%;
    float: left;
    position: relative;
}
.searchbox-l {
    display: inline-block;
    width: 10%;
    height: 100%;
    float: left;
}
.searchbox-l img {
    position: absolute;
    height: 20px;
    left: 0;
    top: 17px;
}
.searchbox-r {
    float: left;
    display: inline-block;
    width: 10%;
    height: 100%;
}
.searchbox-r img {
    position: absolute;
    height: 20px;
    right: 0;
    top: 17px;
}
.searchbox-input {
    width: 98%;
    border: 1px solid #a7a7a7;
    font-size: 16px;
    padding: 6px 0;
    margin-top: 10px;
    text-indent: 5px;
    border-radius: 0;
    box-shadow: none;
}
.remove-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 18px;
    background: url(/static/img/remove.gif) no-repeat 96% 0;
}
.bdcs-search-sug-list {
    display: none;
    height: auto;
    border: 1px solid #DDD;
    position: absolute;
    z-index: 2147483647;
    background-color: #FFF;
}
.bdcs-search-sug-list-item {
    display: block;
    list-style: none;
    cursor: pointer;
    padding-left: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.9em;
    line-height: 2.9em;
    font-family: arial;
    font-size: 1em;
}
.fdj { 
    display: block;
    float: left;
    height: 100%;
    margin-right: 10px;
}
.fdj img {
    width: 0.9em;
    height: 0.9em;
    border: none;
    opacity: 0.5;
    margin-top: 1em;
}
.sug-use {
    display: block;
    float: right;
    height: 100%;
    width: 10%;
    padding-right: 5%;
}
.sug-use img {
    width: 0.9em;
    height: 0.9em;
    border: none;
    margin-top: 1em;
    float: right;
}
.bdcs-search-sug-list-item-current {
    background-color: #EBEBEB;
}
.channel {
    border-top: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
.channel-list {
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    height: 100%;
}
.channel-item {
    float: left;
    height: 47px;
    padding: 0 15px;
    line-height: 50px;
}
.channel-item a {
    display: inline-block;
    height: 47px;
    text-decoration: none;
    color: #000;
}
.channel-item a:hover {
    text-decoration: none;
}
.channel-item a:visited {
    color: #000;
}
.channel-item-on {
    border-bottom: 3px solid #46a3ff;
    color: #46a3ff;
}
section {
    margin-top: 108px;
}
.result-list {
    width: 96%;
    margin: 0 2%;
}
.result {
    display: block;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 5px;
    text-decoration: none;
    color: #333;
}
.result em {
    color: #ce0000;
    font-style: normal;
}
.result-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #0000ce;
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 10px 15px;
}
.result-img-container {
    float: left;
    width: 112px;
    height: 70px;
    margin: 0 15px;
}
.result-img-container img {
    width: 112px;
    height: 70px;
    border: none;
}
.result-field {
    font-size: 0.8em;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 0 15px 2px 15px;
    color: #666;
}
.result-abstract {
    font-size: 0.9em;
    line-height: 1.6em;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 15px;
}
.result-foot {
    margin: 10px 15px;
    color: #008000;
    font-size: 0.8em;
}
.s_bottom {
    width: 110px;
    height: 46px;
    margin: 0 auto;
}
.result_bottom_2 {
    width: 100%;
    height: 46px;
    display: none;
}
#result_bottom_2_left {
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 14px;
}
#result_bottom_2_right {
    display: block;
    float: left;
    font-size: 18px;
    color: #000;
    margin-top: 12px;
    line-height: 22px;
}
.nors {
    font-size: 0.9em;
    line-height: 20px;
    background-color: #FFFFFF;
    padding: 6px 5%;
}
.nors em {
    color: #ce0000;
    font-style: normal;
}
.nors-p1 {
    margin-bottom: 8px;
}
.nors span {
    font-family: "宋体";
}
.nors li {
    list-style: disc;
    margin: 0 0 0 35px;
}