<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================
   仟磐 胶鸥老苞 府胶飘狼 弥脚能刨明, 硅呈 胶鸥
   ============================ */

/* ******************* 府胶飘狼 弥脚能刨明 ******************** */
.latest-content-wrap {
  padding: 0px 16px;
}
.latest-content {
  
}
.latest-content h2 {	
  font-weight: 800;
  font-size: 21px;
  line-height: 140%;
  color: var(--black);
  padding: 16px 0 20px;
  box-sizing: border-box;
	border-top: 1px solid var(--black);
}
.latest-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-bottom: 1px solid var(--grey-ea);
}
.latest-img {
  flex-shrink: 0;
    width: 116px;
    aspect-ratio: 116 / 76.95;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: #eee;
    display: block;
}
.latest-img img {
  width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: top;
    display: block;
}

.latest-item a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 16px 0 16px;
  gap: 16px;
  width: 100%;
}
.latest-item:first-child a{
	margin-top: 0;
} 
.latest-item .latest-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.latest-item .latest-text .txt_badge {  
font-weight: 600;
font-size: 14px;
line-height: 140%;
  color: var(--primary);
}
.latest-item .latest-text .txt_title { 
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
  color: var(--black);
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
	
}
/*******************府胶飘 硅呈 ***********************/
.banner-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin: 40px 16px 0;
}
.list-banner {
    background: var(--primary);
    border-radius: 4.81px;
	height: 86.64px;
	gap:14.44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-banner img {
  flex-shrink: 0;
}
.list-banner.band {
    background: var(--green-10);
    border: 1.2px solid var(--green);
    box-sizing: border-box;
	padding: 24px 24px;
}
.list-banner.newsletter {
    background: var(--primary-10);
    border: 1.2px solid var(--primary);
    box-sizing: border-box;
	padding: 24px 1.45rem;
}
.btn-band {
  background: #E0F2E9;
  color: #21C531;
}
.band .band-b-icon {
    width: 43px;
    height: 48px;
}
.newsletter .newsl-b-icon {
    width: 43px;
    height: 39px;
}
.btn-newsletter {
  background: #FFF0E5;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.list-banner-title {
  font-weight: 500;
  font-size: 21px;
  color: var(--primary);
}
.ami-band-text{
  flex-grow: 1; 
  display: flex; 
  align-items: center;	
  gap: 4px; 	
  white-space: nowrap; 	
}
.ami-newsl-text {
  flex-grow: 1; 
  display: flex; 
  align-items: center;	
	gap: 4px; 	
  white-space: nowrap; 	
}
.ami_newsl-text strong {
  font-weight: 800;
  margin-right: 0px;
}
.band .list-banner-title {
    color: var(--green);
	width: 204.57px;
}
.band .list-banner-title strong {
    font-weight: 800;
}
.newsletter .list-banner-title strong {
    color: var(--primary);
	font-weight: 800;
}

/* ============================
   仟磐 胶鸥老 
   ============================ */
footer {
  margin-top: 60px;
  padding: 28px 16px 16px;
  text-align: center;
  background-color: var(--bg-footer);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
box-sizing: border-box;
}
.footer-top {  
	gap:20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  height: 24px;
}
.footer-info {
  font-size: 16px;
  color: var(--grey-5);
  font-weight: 400;
}
.footer-info strong {
  font-weight: 700;
}
.footer-sns {
 width: 24px;
  height: 24px;
}
.footer-sns img {
  width: 24px;
  height: 24px;
}
.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 16px;
  position: relative;
}
.footer-links a {
  color: var(--grey-5);
  text-decoration: none;
  font-size: 15px;
  padding-right: 20px;  
  font-weight: 500;
  line-height: 140%;
  position: relative;
  text-align: center;
}
.footer-links a:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--grey-d9);
  font-size: 13px;
  line-height: 1;
}
.footer-links a:first-child {
  font-weight: 700;
}
.footer-links a:last-child {
  padding-right: 0px;
}
.footer-copy {
  padding-top: 16px;
  border-top: 1px solid var(--grey-ea);
  width: 361px;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: var(--grey-8);
}
@media (max-width: 344px) {
  .list-banner {
    gap: 8px;
  }
  .list-banner-title {
    font-size: 18px;
  }
	.footer-links {
		gap: 10px;
	}
  .footer-links a {
    font-size: 13px;
	  padding-right: 12px;
	}
}</pre></body></html>