.weui-article h1 {
    margin-bottom: 20px;
}

.acitity_date {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #EEEEEE;
    border-radius: 10px;
    margin: 10px auto;
    padding: 10px;
}

.weui-article .acitity_date p {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #333333;
    line-height: 25px;
}

.weui-article {
    padding-bottom: 10px;
}
.weui-article p {
    margin-bottom: 5px;
}

/*寺院面板列表-开始*/
.about_siyuan {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

a.siyuan_link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #333333;
    border-radius: 20px;
    padding: 10px;
    color: #ffffff;
}

a.siyuan_link:hover, a.siyuan_link:active {
    background-color: #cccccc;
}

a.siyuan_link .siyuan_cover {
    flex-shrink: 0;
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
    background-color: gray;
}

a.siyuan_link img {
    display: block;
    min-width: 100%;
    max-width: 150%;
    min-height: 100%;
}

a.siyuan_link .siyuan_info {
    display: block;
    float: right;
    width: 100%;
    overflow: hidden;
}

a.siyuan_link h3 {
    font-size: 1.6rem;
}

a.siyuan_link .news_cover {
    flex-shrink: 0;
    display: block;
    float: right;
    width: 100px;
    height: 70px;
    overflow: hidden;
    border-radius: 10px;
    background-color: gray;
}

a.siyuan_link .siyuan_content {
    font-size: 1.3rem;
    color: gray;
}

/*寺院面板列表-结束*/