* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    /* box-sizing: border-box; */
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
body{
    background: linear-gradient(0deg, #12181F 0%, #12181F 100%);
}

table {
    border-collapse: collapse; /* 合并单元格边框 */
}

td, th {
    border: 1px solid #ccc; /* 添加黑色边框 */
    padding: 8px; /* 添加内边距 */
}

.header{
    margin-top: 24px;
    margin-bottom: 16px;
}
.a_logo{
    width: 158px;
    height: 40px;
    text-decoration: none;
    display: block;
    margin: auto;
}
.banner{
    height: 360px;
    max-width: 1680px;
    margin: auto;
    overflow: hidden;
}

.aritcle_box{
    max-width: 1680px;
    margin: auto;
    margin-top: 100px;
}

.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.logo{
    width: 158px;
    height: 40px;
}

.notice_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
}

.announcement{
    position: absolute;
    top: 36px;
}

.notice_box .notice_text{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.announcement{
    position: absolute;
    top: 36px;
    width: 295px;
    height: 28px;
}

.more_icon img{
    width: 8px;
    height: 12px;
}

.article_item{
    padding-top: 18px;
    display: block;
    text-decoration: none;

}

.article_item .title{
    display: flex;
    justify-content: space-between;
}

.article_item .title .text{
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    align-items: center;
    -webkit-box-orient: vertical;   /* 垂直排列 */
    -webkit-line-clamp: 1;         /* 限制行数 */
    overflow: hidden;              /* 超出隐藏 */
    text-overflow: ellipsis;       /* 超出部分显示省略号 */
    white-space: normal;           /* 允许换行 */
    word-break: break-word;        /* 长单词或 URL 换行 */
    line-height: 20px;
    
}


.inner_title{
    max-width: 780px;
    display: -webkit-box;          /* 旧版 WebKit 兼容 */
    -webkit-box-orient: vertical;   /* 垂直排列 */
    -webkit-line-clamp: 1;         /* 限制行数 */
    overflow: hidden;              /* 超出隐藏 */
    text-overflow: ellipsis;       /* 超出部分显示省略号 */
    white-space: normal;           /* 允许换行 */
    word-break: break-word;        /* 长单词或 URL 换行 */
    line-height: 20px;

}


.article_item .title span{
    color: #ADB5BD;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}


.article_item .description{
    color: #ADB5BD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 820px;

    display: -webkit-box;          /* 旧版 WebKit 兼容 */
    -webkit-box-orient: vertical;   /* 垂直排列 */
    -webkit-line-clamp: 2;         /* 限制行数 */
    overflow: hidden;              /* 超出隐藏 */
    text-overflow: ellipsis;       /* 超出部分显示省略号 */
    white-space: normal;           /* 允许换行 */
    word-break: break-word;        /* 长单词或 URL 换行 */
    line-height: 20px;
}

.article_item .article_bottom{
    display: flex;
    justify-content: right;
}

.article_item .article_bottom .time{
    color: #ADB5BD;
    font-size: 14px;
    font-weight: 400;
}


.article_item .article_bottom .more_icon{
    margin-right: 42px;
}




.article_inner_box{
    max-width: 1200px;
    margin-top: 32px;
    margin: auto;
    border-bottom: 1px solid #29363C;
    display: flex;
    padding-bottom: 18px;
}

.article_item:hover{
    background-image: url("https://image.xunyou.com/images/cs/article_bg.png");
}


.article_item:hover .article_inner_box{
    border-bottom: 1px solid transparent;

}

.pagination{
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 148px;
    /* width: 420px; */
    
}

.pagination a {
    background: #29363C;
    padding: 6px 10px;
    color: #ADB5BD;
    text-decoration: none;
    border-radius: 2px;
    font-size: 12px;
    margin: 0 8px;
    display: block;
}

.pagination span{
    display: flex;
}

.pagination .p {
    padding: 6px 18px !important;
}

.pagination .active{
    background: #00AD59;
}

#pages a{
    color: #fff;
}


.help_box{
    width: 1200px;
    margin: auto;
    margin-top: 100px;
}

.search_btn{
    background: #00AD59;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}

.search{
    display: flex;
    justify-content: space-between;
}

.search_input{
    box-sizing: border-box;
    border: none;
    padding: 19px 24px;
    color: #ADB5BD;
    font-size: 18px;
    background: #29363C;
    border-radius: 5px;
    width: 1020px;
}

.search_input:focus{
    border: none;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 添加阴影作为焦点时的视觉反馈 */
}

.search_btn{
    box-sizing: border-box;
    width: 154px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    cursor: pointer;
}

.question {
    display: flex;
    justify-content: space-between;
    color: #ADB5BD;
    font-size: 14px;
    margin-top: 50px;
    padding-bottom: 8px;
    border-bottom: 1px solid #29363C;
}
.question_item{
    text-decoration: none;
    padding-top: 32px;
    display: block;
    padding-bottom: 36px;
    border-bottom: 1px solid #29363C;
}
.question_item .title{
    color: #FFF;
    font-size: 20px;
}
.question_item .description{
    margin-top: 6px;
    font-size: 14px;
    color: #ADB5BD;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.question_list{
    margin-bottom: 148px;
}

.empty_result {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 148px;
    
}

.empty_result .no_result{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 28px;
}

.empty_result .no_result_description{
    color: #ADB5BD;
    font-size: 14px;
    margin-top: 15px;
}

.aritcle_content_box{
    background: #fff;
    width: 1200px;
    margin: auto;
    margin-top: 80px;
    border-radius: 2px;
    margin-bottom: 148px;
}

.aritcle_content_box .back_box{
    padding: 22px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.aritcle_content_box .back_box .back{
    display: flex;
    /* justify-content: center; */
    color: #000;
    align-items: center;
} 

.back_box .back{
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.aritcle_content_box .inner_content{
    padding: 32px
}

.aritcle_content_box .inner_content img{
    max-width: 100%;
}

.aritcle_content_box .inner_content a {
    text-decoration: none;
}

.aritcle_content_box .inner_content .title{
    color: #000;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
}

.publish{
    color: #29363C;
    font-size: 14px;
    margin-top: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
}

.publish .time{
    margin-left: 10px;
}

.article_content{
    color: #000;
    font-size: 16px;
    font-style: normal;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
}

.icon_box{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.icon_box img{
    width: 25px;
    height: 25px;
}


.help_aritcle_box{
    max-width: 1680px;
    margin: auto;
}

.cover_pic{
    width: 213px;
    height: 119px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}

.cover_pic img{
    width: 213px;
    height: 119px;
}

.info_box{
    width: 900px;
}