<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main-blog{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#main-blog h1{
    margin-top: 96px;
    margin-bottom: 48px;
}
#main-blog-a{
    width: 1240px;
    height: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 96px;
}
#blog-car{
    width: 30%;
    height: auto;
}
.main-blog-a-t, .main-blog-a-b{
    background-color: white;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 24px;
    -webkit-box-shadow: 0px 8px 0px 0px rgba(201, 201, 201, 1);
    -moz-box-shadow: 0px 8px 0px 0px rgba(201, 201, 201, 1);
    box-shadow: 0px 4px 0px 0px rgba(201, 201, 201, 1);
    border: 1px #C9C9C9 solid;
    cursor: pointer;
}
.main-blog-a-t{
    width: 30%;
}
.main-blog-a-b{
    width: calc(50% - 20px);
    height: 240px;
    margin-top: 20px;
    justify-content: space-between;
    overflow: hidden;
}
.main-blog-a-b .blog_con_c{
    width: calc(100% - 210px);
}
.main-blog-a-b .blog_img{
    height: 198px;
    width: 198px;
    margin-right: 12px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
}
#main-blog .date{
    color: #f67e2e !important;
    border: 1px solid #f67e2e;
    width: fit-content;
    padding: 6px 8px 2px 8px;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
}
h5{
    font-size: 32px;
    margin: 16px 0px;
}
#main-blog hr, #main-blog p{
    color: #555555;
}
#main-blog p{
    width: 100%;
    margin-top: 12px;
}
#main-blog p:nth-child(4){
    height: 32px;
    overflow: hidden;
}
.main-blog-a-t div{
    width: 100%;
}
.blog-margin-right{
    margin-right: 20px;
}
.blog-margin-left{
    margin-left: 20px;
}
.night-mode .main-blog-a-t, .night-mode .main-blog-a-b{
    background-color: transparent;
    -webkit-box-shadow: 0px 8px 0px 0px rgba(170, 199, 210, 1);
    -moz-box-shadow: 0px 8px 0px 0px rgba(170, 199, 210, 1);
    box-shadow: 0px 4px 0px 0px rgba(170, 199, 210, 1);
    border: 1px #AAC7D2 solid;
}
.night-mode #main-blog p{
    color: #AAC7D2;
}
#main-blog .main-blog-desc {
    margin-bottom: 48px;
    width: 1000px;
    text-align: center;
    font-size: 24px;
}
@media only screen and (max-width: 1240px) {
    #main-blog-a{
        width: 100%;
        padding: 0px 24px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1080px) {
    #main-blog-a{
        height: auto;
        flex-direction: column;
    }
    .main-blog-a-t, .main-blog-a-b{
        width: 100%;
        margin-top: 20px;
        height: 240px;
    } 
    #blog-car{
        order: 1;
        width: 100%;
    }
    #blog-1{
        order: 2;
    }
    #blog-2{
        order: 4;
    }
    #blog-3{
        order: 3;
    }
    #blog-4{
        order: 5;
    }
    .blog-margin-left, .blog-margin-right{
        margin: 0px;
    }
    #main-blog .main-blog-desc {
        margin-bottom: 48px;
        width: 100%;
        padding: 24px;
        box-sizing: border-box;
        text-align: center;
        font-size: 24px;
    }
}
@media only screen and (max-width: 540px) {
    .main-blog-a-b .blog_img{
        display: none;
    }
    .main-blog-a-b .blog_con_c{
        width: 100%;
    }
}
</pre></body></html>