
        .classification {
            box-sizing: border-box;
            background: #E5EDEF url('/view/img/nav_back_img.png');
            background-repeat: repeat-x;
            padding-top: 1.9rem;
        }
        
        .classification .classification_con_div {
            border-radius: 8px;
            height: 390px;
            background: #fff;
            box-shadow: 0 12px 24px 0 rgba(7, 17, 27, .2);
        }
        /*手机端*/
        .phone_top_div {
            background-color: #373a3c !important;
        }
        .phone_top_div a {
            color: #fff;
        }
        .phone_top_list li:hover {
            background-color: #536067;
        }
        .phone_top_button {
                border-radius: 0;
                background-color: #373a3c !important;
        }
        .phone_top_button button {
            color: #fff;
        }
        .phone_top_list {
            list-style-type: none;
        }
        .phone_top_button {
            display: none;
        }
        @media (max-width: 991px) {
           
            .phone_top_button {
                display: block;
            }
            .form-inline a {
               
                color: #fff;
                
            }

        }
.footer {
    font-size: 0.75rem;
    background: #000000;
    width: 100%;
    height: 5rem;
}

 /* 下拉样式 */



.pointer {
    cursor: pointer;
}

.user_status_display, #toggle_user {
    background: #373a3c !important;
    position: absolute;
    z-index: 200;
    top: 49px;
    right: 0;
    opacity: 0.95;
    min-width: 120px;
    display: none;
    padding-bottom: 10px;
}

.user_status_display a {
    color: #fff;
}

#toggle_user_new {
    background: #FFF !important;
    position: absolute;
    z-index: 200;
    top: 48px;
    right: 0rem;
    /*opacity: 0.95;*/
    display: none;
    width: 280px;

    border: 1px solid rgba(0,0,0,.15);
    /*border-radius: 4px;*/
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.caret {
    /*display: inline-block;*/
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.color888 {
    color: #888;
}
.color0099ee {
    color: #0099ee;
}
.bg0099ee {
    background: #0099ee;
}
.border0099ee {
    border:  1px solid #0099ee;
    border-radius: 4px;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.column-excerpt {
    position:relative;
    font-size: 13px;
    /* 2 times the line-height to show 3 lines */
    height: 2.8em;
    overflow:hidden;
}
/* .column-excerpt::after{
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(/view/img/newhome3/ellipsis_bg.png) repeat-y;
} */
.article_title {
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    color: #212121;
    position: relative;
    vertical-align: middle;
    /* margin-bottom: 5px !important; */
    /* margin-top: 5px !important; */
}
.article_author {
    color: #303030;
}
.page-link {
    color: #c4c4c4;
}
.pagination .page-item {
    margin-right: 10px;
}
.pagination .page-item:last-child {
    margin-right: 0;
}
.page-item.active .page-link {
    background-color: #0099ee;
    border-color: #0099ee;
}

.mb-2_9 {
    margin-bottom: 0.8rem !important;
}