
/*pages*/
.pagination-wrapper {
	margin: 20px -123px;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 34px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #e66a10;
}
.pagination li.thisclass {
	background: #e66a10;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #e66a10;
	color: #fff;
	cursor: default;
}
.fanye{
    clear: both;
    position: absolute;
    right: 5px;
    top: 0;
    color: #818181;
    height: 35px;
    line-height: 35px;
    list-style: none;
}
.fanye li{
    display: inline-block;
    margin-left: 10px;
}
.fanye li:hover a{
    color: #006ebc;
}
@media (max-width: 768px) {
    .fanye {
        top: 50px;
        left: 0px;
    }
}
.newss,.company{
    margin-bottom: 25px;
}