.articels-pareghoo
{
    max-width: 960px;
    margin: 10px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #777;
    font-family: "IRANSans","byekan";
    line-height: 1.5;
}

.articels-pareghoo .article
{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.articels-pareghoo .article .article-title,
.articels-pareghoo .article .article-title a
{
    font-style: normal;
    color: #EE2024;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    border: none;
}

.articels-pareghoo .article .article-title:hover a
{
    color: #cc2024;
}

.articels-pareghoo .article .article-date
{
    color: #EE2024;
}

.articels-pareghoo .article div
{
    font-size: 15px;   
}

.articels-pareghoo .article div > img
{
    margin: 10px;
    max-width: 420px;
}

.articels-pareghoo .article:nth-child(even) div > img
{
    float: left;
}

.articels-pareghoo .article:nth-child(odd) div > img
{
    float: right;
}

/***** begin related articles *****/
.articels-pareghoo .related-articles > p 
{
    border-bottom: 1px solid #bbb;
    padding: 0;
}

.articels-pareghoo .related-articles > p > span
{
    background: #eee;
    color: #EE2024;
    display: inline-block;
    padding:  10px 20px;
    height: 50px;
    font-size: 20px;
}

.articels-pareghoo .related-articles .row > div
{
    padding: 5px;
}

.articels-pareghoo .related-articles a
{
    background: #eee;
    padding: 5px;
    text-decoration: none;
}

.articels-pareghoo .related-articles img
{
    max-width: 100%;
}

.articels-pareghoo .related-articles p
{
    text-align: center;
    height: 50px;
    padding-top: 10px;
    font-size: 14px;
    overflow: hidden;
    color: #555;
}

.articels-pareghoo .related-articles a:hover
{
    background: #f5f5f5;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.articels-pareghoo .related-articles a:hover p
{
    color: #EE2024;
}
/***** end related articles *****/