﻿.navBar{
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.navBar .logo {
    background-image: url(../../Images/common/logo_l.png);
}
.navBar a {
    color: #000;
}
.navBar .old{
    border-color: #000;
}
.news {
    display: flex;
    padding: 0 8.33%;
    align-items:flex-start;
    margin: 20vh 0 15vh;
}
.info{width:28%;position:sticky;top:8rem;margin-right:20%}
.news-title{font-weight:bold;font-size:2rem}
.news-date {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}
.news-img {
    height: 14vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1rem 0 6rem;
}
.content{width:40%;line-height:1.5}

.content img{max-width:100% !important}
.news-type{color:#007567}
.l-paragraph-pagination {
    display: flex;
    justify-content: space-between;
    margin: 5vh 0;
}
.l-paragraph-navigation {
    border: none;
    background: none;
    color: #a5a3a3;
    cursor: pointer;
}
.pagination-bullet {
    padding: 0 2rem;
    cursor: pointer;
    border-left: 1px solid;
    border-right: 1px solid;
    color: #a5a3a3;
}
.l-paragraph-navigation:hover,.pagination-bullet.active,.pagination-bullet:hover{color:#000}
iframe{max-width:100%!important}