.newsTab{
	display: flex;
	margin-right: 30px;
	justify-content: space-around;
    width: 250px;
    padding: 40px 0;
    float: left;
}
.parent{
    width: 90%;
    margin: 0 auto;
}
.body{
    position: relative;
    height: 100%;
}
.searchbar{
    display: flex;
}
.search{
    width: 350px;
    float: left;
    padding:35px 0;
}
#newsallcontent{
    height: auto;
    width: 90%;
    margin: 0 auto;
}
#pagina{
    clear: left;
}
.newsli{
    width: 33% !important;
    float: left;
    margin-bottom: 20px;
}
.pagination > li > a, .pagination > li > span{
    background-color: #24303C !important;
}
.pagination > li > a, .pagination > li > span:hover{
   color: white !important;
   cursor: pointer;
}
.activeclassnews{
    border-bottom: 2px solid #FCBB55;
}
.newsclick:hover{
    cursor: pointer;
}
.activeclass{
    border-bottom: 2px solid #FCBB55;
}
.newsTabM{
    display: flex;
    justify-content: space-between;
}
.contentbodyM{
    padding:20px;
}
.contentbodyM ul li{
    margin-bottom: 20px;
}