﻿
@charset "utf-8";

html, body{
	position: relative;
}
/*导航*/

.logo-head {
	text-align: center;
	width: 100%;
	height: 50px;
	vertical-align: middle;
}
nav {
	position: relative;
	overflow: hidden;
	z-index: 100;
}
.nav {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #ccc;
	background: url(../../../images/h5/images/ucenter/bg.png) no-repeat 0 0 / 100% 100%;
}
.nav::-webkit-scrollbar {
	display: none;
}
.nav p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: .6;
	margin: 0 15px;
	font-weight: 400;
	white-space: nowrap;
}
.nav p.on {
	color: #fff;
	opacity: 1;
	font-weight: 600;
}
.load-more{
	text-align: center;
	font-size: .14rem;
	color: #666;
	margin: .1rem 0;
}

/*快讯详情页*/

.new-head {
	width: 100%;
	border-bottom: 1px solid #ccc;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(../../../images/h5/images/ucenter/bg.png) no-repeat 0 0 / 100% 100%;
	position: relative;
}
.new-head .back {
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 20px;
	line-height: 20px;
	top: 12px;
	left: 10px;
	font-size: 18px;
}
.new-head .back:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
}
.new-body h2 {
	font-size: 24px;
	margin: 10px;
	font-weight: 600;
}
.new-body .pub-time {
	color: #888;
	font-size: 13px;
	margin-left: 10px;
}
.new-body .summary {
	background: #f3f3f3;
	width: 90%;
	margin: 10px 5% 0;
	padding: 8px;
	line-height: 1.4em;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
}
.new-body .pic {
	margin: 10px;
	border: 1px solid #ccc;
	height: 200px;
}
.new-body .content {
	font-size: 14px;
	line-height: 1.6em;
	margin: 10px;
	word-wrap: break-word;
}
.new-body .content img {
	width: 100%;
}

.new-body .content table {
  max-width: 100%;
  border-collapse: collapse;
  margin: 6px 0;
}

.new-body .content table tr, .new-body .content table td {
  border: 1px solid #666;
}

/*慈善知识页*/

.knowledge-body .knowledge-list {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.knowledge-body .knowledge-list li {
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/*善园快讯页*/

.news-body .news-list .list-item {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.news-body .news-list .list-item:after {
	content: '';
	display: block;
	clear: both;
}
.news-body .news-list .list-item .item-img {
	float: left;
	width: 1rem;
	height: 70px;
	overflow: hidden;
	position: relative;
	margin-right: 8px;
}
.news-body .news-list .list-item .item-info {
	overflow: hidden;
	padding-bottom: 4px;
}
.news-body .news-list .list-item .item-info .item-title {
	font-size: 15px;
	margin-bottom: 10px;
	color: #404040;
	line-height: 1.2em;
	width: 100%;
	display: -webkit-box;
	height: 2.4em;
	word-break: break-all;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-line-break: auto;
	-webkit-box-orient: vertical;
	font-weight: 500;
}
.news-body .news-list .list-item .item-info .item-time {
	color: #888;
	font-size: 13px;
}

/*活动页*/

.activity-body .activity-list .list-item {
	padding: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.activity-body .activity-list .list-item .item-title {
	font-weight: 500;
	font-size: 14px;
	margin: 5px 0 10px;
}
.activity-body .activity-list .list-item .item-time {
	color: #888;
	font-size: 13px;
	margin-top: 10px;
}
.activity-body .activity-list .list-item .item-img {
	padding-left: 5%;
}
.activity-body .activity-list .list-item .item-img img {
	margin-right: 10px;
	margin-bottom: 10px;
}