
.文章列表信息框 {
    background-color: white;
    border-radius: 1.4em;
    padding: 0.7em;
    margin: 1em;
    box-shadow: 0px 0px 20px -10px;
}

.文章列表信息标题 {
    margin: auto;
    width: fit-content;
    font-size: 1.5em;
    font-weight: 700;
}

.布局框 {
    background-color: #0000000d;
    margin: 1em;
    border-radius: 2em;
    padding-top: 1px;
}

.文章列表元素{
    background-color: rgb(225 225 225);
    padding: 0em;
    margin: 1em;
    border-radius: 2em;
    color: #000;
    width: 480px;
    aspect-ratio: 1/0.618;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 500px;
    box-shadow: 0px 0px 20px -10px;
    transition: all 1s;
    
}
.文章列表元素:hover{
    margin: 0.5em 1.5em 1.5em 0.5em;
    transition: all 0.5s;
}

.文章列表元素:hover .文章列表元素背景{
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1590px){
    .文章列表元素{
        width: 30%;
    }
}


@media screen and (max-width: 1320px){
    .文章列表元素{
        width: 45%;
    }
}



@media screen and (max-width: 768px){
    .文章列表元素{
        width: 90%;
    }
    
}

@media screen and (max-width: 550px){
    .布局框 {
        margin-left: 0em;
        margin-right: 0em;
    }
}
    
.文章列表元素背景{
    border-radius: 1.9em;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}

.文章列表元素框{
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.8);
}


.文章列表标题{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    word-break: break-word;
    text-align: center;
}

.文章列表时间日期{
    font-size: 0.5em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
}

.文章列表简介{
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
    font-weight: 900;
}

.文章列表提要{
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    margin-inline-start: 2em;
    margin-inline-end: 2em;
    font-size:0.5em;
}

html{
    height: 100%;
}

body {
    margin: 0;
    background-color: #F3F7F6;
    height: 100%;
}

#主页面{
    min-height: 100%;
}

#文章列表{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    max-width: -webkit-fill-available;
    width: 100%;
}

#页脚 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fbfbfb;
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid #f1f1f1;
}

#导航栏 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    z-index: 251;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#网站标识 {
    display: flex;
    height: 69px;
    transition: .5s height ease-in-out;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.网站图标 {
    margin: 6px 5px 14px 14px;
    height: 55px;
}

#站点文本 {
    position: relative;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#站点文本标题 {
    font-family: Playfair Display;
    font-size: 1.3em;
    font-weight: 700;
    margin: 0em;
}

#站点文本标题 a{
    color: rgb(255, 82, 163);
}


#网站表示简介 {
    color: rgb(255, 96, 234);
    display: block;
    clear: left;
    margin-top: 0;
    font-size: .6em;
    line-height: 1.1;
    letter-spacing: 2px;
    padding-left: 6px;
    opacity: .75;
}

.导航栏列表{
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-top: 0;
}

.导航栏列表 a{
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 1em;
    margin-inline-end: 0px;
}

a {
    color: #227bb9;
    text-decoration: none;
}

#页脚 a {
    color: #000000;
    text-decoration: none;
}


/*文章部分*/
#文章布局框{
    margin: auto;
    max-width: 1000px;
    margin-bottom: 2em;
    margin-top: 2em;
}

#标题卡片{
    background-color: rgb(225 225 225);
    border-radius: 2em;
    color: #000;
    
    aspect-ratio: 1/0.618;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    box-shadow: 0px 0px 20px -10px;
    margin-bottom: 1em;
    margin: 1em;
}

#标题卡片无图{
    border-radius: 2em;
    color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px -10px;
    margin-bottom: 1em;
    margin: 1em;
}

#文章元素框 {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.8);
}

#文章标题 {
    display: block;
    font-size: 4em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    word-break: break-word;
    text-align: center;
}
#文章时间日期 {
    font-size: 1.5em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
}
#文章提要 {
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    margin-inline-start: 2em;
    margin-inline-end: 2em;
    font-size: 1.5em;
}

#文章元素背景 {
    border-radius: 1.9em;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}

#文章简介 {
    font-size: 2em;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
    font-weight: 900;
}

#文章内容框{
    background-color: rgb(255, 255, 255);
    max-width: 1000px;
    margin: auto;
    border-radius: 2em;
    box-shadow: 0px 0px 20px -10px;
    margin: 1em;

}

#文章内容正文{
    padding: 1em;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}











