﻿@charset "utf-8";

:root {
    --pm-c: #02A2DE;
}

.b-b {
	border-bottom: 1px solid #F7F7F7;
}
.b-t {
	border-top: 1px solid #F7F7F7;
}
.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 {
	
}
.logo {
	height: 22px;
}
.logo img {
	height: 100%;
}
.search {
	display: block;
	height: 16px;
	line-height: 0;
}
.search img {
	height: 100%;
}
.nav {
	background: var(--pm-c);
	width: 100%;
}
.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 15px;
}
.nav ul li a {
	color: #fff;
	display: block;
	padding: 10px 5px;
	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 {
	padding-bottom: 10px;
}

.section-title b {
	font-size: 15px;
	color: #333;
	position: relative;
	border-left: 3px solid var(--pm-c);
	padding-left: 15px;
}

.section-title .more {
	display: block;
	height: 15px;
	font-size: 12px;
	color: #999;
	line-height: 0;
	margin-left: 10px;
}
.section-title .more img {
	height: 100%;
}
/*
 * 推荐卡片
 * recom-card
 */
.recom-card {
    padding: 10px;
    position: relative;
    background: #F5F2F5;
}
.recom-card ul {
	margin-left: 15px;
}

.home-box {

	background: #fff;
	border-radius: 10px;
}

/*
 * 文章列表
 * listArt
 */
.uk-list-divider > :nth-child(n+2) {
	    border-top: 1px dashed #eee;
}
.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;
	margin-right: 10px;
}

.hot li em {
	display: none;
	background: #FF6D00;
}
.hot li:first-child em {
	display: inline-block;
}
.hot li:first-child span {
	display: none;
}

.new li em {
	display: none;
	background: #FFB132
}
.new li:first-child em {
	display: inline-block;
}
.new li:first-child span {
	display: none;
}

.list-lx {}
.list-lx li {
	padding-left: 15px;
	position: relative;
}
.list-lx li:after {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--pm-c);
	position: absolute;
	top: 45%;
	left: 0;
	transform: rotate(45deg);
}
.list-lx li:before {
	display: none;
}

/*
 * 图集列表
 * listThumb
 */

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


/*
 * 图文列表
 * artImg
 */

.artImg {}
.artImg .thumb {
	display: block;
	width: 100px;
	height: 70px;
	overflow: hidden;
	position: relative;
}
.artImg time {
	color: #999;
	display: inline-block;
	margin-top: 5px;
}

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

/*
 * 分类页面
 * category
 */

.category {
	padding: 0 15px;
}
.category .artImg .thumb {
	height: 100px;
}
.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 .item {
	padding-bottom: 12px;
	margin-bottom: 12px;
}
/*
 * 分页
 * 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 {
	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;
	max-width: 300px;
}


.links {}
.links a {
	font-size: 13px;
	color: #999;
	margin-right: 10px;
	margin-bottom: 6px;
	display: inline-block;
}

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