/*News*/
#content_right .news-latest-container{}
#content_right .news-latest-container a{
    text-decoration: none;
    color: #00609d;
}
#content_right .news-latest-container h3{
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}
#content_right .news-latest-container .news-latest-date a{
    margin-bottom: 5px;
    color: gray;
}
/*LATEST*/
#content_right .news-latest-container{
    border-bottom: 1px dotted #5e686c;
    margin-bottom: 30px;
}
#content_right .news-latest-container .news-latest-item{
    margin: 10px 0 0 0;
    padding-top: 3px;
    border-top: 1px dotted #5e686c;
}
#content_right .news-latest-container .news-latest-morelink{
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: right;
    overflow: hidden;
}
#content_right .news-latest-container .news-latest-morelink *{
    float: right;
    padding: 0;
    margin: 0;
}
#content_right .news-latest-container  p{
    margin-bottom: 3px!important;
}
#content_right .news-latest-container .news-latest-gotoarchive{
    margin: 5px 0 15px 0;
}
#content_right .news-latest-gotoarchive{
    display: none;
}
#content_right .news-latest-container .news-latest-item img{
    width: 80px;
    height: auto;
}
#content_right .news-latest-container .news-latest-item h3 *{
    width: 150px;
    margin: 0;
    padding: 0;
}
#content_right .news-latest-img{
    width: 150px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#content_right .news-latest-img *{
    padding: 0;
    margin: 0;
}
#content_right .news-latest-container .news-latest-detail img{
    width: auto;
    height: auto;
}
/*LISTE*/

/*DETAIL*/
.news_single_content{
    width: 380px;
    height: 365px;
    padding: 10px;
    overflow: auto;
    font-size: 0.9em;
}
.news_single_content .right{
    float: right;
}
.news_single_content .new_single_title{
    overflow: hidden;
}
.news_single_content h1{
    float: left;
    font-size: 1.1em;
    color: #00609d;
}
.news_single_content img{
    margin: 0.5em 0;
}
.news_single_content p{
    padding: 0.5em 0;
}
.news-single-item .new_single_title{
    width: 100%;
    overflow: hidden;
}
.news-single-item .news-single-timedata{
    font-size: 0.8em;
}
.news-single-item .new_single_title .left{
    float: left;
}
.news-single-item .new_single_title h1{
    color: #00609d!important;
}
.news-single-item .new_single_title .right{
    float: right;
    padding-right: 10px;
}
.news-single-item .news-single-backlink{
    width: 100%;
    font-size: 0.8em;
    border-top: 1px dotted #5e686c;
}

