.p{
    padding: 0 1.875rem;
}
.search{
    height: 5.5rem;
    background-color: #eeeeee;
}

.search .left{
    width: 37.5rem;
    height: 3.75rem;
    float: left;
    margin-top: 0.875rem;
    background-color: #FFFFFF;
    border-radius: 0.5625rem;
}

.search .left span{
    display: inline-block;
    width: 3.5rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    float: left;
}

.search .left span img{
    width: 1.75rem;
    height: auto;
    vertical-align: middle;
}

.search .left input{
    width: 30rem;
    height: 3.75rem;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    display: inline-block;
    float: left;
    font-size: 1.75rem;
}

.search .left input + span{
    width: 4rem;
}

.search .left input + span img{
    width: 2rem;
    height: auto;
}

.search .right{
    float: right;
    width: 5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    text-align: right;
    vertical-align: middle;
    font-size: 2.125rem;
    color: #333333;
}

.list{
    background: #FFFFFF;
}

.list .element{
    padding-bottom: 1rem;
    border-bottom: 1px solid #f4f4f4;
    margin-top: 1rem;
}

.list .element .title{
    padding: 0.75rem 0;
    line-height: 2.75rem;
    font-size: 2.125rem;
}

.list .element .title a{
    text-decoration: none;
    font-size: 2.125rem;
    color: #202020;
}

.list .element .thumb{
    width: 13.1875rem;
    height: 9.875rem;
    float: left;
}

.list .element img{
    width: 13.1875rem;
    height: 9.875rem;
    float: left;
}

.list .element span{
    display: inline-block;
}

.list .element .description{
    width: 28.625rem;
    height: 9.875rem;
    float: right;
    font-size: 1.75rem;
    color: #999999;
    line-height: 3.125rem;
}

.list .element .column{
    font-size: 1.125rem;
    color: #02548e;
    border: 1px solid #02548e;
    border-radius: 5px;
    margin-top: 2rem;
    line-height: 1.75rem;
    padding: 0 0.375rem;
    float: left;
}

.list .element .date{
    float: right;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-top: 2rem;
    color: #999999;
}

.count{
    height: 3rem;
    line-height: 3rem;
    display: none;
}
