/*搜索页开始处*/ .searchWrap { width: 1230px; margin: 0 auto; padding-top: 80px; padding-bottom: 40px; background:#fff; } #search_header { margin-bottom: 40px; } .search_form { position: relative; width: 450px; height: 36px; margin-bottom: 30px; } .search_form input { display: block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; margin-right: 45px; height: 16px; width: 385px; border: 1px solid #d9d9d9; color: #232323; padding: 9px 10px; font-size: 14px; } .search-form-btn { cursor: pointer; margin-top: -18px; height: 36px; line-height: 36px; width: 36px; text-align: center; font-size: 16px; position: absolute; right: 0; top: 50%; color: #232323; } .search_result { height: 45px; line-height: 45px; padding: 0 20px; color: #333333; background: #ededed; font-size: 16px; } .search-list { padding-bottom: 100px; } .search-item { border-bottom: 1px dotted #ccc; padding-bottom: 25px; margin-bottom: 25px; } .search-item .title { font-size: 15px; line-height: 20px; margin-bottom: 14px; } .search-item .description { font-size: 13px; line-height: 24px; color: #939393; } .search-item .description .get_more { margin-left: 10px; color: #5f5d5d; text-decoration: underline; } @media screen and (max-width: 1900px) and (min-width: 1400px) { .searchWrap{ padding-top:70px; padding-bottom:35px; } } @media screen and (max-width: 1400px) and (min-width: 1200px) { .searchWrap{ width:1180px; padding-top:60px; padding-bottom:30px; } } @media screen and (max-width: 1200px) { .searchWrap{ width:100%; padding-top:30px; padding-bottom:10px; } #search_header{ margin-bottom:20px; } .search_form{ width:100%; height:40px; margin-bottom:20px; } .search_form input{ display:block; margin-right:40px; height: 16px; width:-webkit-calc(100% - 62px); width:calc(100% - 62px); border: 1px solid #d9d9d9; color: #232323; padding: 11px 10px; } .search-form-btn{ margin-top:-20px; height: 40px; line-height:40px; width: 40px; } .search_result{ height: 32px; line-height: 32px; padding: 0 12px; font-size: 14px; } .search-list{ padding-bottom:50px; } .search-item{ padding-bottom: 15px; margin-bottom: 15px; } .search-item .title{ font-size:14px; line-height:20px; margin-bottom:12px; } .search-item .description{ font-size:12px; line-height:20px; } .search-item .description .get_more{ margin-left: 8px; } } /*搜索页结束处*/