

html,body{
    margin: 0px;
    padding:0px;
    background-color: #F1F2F6;
    font-size: 14px;
}
[v-cloak] {
    display: none !important;
}
a{
    text-decoration: none;
}
body, h1, h2, h3, h4, h5, h6, html, li, ol, p, ul{
    margin: 0px;
    padding:0px;
}
* {
    
    font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.position{
    min-height: 800px;
}
.cont_box{
    width: 1150px;
    margin: 20px auto 20px auto;
    padding: 20px 20px 30px;
    background-color: #fff;
}
.cont_box .ttbox{
    position: relative;
    display: flex;
    overflow: hidden;
    width: inherit;
}

.nav_cont_box{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.nav_cont_box .nav_text{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
}
.nav_cont_box .nav_text.active{
    color: #0078ff;
    font-weight: 600;
    border-bottom: 2px solid #0078ff;
}

ul{
    list-style: none;
}

ul li{
    cursor: pointer;
}

.info_box{
    margin: 14px 0 14px 0px;
}

.info_box>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.info_box>:nth-child(n+2) {
    margin-top: 14px;
    padding-top: 14px;
}

.info_box a{
    display: flex !important
}

.info_box a .time{
    width: 16.666%;
}

.info_box a .title{
    width: 83.333%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.el-pagination__rightwrapper{
float: none !important;
display: inline-block;
}
.el-pagination__jump{
display: none !important;
}

