.list3_right .cont {
    padding: 0;
}

.list3_right .cont li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.list3_right .cont li:hover {
    background: #f8f9fa;
}

.list3_right .cont li .icon {
    width: 40px;
    margin-right: 15px;
    flex-shrink: 0;
}

.list3_right .cont li .icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.list3_right .cont li .newCont {
    flex: 1;
    position: relative;
    padding-right: 100px;
    height: 100%;
    display: flex;
    align-items: center;
}

.list3_right .cont li .newCont a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 85%;
}

.list3_right .cont li .newCont a .oemNew {
    margin-left: 10px;
}

.list3_right .cont li .newCont a:hover {
    color: #007bff;
}

.list3_right .cont li .newCont p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 10px;
}

.list3_right .cont li .newCont span {
    color: #999;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}

.list3_right .cont li .newCont .timestamp {
    color: #999;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    right: 20px;
    top: 30px;
}


.header-search-container {
    display: block;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: 0 auto 20px;
    padding: 9px;
    max-width: 1350px;
    height: 60px;
}

.header-search-container h1 {
    margin: 0;
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.search-box {
    width: 100%;
}

.search-form {
    position: relative;
    width: 450px;
}

.search-form .input {
    background: #EFEFEF;
    opacity: 1;
    height: 42px;
    border-radius: 38px;
    width: 100%;
    padding-right: 70px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding-left: 32px;

}

.search-form .input:focus {
    border-color: #E43F3F;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

.search-form .button {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 89px;
    height: 36px;
    background: #F45050 url("/images/icon_search.png") center center no-repeat;
    background-size: 20px;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: -9999px;
}

.search-form .button:hover {
    background: #E43F3F;
    background: #e32626 url("/images/icon_search.png") center center no-repeat;
    background-size: 20px;

}

.list3_right {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
}

.bread {
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 0;
}

.content .list3_right {
    width: 1102px !important;
}

.list3_right {
    padding: 0 !important;
}

.content .list3_right ul.cont li {
    margin-top: 0px !important;
    margin-bottom: 10px;
}

.content .list3_right ul.cont li div.icon {
    height: 80px;
    width: 80px;
}

.list3_right .cont li {
    padding: 0px;
}


.content .list3_right ul.cont li {
    height: 80px;
}
.highlight {
    color: red;
    font-weight: bold;
}
.sel{
    color: #F45050;
}
