﻿@charset "utf-8";

.left_long_content {min-height: 745px;}

.search-part-input {
    display: inline-block;
    width: 400px;
    height: 30px;
    border: 1px solid #999;
    outline: 0;
    border-radius: 5px;
    text-indent: 16px;
    box-sizing: border-box;
    color: #363636;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.search-part-btn {
    background: url("../images/hengbiao_1.jpg") no-repeat scroll left top transparent;
    display: inline-block;
    margin-left: 4px;
    width: 85px;
    height: 25px;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 5px;
}
.search-result {
    height: 38px;
    line-height: 38px;
    text-align: right;
    padding: 0 15px;
    margin-top: 20px;
    color: #363636;
    background-color: #dbe5f7;
}

.result-list-item {
    padding: 15px 0 15px;
    border-bottom: 1px solid #b2b2b2;
}

.result-item-title {
    color: #363636;
    line-height: 20px;
    padding-bottom: 12px;
}

.result-item-txt {
    font-family: SourceHanSansCN-Normal;
    line-height: 24px;
    color: #525252;overflow:hidden;height:50px;
}

.result-item-link {
    font-family: SourceHanSansCN-Regular;
    margin-top: 10px;
    color: #979797;
}

.page {margin-top:15px;}