.wp_search .search {
  background: url(../img/search11.png);width: 28px;background-repeat: no-repeat;
margin-left: -25px;}

header a{
	color: white;
}
nav a{
	width: 13%;
}
nav a:hover{
	color: rgb(46,102,174);
}
section{
	background: rgb(248,248,248);
}
.sec_title p{
	font-size: 18px;
	padding: 0 10px;
	border-bottom: 3px solid rgb(46,102,174);
	color: rgb(46,102,174);
	transition: background-color .5s ease-in, color .5s; 
}
.sec_title p:hover{
	background-color: rgb(46,102,174);
	color:white;
	cursor: pointer;
}
#news .ellipsis3:hover{
	color: #737170;
	cursor: pointer;
}
.new_list{
	padding: 10px 0;
}
.new_list li{
padding: 5px 0 5px 15px;
position: relative;
background: url(../img/icon2.gif) left no-repeat;
}
.new_list li:hover{
	color: rgb(46,102,174);
	cursor: pointer;
}
/*.new_list li::before{
	content: '■';
	color: rgb(46,102,174);
	margin-right: 5px;
}*/
.sec_box{
	background: white;
	padding: 15px;
	margin-bottom: 15px;
}
footer{
	background: url(../img/foot.jpg)no-repeat;
	background-size: 100% 100%;
}
footer a{
	display: block;
}
.img_fc li{
	height: 1.3rem;
}
.img_new{
	height: 1.4rem;
}
.img_zj{
	height: 1rem;
}

.img_fc li{
		height: 1.4rem;
	}
.img_new{
	height: 1.8rem;
}
.img_zj{
	height: 1.2rem;
}

@media screen and (min-width: 1200px) {
	.img_fc li{
		height: 210px;
	}
	.img_new{
		height: 270px;
	}
	.img_zj{
		height: 180px;
	}
}

@media screen and (max-width: 1000px) {
	nav{
			 position: fixed;
			 width: 50vw;
			 height: 100vh;
			 top:0;
			 left: 100%;
			 z-index: 2;
	}
	nav a{
			 width: 100%;
	}
	#notie, #news{
		width: 100%!important;
	}
	#logo1, #logo2, .sylj, #links, #blogo, #contact{
		display: none;
	}
	.kh_logo, .kh_menu, #close, #contact2{
		display: block;
	}
	#notie, #news{
		margin-right: 1px;
	}
	.kh_logo{
		max-width: 80%;
	}
	
	.img_fc li{
			height: 3.8rem;
		}
	.img_new{
		height: 4rem;
	}
	.img_zj{
		height: 2.8rem;
	}
	
}
