/**************** news list **************/
#news-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.5em;
  color: #333;
  /* background-color: #fafafa; */
  border-bottom:  #ede8de 2px solid;
  /* background-color: #ede8de; */
  /*background-color: rgba(135, 206, 250, 0.30); */
  background-color: transparent;/* lightskyblue;*/
}

/**** top news list ****/
.news-head a:link{
  text-decoration: underline;
  text-decoration-color: #c9bc9c;
}

/**************** news **************/

.news-content {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

.news-content .create-date{
    text-align: right;
    text-decoration: none;
    margin-right: 1em;
}

.news-content p {
    text-indent: 1em;
}

.news-body {
    margin: 0;
    padding: 1em;
    border-bottom: 1px dotted #c9c9cb;
}

.news-body a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-weight: 600;
  font-size: 0.5em;
  color: #663;
  margin: 0 0 0.75em 0;
  padding-right: 0.5em;
}

/**************** news Index **************/

.news-index {
    position: relative;
    display: block;
    padding: 0 0.5em;
    margin: 0 1em;
    line-height: 1.5em;
    border-bottom: 1px dotted #c9bc9c;
    color: #333;
}

.news-index a:link{
   color: #663;
   text-decoration: underline;
   text-decoration-color: #c9bc9c;
   text-decoration-style: dotted;
}

.news-index-intro {
    display: block;
    margin: 0;
    padding: 0.5em 0 0.25em 1em;
    line-height: 1.5em;
}

.news-index-item-head {
    display: block;
    font-size: 1em;
    color: #663;
    margin: 0;
    border: none;
    text-decoration: none;
    padding: 0.25em 0.25em 0.25em 24px;
    background-repeat: no-repeat;
    background-position: 4px 8px;
    background-image: url("/static/images/lotus-pic-earth16.0b49656dc518.png");
}

.news-index-item-head .date{
    font-size: 85%;
    padding-left: 1em;
    text-decoration: none;
}

.news-index-item-head .heading{
    font-size: 105%;
    border: none;
    background-color: transparent;
}

.news-index-item {
    display: block;
    padding: 16px 8px 8px 32px;
}

.news-index .arrow {
    display: inline-block;
    width: 24px;
    color: #88b89f;
}
