@charset "utf-8";

@media all {
	.notice_skin_list {color: #434343; line-height: 1.3;}
	.notice_skin_list > li { color: inherit; line-height: inherit; display: flex; align-items: center;}

	.notice_skin_list > li:not(:last-child) {margin-bottom: 2.5em;}
	
	.notice_skin_list > li a {display: block; width: 100%;}
	.notice_skin_list > li p.text1 {
		font-size: 1.5em; 
		display: -webkit-box;
		-webkit-box-orient: vertical;
		 -webkit-line-clamp: 1;
		 overflow: hidden;
		 text-overflow: ellipsis;
		 width: 100%;
		 margin-right: 4.46666em;
	}
	.notice_skin_list > li p.text1 > span {
		width: 0.8em; height: 1.0666em; margin-right: 7px; display: inline-block;
		background: url(./img/index_section8_red_icon.png) no-repeat center center;
		position: relative; top: 3px;
	}

	.notice_skin_list > li .label_cap01 {
		width: 7.6666em; height: 1.8em; display: flex; align-items: center;
		justify-content: center; text-align: center; color: #fff; font-size: 1.5em;
		background: #aaa; border-radius: 30px; margin-right: 1.7em;
	}

	.notice_skin_list > li .label_cap02 {
		width: 5.1538em; height: 2.0769em; display: flex; align-items: center;
		justify-content: center; text-align: center; color: #fff; font-size: 1.3em;
		border-radius: 30px; background: #c90000; gap: 5px;


}

@media (max-width: 991px) {
	.notice_skin_list > li p.text1 {margin-right: 10px;}
	.notice_skin_list > li .label_cap01 {width: 8.6666em;}
	.notice_skin_list > li .label_cap02 {width: 6.1538em;}
}