#news-page-index {
  padding: 20px; }
  #news-page-index ul {
    padding-left: 0;
    margin: 0;
    margin-bottom: 20px; }
  #news-page-index hr {
    margin: 10px 0; }
  #news-page-index .news_item {
    list-style: none;
    letter-spacing: 2px; }
    #news-page-index .news_item .news-date {
      display: table-cell;
      padding: 3px 15px 3px 4px;
      color: #555;
      white-space: nowrap; }
    #news-page-index .news_item .news-title {
      display: table-cell;
      padding: 3px 15px 3px 4px; }
    #news-page-index .news_item a {
      color: #27aab3; }
      #news-page-index .news_item a:hover {
        text-decoration: none;
        color: #2b87c4; }
  @media screen and (max-width: 450px) {
    #news-page-index .news_item {
      letter-spacing: 1px; }
      #news-page-index .news_item .news-date {
        padding: 3px 10px 3px 4px;
        font-size: 0.95em; } }

#news-page-view {
  padding: 20px;
  margin-bottom: 30px; }
  #news-page-view .breadcrumbs {
    margin-bottom: 15px; }
  #news-page-view .newsPageList {
    background-color: #f3f8ff;
    border-radius: 5px;
    padding: 12px;
    -webkit-box-shadow: 0 2px 0 0 #e5e9ef;
    -moz-box-shadow: 0 2px 0 0 #e5e9ef;
    box-shadow: 0 2px 0 0 #e5e9ef; }
    #news-page-view .newsPageList .recent-title {
      margin: 7px 0px; }
    #news-page-view .newsPageList .news_list_item {
      padding: 3px 3px; }
    #news-page-view .newsPageList ul {
      padding: 0; }
      #news-page-view .newsPageList ul li {
        list-style: none;
        letter-spacing: 2px; }
        #news-page-view .newsPageList ul li a {
          color: #27aab3; }
          #news-page-view .newsPageList ul li a:hover {
            text-decoration: none;
            color: #2b87c4; }

.newsCategoryAll {
  border: 1px solid;
  border-color: #58A3DE;
  text-align: center;
  border-radius: 6px;
  padding: 4px 15px 4px 20px;
  margin-right: 15px;
  margin-top: 5px;
  display: inline-table; }
  .newsCategoryAll a {
    text-decoration: none;
    color: #58A3DE; }
  .newsCategoryAll:hover {
    border: 0;
    background-color: #58A3DE;
    text-decoration: none; }
    .newsCategoryAll:hover a {
      color: white; }

.newsCategory {
  border: 1px solid;
  border-color: #58A3DE;
  text-align: center;
  border-radius: 6px;
  padding: 4px 15px 4px 15px;
  margin-right: 15px;
  margin-top: 5px;
  display: inline-table; }
  .newsCategory a {
    text-decoration: none;
    color: #58A3DE; }
  .newsCategory:hover {
    border: 0;
    background-color: #58A3DE;
    text-decoration: none; }
    .newsCategory:hover a {
      color: white; }

.youtube-container {
  padding: 10px; }
  .youtube-container iframe {
    width: 100%;
    height: 600px; }
    @media (max-width: 991px) {
      .youtube-container iframe {
        height: 400px; } }

/*# sourceMappingURL=news.css.map */
