@charset "UTF-8";
/* CSS Document */

.newslist li {
	font-size: 16px;
	display: flex;
  padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #d2d2d2;
}
.newslist li.l-link {
	font-size: 18px;
}
.newslist li a {
	
}
.newslist .date {
	font-size: 14px;
	float: left;
	margin-right: 15px;
background:#313131;
color:#fff;
text-align:center;
padding:5px 15px;
margin-top: -5px;
width:200px;
}
.newslist .txt {
	font-size: 16px;
	float: left;
	overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
	width: 700px;
	
}
.newslist .txt02 {
	font-size: 16px;
	float: left;
	overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
	width: 700px;
}

.postday {
	background: #434343;
	color:#fff;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 30px;
}



@media screen and (max-width: 768px) {
	
.newslist {
width:auto;
box-sizing: border-box;
}

.newslist li {
	font-size: 14px ;
	display: flex;
flex-direction: column;
  padding-bottom: 10px;
	margin-bottom: 20px;
box-sizing: border-box;
}
.newslist li a {
box-sizing: border-box;
}
.newslist li.l-link {
	font-size: 16px;
}

.newslist .date {
	font-size: 12px;
	float: none;
	margin-right: 0px;
color:#fff;
text-align:center;
padding:5px 10px;
margin-top: -5px;
width:auto;
margin-bottom:10px;
box-sizing: border-box;
}
.newslist .txt {
	font-size: 14px;
	float: left;
	overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
	width: auto;
}
.newslist .txt02 {
	font-size: 14px;
	float: none;
	overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
	width: auto;
box-sizing: border-box;


}
	
.postday {
	background: #434343;
	color:#fff;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 15px;
}
	
}


.newsCONTENT h3 {
	background: #d4000b;
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: 0;
	margin: 40px 0 30px 0;
	border-left: 10px solid #282828;
}
.newsCONTENT h4 {
	background: #d8d8d9;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: 0;
	margin: 30px 0;
}

.basicbox {
	display: flex;
	justify-content: center;
}
.basicbox li {
	list-style-type: none;
	margin: 0 5px;
}
.basicbox .btn_main {
	background: #222;
}

@media screen and (max-width: 768px) {
	
.newsCONTENT h3 {
	background: #d4000b;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 15px;
	box-sizing: border-box;
	margin: 0;
	margin: 20px 0 20px 0;
	border-left: 10px solid #282828;
	line-height: 1.6;
}
.newsCONTENT h4 {
	background: #d8d8d9;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 15px;
	box-sizing: border-box;
	margin: 0;
	margin: 15px 0;
}

.basicbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.basicbox li {
	list-style-type: none;
	margin: 0 0;
}
.basicbox .btn_main {
	background: #222;
	margin: 5px auto 5px;
}

	
}