.elementor-222 .elementor-element.elementor-element-cfce19a{--display:flex;--background-transition:0.3s;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_box{flex-direction:row;background-color:#EFEFEF00;padding:0px 0px 0px 0px;border-radius:0px;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list{grid-template-columns:repeat(1, 1fr);gap:1px;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_content{padding:4px 0px 4px 0px;justify-content:center;text-align:left;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_image{width:100px;height:100px;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_image,.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_image img{border-radius:0px;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_image img{object-position:center center;object-fit:cover;transform:scale(calc(100/100));}.elementor-222 .elementor-element.elementor-element-5b72c47 .ue-grid-item-category a{background-color:#00bcff;color:#ffffff;padding:2px 10px 2px 10px;border-radius:5px 5px 5px 5px;}.elementor-222 .elementor-element.elementor-element-5b72c47 .ue-grid-item-category{gap:5px;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_title a{color:#54595F;font-family:"Arial", Sans-serif;font-size:12px;font-weight:400;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_title a:hover{color:#005AAA;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_title{margin-top:0px;}.elementor-222 .elementor-element.elementor-element-5b72c47 .ue-grid-item-meta-data{color:#707070;gap:5px;width:auto;}.elementor-222 .elementor-element.elementor-element-5b72c47 .ue-grid-item-meta-data svg{fill:#707070;}.elementor-222 .elementor-element.elementor-element-5b72c47 .ue-meta-data{margin-top:0px;gap:10px;justify-content:flex-start;}.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_content{color:#969696;margin-top:10px;}.elementor-222 .elementor-element.elementor-element-5b72c47 .ue-no-posts-found{color:#000000;background-color:#e8e8e8;padding:20px 20px 20px 20px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#c4c4c4;}@media(max-width:767px){.elementor-222 .elementor-element.elementor-element-5b72c47 .uc_post_list_box{flex-direction:column;}}/* Start custom CSS for ucaddon_post_list, class: .elementor-element-5b72c47 */#yyy .uc_post_list_title a {
position: relative;
z-index: 1;
color: #333333;
display: block;
overflow: hidden;        /* 隐藏溢出内容 */
white-space: nowrap;     /* 禁止换行 */
text-overflow: ellipsis; /* 显示省略号 */
width:320px;
}
#yyy .uc_post_list_title a::before {
  content: "•";       /* Unicode圆点符号 */
  margin-right: 8px;  /* 控制圆点与文本间距 */
  color: #666;        /* 颜色调整 */
}

#yyy .uc_post_list_title a:hover {
text-decoration:underline;
color:#005AAA;
}
#yyy .uc_post_list_content_inside{
display: flex;
justify-content: space-between;
}

@media (max-width: 768px) {
    #yyy .uc_post_list_title a {
position: relative;
z-index: 1;
color: #333333;
display: block;
overflow: hidden;        /* 隐藏溢出内容 */
white-space: nowrap;     /* 禁止换行 */
text-overflow: ellipsis; /* 显示省略号 */
width:200px;
}
#yyy .uc_post_list_title a::before {
  content: "•";       /* Unicode圆点符号 */
  margin-right: 8px;  /* 控制圆点与文本间距 */
  color: #666;        /* 颜色调整 */
}

#yyy .uc_post_list_title a:hover {
text-decoration:underline;
}
}/* End custom CSS */