.content {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.shownews {
	padding: 30px 0;
}
.shownews .tit {
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.shownews .date {
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	color: #b7b7b7;
}
.shownews .date span {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #b7b7b7;
}
.shownews .nr {
	padding: 30px 0;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.shownews .nr a {
	color: #4a3fbf;
	text-decoration: underline;
}
.shownews .pic {
	text-align: center;
	padding: 0 100px;
	position: relative;
	max-width: 600px;
	margin: 0 auto 20px;
}
.shownews .pic img {
	width: 100%;
	height: auto;
}
.shownews .pic .prev, .shownews .pic .next {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 22px;
	transition: all 0.5s;
}
.shownews .pic .prev {
	top: 50%;
	margin-top: -30px;
	left: 0;
}
.shownews .pic .next {
	top: 50%;
	margin-top: -30px;
	right: 0;
}
.shownews .pic .prev:hover, .shownews .pic .next:hover {
	background: rgba(0,0,0,.7);
}
.shownews .sxp a:hover {
	background: #02ACB0;
	color: #fff;
}