.xbzy_banner {
    position: relative;
    min-height: 180px;
}

.jysDetail_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 159px;
    border-radius: 8px;
    background-size: 100% 100%;
    margin-bottom: 20px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(184, 12, 5, 0.6)
}

.jysDetail_content img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.jysDetail_content_right {
    width: 1020px;
}

.jysDetail_content_right h3 {
    width: 100%;
    /* height: 24px; */
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    /* white-space: nowrap; */
    /* overflow: hidden;
    text-overflow: ellipsis; */
}

.jysDetail_content_text {
    width: 100%;
    height: 75px;
    line-height: 24px;
    margin-top: 10px;
    font-family: PingFang SC;
    font-size: 12px;
    color: #fff;
    /* text-align: justify; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.xbzy_sfkc {
    width: 100%;
    height: 472px;
    display: flex;
    justify-content: space-between;

}

.xbzy_sfkc_left {
    width: 590px;
    height: 472px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.xbzy_sfkc_left img {
    object-fit: cover;
    width: 590px;
    height: 332px;
}



.reouce_list_item_bottom_content {
    width: 100%;
    height: 58px;
    padding-top: 10px;
    border-top: 1px solid #ECEEF4;
    margin: 0 auto;
    width: 570px;
    height:58px;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.xbzy_sfkc_right{
    width: 590px;
    height: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.reouce_list_item2{
    width: 285px;
    height: 226px;
}
.reouce_list_item2 img{
width: 285px;
height: 160px;
}
.reouce_list_item_bottom{
    width: 100%;
    height: 66px;
}
.reouce_list_item2 .reouce_list_item_top{
    width: 100%;
    height: 160px;
}

.jys_szpx_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.jys_szpx_box_item{
    width: 386px;
    height: 100px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}
.jys_szpx_box_item img{
    width: 80px;
    height: 80px;
    
}
.jys_szpx_box_item_right{
    width: 276px;
    height: 100%;
    
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0 4px 0;
}
.jys_szpx_box_item_right h3{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 5px;
}
.jys_szpx_box_item_right h3:hover{
    color: #CB272B;
}

.news_list_item_right_bottom {
  
    display: flex;
    justify-content: space-between;
}

.news_list_item_right_bottom span {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #9E9E9E;
    display: flex;
    gap: 5px;
    align-items: center;

}

.news_list_item_right_bottom span img {
    width: 16px;
    height: 16px;

}
.fzzy_class{
    display: inline-block;
    height: 24px;
   
    line-height: 24px;
    border-radius: 6px;
    background: #FFEEEE;
    padding: 0 10px;
    font-size: 12px;
    color: #FF4C45;
    margin-bottom: 5px;
   
}
