.artigos  {

    width:100% ;

    margin-top: 18px;

}



.artigos li {

    list-style: none;

    width: 198px;

    display: inline-block;

    padding: 10px;

    margin-right: 10px;

    margin-bottom: 10px;

    border: 1px solid #d7d7d7;
	position:relative;
	height:320px;
	
	vertical-align: top;

}



.artigos h1 {

    font-family:  'Source Sans Pro', sans-serif;

    font-weight: 700;

    font-size: 140%;

    margin-bottom: 5px;

    width: 100%;

    text-align: justify  ;

    padding-bottom: 14px;

    border-bottom: 5px #de8600 solid;text-align: center;

    display: block;
	
	height:55px;

}



h1.tsss {

    font-family: "Source Sans Pro";

    font-weight: 700;

    font-size: 180%;

    padding-bottom: 10px;

    text-indent: 10px;

    border-bottom: 5px #de8600 solid;

    cursor: pointer;

    margin-top: 12px;

}

.artigos p {

    display: block;

    padding: 5px;

    line-height: 120%;

    text-align: justify;

    font-size: 100%;

}

.autor {margin-left: 5px; font-size: 90%}



.leia_mais {

    background: #de8600;

    color:#eee;
	position:absolute;
	bottom:10px;
	right:10px;
    margin-top: 5px;

    border: none;

    padding: 6px;

}

.leia_mais:hover {

    cursor: pointer;

    background: #222;

}



.quadrados {

    text-align: center;

}