.main1{
	margin:80px auto !important;
}
.main1-right>p{
	background:#eee;
	padding:10px 20px;
	margin-bottom: 30px;
}
.main1-right>p span:nth-child(1){
	font-size: 17px !important;
	color:#333 !important;
	margin-left: 0;
}
.main1-right>p span{
	font-size: 17px;
	margin:0 5px;
}
.main1-right>p a{
	color:#333;
}
.list2-ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list2-ul a{
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list2-ul a:hover{
	color:#000;
}
.list2-ul div{
	position: relative;
	padding-left:30px;
	width: 70%;
}
.list2-ul li{
	width: 48%;
	margin:10px 0;
	padding:10px;
	border:solid 1px #ccc;
}
.list2-ul h3{
	width: 100%;
	margin-top: 0;
	font-size: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list2-ul p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 0;
}
.list2-ul div img{
	width: 10px;
	height: 10px;
	position: absolute;
	top:10px;
	left:10px;
}
.list2-ul figure{
	width: 30%;
}
.list2-ul figure img{
	width: 100%;
	border:none;
	padding:0;
	height:100px;
}
.pages{
	width:50%;
	margin:30px auto;
	text-align:center;
}
.pages a:nth-child(1){
	display: none;
}
.pages a,.pages b{
	padding:7px 13px;
	border:solid 1px #ccc;
}
@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 1000px){
	
	
}
@media only screen and (max-width: 767px){
	.main1{
		margin:30px auto !important;
	}
	.pages{
		width:95%;
	}
	.list2-ul div{
		width: 70%
	}
	.list2-ul li{
		width: 100%;
	}
}
@media only screen and (max-width: 400px){
	
}