.item-detail-box-Patent {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

/* 20250813新增 */
.container {
    width: 100%;
    display: flex !important;
    grid-template-columns: repeat(auto - fit, minmax(200px, 1fr));
    grid-gap: 20px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.gjzl-container{
    justify-content: space-between;
    height: 160px;
}

.fwgj-container{
    grid-gap: 40px !important;
}

.card {
    width: 285px;
    /* height: 140px; */
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F8F9;
}

.h140{
    height: 160px;
}

.gjzl-card{
    width: 184px;
    background-color: #fff;
}

.fwgj-card{
    width: 100px;
    height: 100px;

}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.gjzl-card:hover{
    transform:none !important;
    box-shadow:none !important;
}

.gjzl-card p:hover{
    color: #1a54e8;
}

.card .ztsj-img {
    width: 100%;
    display: block;
}

.card .zljs-img{
    width: 44px !important;
    height: 44px;
    margin-top:34px;
}

.card .gjzl-img{
    width: 184px;
    height: 92px;
}

.card .fwgj-img{
    width: 36px;
    height: 36px;
    margin-top: 17px;
}

.card p{
    height: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #41474B;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 6px;
    margin-bottom: 34px;
    margin-top: 20px;
}

.fwgj-card p{
    height: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #41474B;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 34px;
    margin-top: 20px;
}

/* 20250813截止 */
.justify-between-0 {

}
.image-text_194 {
    min-width: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.label_196 {
    width: 185px;
    height: 92px;
    overflow: hidden;
    border: 2px dashed #a39e9e;
    padding: 5px;
}

.label_196 img {
    width: 185px;
    height: 100%;
    display: block;
    margin: 0 !important;
}

.text-group_190 {
    width: 185px;
    height: 30px;
    color: #41474B;
    font-size: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    white-space: wrap;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
}