.ku_filter {
    background-color: #F7F7F7;
    padding: 15px;
    overflow: hidden;
}

.ku_filter_input {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    float: right;
}

.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;
	position: relative;
}

.fake_main_left_ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.fake_main_left_ul li{
    width: 24%;
    padding: 20px 0;
    background-color: #fff;
    margin-bottom: 10px;
}

.fake_main_left_ul li p{
    font-size: 15px;
    margin-bottom: 8px;
}

.fake_main_left_ul li img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-bottom: 13px;
}

.fake_main_left_ul li ul{
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}

.fake_main_left_ul li ul li{
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.fake_main_left_ul li ul a{
    font-size: 14px;
    color: #626262;
}







.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;
}