/*Listing News*/

.list-news .col-xs-12:nth-child(2n) .post { background-color: #f7f7f7; }
.list-news .image { width: 265px; float: right; margin-left: 15px; }
.effect-news .image.not-media { overflow: hidden; position: relative; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; background: #000000; }
    .effect-news .image.not-media img { display: block; width: 100%; height: 165px; opacity: 1; }
    .effect-news .image.not-media figcaption { top: 30px; left: 30px; right: 30px; bottom: 30px; position: absolute; padding: 20px; }
.image.not-media figcaption:before,
.image.not-media figcaption:after,
.image.not-media figcaption div:before,
.image.not-media figcaption div:after { background-color: #ffffff; position: absolute; content: ""; display: block; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.image.not-media figcaption:before,
.image.not-media figcaption:after { width: 0; height: 1px; }
.image.not-media figcaption div:before,
.image.not-media figcaption div:after { width: 1px; height: 0; }
.image.not-media figcaption:before,
.image.not-media figcaption div:before { left: 0; top: 0; }
.image.not-media figcaption:after,
.image.not-media figcaption div:after { bottom: 0; right: 0; }
.image.not-media.blue { background: #0a212f; }
.image.not-media:hover img { opacity: 0.8; -webkit-filter: blur(5px); filter: blur(5px); }
.image.not-media:hover figcaption:before,
.image.not-media:hover figcaption:after { width: 100%; }
.image.not-media:hover figcaption div:before,
.image.not-media:hover figcaption div:after { height: 100%; }
.image.not-media figcaption a { position: relative; font-weight: 400; text-transform: uppercase; -webkit-transform: translateY(50%); transform: translateY(50%); margin: 0 0 8px; opacity: 0; display: block; }
    .image.not-media figcaption a i { opacity: 0; top: 0; position: absolute; left: 50%; background: #15677B; width: 45px; height: 45px; font-size: 22px; border-radius: 50%; text-align: center; line-height: 46px; margin: 0 0 0 -23px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.image.not-media:hover a i { opacity: 1; }
.image.not-media:hover figcaption a { opacity: 1; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; -webkit-transform: translateY(0); transform: translateY(0); color: #fff; }
.list-news:first-child .post { margin-top: 0; }
.list-news .post { margin-top: 20px; overflow: hidden; border: 1px solid #e9e6e6; padding-left: 10px; }
.post .desc-wrap { margin: 0 267px 0 0; }
    .post .desc-wrap h2 { margin: 6px 0 0 0; font-size: 13px; color: #777; }
    .post .desc-wrap h3 { margin-top: 5px; margin-bottom: 10px; font-size: 16px; color: #444; }
        .post .desc-wrap h3 a { color: #010101; }
    .post .desc-wrap .desc { font-size: 12px; line-height: 1.571; }
.var-color-main { color: #111; }
.post .desc-wrap .info-news { margin: 0 0 10px 0; }
    .post .desc-wrap .info-news ul { margin: 0; }
        .post .desc-wrap .info-news ul li { display: inline-block; margin: 0 0 0 10px; color: #868585; font-size: 12px; }
            .post .desc-wrap .info-news ul li:first-child { margin-left: 70px; }
            .post .desc-wrap .info-news ul li i { margin: 0 0 0 5px; }
            .post .desc-wrap .info-news ul li a { color: #010101; }
