#news {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	background: #ffffff;
	border-top: 4px solid var(--main-color2);
	border-left: 2px solid var(--main-color2);
	padding: 1px 10px 1px 10px;
}
#news h2 {
	color: #ffffff;
	line-height: 250%;
	font-size: 120%;
	background: linear-gradient(45deg, var(--main-color2) 0%, var(--main-color4) 100%);
	margin-top: 0px;
	padding-left: 10px;
	clear: both;
}
#news h3 {
	position: relative;
	color: var(--main-color2);
	line-height: 40px;
	font-size: 120%;
	border-top: 2px solid var(--main-color3);
	border-bottom: 2px solid var(--main-color3);
	border-radius: 2px;
	padding-left: 35px;
	margin-top: 18px;
	clear: both;
}
#news h3:before {
	content: "";
	width: 12px;
	height: 12px;
	background: linear-gradient(45deg, var(--main-color3) 0%, var(--main-color4) 100%);
	transform: rotate(45deg);
	box-shadow: 0px 3px 6px -2px #555;
	position: absolute;
	left: 10px;
	top:12px;
}
#news h4 {
	position: relative;
	font-size: 100%;
	margin-top: 18px;
	margin-left: 10px;
	line-height: 35px;
	padding-left: 25px;
	border-top: dotted var(--main-color3) 2px;
	border-bottom: dotted var(--main-color3) 2px;
	border-radius: 2px;
	clear: both;
}
#news h4:before {
	content: "";
	width: 9px;
	height: 9px;
	background: linear-gradient(45deg, var(--main-color3) 0%, var(--main-color4) 100%);
	border-radius: 50%;
	box-shadow: 0px 3px 6px -2px #555;
	position: absolute;
	left: 8px;
	top: 13px;
}
#news h5 {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	height: 40px;
	padding: 5px;
	margin-top: 18px;
	margin-left: 10px;
	background: linear-gradient(45deg, var(--main-color2) 0%, transparent);
	clear: both;
}
#news p {
	margin: 16px 18px 0 18px;
	line-height: 150%;
}
#news dl {
	margin: 16px 18px 0 18px;
}
#news dl dt {
	font-size: 100%;
	margin-top: 10px;
}
#news dl dt img {
	vertical-align:middle;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
#news dl dd {
	font-size: 90%;
	margin-left: 30px;
}
#news table {
	border: none;
	box-sizing: border-box;
	font-size: 100%;
	margin: 10px 10px 10px 18px;
	width: 100%-20px;
}
#news td {
	padding: 5px;
	vartical-align: text-top;
}
#news th {
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vartical-align: text-top;
	width: 6em;
}
#news td.c {
	text-align: center;
}
#news td.t {
	line-height: 150%;
}
#news th.l {
	text-align: left;
}
#news .list1 ul{
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
	margin: 0 1em;
}
#news .list1 li {
	position:relative;
	padding: 0 0 0 20px;
	margin: 7px 0 7px 0px;
	font-size:14px;
	line-height: 20px;
}
#news .list1 li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid var(--main-color2);
	top: 10px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#news .list2 ul{
	counter-reset:li;
	font: 14px/1.6 'arial narrow', sans-serif;
	list-style: none;
	padding: 10px 10px;
	margin: 10px;
}
#news .list2 li {
	position: relative;
	font-weight: bold;
	line-height: 28px;
	padding-left: 40px;
	margin: 2px;
}
#news .list2 li:before{
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: -1px;
	color: #fff;
	background: #a0a0a0;
	text-align: center;
	line-height: 28px;
	width: 28px;
	height: 28px;
	top: 14px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#news .heading {
	padding: 0 1em;
	margin: 0;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
	background-image: linear-gradient(45deg, #404040 0%, #A0A0A0 100%);
}
#news .container {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	box-sizing: border-box;
}
#news .container .head {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	height: 60px;
	padding: 5px;
	margin-top: 18px;
	margin-left: 0px;
	width: 100%;
	background: linear-gradient(45deg, var(--main-color2) 0%, transparent);
	clear: both;
}

#news .container .item img {
	width: 100%;
}
#news .container .item {
	width : 50%;
	padding: 10px;
	box-sizing: border-box;
}
.small {
	font-size: 60%;
}
.large {
	font-size: 200%;
}
.align-right-box {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.align-left-box {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media only screen and (max-width: 800px) {
#news {
	padding: 1px 5px 1px 5px;
}
}
@media only screen and (max-width: 512px) {

#news .container .item {
	width :100%;
}
}
