
.main-nav .nav {
    line-height: 80px;
    font-size: 20px;
}
.main-nav .nav-item {
    margin-right: 60px;
}
.main-nav .nav-link {
    color: #3E3A39;
}
.main-nav .active {
    color: #005BAC;
}

#solu-information .nav {
    padding: 30px 0;
}
#solu-information .nav-link {
    color: #3E3A39;
    height: 56px;
    background: #fff;
    border: 1px solid #999999;
}
#solu-information .active {
    color: #005BAC;
}

.title {
    font-size: 60px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: left;
    color: #3E3A39;
}
.news-list {
    height: 100%;
}
.news-list-item {
    color: #3e3a39;
    font-family: "Source Han Sans SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    height: 80px;
    box-sizing: border-box;
    padding-right: 30px;
}
.news-list-item .article-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news-list-item:after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #005bac;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.solution-product-item:hover{
   text-decoration:none;
}
.solution-product-img{
  /*width: 100%;
  */object-fit: cover;
  transition: 0.8s;
  transform: scale(1.0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
}
.solution-product-img:hover {
  transition: 0.8s;
  transform: scale(1.1);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.sibling-title{
    background: #005BAC;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
    font-size: 18px;
    padding: 0.8rem!important;
}
.sibling-image-box{
  overflow: hidden;
}
.solution-product-title{
    color: #3E3A39;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}