#news {
	width: 980px;
	height: auto;
	margin-top: 20px;
}
#news_text {
	height: auto;
	width: 750px;
	padding: 10px;
	color: #FFF;
	font-size: 1em;
	font-weight: lighter;
	float: left;
}
#link a{
	color: #FFF;
}
#link li {
	list-style-type: none;
}
#link {
	height: auto;
	width: 190px;
	padding: 10px;
	float: right;
	font-size: 0.81em;
	color: #FFF;
	font-weight: lighter;
	list-style-type: none;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }


.c-footer {
	width: 100%;
	height: auto; }
	.c-footer .menu-ft {
	  margin-top: 50px;
	  margin-bottom: 50px;
	  width: 100%;
	  height: auto;
	  display: inline-block;
	  overflow: auto;
	  padding-bottom: 50px; }
	  @media only screen and (max-width: 768px) {
		.c-footer .menu-ft {
		  width: 90%;
		  margin-bottom: 50px;
		  padding-bottom: 0px; } }
	  .c-footer .menu-ft .l-content {
		text-align: right;
		position: relative; }
		@media only screen and (max-width: 768px) {
		  .c-footer .menu-ft .l-content {
			text-align: center; } }
	  .c-footer .menu-ft nav {
		width: 55%;
		height: auto;
		display: inline-block; }
		@media only screen and (max-width: 768px) {
		  .c-footer .menu-ft nav {
			width: 100%; } }
	  .c-footer .menu-ft .box1 {
		width: calc(100% / 3);
		height: auto;
		float: left;
		text-align: left;
		display: block; }
		.c-footer .menu-ft .box1 h2 {
		  color: #231815;
		  font-size: 16px; }
		.c-footer .menu-ft .box1 ul {
		  margin-top: 15px; }
		  .c-footer .menu-ft .box1 ul li {
			margin-top: 5px; }
			.c-footer .menu-ft .box1 ul li a {
			  color: #005392;
			  font-size: 16px;
			  -webkit-transition: padding-left 0.3s ease;
			  -o-transition: padding-left 0.3s ease;
			  transition: padding-left 0.3s ease; }
			  @media only screen and (max-width: 768px) {
				.c-footer .menu-ft .box1 ul li a {
				  font-size: 10px; } }
			.c-footer .menu-ft .box1 ul li a:hover {
			  padding-left: 0px;
			  opacity: 0.7; }
	.c-footer .logo-ft {
	  width: auto;
	  height: auto;
	  position: absolute;
	  text-align: left;
	  left: 0px;}
	  @media only screen and (max-width: 768px) {
		.c-footer .logo-ft {
		  margin: 30px 0px;
		  position: relative;
		  left: 0px; } }
	  .c-footer .logo-ft img {
		width: auto;
		height: 40px; }
	  .c-footer .logo-ft__txt {
		width: 100%;
		height: auto;
		text-align: left; }
		.c-footer .logo-ft__txt a {
		  top: 15px;
		  width: 100%;
		  height: auto;
		  display: inline-block;
		  left: 0;
		  color: #005392;
		  position: relative;
		  font-size: 13px;
		  font-weight: 500;
		  text-align: left; }
		  @media only screen and (max-width: 768px) {
			.c-footer .logo-ft__txt a {
			  left: auto;
			  text-align: center; } }
	.c-footer .copyright {
	  width: 100%;
	  height: 20px;
	  line-height: 20px;
	  font-size: 10px;
	  color: #231815;
	  margin-bottom: 30px; }
	  @media only screen and (max-width: 768px) {
		.c-footer .copyright {
		  font-size: 9px;
		  height: auto;
		  line-height: 1.5;
		  margin-bottom: 20px; } }