@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	margin-bottom: 50px;
}
.img img {
	display: block;
	height: 100%;
	width: 100%;
}

.img {
	overflow: hidden;
	width: 16%;
	height: 100%;
	margin-right: 20px;
}

.paging_list li {
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	border-bottom: dashed #ccc 1px;
	overflow: hidden;
	cursor: pointer;
}

.paging_container {
	width: 60%;
	margin: 50px auto;
}

.paging_container h1 {
	font-size: 18px;
	font-weight: 500;
	color: #262626;
}

.paging_container .time {
	font-size: 12px;
}

.paging_container .box {
	padding: 3px;
	width: 80%;
}

.paging_container .text {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #5e5e5e;
}

.paging_container .text:hover,
.time:hover,
h1:hover {
	color: red;
}

.time {
	margin: 8px auto;
	color: #7f7f7f;
}

.paging_btn {
	display: flex;
	justify-content: space-around;
}

.paging_btn span:hover {
	background-color: #b6b6b6;
	color: #fff;
}

.paging_active {
	background-color: #b6b6b6;
	color: #fff;
}

.page-item {
	width: 40px;
	height: 40px;
	color: #333;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	border:1px solid #ccc;
	border-right: 0;
}
.page-item a{color:#333;text-decoration:none}
.page-item:last-child{
	border:1px solid #ccc;
}
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.paging_first,
.paging_last,
.paging_up,
.paging_down,.page-item{
	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 ,.page-item:hover{
	background-color: #b6b6b6;
	color: #fff;
}
.paging_Btn p{
	color: red;
}
.paging_textBox{
	margin-right: 10px;
	color: #585858;
	font-size: 18px;
}
.paging_textBox input{
	margin: 0 2px;
	width: 50px;
	height: 38px;
	border:1px solid #ccc;
	outline: none;
}
.paging_textBox button{
	width: 50px;
	height: 38px;
	cursor: pointer;
	color: #333;
	border:1px solid #ccc;
	transition: .5s;
	margin-left: 10px;
	outline: none;
}
.paging_textBox button:hover{
	background: #b6b6b6;
}
.paging_max{
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #8b8b8b;
}

/* 注意!! 这个两个样式是一些效果必备的! */
.paging_none{
	display: none !important;
}
.paging_btn_none_block{
	display: block !important;
}


/**/
.art-title{font-size:30px;padding:30px 0 10px;font-weight:normal;}
.text-center{text-align:center;}
.rounded-lg{color:#888}
.container{margin:0 auto;max-width:1000px;}
.list-unstyled{line-height:2}
.list-unstyled a{color:#333;}
.content{padding:20px 0;margin-bottom:15px}

.box{display:block;text-decoration:none}
 .catelist {text-align:center;background:#f2f2f2;    display: flex;
justify-content: center;}
.catelist li{line-height:50px;}
.catelist li a{color:#333;text-decoration:none;line-height:30px;padding:10px 50px;display:inline-block;}
.catelist li.hover a{color:#c51c23;background:#fff;}

.catetitle b{font-size:20px;color:#c51c23;}
    .catetitle {border-bottom:1px solid #eee;margin-bottom:15px;padding:10px 0;line-height:30px}


.catsearch{float:right;}
.seartxt{line-height:30px;padding:0 5px;width:150px;border:0;border:1px solid #eee;vertical-align:top;}
.searsub{line-height:31px;height:31px;padding:0 10px;border:0;border:1px solid #ddd;}