﻿.news {
    background: #fff;
    max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 5%;
    color: #181D27;
    font-weight: 200;
    font-size: 15px;
    line-height: 1.4;
}
.ntop {
	background: #fff;
	max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: -0.56px;
    padding: 80px 5%;
}
.nother a {
    display: flex;
    flex-direction: column;
	padding: 5px 12px;
}
.nother figure {
	height: 240px;
	overflow: hidden;
	border-radius: 12px;
	margin: 0;
}
.nother figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;  
	display: block;
	border-radius: 12px;
}
.nother time {
	color: #1A2992;
	font-size:13px;
	padding: 5px 0 10px;
}
.nother .ntit {
    font-size: 18px;
    color: #181D27;
    font-weight: 500;
	min-height: 78px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nother .ndesc {
	padding: 5px 0;
	font-size:14px;
	color: #535862;
	min-height: 78px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nlabel {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nlabel a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 8px;	
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    transition: background 0.2s;
}
.nlabel a.active {
    background:#EEF4FF;
	color: #1A2992;
}
.nlabel a:hover {
    background: #e7e7e7;
}

.search-field {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 320px;
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.search-field input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #111;
}

.search-field input::placeholder {
    color: #9ca3af;
}
.sbg {
	background: #F9F9F9;
	margin: 10px;
    padding: 20px 20px 10px 20px;
}

.sbg > div {
	padding-bottom: 20px;
}

.newsin {
    border: 1px solid #e7eaee;
    display: inline-block;
    font-size: 13px;
    font-weight: 200;
    padding: 5px 5px;
    margin: 10px 0 0;
    border-radius: 6px;
    width: 100%;
}
@media screen and (max-width:1024px) {
	h1, .h1 {
		font-size: 26px;
	}
	.ntop {
		padding-top:10px;
		padding-bottom:10px;
	}
}
@media screen and (max-width:740px) {	
	.nlabel {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}