*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* {margin: 0;padding: 0;}
::before,::after {content: "";}
html,body {
	min-height:100%;
}
body {
	background:url(../images/bg.jpg) #ecf0f1 no-repeat;
	background-position:center bottom;
	background-size:cover;
	min-height:100%;
	position:relative;
}
ul {margin: 0;padding: 0;list-style: none;}
a {color: #2c3e50;text-decoration: none;}
a:hover{text-decoration: none;}
.s_window{
	max-width:800px;
	min-width:300px;
	margin:0 auto;
}
.s_top{
	background-color: #ffb800;
	text-align:center;
	position:relative;
	opacity:.9;
}
.s_top a{
	color:#fff;
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:40px;
	line-height:40px;
	padding:0 15px;
}
.s_top ._right{
	left: auto;
	right:0;
}
.s_top h1{
	margin:0;
	color:#fff;
	height:40px;
	line-height:40px;
}
.s_top h1 img{
	height:40px;
	display:inline-block;
	margin-bottom:4px;
	margin-right:10px;
	background-color:#fff;
	border-radius:50%;
}
.s_top h2{
	margin:0;
	font-size:16px;
	color:#fff;
	height:40px;
	line-height:40px;
}
.s_list{
	margin-top:40px;
	position: relative;
}
.s_list .loading{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.s_list .loading.none{
	display: none;
}
.s_list>ul{
	-webkit-box-shadow: 2px 3px 30px rgba(0,0,0,.3);
	box-shadow: 2px 3px 30px rgba(0,0,0,.3);
	background-color:#fff;
	background-position:center center;
	background-size:cover;
	padding:40px 30px 50px;
	min-height:600px;
}
.s_list .swiper-slide{
	position: relative;
}
.s_list .swiper-slide>h1{
	font-size:26px;
	text-align:center;
	margin:0;
}
.s_list .swiper-slide>h3{
	font-size:16px;
	text-align:center;
	margin:10px 0 0;
}
.s_list .swiper-slide>.clearfix{
	margin:20px 0 0;
	font-size:14px;
	line-height:30px;
}
._manuscript{
	
}
._manuscript h3{
	margin:0;
}
._manuscript a{
	display:inline-block;
	margin-top:10px;
	transition: box-shadow .3s;
	-webkit-transition: -webkit-box-shadow .3s;
	border:2px solid #eee;
}
._manuscript a img{
	display:block;
	height:150px;
}
._manuscript a:hover{
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
}
._pages{
    margin-bottom: 20px;
}
._pages a{display:block;padding:3px 0;}
._pages a small{
	display:block;
	float:right;
}
._home{
	float: none;
	background-color:#f48820;
}
._home a{
	display:block;
	float:left;
	width:50%;
	text-align:center;
}
._home a{display:block;padding:3px 0;}
@media screen and (max-width:890px) {
	.s_list{
		margin-top:0;
	}
	.s_list>ul {
	    padding: 30px 15px 20px;
	}
}