.news {
  /* height: 240px; */
  height: auto;
}

.news .title_area {
  background: #fff;
}

.news .title_area p {
  width: auto;
}

.news .title_area p:hover {
  color: #ff7a00;
}

.ns-1 {
  /* overflow: scroll; */
  padding: 20px 40px;
  /* height: 75px; */
}

.ns-1 li {
  /* border-bottom: 1px solid #999999; */
}

.ns-1 li:first-child {
  /* border-top: 1px solid #999999; */
}

.news ul li {
  margin-bottom: 15px;
}

.news ul li:last-child {
  margin-bottom: 0px !important;
}

.ns-item {
  display: flex;
  align-items: center;
}

.ns-item .important {
  color: #e20505 !important;
  font-weight: bold;
}

.ns-date {
  /* width: 140px; */
  width: 130px;
  margin-right: 15px;
  border-right: 1px solid #000;
  /* color: #999999; */
}

.ns-date span {
  font-weight: bold;
}

.ns-category {
  width: 130px;
  /* background: #ff8400; */
  /* color: #fff; */
  /* border-radius: 30px; */
  /* text-align: center; */
  padding: 3px 0;
}

.ns-category {
  padding: 0;
  margin-right: 15px;
}

.ns-category span {
  font-weight: bold;
	font-size: 15px;
}

.ns-category ul {
  padding: 0;
}

.ns-category ul li {
  margin: 0;
  padding: 0;
  border: none;
}

.ns-category ul li a {
  /* color: #fff; */
  font-weight: bold;
}

.ns-title a {
  color: #ff7a00;
  font-weight: bold;
}

.ns-title a:hover {
  color: #ff7a00;
}

.blog-cover {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
}

.single_header {
  padding-top: 80px;
	margin-bottom: -80px;
}

.news p {
  width: 100%;
}

/* article */
article h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.article-date {
  margin-right: 20px;
}

.article-cat {
  font-weight: bold;
}

.article-info {
  margin-bottom: 40px;
}

article a,
article a:visited {
  color: #ff9c00 !important;
}

article img {
  max-width: 100%;
  height: auto;
}

/*-------------------------------------Mobile----------------------------------*/

@media screen and (max-width: 896px) {
  .ns-1 {
    padding: 20px 30px 20px 30px;
  }

  .ns-item {
    display: block;
  }

  .ns-date {
    border-right: none;
    width: 100%;
  }

  .ns-category {
    width: 100%;
  }

.ns-category span {
	font-size: 12px;
}	
	
  .infomation {
    width: 100px !important;
  }


  .ns-category,
  .ns-date {
    margin-bottom: 5px;
	  display: contents;
  }
}

/*-------------------------------------Mobile----------------------------------*/

@media screen and (max-width: 480px) {
  .news .title_area p {
    font-size: 26px;
  }

  .title_area p span {
    font-size: 14px;
  }

  .news a {
    font-size: 14px;
    padding-left: 0;
  }

  .ns-date span {
    font-size: 12px;
  }

  #header_area .main_menu .hna_logo a img {
    padding-top: 10px;
    width: 90px;
  }

  .slick-dots li {
    top: -35px;
  }

  .title_area p span {
    border-left: none;
    display: block;
    padding-left: 0;
  }

  .category_1 .title_area p span {
    padding-left: 0;
  }

  .category_1 nav ul div.active_sp {
    margin: 0px;
  }

  .category_1 nav ul {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .ns-item .important {
    margin-bottom: 15px;
  }

  .wufoo_title_text h3 {
    font-size: 16px;
  }
	
article h1 {
  font-size: 20px;
}
	
}
