/* 织梦园（dedeyuan.com）做最好的织梦整站模板下载网站 */
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
width:device-width;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', STHeiti, 'Microsoft Yahei', Tahoma, Simsun, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	overflow-x: hidden;
	min-width: 320px;
	margin: 0;
	padding: 0;
	color: #212529;
	background-color: #f1f3f5;
	font-smoothing: antialiased;
}
article, aside, footer, header, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
figcaption, figure, main {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	overflow: visible;
	box-sizing: content-box;
	height: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.2);
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a:active, a:hover {
	outline: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #212529;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	text-decoration: none;
	color: #4c6ef5;
}
abbr[title] {
	cursor: help;
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
}
b, strong {
	font-weight: inherit;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type='button'], [type='reset'], [type='submit'] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
padding:0;
border-style:none;
}
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	resize: vertical;
}
[type='checkbox'], [type='radio'] {
box-sizing:border-box;
padding:0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
height:auto;
}
[type='search'] {
outline-offset:-2px;
-webkit-appearance:textfield;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
-webkit-appearance:none;
}
[type='text'], [type='email'], [type='search'], [type='password'] {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button;
}
details, menu {
	display: block;
}
summary {
	display: list-item;
	cursor: pointer;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
display:none;
}
a, area, button, input, label, select, summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
::selection {
	color: #fff;
	background: #39f;
	text-shadow: none;
}
iframe {
	border: 0;
}
blockquote {
	margin: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	font-weight: normal;
	text-align: left;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
}
ol, ul {
	padding-left: 0;
	list-style: none;
}
dt {
	font-weight: normal;
}
dd {
	margin-left: 0;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.container::after {
	display: block;
	clear: both;
	content: '';
}
@media (min-width:576px) {
.container {
	width: 540px;
}
}
@media (min-width:768px) {
.container {
	width: 720px;
}
}
@media (min-width:992px) {
.container {
	width: 960px;
}
}
@media (min-width:1200px) {
.container {
	width: 1140px;
}
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.row::after {
	display: block;
	clear: both;
	content: '';
}
.col-left, .col-right {
	float: left;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
@media (min-width:992px) {
.col-left {
	width: 640px;
}
.col-right {
	width: 320px;
}
}
@media (min-width:1200px) {
.col-left {
	width: 820px;
}
.col-right {
	width: 320px;
}
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-1 {
	width: 8.333333%;
}
.col-2 {
	width: 16.666667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333333%;
}
.col-5 {
	width: 41.666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333333%;
}
.col-8 {
	width: 66.666667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333333%;
}
.col-11 {
	width: 91.666667%;
}
.col-12 {
	width: 100%;
}
.d-none {
	display: none !important;
}
.d-block {
	display: block !important;
}
@media (min-width:576px) {
.d-sm-none {
	display: none !important;
}
.d-sm-block {
	display: block !important;
}
}
@media (min-width:768px) {
.d-md-none {
	display: none !important;
}
.d-md-block {
	display: block !important;
}
}
@media (min-width:992px) {
.d-lg-none {
	display: none !important;
}
.d-lg-block {
	display: block !important;
}
}
@media (min-width:1200px) {
.d-xl-none {
	display: none !important;
}
.d-xl-block {
	display: block !important;
}
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
opacity:1;
}
.input, .textarea {
	font-size: 14px;
	width: 100%;
	max-width: 100%;
	padding: 0 5px;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border-color;
	color: #424242;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	background: #fff;
}
.input {
	display: inline-block;
	height: 35px;
	vertical-align: middle;
}
.input:not(input) {
	line-height: 33px;
}
.textarea {
	min-height: 115px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}
.input:focus, .textarea:focus {
	color: #424242;
	border-color: #39f;
	outline: none;
	background-color: #fff;
}
.input:disabled, .textarea:disabled {
	color: #424242;
	border-color: rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.05);
}
.input:-ms-input-placeholder {
color:#bdbdbd !important;
}
.input::placeholder {
color:#bdbdbd;
}
.textarea:-ms-input-placeholder {
color:#bdbdbd !important;
}
.textarea::placeholder {
color:#bdbdbd;
}
.btn {
	font: inherit;
	font-size: 14px;
	line-height: 33px;
	display: inline-block;
	overflow: visible;
	height: 35px;
	margin: 0;
	padding: 0 20px;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border-color;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
	border: 1px solid transparent;
	border-radius: 2px;
}
.btn:not(:disabled) {
	cursor: pointer;
}
.btn:hover, .btn:focus {
	text-decoration: none;
}
.btn:focus {
	outline: none;
}
.btn.disabled, .btn:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}
.btn-default {
	color: #868e96;
	border-color: #e9ecef;
	background-color: #f1f3f5;
}
.btn-default:hover, .btn-default:focus {
	color: #868e96;
	border-color: #dee2e6;
	background-color: #e9ecef;
}
.btn-default:active, .btn-default.active {
	color: #868e96;
	border-color: #dee2e6;
	background-color: #dee2e6;
}
.btn-default.disabled, .btn-default:disabled {
	color: #868e96;
	border-color: #e9ecef;
	background-color: #f1f3f5;
}
.btn-primary {
	color: #fff;
	border-color: #4c6ef5;
	background-color: #4c6ef5;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	border-color: #345af4;
	background-color: #345af4;
}
.btn-primary:active, .btn-primary.active {
	color: #fff;
	border-color: #1c47f2;
	background-color: #1c47f2;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	border-color: #4c6ef5;
	background-color: #4c6ef5;
}
.btn-outline-default {
	color: #868e96;
	border-color: #e9ecef;
	background-color: transparent;
}
.btn-outline-default:hover, .btn-outline-default:focus {
	color: #868e96;
	border-color: #e9ecef;
	background-color: #e9ecef;
}
.btn-outline-default:active, .btn-outline-default.active {
	color: #868e96;
	border-color: #dee2e6;
	background-color: #dee2e6;
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
	color: #868e96;
	border-color: #e9ecef;
	background-color: transparent;
}
.btn-outline-primary {
	color: #4c6ef5;
	border-color: #4c6ef5;
	background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	color: #fff;
	border-color: #4c6ef5;
	background-color: #4c6ef5;
}
.btn-outline-primary:active, .btn-outline-primary.active {
	color: #fff;
	border-color: #1c47f2;
	background-color: #1c47f2;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #4c6ef5;
	border-color: #4c6ef5;
	background-color: transparent;
}
.btn-radius {
	border-radius: 21px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-small {
	font-size: 12px;
	line-height: 26px;
	height: 28px;
	padding: 0 10px;
}
.btn-large {
	font-size: 16px;
	line-height: 40px;
	height: 42px;
	padding: 0 40px;
}
.clearfix::after {
	display: block;
	clear: both;
	content: '';
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.link-color {
	color: #212529 !important;
}
.link-hover {
	color: #4c6ef5 !important;
}
.line-height-small {
	line-height: 28px !important;
}
.line-height-default {
	line-height: 35px !important;
}
.line-height-large {
	line-height: 42px !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-dark {
	color: #212529 !important;
}
.text-default {
	color: #868e96 !important;
}
.text-light {
	color: #dee2e6 !important;
}
.text-primary {
	color: #4c6ef5 !important;
}
.text-success {
	color: #12b886 !important;
}
.text-warning {
	color: #fab005 !important;
}
.text-danger {
	color: #fa5252 !important;
}
.bg-dark {
	background-color: #dee2e6 !important;
}
.bg-default {
	background-color: #e9ecef !important;
}
.bg-light {
	background-color: #f1f3f5 !important;
}
.bg-primary {
	background-color: #4c6ef5 !important;
}
.bg-success {
	background-color: #12b886 !important;
}
.bg-warning {
	background-color: #fab005 !important;
}
.bg-danger {
	background-color: #fa5252 !important;
}
.mt-small {
	margin-top: 10px !important;
}
.mt-default {
	margin-top: 20px !important;
}
.mt-large {
	margin-top: 40px !important;
}
.mr-small {
	margin-right: 10px !important;
}
.mr-default {
	margin-right: 20px !important;
}
.mr-large {
	margin-right: 40px !important;
}
.mb-small {
	margin-bottom: 10px !important;
}
.mb-default {
	margin-bottom: 20px !important;
}
.mb-large {
	margin-bottom: 40px !important;
}
.ml-small {
	margin-left: 10px !important;
}
.ml-default {
	margin-left: 20px !important;
}
.ml-large {
	margin-left: 40px !important;
}
::-webkit-scrollbar {
width:10px;
height:10px;
-webkit-appearance:none;
}
::-webkit-scrollbar-track {
border-radius:0;
background-color:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
cursor:pointer;
border-radius:0;
background-color:rgba(0,0,0,0.15);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.2);
}
.fa-icon {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 21px;
	height: 21px;
	vertical-align: bottom;
	background: url(../images/icon.png) 0 0 no-repeat;
}
.fa-home {
	background-position: 0 -21px;
}
.fa-qq {
	background-position: -231px -42px;
}
.fa-angle-up {
	background-position: -63px -42px;
}
.fa-bars {
	background-position: -42px -42px;
}
.fa-search {
	background-position: -21px -42px;
}
.fa-angle-right {
	background-position: -84px -21px;
}
.main-box {
	margin-right: -10px;
	margin-bottom: 20px;
	margin-left: -10px;
	padding: 20px;
	background-color: #fff;
}
@media (min-width:992px) {
.main-box {
	margin-right: 0;
	margin-left: 0;
	padding: 40px;
}
}
.page-article {
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 20px;
}
.page-article p {
	margin-bottom: 20px;
}
.page-article img {
	max-width: 100%;
	height: auto;
}
.page-article ul, .page-article ol {
	margin-bottom: 20px;
	padding-left: 40px;
}
.page-article ul li {
	list-style: disc outside;
}
.page-article ol li {
	list-style: decimal outside;
}
.page-article dl {
	margin-bottom: 20px;
}
.page-article dt {
	font-weight: 700;
}
.page-article dd {
	margin-left: 20px;
}
.page-article .attachment {
	line-height: 2em;
	display: block;
	height: 2em;
	padding-left: 2em;
	background: url(../images/att.png) 0 center no-repeat;
}
@media (min-width:992px) {
.page-article {
	margin-bottom: 30px;
}
}
.page-img {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-img img {
	width: 100%;
	height: auto;
}
.page-dot {
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	margin: 16px 9px;
	background-color: #adb5bd;
}
.page-breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #868e96;
}
.page-breadcrumb a {
	float: none;
	color: #868e96;
}
.page-breadcrumb a:hover {
	color: #4c6ef5;
}
.page-header {
	font-size: 16px;
	line-height: 2;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f3f5;
}
.page-header:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 88px;
	height: 1px;
	content: '';
	background-color: #4c6ef5;
}
.page-pagination {
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.page-pagination .item {
	display: inline-block;
}
.page-pagination a, .page-pagination span {
	font-size: 14px;
	line-height: 35px;
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	border-radius: 50%;
}
.page-pagination a {
	color: #868e96;
	background-color: #f1f3f5;
}
.page-pagination a:hover {
	color: #fff;
	background-color: #4c6ef5;
}
.page-pagination span {
	color: #fff;
	background-color: #4c6ef5;
}
.page-top {
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
.page-qq {
	position: fixed;
	z-index: 11;
	right: 20px;
	bottom: 76px;
	width: 35px;
	height: 35px;
	padding: 7px;
	color: #868e96;
	border-radius: 2px;
	background-color: #228be6;
}
.page-qq:hover {
	background-color: #1c7ed6;
}
.page-backtop {
	position: fixed;
	z-index: 11;
	right: 20px;
	bottom: 40px;
	display: none;
	width: 35px;
	height: 35px;
	padding: 7px;
	color: #868e96;
	border-radius: 2px;
	background-color: #868e96;
}
.page-backtop:hover {
	background-color: #495057;
}
.header-wrap {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	text-align: center;
	background-color: #212529;
}
.header-logo {
	float: left;
}
.header-logo a {
	float: left;
}
.header-logo img {
	width: 180px;
	height: 60px;
}
@media (max-width:991px) {
.header-nav {
	float: right;
	text-align: left;
}
.header-nav .nav-bar {
	display: inline-block;
	float: left;
	width: 25px;
	height: 60px;
	margin-left: 15px;
	padding: 19.5px 2px;
	text-align: center;
}
.header-nav .nav-list {
	position: absolute;
	z-index: 11;
	top: 60px;
	right: 0;
	left: 0;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header-nav .item {
	border-top: 1px solid #f1f3f5;
}
.header-nav .item:last-child {
	border-bottom: 1px solid #f1f3f5;
}
.header-nav .item a {
	line-height: 35px;
	display: block;
}
.header-nav .sub-item a {
	padding-left: 1em;
	border-top-color: transparent;
}
.header-search {
	float: right;
}
.header-search .search-bar {
	display: inline-block;
	float: left;
	width: 25px;
	height: 60px;
	padding: 19.5px 2px;
	text-align: center;
}
.header-search .search-list {
	position: absolute;
	z-index: 11;
	top: 60px;
	right: 0;
	left: 0;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
}
@media (min-width:992px) {
.header-nav {
	display: inline-block;
}
.header-nav .nav-bar {
	display: none;
}
.header-nav .nav-list {
	display: block !important;
}
.header-nav .nav-arrow {
	display: none;
}
.header-nav .nav {
	float: left;
}
.header-nav .item {
	position: relative;
	float: left;
}
.header-nav .item:hover .sub-nav {
	display: block;
}
.header-nav .item a {
	line-height: 60px;
	display: block;
	float: left;
	padding: 0 20px;
	color: #fff;
}
.header-nav .item a:hover {
	color: #4c6ef5;
	background-color: rgba(255,255,255,0.1);
}
.header-nav .current{
	color: #4c6ef5;
	background-color: rgba(255,255,255,0.1);
}
.header-nav .sub-nav {
	position: absolute;
	z-index: 11;
	top: 60px;
	left: 50%;
	display: none;
	padding: 10px 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 1px solid #495057;
	background-color: #212529;
}
.header-nav .sub-item a {
	line-height: 35px;
	min-width: 128px;
	height: 35px;
	text-align: center;
}
.header-search {
	float: right;
}
.header-search .search-bar {
	display: none;
}
.header-search .search-list {
	display: block !important;
	width: 180px;
	margin-top: 15px;
}
.header-search .search-arrow {
	display: none;
}
.header-search .input {
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	border: 0;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.85);
}
}
.sidebar-box {
	margin-bottom: 20px;
	padding: 30px;
	background-color: #fff;
}
.sidebar-title {
	font-weight: 700;
	line-height: 2;
	margin-bottom: 10px;
}
.sidebar-info {
	text-align: center;
}
.sidebar-info img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
}
.sidebar-info h5 {
	line-height: 35px;
}
.sidebar-info p {
	overflow: hidden;
	height: 42px;
	color: #868e96;
}
.sidebar-calendar .calendartop {
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.sidebar-calendar .calendartop td {
	line-height: 35px;
	padding: 0;
}
.sidebar-calendar .calendartop a {
	font-size: 20px;
	display: inline-block;
	width: 28px;
	color: #868e96;
}
.sidebar-calendar .calendartop a:hover {
	color: #4c6ef5;
}
.sidebar-calendar .calendar {
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: #868e96;
}
.sidebar-calendar .calendar td {
	line-height: 28px;
	padding: 0;
	border: 1px solid #f1f3f5;
}
.sidebar-calendar .calendar a {
	color: #4c6ef5;
}
.sidebar-calendar .calendar .day {
	background-color: #f1f3f5;
}
.sidebar-calendar .calendar .day2:hover {
	background-color: #f1f3f5;
}
.sidebar-twitter li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e9ecef;
}
.sidebar-twitter .time {
	font-size: 12px;
	margin-top: 10px;
	color: #868e96;
}
.sidebar-twitter .more {
	margin-top: 10px;
	text-align: center;
}
.sidebar-twitter .more a {
	color: #868e96;
}
.sidebar-twitter .more a:hover {
	color: #4c6ef5;
}
.sidebar-tag li {
	float: left;
	width: 50%;
	padding-top: 10px;
}
.sidebar-tag li:nth-child(2n-1) {
	padding-right: 5px;
}
.sidebar-tag li:nth-child(2n) {
	padding-left: 5px;
}
.sidebar-tag a {
	line-height: 33px;
	display: block;
	overflow: hidden;
	height: 35px;
	text-align: center;
	border: 1px solid #e9ecef;
}
.sidebar-sort {
	padding-top: 10px;
}
.sidebar-sort a {
	line-height: 2;
	display: block;
}
.sidebar-sort span {
	float: right;
	color: #868e96;
}
.sidebar-sort .sub {
	padding-left: 1em;
}
.sidebar-newcomm {
	color: #868e96;
}
.sidebar-newcomm li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e9ecef;
}
.sidebar-log li {
	border-bottom: 1px dashed #e9ecef;
}
.sidebar-log a {
	line-height: 35px;
	display: block;
	overflow: hidden;
	height: 35px;
}
.sidebar-search {
	padding-top: 10px;
}
.sidebar-custom img {
	max-width: 100%;
	height: auto;
}
.sidebar-link {
	padding-top: 10px;
}
.sidebar-link li {
	float: left;
	width: 50%;
}
.sidebar-link li:nth-child(2n-1) {
	padding-right: 5px;
}
.sidebar-link li:nth-child(2n) {
	padding-left: 5px;
}
.sidebar-link a {
	line-height: 2;
	display: block;
	overflow: hidden;
}
.footer-wrap {
	line-height: 35px;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #adb5bd;
	background-color: #343a40;
}
.footer-wrap a {
	display: none;
}
@media (min-width:992px) {
.footer-wrap a {
	display: block;
	float: left;
	margin-right: 15px;
	color: #adb5bd;
}
.footer-wrap a:hover {
	text-decoration: underline;
}
.footer-wrap span {
	float: right;
}
}
.index-swiper {
	margin-bottom: 5px;
}
.index-swiper img {
	max-height: 545px;
}
.index-swiper .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	border-radius: 0;
	background-color: #868e96;
}
.index-swiper .swiper-pagination-bullet-active {
	background-color: #343a40;
}
@media (min-width:992px) {
.index-swiper {
	margin-bottom: 0;
}
}
.index-brand {
	display: none;
}
@media (min-width:992px) {
.index-brand {
	display: block;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}
.index-brand li {
	float: left;
	width: 25%;
	padding: 30px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #e9ecef;
	border-left: 1px solid #e9ecef;
}
.index-brand li:last-child {
	border-right: 1px solid #e9ecef;
}
.index-brand li:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.2);
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.index-brand h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	color: #212529;
}
.index-brand span {
	font-size: 14px;
	line-height: 2;
	color: #868e96;
}
}
.index-list-box {
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
	padding: 20px;
	background-color: #fff;
}
.index-list-box .list-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.index-list-box .list-excerpt {
	margin-bottom: 10px;
	color: #868e96;
}
.index-list-box .list-meta {
	font-size: 12px;
	line-height: 14px;
	color: #868e96;
}
.index-list-box .list-meta a {
	color: #868e96;
}
.index-list-box .list-meta a:hover {
	color: #4c6ef5;
}
.index-list-box .index-list-left {
	display: none;
}
.index-list-box .index-list-right {
	width: 100%;
}
@media (min-width:992px) {
.index-box {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 30px;
	background-color: #fff;
}
.index-list-box {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #f1f3f5;
}
.index-list-box .list-excerpt {
	min-height: 50px;
}
.index-list-box .index-list-left {
	position: relative;
	display: block;
	float: left;
	width: 202px;
	margin-right: -202px;
}
.index-list-box .index-list-right {
	float: right;
	width: 100%;
}
.index-list-box .index-list-cont {
	margin-left: 212px;
}
}
.index-list-page {
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
	padding: 20px;
	background-color: #fff;
}
@media (min-width:992px) {
.index-list-page {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
}
.log-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.log-meta {
	font-size: 12px;
	margin-bottom: 20px;
	color: #868e96;
}
.log-meta a {
	color: #868e96;
}
.log-meta a:hover {
	color: #4c6ef5;
}
.log-meta span {
	float: left;
	margin-right: 10px;
}
.log-neighbor {
	display: none;
}
@media (min-width:992px) {
.log-neighbor {
	display: block;
	margin-bottom: 30px;
}
.log-neighbor a {
	line-height: 2;
	display: block;
	overflow: hidden;
	color: #868e96;
}
.log-neighbor a:hover {
	color: #4c6ef5;
}
.log-neighbor a span {
	color: #868e96;
}
}
.log-readmore {
	margin-bottom: 20px;
}
.log-readmore li {
	overflow: hidden;
	height: 35px;
}
.log-readmore li a {
	line-height: 35px;
}
@media (min-width:992px) {
.log-title {
	font-size: 24px;
}
.log-meta, .log-readmore {
	margin-bottom: 30px;
}
}
.page-title {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.page-twitter .tw-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e9ecef;
}
.page-twitter .tw-left {
	position: relative;
	float: left;
	width: 40px;
	margin-right: -40px;
}
.page-twitter .tw-left img {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.page-twitter .tw-right {
	float: right;
	width: 100%;
}
.page-twitter .tw-cont {
	margin-left: 56px;
}
@media (min-width:992px) {
.page-title {
	font-size: 24px;
	margin-bottom: 30px;
}
.page-twitter .tw-list {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
}
.comment-list {
	padding-bottom: 20px;
}
.comment-list .comment-left {
	position: relative;
	float: left;
	width: 40px;
	margin-right: -40px;
}
.comment-list .comment-left img {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.comment-list .comment-right {
	float: right;
	width: 100%;
}
.comment-list .comment-cont {
	margin-left: 56px;
}
.comment-list .comment-body {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 16px;
	background-color: #f1f3f5;
}
.comment-list .comment-body h5 {
	font-weight: 700;
	margin-bottom: 10px;
}
.comment-list .comment-info {
	font-size: 12px;
	padding-bottom: 10px;
	color: #868e96;
}
.comment-list .comment-info a {
	color: #868e96;
}
.comment-list .comment-info a:hover {
	color: #4c6ef5;
}
.comment-children {
	padding-left: 56px;
}
.comment-verifycode {
	position: relative;
}
.comment-verifycode img {
	position: absolute;
	z-index: 11;
	top: 1px;
	right: 1px;
	width: 105px;
	height: 33px;
}
@media print {
*, *::before, *::after {
	color: black !important;
	background: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
pre, blockquote {
	border: 1px solid #9e9e9e;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
margin:0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
.cead{padding:0px;}
.tag_a a{
	font: inherit;
    font-size: 14px;
    line-height: 33px;
    display: inline-block;
    overflow: visible;
    height: 35px;
    margin: 0;
    padding: 0 20px;
    transition: 0.2s ease-in-out;
    transition-property: color,background-color,border-color;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    border: 1px solid transparent;
    border-radius: 2px;
	color: #868e96;
    border-color: #e9ecef;
    background-color: transparent;
	float: left !important;
	margin-right: 10px !important;
	cursor: pointer;
	}
.tag_a a:hover{
color: #868e96;
	border-color: #e9ecef;
	background-color: #e9ecef;
}
.pl-tools ul li.username {
    height: 40px!important;
    width: 180px!important;
}
.pcd_ad{display:block;}
.mbd_ad{ display:none}
.pcd_ad img{width: 100%;
    height: auto;
    display: block;}
.mbd_ad img{width: 100%;
    height: auto;
    display: block;}
@media(max-width:768px) {
.pcd_ad{display:none !important;}
.mbd_ad{display:block !important;}
}