* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	position: relative;
	padding-bottom: 130px;
	font-family: "微软雅黑";
}

li {
	list-style: none;
}

a {
	display: block;
	text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	cursor: pointer;
}

::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.hearder {
	width: 100%;
	overflow: hidden;
	background-color: #436aa8;
}

.logo img {
	width: 110px;
	height: auto;
}

.logo a{
    width: 110px;
    margin: 0 auto;
}


.nav {
	overflow-x: auto;
	overflow-y: hidden;
}

.hearder_nav {
	width: 100%;
	height: auto;
	line-height: 35px;
	overflow: hidden;
	background-image: linear-gradient(180deg, #6D95CE 0%, #547FC2 100%);
}

.hearder_nav a {
	color: #ffffff;
}

.hearder_nav li {
	width: 85px;
	float: left;
	text-align: center;
}

.active {
	background: #436AA8;
}

.media {
	width: 100%;
	height: auto;
	font-size: 14px;
	text-align: center;
}

.media>p {
	color: #7cb2d2;
	padding: 5px 10px;
	background: #eef6f9;
	text-align: left;
}

.media_list {
	margin-top: 8px;
}

.media_list li {
	text-align: left;
}

.media_list li a {
	padding: 4px 10px;
}

.media_list li p {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.media_list li p img {
	margin-right: 5px;
	vertical-align: middle;
}

.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #e5e5e5;
}

.footer .clare {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

.footer .clare a {
	display: inline-block;
}

button {
	width: 80%;
	height: 35px;
	border: none;
	outline: none;
	color: #b2b2b2;
	margin: 15px 0;
	background-color: #ebebeb;
}


/*翻页*/

#pages {
	padding: 10px 5px;
}

#pages a {
	padding: 0 5px;
	display: inline-block;
}

#page,
.gotopage{
	display: none;
}

/*筛选*/

.filter {
	overflow: hidden;
}

.filter a {
	display: inline-block;
	text-decoration: none;
	padding: .3rem .6rem;
	margin: .3rem;
	background-color: #3b8cbb;
	color: #fff;
}

.menu>p {
	color: #7cb2d2;
	padding: 5px 10px;
	background: #eef6f9;
}