.news {
    list-style: none;
    padding: 0px 5px;
}
.news-con {
    padding: 15px 0px;
    border-bottom: 1px solid #e7e8e7;
}
.news-con > div:first-child {
    float: none;
width: 100%;
height: 225px;
overflow: hidden;
margin-right: 10px;
border-radius: 5px;
}
.news-con > div:first-child > img {
    width: 100%;
    border-radius: 5px;
    min-height: 225px;
}
.news-con > div:nth-child(2) {
    float: none;
    width: 100%;
    padding: 0px 10px;
}
.news-con > div:nth-child(2) > div:first-child {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0px;
    
    white-space: nowrap;
width: 96%;
overflow: hidden;
text-overflow: ellipsis;
}
.news-con > div:nth-child(2) > div:nth-child(2) {
    font-size: 18px;
    color: #a7a8a7;
    text-transform: uppercase;
    
}
.news-con > div:nth-child(2) > p:nth-child(3) {
    font-size: 20px;  color: #6d6e6d;  white-space: nowrap;  display: block;  width: 98%;  overflow: hidden;  text-overflow: ellipsis;
}
.news-con > div:nth-child(2) > a:nth-child(4) {
    color: #c99900;
    font-size: 18px;
    text-decoration: none !important;
    -webkit-transition: margin-left 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
}
.news-con > div:nth-child(2) > a:nth-child(4):hover {
    margin-left: 5px;
    -webkit-transition: margin-left 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
}
.calender_div { 
    display: none !important;
}
.wheather_block {
    display: none !important;
}