.title img {
    display: block;
    margin: 0 auto;
    position: relative;
/*    top: 40px;*/
    bottom: -40px;
}
#news-container {
    padding: 60px 0;
}
#news-container img {
    padding: 0;
/*    width: 100%;*/
    height: 260px;
}
#news-container h4 {
    margin: 0 0 7px;
    font-family: "PTSansBold";
    font-size: 18px;
}
#news-container span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #a9a9a9;
    font-size: 12px;
}
.news-block {
    margin-bottom: 20px;
    padding-bottom: 10px;
/*    border-bottom: 1px dashed #999999;*/
    position: relative;
}
.news-block:after {
    height: 1px;
    width: 83.3%;
    position: absolute;
    bottom: 0px;
    content: "";
    border-bottom: 1px dashed #999999;
    left: 8.4%;
}
.news-block p {
    font-size: 14px;
    margin: 0 0 5px;
}
.news-block .show-new {
    font-size: 14px;
    color: #588585;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
}
.hide-new {
    display: none;
}
@media screen and (max-width:768px) {
    .main {
        position: relative;
    }
    .title {
        position: static;
    }
    .title img {
    position: absolute;
    bottom: 0px;
    width: 80%;
    left: 10%;
}
#news-container {
    padding: 30px 0;
}
    .news-text {
        padding: 0;
    }
#news-container img {
    padding: 0;
    width: 100%;
    height: 260px;
}
#news-container h4 {
    margin: 0 0 7px;
    font-family: "PTSansBold";
    font-size: 16px;
}
#news-container span {
    position: static;
    font-size: 12px;
}
.news-block {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.news-block:after {
    width: 100%;
    left: 0%;
}
.news-block p {
    font-size: 14px;
    margin: 0 0 5px;
}
.news-block .show-new {
    font-size: 14px;
    color: #588585;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
}
.hide-new {
    display: none;
}
}