.info-container {
	width: 100%; margin-top: 80px;
}
.info-banner {
	background: rgb(51, 51, 51); margin: 100px auto 0px; height: 480px; position: relative; max-width: 1200px;
}
.info-banner-prev {
	top: 50%; width: 56px; height: 100px; margin-top: -50px; position: absolute; z-index: 2; cursor: pointer;
}
.info-banner-next {
	top: 50%; width: 56px; height: 100px; margin-top: -50px; position: absolute; z-index: 2; cursor: pointer;
}
.info-banner-next {
	background: url("../images/public/5_arrow.png") no-repeat; right: 0px;
}
.info-banner-prev {
	background: url("../images/public/5_arrow_l.png") no-repeat; left: 0px;
}
.info-banner-con {
	width: 100%; height: 100%; overflow: hidden; position: relative;
}
.info-banner-item {
	transition:0.4s ease-in-out; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; opacity: 0;
}
.info-banner-tit {
	background: rgba(0, 0, 0, 0.7); left: 0px; width: 100%; height: 60px; bottom: 0px; color: rgb(255, 255, 255); line-height: 60px; padding-left: 50px; font-size: 30px; position: absolute; box-sizing: border-box;
}
.info-banner-item.show {
	opacity: 1;
}
.info-list {
	margin: 0px auto 60px; overflow: hidden; max-width: 1200px;
}
.info-list-con {
	margin-right: -18px; margin-left: -18px;
}
.info-list-box {
	margin: 60px 20px 0px; border: 1px solid rgb(215, 216, 217); border-image: none; width: 370px; height: 390px; float: left; box-sizing: border-box;
}
.info-list-box a {
	color: rgb(51, 51, 51);
}
.info-list-box-img {
	background: rgb(153, 153, 153); width: 100%; height: 184px; overflow: hidden; position: relative;
}
.info-list-box-img img {
	transition:0.2s; position: absolute;
}
.info-list-box-nr {
	padding: 0px 15px 15px;
}
.info-list-box-nr .nr-dt {
	padding: 15px 0px; overflow: hidden;
}
.info-list-box-nr .nr-dt-time {
	float: left;
}
.info-list-box-nr .nr-dt-source {
	float: right;
}
.info-list-box-nr h3 {
	color: rgb(51, 51, 51); font-size: 22px; font-weight: bold;
}
.info-list-box-nr p {
	padding-top: 15px;
}
.info-list-box:hover .info-list-box-img img {
	transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);
}
.info-detail-container {
	margin: 0px auto; padding-top: 80px; max-width: 800px;
}
.info-detail-head {
	padding: 40px 0px 20px; overflow: hidden; border-bottom-color: rgb(224, 224, 224); border-bottom-width: 1px; border-bottom-style: solid;
}
.info-detail-tit {
	text-align: center;
}
.info-detail-tit h3 {
	line-height: 40px; font-size: 24px;
}
.info-detail-tit p {
	color: rgb(98, 98, 98); padding-top: 10px; vertical-align: middle; display: inline-block;
}
.info-detail-tit p a {
	color: rgb(98, 98, 98);
}
.info-detail-tit .time {
	margin-right: 30px;
}
.info-detail-con {
	padding: 20px; line-height: 24px; border-bottom-color: rgb(224, 224, 224); border-bottom-width: 1px; border-bottom-style: solid;
}
.info-detail-con img {
	margin: 0px auto;
}
.info-detail-img {
	margin: 20px auto; width: 500px;
}
.info-detail-share {
	padding: 20px 0px 40px; text-align: center;
}
@media screen and (max-width:1366px)
{
.info-banner {
	max-width: 1000px;
}
.info-list {
	max-width: 1000px;
}
.info-list-box {
	width: 305px; height: 360px;
}
.info-list-box-nr h3 {
	font-size: 20px;
}
.info-list-box-img {
	height: 151px;
}
}
@media screen and (max-width:1024px)
{
.info-banner {
	max-width: 900px;
}
.info-list {
	max-width: 900px;
}
.info-list-box {
	width: 270px; height: 340px;
}
.info-list-box-nr h3 {
	font-size: 18px;
}
.info-list-box-img {
	height: 134px;
}
}
