﻿@charset "utf-8"; 
:root{--color:#94ce21}
.news .news-item-img{position:relative;height:0;padding-bottom:75%;}
.news .news-item-img img{max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:contain;background:#fff;}
.newpro-list {justify-content:space-between;}
.newpro-list li {width:calc(25% - 15px);background-color:#F7F7F8;padding:10px;height:auto;align-items:inherit;flex-direction:column;}
.newpro-list li:hover{box-shadow:0 5px 15px 0 rgba(1,1,1,.1)}
.newpro-item-l {border:none;width:100%;}
.newpro-item-r {padding:10px;width:100%;flex:1;display:flex;flex-direction:column;align-items:flex-start;}
.newpro-name {max-height:48px;font-size:16px;line-height:24px;margin-bottom:8px}
.newpro-bref {display:none}
.newpro-more {display:block;border-top:1px solid #DADADB;color:#555;font-size:14px;margin-top:auto;padding:12px 0 0 0;text-transform:lowercase;background:none;width:100%;text-align:left;}
.newpro-more::before {display:none}
.newpro-list li:hover .newpro-more {color:var(--color)}
.repro-box-next,.repro-box-prev {display:none;}
.repro-swiper {width:100%;}
@media (max-width:800px){.newpro-list li{width:calc(50% - 15px)}}
@media (max-width:415px){.newpro-list li{width:calc(50% - 6px);padding:6px}}