.doc-list-banner{
    margin-top:36px;
    height:110px;
    background: url("/images/index/doc-list-banner.png") no-repeat;
    background-position: center center;
    min-width:1200px;
}
.doc-list-banner .title{
    width:1200px;
    box-sizing: border-box;
    height:100%;
    line-height: 110px;
    padding:0px 46px;
    font-size:26px;
    color:#fff;
    margin:0 auto;
}
.doc-list-container{
    width:1200px;
    margin:0 auto;
}
.search-form{
    padding-top:20px;
    text-align: right;
    width:800px;
    float: right;
}
.form-item{
    float: left;
    margin-left:20px;
}
.clear{
    clear: both;
}
.item-title{
    float: left;
    height:30px;
    line-height: 30px;
}
.item-value{
    float: left;
    height:30px;
    border:1px #e2e2e2 solid;
    border-radius: 2px;
    position: relative;
}
.item-value input{
    height:30px;
    border:none;
    outline: none;
    padding:0 16px;
    width:160px;
}
.form-item button{
    height:32px;
    line-height: 32px;
    background: #fff;
    outline: none;
    border:1px solid #e2e2e2;
    width:60px;
    border-radius: 2px;
    cursor: pointer;
}
.date-icon{
    background: url("/images/index/date.png") no-repeat;
    background-position: center;
    height:28px;
    width:30px;
    position: absolute;
    top:0;
    right:0;
}
.search-result .title{
    width:1000px;
    float: left;
}
.search-result .title:hover{
    color:#A43EB3;
}
.search-result .date{
    width:200px;
    float: left;
    text-align: right;
}
.search-result ul li{
    padding:16px 0px;
}
.search-page a{
    margin:0 4px !important;
    border-radius: 4px !important;
}
.search-page span{
    margin:0 4px !important;
    border-radius: 4px !important;
}
.search-page .layui-laypage-em{
    background: #a03eb9 !important;
}
.no-result{
    width:100%;
    min-height:133px;
    text-align: center;
    display: none;
    box-sizing: border-box;
    padding:20px;
}