.yewu_box{
    width: 100%;
    padding-top: calc(2px + 3rem);
    padding-bottom: calc(20px + 5rem);
}
.yewu{
    max-width: 1280px;
    width: 90%;
    margin: auto;
}
.yewu_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(76px + 15rem);
    position: relative;
}
.yewu_item{
    width: 23.8281%;
    height: calc(60px + 10rem);
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    cursor: pointer;
    transition: .3s;
}
.yewu_item .p1{
font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
font-weight: 400;
font-size: calc(4px + 1rem);
color: #000000;
line-height: calc(4px + 1.5rem);
text-align: center;
margin-top: calc(2px + 1.5rem);
transition: .3s;
}
.yewu_item .p2{
font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
font-weight: 400;
font-size: calc(4px + 0.5rem);
color: #777777;
line-height: calc(10px + 0.5rem);
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: calc(5px + 0.5rem);
    transition: .3s;
    padding: 0 calc(8px + 1rem);
}


.yewu_item_icon img{
    width: calc(2px + 2rem);
    height: calc(2px + 2rem);
    display: none;
}
.yewu_item_icon img:nth-of-type(1){
    display: block;
}

.yewu_item:hover .yewu_item_icon img{
    display: none;
}
.yewu_item:hover .yewu_item_icon img:nth-of-type(2){
    display: block;
}
.yewu_intro_box{
    width: 100%;
    height: calc(92px + 10rem);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.yewu_intro{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
}
.yewu_intro a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
.yewu_intro_act{
    z-index: 1;
}
.yewu_left{
    width: 49.1406%;
    height: calc(92px + 10rem);
    padding-right: calc(3px + 4rem);
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: calc(6px + 0.5rem);
}
.yewu_left .p1{
font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
font-weight: 400;
font-size: calc(2px + 1.5rem);
color: #000000;
line-height: calc(5px + 2rem);
}

.yewu_left .p2{
font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
font-weight: 400;
font-size: calc(4px + 0.5rem);
color: #777777;
line-height: calc(4px + 1rem);
text-indent: 4ch;
margin-top: calc(6px + 1rem);
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.yewu_left img{
    width: calc(2px + 2rem);
    margin-top: calc(9px + 0.5rem);
}

.yewu_pic{
    width: 50%;
    height: calc(92px + 10rem);
}

.yewu_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yewu_item_act{
    background-color: #CEB25A;
}

.yewu_item_act img:nth-of-type(1){
    display: none;
}
.yewu_item_act img:nth-of-type(2){
    display: block;
}
.yewu_item_act .p1{
    color: #ffffff;
}
.yewu_item_act .p2{
    color: #ffffff;
}

.yewu_next{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(2px + 2rem);
}
.yewu_next .line1{
    width: calc(28px + 5rem);
    height: calc(1px + 0.1rem);
    background: #CEB25A;
    
}
.yewu_next .line2{
    flex: 1;
    height:1px;
background: #D8D8D8;

    
}

.yema{
font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #777777;
line-height: calc(2px + 1rem);
}
.yema span{
    color: #CEB25A;
}