﻿@charset "utf-8";
/* CSS Document */

/*公用部分*/

/*初始化body,ul,li,a,img*/
* {
	margin: 0 auto;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: '微软雅黑';
	font-size: 14px;
	line-height: 1.7em;
	background-color: #f1f1f1;
	max-width:640px;
	margin:0 auto;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	float: left;
}
a {
	text-decoration: none;
	color: #333;
}
/*去除图片的边框和外边距*/
img {
	border: 0px;
	vertical-align: bottom;
}
/*标题*/
.lit {
	width: 100%;
	height: 33px;
	line-height: 45px;
	letter-spacing: 3px;
	position: relative;
	padding-left: 3%;
}
.lit h4 {
	float: left;
	font-weight: normal;
	font-size: 15px;
	position: relative;
	z-index: 1;
	border-bottom: 3px solid #2b459a;
	line-height: 30px;
}
/*Map位置放置*/
.lit span {
	display: block;
	font-size: 14px;
	margin-right: 1em;
	float: right;
}
/*分享与顶踩*/
.pagingBox a {
	color: #5f5d5d;
	;
}
.pagingBox {
	overflow: hidden;
	color: #5f5d5d;
	display: inline;
}
/*放分享与顶踩等大内容的地方*/
.bigBox {
	width: 100%;
	overflow: hidden;
}
.liebiao {
}
.liebiao ul li {
	width: 28%;
	display: block;
	line-height: 34px;
	font-size: 14px;
	color: #000;
	margin-left: 5%;
	background: url(../images/blm.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 2%;
}
.liebiao ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 2%;
}
.liebiao a {
	font-size: 14px;
	color: #000;
}
.liebiao ul ul {
	display: none;
}
.liebiao ul ul li {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #000;
	width: 100%;
}
.liebiao ul ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*文字列表部分*/
.list {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0;
}
.list li {
	width: 100%;
	min-height: 40px;
	height: auto !important;
	line-height: 40px;
	clear: both;
	padding: 0 1px;
}
.list li p {
	margin-left: 1em;
	margin-right: 1em;
}
.list li a {
	float: left;
}
.list span {
	float: right;
	margin-left: 1em;
}
/*图片列表部分*/

.imgList {
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.imgList li {
	margin: 2% 2%;
	width: 45%;
	font-size: 13px;
	height: 10rem;
}
.imgList li img {
	width: 100%;
	height: 88%;
}
.imgList li h3 {
	margin-top: 10px;
	font-weight: normal;
	/*文字起出部分，变成。。。*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*图文内容部分*/
.content {
	width: 100%;
	overflow: hidden;
}
.content p {
	text-indent: 2em;
	text-align: justify;
}
.content h2 {
	text-align: center;
	margin: 1em 0 0.5em 0;
}
.content h4 {
	text-align: center;
	font-weight: normal
}
.content h1 {
	color: #333;
	font-weight: normal;
	font-size: 1.1rem;
	text-align: center;
	margin:10px auto;
}
.content p {
	margin: 1em;
	overflow: hidden;
}
.content img {
	width: 95%;
	height: 95%;
}
/*左右布局*/
.left {
	overflow: hidden;
	float: left;
}
.right {
	overflow: hidden;
	float: right;
}
/*第一种脚部部分*/
.footing {
	width: 100%;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 54px;
}
.footing h4 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}
/*第二种底部*/
.footList {
	width: 33%;
	float: left;
	height: auto;
}
.footLeft {
	border-right: solid 1px #FFFFFF;
}
.footRight {
	border-left: solid 1px #FFFFFF;
}
/*测试*/
.borderr {
	border: solid 1px #ff0000;
}
/*清除浮动*/
.clearFlo {
	clear: both;
}
.txtCenter {
	text-indent: 0;
	text-align: center;
}
.txtCenter h4 {
	text-align: center;
	float: none;
}
/*效果*/
.shadow {
	-webkit-box-shadow: 5px 3px 15px rgba(95,93,93,0.8),  -8px 3px 20px rgba(95,93,93,0.8) inset;
	-moz-box-shadow: 5px 3px 15px rgba(95,93,93,0.8),  -8px 3px 20px rgba(95,93,93,0.8) inset;
	box-shadow: 5px 3px 15px rgba(95,93,93,0.8),  -8px 3px 20px rgba(95,93,93,0.8) inset;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);/*for ie6,7,8*/
}
.radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rad_sha {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 3px 15px rgba(95,93,93,0.8),  -8px 3px 20px rgba(95,93,93,0.8) inset;
	-moz-box-shadow: 5px 3px 15px rgba(95,93,93,0.8),  -8px 3px 20px rgba(95,93,93,0.8) inset;
	box-shadow: 5px 3px 15px rgba(95,93,93,0.8),  -8px 3px 20px rgba(95,93,93,0.8) inset;
}