@charset "utf-8";
.news-ul li {
  border-bottom: 1px dotted #ccc;
}
.news-ul li .link_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	color: #333;
	text-decoration: none;
	padding: 10px 5px;
}
.news-ul a:hover {
	background-color: #f3f3f3;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.news-ul li .date {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #868686;
}
.news-ul li .cate {
	display: inline-block;
	padding: 2px 0;
	line-height: 1.4 !important;
	width: 140px;
	border-radius: 1px;
	display: block;
	text-align: center;
	font-weight: bold;
	background: #fff;
  color: #0e439c;
  border:solid 1px #0e439c;
}
.news-ul li .title {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4 !important;
}
.news-ul li .title p{
  line-height: inherit;
  font-size: 100%;
}
