.search input{
	background: #f9f9f9;
	border: 1px solid #c2c2c2;
	padding: 5px 10px;
	color: #8a8a8a;
	width: 400px;
}
.search button{
	background: #8cad4a;
	color: white;
	border: none;
	padding: 5px 20px;
}
.search input::-webkit-input-placeholder{
  color: #8a8a8a;
}
.search .hight{
	color: #4587e5;
	margin-left: 5px;
	font-size: 14px;
}

.dropdown_left{
	display: inline-block;
	height: 60px;
	width: 100px;

}
.dropdown_content button{
	background: #7140a3;
}

.sort{
	width: 100%;
}
.sort .left{
	height: 70px;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 14px;
	background-image: linear-gradient(#8c5abf, #7442a6);
	color: lightgrey;
}
.sort .right{
	width: 20%;

}
.sort .right .dropdown-toggle{
	width: 100%;
	height: 70px;
	background: #7140a3;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
}

.policy .title{
	color: #8450B5;
	font-size: 20px;
	font-weight: bold;
}

.policy .title img{
	position: relative;
	top: -2px;
}

.policy h3{
	font-size: 19px;
	color: #414141;
}

.policy .time{
	color: #6a6a6a;
	font-size: 14px;
}

.report{
	background: #f3f3f3;
	margin-top: 30px;
}
.report .title{
	color: #b9b9b9;
	text-align: center;
	padding: 70px 0;
	font-size: 24px;
}
.report ul{
	margin-bottom: 0;
	padding-bottom: 50px;
}
.report ul li{
	width: 20%;
	padding: 10px;
	color: #414141;
}
.report ul li img{
	height: 100%;
}
.report ul li p{
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
}