


.new-nav-big {
    padding-top: 3px;
    font-size: 16px;
}

.new-nav {
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 10px;
    border-bottom: 1px solid #0aa284;
    list-style: none;
    font-size: 16px;
}

    .new-nav .active {
        border-bottom: 1px solid #0aa284;
        color: #0aa284;
    }

    .new-nav li {
        padding: 5px 5px 5px 5px;
    }

    .new-nav li {
        display: inline-block;
        padding: 5px 8px 5px 8px;
    }

    .new-nav .active a {
        color: #0aa284;
    }

    .new-nav li a {
        color: #606060;
        text-decoration: none;
    }

.article-item {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px dashed #dbdbdb;
}

    .article-item .title {
        font-weight: 700;
        font-size: 18px;
        word-break: break-all;
    }

        .article-item .title a {
        }

.article-item-count {
    width: 50px;
    float: left;
}

.article-item-body {
    margin-left: 55px;
}

.diggit {
    float: left;
    height: 52px;
    margin-top: 2px;
    text-align: center;
    text-indent: 0;
    width: 46px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.unanswered {
    color: #999;
}

.answered {
    color: #ff7b24;
}

.diggnum {
    width: 46px;
    background-color: #eee;
    height: 30px;
    font-size: 190%;
    font-weight: bold;
    font-family: Verdana;
    font-size: 14px;
    line-height: 2.2em;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-radius: 2px;
}

.diggword {
    width: 46px;
    background-color: #fff;
    height: 18px;
    padding-top: 3px;
    color: #888;
    font-size:12px;
}

.search_container {
    max-width: 654px;
    min-width: 450px;
    margin: 0 auto;
    text-align: left;
}

.search_container_inner {
    height: 100%;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 130px;
}

.container_main_title h1 {
    color: #3d3d3d;
    font-size: 28px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}

.container_search_inner {
    height: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.search_container_min_inner {
    padding-top: 5px;
    padding-bottom: 10px;
}

.search_text_warp {
    display: inline-block;
    zoom: 1;
    background: 0 0;
    vertical-align: top;
    max-width: 536px;
    min-width: 330px;
    width: 70%;
    position: relative;
}

.search_text {
    height: 46px;
}

.search_button_warp {
    display: inline-block;
    max-width: 108px;
    min-width: 80px;
    width: 28%;
    height: 46px;
    position: relative;
    z-index: 2;
}

    .search_button_warp button {
        height: 46px;
    }

.sub_title {
    background: #0096e0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.row-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}



.content_category_nav {
    background: #eef3f5;
    display: flex;
    height: 40px;
    margin-bottom: 33px;
    padding: 0 30px;

}

    .content_category_nav .triangle {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #0096e0;
        bottom: -7px;
        height: 0;
        position: absolute;
        width: 0
    }

    .content_category_nav .cate_item {
        align-items: center;
        color: #3d3d3d;
        cursor: pointer;
        display: flex;
        flex: 0 0 25px;
        font-size: 14px;
        font-weight: 700;
        height: 40px;
        justify-content: center;
        padding:0 2px;
    }

        .content_category_nav .cate_item:first-child {
            flex: 0 0 84px
        }

    .content_category_nav .cate_item_active {
        align-items: center;
        background-color: #0096e0;
        color: #fff;
        cursor: pointer;
        display: flex;
        flex: 0 0 49px;
        font-size: 14px;
        font-weight: 700;
        height: 40px;
        justify-content: center;
        position: relative
    }
.content_header{
    font:bold;
}
.content_category_nav .cate_item_active:first-child {
    flex: 0 0 84px
}
.divider {
    position: relative
}

.divider--horizontal {
    border-top: 1px #dcdfe6 solid;
    display: block;
    height: 1px;
    margin: 24px 0;
    width: 100%
}

.divider--vertical {
    border-left: 1px #dcdfe6 solid;
    display: inline-block;
    height: 1em;
    margin: 0 8px;
    position: relative;
    vertical-align: middle;
    width: 1px
}
.body-container{
    background-color:#fff;
}

.content_key{
    scroll-margin-top:50px;
}