﻿.pageinfo{
    margin-top: 8px;
}

.searchBarContent{
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
}
.searchBarContent input{
    width: 500px;
}

.navInfo{
    color: #666;
    font-size: 14px;
}
.navInfo span{
    color: #bd1a2d;
}

.searchResult{
    margin-top: 15px;
    margin-bottom: 20px;
}
.section{
    border-bottom: 1px dotted #666;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    
}
.section img{
    vertical-align: middle;
}
.section table{
    width: 100%;
    margin-top: 10px;
    table-layout: fixed;
}
.section table td{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section .icon{
    vertical-align: top;
    width: 15px;
}
.section .row1{
    font-size: 16px;
}
.section .row1 span{
    color: #2277eb;
}
.section .time{
    font-size: 14px;
    color: #666;
    width: 130px;
    vertical-align: middle;
    text-align: right;
}
.section .row2{
    font-size: 14px;
    color: #666;
}
.section .page{
    color: #666;
    font-size: 16px;
}