/*common*/
body {
	font-family: Tahoma, Helvetica, "microsoft yahei", "Hiragino Sans GB", Simsun, \5b8b\4f53, sans-serif;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #ecf0f1;
}

.box {
	background-color: #fff;
	margin-top: 2%;
	border-radius: 3px;
	border: 0;
	-webkit-box-shadow: initial;
	box-shadow: inherit;
	min-height: 100px;
}
.box-heading {
	color: #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
	padding: 3% 0px;
	margin-left: 1%;
	margin-right: 1%;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}
.box-heading h3 {
	margin: 0;
	line-height: 16px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
}
.box-body {
	padding: 1%;
}
.box_ul {
	padding: 0 20px 20px 20px;
}
.box_ul li {
	margin-top: 20px;
}
.box_ul p {
	color: #333;
}
.box_ul span {
	color: #999;
	font-size: 10px;
}
.box_ul a {
	color: #333;
}
.box_ul a:hover {
	color: #1d9de7;
}

/*面包屑*/
.breadcrumb {
	background: 0 0;
	color: #a7b2c0;
	padding: 2% 0 0 0;
	width: 96%;
	max-width: 640px;
	margin: 0 auto;
	font-size: 10px;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	padding: 0 2px;
	color: #ccc;
	content: "/ ";
}

/*分页*/
.page_link {
	text-align: center;
	font-size: 14px;
	margin: 20px;
	line-height: 40px;
}
.page_link a,
.page_link span {
	margin-right: 1px;
	padding: 5px 18px;
	border-radius: 3px;
	text-align: center;
	background-color: #ecf0f1;
}
.page_link span {
	font-weight: bold;
	background-color: #999999;
	color: #ffffff;
}
.page_link a:hover {
	color: #0092dc;
	background-color: #cddfe3;
}

/*index*/
.index_page_center {
	width: 96%;
	max-width: 640px;
	margin: 0 auto;
}
.index_page_center .list {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.index_page_center .list .list_img {
	width: 36%;
	text-align: center;
	padding-right: 1%;
	padding-top: 1%;
}
.index_page_center .list .list_img a {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.index_page_center .list .list_img a img {
	vertical-align: middle;
	width: 100%;
}
.index_page_center .list .list_content {
	width: 63%;
	height: 77px;
	zoom: 1;
	position: relative;
	font-size: 10px;
}
.index_page_center .list .list_content h4 a {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
.index_page_center .list .list_content h4 a:hover {
	color: #1d9de7;
}
.index_page_center .list .list_content .desc {
	color: #999;
	margin-top: 2px;
}
.index_page_center .list .list_content .tag {
	position: absolute;
	bottom: 0;
	color: #999;
}

/*article*/
.article_page_center {
	width: 96%;
	max-width: 640px;
	margin: 0 auto;
}
.article_page_center h1 {
	padding: 1%;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #333;
}
.article_page_center .info {
	padding: 1%;
	font-size: 10px;
	color: #999;
	color: #999;
}
.article_page_center .detail {
	font-size: 13px;
	line-height: 1.7em;
	color: #333;
	padding: 1% 1% 3% 1%;
	margin-top: 2%;
	border-top: 1px dashed #eee;
}
.article_page_center .detail img {
	max-width: 100%;
	display: block;
	margin: 10px auto;
	vertical-align: middle;
}
.article_page_center .box-footer {
	padding: 10px 1%;
	background-color: #f6f8f8;
	border-top: 1px solid #efefef;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	min-height: 50px;
}
.article_page_center .box-footer p {
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
}
.article_page_center .box-footer a {
	font-size: 12px;
	font-weight: 500;
	color: #333;
}
.article_page_center .box-footer a:hover {
	color: #1d9de7;
}
.article_page_center .like {
	width: 100%;
	margin: 0 auto;
	margin-top: 2%;
	min-height: 100px;
}
.article_page_center .like ul li {
	display: inline-block;
	width: 47%;
	height: 125px;
	text-align: center;
	margin: 0 1%;
	overflow: hidden;
}
.article_page_center .like ul li .like-img {
	display: block;
	height: 90px;
	overflow: hidden;
}
.article_page_center .like ul li img {
	width: 100%;
	vertical-align: middle;
}
.article_page_center .like ul li p {
	text-align: left;
	margin-top: 5px;
	font-size: 10px;
}
.article_page_center .like a {
	color: #333;
}
.article_page_center .like a:hover {
	color: #1d9de7;
}
