body {
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        height: 50px;
        width: 100%;
    }
    .top {
        height: 50px;
        line-height: 50px;
        background: url(logo.png) no-repeat #1d273d 10px;
        background-size: 100px;
    }
.box, main, .search_box {
        width: 94%;
    }
.search-page {
     top: 0;
    width: 100%;
    left: 0;
    background: #ebf0fa;
    position: absolute;
    z-index: 8;
}
.search_box {
    margin: auto;
}
.search-page .go-left {
    
    width: 100%;
    height: 32px;
    float: right;
    background-size: 32px;
    margin: 20px;
}
.search-page .search {
        width: 100%;
        clear: both;
    margin: auto;
    border-radius: 0 5px 5px 0;
    position: relative;
    overflow: hidden;
    }
    .search input.input_text {
    border: 0;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    outline: none;
    text-indent: 1em;
    width: 80%;
    float: left;
}
.search input.input_submit {
    border: 0;
    color: #fff;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 15px;
    height: 36px;
    background: #1d273d;
    line-height: 36px;
    cursor: pointer;
    width: 20%;
}
main {
        margin: 100px auto 10px;
    }
    .lbox {
        width: 100%;
    }
    .blogs {
    margin-bottom: 30px;
}
ul, li {
    list-style: none;
}
.blogs_list, .zhuanti {
        padding: 15px 0;
        border-bottom: #e9e9e9 1px solid;
    }

.blogs_list {
    overflow: hidden;
    position: relative;
    transition: all .8s;
}
a {
    text-decoration: none;
    color: #000;
}
.blogs_list i {
        width: 96px;
        height: 67px;
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }
.blogs_list h2 {
        font-size: 14px;
        white-space: inherit;
        line-height: inherit;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
    .blogs_list p {
    color: #737373;
    line-height: 20px;
    font-size: 14px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both;
}
.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%;
}
    .box, main, .search_box {
        width: 94%;
    }
    
footer {
    background: #1d273d;
    color: #a8aab0;
    padding: 20px 0;
    overflow: hidden;
}
    .ft_nav {
    margin: 30px auto;
    overflow: hidden;
}
    .ft_about {
        width: 100%;
        text-align: center;
        clear: both;
        float: none;
    }
    .ft_nav p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
