.list_container {
	width:980px;
	margin: 30px auto;
	border:1px solid #d9d9d9;
	overflow:hidden;
	background-color:#fff;
	border-radius: 10px;
	min-height:600px;
}


.list_board {
	padding:20px;
}

.list_board h3 {
	display:flex;
	justify-content: space-between;
	margin:10px 10px 0 10px;
	border-bottom:1px solid red;
	align-items: center;
}

.list_board h3 .list_title {
	display:flex;
	height:50px;
	line-height:50px;
	font-size:14px;
	font-weight:600;
	align-items: center;
	gap:4px;
}
.list_board h3 .btn_more {
	
}

.list_board h3 .btn_more a {
	background-color:red;

	border-radius:4px;
	padding:4px 6px;
	font-size:12px;
	font-weight:400;
	color:#fff;
}

.list_board ul.list_contents {
	display:flex;
	padding:10px;
	flex-direction: column;
	gap:8px;
}
.list_board ul.list_contents li {
	display:flex;
	gap:10px;
	font-size:14px;
	font-weight:500;
	padding:0 0 8px 0;
	align-items: center;
	border-bottom:1px dashed #ccc;

}

.list_board ul.list_contents li .list_tbn {
flex-shrink: 0;
	width: 100px;
}
.list_board ul.list_contents li a {
	display:block;
	position:relative;
	color:#666;
	padding-left:6px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.list_board ul.list_contents li .list_contents {
	display:flex;
	gap:4px;
	flex-grow: 1;
	justify-content: space-between;
}


.list_board ul.list_contents li .list_title {
	display:flex;
	gap:4px;
}


.list_board ul.list_contents li span.cate {
	background-color:#79cac1;
	border-radius:4px;
	padding:2px 4px;
	font-size:11px;
	font-weight:600;
	color:#fff;

}




.info_area {
	display:flex;
	gap:30px;
}

.info_area a {
	display:flex;
	gap:6px;
	border:1px solid #eee;
	border-radius: 5px;
	padding:0 10px;
	background-color:#fbfbfb;
	box-shadow: 3px 0 3px -3px #333;
}

.info_area a svg {
	width:16px;
}

.main a.btn-del {
		display:inline-block;
    border: 1px solid red;
    border-radius: 5px;
		font-size:13px;
    padding: 4px 10px;
    background-color: #fbfbfb;
    box-shadow: 3px 0 3px -3px #333;
		margin-right:20px;
		color:red;
		font-weight:600;
}

.list_board ul.list_contents li img {    width: 120px;
    height: 70px;
    object-fit: cover;}


.list_board ul.list_contents li {
	min-height:50px;
}

.paging_section {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}
.paging_section ul {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.paging_section ul li {}
.paging_section ul li  a {
    display: inline-block;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e7e9ec;
    border-radius: 5px;
    color: #28323c;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    justify-content: center;
    line-height: 1;
    width: 24px;
}