<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-center-nav.nav{
    height: 60px;
    padding: 0;
}
.news-center{
    padding-bottom: 20px;
}
.banner-con.industry-solution-bg{
    background-image: url('/images/newsCenter/banner-bg.png');
}
/* è§†é¢‘åˆ—è¡¨ */
.news-center-list ul {
    gap: 20px;
}
.news-center-list li {
    flex: 0 0 calc(33.333% - 14px);
    border: 1px solid rgba(227, 227, 227, .8);
    text-align: center; 
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px;
    width: 362px;
}
.image-container {
    position: relative;
    width:100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    
}
.image-container img {
    object-fit: cover;
    display: block;
}
.news-center-list .news-item-info{
    font-size: 14px;
    color:rgba(56, 56, 56, 1);
   
}
.news-center-list .news-item-info&gt;p:first-child{
    width:100%;
    font-size: 16px;
    padding-top: 20px;
    align-self: flex-start;
       text-align: left;
}
.news-item-bottom{
    color: rgba(166, 166, 166, 1);
    padding : 20px 0 10px 0;
    width:100%;
}
.news-center-list li.active,
.news-center-list li:hover{
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.08);
    border-color: transparent;
}
.news-center-list li.active .news-item-bottom&gt;span:nth-child(2),
.news-center-list li:hover .news-item-bottom&gt;span:nth-child(2){
    color: rgba(237, 28, 36, 1);
}

/* åˆ†é¡µ */
.news-center .layui-laypage a,
.news-center  .layui-laypage span{
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    margin: 0 6px;
    color: rgba(166, 166, 166, 1) !important;
}
.news-center .layui-laypage .layui-laypage-curr .layui-laypage-em, 
.news-center .layui-laypage a:hover{
    background-color:rgba(128, 128, 128, 1);
    color:  #ffffff !important;
}



/* è¯¦æƒ… */
.news-details{
    gap: 40px;
    padding: 20px 0;
}
.news-details .news-details-left{
    flex: 0 0 calc(75% - 20px);
}
.news-details .news-details-left .news-details-left-title{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}
.news-details .news-details-left .news-details-left-type{
    color:rgba(128, 128, 128, 1);
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}
.news-details .news-details-left .news-details-left-type span{
    margin-left:2px;
}
.news-details .news-details-left .line{
    width: 100%;
    background-color: transparent;
    border-top:1px dashed rgba(227, 227, 227, 1);
    margin-bottom: 20px;
}
.news-details .news-details-left .news-details-con{
    padding: 10px 0;
    color: rgba(85, 85, 85, 1);
    font-size: 14px;
    line-height: 30px;
}
.news-details .news-details-left .news-details-btn{
    background-color: rgba(242, 242, 242, .6);
    padding: 10px 20px;
}
.news-details .news-details-left .news-details-btn p{
    line-height:30px;
    font-size: 15px;
    color: rgba(56, 56, 56, 1);
}
.news-details .news-details-right{
    flex: 0 0 calc(25% - 20px);
    overflow: hidden;
}
.news-details .news-details-right .news-details-right-title{
    font-size: 16px;
    font-weight: 700;
    border-left: 4px solid rgba(212, 48, 48, 1);
    padding-left: 10px;
    margin-top: 10px;
}
.news-details .news-details-right li{
    border: 0 none;
    position: relative;
}
.news-details .news-details-right li::before{
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(179, 179, 179, 1);
    position: absolute;
    top: -10px;
}
.news-details .news-details-right li:first-child::before{
    border:0 none;
}
.news-details .news-details-right .news-center-list img{
    width: 100%;
}


.news-details .news-details-right  ul {
    gap:0px;
}
.news-details .news-details-right .news-center-list li {
    text-align: center; 
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 0;
    flex:0 0 100%;
    margin: 10px 0;
}
.news-details .news-details-right .news-center-list li .news-item-info&gt;p:first-child{
    font-size: 16px;
    text-align: left;
}
.news-details .news-details-right .news-center-list li.active,
.news-details .news-details-right .news-center-list li:hover{
    box-shadow:none;
}
</pre></body></html>