.phactivity-info-wrap {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background-color: white;
	overflow-x: hidden;
}
/*大标题*/

.phactivity-info-wrap .title-box {
	width: 100%;
	display: inline-block;
	text-align: center;
	border-bottom: solid 1px #E6E6E6;
}

.phactivity-info-wrap .title-box .title {
	font-size: 19px;
	color: #353535;
	font-weight: bold;
}

.phactivity-info-wrap .title-box .title-info {
	padding: 10px 0;
	font-size: 16px;
	color: #4C4C4C;
}

.phactivity-info-wrap .title-box .title-info span {
	margin: 0 15px;
}


/*内容*/

.phactivity-info-wrap .text-box {
	margin-top: 20px;
	padding: 0 10px;
}

.phactivity-info-wrap .text-box .text {
	font-size: 16px;
	color: #4C4C4C;
	line-height: 35px;
	text-indent: 32px;
	padding: 0 0px 18px;
	text-align: justify;
}


/*图片*/

.phactivity-info-wrap .text-box .banner-box {
	width: 100%;
	text-align: center;
}

.phactivity-info-wrap .text-box .banner-box img {
	height: 250px;
	width: 650px;
}
/*banner*/

.phactivity-info-wrap .banner-box {
    width: 1160px;
    text-align: center;
    margin: 0 auto;
}

.phactivity-info-wrap .banner-box img {
    height: 270px;
    width: 100%;
}

/*小标题*/

.phactivity-info-wrap .title-text {
	margin: 18px 0;
	background: #F5F5F5;
}

.phactivity-info-wrap .title-text .title-item {
	padding-bottom: 8px;
	font-size: 16px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #940000;
	padding: 0 5px;
	border-radius: 2px;
	font-weight: 600;
}