.yxtz_box{
    width: 100%;
    background: #F6F6F6;
    padding-top: calc(5px + 3rem);
    padding-bottom: calc(12px + 3rem);
}

.yxtz{
    max-width: 1504px;
    width: 85%;
    margin: auto;
}
.yxtz_top{
    display: flex;
    justify-content: space-between;
}
.yxtz_top_left p{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(10px + 1.5rem);
color: #333333;
line-height: calc(6px + 1.5rem);
}
.yxtz_top_left div{
    width: calc(10px + 4rem);
height: calc(2px + 0.1rem);
background: #0072C1;
margin-top: calc(2px + 1rem);
}

.yxtz_top_right{
    width: calc(192px + 40rem);
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #3B3B3B;
line-height: calc(6px + 1.5rem);
}
.yxtz_list{
    margin-top: calc(3px + 3rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(2px + 1rem);
}
.yxtz_item{
    width: 100%;
height: auto;
background: #FFFFFF;
border-radius: calc(6px + 0.5rem);
display: flex;
justify-content: flex-start;
gap: calc(4px + 3rem);
padding: calc(6px + 2rem);
}

.yxtz_item_pic{
    width: calc(100px + 15rem);
    height: calc(68px + 10rem);
}

.yxtz_item_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yxtz_item_title p{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(10px + 1rem);
color: #141414;
line-height: calc(4px + 1rem);
}

.yxtz_item_title div{
      width: calc(10px + 4rem);
height: calc(2px + 0.1rem);
background: #0072C1;
margin-top: calc(1px + 0.5rem);
}

.yxtz_item_con{
    width: calc(140px + 40rem);
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #3B3B3B;
line-height: calc(10px + 1rem);
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: calc(5px + 0.25rem);
margin-top: calc(6px + 1rem);
}

.yxtz_item_con span{
    color: #141414;
}

@media (max-width: 1100px){
    .yxtz_top{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .yxtz_top_left p{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .yxtz_top_right{
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .yxtz_item{
         flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .yxtz_item_pic{
        width: 100%;
        height: auto;
    }
    .yxtz_item_title p{
          font-size: calc(14px + 1rem);
        line-height: 1.5; 
    }
    .yxtz_item_con{
        font-size: calc(10px + 1rem);
        line-height: 1.5; 
    }
}



