.main_container{
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    margin-top: 50px;
    overflow: hidden;
}
.inner {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.act-head{
	width:100%;
}
.act-head .act-head-nav {
    color: #000;
    padding-left: 22px;
    background: url(../images/common/arclist_home.png) no-repeat center left;
}
.act-head .act-head-nav a{
	color:#727272;
}
.act-items a{
	color:#727272;
}
.act-head .act-head-nav a ,.act-head .act-head-nav span{
    font-size: 12px;
}
.act-items {
	width: 100%;
    padding: 20px 35px 10px 35px;
}
.act-items .act-item {
    margin-bottom: 40px;
}
.act-items .act-item-title {
    position: relative;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}
.act-items .act-item-title .act-item-name a{
    font-size: 24px;
    line-height: 42px;
}
.act-items .act-item-title .act-item-time {
    position: absolute;
    right: 0;
    top: 0;
}
.act-items .act-item-title .act-item-time span{
	color: #ff7007;
    font-size: 36px;
    padding: 0 8px;
    font-weight: 700;
}
.act-item-end,.act-item-start{
	position: absolute;
    right: 0;
    top: 0;
	font-size:25px;
	color:#c70102;
}
.act-items .act-item-cover {
    width: 100%;
    height: 400px;
	overflow:hidden;
}
.act-items .act-item-cover img{
    width: 100%;
}
.act-pager {
    text-align: center;
    font-size: 12px;
	margin-bottom:20px;
}
.act-pager .pagination{
	list-style:none;
}
.act-pager .pagination li{
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:100%;
	background-color:#7b7b7b;
	display:inline-block;
	margin:0px 2px;
}
.act-pager .pagination li:hover{
	background-color:#ea5413;
}
.act-pager .pagination li a{
	color:white;
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}
.act-pager .pagination li.prev,.act-pager .pagination li.next{
	width:30px;
	height:30px;
	line-height:30px;
}
.act-pager .pagination li.prev{
	margin-right:6px;
}
.act-pager .pagination li.next{
	margin-left:6px;
}
.act-pager .pagination li.active{
	background-color:#ea5413;
}
.act-pager .pagination li.prev span,.act-pager .pagination li.next span{
	color:white;
	font-size:18px;
	line-height: 28px;
}
.act-pager .pagination li.prev a,.act-pager .pagination li.next a{
	color:white;
	font-size:18px;
	line-height: 28px;
}
.act-pager .pagination li.disabled{
	background-color:#AFAFAF;
	cursor:not-allowed;
}