#content6{
    background-image: url("../img/bg_news.png");
    background-repeat:repeat;
    background-position: center;
    text-align: center;
}
#container_6{
    margin: auto;
    position: relative;
    width: 1200px;
    text-align: center;
    height: 1000px;
    z-index: 0;

}

#container_news_1{
    margin: auto;
    position: relative;
    width: 1200px;
    text-align: center;
    height: auto;
    z-index: 0;

}
.listpanel{
    position: relative;
    top:64px;
    width: 1200px;
    height:auto;
    display: flex;
    border-radius: 5%;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 80%);
}
.newspanel{
    position: relative;
    top:64px;
    width: 1200px;
    border-radius: 5%;
    background-color: rgba(255, 255, 255, 80%);
}
#news_panel_1{
    height: 2200px;
}
.newstitle{
   font-family: marusc;
    font-weight: bolder;
    font-size: 40px;
}
.newsdate{
    position: absolute;
    font-family: marusc;
    font-size: 22px;
    right: 0;
}

.newsauthor{
    position: absolute;
    font-family: marusc;
    font-size: 22px;
    left:0;
}
#date_author_container{
    height: 75px;
    display: flex;
}
.news_container{
    position: absolute;
    width: 1072px;
    left:64px;
    top:64px;
}
.newsmsg{
    position: absolute;
    left: 0;
    width: 1000px;
    text-align: left;
    margin: 20px;
    font-family: marusc;
    font-size: 24px;
    text-indent: 2em;
    height: auto;
}

#gobacktonews{
    position: absolute;
    left:64px;
    top:16px;
    font-family: marusc;
    font-size: 22px;
    color: #5E2020;
    border-radius: 5%;
}

.newslistitem{
    width: auto;
    margin: 64px;
    height: 360px;
    color: #5E2020;
    border-style: dotted;
    border-radius: 5%;
    border-color: #5E2020;
    background-color: rgba(255, 255, 255, 80%);
}
.newslistimg{
    border-radius: 5%;
    height: 240px;
    width: 240px;
}

.newslisttitle{
    font-family: marusc;
    font-size: 24px;
    margin:28px;
}

.newslistdate{
    margin: 16px;
}