.new_gszl{
    padding-top: 20px;
    color:#333333;
}
.new_gszlbt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}
.new_gszl_title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    
}
.new_gszlbt a{
    color: #09418F;
    font-size: 14px;
}
.new_gszl_content{
    line-height: 24px;
    word-wrap: normal;
    font-size: 14px;
    margin-bottom: 30px;

}
.gszl_detail{
    margin-bottom: 30px;
}
.gszl_detail_ul{
    display: flex;
    flex-wrap: wrap;
}
.gszl_detail_ul li{
width: 50%;
margin-bottom: 20px;
font-size: 14px;
display: flex;
}
.gszl_detail_ul span{
    display:block;
}
.gszl_title{
    width: 150px;
    color: #606266;
}
.gszl_content{
    flex: 1;
    color:#333333;
    padding-right: 20px;
}
.all_list li:first-child{
    background-color: #f2f3f5;
}
.all_list li:hover{
background-color: #f2f3f5;
}
.all_list_title,.all_list_detail{
    line-height: 26px;
    font-size: 14px;
    display: flex;
}
.all_list_title span,.all_list_detail span{
    flex: 1;
    text-align: center;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
}
.detail_show{
    cursor: pointer;
    color: #09418F;
}
.detail_show:hover{ 
    color: #cc0000;
}
.list_detail_text{
    display: none;
    padding: 0 30px 20px;
    font-size: 14px;
    line-height: 24px;
}