﻿@charset "utf-8";
body {
	font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
	font-size: 3.4vw;
}
.top-nav {
	border-bottom: 10px solid #ffffff;
}
.news-container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: auto;
	overflow: hidden;
}

.article {
	width: 740px;
	height: auto;
	position: relative;
	left: 0;
	top:80px;
	text-align: left;
	padding-bottom: 140PX;
}
.aside {
	position: fixed;
	top: 80px;
	z-index: 999999;
	left: 50%;
	margin-left: 285px;
	width: 190px;
	height: 500px;
}
@media only screen and (max-width: 950px) {
	.news-container {
		width: 100%;
	}
	.article {
		width: 100%;
		top: 0;
		padding: 1em;
	}
	.aside {
		display: none;
	}
}
.qrcode {
	width: 190px;
	height: auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
	color: #888888;
	line-height: 2em;
}
#qrcode {
	margin-bottom: 20px;
	width: 120px;
	height: 120px;
	margin-left: 35px;
}
.article h2.title{
	font-size: 1.55em;
	font-weight: 400;
	padding: 0.5em 0;
	border-bottom: 1px solid #DFDFDF;
	margin: 0.5em 0;
}
.media-list {
	margin-bottom: 3em;
}
.media-list a{
	font-size: 0.9em;
	margin-right: 1em;
}
.media-list a span{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #A8A8A8;
	padding: 2px 7px;
	border: 1px solid #DFDFDF;
	font-weight: 100;
	margin-right: 0.5em;

}
.media-list a.time{

}
.inner {
	font-size: 0.95em;
	line-height: 1.7em;
	text-indent: 2em;
}
.inner p {
	margin: 0.48em 0;
	text-align: left;
}
.article img {
	display: block;
	max-width: 80%;
	margin: 1.5em auto;
	text-indent: 0;
	padding: 0;
	text-align: center;
}
.bottom-list{
	border-top: 1px solid #DFDFDF;
	padding: 0.5em 0;
	margin-top: 2em;
}
.bottom-list a{
	font-size: 0.85em;
	color: #3E3E3E;
	margin-right: 2em;
}
#music{
	width: 40px;
    height: 40px;
    z-index: 135;
    position: absolute;
    right: 10px;
    top: 10px;
}
.swiper-button-next{
	top: 96%;
    width: 55px;
    height: 32px;
    right: 41%;
    background: url(../img/arr.png) no-repeat;
	background-size: 100% 100%;
	animation: bounce 1.5s ease infinite;
}

/* @-webkit-keyframes bounce {
	from {top: 96%; display: block;}
	to {-webkit-transform: translateY(-5px); display: none;}
}

@-moz-keyframes bounce {
	from {top: 96%; display: flex}
	to {-moz-transform: translateY(-5px); display: none;}
}

@-ms-keyframes bounce {
	from {top: 96%; display: flex}
	to {-ms-transform: translateY(-5px); display: none;}
} */

@keyframes bounce {
	0% {top: 96%;}
	100% {transform: translateY(-5px);}
}