﻿
.column_list_fhrw li {
    background: url(/Sites/Uploaded/UserUpLoad/20250528/20250528144247.png) no-repeat;
    height: 311px;
    margin-bottom: 115px;
    box-sizing: border-box;
    padding: 42px 70px 0;
    display: flex;
    justify-content: space-between;
}

.arBox_left_fhrw {
    width: 233px;
    height: 334px;
}

.arBox_left_fhrw a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 108% !important;
    transition: all 0.2s;
}

.arBox_right_fhrw {
    width: 840px;
    position: relative;
}

.arR_top_fhrw .dy_title {
    font-size: 28px;
    color: #FFE9C3;
}

.arR_top_fhrw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
}

p.list-con_fhrw {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.arR_top_fhrw .dy_subtitle {
    color: #FFE9C3;
    font-size: 18px;
}

.arR_bottom_fhrw a {
    color: #4D342D;
    font-size: 16px;
}
.arR_bottom_fhrw a:hover {
    color: #9D130C;
}

.arR_bottom_fhrw {
    position: absolute;
    bottom: -52px;
    right: 0;
}

.arR_bottom_fhrw::after {
    content: '';
    display: block;
    width: 247px;
    height: 2px;
    background: #D9D9D9;
    position: absolute;
    left: -267px;
    top: 50%;
    transition: all 0.2s;
}
.arBox_left_fhrw a:hover {
    background-size: 110% !important;
}

.arR_bottom_fhrw:hover::after {
    left: -287px;
}
@media screen and (max-width:768px){

    .column_list_fhrw li {
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
}
    .arBox_left_fhrw {
    width: 40%;
    height: 200px;
}
    .arBox_right_fhrw {
    width: 60%;
    padding-left: 10px;
}
    .arR_top_fhrw {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}
    .arR_top_fhrw .dy_title {
    font-size: 20px;
}
        .arR_top_fhrw .dy_subtitle {
    font-size: 18px;
}
    p.list-con_fhrw {
    font-size: 16px;
    line-height: 24px;
}
    .arR_bottom_fhrw {
    position: initial;
        
         text-align:right;
}
     .arR_bottom_fhrw a{
         color:#FFE9C3;
         font-size: 16px;
     }
    .arR_bottom_fhrw::after{
        display:none;
    }
    .article_right{
        padding:10px
    }
}