@CHARSET "utf-8";

/* ******************* 共通样式 开始 ******************* */
[v-cloak]{
	display: none;
}

* {
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
}
:root {
	--black: #34495E;
	--primary: #1abc9c;
}
:root, html {
	font-size: 16px;
}
a {
	text-decoration: none;
	-webkit-transition: .25s;
	transition: .25s;
}
a:hover,
a:focus {
	text-decoration: none;
}
a:focus {
	outline: none;
}

body {
	font-family:
			"PingFang SC",
			"Helvetica Neue",
			"Microsoft YaHei UI",
			"Microsoft YaHei",
			"Noto Sans CJK SC",
			Sathu, EucrosiaUPC, sans-serif !important;
	font-size: 0.875rem;
	/*font-weight: 200;*/
	background-color: #f7f7f7 !important;
	line-height: 1.7;
	color: #666;
	text-rendering: auto;
	/*-moz-text-rendering: auto;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
blockquote {
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: normal;
}

::selection {
	color: #fff;
	background-color: #1abc9c;
}

.lazy-placeholder {
	background-image: url('https://static.linshuaishuai.com/iblog/image/lazy-load.gif') !important;
	background-repeat: no-repeat;
	background-position: 50% 50% !important;
	background-color: #EEE !important;
	background-size: 25px !important;
}

.text-ellipsis {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

body>.container {
	margin-top: 30px;
}

@media (min-width: 992px) {
	/*.container {*/
	/*	width: 1170px;*/
	/*}*/
	.main {
		flex: 0 0 70% !important;
		max-width: 70% !important;
		padding-right: 0;
	}
	aside.right {
		flex: 0 0 30% !important;
		max-width: 30% !important;
	}
}
/* ******************* 共通样式 结束 ******************* */


/* ******************* 页头样式 开始 ******************* */
.header {
	font-weight: normal;
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	border-top: 3px solid #1abc9c;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.navbar {
	margin-bottom: 0;
	padding: 5px 0;
}
.navbar .navbar-brand {
	padding: 0;
	font-size: 0;
	line-height: 60px;
	height: 60px;
}
.navbar .navbar-brand img {
	display: inline-block;
	vertical-align: middle;
}
.navbar .navbar-brand img:first-child {
	margin-right: 5px;
}
.navbar .navbar-header {
	overflow: hidden;
	position: relative;
}
.navbar .navbar-header:before {
	content: "";
	position: absolute;
	left: -665px;
	top: -460px;
	width: 220px;
	height: 15px;
	background-color: rgba(255,255,255,.5);
	transform: rotate(-45deg);
	animation: searchLights 1s ease-in 1s infinite;
}
.navbar .menu > li > a {
	padding: 20px 12px !important;
	color: #666;
	font-size: 18px;
	line-height: 23px;
}
.navbar .menu > li:hover a {
	color: #16a085;
	background-color: transparent;
}

.header-slide {
	position: fixed;
	z-index: 10;
	top: 0;
}
.header-slide.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.header-slide.animated.slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp
}
.header-slide.animated.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown
}
/* ******************* 页头样式 结束 ******************* */


/* ******************* 页尾样式 开始 ******************* */
.footer {
	background-color: #282828;
	margin-top: 30px;
	padding: 30px;
	color: #DDD;
	font-size: 12px;
}
.footer .about {
	font-family: Georgia, serif;
	display: inline-block;
	border-bottom: 1px solid #DDD;
	color: #DDD;
	padding: 0;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
.footer .about .title {
	font-weight: bold;
}
.footer .about .description {
	font-size: 0.8em;
}
.footer .copyright {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-bottom: 0;
	font-family: Georgia, serif;
}
.footer .icp {
	padding: 0;
	margin-top: 5px;
	text-align: center;
}
.footer .icp .gov-link {
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	color: #DDD;
}
.footer .icp .gov-link img {
	float: left;
}
.footer .icp .gov-link .number {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0 15px 0 5px;
	color: #DDD;
}
.footer ul {
	padding-left: 0;
	list-style: none;
}
.footer .article-tip {
	margin-bottom: 0;
	font-size: 1.3em;
	color: #FFF;
}
.article-list li a {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
}
.footer .article-link,
.footer .website-infos a {
	color: #DDD !important;
}
.footer .article-link:hover,
.footer .website-infos a:hover {
	color: #16A085 !important;
}
/* ******************* 页尾样式 结束 ******************* */


/* **************** 右下侧悬浮按钮 开始 ***************** */
#rollbar {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	opacity: 0.4;
	color: white;
	text-align: center;
	z-index: 1000;
}
#rollbar ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
#rollbar ul li {
	transition: background .25s;
	background-color: #666;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	margin-bottom: 5px;
	border-radius: 3px;
}
#rollbar ul li:hover {
	background-color: #000 !important;
}
#rollbar ul li:nth-child(1) {
	font-size: 2.125rem;
}
#rollbar ul li:nth-child(2) {
	font-size: 1.875rem;
}
/* **************** 右下侧悬浮按钮 结束 ***************** */

/* ******************** 分页 开始 ********************* */

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #1abc9c;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #1abc9c;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #1abc9c;
	border-color: #1abc9c;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

nav.nav-pagination ul.pagination {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 0;
}

nav.nav-pagination ul.pagination li.page-item {
	margin-left: 2px;
	margin-right: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

nav.nav-pagination ul.pagination li.page-item .page-link {
	cursor: pointer;
	-webkit-transition: background .7s, color .0s;
	-moz-transition: background .7s, color .0s;
	-ms-transition: background .7s, color .0s;
	-o-transition: background .7s, color .0s;
	transition: background .7s, color .0s;
	color: inherit;
	flex-grow: 1;
	border-radius: 1.25rem;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: transparent;
	font-size: 1rem;
	border: none;
}

nav.nav-pagination ul.pagination-sm li.page-item .page-link {
	width: 2rem;
	height: 2rem;
	border-radius: 1rem;
}

nav.nav-pagination ul.pagination li.page-item.active .page-link {
	background: #1abc9c;
	color: #fff;
}

nav.nav-pagination ul.pagination li.page-item.active,
nav.nav-pagination ul.pagination li.page-item.active .page-link {
	cursor: default;
}

nav.nav-pagination ul.pagination li.page-item:not(.active):hover .page-link {
	background: paleturquoise;
	color: #fff;
	-webkit-animation: bounceIn 1.5s;
	-o-animation: bounceIn 1.5s;
	animation: bounceIn 1.5s;
}
/* ******************** 分页 结束 ********************* */