@charset "utf-8";
/* d2search */
.items.Search input {
	width: auto;
	height: auto;
	padding-right: 0;
	text-indent: 0;
	padding-left: 20px;
}
.items.Search input.s2 {
	position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
	border: none;
	padding-left: 0;
}
.Search input.s1:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #bd443f inset;
	-webkit-text-fill-color: #fff;
}

.Search input.s1::placeholder {
  color: #fff;
}
.kaz-search h3.title {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
}
.kaz-search #keywords1 {
	font-weight: bold;
}
.kaz-search .list {
    width: 95%;
    margin: 0 auto;
}
.kaz-search .list .items {
    padding: 24px 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    text-align: left;
	clear: both;
	width: 100%;
	margin-right: 0;
}
.kaz-search .list .items img {
    float: left;
    margin-right: 20px;
	width: 246px;
}
.kaz-search .list .items .title {
    font-size: 20px;
    line-height: 24px;
    display: block;
	font-weight: 600;
	margin-bottom: 10px;
}
.kaz-search .list .items .time {
    font-size: 16px;
    padding: 10px 0;
    display: block;
}
.kaz-search .list .items p.text {
    font-size: 16px;
    line-height: 160%;
}
.kaz-search .list .items .title em,
.kaz-search .list .items p.text em {
	color: red;
}
.kaz-search .list p.noData {
	text-align: center;
	font-size: 18px;
	padding: 50px 0px;
}
.pagination {
	clear: both;
}
/* mob */
@media (min-device-width:320px) and (max-width:689px),(max-device-width:480px){
	.kaz-search h3.title {
		font-size: 16px;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.kaz-search .list .items img {
		width: 45%;
		height: auto;
		margin-right: 10px;
	}
	.kaz-search ul.list li.items span.time {
		color: #9b9b9b;
	}
	.kaz-search ul.list li.items p.text {
		font-size: 18px;
		line-height: 1.4;
	}
	.sidenav li.sou input.s2 {
		right: 1.2em;
	}
}