﻿   .wrap_main>.banner {
    display: none;
}

.wrap_main .linkmap {
    position: absolute;
    top: 24.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
}

.wrap_main .w1200 {
    width: 1200px;
    background: #fff;
    box-shadow: 0px 0 50px 0px rgba(30,62,144,0.05);
    padding: 0 20px;
}

.main {
    background: #FAFDFF;
}

.article_right .Min_Box {
    padding: 20px 0;
}

h2.title_header_1 {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    line-height: 28px;
    padding-left: 12px;
    border-left: 6px solid #1E3E90;
    margin-bottom: 20px;
}

.article_right .Min_Box ul.article_list li {
    width: 100%;
}
.banner {
    position: relative;
}

.banner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    font-size: 46px;
    font-weight: bold;
}

.banner h2::after {
    content: 'MAJOR EVENT';
    width: 100%;
    height: 72px;
    background: linear-gradient(180deg, rgba(30, 62, 144, 0.2) 0%, rgba(30, 62, 144, 0) 100%);
    z-index: 1;
    position: absolute;
    left: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: 30px;
    font-size: 64px;
}
ul.article_list_2 li {padding: 24px 0;border-bottom: 1px solid #F2F2F2;display: flex;align-items: center;}

ul.article_list_2 li span.span_date.box_shadow {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    text-align: center;
    padding-right: 16px;
    border-right: 1px solid #F5F5F5;
    margin-right: 16px;
}

ul.article_list_2 li span.span_date.box_shadow b {
    display: block;
    font-weight: 600;
    font-size: 38px;
    color: #1E3E90;
    line-height: 40px;
}

ul.article_list_2 li a.title_type {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
ul.article_list_2 li span.span_date.box_shadow.on {
    width: 65px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #1E3E90;
}
.wrap_main .main .banner {
    display: block;
}

@media only screen and (max-width: 1680px) {
.wrap_main .linkmap {
    top: 27vw;
}
}

@media only screen and (max-width: 768px) {
    .wrap_main .linkmap {
    width: 100%;
    top: 15vw;
}

.wrap_main .w1200 {
    width: 100%;
}

.banner h2 {
    width: 100%;
    font-size: 20px;
    padding-left: 50px;
    box-sizing: border-box;
}

.banner h2::after {
    font-size: 20px;
    display: none;
}
}