#top {
  height: 685px;
  background: url(../img/EnterprisesCul/row_cul_1.png);
  padding: 235px 270px 0 270px;
}

#top .con {
  display: flex;
  justify-content: space-between;
}

#top .con .txt {
  width: 690px;
	height: 400px;
  background-color: #fff;
  padding: 50px 25px 0 25px;
  overflow: hidden;
}

.txt h2 {
  font-size: 24px;
	line-height: 36px;
	color: #333;
}

.txt .line {
  width: 58px;
	height: 1px;
  background-color: #333;
  margin-top: 20px;
  margin-bottom: 25px;
}

.txt p {
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333;
}

#banner {
  height: 563px;
  padding-top: 50px;
}

#banner .content {
  width: 1200px;
  height: 310px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 50px;
}

#banner .content .item {
  width: 240px;
  height: 310px;
  text-align: center;
  padding-top: 40px;
  position: relative;
}

#banner .content .item:hover {
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
}

#banner .content .item:hover .line {
	background-color: #27629e;
}

#banner .content .item h3 {
	font-size: 28px;
	line-height: 32px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}

#banner .content .item p {
	font-size: 12px;
	line-height: 20px;
	color: #777;
padding: 10px;
    text-align: left;
}

#banner .content .item .line {
	width: 40px;
	height: 1px;
  background-color: #999;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 100px;
}
