/* 全局基础样式 */
:root {
  --primary-color: #206be7;
  --border-radius: 3px;
  --header-height: 60px;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font: 14px/1.5 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
	background: #efefef
}

button,
input,
select,
textarea {
	font-family: inherit;
	line-height: inherit
}

div,
li,
ul {
	list-style: none
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar {
	display: none
}

a {
	text-decoration: none;
	color: #333
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
	outline: 0;
 	text-decoration: none
}

a:hover {
	color: var(--primary-color);
	text-decoration: none
}

a,
a:hover {
	transition: all .3s ease-out 0s
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}

.container {
	width: 1200px;
	margin: 0 auto
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.icon {
	width: 30px;
	height: 30px;
	vertical-align: -.15em;
	fill: currentColor;
	overflow: hidden
}

.header {
	background: #fff;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
	position: sticky;
	top: 0;
	z-index: 10;
	margin-bottom: 15px
}

.header .container {
	height: var(--header-height)
}

.header .header-brand {
	display: flex;
	float: left;
	height: 100%;
	align-items: center;
	justify-content: space-between
}

.header .header-brand .navbar-search {
	display: none;
	width: 80px;
	text-align: center
}

.header .header-brand .navbar-toggle {
	display: none;
	width: 80px;
	text-align: center
}

.header .header-brand .logo {
	line-height: 1
}

.header .header-brand .logo img {
	max-height: 35px
}

.header .header-menu {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header .navbar-nav {
	float: left;
	margin-left: 40px;
	position: relative
}

.header .navbar-nav>li {
	position: relative;
	display: inline-block;
	padding: 0 10px
}

.header .navbar-nav>li>a {
	color: #333;
	line-height: 60px;
	background: 0 0;
	font-size: 15px
}

.header .navbar-nav>.current>a {
	color: var(--primary-color)
}

.header .navbar-nav>li.active>a {
	color: var(--primary-color)
}

.header .navbar-nav>li>i {
	color: #333;
	margin-left: 3px;
	vertical-align: -1px;
	transition: all .3s ease-out 0s;
	font-size: 15px
}

.header .navbar-nav>li:hover i {
	transform: rotate(180deg);
	color: var(--primary-color)
}

.header .navbar-nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 120px;
	font-size: 14px;
	padding: 2px 0 0
}

.header .navbar-nav li ul {
	background: #fff;
	opacity: 0;
	margin: 0;
	transform: rotateX(-90deg);
	transform-origin: 0 0;
	transition: transform .3s, opacity .1s .2s, visibility .1s .3s;
	visibility: hidden;
	backface-visibility: hidden;
	border-radius: 0;
	border: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .18)
}

.header .navbar-nav>li:hover>a {
	color: var(--primary-color)
}

.header .navbar-nav>li:hover>a>i {
	color: var(--primary-color);
	transform: rotate(180deg)
}

.header .navbar-nav>li:hover ul {
	opacity: 1;
	transform: rotateX(0);
	transition: transform .3s, opacity .1s;
	visibility: visible
}

.header .navbar-nav li ul li:hover {
	background: var(--primary-color)
}

.header .navbar-nav li ul li a {
	transition: all 0s
}

.header .navbar-nav li ul li:hover a {
	color: #fff
}

.header .navbar-nav li ul li a {
	display: block;
	padding: 9px 15px
}

.header .navbar-form {
	margin-left: auto;
	position: relative
}

.header .navbar-form .search-input {
	padding: 0 20px;
	border: none;
	border: 1px solid #eee;
	border-radius: 36px;
	height: 36px;
	line-height: 36px;
	background: #eee
}

.header .navbar-form .search-btn {
	border: none;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 12px;
	color: #999
}

.header .navbar-form .search-btn:hover {
	color: var(--primary-color)
}

.header .navbar-user {
	margin-left: 20px;
	display: inline-block;
	font-size: 14px;
	color: #5a5a5a;
	cursor: pointer
}

.header .navbar-user a {
	display: inline-block;
	font-size: 15px;
	color: #5a5a5a;
	padding: 6px
}

.header .navbar-user a:hover {
	color: var(--primary-color)
}

.main {
	width: 75%;
	padding-right: 20px;
	float: left;
	overflow: hidden
}

.focus {
	border-radius: var(--border-radius);
	margin: 0 0 10px;
	display: flex
}

.focus .focus-main {
	width: 77%;
	margin-bottom: 10px
}

.focus .focus-main .banner li img {
	width: 100%;
	height: 380px;
	display: block;
	border-radius: var(--border-radius)
}

.focus .focus-main .banner li h3 {
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	padding: 40px 15px 16px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
	background: #333;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6))
}

.focus .focus-main .banner li h3 a {
	display: block;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
}

.focus .focus-side {
	width: 23%;
	padding-left: 10px
}

.focus .focus-side li {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden
}

.focus .focus-side li img {
	height: 120px;
	width: 100%;
	display: block;
	border-radius: var(--border-radius)
}

.focus .focus-side li h3 {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	font-weight: 400
}

.focus .focus-side li h3 a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis
}

