@charset "utf-8";


/*搜索查询*/
.search {background: #f3f3f3; overflow: hidden; height: 60px; line-height: 60px;}
.search-left{float: left; color: #333;}
.search-right{float: right;}
.search-right .search-keyword{color: #333; height: 28px;line-height: 28px; border: 1px solid #ccc; padding-left: 5px; width: 300px; background: #fff;}
.search-right .search-option{color: #333; height: 30px;line-height: 30px; cursor: pointer;}
.search-right .search-submit{background:#e62223; border: 0; color: #FFF; height: 30px; line-height: 30px; padding: 0 15px; cursor: pointer;}

/*搜索结果样式*/
.resultbar{font-size: 22px; padding: 20px 0; border-bottom: 1px solid #ccc; }
.resultbar strong{ color:#ff3300;}

.resultlist{overflow: hidden;padding: 20px 0;}
.resultlist ul{margin: 0;}
.resultlist ul li{ border-bottom: 1px dashed #ccc; padding: 15px 0;}
.resultlist ul li h3{font-size: 20px;}

/*上一条，下一条*/
.nextpage{margin: 20px 0;}
.nextpage a{display: block; clear: both; padding: 10px 0; border-bottom: 1px solid #E7E7E7;}


/*pages分页*/
.pagination {display: block; text-align: center;}
.pagination ul{display: inline-block;}
.pagination ul li{float: left;}
.page-link {position: relative;display: block;padding: .8rem 1.3rem;margin-left: -1px;line-height: 1.25;color: #62a61d;background-color: #fff;border: 1px solid #dee2e6}
.page-link:hover {z-index: 2;color: #62a61d;text-decoration: none;background-color: #e9ecef;border-color: #dee2e6}
.page-link:focus {z-index: 2;outline: 0;box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)}
.page-item:first-child .page-link {margin-left: 0;border-top-left-radius: .25rem;border-bottom-left-radius: .25rem}
.page-item:last-child .page-link {border-top-right-radius: .25rem;border-bottom-right-radius: .25rem}
.page-item.active .page-link {z-index: 1;color: #fff;background-color: #62a61d;border-color: #62a61d}
.page-item.disabled .page-link {color: #6c757d;pointer-events: none;cursor: auto;background-color: #fff;border-color: #dee2e6}