.tcontent{
		background: #1e2124;
	}

/* PC版 */
@media screen and (min-width: 751px){
	
	.content{
		clear: both;
		width: 1170px;
		margin: 0 auto;
		padding-bottom: 110px;
		padding-top: 1px;
	}
	.add{
		padding-bottom: 335px;
	}
	.content .con_head{
		clear: both;
		height: 100px;
		line-height: 100px;
		background: #111213;
		margin: 130px 0 13px;
	}
	.con_head .box_b{
		width: 10px;
		height: 100px;
		background: #3f50a5;
		float: left;
	}
	.con_head .title01{
		font-size: 24px;
		color: #fff;
		margin: 0 30px 0 25px;
	}
	.con_head .title02{
		font-size: 24px;
		color: #3f50a5;
	}

	.content .con_part{
		margin-top: 38px;

	}
	.con_part .box_s{
		width: 6px;
		height: 24px;
		background: #3f50a5;
		float: left;
		margin-right: 10px;
	}
	.con_part .title03{
		font-size: 18px;
		color: #3f50a5;
	}
	.con_part .title04{
		font-size: 16px;
		color: #fff;
		margin-left: 16px;
		line-height: 30px;
	}
}


/* 移动端适配版 */
@media screen and (max-width: 750px){
	.content{
		clear: both;
		width: 92%;
		margin: 0 auto;
		padding-bottom: 110px;
		padding-top: 1px;
	}
	.add{
		padding-bottom: 335px;
	}
	.content .con_head{
		clear: both;
		height: 100px;
		background: #111213;
		margin-top: 150px;
	}
	.con_head .box_b{
		width: 10px;
		height: 100px;
		background: #3f50a5;
		float: left;
		margin-right: 25px;
	}
	.con_head .title01{
		font-size: 24px;
		color: #fff;
		display: block;
		line-height: 55px;
	}
	.con_head .title02{
		font-size: 24px;
		color: #3f50a5;
		display: block;
	}

	.content .con_part{
		margin-top: 38px;

	}
	.con_part .box_s{
		width: 6px;
		height: 24px;
		background: #3f50a5;
		float: left;
		margin-right: 10px;
	}
	.con_part .title03{
		font-size: 18px;
		color: #3f50a5;
	}
	.con_part .title04{
		font-size: 14px;
		color: #fff;
		margin-left: 16px;
		line-height: 30px;
	}
}
