a{text-decoration:none!important;}
.pages a,
.pages span {
	display: inline-block;
	padding: 2px 10px;
	margin: 0 1px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pages a,
.pages li {
	display: inline-block;
	list-style: none;
	text-decoration: none;
	color: #58A0D3;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
	margin: 0;
}

.pages a:hover {
	border-color: #50A8E6;
}

.pages li.disabled a {
	/*background: #50A8E6;*/
	color: #50A8E6;
	font-weight: 700;
	border-color: #50A8E6;
}
.title {
	height: 50px;
	line-height: 50px;
	background-color: #0098E0;
	padding-left: 10%;
}

.aitem {
	color: #FFFFFF;
	text-align: center;
}

.aitem>a {
	color: #FFFFFF;
}

.aitem>a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.new {
	margin: 50px 0;
}

.bt {
	line-height: 80px;
	font-size: 16px;
	border-bottom: 1px solid #F5F5F5;
	color: #777;
}

.bt:hover {
	color: #ea3d01;
	cursor: pointer;
}

.desc {
	line-height: 40px;
	color: #777;
	margin-top: 10px;
	font-size: 13px;
}

.read {
	color: #d8d8d8;
	margin-top: 20px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d8d8d8;
}

.read:hover {
	color: #ea3d01;
	border: 1px solid #ea3d01;
	cursor: pointer;
}

.pbt {
	line-height: 50px;
	font-size: 16px;
	color: #777;
}

.pbt:hover {
	color: #ea3d01;
	cursor: pointer;
}

.pdesc {
	line-height: 40px;
	color: #777;
	margin-top: 10px;
	font-size: 13px;
	border-bottom: 1px solid #F5F5F5;
}

.pmore {
	color: #d8d8d8;
	margin-top: 20px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d8d8d8;
}

.pmore:hover {
	color: #ea3d01;
	border: 1px solid #ea3d01;
	cursor: pointer;
}

.pdetail {
	border: 1px solid #F5F5F5;
	padding: 20px;
}

.pread {
	display: flex;
	justify-content: space-between;
}

.go{
	margin-top: 25px;
}

.active {
	height: 50px;
	background-color: #F13601;
}
