﻿@charset "utf-8";
body,
button,
input,
select,
textarea {
font: 14px/1.4 Helvetica, Arial, Verdana, Tahoma, sans-serif, "Open Sans", "Hiragino Sans GB","Microsoft YaHei", "WenQuanYi Micro Hei";
}
textarea {resize: none;}
h1,h2,h3,h4,h5,
h6 {font-weight: 400;}
.pc,
.pr,
body,
dd,
dl,
fieldset,
form,
h1,h2,h3,h4,h5,h6,li,ol,p,
ul {
	margin: 0;
	padding: 0;
}
table {
	empty-cells: show;
	border-collapse: collapse;
}
caption,
th {
	text-align: center;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}
cite,
em,
i {
	font-style: normal;
}
a {
	color: #183859;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
label {
	cursor: pointer;
}
img {
	border: 0;
}
dd,div,dl,dt,form,h1,h2,h3,h4,h5,img,input,label,p,span,textarea,
ul {
	margin: 0;
	padding: 0;
	outline: 0;
}
button,
input,
textarea {
	outline-style: none;
	-webkit-appearance: none;
}
body {
	background: #e5e5e5 url(../images/theme_top_w.jpg) center 176px no-repeat;
}
a {
	color: #444;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #405d87;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.br {
	border-radius: 8px;
}
.card {
	background-color: #f8f9fa;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.red {
	color: red;
}
.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
}
.animated {
	-webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-60px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
.animated.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
}
@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-60px);
	}
}
.animated.slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
}
#header {
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	width: 1200px;
	margin: 0 auto;
}
.logo {
	float: left;
	font-size: 0;
}
.logo img {
	max-height: 60px;
	vertical-align: middle;
}
.nav {
	float: left;
	margin-left: 30px;
}
.nav ul {
	list-style: none;
}
.nav li {
	float: left;
	font-size: 16px;
	position: relative;
	z-index: 2;
}
.nav li + #nvabar-item-index {
	display: none;
}
.nav li a {
	color: #333;
	padding: 0 15px;
	display: inline-block;
}
.nav li.active > a {
	color: #de5614ba;
  font-weight: bold;
}
.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f8f9fa;
	border-radius: 8px;
	margin-top: -8px;
	padding: 10px 0;
}
@media screen and (max-width: 1200px) {
	.nav ul ul {
		background: 0 0;
		padding: 0;
	}
}
.nav ul li:hover > ul {
	display: block;
}
.nav ul ul li {
	white-space: nowrap;
	line-height: 45px;
}
.nav ul ul ul {
	top: 0;
	left: 100%;
}
.login {
	float: right;
}
.user {
	float: right;
	position: relative;
	margin: 0 10px;
	z-index: 8;
}
.index-breadcrumb {
	margin: 20px 0;
	padding-top: 40px;
}
.breadcrumb,
.breadcrumb2 {
	width: 1200px;
	margin: 0 auto;
	color: #767c82;
	margin: 20px auto;
	padding-top: 40px;
}
.breadcrumb a,
.breadcrumb2 a {
	color: #767c82;
}
.breadcrumb i {
	display: inline-block;
	margin: 0 7px 0 5px;
}
.home{
margin-top: 15px;
}
@media screen and (max-width: 1200px) {
	.index-breadcrumb {
		padding-top: 0;
	}
	.breadcrumb,
	.breadcrumb2 {
		margin: 25px 3% 10px 3%;
		width: 94%;
	}
}
#aside_about {
	padding: 0;
}
#aside_about .bg {
	width: 100%;
	height: 142px;
	background: #fff;
}
#aside_about .avatar {
	width: 100%;
	text-align: center;
	margin-top: -42px;
}
#aside_about .img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
#aside_about .wrap {
	padding-top: 0;
	padding: 0 10px 0 10px;
}
#aside_about .title {
	text-align: center;
	font-size: 20px;
	color: #333;
}
#aside_about .info {
	color: #666;
	line-height: 26px;
	overflow: hidden;
	padding: 13px;
	text-align: center;
}
#aside_about .ul {
	position: relative;
	margin-top: 17px;
}
#aside_about .line {
	position: absolute;
	left: 46%;
	top: 5px;
	z-index: 1;
	color: #aaa;
	font-size: 22px;
}
#aside_about .li {
	width: 49.5%;
	text-align: center;
}
#aside_about .num {
	text-align: center;
	font-size: 22px;
	font-weight: 100;
	line-height: 10px;
}
#aside_about small {
	display: block;
	color: #999;
}
#widget_aside_author .title {
	margin: -1.5em;
	background: #f8f8f8;
	padding: 1.5em;
	background-size: 100% !important;
}
#widget_aside_author .img {
	border-radius: 100px;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	display: block;
	border: 5px solid rgba(255, 255, 255, 0.8);
}
#widget_aside_author .avatar {
	margin-top: 50px;
	display: block;
}
#widget_aside_author .name {
	font-size: 22px;
	text-align: center;
}
#widget_aside_author .level {
	font-size: 12px;
	background-color: #0084ff;
	padding: 2px 6px;
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#widget_aside_author .intro {
	color: #888;
	text-align: center;
}
#renmenw {
	margin-top: 7px;
}
#renmenwb {
	margin-top: 13px;
}
#ttds {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#ttds55 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f-link {
	width: 1160px;
	float: left;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0.5em 1.5em;
}
.f-link h4 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	position: relative;
	font-weight: 700;
}
.f-link .wrap {
	float: left;
	margin: 0;
	padding-bottom: 6px;
	overflow: hidden;
}
.f-link .wrap ul {
	list-style: none;
}
.f-link .wrap ul li {
	float: left;
	font-size: 14px;
	line-height: 35px;
	list-style: none;
	white-space: nowrap;
	padding-right: 20px;
}
.f-link .wrap ul li a {
	color: #696969;
}
.search {
	float: right;
	margin-top: 15px;
	margin-right: 30px;
}
.search form {
	width: 200px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #ddd;
}
.search form input {
	float: left;
	width: 75%;
	height: 30px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-right: 0;
	padding-left: 5%;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.search form button {
	float: left;
	width: 25%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left: 0;
	color: #666;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	cursor: pointer;
}
.swiper {
	float: left;
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.swiper .swiper-container {
	width: 100%;
	height: 100%;
}
.swiper .swiper-slide {
	font-size: 18px;
	background: #f8f9fa;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper .swiper-slide:hover {
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.swiper .swiper-pagination {
	left: auto !important;
	right: 1%;
	width: auto !important;
}
.swiper .swiper-pagination-bullet {
	background: #fff;
}
.swiper .swiper-slide img {
	width: 860px;
	height: 260px;
	display: block;
	object-fit: cover;
	overflow: hidden;
}
.swiper .swiper-slide p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	height: 40px;
	line-height: 40px;
	padding-left: 3%;
	padding-right: 20%;
	overflow: hidden;
	font-size: 14px;
}
.index-post {
	width: 100%;
	overflow: hidden;
}
.index-post .title {
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
}
.index-post .title h4 {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
}
.index-post .title i {
	float: right;
	display: inline-block;
	font-style: normal;
	color: #999;
}
.index-post .title i a {
	color: #999;
}
.index-post .ul {
	overflow: hidden;
}
.index-post ul {
	list-style: none;
	margin-right: -1.5%;
}
.index-post li {
	float: left;
	width: 48%;
	margin-right: 2.5%;
	margin-bottom: 20px;
}
.index-post li:nth-child(even) {
	margin-right: 0;
}
.index-post li:nth-last-child(1) {
	margin-bottom: 0;
}
.index-post li:nth-last-child(2) {
	margin-bottom: 0;
}
.index-post li .cate {
	color: #999;
	display: block;
	margin-right: 25px;
}
.index-post li .img {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.index-post li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	margin-bottom: 0;
}
.index-post li p {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.index-post .title {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	font-weight: 900;
	text-align: left;
	padding: 0.5em 1.4em 0 1.4em;
}
.index-post .intro {
	height: 50px;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding: 0 2em;
}
.index-post .info {
	text-align: left;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	padding: 0.5em 2em 1em 2em;
}
.index-post .info i {
	padding-right: 5px;
}
.index-post .info span {
	margin-right: 25px;
	color: #999;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.index-post ul {
		list-style: none;
		margin-right: -2%;
	}
	.index-post li {
		float: left;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 5px;
	}
}
#footer {
	background-color: #555;
	color: #868e96;
}
.footer {
	padding: 20px 0;
	text-align: center;
}
.footer a {
	color: #b8bbc0;
}
.footer .fnav {
	margin-bottom: 7px;
}
.footer .fnav a {
	display: inline-block;
	margin: 0 2px;
}
.main-box {
	width: 860px;
}
.grid {
	width: calc(100% + 20px);
}
.grid .list-box {
	overflow: hidden;
}
.grid article {
	float: left;
	width: 23.34%;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f8f9fa;
}
.grid article .img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.grid article .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.grid article h2 {
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 20px 0 20px;
}
.grid .info {
	padding: 0 20px 10px 20px;
}
.grid article span {
	line-height: 28px;
	padding-right: 20px;
	font-size: 14px;
	color: #999;
}
.grid article span i {
	margin-right: 4px;
}
.ckgdjz {
	display: block !important;
	padding: 10px;
	color: #d52424;
	line-height: 1.4;
	font-size: 17px;
	text-align: center;
	border: 1px solid #7589a8;
	max-width: none !important;
	border-radius: 25px;
	margin: 10px;
}
.pagebar {
	padding: 20px 0;
	text-align: center;
	margin: 20px 0;
}
.pagebar a,
.pagebar span {
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
	margin: 2px;
	font-size: 12px;
	background: #c9cfd5;
}
.pagebar a {
	color: #183859;
}
.pagebar a:hover,
.pagebar span {
	background-color: #be6a53;
	color: #fff;
	box-shadow: 0 4px 8px rgba(0, 102, 255, 0.7);
}
.pagebar2 {
	text-align: center;
	margin: 20px 0;
}
.pagebar2 a,
.pagebar2 span {
	display: inline-block;
	width: 46px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	margin: 2px;
	font-size: 12px;
	background: #c9cfd5;
}
.pagebar2 a {
	color: #183859;
}
.pagebar2 a:hover,
.pagebar2 span {
	background-color: #405d87;
	color: #fff;
	box-shadow: 0 4px 8px rgba(0, 102, 255, 0.7);
}
.post {
	padding: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
.post .title {
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}
.post .title h1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.post .title .info {
	line-height: 32px;
	padding-bottom: 10px;
	color: #999;
}
.post .title .info span {
	margin-right: 20px;
}
.post .title .info span a {
	color: #999;
}
.post .title .info span i {
	margin-right: 4px;
}
.post .tags {
	margin-top: 20px;
}
.post .tags .tag i {
	padding-right: 3px;
	color: #405d87;
}
.post .tags .tag a {
	background: #fff;
	border-radius: 5px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	display: inline-block;
	padding: 0 8px;
	border: 1px solid #ced6dd;
	box-shadow: 1px 2px 8px rgba(206, 213, 217, 0.9);
	font-size: 12px;
}
.post .tags .tag a:hover {
	background: #f8f9fa;
}
.article_content {
	padding: 10px 0;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 32px;
	word-break: break-all;
	word-wrap: break-word;
	padding-bottom: 5px;
	position: relative;
}
.article_content img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 1200px) {
	.post {
		padding: 20px;
	}
	.article_content img {
		max-width: 100% !important;
		height: auto !important;
	}
}
.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6 {
	margin-bottom: 18px;
	background-image: linear-gradient(to right, #fff, #f8f9fa);
	color: #333;
	border-left: 4px solid #405d87;
	padding: 5px;
	padding-left: 10px;
	margin: 20px 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-weight: 700;
}
.article_content h2 {
	font-size: 24px;
}
.article_content h2 {
	font-size: 20px;
}
.article_content h3 {
	font-size: 18px;
}
.article_content h4 {
	font-size: 16px;
}
.article_content h5 {
	font-size: 14px;
}
.article_content h6 {
	font-size: 14px;
}
.article_content ol,
.article_content ul {
	margin: 18px 0 18px 30px;
}
.article_content ul {
	list-style: disc;
}
.article_content ol {
	list-style: decimal;
}
.article_content li {
	margin-bottom: 6px;
}
.article_content p {
	margin: 2px 0;
	color: #333;
	line-height: 32px;
	word-wrap: break-word;
}
.article_content pre {
	word-wrap: break-word;
}
.article_content table {
	border-top: solid 1px #cacaca;
	border-left: solid 1px #cacaca;
	width: 100%;
	margin-bottom: 18px;
}
.article_content table thead th {
	background-color: #dee2e6;
}
.article_content table tr:nth-child(2n) {
	background: #eaedee;
}
.article_content table th {
	background-color: #f9f9f9;
	text-align: center;
}
.article_content table td,
.article_content table th {
	border-bottom: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
	padding: 5px 10px;
}
.article_content .alignnone {
	margin: 0 auto;
}
.article_content .alignleft {
	float: left;
	text-align: left;
	margin-right: 10px;
}
.article_content .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.article_content .alignright {
	float: right;
	text-align: right;
	margin-left: 10px;
}
.article_content a {
	color: #405d87;
}
.article_content a:hover {
	text-decoration: underline;
}
.article_content pre,
.comment pre {
	font-size: 14px;
	background: #dee2e6;
	padding: 0.5em 1em;
	border-radius: 5px;
	box-shadow: inset 0 0 0.5em #ccc;
	overflow: auto;
	word-wrap: normal;
	border: 1px solid #ccc;
}
.article_content blockquote {
	margin: 20px 0;
	padding: 15px 20px 1px;
	border-left: 6px solid #bdc3ce;
	background-color: #dee2e6;
}
.article_content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.article_content embed,
.article_content iframe,
.article_content video {
	width: 100%;
}
.rights {
	margin: 40px 0;
	counter-increment: #999;
	line-height: 26px;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
}
.rights h5 {
	font-weight: 400;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.related {
	overflow: hidden;
	margin-bottom: 20px;
}
.related h4 {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0.5em 1.5em;
	font-weight: 600;
}
.related ul {
	list-style: none;
	padding: 0.5em 1.5em 1.5em 1.5em;
	overflow: hidden;
}
.related li {
	float: left;
	width: 23.15%;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.related li:nth-child(4n + 4) {
	margin-right: 0;
}
.related li:nth-child(n + 5) {
	margin-bottom: 0;
}
.related li .img {
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.related li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.related li p {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: 5px;
	margin-top: 5px;
}
.comlist .title {
	font-size: 16px;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
}
.comlist ul {
	list-style: none;
	border-top: 1px solid #ededed;
}
.comlist .pagebar {
	border-top: 1px solid #ededed;
}
.comlist ul ul {
	margin-left: 3%;
}
.comlist li {
	overflow: hidden;
	padding: 20px 0;
}
.comlist li:hover {
	background-color: #fafafa;
}
.comlist li img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 8px;
}
.comlist li .clbody {
	margin-left: 70px;
}
.clbody .cinfo {
	overflow: hidden;
}
.clbody .cinfo h5 {
	float: left;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
}
.clbody .cinfo span {
	float: right;
	margin-right: 10px;
}
.clbody .cinfo span a {
	color: #405d87;
}
.clbody .cinfo span i {
	margin-right: 4px;
}
.clbody em {
	color: #888;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-style: normal;
	display: block;
}
.clbody p {
	line-height: 24px;
	color: #4a4a4a;
	overflow: hidden;
}
.clbody p a {
	color: #405d87;
}
.bottom_tools {
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	font-size: 38px;
}
.bottom_tools a {
	width: 50px;
	height: 50px;
	line-height: 46px;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	margin-bottom: 4px;
}
.bottom_tools a.topcomment {
	margin-bottom: 0;
	line-height: 50px;
}
.bottom_tools a:hover {
	background-color: #405d87;
}
.qr_tool {
	width: 50px;
	height: 50px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 4px;
}
.qr_tool:hover {
	background-color: #405d87;
}
.bottom_tools .qr_img {
	position: absolute;
	top: 0;
	left: -160px;
	width: 146px;
	height: 146px;
	display: none;
	background-color: #ededed;
	padding: 6px;
}
.bottom_tools .qr_img img {
	width: 146px;
	height: 146px;
}
.side-box {
	width: 315px;
}
.widget {
	padding: 0.5em 1em;
	margin-bottom: 20px;
}
.widget ul {
	list-style: none;
	padding: 10px 0.5em;
	overflow: hidden;
}
.widget li {
	float: left;
	line-height: 26px;
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.widget h4 {
	height: 40px;
	padding-left: 0.5em;
	line-height: 40px;
	font-size: 16px;
	position: relative;
	font-weight: 700;
}
.widget_div {
	padding: 10px 0;
	overflow: hidden;
}
.widget_searchpanel input[type="text"] {
	float: left;
	border: none;
	border-right-color: currentcolor;
	border-right-style: none;
	border-right-width: medium;
	border-right-color: currentcolor;
	border-right-style: none;
	border-right-width: medium;
	width: 75%;
	height: 30px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 0;
	padding-left: 5%;
	background-color: #f0f0f0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.widget_searchpanel input[type="submit"] {
	float: left;
	border: none;
	border-left-color: currentcolor;
	border-left-style: none;
	border-left-width: medium;
	border-left-color: currentcolor;
	border-left-style: none;
	border-left-width: medium;
	width: 25%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f0f0f0;
	border-left: 0;
	color: #666;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.widget_searchpanel form {
	padding: 0 10px;
}
.widget_catalog ul ul {
	display: none;
}
.widget_previous li {
	width: 100%;
	font-size: 15px;
	line-height: 32px;
}
.widget_previous li::before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #919ba6;
	border-radius: 50%;
	position: absolute;
	margin-top: 15px;
}
.widget_previous li a {
	padding-left: 14px;
}
.widget_hotpost ul {
	list-style: none;
}
.widget_hotpost li {
	width: 100%;
	font-size: 15px;
	line-height: 32px;
}
.widget_hotpost li i {
	background: #dee2e6;
	color: #515355;
	font-size: 12px;
	border: 1px solid #afb5bb;
	border-radius: 5px;
	height: 18px;
	line-height: 20px;
	display: inline-block;
	width: 18px;
	text-align: center;
	font-weight: 100;
	margin-right: 5px;
	box-shadow: 1px 1px 4px rgb(194, 200, 206, 0.8);
}
.widget_hotpost li i.red {
	color: #fff;
	font-size: 12px;
}
.widget_hotpost li:nth-child(1) i.red {
	background-color: #f62020;
	border: 1px solid #f62020;
	box-shadow: 1px 1px 4px rgba(246, 32, 32, 0.8);
}
.widget_hotpost li:nth-child(2) i.red {
	background-color: #f65220;
	border: 1px solid #f65220;
	box-shadow: 1px 1px 4px rgba(246, 82, 32, 0.8);
}
.widget_hotpost li:nth-child(3) i.red {
	background-color: #f0a413;
	border: 1px solid #f0a413;
	box-shadow: 1px 1px 4px rgba(240, 164, 18, 0.8);
}
.widget_tags ul {
	margin-right: -10px;
}
.widget_tags li {
	width: auto;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 5px;
}
.widget_tags li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
}
.widget_tags li.tagbgc0 a {
	background-color: #4a4a4a;
}
.widget_tags li.tagbgc0 {
	box-shadow: 1px 2px 8px rgba(74, 74, 74, 0.9);
}
.widget_tags li.tagbgc1 a {
	background-color: #4689ee;
}
.widget_tags li.tagbgc1 {
	box-shadow: 1px 2px 8px rgba(70, 137, 238, 0.9);
}
.widget_tags li.tagbgc2 a {
	background-color: #5da25d;
}
.widget_tags li.tagbgc2 {
	box-shadow: 1px 2px 8px rgba(93, 162, 93, 0.9);
}
.widget_tags li.tagbgc3 a {
	background-color: #d9534f;
}
.widget_tags li.tagbgc3 {
	box-shadow: 1px 2px 8px rgba(217, 83, 79, 0.9);
}
.widget_tags li.tagbgc4 a {
	background-color: #567e95;
}
.widget_tags li.tagbgc4 {
	box-shadow: 1px 2px 8px rgba(86, 126, 149, 0.9);
}
.widget_tags li.tagbgc5 a {
	background-color: #cc569e;
}
.widget_tags li.tagbgc5 {
	box-shadow: 1px 2px 8px rgba(204, 86, 158, 0.9);
}
.widget_tags li.tagbgc6 a {
	background-color: #00aba9;
}
.widget_tags li.tagbgc6 {
	box-shadow: 1px 2px 8px rgba(0, 171, 169, 0.9);
}
.widget_tags li.tagbgc7 a {
	background-color: #b37333;
}
.widget_tags li.tagbgc7 {
	box-shadow: 1px 2px 8px rgba(179, 115, 51, 0.9);
}
.widget_tags li.tagbgc8 a {
	background-color: #f60;
}
.widget_tags li.tagbgc8 {
	box-shadow: 1px 2px 8px rgba(255, 102, 0, 0.9);
}
.widget_tags li.tagbgc9 a {
	background-color: #e1b01b;
}
.widget_tags li.tagbgc9 {
	box-shadow: 1px 2px 8px rgba(225, 176, 27, 0.9);
}
.widget_tuijian .box {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	margin: 10px 0;
}
.widget_tuijian .box:hover {
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.widget_tuijian .box img {
	width: 100%;
	height: auto;
}
.widget_tuijian .box p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 98%;
	height: 38px;
	line-height: 38px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 0 10px;
}
#mnav,
#search,
.muser {
	display: none;
}
@media screen and (max-width: 1200px) {
	.container {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	#header {
		width: 94%;
		height: 60px;
		line-height: 60px;
		margin-bottom: 0;
		position: fixed;
		z-index: 2;
		top: 0;
	}
	.logo {
		width: 100%;
		text-align: center;
	}
	.logo img {
		max-height: 35px;
	}
	#mnav,
	#search {
		display: block;
		position: absolute;
		top: 0;
		color: #fff;
		cursor: pointer;
	}
	#mnav i,
	#search i {
		color: #183859;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 18px;
	}
	#mnav {
		left: 2%;
	}
	#search {
		right: 2%;
	}
	.nav {
		display: none;
		margin-left: 0;
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		background-color: #183859;
		padding: 1em 0 1em 1.5em;
		opacity: 0.98;
	}
	.nav li {
		float: none;
		width: 100%;
		position: static;
		line-height: 50px;
	}
	.nav li a {
		padding: 0 5px;
		display: block;
		color: #fff;
	}
	.nav ul ul {
		display: block;
		position: static;
		padding-left: 10%;
		overflow: hidden;
	}
	.nav ul ul li {
		line-height: 40px;
		margin-right: 10px;
		width: auto;
	}
	.nav ul ul ul {
		display: none;
	}
	.nav ul ul li:hover ul {
		display: none;
	}
	.search {
		display: none;
		float: none;
		margin-top: 0;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin-right: 0;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 5px;
	}
	.search form {
		width: 95%;
		margin: 10px auto;
		height: 48px;
		line-height: 46px;
	}
	.search form input {
		height: 48px;
		line-height: 46px;
	}
	.search form button {
		height: 48px;
		line-height: 46px;
	}
	.user {
		display: none;
	}
	.swiper {
		margin-bottom: 15px;
	}
	.swiper,
	.swiper .swiper-container,
	.swiper .swiper-slide img {
		width: 100%;
		height: 40vw;
		border-radius: 8px;
	}
	.slider {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	.slider a {
		margin-bottom: -7px;
	}
	.main-box {
		width: 100%;
	}
	.grid {
		width: 100%;
	}
	.grid article .img {
		height: 56vw;
	}
	.grid article {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.post .title h1 {
		white-space: inherit;
		font-size: 16px;
	}
	.post .title .info .cate,
	.post .title .info .comment {
		display: none;
	}
	.index-post .info .view {
		display: none;
	}
	.index-post .intro {
		padding: 0 1em;
	}
	.index-post .title {
		padding: 0.5em 1em;
		font-size: 18px;
		padding-bottom: 0;
	}
	.index-post .info {
		padding: 0.5em 1em;
		padding-top: 0;
	}
	.article_content embed,
	.article_content iframe,
	.article_content video {
		width: 100%;
	}
	.related ul {
		margin-right: -2%;
	}
	.related li {
		width: 48%;
		margin-right: 2%;
	}
	.related li .img {
		height: 100px;
	}
	.side-box {
		width: 100%;
		display: none;
	}
	#pt {
		margin: 8px 0;
		padding-left: 0;
	}
	.index-post li:nth-last-child(2),
	.related li:nth-child(n + 5) {
		margin-bottom: 20px;
	}
	.related li:nth-child(n + 5) {
		margin-bottom: 20px;
	}
	.f-link {
		width: 94%;
		height: auto;
		padding: 3%;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.f-link .wrap,
	.f-link h4 {
		padding: 0 0.2em;
	}
	.f-link .wrap {
		float: left;
		width: 100%;
		margin: 0;
		padding-bottom: 6px;
		overflow: hidden;
	}
	.nav {
		float: left;
		margin-left: 0;
		width: 50%;
	}
	.footer .fnav a {
		line-height: 28px;
	}
	.comlist li img {
		width: 30px;
		height: 30px;
	}
	.comlist li .clbody {
		margin-left: 50px;
	}
}
@media only screen and (max-width: 780px) {
	.index-post li {
		float: left;
		width: 98%;
		margin-bottom: 15px;
	}
	.index-post li a {
		display: block;
	}
	.index-post li .img {
		width: 100%;
		height: 56vw;
		overflow: hidden;
	}
	.index-post li .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		overflow: hidden;
		margin-bottom: 0;
	}
	.index-post li p {
		line-height: 32px;
		height: 32px;
		overflow: hidden;
		text-align: center;
		font-size: 14px;
	}
}
#totop {
	z-index: 400;
	right: 10px;
}
#totop i {
	font-size: 30px;
	box-shadow: 0 4px 8px rgba(0, 102, 255, 0.7);
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 500px;
	line-height: 40px;
	text-align: center;
}
#totop,
#totop a {
	border: none;
}
#totop {
	position: fixed;
	bottom: 100px;
	display: block;
	width: 120px;
	background: 0 0;
	cursor: pointer;
}
#totop:hover {
	text-decoration: none;
}
#totop a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
}

@media only screen and (max-width: 1200px) {
	#totop {
		display: none;
	}
}