.wrap-bg {
	padding: 0 20px;
	background: #fff;
	border-radius: var(--border-radius)
}

.list-picture {
	background: #fff;
	overflow: hidden
}

.list-picture li {
	padding: 10px;
	width: 25%;
	float: left
}

.list-picture .thumb {
	border-radius: var(--border-radius);
	display: block;
	position: relative;
	height: 215px;
	overflow: hidden
}

.list-picture .thumb img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.list-picture .thumb:hover img {
	transform: scale(1.05);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.list-picture .title {
	font-weight: 400;
	font-size: 15px;
	height: 40px;
	line-height: 20px;
	margin: 15px 0;
	padding: 0 15px;
	overflow: hidden
}

.article-box {
	padding: 30px;
	background-color: #fff
}

.article-head {
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1
}

.article-head .title {
	text-align: center;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 5px
}

.article-head .info {
	line-height: 32px;
	font-size: 14px;
	color: #999;
	padding-bottom: 10px;
	display: flex;
	gap: 20px;
	justify-content: center
}

.article-head .info a {
	color: #999
}

.article-head .info .view {
	padding-left: 20px;
	background-image: url(../img/view.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px
}

.article-head .info .time {
	padding-left: 20px;
	background-image: url(../img/time.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px
}

.article-content {
	position: relative;
	font-size: 16px;
	color: #262626;
	line-height: 1.8
}

.article-content p {
	margin-bottom: 20px;
	line-height: 1.8;
	word-wrap: break-word
}

.article-content blockquote {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	background: #f5f5f5;
	border: 1px solid #efefef;
	border-radius: var(--border-radius)
}

.article-content blockquote p {
	margin: 0
}

.article-content a {
	color: var(--primary-color)
}

.article-content img {
	border-radius: var(--border-radius)
}

.article-content pre {
	word-break: break-all;
	overflow: auto;
	margin-bottom: 20px;
	background: #f5f2f0;
	padding: 20px;
	line-height: 1.5;
	border-radius: var(--border-radius)
}

.article-content audio,
.article-content embed,
.article-content iframe,
.article-content img,
.article-content video {
	max-width: 100%;
	vertical-align: top
}

.article-content table {
	background-color: transparent;
	font-size: 16px;
	width: 100%;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	box-sizing: border-box;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 10px;
	word-break: break-all;
	word-wrap: break-word
}

.article-content tbody tr:nth-child(odd) {
	background: #f9f9f9
}

.article-content table td,
.article-content table th,
table td {
	padding: 5px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center
}

.article-content .h1,
.article-content .h2,
.article-content .h3,
.article-content h1,
.article-content h2,
.article-content h3 {
	position: relative;
	margin: 30px 0 20px;
	line-height: 1.4;
	font-weight: 500
}

.article-content h2 {
	padding: 0 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	border-left: 8px solid #4f9cee
}

.article-content>.h3,
.article-content>h3 {
	font-size: 18px;
	position: relative;
	padding-left: 18px;
	line-height: 1.46;
	border: 0
}

.article-content>h3 {
	font-weight: 700;
	margin: 20px 0;
	padding: 0
}

.article-credit {
	border: 1px solid #efefef;
	background-color: #f8f8f8;
	border-radius: var(--border-radius);
	padding: 13px 15px;
	line-height: 25px;
	color: #828282;
	font-size: 14px;
	margin: 30px 0 0
}

.article-credit a {
	color: #828282
}

.article-footer {
	text-align: center;
	margin-top: 30px
}

.article-like,
.article-sponsor {
	display: inline-block;
	font-size: 16px;
	margin: 0 5px
}

.article-like span.praise-count,
.article-sponsor span {
	border: 1px solid;
	border-radius: var(--border-radius);
	display: inline-block;
	padding: 7px 30px;
	cursor: pointer
}

.article-like span.praise-count:hover,
.article-sponsor span:hover {
	color: #fff;
	background-color: #00aeff
}

.article-like a,
.article-sponsor {
	color: #00aeff;
	border-color: #00aeff
}

.article-like em {
	font-style: normal
}

.article-tags {
	margin: 22px 0 0
}

.article-tags a {
	display: inline-block;
	line-height: 20px;
	padding: 5px 12px;
	margin: 8px 8px 0 0;
	font-size: 14px;
	border-radius: 50px;
	color: #666;
	border: 1px solid #999;
	background: rgba(239, 239, 239, .4)
}

.article-tags a:hover {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: #fff
}

.related-content {
	padding: 30px 0 10px;
	border-top: 1px dashed #eaeaea;
	margin: 30px 0 0
}

.related-content .title {
	font-size: 18px
}

.list-more {
	overflow: hidden
}

.list-more .more-btn {
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #5a5a5a;
	background: #efefef;
	display: block;
	cursor: pointer;
	font-size: 14px;
	border-radius: var(--border-radius)
}

.list-more .more-btn:hover {
	background: var(--primary-color);
	color: #fff
}

.tab-title {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	height: 51px;
	overflow: hidden
}

.tab-title li {
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.tab-title li:last-child {
	margin-right: 0
}

.tab-title li a {
	display: block;
	height: 100%;
	line-height: 48px;
	color: #999;
	transition: all .3s ease-out
}

.tab-title a:hover {
	color: var(--primary-color)
}

.tab-title li.active a {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color)
}

.list-article {
	display: block
}

.list-article li {
	display: flex;
	gap: 20px;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #ebe9e9
}

.list-article .thumb {
	position: relative;
	width: 30%;
	max-height: 157px;
	overflow: hidden;
	border-radius: var(--border-radius);
	flex-shrink: 0;
	-flex-grow: 0
}

.list-article .thumb img {
	height: 100%;
	width: 100%;
	transition: all .3s ease-out 0s
}

.list-article .thumb:hover img {
	transform: scale(1.05);
	transition: all .3s ease-out 0s
}

.list-article .content {
	position: relative;
	width: 100%
}

.list-article .title {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500
}

.list-article .des {
	height: 52px;
	line-height: 26px;
	color: #5a5a5a;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis
}

.list-article .meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #999
}

.list-article .meta .icon {
	width: 1em;
	height: 1em
}

.list-article .meta a {
	color: #999
}

.list-article .meta .author {
	display: inline-block
}

.list-article .meta .view {
	float: right;
	margin-left: 10px
}

.list-article .meta .time {
	float: right;
	margin-left: 10px
}

.sidebar {
	width: 25%;
	float: right
}

.widget {
	background: #fff;
	border-radius: var(--border-radius);
	margin-bottom: 20px
}

.widget-title {
	display: flex;
	gap: 8px;
	padding: 15px;
	font-size: 16px;
	line-height: 1;
	font-weight: 500
}

.widget-title:before {
	width: 4px;
	content: "";
	background: var(--primary-color);
	border-radius: var(--border-radius)
}

.widget-about {
	background: url(../img/about.jpg) no-repeat top;
	position: relative;
	padding-top: 125px
}

.widget-about .avatar {
	width: 100%;
	text-align: center
}

.widget-about .avatar img {
	width: 60px;
	height: 60px
}

.widget-about .author {
	text-align: center;
	padding: 8px
}

.widget-about .author .name {
	font-size: 20px;
	margin-bottom: 17px
}

.widget-about .author .des {
	margin-bottom: 17px
}

.widget-about .author .num {
	display: flex;
	justify-content: space-around;
	margin-bottom: 17px
}

.widget-about .author .num li em {
	display: block;
	color: #262626;
	font-style: normal
}

.widget-about .author .num li span {
	display: block;
	color: #999
}

.widget-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	padding-top: 0
}

.widget-list li {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.widget-list-2 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	padding-top: 0
}

.widget-list-2 li {
	overflow: hidden
}

.widget-list-2 li a {
	display: flex;
	gap: 10px
}

.widget-list-2 .thumb img {
	display: block;
	width: 100px;
	height: 66px;
	border-radius: var(--border-radius)
}

.widget-list-3 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	padding-top: 0
}

