#banner {
	width: 100%;
	height: 170px;
	overflow: hidden;
	margin-top: 43px;
	position: relative;
}

#banner .swiper-slide {
	width: 100%;
	position: relative;
	text-align: center;
}

#banner img {
	width: 100%;
}

.swiper-slide img{
	width: 100%;
}
.gallerytitle {
	text-align: center;
	font-size: 1.5rem;
	height: 42px;
	line-height: 42px;
	color: #fafafa;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
	background-color: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background: -webkit-gradient(linear, top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 66px;
	text-align: center;
	right: 0;
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #fff;
	margin: 0 2px;
	opacity: 0.8;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: #ff6600;
}
#article_list{
	width: 100%;
	overflow: hidden;
	height: auto;
}
.list_ul{
	margin: 4.8rem auto 1.5rem auto;
	width: 100%;
}
.list_li{
	width: 96%;
	height:7.6rem;
	margin: 0 auto;
	border-bottom: 1px #EFEFEF solid;
	padding: 1.2rem 0 1.2rem 0;
	position: relative;
}
.list_li:hover{
	background: rgba(0,0,0,0.05);
}
.list_pic{
	width:33%;
	height: 100%;
	max-height: 7.6rem;
	float: left;
}
.jianjie{
	width: 65%;
	margin-left: 2%;
	float:right;
	text-align: left;
}
.title{
	font-size: 1.5rem;
	color: #333;
	font-weight: 500;
	line-height: 1.8rem;
}
.description{
	margin-top: 0.4rem;
	font-size: 1.3rem;
	color: #999;
	line-height: 1.8rem;
	height: 3.6rem;
	overflow: hidden;
	width: 100%;
	text-indent:0 !important;
}

#pager {
	width:100%;
	margin: 0 auto;
	text-align: center;
	margin-top:10px;
	padding-bottom:10px;
}

.paged {
	width: 80%;
	text-align: center;
	margin: 10px auto;
	height: 3.0rem;
	line-height: 3.0rem;
	font-size: 1.4rem;
}

.page-a {
	display: inline-block;
	height: 3.0rem;
	line-height: 3.0rem;
	padding-left:1.1rem;
	padding-right:1.1rem;
	margin: 0 0.1rem;
	background-color:rgba(224,69,66,0.75);
}

.page-a:link,
.page-a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.page-a:hover {
	background-color: red;
}

.page-a:hover,
.page-a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.page-curr {
	display: inline-block;
	height: 3.0rem;
	line-height: 3.0rem;
	padding-left:1.1rem;
	padding-right:1.1rem;
	background-color:rgba(51,136,255,0.8);
	color: #fff;
	margin: 0 0.1rem;
}

.page-curr:link,
.page-curr:visited {
	text-decoration: none;
	color: #fff;
}

.page-curr:hover,
.page-curr:active {
	text-decoration: none;
	color: #FFFFFF;
}

.next-pre {
	width: 95%;
	margin: 0 auto 20px auto;
	text-align: left;
	color: #333;
}

.next-pre li {
	line-height: 25px;
}

.next-pre a {
	color: #555;
	font-size: 1.4rem;
}