div.newsService.contentView {
    border: 1px #979696 solid !important;
    padding: 10px;
}

div.contentInformation > div {
    float: right;
    line-height: 30px;
    width: 50%;
}

div.contentInformation span.content {
    color: #333;
    line-height: 30px;
    margin-right: 20px;

}

div.contentView h3.contentHeader {
    font-size: 16px;
    margin: 10px 5px;
    color: #777;
}

div.contentView h2.contentTitle {
    font-family: B Nazanin;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 10px 5px;
}

div.contentView div.contentAbstract {
    text-align: justify;
    line-height: 20px;
    background-color: #EBEBEB;
    border-bottom: 1px #C0C0C0 solid;
    border-top: 1px #C0C0C0 solid;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0px;
}

div.contentView div.contentText p {
    text-align: justify;
    margin: 0px;
    font-size: 16px;
    line-height: 25px;
}

div.newsService.contentList {    
    padding-bottom: 5px;
    margin:10px;	
}

.contentImage {
    padding: 1px;
    margin-left: 10px;
}

div.newsService.contentList h2.contentTitle {
    font-size: 16px;
    font-weight: bold;
}

div.newsService.contentList div.publishDateBox {
    color: #777777;
    margin-top: 10px;
}