﻿@charset "utf-8";

:root {
    --pm-c: #91C421
}

.b-b {
	border-bottom: 1px solid #F7F7F7;
}
.b-t {
	border-top: 1px solid #F7F7F7;
}
.b-a {
	border: 1px solid #e7e7e7;
}
.b-r-4 {
	border-radius: 4px!important;
}
.line-2 {
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.b-r-4 {
	border-radius: 4px!important;
}

.header {
	background: #fff;
	position: relative;
    z-index: 10;
}
.logo {
	height: 22px;
}
.logo img {
	height: 100%;
}
.search {
	width: 160px;
	height: 30px;
	display: block;
	line-height: 0;
}
.search img {
	height: 100%;
}
.nav {
	width: 100%;
	background:var(--pm-c)
}
.nav ul {
	padding: 0;
	white-space:nowrap;
	overflow-y: scroll;
}
.nav ul li {
	display: inline-block;
	position: relative;
	border-bottom: 2px solid transparent;
	margin: 0;
}
.nav ul li a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	font-size: 13px;
	position: relative;
}

.uk-offcanvas-bar a {
	color: #333;
	display: block;
}
/*
 * 区块分割线
 * section-title
 */
.section-hr {
	border-bottom: 5px solid #F7F7F7
}
/*
 * 区块标题
 * section-title
 */
.section-title i {
	display: inline-block;
	height: 18px;
	transform: translateY(-2px);
}
.section-title i img {
	height: 100%;
}
.section-title {
	padding-bottom: 15px;
}
.section-title b {
	background: #fff;
	font-size: 16px;
	color: var(--pm-c);
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.section-title b:after {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--pm-c);
	position: absolute;
	top: 8px;
	left: 0;
}

.section-title .more {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 0;
	margin-left: 10px;
}
.section-title .more img {
	height: 100%;
}
/*
 * 置顶文章
 * home-top
 */
.home-top {
	padding-bottom: 10px;
}
.home-top h3 {
	margin: 0;
}
.home-top h3 a {
	font-size: 15px;
	color: var(--pm-c);
}
.home-top h3 i {
	display: inline-block;
	width: 14px;
	height: 14px;
}
.home-top h3 i img {
	width: 100%;
}
.home-top p {
	margin: 10px 0;
}
.home-top a {
	color: var(--pm-c);
	font-size: 13px;
}

/*
 * 推荐卡片
 * recom-card
 */
.recom-card {
    padding: 10px;
    position: relative;
    background: #F5F2F5;
}
.recom-card ul {
	margin-left: 15px;
}
/*
 * 文章列表
 * listArt
 */
.uk-list-divider > :nth-child(n+2) {
	    border-top: 1px dashed #eee;
}
.listArt h3 a {
	color: var(--pm-c);
}
.listArt {}
.listArt ul {
	margin: 15px 0;
	margin-bottom: 0;
}
.listArt ul li {
	margin-top: 15px;
}
.listArt ul li a {}
.listArt ul li em {
	font-style: normal;
	border-radius: 4px;
	color: #fff;
	padding: 1px 4px;
	margin-right: 5px;
	font-size: 12px;
}
.listArt ul li span {
	color: #999;
	padding: 0 3px;
	font-size: 12px;
	border-radius: 4px;
}
.list-num {}
.list-num em {
	background: var(--pm-c);
	display: inline-block;
	padding: 1px 5px!important;
	border-radius: 0!important;
}

.list-lx {}
.list-lx li {
	position: relative;
}
.list-lx li a {
	display: block;
	position: relative;
	padding-left: 15px;
}
.list-lx li a:after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #eee;
	position: absolute;
	top: 45%;
	left: 0;
}
.list-lx li:before {
	display: none;
}

.list-dot {
	border-left: 1px solid #eee;
}
.list-dot li {
	position: relative;
	padding-left: 10px;
}
.list-dot li:last-child {
	padding-bottom: 0;
}
.list-dot li:first-child {
	padding-top: 0;
}
.list-dot li:after {
	content: '';
	position: absolute;
	left: -4px;
	top: 30%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ddd;
	z-index: 90;
}
.list-dot li:before {
	content: '';
	position: absolute;
	left: -2px;
	top: 36%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #bbb;
	z-index: 100;
}

/*
 * 图集列表
 * listThumb
 */

.listThumb {}
.listThumb .thumb {
	width: 100%;
	height: 100px;
}


/*
 * 图文列表
 * artImg
 */

.artImg {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.artImg .thumb {
	display: block;
	height: 80px;
	width: 110px;
	overflow: hidden;
	position: relative;
}
.artImg .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artImg time {
	color: #999;
	display: inline-block;
	margin-top: 5px;
}
.artImg.b-b .item > div:nth-child(1) {
    display: -webkit-box !important;
}
.artImg.b-b .item > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*
 * 面包屑
 * crumb
 */
.crumb {
	padding: 8px 15px;
	color: #999;
	font-family: simsun;
	background: #fff;
}
.crumb a {
	color: #999;
	font-family: "Microsoft YaHei";
}

/*
 * 分类页面
 * category
 */

.category {
	padding: 0 15px;
}
.category .artImg .thumb {
	height: 80px;
	width: 110px;
}
.category .artImg p {
	margin: 5px 0;
}
.category .cat-name {
	padding: 1px 4px;
	font-size: 12px;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
}
.category .artImg .item {
	padding: 5px;
}
.list-striped li:nth-of-type(odd) {
	background: #FFF9F7
}
.category .artImg i {
	display: block;
	width: 15px;
	height: 15px;
	line-height:normal;
}
.category .artImg i img {
	height: 100%;
}
.category .more {
	display: block;
	height: 20px;
	width: 20px;
}
.category .more img {
	height: 100%;
}
/*
 * 分页
 * pagelist
 */

.pagelist {
	padding: 30px 0;
}
.pagelist ul {
	margin: 0;
}
.pagelist ul li {
	display: inline-block;
	border: 1px solid #eee;
	margin: 0 2px;
	padding: 2px 8px;
}
.pagelist ul li a {
	color: #999;
	display: block;
}
.pagelist li:last-child {
	/*display: none;*/
}
.pagelist li:last-child select {
	/*display: none;*/
}
.pagelist .thisclass {
	background: var(--pm-c);
	color: #fff;
	border: 1px solid var(--pm-c);
}

/*
 * 文章页
 * single
 */
.single {
	padding:15px;
}
.single header {
	padding-bottom: 15px;
}
.single header h1 {
    text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.single header .info {
	color: #999;
	font-size: 13px;
}


.single-content {
	 max-width: 100%!important;
}
.single-content p {
	text-indent: 2em;
}
.single-content p img{
	display: block;
	margin: 0 auto;
	 height:auto !important;width:100% !important;
}


.links {}
.links a {
	font-size: 13px;
	color: #666;
	margin-right: 15px;
}

.footer {
	background:#333;
	padding: 30px 15px;
}
.footer p {
	color: #999;
	font-size: 12px;
}
.footer p a{
	color: #999;
	font-size: 12px;
}