.parallax {
    background-image: url("../img/news/banner.jpg");
}

.active .parallax {
    background-image: url("../img/news/banner.jpg");

}

.pageTT,
.active .pageTT {
    letter-spacing: 10px;
}

ul.newsArea {
    width: 100%;
    display: table;
    margin: 50px 0 80px 0;
}

ul.newsArea li {
    width: 100%;
    display: table;
    border-bottom: 1px solid #d8d8d8;
    padding: 40px 30px;
    display: flex;
    /* ★ */
    align-items: center;
    /* ★ */
}

.day {
    float: left;
}

.newsImg {
    float: left;
    width: 150px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 50px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;

}

.newstt {
    float: left;
    width: 65%;
    padding-right: 50px;
    font-size: 17px;
    font-weight: bold;
}

.seemore {
    float: right;
    content: url(../img/seemore.svg);
    width: 30px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

ul.newsArea a:hover .seemore {
    width: 40px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

ul.newsArea a:hover .newsImg {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transition: scale(1.05);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
    opacity: .7;
}

@media (max-width: 992px) {
    .newsImg {
        width: 180px;
    }
    ul.newsArea {
        margin: 50px 0 0px 0;
    }
}

@media (max-width: 768px) {
    ul.newsArea li {
        display: table;
        position: relative;
    }
    .day {
        float: none;
        color: #b0b0b0;
        font-size: 14px;
    }
    .newsImg {
        width: 150px;
        margin: 7px 0;
        background-size: cover;
    }
    .newstt {
        padding: 20px;
    }
    .seemore {
        position: absolute;
        right: 0;
        top: 50%;
    }
    ul.newsArea a:hover .seemore {
        width: 35px;
    }

}

@media (max-width: 600px) {
    .newsImg {
        width: 130px;
    }
    .newstt {
        width: 60%;
        font-size: 15px;
    }
    ul.newsArea li {
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
    ul.tabs li {
        margin-right: 15px;

    }
    ul.tabs li a {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .newsImg {
        width: 110px;
    }
    .newstt {
        width: 60%;
    }
}
