html, body {
    height: 100%;
}

#app {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    width: 100%;
    height: 100%;
}

.header {
    color: white;
    background-color: black;
    height: 58px;
    vertical-align: middle;
    line-height: 58px;
}

.content {
    width: 100%;
    min-height: calc(100% - 80px);
    padding-bottom: 20px;
}

.footer {
    height: 340px;
    width: 100%;
    background-color: black;
    bottom: 0px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: white;
    display: flex;
    /*flex-direction: column;*/
    justify-content: flex-start;
    /*align-content: center;*/
    /*position: fixed;*/
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

p {
    padding: 0px;
    margin: 0px;
}

.zhezhao {
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99990;
    display: none;
}
.searchzhezhaocontent {
    position: absolute;
    top: 200px;
}

.news-item {
    display: flex;
    margin-bottom: 20px;
}

.news-image {
    width: 160px;
    height: 120px;
    margin-right: 10px;
}


.new-head {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 22px;
    color: #262626;
}

.news-description {
    display: -webkit-box;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #A7A7A7;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-size: 14px;
    color: #A7A7A7;
}

.pagination a {
    color: #A7A7A7;
    text-decoration: none;
    margin: 0 10px;
}

.new-content {
    width: 100%;
    margin-top: 50px;
    white-space: pre-wrap;
    line-height: 26px;
    letter-spacing:0.5px;
    font-size: 16px;
    color: #262626
}

.new-content img {
    max-width: 690px;
}

.hot-search {
    display: inline-block;
    cursor: pointer;
    background-color: hsla(0, 0%, 78.8%, .5);
    color: #787878;
    font-size: 16px;
    padding: 5px 20px 5px 20px;
    margin-right: 10px;
}
.hot-search:hover{
    background-color: #4285F4;
    color:white;
}
.h_tag{
    display: none;
}