
.table_card { width:75pc; margin:0 auto;margin-top: 20px}
.table_card .tab { height:37px; font-size:14px; }
.table_card .tab li { float:left; font-size: 24px;font-weight: 400; height:36px; line-height:36px; padding:0; margin:0 25px;}
.table_card .tab li:hover { height:37px;color:#333; cursor:pointer}
.table_card .activ { height:37px !important; background:#fff !important; color:#333; border-bottom: 3px solid #0090f5; font-weight: 700!important;}
.table_card .tabCon { background:#fff; padding:15px;}
.table_card .tabCon div { display:none}
.table_card .tabCon .on { display:block}

.newslist01 { font-size:14px; margin-top: 20px }
.newslist01 li {width: 30%;
    margin-right: 3%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;}

.newslist01 li>a{
    font-size: 14px;
    color: #666;
    display: block;
    padding-left: 10px;
    position: relative;
    padding-right: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newslist01 li>a:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 8px;
}

.newslist01 li>a:hover{
    color: #0090f5;
}



.newslist01 li .time { color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 2px;}


