/* <!--------------------------------------------------------------------------------------------------> */
/* 服务项目详情 */
#ServiceItemsInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
      margin-top: 100px;
    min-height: 100%;
}

.ServiceItemsInfo {
    flex: 1;
    background-color: rgb(255, 255, 255);
}

.ServiceItemsInfo .content {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 40px;
    padding-bottom: 0;

}

.ServiceItemsInfo .content .solution-content {
    
    position: relative;
    /* min-height: 1000px; */
    width: inherit;
   font-size: 16px !important;
    line-height: 1.5 !important;
}

.ServiceItemsInfo .content .solution-content p{ 
   font-size: 16px !important;
    line-height: 1.5 !important;
}

.ServiceItemsInfo .content .solution-content span{ 
   font-size: 16px !important;
    line-height: 1.5 !important;
   width:50%;
}

.ServiceItemsInfo .content .solution-content .info-title {
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    word-break: break-all;
}

.ServiceItemsInfo .content .solution-content .info-des {
    font-size: 12px;
    color: #5a5a5a;
    text-align: center;


}

.ServiceItemsInfo .content .solution-content .info-des .info-mr {
    color: transparent;
    padding: 0 15px;
}

.ServiceItemsInfo .content .solution-content .info-sketch {
    font-size: 12px;
    color: #868686;
    line-height: 12px;
    background: #F5F5F5;
    border: 1px solid #e5e5e5;
    text-indent: 2em;
    padding: 3px;
    line-height: 1.4;
}

.ServiceItemsInfo .content .solution-content .info-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    line-height: 2;
    color: rgb(51, 51, 51);
    margin-bottom: 50px;
}
.ServiceItemsInfo .content .solution-content img {
max-width:100%;
}
.ServiceItemsInfo .content .solution-content .chang-page {
    width: inherit;
    display: flex;
    justify-content: space-between; 
    font-size: 12px;
    color: #444;
  
}