@media screen and (min-width:750px) {
	.banner {
		width: 100%;
		height: 200px;
		overflow: hidden;
		background: url(../img2/activity.jpg) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		color: #fefefe;
		font-size: 24px;
		padding: 100px 0 0
	}

	.banner-content {
		width: 1200px;
		height: 200px;
		padding: 100px 0 0 50px;
		text-align: left;
		margin: 0 auto;
		background: url(../img2/group_photo.jpg) no-repeat;
		background-size: 100% 100%
	}

	.banner-eng {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		margin-top: 5px
	}

	.activity {
		width: 1200px;
		min-height: 600px;
		padding: 50px 0;
		margin: 0 auto
	}

	.activity-title {
		font-size: 26px;
		font-weight: 900;
		height: 64px;
		line-height: 64px
	}

	.activity-title span {
		padding: 0 0 0 10px
	}

	.activity-cont {
		position: relative
	}

	.activity-cont div {
		position: relative;
		margin-left: 16px;
		padding: 0 0 0 36px;
		height: 36px;
		line-height: 36px
	}

	.activity-cont div img {
		width: 6px;
		height: 6px;
		position: absolute;
		left: 20px;
		top: 15px
	}

	.activity-cont .activity-img {
		width: 200px;
		height: 100px;
		margin: 20px 20px 0 52px
	}

	.read {
		color: #ccc;
		cursor: pointer
	}

	.read:active,.read:hover {
		color: #000
	}
}

@media screen and (max-width:750px) {
	.banner {
		width: 100%;
		height: 40px;
		overflow: hidden;
		background: url(../img2/activity.jpg) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		color: #fefefe;
		font-size: 24px;
		padding: 40px 0
	}

	.banner-content {
		width: 320px;
		height: 40px;
		padding: 100px 0 0 50px;
		text-align: left;
		margin: 0 auto;
		background: url(../img2/group_photo.jpg) no-repeat;
		background-size: 100% 100%
	}

	.banner-eng {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		margin-top: 5px
	}

	.activity {
		width: 320px;
		// min-height: 600px;
		padding: 20px 0;
		margin: 0 auto
	}

	.activity-title {
		font-size: 20px;
		font-weight: 900;
		height: 36px;
		line-height: 36px
	}

	.activity-title span {
		padding: 0 0 0 3px
	}

	.activity-cont {
		position: relative
	}

	.activity-cont div {
		position: relative;
		padding: 0 0 0 16px;
		height: 36px;
		line-height: 36px
	}

	.activity-cont div img {
		width: 6px;
		height: 6px;
		position: absolute;
		left: 5px;
		top: 15px
	}

	.activity-cont .activity-img {
		width: 100px;
		margin: 10px 0 0 17px
	}

	.read {
		color: #ccc;
		font-size: 14px
	}

	.read:active,.read:hover {
		color: #000
	}

	.activity-cont .mobile {
		margin: 42px 0 0
	}
}