.information a, .menu-info a, .selected .menu-info a{
    color: #676767;
    /* font-family: ; */
}
.menu-info a:hover, .selected .menu-info a:hover {
    color: #4c8adb;
    /* background-color: #f3f3f3; */
}
.inquiry-box_content form .package-type .package-type-tab,
.inquiry-box_content form span .package-type .package-type-tab,
.inquiry-box_content form label .package-type .package-type-tab {
    padding: 13px 0px;
    width: 49.6%;
}
.product-service > .title, .news-questions > .title, .reason > .title {
    text-align: center;
    /* font-size: 14px; */
}

.product-service > .title h2, .news-questions > .title h2, .reason > .title h2 {
    /* font-size: 26px; */
    margin-bottom: 10px;
    color: #000;
}
/* 新闻及问题 */
.news-questions {
    width: 80%;
    padding: 5% 10%;

}
.news-questions .box {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.news-questions .questions, .news-questions .news {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.questions div, .news div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.questions li, .news li {
    width: 100%;

}
.questions li a, .news li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    color: #676767;
}
.questions li a:hover, .news li a:hover {
    color: #4c8adb;
}
