﻿#search-input {
    margin: 0 auto;
    padding-top: .5rem;
    position: relative;
    width: 14rem;
}

#keyword {
    border: none;
    background: none;
    font-size: .3rem;
    height: .8rem;
    left: 2rem;
    line-height: .8rem;
    text-align: center;
    top: .5rem;
    outline-style: none;
    position: absolute;
    width: 10rem;
}

#search-none {
    font-size: .3rem;
    font-weight: bold;
    padding-bottom: 4vh;
    text-align: center;
    width: 100%;
}

#information {
    padding-top: 4vh;
    width: 100%;
}

.information-box {
    cursor: pointer;
    margin: 0 auto;
    padding-bottom: .8rem;
    width: 14rem;
}

.information-list-item {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.information-list-item-img {
    height: 2.5rem;
    overflow: hidden;
    position: relative;
    width: 4.1rem;
}

.information-list-item-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.information-list-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 9.5rem;
}

.information-list-item-message {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 9.5rem;
}

.information-list-item-message div {
    margin-bottom: .2rem;
}

.information-list-item-name {
    font-size: .2rem;
    font-weight: bold;
}

.information-list-item-date {
    font-size: .18rem;
    font-weight: bold;
}

.information-list-item-line {
    background-color: #005937;
    height: 2px;
    width: 1.05rem;
}

.information-list-item-desc {
    color: #808080;
    font-size: .18rem;
}

.information-button {
    align-items: center;
    border: 1px #808080 solid;
    border-radius: .48rem;
    color: #808080;
    display: flex;
    font-size: .18rem;
    height: .48rem;
    justify-content: center;
    width: 1.1rem;
}

.information-button.cur {
    background-color: #005937;
    border: 1px #005937 solid;
    color: #ffffff !important;
}

#pagination {
    display: flex;
    justify-content: center;
    margin: 0 auto; 
    padding-bottom: 4vh;  
}

.pagination a, .pagination span {
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: .2rem;
    height: .4rem;
    justify-content: center;
    margin-right: .5vw;
    width: .4rem;
}

.pagination span.active, .pagination span:hover, .pagination a:hover {
    background-color: #005937;
}

.pagination .active, .pagination a:hover {
    color: #ffffff;
}

.pagination a {
    color: #262729;
}