@charset "utf-8";

/* banner */

._wiki_banner {
    height: 440px;
    background: url('../imgs/wiki/wiki-banner.jpg') no-repeat center center / auto 100%;
}

._wiki_banner_main {
    height: 440px;
}

._wiki_banner_text {
    margin-left: 25px;
}

._wiki_banner_text>h3 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
}

._wiki_banner_text>h5 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-top: 28px;
    line-height: 1;
}


/* wiki-swiper */

._wiki_swiper {
    height: 480px;
    margin-top: 100px;
}

._wiki_sright {
    width: 420px;
    height: 480px;
    background: #f2f2f2;
    padding: 45px 40px;
}

._wiki_sright:hover>h3>a {
    color: #d72a2a;
}

._wiki_sright h3>a {
    font-size: 22px;
    color: #222;
    line-height: 32px;
}

._wiki_sright ._p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 28px;
    color: #666;
    position: relative;
    height: 168px;
    overflow: hidden;
}

._wiki_hidden {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    padding-left: 5px;
    color: #d72a2a;
}

._wiki_hidden:hover {
    text-decoration: underline;
}

._wiki_swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

._wiki_swiper .swiper-button-next,
._wiki_swiper .swiper-button-prev {
    background-image: none;
    top: 410px;
    margin-top: 0;
    width: 50px;
    height: 40px;
    background-color: #24262c;
    font-size: 28px;
    color: #fff;
}

._wiki_swiper .swiper-button-next {
    left: 873px;
}

._wiki_swiper .swiper-button-prev {
    left: 820px;
}

._wiki_swiper .swiper-button-next:hover,
._wiki_swiper .swiper-button-prev:hover {
    background-color: #d72a2a;
}


/* 主要内容 */

._wiki_content {
    margin-top: 100px;
}

._wiki_left {
    width: 780px;
}

#wikiNav {
    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

#wikiNav li,
._hot_search {
    height: 44px;
    font-size: 18px;
    color: #222;
    line-height: 1;
    border-bottom: 4px solid transparent;
    position: relative;
    top: 1px;
    cursor: pointer;
    margin-right: 50px;
}

#wikiNav li.active,
#wikiNav li:hover, #wikiNav a:hover{
    color: #d72a2a;
    border-color: #d72a2a;
}

#wikiItem li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

._wiki_lleft {
    margin-right: 40px;
}

._wiki_lleft>h3>a {
    font-size: 20px;
    color: #222;
}

._wiki_lleft>p {
    margin: 18px 0 28px;
    color: #666;
    font-size: 15px;
    line-height: 26px;
}

._wiki_info span {
    font-size: 15px;
    margin-right: 25px;
    color: #666;
}


/* 分页 */

._ppages {
    margin-top: 80px;
    margin-bottom: 40px;
}

._ppages a {
    width: 50px;
    height: 40px;
    border: 1px solid #999;
    font-size: 14px;
    margin: 0 7px;
    color: #999;
}

._ppages a.active,
._ppages a:hover {
    background: #d72a2a;
    border-color: #d72a2a;
    color: #fff;
}

._ppages a._not_allow {
    cursor: not-allowed;
    opacity: 0.7;
}

._ppages span {
    font-size: 14px;
    color: #999;
}


/* 右侧 */

._wiki_right {
    width: 360px;
    overflow: hidden;
}

._hot_search {
    border-color: #d72a2a;
    width: 74px;
    margin-bottom: 25px;
}

._wiki_hot_box {
    padding-bottom: 30px;
}

._hots_box {
    flex-wrap: wrap;
    width: 370px;
}

._hots_box a {
    height: 30px;
    border: 1px solid #eee;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #999;
}

._hots_box a:hover {
    border-color: #d72a2a;
    color: #d72a2a;
}

._reco_head img {
    margin-top: 4px;
    margin-right: 16px;
}

._reco_head a {
    width: 330px;
    flex-wrap: wrap;
    color: #222;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

._reco_head a:hover {
    color: #d72a2a;
}

._wiki_recomend {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px;
}

._wiki_recomend li>span {
    padding-left: 30px;
    font-size: 14px;
    color: #999;
}

._wiki_recomend li {
    margin-bottom: 17px;
}


/* 内页 */

._art_tit {
    background-color: #f2f2f2;
    padding: 60px 0;
}

._art_head h3 {
    font-size: 46px;
}

._art_info {
    margin-top: 40px;
}

._art_info>img {
    margin-right: 20px;
}

._art_info_logo {
    height: 60px;
    padding: 8px 0;
}

._art_info_logo>h5 {
    font-size: 16px;
    font-weight: normal;
}

._art_info_text>span {
    font-size: 14px;
    color: #666;
}

._art_info_text>i {
    width: 2px;
    height: 16px;
    background-color: #999;
    margin: 0 10px;
}

._article_content {
    margin-top: 60px;
}

._article {
    width: 780px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

._article p {
    font-size: 16px !important;
    color: #666 !important;
    margin-bottom: 20px !important;
    line-height: 30px !important;
}
._article img{
	width: 100% !important;
}

._pn {
    background-color: #f2f2f2;
    width: 780px;
    padding: 30px
}

._pn_list>span {
    font-size: 15px;
    color: #222;
}

._pn_list>a {
    font-size: 15px;
    color: #d72a2a;
}

._pn_list>a:hover {
    text-decoration: underline;
}


/* 搜索结果 */

._search_final {
    padding-top: 100px;
}

._search_info {
    height: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

._search_keys span {
    font-size: 16px;
    height: 60px;
    border-bottom: 4px solid #d72a2a;
}

._search_keys i {
    font-style: normal;
    padding-bottom: 4px;
}

._search_keys b {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    padding-bottom: 4px;
}

._search_num {
    height: 60px;
    padding-bottom: 4px;
    font-size: 16px;
    color: #666;
}

._search_final #wikiItem li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

._search_final ._wiki_left {
    width: 1200px;
}

._search_final ._wiki_lleft {
    margin-right: 40px;
}

._search_final ._wiki_lleft>h3>a {
    font-size: 20px;
    color: #222;
}

._search_final ._wiki_lleft>p {
    margin: 18px 0 28px;
    color: #666;
    font-size: 15px;
    line-height: 26px;
}

._search_final ._wiki_info span {
    font-size: 15px;
    margin-right: 25px;
    color: #666;
}