.section-1 .list-item{
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}
.section-1 .list-item .item{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.section-1 .list-item .item > div:nth-child(1){
	position: relative;
	margin-right: 12px;
	display: none;
}
.section-1 .list-item .item > div:nth-child(1) > div:nth-child(2) {
	position: absolute;
	bottom: -70px;
	left: 0px;
	width: 100%;
	background-color: #eef0f2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-1 .list-item .item > div:nth-child(1) > div:nth-child(2) > img{
	height: 35px;
	filter: brightness(5);
}
.section-1 .list-item .item > div:nth-child(1) > div{
    width: 110px;
    height: 70px;
    background-color: #007bc1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0px;
}
.section-1 .list-item .item > div:nth-child(1) > div p{
	width: 100%;
}
.section-1 .list-item .item > div:nth-child(1) > div > p:nth-child(1) {
	font-weight: bold;
	font-family: chakrapetch_medium;
	font-size: 22px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 0px;
	color: #fff;
}
.section-1 .list-item .item > div:nth-child(1) > div > p:nth-child(2) {
	font-size: 14px;
	font-family: chakrapetch_medium;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
}
.section-1{
	padding: 40px 0px;
}
.section-1 .category-header{
	font-size: 30px;
	font-family: chakrapetch_medium;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.section-1 .list-item .item .box-img{
	margin-bottom: 10px;
	width: 30%;
	margin-right: 20px;
}
.section-1 .list-item .item .content{
	width: 70%;
}
.section-1 .list-item .item a{
	display: block;
	width: 100%;
}
.section-1 .list-item .item .title{
	position: relative;
	margin-bottom: 10px;
	color: #000;
	font-size: 16px;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}
.section-1 .list-item .item .title:after{
	content: "";
    position: absolute;
    background-image: url(../assets/images/service_topic_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: -15px;
}
.section-1 .list-item .item .box-img{
	position: relative;
}
.section-1 .list-item .item .box-img .date{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 60px;
	background-color: #046db4e6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-1 .list-item .item .box-img .date p{
	color: #fff;
}
