.attitude-section{
  border-radius:7px;
  border:1px solid #b3b3b3;
  background-color: #fef6ce;
  margin-bottom:15px;
  padding:15px 20px 35px 20px;
}
.two-column #main .attitude-section h2{
  background: url("/image/knowledge/bg_attitude_h2.png") no-repeat 0 0 transparent;
  font-size: 24px;
  color: #e41d03;
  padding-left:110px;
  line-height: 38px;
}
.attitude-section .text{
  font-size: 14px;
  line-height: 22px;
}
.attitude-section .point1-text,.point3-text{
  width: 465px;
  float: left;
}
.attitude-section .point2-text,.point4-text{
  width: 455px;
  float: right;
}
.attitude-section .image{
  position: relative;
  overflow: hidden;
}
.attitude-section .image img{
  position: absolute;
}
.attitude-section .point1-image{
  width: 158px;
  height: 224px;
  float: right;
}
.attitude-section .point2-image{
  width: 158px;
  height: 234px;
  float: left;
}
.attitude-section .point2-image img{
  top:-224px;
}
.attitude-section .point3-image{
  width: 158px;
  height: 174px;
  float: right;
}
.attitude-section .point3-image img{
  top:-458px;
}
.attitude-section .point4-image{
  width: 158px;
  height: 304px;
  float: left;
}
.attitude-section .point4-image img{
  top:-632px;
}
