﻿header {
    background: #fff;
}
header::after {
    border-bottom: 1px solid rgba(0,0,0,.5);
}
header .logo {
    background-image: url(../../../../Images/common/logo_l.png?1) !important;
}
header .icon-menu span, header .icon-menu span:before, header .icon-menu span:after {
    background: #000 !important;
}
.news {
    padding: 0 10%;
    align-items: flex-start;
    margin: 15vh 0;
}
.news-title{font-weight:bold;font-size:2rem}
.news-date {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}
.content{line-height:1.5;margin-top: 3rem;}
.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}