.title_button_line {
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 50px;
    border-bottom:  1px solid rgba(44, 43, 43, 0.92); /* 设置边框样式 */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* 设置阴影样式 */
    border-radius: 5px; /* 设置圆角半径 */
}

.title_button{
    flex: 1;
    text-align:  center;
    margin: 5px 50px;
    font-size: x-large;
    font-weight: bold;

}

.title_button a{
    color: #010d15;
}

.Solution_function_card{
    height: 75vh;
    width: 100%;
}

.Solution_function_card_list{
    height: 35px;
    display: flex;
    flex-direction: row;
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); !* 设置阴影样式 *!*/
    border-radius: 5px;
}


.Solution_function_card_item{
    flex: 1;
    text-align:  center;
    font-weight: bold;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* 设置阴影样式 */
    color: #0f0f0f;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.Solution_function_card_show{
    margin-top: 20px;
    height: 100%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* 设置阴影样式 */
    border-radius: 5px;
    color: #0f0f0f;
}

.Solution_function_card_show p{
    margin-left: 10px;
    margin-right: 10px;
}


.card_show{
    margin: 20px 10px;
    box-shadow: 2px 2px 4px rgba(84, 154, 185, 0.18); /* 设置阴影样式 */
    height: 550px;
    display: flex;
    flex-direction: column;
    background-color: #f0f3f8;
}

.card_show_list{
    flex: 1;
    display: flex;
    margin-bottom: 25px;
}

.card_show_item{
    width: 50%;
    margin:2px 5px;
    display: flex;
    flex-direction: row;
}

.card_show_item h3{
    text-align: center;
    font-size: 1.5rem;
}
.card_show_item .card_show_item_context{
    margin-top: 20px;
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
}
