/* ---- Page News ---- */
.news {
    border-left:1px solid #b8b8ba;
}

.news .item {
    margin: 0px;
    margin-left:20px;
    padding-top:10px;
    padding-right:30px;
    border-top:1px solid #b8b8ba;
}

.news .first  {
    margin:0px;
    padding-left:20px;
}

.news .item a {
    text-decoration: none;
}

.news .item .newsdate {
    
}


.news .item .newstext {
    padding-bottom:20px;
    text-align: justify;
}

.news .item .newstext .newstitle {
    font-weight:bold;
    color:#c32631;
    padding-bottom:10px;
}

.news .item .newstext .newstitle a {
    color:#c5202e;
    text-decoration:none;
}

.news .item .newstext img {
    float:right;
    border:1px solid #b8b8ba;
    margin-left:30px;
}

.news .item .newstext img.read_more {
    float:left;
    border:none;
    margin-left:0px;
    margin-top:5px;
}

