.navHeader{background-color: #fff;}
.logoImg{display: none;}
.logoImgBlack{
    display: inline;
    max-height: 75px;
    width: auto;
}
.navHeader:hover .logoImg{display: inline;}
.navHeader:hover .logoImgBlack{display: none;}

.menuWrapper>div>a,.loginRegister,.loginRegister a,.timeBlock,.headLanguage .demo-navigation .area .ibox h3{
    color: #505D68;
}
.menuWrapper>div>a:hover,.loginRegister:hover,.loginRegister:hover .loginRegister a,.timeBlock:hover,.headLanguage:hover .headLanguage .demo-navigation .area .ibox h3{
    color: #fff;
}
.navHeader:hover .menuWrapper>div>a,.navHeader:hover .loginRegister,.navHeader:hover .loginRegister a,.navHeader:hover .timeBlock,.navHeader:hover .headLanguage .demo-navigation .area .ibox h3{
    color: #fff;
}
.headLanguage .demo-navigation .area .ibox h3>img{
    filter: brightness(0.5);
}
.navHeader:hover .headLanguage .demo-navigation .area .ibox h3>img{
    filter: none;
}
.headLanguage:hover .headLanguage .demo-navigation .area .ibox h3>img{
    filter: none;
}

.newArticleWrapper{
    width: 60%;
    margin: 0 auto;

}
.artTitleImgSection{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 22px;
    justify-content: space-between;
    padding: 140px 0 70px;
}
.artTitleContent{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    /* max-width: 575px;
    width: 100%; */
}
.artTitleContent h3{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    letter-spacing: -0.4px;
}
.artTitleContent h2{
    font-size: 32px;
    color: #000;
    font-weight: bold;
}
.artTitleContent .artDateBox{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
}
.artTitleContent .artDateBox>div{
    font-size: 12px;
    color: #747474;
}
.artDateIcon,.artSourceIcon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/images/artDateIcon.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.artSourceIcon{
    background-image: url(/images/artSourceIcon.svg);
}
.artTitleContent .artDateBox>div .divide{
    display: inline-block;
    height: 15px;
    border-right: 2px solid #747474;
    margin-left: 29px;
    vertical-align: middle;
}
.artImgContent{
    max-width: 539px;
    width: 100%;
    max-height: 260px;
    height: 100%;
    overflow: hidden;
}
.artImgContent img{
    width: 100%;
    height: 100%;
}
/* .artContentSection{
    width: 96%;
    margin: 0 auto;
} */
.artContentSection .artAbstract{
    font-size: 16px;
    font-weight: 700;
    color: #195A94;
    margin-bottom: 50px;
}
.artContentSection .artContent{
    font-size: 16px;
    line-height: 37px;
    color: #747474;
    margin-bottom: 60px;
}


@media screen and (max-width: 1860px) {
    .artTitleContent h2{font-size:28px;}

}
@media screen and (max-width: 1500px) {
    .artTitleContent h3{font-size: 14px;}
    .artTitleContent h2{font-size:22px;}

}
@media screen and (max-width: 1280px) {
    .artTitleContent h3{font-size: 14px;}
    .artTitleContent h2{font-size:18px;}
}
@media screen and (max-width: 1100px) {
    .artTitleImgSection{
        flex-direction: column;
        padding: 80px 0 50px;
    }
    .artTitleContent h3{font-size: 12px;}
    .artTitleContent h2{font-size:18px;}
}
@media (max-width: 1024px) {
    .hamburgerButton span {
        background: #505D68;
    }
}
@media screen and (max-width: 768px) {
    .newArticleWrapper{width: 90%;}
    .artTitleContent .artDateBox{
        flex-direction: column;
        align-items: flex-start;
    }
    .artTitleContent .artDateBox>div .divide{display: none;}
}