.top_background{
    width: 100%;
    height: 100%;
    background-color: #00E7FF;
}
.top_background .info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top_background .info .date{
    width: 31.9rem;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: left;
    color: #151519;
    padding-bottom: 1.2rem;
    border-bottom: 0.2rem solid #00D8FF;
    margin-bottom: 2.9rem;
    padding-top: 5rem;
}
.top_background .info h1{
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 5rem;
    text-align: left;
    color: #151519;
    padding-bottom: 5rem;
}
.background_image{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,231,255,1) 0%, rgba(0,231,255,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}
.image{
    width: 100%;
    height: 100%;
    margin: 0 auto 7rem auto;
}
.image img{
    width: 100%;
    height: 100%;
}
.text{
    width: 100%;
    height: 100%;
    padding-bottom: 4.8rem;
}
.text h2{
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-align: left;
    color: #151519;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
.text h3{
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
.text h4{
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-align: left;
    color: #151519;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
.text h5{
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.9rem;
    text-align: left;
    color: #151519;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
.text h6{
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: left;
    color: #151519;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
.text p{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;
    padding-bottom: 1rem;
    
}
.text strong{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;
    padding-bottom: 1rem;
    font-weight: bold;
}
.text ul li{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;
    padding-bottom: 1rem;
    list-style: disc;
    margin-left: 1.5rem;
}
.text ol li{
    list-style: decimal;
    margin-left: 2rem;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;
    padding-bottom: 1rem;
}
.text p a{
    color: #00d8ff;
}
.list_images{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 3rem;
}
.list_images li {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2rem;
}
.list_images li  a img{
    width: 100%;
    height: 100%;
}
.list_images li:nth-child(3n+1) {
    margin-left: 0rem;
}