﻿.tops_search{
	text-align:center;
    position: fixed;
    top: 0;
    z-index: 999;
	background:#fbebcd;
    padding: 0;
    max-width: 642px;
    width: 100%;
    height: 54px;
}
.tops_search .back_btn {
    display: block;
    float: left;
    width: 12%;
    height: 100%;
    line-height: 50px;
    font-size: 24px;
	text-align:center;
}
.tops_search form{
    display: block;
    float: left;
    width: 84%;
    padding-top: 10px;
}
.tops_search form input{
    display: block;
    float: left;
    width: 80%;
    height: 34px;
    border: 2px solid #a26124;
    border-right: none;
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 15px;
}
.tops_search form button{
    width: 20%;
    height: 34px;
	background:#a26124;
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
}

.result-list{
    width: 96%;
    margin: 0 2%;
    margin-top: 62px;
}
.result {
    display: block;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 8px;
    text-decoration: none;
    color: #333;
    background-color: #fbebcd91;
}
.result:hover {
    color: #333;
}
.result-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #0000ce;
    font-size: 1.2rem;
    line-height: 1.4em;
    margin: 10px 15px;
}
.result em {
    color: #ce0000;
    font-style: normal;
}
.result-img-container {
    float: left;
    width: 112px;
    height: 70px;
    margin: 0 15px;
}
.result-img-container img {
    width: 112px;
    height: 70px;
}
.result-abstract {
    font-size: 1rem;
    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;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.result-foot {
    margin: 10px 15px;
    color: #008000;
    font-size: 0.9rem;
}