* {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    margin: 0 auto;
    background: #e7e7e7;
    font-family: "微软雅黑"
}

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*各种颜色样式*/

.blue {
    color: #0F7BD8;
    font-weight: bold;
}

.white {
    color: #FFFFFF;
    font-weight: bold;
}

.red {
    font-weight: bold;
    color: #C70506;
}

.yellow {
    color: #FFB900;
    font-weight: bold;
}

.green {
    color: #038C54;
    font-weight: bold;
}

.coffee {
    color: #A70404;
    font-weight: bold;
}

.purple {
    color: #70017A;
    font-weight: bold;
}

.gray {
    color: #999;
}

.search-top {
    width: 100%;
    height: 130px;
    border-bottom: #38bbf7 2px solid;
    background: url(../images/search/search-bg.png) right center no-repeat #fff;
}

.search-logo img {
    float: left;
    margin: 25px 0;
}


/*检索*/

.search-form {
    overflow: hidden;
    margin-top: 30px;
}

.search-input {
    position: relative;
    width: 568px;
    height: 36px;
    border: 1px #FF8A00 solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    margin: 0 auto;
}

.search-input i {
    padding: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    border-right: 1px #ddd solid;
    background: url(../images/search/icon_search.png) center center no-repeat;
}

.search-input input {
    position: absolute;
    top: 0;
    left: 40px;
    height: 36px;
    line-height: 36px;
    width: calc(100% - 150px);
    border: none;
    outline: none
}

.search-input button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 36px;
    width: 98px;
    background: #FF8A00;
    color: #fff;
    outline: none
}

.search-main {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px #ddd solid;
    background: #F9F9F9;
}

.search-l {
    float: left;
    width: 250px;
}

.search-nav {
    padding: 0 15px;
    background: #F9F9F9
}

.search-nav ul {
    list-style: none;
}

.search-nav ul li {
    border-bottom: 1px #ddd dashed;
    padding: 10px 50px;
}

.search-nav ul li h1 {
    font-size: 16px;
    line-height: 36px;
}

.search-nav ul li p {
    font-size: 14px;
    line-height: 30px;
}

.search-nav ul li p a {
    padding-left: 10px;
    display: block;
}

.search-nav ul li p a:hover {
    color: #38bbf7;
    background: url(../images/search/icon_arrow.png) left center no-repeat
}

.search-r {
    box-sizing: border-box;
    float: right;
    width: calc(100% - 300px);
    border-left: 1px #ddd solid;
    background: #fff;
    min-height: 500px;
    padding: 0 20px;
}

.search-amount {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px #ddd solid;
}

.search-list ul li {
    border-bottom: 1px #ddd dashed;
    margin-top: 15px;
    padding-bottom: 5px;
}

.search-item .title a {
    color: #023ECB;
    text-decoration: underline;
}

.search-item .abstract {
    padding: 5px 0;
    color: #666;
    line-height: 24px;
    font-size: 13px;
}

.search-item .time {
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
}

.search-item .time a {
    color: #006c03;
}

.search-footer {
    background: #0E1A22;
    padding: 20px 0;
}

.search-foot {
    width: 1000px;
    text-align: center;
    color: #e4e4e4;
    margin: 0 auto;
    line-height: 26px;
}


/*分页*/

.pagination {
    padding: 30px 0;
    text-align: center;
}

.pagination a {
    margin: 0 3px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e0e0e0;
    color: #aaa;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.pagination a:hover {
    border: 1px #999 solid;
}

.pagination a.curr {
    background: #f0f0f0;
}

#pages {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #8d8d8d;
}

#pages a,
#pages span {
    margin-left: 3px;
    margin-right: 3px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e0e0e0;
    color: #aaa;
    display: inline-block;
}

#pages a:hover {
    border: 1px solid #a0a0a0;
}

#pages span {
    background: #f0f0f0;
    color: #ffffff;
}

#pages span {
    font-weight: bold;
    position: relative;
    top: 0px;
}

#pages a.previous {
    width: 25px;
    position: relative;
    top: 0px;
}

#pages a.next {
    width: 25px;
    position: relative;
    top: 0px;
}