﻿html{
    background: #F8F9FB;
}
tbody{
    width: 100%;
}
.content{
    padding-top: 83px;
   /* margin: 0 auto;
    width: 1200px;*/
    width: 100%;
}
.ctop{
    background-image: linear-gradient(90deg, #141444, #0862f4);
}
.all_news{
    display:flex;
    justify-content:center;
    /*align-items: center*/
}
.banner{
    position: relative;
    height: 30rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 50%;
    color: #fff;
}
.banner_img{
    width: 300px;
    height: 300px;
}
.zf-title{
    font-size: 36px;
    padding: 100px 0 30px 0;
}
.intro{
    font-size: 16px;
}
.teble_cate_p{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.teble_cate{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1100px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #717781;
}
.teble_cate_item{
    padding: 20px 0;
    font-weight: bold;
}
.teble_cate_item:hover{
    color: #0049ff;
    cursor: pointer;
    font-weight: bold;

}
.is-checked{
    color: #0049ff;
    border-bottom: 1px solid #0049ff;
    padding: 19px 0;
    font-weight: bold;
}
.nei_icon{
    width: 55px;
    height: 55px;
    margin-right: 20px;
}
.conttainer{
    color: #000;
}
.news_title{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin: 50px 0 30px 0;
}
.news_intro{

    text-align: center;
    font-size: 18px;
}
.nei_detail{
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0 10px 0;
    font-size: 14px;
    color: #717781;
    display: flex;
    flex-wrap: wrap;
}
.detail {
    position: relative;
    width: 31%;
    margin-bottom: 26px;
    padding: 20px ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dee2ea;
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
.detail_right{
    margin-right: 30px;
}
.detail-top{
    display: flex;
    align-items: center;
}
.nei_download{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 2.75rem;
    text-align: center;
    font-size: .875rem;
    color: #fff;
    background: #0049ff;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    padding: 6px 0;
}
.nei_download a{
    color: #fff;
    text-align: center;
    align-items: center;
    font-size: 14px;
}
.nei_intro{
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0 50px 0;
    min-height: 5.625rem;
}
.nei_desc{
    font-size: 20px;
    font-weight: bold;
    color: #000;

}
.nei_title{
    color: #717781;
}
.nei_time{
    margin-top: 20px;
}
.question-item{
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.question-title{
    font-size: 1.25rem;
    color: #333;
    font-weight: 600;
}
.q_intro{
    font-size:14px;
    display:none;
    padding-bottom:20px;
    /*opacity: 1;*/
    /*transition: opacity 0.5s ease;*/
}
.q_intor{
    /*opacity: 0;*/
    /*visibility: hidden;*/
}
.question-item{
    width:100%;
}
.questions{
    width:1200px;margin:0 auto;line-height:20px;border-top: 1px solid #ccc;
}
.question-title{
    padding:20px 0;display:flex;justify-content:space-between;align-items:center;
}
.question-title span{
    font-size:20px;
}
.question-title img{
    width:20px;transform: rotate(90deg);margin-right: 20px;
    transition: transform 0.3s ease; /* 可选：添加旋转动画 */
}


header .lang-wrapper {
    position: relative;
    cursor: pointer;
    right: 0;
}
header .lang-wrapper .lang-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 0 10px;
    height: 30px;
}
header .lang-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #333;
    margin-right: 5px;
}
header .lang-text {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}
header .lang-wrapper .lang-dropdown {
    display: none;
    position: absolute;
    padding-top: 20px;
    right: 0;
}
header .lang-wrapper .lang-dropdown ul {
    width: 150px;
    background-color: #fff;
    padding: 15px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
nav ul, ul, li {
    list-style: none;
}
header .lang-wrapper .lang-dropdown ul li a {
    display: block;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 15px;

}

.lang_items:hover{
    background: #F2F2F2;
    border-radius:0.3rem;
}
.lang_items_a:hover{
    /*color: #648DF2;*/

    color: #333;
}
.me-3{
    position:absolute;
    top:0;
    right:0;
    margin-top:12px;
    margin-right:-160px;
}
/*a {
    text-decoration: none;
}*/