html, body {
    height: 100%;
}
.search-index {
    height: 100%;
}
.search-form-outter {
    height: 100%;
    margin-top: -126px;
    position: relative;
}
.search-form {
    position: absolute;
    top: 40%;
    width: 430px;
    height: 160px;
    left: 50%;
    font-size: 0;
    margin-left: -215px;
}
.search-logo {
    width: 233px;
    height: 55px;
    display: block;
    margin: 0 auto;
    background: url(images/search.png);
}
.search-input {
    border: 1px solid #bbb;
    height: 28px;
    line-height: 28px;
    width: 378px;
    border-right: none;
    text-indent: 8px;
}
.search-button {
    cursor: pointer;
    background: #0091e4;
    border: none;
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 30px;
    margin: 0;
    padding: 0;
}
.search-result .search-input-panel {
    width: 370px;
}
.search-result .text {
    width: 299px;
    height: 28px;
    border: 1px solid #bbb;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-indent: 8px;
}
.search-result [type="submit"] {
    width: 70px;
    background: #1686ac;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search-result label {
    margin-left: 20px;
}
.search-result [type="radio"]  {
    margin-right: 10px;
}
.search-result .fmb {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 40px;
}
.search-result .fmb .type-panel,
.search-result .fmb .select-panel {
    position: absolute;
    bottom: -1px;
}
.search-result .fmb .select-panel {
    left: 600px;
    width: 150px;
    zoom: 1;
}
.search-result .fmb .type-panel > a,
.search-result .fmb .select-panel > div {
    font-size: 18px;
    width: 50px;
    margin: 0 5px;
    height: 35px;
    text-align: center;
    float: left;
    color: #444;
    display: inline;
    cursor: pointer;
    zoom: 1;
}
.search-result .fmb .select-panel #sort {
    position: absolute;
    top: 0;
    right: 0;
}
.search-result .fmb .type-panel .first {margin-left: 0;}
.search-result .fmb .select-panel > div {
    min-width: 60px;
    *width: 60px;
    white-space: nowrap;
    position: relative;
}
.search-result .fmb .type-panel > .cur {
    height: 33px;
    border-bottom: 2px solid #0091e4;
}
.arrow-down {
    background: url(images/arrow_down.png);
    display: inline-block;
    width: 9px;
    height: 5px;
    vertical-align: middle;
}
.search-result .fmb .sort-panel {
    position: absolute;
    right: 0;
    font-size: 12px;
    bottom: 10px;
}
.search-result .fmb .sort-panel a {
    color: #999;
}
.search-result .fmb .sort-panel a:hover {
    color: #999!important;
}
.search-result .info {
    font-size: 13px;
    color: #999;
}
.search-result .keyword {
    color: #e54130;
}
.pagination a {
    margin: 0 3px;
}
.search-result .catname {
    margin-left: 12px;
    color: #ccc;
}
.article-picture-item .title a {
    line-height: 22px;
    float: left;
}
.icon-model {
    float: left;
    width: 20px;
    height: 22px;
    margin-right: 8px;
    vertical-align: middle;
    display: block;
    background-image: url(images/model.png);
}
.model-7 {
    background-position: 0, 0;
}
.model-1 {
    background-position: -53px 0;
}
.model-5 {
    background-position: -108px 0;
}
.model-10 {
    background-position: -153px 0;
}
.model-8 {
    background-position: -204px 0;
}
.model-9 {
    background-position: -256px 0;
}
.model-2 {
    background-position: -307px 0;
}
.model-3 {
    background-position: -358px 0;
}
.model-4 {
    background-position: -408px 0;
}
.select-box {
    position: absolute;
    min-width: 60px;
    *width: 60px;
    padding: 34px 0 0;
    top: 1px;
    left: 0;
    display: none;
    z-index: 10;
}
.select-box li {
    line-height: 30px;
    border: 1px solid #bbb;
    border-top: none;
    white-space: nowrap;
    padding: 0 5px;
    background: #fff;
    font-size: 14px;
}
.select-box li > a {
    color: #444;
    display: block;
    width: 100%;
    height: 100%;
}
.select-box li:hover{
    background: #0091e4;
    color: #fff;
}
.select-box li:hover > a {
    color: #fff!important;
}
.rss {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(images/rss.png);
    margin-left: 10px;
}
.search-mode-panel {
    margin-top: 3px;
}
.article-picture-item .title  {
    overflow: hidden;
    height: 40px;
	border: none;
margin-bottom: 0;
}
.article-picture-item {
    padding-top:14px;
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
}