.elementor-1559 .elementor-element.elementor-element-0633181{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--flex-wrap:wrap;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1559 .elementor-element.elementor-element-c553afa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1559 .elementor-element.elementor-element-d2e69ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1559 .elementor-element.elementor-element-a501223 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1559 .elementor-element.elementor-element-a501223{text-align:left;color:var( --e-global-color-secondary );font-family:"Arial", Sans-serif;font-size:12px;font-weight:400;}.elementor-1559 .elementor-element.elementor-element-1f5c902{--display:flex;--background-transition:0.3s;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_box{flex-direction:row;background-color:#EFEFEF00;padding:0px 0px 0px 0px;border-radius:0px;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list{grid-template-columns:repeat(1, 1fr);gap:1px;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_content{padding:4px 0px 4px 0px;justify-content:center;text-align:left;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_image{width:100px;height:100px;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_image,.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_image img{border-radius:0px;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_image img{object-position:center center;object-fit:cover;transform:scale(calc(100/100));}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .ue-grid-item-category a{background-color:#00bcff;color:#ffffff;padding:2px 10px 2px 10px;border-radius:5px 5px 5px 5px;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .ue-grid-item-category{gap:5px;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_title a{color:#54595F;font-family:"Arial", Sans-serif;font-size:12px;font-weight:400;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_title a:hover{color:#005AAA;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_title{margin-top:0px;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .ue-grid-item-meta-data{color:#707070;gap:5px;width:auto;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .ue-grid-item-meta-data svg{fill:#707070;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .ue-meta-data{margin-top:0px;gap:10px;justify-content:flex-start;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_content{color:#969696;margin-top:10px;}.elementor-1559 .elementor-element.elementor-element-dc8e6ad .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-1559 .elementor-element.elementor-element-dc8e6ad .uc_post_list_box{flex-direction:column;}}@media(min-width:768px){.elementor-1559 .elementor-element.elementor-element-c553afa{--width:20%;}.elementor-1559 .elementor-element.elementor-element-d2e69ef{--width:80%;}}/* Start custom CSS for ucaddon_post_list, class: .elementor-element-dc8e6ad */#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 */