.box20250706222624 {
	/* max-width: 400px; */ /*测试用，使用时要注释*/
	width:100%;
	margin-bottom:20px;
}
.box20250706222624_0{
	padding: 20px;
	border: 1px solid #F0F0F0;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}


.box20250706222624 {
    position: relative; /* 为伪元素定位 */

    /*background: #f5f5f5;*/ /* 示例背景色（可调整） */
}
 
/* 左上角绿色形状（仅上边和左边） */
.box20250706222624::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px; /* 初始长度 */
    height: 15px; /* 初始长度 */
    border-top: 2px solid #288a8a; /* 上边 */
    border-left: 2px solid #288a8a; /* 左边 */
    transition: all 0.3s ease; /* 动画效果 */
    z-index: 99;
}
 
/* 鼠标悬停时延长 50px */
.box20250706222624:hover::before {
    width: 80px; /* 15px + 50px */
    height: 80px; /* 15px + 50px */
}


.box20250706222624 .picbox{

	padding-bottom: 100%; /*图片的长宽比，默认是正方形100%*/

}	

.box20250706222624_1{
	border-left: 1px solid rgba(0, 0, 0, 0.04);
	border-right: 1px solid rgba(0, 0, 0, 0.04);
	padding:20px;
	
}
.box20250706222624_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /*单行缩略*/
}

.box20250706222624_title:hover{
	color: #020f7f;
}

.box20250706222624_jianjie {
    font-size: 16px;
	line-height: 160%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /*控制缩略的行数*/
}


