.zixun ul{
	margin: 0 15vw;
	background: white;
    margin: 3vw 8vw;
    background-image: linear-gradient( #ffffff, #ffffff), linear-gradient( #000000, #000000);
    background-blend-mode: normal, normal;
    box-shadow: 0px 3px 12px 1px rgb(3 0 8 / 3%);
    border-radius:4px;
}
.zixun li{
	border-bottom:1px solid #ebedef;
	padding: 10px;
}
.zixun li a{
	display: flex;
	position: relative;
}
.zixun li img{
	width: 160px;
	max-width: 160px;
	min-width: 160px;
	margin-right: 1%;
	border-radius: 3px;
	max-height: 100px;
	height: auto;
}
.zixun li div{
	text-align: left;
	flex: 1 1 auto;
	padding: 20px 0;
}
.zixun li a p{
	font-size: 18px;
	color: black;
	width: calc(100% - 130px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.zixun li a span{
	font-size: 14px;
	color: gray;
		width: calc(100% - 130px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
   padding-top: 10px;
}
.zixun li a b{
	position: absolute;
	right: 0px;
	top: 54px;
	font-size: 14px;
	color: gray;
	font-weight: normal;
}
#changpage a{
	display: inline-block;
	border: 1px solid #ddd;
    color: #444;
    padding: 5px 12px;
	font-size: 16px;
	color: #000000;
	margin-left: 10px;
}
#changpage .yema{
	background: #007dce;
	color: white;
	border: 1px solid #007dce;
}
 .zixun li:hover{
    -webkit-box-shadow:0 0 15px rgba(0,125,206,0.1);
    -moz-box-shadow: 0 0 15px rgba(0,125,206,0.1);
    box-shadow: 0 0 15px rgba(0,125,206,0.1);
    border-bottom: 1px solid white;
}
.zixun li:hover a span{
	color: rgb(47 124 218);
}
.zixun li:hover a b{
	color: rgb(47 124 218);
}
.zixun li:hover a p{
	color: rgb(47 124 218);
}
/*分页*/
#page{
	text-align: center;
	margin-top: 10px;
}
.previous{
	display: inline-block;
	/*float: left;*/
    width: 80px;
    border: solid 1px #dddddd;
    height: 35px;
    color: #333333;
    text-align: center;
    line-height: 35px;
    cursor: pointer;	
    background: #f7f7f7;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 10px;
}
.next{
	display: inline-block;
	box-sizing: border-box;
	/*float: left;*/
    width: 80px;
    border: solid 1px #dddddd;
    height: 35px;
    color: #333333;
    text-align: center;
    line-height: 35px;
    cursor: pointer;	
    background: #f7f7f7;
    font-size: 14px;
    vertical-align: top;
}
 .fy_y{
	display: inline-block;
	/*float: left;*/
    width: 35px;
    border: solid 1px #dddddd;
    height: 35px;
    color: #333333;
    text-align: center;
    line-height: 35px;
    cursor: pointer;	
    background: #f7f7f7;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 10px;
}
.fy_d{
	display: inline-block;
	/*float: left;*/
    width: 35px;
    border: none;
    height: 35px;
    color: #cccccc;
    text-align: center;
    line-height: 35px;
    cursor: pointer;	
    background: none;
    vertical-align:top;	
    vertical-align: top;
}

.selected{
	color: #e43994;
	background: none;
	border: none;
}
#a1{
	line-height: 35px;
	margin-left: 20px;
	color: #333333;
	font-size: 14px;
	margin-right: 10px;
}
#a2{
	line-height: 35px;
	margin-left: 20px;
	color: #333333;
	font-size: 14px;
	margin-right: 10px;	
}
#yeshu{
	isplay: inline-block;
    /* float: left; */
    width: 35px;
    border: solid 1px #dddddd;
    height: 35px;
    color: #333333;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    background: white;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 5px;
    margin-left: 5px;
}
.yeshuBtn{
	display: inline-block;
    box-sizing: border-box;
    /* float: left; */
    width: 60px;
    border: solid 1px #dddddd;
    height: 35px;
    color: #333333;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    background: #f7f7f7;
    font-size: 14px;
    vertical-align: top;
}
.hui2{
	color: #ccc;
	border: solid 1px #ededed;
	background: white;
}
#page img{
    width: 16px;
    /*height: 9px;*/
    margin-left: 6px;
    position: relative;
    top: -1px;
}
.previous img{
	margin-right: 6px;
	margin-left: 0px;
}
@media screen and (max-width: 1000px){
	.zixun li a span {
	    width: calc(100% - 100px);
	}	
	.zixun li a p {
	    width: calc(100% - 100px);
	}
}

@media screen and (max-width: 500px){
	.zixun ul {
	    margin: 15px;
	}
	.zixun li img {
	    width: 100px;
	    max-width: 100px;
	    min-width: 100px;
	    margin-right: 4px;
	    border-radius: 3px;
	    max-height: 50px;
	    height: auto;
	}	
	.zixun li div{
		padding: 6px;
	}
	.zixun li a p {
	    width: calc(100% - 10px);
	    font-size: 14px;
	}
	.zixun li a span {
	    width: calc(100% - 60px);
	     font-size: 13px;
	     padding-top: 5px;
	}	
	.zixun li a b {
	    position: absolute;
	    right: 0px;
	    top: 32px;
	    font-size: 12px;
	    color: gray;
	    font-weight: normal;
	}	
	#changpage{
	    font-size: 14px;
	}		
	#changpage a {
	    padding: 3px 6px;
	    font-size: 14px;
	}	

}