/* 新闻板块 */
.bka{
    position: relative;
    margin: 15px 0;
    padding: 40px 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(89,159,255,.04)),to(rgba(89,159,255,0)));
    background: linear-gradient(180deg,rgba(157, 198, 255, 0.04),rgba(89,159,255,0));
}
.bka:before {
    content: "";
    position: absolute;
    background:#fff url(/static/img/article-bg1.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
}
.section-title {
    border-bottom: 1px solid rgba(217,217,217,0.4);
}
.tag-delta {
    background: #292a2d;
}
.t-text-light {
    color: #fff;
}
.t-flex-100 { 
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.align-items-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
}
.t-mr-16 {
    margin-right: 16px;
}
.tag-epsilon {
    background: #007bff;
}
.tag__skew-reverse {
    -webkit-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    transform: skewX(5deg);
    display: inline-block;
}
.tag--skew {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
}
.t-link--secondary {
    color: #14213d;
}
.list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.d-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
}
.t-md-34-lg-1875 {
    font-size: 1.875rem;
}
.t-mb-30 {
    margin-bottom: 30px;
}
.t-mb-15 {
    margin-bottom: 15px;
}
.t-mt-30{
    margin-top: 30px;
}
.t-link--light {
    color: #fff;
}
.art-list1{
    background: #fff;
    padding: 15px;
}
.art-list2>li{
    background-color: #fff;
    padding: 5px;

}
.post--right-content .tagd span{
    line-height: 3;
    background-color: #eaeaea;
    padding: 5px 10px;
    border-radius:2px;
    margin-right: 10px;
}