﻿
/*搜索*/
.search-bar {
    width: 80%;
    margin: 0px auto;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 20%;
}

.search-wrap {
    float: left;
    width: 70%;
    height: 40px;
    padding-bottom: 2%;
}

.search-input {
    height: 38px;
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    padding-left: 2%;
    border: 1px solid #e2e2e2;
}

.search {
    height: 40px;
    width: 10%;
    background: #0c9dcc;
    color: #fff;
    float: left;
    line-height: 40px;
    text-align: center;
    border:0px;
}


/*搜索*/

.top {
    margin: 0 auto;
    width: 1200px;
    background: #fff;
    height: 86px;
}

.top_right {
    width: 592px;
    float: left;
    margin-left: 1%;
}

    .top_right ul li {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
        background: url(http://www.ihepa.com:8088/pages/gjgb/img/list_icon2.png) 6px center no-repeat;
        overflow: hidden;
        padding-left: 20px;
    }
/*topnav*/
/*空白部分*/
.blank {
    height: 20px;
}

.clear, .blank {
    clear: both;
    width: 100%;
    overflow: hidden;
}
/*空白部分*/
#tab, .tab {
    border-bottom: #e4e3e3 1px solid;
    margin: 20px;
}
#tab-content {
    margin: 20px;
    overflow: hidden;
}
/*列表部分*/
.bloglist {
    width: 95%;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
    clear: both;
    z-index: 0;
}

.bloglist {
    padding: 0px 20px 0 20px;
    overflow: hidden;
}

    .bloglist li {
        border-bottom: dashed 1px #e5e5e5;
        overflow: hidden;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

.blogpic {
    float: left;
    width: 28%;
    height: 122px;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: #444;
}

.bloglist i {
    font-style: italic;
}
.bloglist dt {
    display: block;
}

.bloglist dd {
    color: #989898;
    margin: 15px 0;
    display: block;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #444;
}

.bloglist dt {
    font-size: 18px;
    font-weight: normal;
}

.bloglist .timeinfo {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .bloglist .timeinfo span:first-child {
        /*border-right: #CCC 1px solid;*/
        margin-right: 10px;
        padding-right: 10px;
    }

    .bloglist .timeinfo .lanmu a {
        color: #0c9dcc;
    }

.bloglist .read {
    position: absolute;
    display: block;
    background: #0c9dcc;
    color: #FFF;
    bottom: 0;
    right: 0;
    padding: 5px 8px;
}

.bloglist {
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #555;
    background: #fff;
    line-height: 1.5;
}

.blogpic img {
    width: 100%;
    height: 122px;
    object-fit: contain;
}

.bloglist dl {
    height: 122px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.bloginfo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*列表部分*/
/*标签部分*/
.tag_list ul {
    padding: 0 20px 20px 20px;
    display: block;
}

    .tag_list ul li {
        float: left;
        display: block;
        margin-right: 8px;
        margin-bottom: 15px;
        display: list-item;
        text-align: -webkit-match-parent;
        line-height: 20px;
    }

        .tag_list ul li a {
            display: inline-block;
            padding: 4px 14px;
            background: #0c9dcc;
            font-size: 14px;
            transition: all .3s ease 0s;
            color: #fff;
            text-decoration: none;
        }
/*标签部分*/
.list_zjft {
    line-height: 25px;
    height: 30px;
    word-wrap: break-word;
    color: #808080
}

#listzjft li a, #list_slide li a {
    background: #fff;
}

    #listzjft li a img, #list_slide li a img {
        box-shadow: 5px 5px 6px #f1f1f1;
    }
/*推荐文章部分*/
.el-row {
    box-sizing: border-box;
    padding: 0px 20px 10px;
}

.ranking-item {
    width: 100%;
    color: #333;
    height: 36px;
    line-height: 36px;
}

.ranking-item, .ranking-num {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .ranking-item .active {
        background: #E4E3E3;
    }

.ranking-num {
    width: 16px;
    height: 16px;
    background: #b1b1b1;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
}

.ranking-item, .ranking-num {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.ranking-title {
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 15px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

#button {
    bottom: 85px;
    right: 5%;
    position: fixed;
    z-index: 2;
    width: 30px;
}

    #button a {
        background: #0c9dcc;
        background-repeat: no-repeat;
        display: block;
        width: 50px;
        height: 50px;
        color: #fff;
        margin-bottom: 2px;
        padding-top: 8px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
/*推荐文章部分*/
