.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 ,.act-head .act-head-nav span{
    font-size: 12px;
}
.act-head .act-head-nav a{
	color: #727272;
}
.act-items {
	width: 100%;
    padding: 20px 35px 10px 35px;
}
.act-items .act-item {
    margin-bottom: 20px;
}
.act-items .act-item-title {
    position: relative;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}
.act-items .act-item-title .act-item-name p{
    font-size: 22px;
    color: #f60;
    font-weight: 700;
    margin-bottom: 22px;
}
.act-items .act-item-title .act-item-time {
    position: absolute;
    right: 0;
    top: 0;
}
.act-items .act-item-title .act-item-num {
    color: #ff7007;
    font-size: 36px;
    padding: 0 8px;
    font-weight: 700;
}
.act-items .act-item-cover {
    width: 100%;
    height: 400px;
	overflow:hidden;
}
.act-items .act-item-cover img{
    width: 100%;
}
.act-detail {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 0px 35px;
	margin-bottom:20px;
}
.act-detail .left {
    position: relative;
    float: left;
    width: 850px;
    background: #f7f8f8;
    padding: 3px 10px 0 24px;
}
.left .act-title {
    height: auto;
    padding: 21px 0 8px;
}
.left .act-title b {
    color: #666;
	font-weight: 700;
    font-size: 22px;
    margin-right: 5px;
}
.left .act-title span {
    color: #b3b3b3;
    font-size: 14px;
	font-weight:300;
}
.left .content {
    font-size: 14px;
    line-height: 23px;
    color: #666;
    padding: 0 0 13px;
    border-bottom: 1px #ccc solid;
}
.left .content p{
	font-size: 14px;
    line-height: 23px;
    color: #666;
}
.left .content .pp{
	line-height: 28px;
    font-size: 16px;
}
.left .content span p{
	line-height: 28px;
    font-size: 16px;
}
.left .content span p a{
	line-height: 28px;
    font-size: 16px;
}
.left .content span{
	line-height: 28px;
    font-size: 16px;
}
.left .apply {
    padding-top: 15px;
}
.left .apply .title {
    font-weight: 700;
    font-size: 20px;
    color: #f60;
}
.left .apply p {
    font-size: 12px;
    color: #999;
    margin: 5px 0;
}
.left .apply-sub {
    height: 36px;
    border: 1px #f60 solid;
    border-width: 1px 0;
    position: relative;
    width: 592px;
    margin-bottom: 24px;
}
.left .sub-left {
    width: 102px;
    left: 0;
    border: 1px #f60 solid;
    border-width: 0 1px;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    background: #fff;
    text-align: center;
}
.left .sub-left, .left .sub-mid, .left .sub-right {
    position: absolute;
    top: 0;
    height: 34px;
    line-height: 34px;
}
.left .sub-mid {
    left: 103px;
    border: 0;
    width: 395px;
    padding-left: 10px;
    font-size: 14px;
}
.left .sub-right {
    display: block;
    width: 94px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: #f60;
    right: 0;
    text-align: center;
}
.act-detail .right {
    float: right;
    width: 256px;
    background: #ccc;
}
.act-detail .right .qrcode-box {
    height: 286px;
}
.act-detail .right .qrcode-box .qrcode {
    width: 200px;
    height: 200px;
    margin: 20px auto;
    display: block;
	background-color:white;
	padding:10px;
}
.act-detail .right .qrcode-box .qrcode-text {
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: 700;
}
.act-detail .right .qrcode-box .qrcode-text {
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: 700;
}
.act-box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
	margin-bottom:50px;
}
.act-title {
    height: 62px;
    padding: 20px 0;
    line-height: 1;
}
.act-title b {
    font-weight: 700;
    font-size: 22px;
    color: #f60;
    margin-right: 5px;
}
.act-title span {
    font-size: 16px;
    color: #666;
}
.act-title .link {
    float: right;
    width: 54px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    height: 16px;
    color: #fff;
    background: #666;
    margin-top: 4px;
}

.noRecord{
	text-align:center;
}
.noRecord p{
	font-size: 16px;
    margin: 20px auto;
    letter-spacing: 2px;
}

.nowCreate{
	background: #f60;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    display: block;
    position: absolute;
    right: 25px;
    top: 15px;
}
.nowCreate.btn-dis{
	background: #b3b3b3;
	cursor:default;
}

/*作品*/
.cases .case{
	float: left;
    margin: 0 46px 30px 0;
    width: 245px;
    position: relative;
}
.cases .case:nth-child(4n){
	margin-right:0;
}
.cases .case_preview{
    width: 100%;
    height: 245px;
	overflow:hidden;
    position: relative;
}
.cases .case_preview .case_oldimage {
    width: 100%;
    height: 100%;
}
.cases .case_preview .case_oldimage img {
    width: 100%;
}
.cases .case_preview .case_qrcode {
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 10;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.cases .case_preview .case_qrcode span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.6;
    filter: alpha(60);
}
.cases .case_preview .case_qrcode>div {
    padding: 10px;
    position: relative;
    z-index: 10;
    background-color: white;
}
.cases .case_name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: white;
    
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.cases .case_name a{
	font-size: 12px;
	color: #711515;
}
.cases .case_user{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 12px;
	overflow: hidden;
	background: white;
    color: #76838f;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.cases .case_user .case_read{
	font-size: 14px;
}
.cases .case_user .case_read:before {
    content: '\e64a';
    font-family: 'ficon';
	margin-right:3px;
}
.cases .case_user .case_author{
	float:right;
}
.cases .case_user .case_author span{
	display:block;
	height:100%;
	float:left;
	font-size: 12px;
	color: #76838f;
}
.cases .case_user .case_author img{
	width:24px;
	height:24px;
	margin:8px 0 8px 10px;
	float:left;
	border-radius: 3px;
}

.load-more {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color: #ecf8ff;
    color: #0090eb;
}