*{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
@font-face {
	font-family:"SourceHanSerifCN-Bold";
	src: url(../font/SourceHanSerifCN-Bold.otf);
}
@font-face {
	font-family:"SourceHanSerifCN-Light";
	src: url(../font/SourceHanSerifCN-Light.otf);
}
@font-face {
	font-family:"SourceHanSerifCN-Medium";
	src: url(../font/SourceHanSerifCN-Medium.otf);
}
body{
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}
/* banner */
.slideBox{
	width: 100%;
	position: relative;
	padding-top: 2.2rem;
}
.slideBox .hd{
	width: 30%;
	position: absolute;
	left: 35%;
	bottom: 0.5rem;
	z-index: 100;
}
.slideBox .hd ul{
	width: 100%;
	overflow: hidden;
}
.slideBox .hd li{
	width: 25%;
	margin-left: 6%;
	float: left;
	height: 0.2rem;
	border-radius: 0.5rem;
	border: 1px solid #CDD3D7;
}
.slideBox .on{
	background-color: #CDD3D7;
}
.slideBox .bd{
	width: 100%;
}
.slideBox .bd li{
	width: 100%;
}
.slideBox .bd li img{
	width: 100%;
	max-width: 640px;
}
.main{
	width: 93.75%;
	margin: 0 auto;
}
.location{
	width: 100%;
	height: 2rem;
	font-size: 0.5335rem;
	line-height: 2rem;
	color: #8d8d8d;
	border-bottom: 0.025rem solid #eeeeee;
}
.location span{
	width: 0;
	font-size: 0;
	vertical-align: middle;
	border: 0.2rem solid #0a3f8a;
	border-color: transparent;
	border-left-color: #0a3f8a;
}
.location a{
	color: #3b5b98;
	font-size: 0.5335rem;
	text-decoration: none;
}
.title{
	width: 100%;
	text-align: center;
	color: #303030;
	font-weight: bold;
	font-size: 0.6rem;
	word-break: break-all;
	margin-top: 0.6rem;
}
.main_p{
	width: 100%;
	margin: 0 auto;
	margin-top: 0.6rem;
	overflow: hidden;
}
.main_p span{
	font-size: 0.5335rem;
	color: #a5a5a5;
}
.benwen{
	margin-top: 0.3rem;
	font-size: 0.5rem;
}
.tuijian{
	overflow: auto;
	margin-top: 10px;
}
.tuijian p{
	font-size: 0.6rem;
	color:#303030;
	padding-bottom: 0.3rem;
}
.tuijian ul li{
	overflow: auto;
	width: 100%;
	margin-bottom:0.375rem;
}
.tuijian .left{
	width: 50%;
	float: left;
}
.tuijian .left img{
	width: 100%;
}
.tuijian .right{
	font-size: 0.6rem;
	width: 45%;
	float: right;
}
.tuijian .right .right_top{
	margin-top: 0.125rem;
	color:#030303;
	margin-bottom:0.25rem;
}
.tuijian .right .right_jian{
	color:#a4a4a4;
	font-size: 0.5rem;
	line-height: 0.8rem;
}
.tuijian ul li:last-child{
	margin-bottom: 0;
}
a{
	 text-decoration: none;
}
.benwen a{
	color:#157efb;
}
.time{
	float: left;
}
.laiyuan{
	float: left;
	margin-left: 50px;
}
.author{
	float: right;
}
.content{
	width: 100%;
	margin-top: 0.6rem;
	padding-bottom: 0.6rem;
	border-bottom: 0.025rem solid #eeeeee;
}
.content p{
	width: 100%;
	color: #535353;
	line-height: 0.85rem;
	text-align: justify;
	/* text-indent: 2em; */
	font-size: 0.5335rem;
}
.content p img{
	width: 100%!important;
}
.content div img{
	width: 100%!important;
}
.piece{
	width: 100%;
	margin-top: 0.35rem;
	padding-top: 0.025rem;
	padding-bottom: 0.35rem;
}
.piece p{
	width: 100%;
	font-size: 0;
	margin-top: 0.25rem;
}
.piece p a{
	display: inline-block;
	color: #aaaaaa;
	font-size: 0.5335rem;
	text-decoration: none;
}