
/* ç™¾ç§‘ */
.wiki{
    box-sizing: border-box;
    padding: 30px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.wiki-top{
    font-size: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.wiki-top h1{
    margin-top: -6px;
    margin-bottom: -5px;
    font-size: 24px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}
.wiki-top span{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    line-height: 1;
    margin-top: 20px;
}
.wiki-top span:last-child{
    margin-left: 60px;
}
.wiki-content h2{
    font-size: 22px;
    margin-top: 23px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}
.wiki-content a{
    color: #4289ff;
}
.wiki-content p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
    text-align-last: left;
    margin-top: 23px;
}

.wiki-content strong{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 4px solid #4289ff;
}
.wiki-content img{
    display: block;
    padding: 7px 0 6px;
    margin: 0 auto;
    max-width: 100%;
}
/*ä¸Šä¸€ç¯‡ä¸‹ä¸€ç¯‡*/
.siblings{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.siblings p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
    text-align-last: left;
    margin-top: 23px;
    margin-bottom: -6px;
    max-width: 50%;
}
/* å·¦ä¾§åˆ—è¡¨ */
.content-ul li{
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
}
.content-ul li:not(:first-child){
    margin-top: 1px;
}
.content-ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-ul li img{
    display: block;
    width: 240px;
    height: 160px;
}
.li-txt{
    width: 520px;
}
.li-txt h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.li-txt p{
    margin-top: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    max-height: 54px;
    overflow: hidden;
}
.li-txt span{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    margin-top: 20px;
}
.content-ul li:hover{
    background-color: #fbfbfb;
}
.content-ul li:hover .li-txt h2{
    color: #4289ff;
}
.xin{
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    color: #333;
}
.xin span{
    font-size: 18px;
    font-weight: bold;
    color: #ee3200;
}
.xin i{
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.xin-bot{
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}



/* bottom */
.bottom{
    margin-top: 80px;
}