﻿.pageinfo{
    margin-top: 8px;
}

.searchBarContent{
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
}
.searchBarContent input{
    width: 380px;
}
.pageinfo .left{
    width: 248px;
    display: inline-block;
    float: left;
}
.pageinfo .left table:last-child{
    margin-bottom: 30px;
}
.pageinfo .left .navBtn{
    width: 230px;
    cursor: pointer;
    margin-top: 10px;
}

.pageinfo .right{
    width: 950px;
    display: inline-block;
    float: right;
}

.searchResult{
    margin-top: 30px;
    margin-bottom: 20px;
}
.section{
    border-bottom: 1px dotted #666;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    
}
.section img{
    vertical-align: middle;
}
.section table{
    width: 100%;
    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;
    display: none;
}
.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;
}

.arrow{
    display: none;
    margin-left: -2px;
}
.active{
    display: block;
}

