.info-container {
	width: 100%;
	margin-top: 80px;
}
.info-banner {
	position:relative;
	height: 480px;
	max-width:1200px;
	margin:100px auto 0;
	background:#333;
}
.info-banner-prev,.info-banner-next {
	position:absolute;
	top:50%;
	margin-top:-50px;
	width:56px;
	height:100px;
	z-index:2;
	cursor:pointer;
}
.info-banner-next {
	right:0;
	background:url(/skin/pc/images/5_arrow.png) no-repeat
}
.info-banner-prev {
	left:0;
	background:url(/skin/pc/images/5_arrow_l.png) no-repeat;
}
.info-banner-con {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.info-banner-item {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	transition:all .4s ease-in-out;
}
.info-banner-tit {
	position:absolute;
	width:100%;
	height:60px;
	line-height:60px;
	font-size:30px;
	color:#fff;
	padding-left:50px;
	box-sizing:border-box;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.7)
}
.info-banner-item.show {
	opacity: 1;
}
.info-list {
	max-width:1400px;
	margin:0 auto 60px;
	overflow:hidden;
}
.info-list-con {
	margin-left:-18px;
	margin-right:-18px;
	min-height: 300px;
}
.info-list-box {
	float:left;
	width: 30.3333333%;
	height: 380px;
	box-sizing:border-box;
	margin:60px 20px 0;
	margin: 15px 20px 15px;
	background-color: #f3f2f2;
}
.info-list-box a {
	color:#333;
}
.info-list-box-img {
	position:relative;
	width:100%;
	height:254px;
	background:#999;
	overflow:hidden;
}
.info-list-box-img img {
	position:absolute;
	transition: all .2s ease;
}
.info-list-box-nr {
	padding:15px;
}
.info-list-box-nr .nr-dt {
	padding:15px 0;
	overflow:hidden;
	color: #666;
    font-size:1rem;
}
.info-list-box-nr .nr-dt-time {
	float:left;
}
.info-list-box-nr .nr-dt-source {
	float:right;
}
.info-list-box-nr h3 {
	font-size:18px;
	font-weight:bold;
	color:#333;
	line-height: 1.625em;
	
	height:58px;
	overflow:hidden;
    text-overflow:ellipsis;
    display:?-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.info-list-box-nr p {
	padding-top:15px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.info-list-box:hover .info-list-box-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
/*×ÊÑ¶ÏêÇé*/
.info-detail-container {
	padding-top: 80px;
	max-width:800px;
	margin:0 auto;
}
.info-detail-head {
	padding:40px 0 20px;
	border-bottom:1px solid #e0e0e0;
	overflow:hidden;
}
.info-detail-tit {
	text-align:center;
}
.info-detail-tit h3 {
	font-size:24px;
	line-height:40px;
}
.info-detail-tit p {
	display:inline-block;
	vertical-align:middle;
	color:#626262;
	padding-top:10px;
}
.info-detail-tit p a {
	color:#626262;
}
.info-detail-tit .time {
	margin-right:30px;
}
.info-detail-con {
	padding:20px;
	border-bottom:1px solid #e0e0e0;
	line-height:24px;
}
.info-detail-con img {
	margin: 0 auto
}
.info-detail-img {
	width:500px;
	margin:20px auto;
}
.info-detail-share {
	padding:20px 0 40px;
	text-align:center;
}
@media screen and (max-width:1366px) {
	.info-banner,.info-list {
	max-width:1000px;
}
.info-list-box {
	width:305px;
	height:325px;
}
.info-list-box-nr h3 {
	font-size: 1em;
}
.info-list-box-img {
	height:218px;
}
}
/*img {*/
	/*display: inline-block;*/
	/*
}*/
	@media screen and (max-width:1024px) {
	.info-banner,.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;
}
}<!--ºÄÊ±1754345045.9816Ãë-->