.ku_filter {
    background-color: #F7F7F7;
    padding: 15px;
}

.ku_filter_input {
    position: relative;
    display: inline-block;
}

.ku_filter_input input {
    border: none;
    background-color: #fff;
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 10px;
    outline: none;
}

.ku_filter_input img {
    position: absolute;
    top: 8px;
    right: 10px;
}

.filter_list {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.filter_list span {
    width: 12%;
    display: inline-block;
}

.filter_list ul {
    width: 88%;
    display: flex;
    flex-wrap: wrap;
}

.filter_list ul li {
    margin: 0 10px 8px 10px;
}

.filter_list ul li a {
    color: #808080;
    font-size: 14px;
    padding: 4px 13px;
    border-radius: 10px;
}

.filter_list ul .on a {
    background-color: #307DFF;
    color: #fff;
}

.fake_main{
    overflow: hidden;
    margin-top: 15px;
}

.fake_main_left{
	float: left;
    width: 850px;
    background-color: #fff;
	position: relative;
}

.chaxun_list li{
    position: relative;
    width: 24%;
    padding: 60px 0 15px;
    background-color: #f2f2f2;
    margin-bottom: 80px;
}

.chaxun_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 90px 25px;
}

.chaxun_item_img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 2px;
    background-color: #fff;
    box-shadow: 1px 4px 10px #969696;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
}

.chaxun_item_img img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.chaxun_list p{
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #626262;
    margin-bottom: 15px;
}

.chaxun_list p a{
    background: url(../images/chaxun_a_bg.png) no-repeat center;
    color: #BD1A2D;
    display: inline-block;
    padding: 5px 53px 5px 17px;
    font-size: 14px;
    font-family: "微软雅黑";
    transition: 0.4s all;
}

.chaxun_list p a:hover{
    background: url(../images/chaxun_a_bg_hover.png) no-repeat center;
    color: #fff;
}

.chaxun_list p:last-child{
    margin-bottom: 0;
}



.fake_main_right{
	float: right;
	width: 320px;
	background: #fff;
}

.fake_main_right_top{
	padding: 25px 14px;
	margin-bottom: 30px;
}

.fake_main_right_ttl{
	font-size: 16px;
    color: #fff;
    background: url(../images/fake_main_right_ttl.png) no-repeat center;
    background-size: cover;
    padding: 5px 40px 5px 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.fake_main_right_top ul li{
	margin-bottom: 15px;
}

.fake_main_right_top ul li:last-child{
	margin-bottom: 0;
}

.fake_main_right_top ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fake_main_right_top ul li a p{
	font-size: 16px;
	color: #646464;
	transition: 0.4s all;
	width: 94%;
	text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 微软雅黑;
    overflow: hidden;
    display: inline-block;
}

.fake_main_right_top ul li a span{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #646464;
	margin-right: 8px;
	display: inline-block;
}

.fake_main_right_top ul li:hover a p{
	color: #BD1A2D;
}

.fake_main_right_bt{
	padding: 25px 14px;
}

.fake_main_right_bt ul li{
	margin-bottom: 10px;
	height: 250px;
}

.fake_main_right_bt ul li img{
	height: 100%;
	width: 100%;
}

.fake_main_right_bt ul li:last-child{
	margin-bottom: 0;
}