.acti-content {
	width: 100%;
	background: url("../image/game-bg.png") no-repeat center top #eeecec;
	background-size: 100% auto;
	padding-top: 80px;
	background-attachment: fixed;
	min-height: 42.0vw;
}

.acti-wrap {
	width: 61.5%;
	max-width: 1200px;
	/*width: 1100px;*/
	/*border: 1px solid red;*/
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.awrap-left {
	width: 16%;
	height: 188px;
	/*width: 14.8%;
	max-width: 172px;*/
	/*max-height: 188px;*/
	/*height: 9.8vw;*/
	/*border: 1px solid red;*/
	float: left;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 86px;
}

.awrap-right {
	width: 83.6%;
	/*width: 920px;*/
	/*width: 85%;
	max-width: 1000px;*/
	float: right;
}

.awrap-left li {
	width: 100%;
	height: 47px;
	line-height: 47px;
	padding-left: 10%;
	overflow: hidden;
	padding-right: 10%;
	cursor: pointer;
}

.awrap-left li+li {
	border-top: 1px solid #e6e6e6;
}

.nav-txt {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	float: left;
}

.nav-img {
	float: right;
}

.acti-txt {
	font-size: 14px;
	color: #333;
	margin-left: 10px;
	vertical-align: middle;
}

.acti-img {
	vertical-align: middle;
}

.inforClass {
	background-color: #ccc;
	/*border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;*/
}

.crumb-nav {
	width: 100%;
	height: 86px;
	line-height: 86px;
	font-size: 14px;
}

.ac-h {
	color: #000;
}

.article-wrap {
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 8px;
	min-height: 40.0vw;
}

.article-list {
	width: 87%;
	/*border: 1px solid red;*/
	margin: 85px auto 0;
}

.list-content {
	width: 100%;
	overflow: hidden;
}

.list-img {
	/*width:23.5%;
	height: 5.85vw;*/
	width: 23.5%;
	/*width: 204px;*/
	height: 112px;
	float: left;
}

.list-img> img {
	width: 100%;
	height: 100%;
}

.list-txt {
	width: 73%;
	/*border: 1px solid red;*/
	float: right;
	cursor: pointer;
}

.list-txt p {
	margin: 0 0 5px;
}

.div-p1 {
	width: 100%;
	/*height: 27px;*/
	overflow: hidden;
}

.p-txt1 {
	width: 100%;
	font-size: 18px;
	/*line-height: 22px;*/
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.div-p2 {
	width: 100%;
	height: 40px;
	margin-top: 5px;
	overflow: hidden;
}

.p-txt2 {
	width: 100%;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.li-time {
	width: 100%;
	margin-top: 5px;
}

.li-time> span {
	font-size: 14px;
	color: #999;
}

.span1 {
	float: left;
}

.span2 {
	float: right;
}

.article-list> div {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 24px;
}

.article-list> div+ div {
	padding-top: 26px;
}

.page-content {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 35px;
}

.layui-laypage a,
.layui-laypage span {
	font-size: 14px !important;
	color: #999 !important;
}

.layui-laypage-prev,
.layui-laypage-next {
	border: none !important;
	width: auto !important;
}

.layui-laypage a,
.layui-laypage span {
	width: 20px;
	height: 20px;
	padding: 0 !important;
	line-height: 20px;
	border: 1px solid #999;
	margin-left: 10px;
	border-radius: 3px;
}

.layui-laypage-skip {
	width: auto !important;
}

.layui-laypage input {
	width: 35px;
	height: 25px;
	padding: 0;
	border-radius: 3px;
	margin-top: 2px;
}

.layui-laypage-btn {
	border: none !important;
	font-size: 14px !important;
	color: #999 !important;
	padding: 0 !important;
}

.zg {
	color: #ec4221;
}

.wrap-headerapp {
	display: none;
}

.footerapp-content {
	display: none;
}


/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media (max-width: 1440px) {
 .acti-wrap {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}
	/*.p-txt1 {
		font-size: 16px;
	}*/
}
/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media (max-width: 1200px) {
	/*.p-txt1 {
		font-size: 16px;
	}
	.p-txt2 {
		height: 32px;
		font-size: 12px;
		line-height: 15px;
	}
	.nav-txt {
		font-size: 14px;
	}
	.acti-txt {
		font-size: 12px;
	}*/
}


/* 中等屏幕（桌面显示器，小于等于 992px） */

@media (max-width: 992px) {
	.p-txt1 {
		height: 18px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.li-time> span {
		font-size: 12px;
	}
	.nav-txt {
		font-size: 12px;
	}
}

@media (max-width: 850px) {
	/*.p-txt1 {
   	  font-size: 12px;
   }*/
}


/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
	.acti-content {
		padding-top: 60px;
	}
	.wrap-header {
		display: none;
	}
	.wrap-headerapp {
		display: block;
	}
	.footer-content {
		display: none;
	}
	.footerapp-content {
		display: block;
	}
	.article-list {
		margin: 20px auto 0;
	}
	.p-txt2 {
		height:17px;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
		overflow: hidden;
	}
	.awrap-left {
		display: none;
	}
	.acti-wrap {
		width: 95%;
	}
	.awrap-right{
		width: 100%;
	}
	.crumb-nav {
		height: 45px;
		line-height: 45px;
	}
	.list-img {
		height: 55px;
	}
	.article-list> div {
		padding-bottom: 10px;
	}
	.div-p1 {
		height:18px;
	}
	.div-p2 {
		height:16px;
	}
	.article-list> div+ div {
		padding-top: 18px;
	}
	.page-content {
		margin-bottom: 10px;
		margin-top: 10px;
	}
}