/* 头部 */
.header_father{
    background: #fff;
}
.header{
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 12px 0;
    height: 40px;
    border: none;
}
.header_logo{
    float:left;
    width: 157px;
    height: 40px;
    top: 12px;
}
.header_nav{

    font-family: '微软雅黑';
    font-size: 18px;
    line-height: 28px;
    margin-top: 7px;
}
.header_nav a{
    float: left;
    color: #1b1b1b;
}
.header_nav span{
    float: left;
    margin: 0 10px;
}
/* banner */
.banner {
    height: 500px;
    width: 100%;
    background: url(./trs_banners.jpg) top center no-repeat;
}
/* 搜索框 */
.inp{
    margin: 0 auto;
    width: 658px;
    padding: 255px 0 0 30px;
    position: relative;
}
.advancedSearchInput {
    border: none;
    width: 515px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #a0a0a0;
    padding-left: 15px;
    background: #dce2f1;
    padding-right: 25px;
}
.search_delete{
    display: none;
    position: absolute;
    right: 16%;
    bottom: -12%;
    cursor: pointer;
}
.advancedSearchSubmit {
    padding: 0;
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    border: none;
    background: #1450be;
    font-family: "microsoft yahei";
    font-size: 24px;
    color: #fff;
}
/* 搜索结果 */
.search_page {
    width: 1100px;
    margin: 0 auto 42px;
    border-top: 7px solid #a5c5ef;
    padding-top: 32px;
    padding-bottom: 28px;
    background-color: #f8f8f8;
    margin-top: -177px;
    padding-bottom: 0px;
}
/* 位置 */
.BreadcrumbNav {
    width: 960px;
    margin: 0px auto;
    margin-bottom: 20px;
    font-family: "microsoft yahei", '宋体';
    font-size: 16px;
    line-height: inherit;
    height: auto;
}
.BreadcrumbNav a {
    font-size: 14px;
}
.search_list {
    border-bottom: 0;
    margin: 0px auto;
    width: 960px;
    margin-bottom: 5px;
    padding: 10px 0px 10px 0px;
}
/* 列表 */
div.search_list h1 {
    font-size: 22px;
    color: #313131;
    line-height: 30px;
    font-family: "微软雅黑";
    margin-bottom: 15px;
}
.search_list>h1>p {
    font-size: 16px;
    margin-left: 15px;
    color: #c9c9c9;
    display: inline;
    font-weight: normal;
    font-family: "微软雅黑";
}
.search_list>p {
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
.search_list p {
    line-height: 25px;
    font-size: 16px;
    color: #646464;
}
.search_list em {
    color: red;
    font-style: normal;
}
/* 分页 */
.pageInfo {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    top: 0;
}
.dys_fenye {
    margin: 10px 0 5px 0;
}
.pageInfo a {
    border: 1px solid #b2b2b2;
    color: #015092;
    padding: 0px 6px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 2px;
    display: inline-block;
    cursor: pointer;
}
.pageInfo .on {
    border: none;
}
.textNum {
    border: 1px solid silver;
    height: 24px;
    margin: 5px 0;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}
.newsPageBtn {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;
    border: 1px #555 solid;
    border-radius: 2px;
}
/* 底部 */
.fot{
    margin-top: -42px;
}