.widget-list-3 li {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	gap: 8px
}

.widget-list-3 li:before {
	content: "11";
	display: flex;
	border-radius: var(--border-radius);
	background-color: #eee;
	width: 22px;
	height: 22px;
	flex: none;
	justify-content: center;
	align-items: center
}

.widget-list-3 li:nth-child(1):before {
	background: #f60;
	color: #fff;
	content: "1"
}

.widget-list-3 li:nth-child(2):before {
	background: var(--primary-color);
	color: #fff;
	content: "2"
}

.widget-list-3 li:nth-child(3):before {
	background: #12b805;
	color: #fff;
	content: "3"
}

.widget-list-3 li:nth-child(4):before {
	content: "4"
}

.widget-list-3 li:nth-child(5):before {
	content: "5"
}

.widget-list-3 li:nth-child(6):before {
	content: "6"
}

.widget-list-3 li:nth-child(7):before {
	content: "7"
}

.widget-list-3 li:nth-child(8):before {
	content: "8"
}

.widget-list-3 li:nth-child(9):before {
	content: "9"
}

.widget-list-3 li:nth-child(10):before {
	content: "10"
}

.widget-list-4 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	padding-top: 0
}

.widget-list-4 li {
	overflow: hidden;
	position: relative
}

.widget-list-4 .thumb {
	overflow: hidden;
	display: block;
	width: 100%
}

