body,ul,ol,li,p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
body{
	color: #333;
}
body ul li.last{
	margin-right: 0;
}
ul,ol,li{
	list-style-type: none;
}
a{
	color: #333;
}
img{
	border: none;
}
.content,
.littlebread,
.newstitle,
.newscontent1,
.newsimg {
	width: 100%;
	padding-top: 0;
}
.content {
	margin: 0 auto;
}
.goto{
    display: inline-block;
}
.goto:hover{
	color:#FA9338;
}
.wrap {
	width: 1000px;
	min-height: calc(100vh - 312px);
	margin: 20px auto;
	padding-bottom: 20px;
}
.wrap>ul{
	width: 100%;
	margin: 0 auto;
}
.wrap>ul>li{
	display: inline-block;
    font-size: 12px;
    line-height: 30px;
}
.littlebread {
	font-size: 12px;
	line-height: 30px;
}

.littlebread a {
	display: inline-block;
	color: #333;
}

.littlebread a:hover {
	color: #ff3333;
}

.newstitle {
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
}

.newstitle h3 {
	font-size: 20px;
	color: #000;
	/*font-weight: 400;*/
	line-height: 36px;
}

.newstitle p {
	font-size: 16px;
	line-height: 30px;
}

.newscontent1 p {
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
	text-align: justify;
}

.newscontent1 .link {
	color:darkgray;
	font-size: 10px;
}

.newscontent1 p.center{
	text-align: center;
	text-indent: 0;
	font-weight: 700;
	padding-bottom: 20px;
}

.newscontent1 p.strong span{
	font-weight: 700;	
}

.newsimg {
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}
.newsimg img{
	width:auto;
	max-width: 100%;
}


/*content style end*/


/*————————————-————————————————————————分割线—————————————————————————————————————————————*/


/*computer bigthan1200 start*/

@media only screen and (min-width: 1201px) {}


/*computer end*/


/*————————————-————————————————————————分割线—————————————————————————————————————————————*/


/*note between993-1200 start*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.wrap {
		width: 900px;
	}
}


/*note end*/


/*————————————-————————————————————————分割线—————————————————————————————————————————————*/


/*ipad between769-992 start*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.content {
	    padding-bottom: 30px;
	}
	.content>ul{
		display: none;
	}
	.wrap {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.newsimg {
		padding: 20px 28px;
		box-sizing: border-box;
	}
}


/*ipad end*/


/*————————————-————————————————————————分割线—————————————————————————————————————————————*/


/*phone lessthan768-- start*/

@media only screen and (max-width: 767px) {
	.content1 {
	    padding-bottom: 20px;
	}
	.content>ul{
		display: none;
	}
	.wrap {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.wrap>ul{
		display: none;
	}
	.newstitle {
		padding: 10px 0;
	}
	.newstitle h3 {
		font-size: 16px;
		line-height: 30px;
		font-weight: 600;
	}
	.newstitle p {
		font-size: 12px;
		line-height: 30px;
	}
	.newsimg {
		padding: 10px 0;
		box-sizing: border-box;
	}
}