html,
body {
    width: 100%;
    height: 100%;
}

#app {
    width: 100%;
    height: 100%;
}

.header {
    height: 55px;
}

.searchbtn {
    color: #fff;
}
.top_nav_bar_search .top_nav_icon{
    color: #fff;
}
.content {
    height: calc(100vh - 55px);
}

.news-item {
    list-style: none;
    border-bottom: 1px solid #efeff4;
    box-sizing: border-box;
    padding: 10px;
}

.news-item a {
    color: #333;
}

.title {
    margin-bottom: 10px;
    font-size: 16px;
}

.news-item .time {
    color: #999999;
    font-size: 14px;
}

[v-clock] {
    display: none;
}

.types {
    position: fixed;
    right: 30px;
    bottom: 60px;
    background: #c31b23;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 99999;
    text-align: center;
    line-height: 50px;
    color: #fff;
    box-shadow: 3px 3px 3px #a9c0ca;
    opacity: .8;
}
.types.blue{
    background: #015292;
}

.classify-types {
    background: #f7f8fa;
    width: 100%;
    height: auto;
    float: left;
}

.classify-types h2 {
    margin: 0;
    padding: 16px;
    color: rgba(69, 90, 100, 0.6);
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.classify-types ul {
    background: #fff;
}

.classify-types li {
    padding: 0 32px 0 16px;
    font-weight: 500;
    line-height: 48px;
    cursor: pointer;
    background-size: 20px;
    font-weight: 400;
}

.redTive {
    background: url("https://file.henan.gov.cn/4500000001/search/img/duihao2.png") no-repeat right 30px center;
}