.widget-list-4 .thumb img {
	display: block;
	width: 100%;
	border-radius: var(--border-radius)
}

.widget-list-4 .title {
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00000070;
	color: #fff;
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.widget-list-5 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 15px;
	padding-top: 0
}

.widget-list-5 li {
	display: inline-block
}

.widget-list-5 li a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 8px 12px;
	border-radius: var(--border-radius)
}

.widget-list-5 li a:hover {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color)
}

.breadcrumb {
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.breadcrumb a {
	color: #999;
	display: inline
}

.breadcrumb a:after {
	content: "›";
	padding: 0 5px;
	color: #ccc
}

.footer {
	padding: 30px 0;
	margin-top: 20px;
	color: #5f676f;
	background: #fafafa
}

.footer a {
	color: #5f676f
}

.footer a:hover {
	color: #b3c0ce
}

.footer .footer-nav {
	text-align: center;
	margin-bottom: 15px
}

.footer .footer-nav li {
	display: inline-block;
	margin: 0 7px
}

.footer .copyright {
	font-size: 12px;
	text-align: center
}

#mobile-aside {
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background: rgba(0, 0, 0, .4);
	z-index: 200;
	opacity: 0;
	transition: all .2s
}

.mobile-aside-close {
	position: absolute;
	width: 100%;
	height: 100%
}

#mobile-aside .mobile-aside-card {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 3rem 0;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all .2s;
	overflow-y: auto;
	overflow-x: hidden
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar .navbar-item {
	padding: initial;
	display: initial;
	position: relative
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar>.navbar-item.active>a {
	background-color: var(--primary-color);
	color: #fff
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar>.navbar-item.active>.dropdown-icon svg {
	fill: #fff
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar>.navbar-item>a {
	position: relative;
	display: flex;
	align-items: center;
	height: 3rem;
	padding-left: 1.5rem;
	padding-right: 9rem
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar>.navbar-item>a>svg {
	display: none
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar>.navbar-item .dropdown-icon {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1.5rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 3rem
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar>.navbar-item .dropdown-icon>svg {
	width: 1rem;
	height: 1rem
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar>.navbar-item .navbar-dropdown {
	overflow: hidden;
	padding: 0
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar>.navbar-item .navbar-dropdown a.active {
	color: var(--primary-color)
}

#mobile-aside .mobile-aside-card .mobile-aside-navbar>.navbar-item .navbar-dropdown>a {
	position: relative;
	display: flex;
	align-items: center;
	height: 3rem;
	padding-left: 2rem;
	padding-right: 9rem
}

#mobile-aside.on {
	visibility: visible;
	opacity: 1
}

#mobile-aside.on .mobile-aside-card {
	transform: translateX(0)
}

#search-panel {
	z-index: 99;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	background-color: #fff;
	transition: all .2s ease-in-out;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
	padding: 3rem 0;
	opacity: 0
}

#search-panel .container-custom {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 1rem
}

#search-panel.on {
	top: 60px;
	opacity: 1
}

#search-panel .search-form {
	position: relative
}

#search-panel .search-input {
	padding: 0 20px;
	border: none;
	border: 1px solid #eee;
	border-radius: 42px;
	height: 42px;
	line-height: 42px;
	width: 100%;
	background: #eee;
	box-sizing: border-box
}

#search-panel .search-btn {
	border: none;
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 12px;
	color: #999
}

#search-panel .search-btn:hover {
	color: var(--primary-color)
}

@media screen and (max-width:768px) {
	.container {
		width: 100%
	}

	.header {
		margin-bottom: 0
	}

	.header .header-brand {
		float: none
	}

	.header .header-menu {
		display: none
	}

	.header .header-brand .navbar-toggle {
		display: block
	}

	.header .header-brand .navbar-search {
		display: block
	}

	.focus {
		flex-direction: column
	}

	.focus .focus-main {
		width: 100%
	}

	.focus .focus-side {
		display: none
	}

	.main {
		width: 100%;
		padding-right: 0
	}

	.sidebar {
		display: none
	}

	.article-box {
		padding: 20px 0
	}

	.article-content p {
		text-align: justify
	}

	.list-article .des {
		display: none
	}

	.article-head .title {
		font-size: 24px
	}

	.breadcrumb {
		background: #fff;
		padding: 10px
	}
}