.banner{
			 padding-top:60px;padding-bottom:30px;
		}
		.img img {
			display: block;
			height: 100%;
			width: 100%;
		}
		
		.img {
			overflow: hidden;
			width: 16%;
			height: 100%;
			margin-right: 20px;
		}
		
		.paging_list li {
			width:100%;
			height: 100px;
			display: flex;
			flex-wrap: wrap;
			padding: 10px 0;
			border-bottom: dashed #ccc 1px;
			overflow: hidden;
			cursor: pointer;
		}
		.art-title{
			font-size: 32px;
			font-weight: 600;
			line-height: 60px;
			position: absolute;
			text-align:center;
			left:0;
			right:0;
			top:300px;
			z-index: 101;
}
		
		.clear_fix:after{
			content:'';
			clear:both;
			height:0;
			overflow:hidden;
			display:block;
			visibility:hidden;
			}
		.art_list {
			width: 60%;
			margin: 20px auto;
			height:auto;
		}
		
		.art_list h1 {
			font-size: 18px;
			font-weight: 500;
			color: #262626;
		}
		
		.art_list .time {
			font-size: 12px;
		}
		
		.art_list .box {
			padding: 3px;
			width: 80%;
		}
		
		.art_list .text {
			font-size: 14px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			color: #5e5e5e;
		}
		
		.art_list .text:hover,
		.time:hover,
		h1:hover {
			color: red;
		}
		
		.time {
			margin: 8px auto;
			color: #7f7f7f;
		}
		.paging_content {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.paging_first,
.paging_last,
.paging_up,
.paging_down {
	width: 60px;
	height: 40px;
	line-height: 40px;
	color: #333;
	border:1px solid #ccc;
	cursor: pointer;
	text-align: center;
	border-right: 0;
}
.paging_last{
	border:1px solid #ccc;
	margin-right: 10px;
}
.paging_first:hover,
.paging_last:hover,
.paging_up:hover,
.paging_down:hover {
	background-color: #b6b6b6;
	color: #fff;
}
.paging_content a{
    color:#000;
}
		@media screen and (max-width:768px){
			.art_list {
			    width: 95%;
			    margin: 0.3125rem 0.625rem 0.3125rem 0.625rem;
			    height: auto;
			}
			.img{
				display:none;
			}
			.art_list .box {
			    padding: 3px;
			    width: 100%;
			}
			.paging_list li{
			    height:auto;
			}
		}