.elementor-shortcode{
    background-color: rgba(255, 255, 255, 100);
}
.comments-area a, .page-content a{
    text-decoration: unset;
}
/* 列表	 */
.post-list{
    padding: 2px 85px 2px 99px;
    background-color: rgba(255, 255, 255, 100);
    margin-top:29px;
    margin-bottom:39px;
}
/* 文章	 */
.post-list article{
    padding: 50px 0 49px 0;
    height: 283px;
    display:flex;
    column-gap: 107px;
    border-bottom: 1px solid rgba(187, 187, 187, 100);
}
/* 封面区域	 */
.post-image
, .post-image img{
    width: 367px;
    height: 184px;
    border-radius: 10px;
    background-color:red;

}
/* 文字区域	*/
.post-category
, .post-category a{
    color: rgba(238, 127, 10, 100);
    font-size: 14px;
    height: 21px;
}
.post-title a{
    color: rgba(16, 16, 16, 100);
    font-size: 26px;
}
.eael-entry-title{
    font-size:26px;
}
.post-excerpt p{
    width: 530px;
    height: 93px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-table;
}
/* 底部 */
.post-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-meta{
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.post-meta>*{
    display: flex;
    align-items: center;
    column-gap: 6px;
}
/* 	更多 */
.post-more{
    height:25px;
}
.post-more a{
    color: rgba(238, 127, 10, 100);
}
/* 	内容 */
.post-excerpt{
    max-height:100px;
    overflow:hidden;
}
/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    font-size: 14px;
    padding-top:45px;
    padding-bottom: 29px;
}
.pagination .inactive{
    color: rgba(131, 133, 136, 1);
}
.pagination .current{
    color: rgba(39, 144, 250, 1);
}