.news {
    list-style: none;
}
.news-con {
    padding: 20px 0px;
    border-bottom: 1px solid #e7e8e7;
}

.news-con > div:first-child {
    float: left;
    width: 188px;
    height: 135px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 5px;
}

.news-con > div:first-child > img {
    width: 100%;
    border-radius: 5px;
    min-height: 135px;
}

.news-con > div:nth-child(2) {
    float: right;
    width: 645px;
    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: 12px;
    color: #a7a8a7;
    text-transform: uppercase;
}
.news-con > div:nth-child(2) > p:nth-child(3) {
    font-size: 13px;
    color: #6d6e6d;
    line-height: 18px;
    margin-bottom: 10px !important;
    
    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;
}