.cyy-main{
	padding: 0 4%;
	flex: 1;
}

.cyy-main-info{
	max-width: 1200px;
	margin: 12px auto 60px;
	overflow: hidden;
	background:#FFF;
}

.introduction{
  padding:20px;
}

.introduction .p-title{
  width: 100%;
  display: inline-block;
  font-size: 28px;
  color: #333;
  height: 80px;
  line-height: 110px;
  margin-bottom: 20px;
  border-bottom: 3px #d4281a solid;
}

.introduction p{
  width: 100%;
  font-size: 16px;
  display: inline-block;
  color: #333;
  text-indent: 2em;
  line-height: 30px;
}


