.product-list .update-content{
    margin-left: unset;
}
.product-list.odds li p{
    width: 100%;
}
.product-list .odds li{
    padding-bottom:unset
}
tr,td{
    border: 1px solid #ccc;
    padding: 15px;
}
table{
    width: 100%;
}
tbody{
    width: 100%;
}
.product-list .news-list-content-wrapper{
    margin-top: unset;
    padding-top:22px;
    width: 100%;
    height: 100%;
    padding-bottom:32px;
    border: solid 1px #f5f5f5;
    border-top: none;
} 

.product-list .news-list-content-wrapper:hover{
	border: solid 1px #44582a;
    border-top: none;
}

.product-list .news-list-content-wrapper .update-content{
    width: 86%;
    margin: 0 auto;
 
}
.product-details-wrapper{
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.product-details-l{
    display: flex;
    flex-direction: column;
    width: 71%;
}
.product-details-r{
    width: 24%;
 
  
}
.details-r{
    padding: 20px;
    background-color: #f8f8f8;
}
.details-r-title{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e7e7e7;
    color: #333333;
    margin-bottom: 30px;
}
.details-r-title h3{
    font-size: 18px;
    display: flex;
    flex-direction: column;
}
.details-r-title h3::after{
    content: '';
	height: 2px;
	background-color: #0076db;
    margin-top: 12px;

}
.details-r-title a{
    font-size: 16px;
}

.details-r-content li{
    width: 100%;
    margin-bottom: 20px;
}


.details-r-content li p{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-top: none;
}

.details-r-content li img{
    width: 100%;
}

.product-introduction-wrapper{
    display: flex;
    justify-content: space-between;
}

.product-introduction-r{
    margin-left: 56px;
    width: 489px;
}

.product-introduction-r h3{
    margin-top: 40px;
    color: #44582a;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d8d8d8;

}
.product-introduction-r h3::after{
    content: '';
    width: 89px;
	height: 2px;
	background-color: #44582a;
    margin-top: 13px;
}

.product-introduction-r h4{
    margin-top: 30px;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}

.product-introduction-r p{
    margin-top: 15px;
    font-size: 14px;
	color: #666666;
    line-height: 25px;
}

.product-introduction-content{
    margin-top: 30px;
}

.product-introduction-content h4{
    font-size: 17px;
    color: #333333;
    font-weight: bold;
   
}

.product-introduction-content p{
    font-size: 14px;
    color: #666666;
    width: 100%;
    line-height: 25px;
  
 
}


    

.product-introduction-content p img{
width: 100% !important;
}

/* .product-introduction-content span{
    display: flex;
    margin-top: 10px;
} */

.product-introduction-l{
    width: 456px ;
  
}
.product-introduction-l img{
    width: 100%;
}

@media (max-width:1200px) {
    .product-details-wrapper{
        flex-wrap: wrap;
    }
    .product-details-l{
        width: 100%;
    }
    .product-details-r{
        width: 100%;
        margin-top: 25px;
    }

    .details-r-content{
        display: flex;
        justify-content: space-between;
    }
    .details-r-content li{
        width: 49%;
    }
    .product-details-wrapper{
        margin-top: 30px;
    }
}
@media(max-width:767px){
    .product-introduction-wrapper{
        flex-wrap: wrap;
    }
    .product-introduction-l{
        width: 100%;
    }
 
    .product-introduction-r{
        margin-left: unset;
    }
    .product-introduction-content p{
        width: 100%;
    }
    .product-introduction-content span{
        flex-wrap: wrap;
    }
}


