* {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

/* pc端 */
.pc_container {
    background: #F1F8FF;
}

.pc-news-center-banner {
    width: 100%;
}

.pc-news-center-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.pc-news-center-nav-item {
    font-size: 24px;
    color: #000;
    background: #FFF;
    border-radius: 12px;
    margin: 40px 25px 12px;
    padding: 5px 18px;
    cursor: pointer;
}

.pc-news-center-nav-active {
    background: #007AD8;
    color: #FFFFFF;
}

.pc-news-center-nav-item:hover {
    background: #007AD8;
    color: #FFFFFF;
}
.pc-news-center-content-block{
    background: #F1F8FF;
    padding: 16px 12px;
}
.pc-news-center-content {
    max-width: 1200px;
    margin: 0 auto;
}

.pc-news-center-container {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.pc-news-center-container-active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.pc-news-center-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.pc-news-center-list-item {
    display: block;
    width: 25%;
    margin-bottom: 32px;
    transition: transform 0.3s ease-in-out;
}

.pc-news-center-list-item:hover {
    position:relative;
    top:-20px;
}

.list-item-box {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 96%;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 12px;
    border-radius: 12px;
    background: #FFFFFF;
}

.list-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.list-item-tip {
    color: #00287A;
    font-size: 12px;
}

.list-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 24px;
    flex-shrink: 0;
    font-size: 16px;
}

.list-item-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    margin-top: auto;
    font-size: 12px;
}

.list-item-label-item {
    background: #B2D7F4;
    border-radius: 8px;
    padding: 4px 10px;
    margin-right: 4px;
}

.list-item-label-time {
    margin-left: auto;
}

.pc-news-center-btn {
    width: 200px;
    color: #FFFFFF;
    text-align: center;
    background: #2F93E1;
    padding: 6px 0;
    border-radius: 12px;
}

/* 手机端 */
.mob_container {
    background: #F1F8FF;
}

.mob-news-center-banner {
    width: 100%;
    margin-bottom: 20px;
}

.mob-news-center-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mob-news-center-nav-item {
    font-size: 16px;
    color: #000000;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 4px;
    padding: 4px 10px;
    cursor: pointer;
}

.mob-news-center-nav-active {
    background: #007AD8;
    color: #FFFFFF;
}

.mob-news-center-nav-item:hover {
    background: #007AD8;
    color: #FFFFFF;
}

.mob-news-center-content {
    padding: 12px;
}

.mob-news-center-container {
    display: none;
}

.mob-news-center-container-active {
    display: block;
}

.mob-news-center-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.mob-news-center-list-item {
    display: flex;
    width: 50%;
    margin-bottom: 12px;
}

.mob-list-item-box {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 94%;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 6px;
    border-radius: 4px;
    background: #FFF;
}

.mob-list-item-img-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 12px;
}

.mob-list-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.mob-list-item-tip {
    color: #00287A;
    font-size: 12px;
}

.mob-list-item-title {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.mob-list-item-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: auto;
}

.mob-list-item-label-item {
    font-size: 10px;
    background: #B2D7F4;
    border-radius: 4px;
    padding: 0 2px;
    margin-right: 4px;
}

.mob-list-item-label-time {
    margin-left: auto;
}

.mob-news-center-btn {
    width: 200px;
    color: #FFFFFF;
    text-align: center;
    background: #2F93E1;
    padding: 6px 0;
    border-radius: 12px;
}
/*head-img*/
.pc_head {
    position: relative;
    width: 100%;
}
.pc_head_img {
    width: 100%;
    object-fit: contain;
}
.pc_head_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 52px;
    color: #063791;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
}
.mob_head {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}
.mob_head_img {
    width: 100%;
    height: 80px;
}
.mob_head_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #063791;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2026-04-30 21:23:45" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->