.news {
    list-style: none;
    /*padding: 0px 15px;*/
}
.news-con {
    padding: 15px 0px;
    border-bottom: 1px solid #e7e8e7;
}
.news-con > div:first-child {
    float: left;
width: 25%;
height: 120px;
overflow: hidden;
margin-right: 10px;
border-radius: 5px;
}
.news-con > div:first-child > img {
    width: 100%;
    border-radius: 5px;
    min-height: 120px;
}
.news-con > div:nth-child(2) {
    float: right;
    width: 70.7%;
    padding: 0px 10px;
}
.news-con > div:nth-child(2) > div:first-child {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0px;
    white-space: nowrap;
display: block;
width: 98%;
overflow: hidden;
text-overflow: ellipsis;
}
.news-con > div:nth-child(2) > div:nth-child(2) {
    font-size: 9px;
    color: #a7a8a7;
    text-transform: uppercase;
}
.news-con > div:nth-child(2) > p:nth-child(3) {
    font-size: 13px;
    color: #6d6e6d;
    line-height: 18px;
    
    white-space: nowrap;
width: 98%;
overflow: hidden;
text-overflow: ellipsis;
}
.news-con > div:nth-child(2) > a:nth-child(4) {
    color: #c99900;
    font-size: 13px;
    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;
}