/* 文章列表页 */
.article-list-block{
	width: 100%;
}
.article-list-group{
	float: left;
	margin-top: 25px;
	width: 866px;
}
.theme-tabs-nav{
	margin-top: 10px;
}
.theme-tabs-nav .nav-item{
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	padding: 0 17px;
	margin-right: 6px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-decoration: none;
}
.theme-tabs-nav .nav-item.on{
	color: #fff;
	background-color: #2DBB55;
}
.theme-tabs-nav .nav-item:last-child{
	margin-right: 0;
}
.theme-type-wrap{
	margin-top: 40px;
}
.theme-type-wrap .theme-type-title{
	font-size: 40px;
	color: #3D3D3D;
	line-height: 53px;
}
.theme-type-wrap .theme-type-introduce{
	font-size: 18px;
	color: #666;
	line-height: 24px;
	margin-top: 12px;
}
.theme-type-wrap .theme-type-tabs{
	margin-top: 28px;
	border-bottom: 1px solid #EAEAEA;
}
.theme-type-wrap .theme-type-tabs .type-tab-item{
	float: left;
	padding: 0 8px;
	height: 44px;
	font-size: 16px;
	color: #333;
	line-height: 44px;
	margin-right: 34px;
	position: relative;
}
.theme-type-wrap .theme-type-tabs .type-tab-item.on:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #2DBB55;
}
.theme-article-list{}
.theme-article-list li{
	border-bottom: 1px solid #EAEAEA;
}
.theme-article-list li{
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.theme-article-list li .pic{
	width: 300px;
	height: 140px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin-right: 16px;
}
.theme-article-list li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.theme-article-list li .info{
	flex: 1;
	height: 140px;
	position: relative;
}
.theme-article-list li .info .tit{
	max-height: 48px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	white-space: normal;
	overflow:hidden;
}
.theme-article-list li:hover .info .tit{
	color:#34b476;
	text-decoration:underline
}
.theme-article-list li .info .txt{
	margin-top: 10px;
	max-height: 44px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	white-space: normal;
	overflow:hidden;
}
.theme-article-list li .info .data{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 22px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
}
.theme-article-list li .info .data a{
	color: #999;
	text-decoration: none;
}

/* 详情 */
.article-show-block{
	width: 100%;
}
.article-show-group{
	float: left;
	width: 866px;
}
.article-show-title{
	margin-top: 20px;
	font-size: 36px;
	color: #3D3D3D;
	line-height: 48px;
}
.article-author-data{
	height: 24px;
	font-size: 18px;
	color: #999;
	line-height: 24px;
	margin-top: 16px;
}
.article-show-content{
	max-width: 100%;
	overflow-x: hidden;
	margin-top: 30px;
}
.article-show-content *{
	font-size: 16px;
	color: #3D3D3D;
	line-height: 22px;
}
.article-relative-wrap{
	margin-top: 30px;
	border-top: 1px solid #EAEAEA;
}
.article-relative-title{
	padding-top: 20px;
	font-size: 16px;
	color: #626D7D;
}
.article-relative-list{
	margin-top: 10px;
}
.article-relative-list li{
	float: left;
	width: 48%;
}
.article-relative-list li:nth-of-type(even){
	float: right;
}
.article-relative-list li a{
	display: block;
	color: #626d7d;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article-relative-list li a:hover{
	color:#34b476;
	text-decoration:underline
}
.article-caref-wrap{
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px dotted #dcdcdc;
	display: flex;
	flex-direction: column;
}
.article-caref-wrap .article-caref-tit{
	font-weight: bold;
	font-size: 18px;
	color: #34B477;
	line-height: 24px;
}
.article-caref-wrap .article-caref-con{
	margin-top: 20px;
}
.article-caref-wrap .article-caref-con .article-caref-code{
	float: left;
	width: 154px;
	height: 154px;
}
.article-caref-wrap .article-caref-con .article-caref-info{
	float: left;
	width: 692px;
	height: 154px;
	margin-left: 20px;
}
.article-caref-wrap .article-caref-con .article-caref-info .tit{
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.article-caref-wrap .article-caref-con .article-caref-info .txt{
	margin-top: 10px;
	font-size: 12px;
	color: #A3B3C2;
	line-height: 22px;
}
.article-comment-wrap{
	border-top: 1px dotted #dcdcdc;
}
.article-comment-wrap .article-comment-title{
	font-size: 16px;
	margin-top: 20px;
}
.article-comment-wrap .article-comment-box textarea{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	height: 150px;
	font-family: "微软雅黑";
	font-size: 14px;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-top: 16px;
}
.article-comment-wrap .login-pl-btn{
	margin-top: 10px;
}
.article-comment-wrap .login-pl-btn .fb-btn{
	float:right;
	color:#fff;
	width:80px;
	cursor:pointer;
	height:30px;
	line-height:30px;
	border:0;
	text-align:center;
	background:#34b476;
	font-size:14px;
	margin-left:20px
}
.article-comment-wrap .login-pl-btn .user-islogin{
	float:right;
	color:#6f8096;
	height:30px;
	line-height:30px;
	font-size:14px
}
.article-comment-wrap .login-pl-btn .user-islogin a{
	color:#34b476;
	padding:0 5px
}

.comment_list{
	float:left;
	width:100%;
	height:auto;
	margin-top:20px
}
.comment_list h3{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	font-family:"微软雅黑";
	padding: 0!important;
	font-size:16px;
	font-weight:500
}
.comment_nr_con{
	float:left;
	width:100%;
	height:auto;
	padding:20px 0;
	background:#fff;
	border:1px solid #dcdcdc;
	margin-bottom: 20px;
}

/* 公用翻页 */
.page-content{
	padding: 45px 0;
	text-align: center;
	font-size: 0;
}
.page-content > a{
	display: inline-block;
	color: #666;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin: 0 3px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	font-family: Arial, "微软雅黑";
}
.page-block{
	display: inline-block;
}
.page-block > span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 3px;
	font-size: 14px;
}
.page-block > a{
	display: inline-block;
	color: #666;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 0 3px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	font-family: Arial, "微软雅黑";
}
.page-block > a.on,
.page-block > a:hover,
.page-content > a:hover{
	color: #13df81;
	border: 1px solid #13df81;
}

.article-caref-jy{
	display:inline;
	margin-top:20px;
	align-self: center;
}
.article-caref-jy p{
	float:left;
	color:#4b5666;
	height:26px;
	line-height:26px;
	margin:0 5px;
	padding-right:10px;
	font-family:"微软雅黑";
	font-size:13px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border:1px solid #ced6e1}
.article-caref-jy p s{
	float:left;
	width:19px;
	height:19px;
	margin:4px 10px 0 10px;
	display:inline-block}
.article-caref-jy .p1 s{
	background:url(../images/art_pl_bg.png) no-repeat 0 0}
.article-caref-jy .p2 s{
	background:url(../images/art_pl_bg.png) no-repeat 0 -29px}
.article-caref-jy .p3 s{
	background:url(../images/art_pl_bg.png) no-repeat left bottom}