div#content {
  margin-top: 45px;
  min-height: 650px;
  text-align: center;
  background-color: #FFFEFD;
}

div#news {
  padding: 0.5% 2% 1% 2%;
}

.news_main {
  text-align: left;

}

.news_sub {
}

.news_sub ul {
  margin: 0;
  padding: 0;
}

.news_sub ul li {
  margin: 2% 0% 8% 0%;
  list-style: none;
  text-align: left;
}

li.a_container {
  opacity: 0;
}

div.l_container {
  float: left;
  width: 35%;
}

div.r_container {
  float: right;
  width: 62%;
}

div.l_container img {
  width: 100%;
  height: auto;
}

div.n_date {
  font-size: 80%;
  margin-bottom: 1%;
}

div.n_body {
  margin-top: 2em;
}

a#all_link {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #333;
  color: #fff;
}

a#all_link::before,
a#all_link::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

a#all_link,
a#all_link::before,
a#all_link::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a#all_link:hover {
    background-color: #59b1eb;
}

@media screen and (max-width: 900px) {
    div.l_container {
	float: none;
	width: 98%;
    }
    div.r_container {
	margin-top: 5%;
	float: none;
	width: 98%;
    }
}