@font-face {
    font-family: 'bebas-neue';
    src: url('../fonts/bebas-neue.regular.ttf') format('truetype');
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_center {
    text-align: center;
}

.flex_column {
    flex-direction: column;
}

.line_height_18 {
    line-height: 1.8;
}

.index_news_card {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: pointer;
}

.index_news_card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news_container {
    padding: 30px 20px;
    box-sizing: border-box;
}

.news_title {
    font-size: 17px;
    font-weight: bold;
    color: #cfcfcf;
}

.card_content {
    width: 100%;
}

.card_content h3 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: normal;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 5px 0;
}

.card_content p {
    font-size: 14px;
    color: #535353;
    line-height: 26px;
}

.card_content a {
    font-size: 14px;
    color: #535353;
    display: block;
    margin-top: 10px;
}

.news_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.people_title {
    background: #0a2647;
    color: #fff !important;
    padding: 8px 10px;
    margin: 0;
    font-size: 22px;
    text-align: center;
}

.people_sub_title {
    margin-bottom: 10px;
    padding: 10px;
    background: #e8f3fd;
    text-align: center;
}

.container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.top-40 {
    top: 40px !important;
}

.header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}


.index_news_left {
    width: 48%;
    cursor: pointer;
}

.index_news_left span {
    display: block;
}

.index_news_left .common_news_title {
    font-size: 26px;
    color: #454545;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 68px;
}

.index_news_left .common_news_date {
    font-size: 18px;
    color: #58595B;
    margin-top: 10px;
}

.index_news_left img {
    width: 100%;
    height: 300px;
    /* object-fit: cover; */
    margin-top: 20px;
}

.index_news_container {
    display: flex;
    justify-content: space-between;
}

.common_news_card {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    cursor: pointer;
}

.index_news_right span {
    display: block;
}

.index_news_right .common_news_title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 60px;
}

.index_news_right .common_news_date {
    font-size: 16px;
    color: #58595B;
    margin-top: 10px;
}

.index_news_right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.common_hr {
    background-color: #edf1f5;
    height: 2px;
    width: 100%;
    margin: 18px 0;
}

.common_news_card:hover .common_news_title {
    color: #0a2647;
}

.common_news_card:hover .common_news_date {
    color: #0a2647;
}

.index_news_left:hover .common_news_title {
    color: #0a2647;
}

.index_news_left:hover .common_news_date {
    color: #0a2647;
}

@media (max-width: 768px) {
    .phone_banner_container{
        width: 100%;
        box-sizing: border-box;
    }
    .phone_banner_button{
        padding-left: 1rem!important;
        padding-right: 1rem!important;
        font-size: 14px!important;
    }
}