<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.content {
	margin: 65px 0 80px;
}
.content .logo {
  display: inline-block;
  width: 120px;
  height: 140px;
  background: url(../image/common/neoizedj_logo.png) no-repeat center / contain;
}
.search {
	position: relative;
}
.search input[type="text"] {
	background: #e7e7e7;
	border-radius: 30px;
	height: 45px;
	width: 250px;
	padding: 0 50px 0 20px;
	box-sizing: border-box;
}
.search input[type="image"] {
	display: block;
	position: absolute;
	right: 0; top: 0;
    padding: 12px 20px 0 0;
}
.news_tit {
	margin-top: 35px;
	margin-bottom: 25px;
	background: #645fce;
	text-align: center;
	font-weight: 500;
	line-height: 30px;
	color: #fff;
}
.news_top {
	border-bottom: 1px solid #ddd;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.news_top {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.news_top &gt; div {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.news_top .img img {
	width: 100%;
	vertical-align: top;
}
.news_top .left {
	padding-right: 30px;
}
.news_top .left .tit {
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0;
}
.news_top .left .sub {
	margin-bottom: 15px;
}
.news_top .right a {
	display: block;
	margin-bottom: 30px;
}
.news_top .right a &gt; div {
	display: table-cell;
	vertical-align: top;
}
.news_top .right a .img {
	width: 320px;
}
.news_top .right a .text {
	padding: 15px 0 0 30px;
}
.news_top .right .tit {
	font-size: 20px;
	font-weight: bold;
}
.news_list li {
	margin-bottom: 40px;
}
.news_list li a &gt; div {
	display: table-cell;
	vertical-align: middle;
}
.news_list li a .img {
	width: 300px;
}
.news_list .img img {
	width: 100%;
	vertical-align: top;
}
.news_list li a .text {
	padding-left: 60px;
}
.news_list li a .text .tit {
	font-size: 20px;
	font-weight: bold;
}
.news_list li a .text .sub {
	margin: 15px 0 20px;
}</pre></body></html>