#study {
  width: 100%;
}
#study .study-banner {
  width: 100%;
  height: 450px;
  background: url('../img/study/study-banner.jpg') no-repeat;
  background-size: cover;
}
#study .study-student {
  width: 100%;
  height: 495px;
  background: url('../img/study/student.jpg') no-repeat;
  background-size: cover;
  padding-top: 72px;
  box-sizing: border-box;
}
#study .study-student .student-con .student-title {
  font-size: 36px;
  color: #0055b3;
  font-weight: bold;
  line-height: 0.778;
  text-align: center;
  margin-bottom: 9px;
}
#study .study-student .student-con .student-news {
  width: 100%;
  height: 495px;
  background: url('../img/study/student1.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
#study .study-student .student-con .student-news .student-span {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75;
  width: 740px;
  text-align: justify;
  position: absolute;
  top: 75px;
  left: 63px;
}
#study .study-what {
  width: 100%;
  padding-top: 151px;
}
#study .study-what .study-con .study-title {
  font-size: 36px;
  color: #0055b3;
  font-weight: bold;
  line-height: 0.778;
  text-align: center;
  margin-bottom: 60px;
}
#study .study-what .study-con .study-do {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#study .study-what .study-con .study-do .do1 {
  width: 820px;
  height: 134px;
  border-radius: 10px;
  box-shadow: 0 0 20px #d7d7d7;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 34px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#study .study-what .study-con .study-do .do1 .do1-img {
  border-radius: 50%;
  background-color: rgba(0, 85, 179, 0.102);
  width: 91px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
}
#study .study-what .study-con .study-do .do1 .do1-img img {
  width: 51px;
  height: 51px;
  align-items: center;
}
#study .study-what .study-con .study-do .do1 .do-ss .do-span1 {
  font-size: 20px;
  color: #0055b3;
  font-weight: bold;
  line-height: 1.4;
}
#study .study-what .study-con .study-do .do1 .do-ss .do-span2 {
  font-size: 16px;
  color: #333333;
  line-height: 1.75;
  width: 493px;
}
#study .study-what .study-con .study-do .dolis {
  width: 574px;
  height: 134px;
  box-shadow: 0 0 20px #d7d7d7;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
}
#study .study-what .study-con .study-do .dolis .img-right {
  position: absolute;
  top: 0;
  right: 0px;
}
#study .study-what .study-con .study-do .dolis .img-left {
  position: absolute;
  top: 0;
  left: 0px;
}
#study .study-what .study-con .study-do .dolis .dolis-img {
  width: 134px;
  height: 134px;
  justify-content: center;
  display: flex;
  align-items: center;
}
#study .study-what .study-con .study-do .dolis .dolis-img .imgbg {
  border-radius: 50%;
  background-color: rgba(0, 85, 179, 0.102);
  width: 91px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#study .study-what .study-con .study-do .dolis .dolis-img .imgbg img {
  width: 49px;
  height: 52px;
}
#study .study-what .study-con .study-do .dolis .ss-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  padding: 0 10px 0 20px;
}
#study .study-what .study-con .study-do .dolis .ss-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  padding: 0 20px 0 10px;
}
#study .study-what .study-con .study-do .dolis .dolis-ss {
  width: 440px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
}
#study .study-what .study-con .study-do .dolis .dolis-ss .dolis-s1 {
  font-size: 20px;
  color: #0055b3;
  font-weight: bold;
  line-height: 1.4;
}
#study .study-what .study-con .study-do .dolis .dolis-ss .dolis-s2 {
  font-size: 16px;
  color: #333333;
  line-height: 1.75;
}
