.wiki-cat-new-link:hover {
    text-decoration: none;
}
.wiki-header-search {
    margin: 15px 0;display: flex; justify-content: center;
}

.wiki-header-search > form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wiki-paging-wrap {
    display: flex; justify-content: center;
}

.paging-wiki {
    margin: 20px 0;
}
.paging-wiki li {
    display: inline-block;
}
.paging-wiki li a {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 10px;
    color: #000000;
}
.paging-wiki li a.active {
    background-color: #FFAF5E;
    color: white;
}
#wikicat {
    background: #F2F9FF;
    border: 1px solid #C6E5FF;
    border-radius: 5px;
    font-size: 16px;
    height: 44px; padding: 6px;
}
#wikicat option {
    padding: 15px 10px;
    display: block;
    height: 40px;
    text-align: center;

}
#wikisearch {
    height: 44px;
    box-sizing: border-box;
    font-size: 16px;
    width: 94vw;
}
#wiki-submit {
    height: 40px;
    padding: 5px 20px;
    color: white;
    border: none;
    box-sizing: border-box;
    background-color: #1270E3;
}
.wiki-exactly-result-title {
    font-size: 18px; padding: 5px; color: #DF7100; font-weight: bold; border-bottom: 1px solid #e0e0e0;
}
.wiki-result {
    margin: 10px auto;
    width: 94vw;
}
.wiki-result-heading {
    font-size: 18px; padding: 5px; color: #DF7100; font-weight: bold; border-bottom: 1px solid #e0e0e0;
}
.wiki-result-item {
    padding: 5px; margin: 5px 0;
}
.wiki-result-link {
    color: #1270E3;font-size: 16px;
}

.exactly-box {
    margin: 10px 0; padding: 10px; border: 1px solid #efdab6; text-align: center; border-radius: 10px;
}
.exactly-link {
    font-size: 18px; color: #1270E3; font-weight: bold;
}
.no-result {
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
}

.wiki-exactly-result-wrap {
    width: 94vw;
    margin: 0 auto;
}
.descript-categories {
    margin-top: 10px;
}

.wiki-cat-new {
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #ACABAB;
    margin: 20px 0;
    color: #000000;
}
.wiki-cat-new .wiki-cat-new-title {
    background: #fbf4dd;
}
.wiki-cat-new .wiki-cat-new-title a{
    color: #000000;
}
.wiki-cat-new ul li {
    font-size: 16px;
}
.wiki-cat-new .wiki-cat-new-title span {
    background: #ebcb62;
}
.wiki-cat-new .wiki-cat-new-url {
    color: #F2C94C;
}
.wiki-cat-new-1414 .wiki-cat-new-title {
    background: #d9eee0;
}
.wiki-cat-new-1414 .wiki-cat-new-title span{
    background: #56ac68;
}
.wiki-cat-new-1414 .wiki-cat-new-url {
    color: #27AE60;
}
.wiki-cat-new-1949 .wiki-cat-new-title {
    background: #d9eee0;
}
.wiki-cat-new-1949 .wiki-cat-new-title span{
    background: #56ac68;
}
.wiki-cat-new-1949 .wiki-cat-new-url {
    color: #27AE60;
}
.wiki-cat-new-1412 .wiki-cat-new-title {
    background: #eee2f5;
}
.wiki-cat-new-1412 .wiki-cat-new-title span{
    background: #b67ad6;
}
.wiki-cat-new-1412 .wiki-cat-new-url {
    color: #BB6BD9;
}
.wiki-cat-new-1790 .wiki-cat-new-title {
    background: #d9eaf6;
}
.wiki-cat-new-1790 .wiki-cat-new-title span{
    background: #509ad6;
}
.wiki-cat-new-1790 .wiki-cat-new-url {
    color: #2D9CDB;
}
.wiki-cat-new-1413 .wiki-cat-new-title {
    background: #f9ecdd;
}
.wiki-cat-new-1413 .wiki-cat-new-title span{
    background: #e59d59;
}
.wiki-cat-new-1413 .wiki-cat-new-url {
    color: #F2994A;
}


.wiki-latest-article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 30px 10px 30px;
}
.wiki-latest-article p {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-left: 14px;
}
.wiki-latest-article a {
    color: #000000;
    font-size: 16px;
}
.wiki-latest-article p::after {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f04b";
    font-size: 10px;
    color: #2E2F2F;
}