.company_new_list {
    padding: 100px 0px;
}
.new_list_one {
    position: relative;
    width: 1300px;
    margin: 0px auto;
    padding: 30px 120px 30px 20px;
}
.list_one_time_box {
    width: 80px;
    height: 110px;
    border: 1px solid #3f66a6;
    border-radius: 2px;
    padding: 20px 0px;
}
.list_one_time_date {
    display: block;
    font-size: 0.95em;
    font-family: Inter, Inter-Regular !important;
    font-weight: 400;
    text-align: CENTER;
    color: #3f66a6;
    letter-spacing: -0.08px;
}
.list_one_time_day {
    display: block;
    font-size: 1.7em;
    font-family: Inter, Inter-Semi Bold !important;
    font-weight: normal;
    text-align: CENTER;
    color: #3f66a6;
    line-height: 42px;
    letter-spacing: -0.16px;
}
.list_one_content_title p {
    font-size: 1.5em;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium !important;
    font-weight: 500;
    text-align: LEFT;
    color: #2c2c2c;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.list_one_content_detail p {
    font-size: 1.05em;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular !important;
    font-weight: 400;
    color: #7d7d7d;
    line-height: 32px;
    margin-bottom: 0px;
    height: 64px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_list_one:hover {
    background-color: #3F66A6;
}
.new_list_one:hover .list_one_time_box {
    border: 1px solid #ddeaff;
}
.new_list_one:hover .list_one_time_date, .new_list_one:hover .list_one_time_day,
.new_list_one:hover .list_one_content_title p, .new_list_one:hover .list_one_content_detail p {
    color: #ffffff;
}

.btn_arrow_next {
    position: absolute;
    background-image: url(/images/company_new/arrow_next.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: calc(50% - 15px);
    right: 38px;
}
.company_new_page_limit {
    width: 1300px;
    margin: 0px auto;
}
.page_box {
    display: inline-block;
    margin: 80px auto 0px;
}
.page_one {
    display: inline-block;
    font-size: 0.95em;
    border: 0.5px solid #7d7d7d;
    padding: 8px 15px;
    font-family: Inter, Inter-Regular !important;
    font-weight: 400;
    text-align: CENTER;
    color: #7d7d7d;
    margin-right: 10px;
    cursor: pointer;
}
.page_one:last-child {
    margin-right: 0px;
}
.page_active {
    background-color: #3F66A6;
    color: #ffffff;
}