.banner-img {
    width: 100%;
    height: auto;
}
.bannertit {
    font-size: 0.3125rem;
    line-height: 0.3125rem;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 8.333333333333333%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.07291666666666667rem;
}
.bannertit:after {
    content: "";
    position: relative;
    width: 0.3125rem;
    height: 0.015625rem;
    border-radius: 0.010416666666666666rem;
    background-color: #ffffff;
    bottom: -0.129rem;
    left: 0.020833333333333332rem;
}

.content {
    padding: 0.7760416666666666rem 0;
    width: 100%;
    overflow: hidden;
}
.probox {
    width: 8.333333333333334rem;
    margin: 0 auto;
}
.pro-li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0.5rem;
}
.pro-li:nth-child(2n) {
    flex-direction: row-reverse;
}
.pro-li:last-child{
    margin-bottom: 0;
}
.pro-imgbox {
    border-radius: 0.10416666666666667rem;
    background-color: #c4cdda;
    overflow: hidden;
    width: 4.583333333333333rem;
    height: 2.6041666666666665rem;
}
.pro-img{
    width: 100%;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    transition: 0.78s;
}
.pro-img:hover {
    transform: scale(1.08);
}
.pro-info {
    width: 3.3854166666666665rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pro-div{width:100%;overflow: hidden;}
.pro-title {
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #333333;
    font-weight: 700;
    font-family: "Roboto-Bold";
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-character: "-";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0.75rem;
    padding-bottom: 0.026041666666666668rem;
}
.pro-ta {
    display: block;
}
.pro-title:hover .pro-ta {
    font-size: 0.2604166666666667rem;
    text-decoration: underline;
}
.pro-con {
    font-size: 0.10416666666666667rem;
    line-height: 0.1875rem;
    color: #666666;
    margin-top: 0.13541666666666666rem;
    height: 0.9375rem;
    font-weight: 300;    
    font-family: "Roboto-Light";
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-character: "-";

    /* 新增：限制5行 */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@keyframes continuousSlide {
    0% {
        transform: translateX(-70%);
    }
    100% {
        transform: translateX(70%);
    }
}
.pro-href {
    margin-bottom: 0.203125rem;
}
.pro-a {
    display: flex;
    float: left;
    overflow: hidden;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
}
.pro-icon {
    cursor: pointer;
    width: 0.3125rem;
    height: 0.3125rem;
}
.pro-icon.hover,.pro-a:hover .pro-icon:not(.hover){
    display: none;
}
.pro-a:hover{
    background:#00968f;
}
.pro-a:hover .pro-icon.hover{
    display:block;
    animation: continuousSlide 1s linear infinite;
}

@media only screen and (max-width: 768px) {
.bannertit {
    padding: 0 2.75%;
    font-size: 0.525rem;
    line-height: 0.525rem;
}
.bannertit:after {
    left: 0;
    width: 0.8rem;
    height: 0.05rem;
    bottom: -0.225rem;
}

.content {
    padding: 0.75rem 0 0.575rem;
}
.probox{
    width: 100%;
    padding: 0 2.75%;
    box-sizing: border-box;
    overflow: hidden;
}
.pro-li{
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}
.pro-imgbox{
    width: 100%;
    border-radius: 0.125rem;
    background-color: #ebebeb;
    height: 6.025rem;
}
.pro-info{
    width: 100%;
}
.pro-title {
    font-size: 0.475rem;
    line-height: 0.475rem;
    margin-top: 0.5rem;
}
.pro-con {
    font-size: 0.375rem;
    line-height: 0.65rem;
    -webkit-line-clamp: 3;
    height: 1.95rem;
    margin-top: 0.3125rem;
}
.pro-href{
    margin: 0.3625rem 0 0;
}
.pro-a{
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 0.375rem;
    line-height: 0.375rem;
    color: #00968f;
}
}